Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a69c127c9b04e641d44d2e92838084644d97324 rather than 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc Obtained Jenkinsfile from 8a69c127c9b04e641d44d2e92838084644d97324 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29520’ Running on prd-centos7-docker-4c-2g-29523 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc Merge succeeded, producing 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc Checking out Revision 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc (PR-3250) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc # 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 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc # timeout=10 Commit message: "feat: Update the Read/Write permissions description" > git rev-list --no-walk dd4dc9307d76383831dfef8fee5e9ba65f5c29de # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T14:14:53.571Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T14:14:53.844Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T14:14:53.958Z] ========================================================= [2021-03-11T14:14:53.958Z] EdgeX Global Pipelines Version Info [2021-03-11T14:14:53.958Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-11T14:14:55.562Z] ------------------- [2021-03-11T14:14:55.562Z] stable info: [2021-03-11T14:14:55.562Z] ------------------- [2021-03-11T14:14:55.562Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T14:14:55.562Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T14:14:55.562Z] Message: update stable to v1.0.184 [2021-03-11T14:14:56.523Z] ------------------- [2021-03-11T14:14:56.523Z] experimental info: [2021-03-11T14:14:56.523Z] ------------------- [2021-03-11T14:14:56.523Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T14:14:56.523Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T14:14:56.523Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T14:14:56.883Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T14:14:56.964Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T14:14:57.042Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T14:14:57.114Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T14:14:57.201Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T14:14:57.288Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T14:14:57.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T14:14:57.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T14:14:57.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T14:14:57.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T14:14:57.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T14:14:57.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T14:14:57.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T14:14:58.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T14:14:58.098Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T14:14:58.212Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T14:14:58.296Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T14:14:58.380Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T14:14:58.477Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T14:14:58.598Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T14:14:58.687Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T14:14:58.771Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T14:14:58.866Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo [2021-03-11T14:14:58.963Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo [2021-03-11T14:14:59.048Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo [2021-03-11T14:14:59.131Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [Pipeline] echo [2021-03-11T14:14:59.217Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f97ba8 [Pipeline] echo [2021-03-11T14:14:59.308Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T14:14:59.504Z] provisioning config files... [2021-03-11T14:14:59.536Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2900319566669903333tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T14:14:59.893Z] ---> docker-login.sh [2021-03-11T14:14:59.893Z] nexus3.edgexfoundry.org:10001 [2021-03-11T14:15:00.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T14:15:00.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T14:15:00.419Z] Configure a credential helper to remove this warning. See [2021-03-11T14:15:00.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T14:15:00.419Z] [2021-03-11T14:15:00.419Z] Login Succeeded [2021-03-11T14:15:00.419Z] nexus3.edgexfoundry.org:10002 [2021-03-11T14:15:00.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T14:15:00.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T14:15:00.419Z] Configure a credential helper to remove this warning. See [2021-03-11T14:15:00.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T14:15:00.419Z] [2021-03-11T14:15:00.419Z] Login Succeeded [2021-03-11T14:15:00.419Z] nexus3.edgexfoundry.org:10003 [2021-03-11T14:15:00.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T14:15:00.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T14:15:00.682Z] Configure a credential helper to remove this warning. See [2021-03-11T14:15:00.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T14:15:00.682Z] [2021-03-11T14:15:00.682Z] Login Succeeded [2021-03-11T14:15:00.682Z] nexus3.edgexfoundry.org:10004 [2021-03-11T14:15:00.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T14:15:00.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T14:15:00.946Z] Configure a credential helper to remove this warning. See [2021-03-11T14:15:00.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T14:15:00.946Z] [2021-03-11T14:15:00.946Z] Login Succeeded [2021-03-11T14:15:00.946Z] docker.io [2021-03-11T14:15:00.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T14:15:01.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T14:15:01.209Z] Configure a credential helper to remove this warning. See [2021-03-11T14:15:01.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T14:15:01.209Z] [2021-03-11T14:15:01.209Z] Login Succeeded [2021-03-11T14:15:01.209Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T14:15:01.227Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T14:15:01.743Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-11T14:15:01.743Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T14:15:01.743Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T14:15:01.743Z] ++ cut -d/ -f2 [2021-03-11T14:15:01.743Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T14:15:01.743Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T14:15:01.743Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T14:15:01.743Z] ++ cut -d/ -f2 [2021-03-11T14:15:01.743Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T14:15:01.743Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T14:15:01.743Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T14:15:01.743Z] ++ cut -d/ -f2 [2021-03-11T14:15:01.743Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T14:15:01.743Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T14:15:01.743Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T14:15:01.743Z] ++ cut -d/ -f2 [2021-03-11T14:15:01.743Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T14:15:01.743Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T14:15:01.743Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T14:15:01.743Z] ++ cut -d/ -f2 [2021-03-11T14:15:01.743Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T14:15:01.743Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T14:15:01.743Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T14:15:01.743Z] ++ cut -d/ -f2 [2021-03-11T14:15:01.743Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T14:15:01.743Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T14:15:01.743Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T14:15:01.743Z] ++ cut -d/ -f2 [2021-03-11T14:15:01.743Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T14:15:01.743Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T14:15:01.743Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T14:15:01.743Z] ++ cut -d/ -f2 [2021-03-11T14:15:01.743Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T14:15:01.743Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T14:15:01.743Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T14:15:01.743Z] ++ cut -d/ -f2 [2021-03-11T14:15:01.743Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T14:15:01.814Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:15:02.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T14:15:02.958Z] [2021-03-11T14:15:02.958Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:15:03.369Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T14:15:03.369Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T14:15:03.369Z] 31603596830f: Pulling fs layer [2021-03-11T14:15:03.369Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T14:15:03.369Z] 6ca5941a6612: Pulling fs layer [2021-03-11T14:15:03.369Z] ecc8261a40a4: Pulling fs layer [2021-03-11T14:15:03.369Z] ecc8261a40a4: Waiting [2021-03-11T14:15:03.369Z] 2a8b12db71e7: Verifying Checksum [2021-03-11T14:15:03.369Z] 2a8b12db71e7: Download complete [2021-03-11T14:15:03.636Z] 31603596830f: Verifying Checksum [2021-03-11T14:15:03.636Z] 31603596830f: Download complete [2021-03-11T14:15:03.636Z] ecc8261a40a4: Verifying Checksum [2021-03-11T14:15:03.636Z] ecc8261a40a4: Download complete [2021-03-11T14:15:03.636Z] 6ca5941a6612: Verifying Checksum [2021-03-11T14:15:03.636Z] 6ca5941a6612: Download complete [2021-03-11T14:15:03.899Z] 31603596830f: Pull complete [2021-03-11T14:15:04.167Z] 2a8b12db71e7: Pull complete [2021-03-11T14:15:05.134Z] 6ca5941a6612: Pull complete [2021-03-11T14:15:05.399Z] ecc8261a40a4: Pull complete [2021-03-11T14:15:05.399Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T14:15:05.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T14:15:05.399Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T14:15:05.573Z] prd-centos7-docker-4c-2g-29523 does not seem to be running inside a container [2021-03-11T14:15:05.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T14:15:08.366Z] $ docker top 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T14:15:08.727Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T14:15:08.727Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T14:15:08.969Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T14:15:08.973Z] $ docker exec 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 ssh-agent [2021-03-11T14:15:09.149Z] SSH_AUTH_SOCK=/tmp/ssh-ti5s9ktGp7iM/agent.12 [2021-03-11T14:15:09.149Z] SSH_AGENT_PID=17 [2021-03-11T14:15:09.164Z] Running ssh-add (command line suppressed) [2021-03-11T14:15:09.294Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_8834217941175779511.key (/w/workspace/edgex-go/7@tmp/private_key_8834217941175779511.key) [2021-03-11T14:15:09.353Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T14:15:09.692Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T14:15:09.720Z] $ docker exec --env ******** --env ******** 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 ssh-agent -k [2021-03-11T14:15:09.852Z] unset SSH_AUTH_SOCK; [2021-03-11T14:15:09.853Z] unset SSH_AGENT_PID; [2021-03-11T14:15:09.853Z] echo Agent pid 17 killed; [2021-03-11T14:15:09.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T14:15:10.104Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T14:15:10.104Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T14:15:10.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T14:15:10.299Z] $ docker exec 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 ssh-agent [2021-03-11T14:15:10.465Z] SSH_AUTH_SOCK=/tmp/ssh-HIS8LubHtxly/agent.46 [2021-03-11T14:15:10.465Z] SSH_AGENT_PID=52 [2021-03-11T14:15:10.476Z] Running ssh-add (command line suppressed) [2021-03-11T14:15:10.601Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_5056883799615167081.key (/w/workspace/edgex-go/7@tmp/private_key_5056883799615167081.key) [2021-03-11T14:15:10.654Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T14:15:10.990Z] + git semver init [2021-03-11T14:15:10.990Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T14:15:10.990Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-03-11T14:15:10.990Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-03-11T14:15:10.990Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T14:15:10.990Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T14:15:10.990Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T14:15:10.990Z] # $SEMVER_BRANCH = PR-3250 [2021-03-11T14:15:10.990Z] # $SEMVER_TEMP = /tmp/semver-782899569 [2021-03-11T14:15:10.990Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T14:15:33.039Z] # '/tmp/semver-782899569' -> '/w/workspace/edgex-go/7/.semver' [2021-03-11T14:15:33.039Z] # -> Force: false [2021-03-11T14:15:33.039Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-03-11T14:15:33.055Z] $ docker exec --env ******** --env ******** 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 ssh-agent -k [2021-03-11T14:15:33.302Z] unset SSH_AUTH_SOCK; [2021-03-11T14:15:33.302Z] unset SSH_AGENT_PID; [2021-03-11T14:15:33.302Z] echo Agent pid 52 killed; [2021-03-11T14:15:33.385Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T14:15:33.897Z] + git semver [Pipeline] } [2021-03-11T14:15:33.918Z] $ docker stop --time=1 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 [2021-03-11T14:15:35.906Z] $ docker rm -f 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T14:15:36.456Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T14:15:37.128Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T14:15:37.131Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T14:15:38.005Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T14:15:38.309Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T14:15:38.624Z] + sudo service docker restart [2021-03-11T14:15:38.624Z] + true [2021-03-11T14:15:38.624Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T14:15:39.597Z] ========================================================= [2021-03-11T14:15:39.597Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T14:15:39.597Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:15:39.947Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-11T14:15:44.193Z] Sending build context to Docker daemon 328.5MB [2021-03-11T14:15:44.193Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T14:15:44.193Z] Step 2/6 : FROM ${BASE} [2021-03-11T14:15:44.193Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T14:15:44.193Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T14:15:44.193Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T14:15:44.193Z] de9db76c5a1d: Pulling fs layer [2021-03-11T14:15:44.193Z] bca2f99d35d6: Pulling fs layer [2021-03-11T14:15:44.193Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T14:15:44.193Z] 7c6f9722023f: Pulling fs layer [2021-03-11T14:15:44.193Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T14:15:44.193Z] bca2f99d35d6: Waiting [2021-03-11T14:15:44.193Z] 93359f2a8cfa: Waiting [2021-03-11T14:15:44.193Z] 7c6f9722023f: Waiting [2021-03-11T14:15:44.193Z] a35cf1a2eb13: Waiting [2021-03-11T14:15:44.193Z] de9db76c5a1d: Verifying Checksum [2021-03-11T14:15:44.193Z] de9db76c5a1d: Download complete [2021-03-11T14:15:44.193Z] 0ef7d3d256c8: Download complete [2021-03-11T14:15:44.193Z] 93359f2a8cfa: Verifying Checksum [2021-03-11T14:15:44.193Z] 93359f2a8cfa: Download complete [2021-03-11T14:15:44.193Z] 7c6f9722023f: Verifying Checksum [2021-03-11T14:15:44.193Z] 7c6f9722023f: Download complete [2021-03-11T14:15:44.193Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T14:15:44.193Z] 188c0c94c7c5: Download complete [2021-03-11T14:15:44.193Z] 188c0c94c7c5: Pull complete [2021-03-11T14:15:44.461Z] 0ef7d3d256c8: Pull complete [2021-03-11T14:15:44.727Z] de9db76c5a1d: Pull complete [2021-03-11T14:15:46.133Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T14:15:46.133Z] a35cf1a2eb13: Download complete [2021-03-11T14:15:46.397Z] bca2f99d35d6: Verifying Checksum [2021-03-11T14:15:46.397Z] bca2f99d35d6: Download complete [2021-03-11T14:15:52.497Z] Still waiting to schedule task [2021-03-11T14:15:52.497Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-11T14:15:53.036Z] bca2f99d35d6: Pull complete [2021-03-11T14:15:53.036Z] 93359f2a8cfa: Pull complete [2021-03-11T14:15:53.036Z] 7c6f9722023f: Pull complete [2021-03-11T14:15:57.281Z] a35cf1a2eb13: Pull complete [2021-03-11T14:15:57.281Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T14:15:57.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T14:15:57.281Z] ---> a62c8e92a672 [2021-03-11T14:15:57.281Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-11T14:15:57.281Z] ---> Running in dfcf6108dcc4 [2021-03-11T14:15:57.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:15:58.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:15:58.711Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T14:15:58.711Z] (2/12) Installing file (5.38-r0) [2021-03-11T14:15:58.711Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T14:15:58.977Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T14:16:05.588Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T14:16:05.588Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T14:16:05.588Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T14:16:05.588Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T14:16:05.588Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T14:16:05.588Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T14:16:05.850Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T14:16:05.850Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T14:16:05.850Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:16:05.850Z] OK: 233 MiB in 51 packages [2021-03-11T14:16:10.077Z] Removing intermediate container dfcf6108dcc4 [2021-03-11T14:16:10.077Z] ---> 7134a733d5c3 [2021-03-11T14:16:10.077Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T14:16:10.077Z] ---> Running in bd3e43c1afc0 [2021-03-11T14:16:10.077Z] Removing intermediate container bd3e43c1afc0 [2021-03-11T14:16:10.077Z] ---> d77003ab6255 [2021-03-11T14:16:10.077Z] Step 5/6 : COPY go.mod . [2021-03-11T14:16:10.077Z] ---> 16d2d5fd4f40 [2021-03-11T14:16:10.077Z] Step 6/6 : RUN go mod download [2021-03-11T14:16:10.077Z] ---> Running in 8668592b2930 [2021-03-11T14:16:36.731Z] Removing intermediate container 8668592b2930 [2021-03-11T14:16:36.731Z] ---> 4ab932f41153 [2021-03-11T14:16:36.731Z] Successfully built 4ab932f41153 [2021-03-11T14:16:36.731Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:16:37.056Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T14:16:37.056Z] . [Pipeline] withDockerContainer [2021-03-11T14:16:37.186Z] prd-centos7-docker-4c-2g-29523 does not seem to be running inside a container [2021-03-11T14:16:37.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T14:16:38.109Z] $ docker top 7277ad037c7663c7d454a597ab1bd8f551a62fac6a8c352723ccc395cc421f38 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T14:16:38.663Z] + go version [2021-03-11T14:16:38.663Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T14:16:38.687Z] $ docker stop --time=1 7277ad037c7663c7d454a597ab1bd8f551a62fac6a8c352723ccc395cc421f38 [2021-03-11T14:16:40.080Z] $ docker rm -f 7277ad037c7663c7d454a597ab1bd8f551a62fac6a8c352723ccc395cc421f38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:16:41.181Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T14:16:41.181Z] . [Pipeline] withDockerContainer [2021-03-11T14:16:41.292Z] prd-centos7-docker-4c-2g-29523 does not seem to be running inside a container [2021-03-11T14:16:41.348Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T14:16:42.182Z] $ docker top 384736c533c566b56a5c000cf89a07ef4de59f8e7688b1f9bb92db794de7cfc5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T14:16:42.382Z] ========================================================= [2021-03-11T14:16:42.382Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T14:16:42.383Z] ========================================================= [Pipeline] sh [2021-03-11T14:16:42.682Z] + make test [2021-03-11T14:16:42.683Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T14:16:50.917Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T14:17:09.277Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T14:17:19.896Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T14:17:19.896Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T14:17:19.896Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T14:17:22.252Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T14:17:22.252Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T14:17:22.252Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T14:17:22.252Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T14:17:22.854Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T14:17:23.448Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T14:17:26.059Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T14:17:26.059Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T14:17:26.059Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T14:17:28.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.9% of statements [2021-03-11T14:17:28.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T14:17:28.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T14:17:28.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T14:17:28.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T14:17:28.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T14:17:28.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T14:17:28.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T14:17:28.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements [2021-03-11T14:17:32.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.1% of statements [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T14:17:32.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T14:17:32.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T14:17:32.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 71.3% of statements [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T14:17:32.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.186s coverage: 82.9% of statements [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T14:17:32.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.071s coverage: 78.9% of statements [2021-03-11T14:17:32.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T14:17:35.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T14:17:35.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T14:17:35.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T14:17:35.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T14:17:35.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T14:17:35.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T14:17:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T14:17:38.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.439s coverage: 92.8% of statements [2021-03-11T14:17:38.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T14:17:38.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T14:17:38.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T14:17:38.957Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T14:17:38.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T14:17:38.958Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T14:17:38.958Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.116s coverage: 0.1% of statements [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T14:17:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T14:17:38.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 47.1% of statements [2021-03-11T14:17:38.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements [2021-03-11T14:17:38.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-03-11T14:17:38.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements [2021-03-11T14:17:38.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-03-11T14:17:51.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements [2021-03-11T14:17:51.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-03-11T14:17:51.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.062s coverage: 81.4% of statements [2021-03-11T14:18:03.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements [2021-03-11T14:18:03.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T14:18:03.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T14:18:03.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T14:18:03.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.183s coverage: 62.4% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.322s coverage: 69.0% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 38.4% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.133s coverage: 87.1% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.773s coverage: 29.1% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.084s coverage: 96.5% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T14:18:03.569Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-11T14:18:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.054s coverage: 100.0% of statements [2021-03-11T14:18:03.569Z] GO111MODULE=on go vet ./... [2021-03-11T14:18:35.872Z] gofmt -l . [2021-03-11T14:18:35.872Z] [ "`gofmt -l .`" = "" ] [2021-03-11T14:18:35.872Z] ./bin/test-go-mod-tidy.sh [2021-03-11T14:18:35.872Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T14:18:36.185Z] + ls -al . [2021-03-11T14:18:36.185Z] total 740 [2021-03-11T14:18:36.185Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 14:18 . [2021-03-11T14:18:36.185Z] drwxr-xr-x 4 root root 28 Mar 11 14:16 .. [2021-03-11T14:18:36.185Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 14:14 .dockerignore [2021-03-11T14:18:36.185Z] drwxrwxr-x 8 1001 1001 179 Mar 11 14:14 .git [2021-03-11T14:18:36.185Z] drwxrwxr-x 3 1001 1001 125 Mar 11 14:14 .github [2021-03-11T14:18:36.185Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 14:14 .gitignore [2021-03-11T14:18:36.185Z] drwx------ 3 1001 1001 60 Mar 11 14:15 .semver [2021-03-11T14:18:36.185Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 14:14 .sonarcloud.properties [2021-03-11T14:18:36.185Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 14:14 Attribution.txt [2021-03-11T14:18:36.185Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 14:14 CONTRIBUTING.md [2021-03-11T14:18:36.186Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 14:14 Dockerfile.build [2021-03-11T14:18:36.186Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 14:14 Jenkinsfile [2021-03-11T14:18:36.186Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 14:14 LICENSE [2021-03-11T14:18:36.186Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 14:14 Makefile [2021-03-11T14:18:36.186Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 14:14 README.md [2021-03-11T14:18:36.186Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 14:14 SECURITY.md [2021-03-11T14:18:36.186Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 14:15 VERSION [2021-03-11T14:18:36.186Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 14:14 ZMQWindows.md [2021-03-11T14:18:36.186Z] drwxrwxr-x 2 1001 1001 117 Mar 11 14:14 bin [2021-03-11T14:18:36.186Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 14:14 cmd [2021-03-11T14:18:36.186Z] -rw-r--r-- 1 root root 628834 Mar 11 14:18 coverage.out [2021-03-11T14:18:36.186Z] -rw-r--r-- 1 root root 1055 Mar 11 14:18 go.mod [2021-03-11T14:18:36.186Z] -rw-r--r-- 1 root root 21981 Mar 11 14:18 go.sum [2021-03-11T14:18:36.186Z] drwxrwxr-x 8 1001 1001 127 Mar 11 14:14 internal [2021-03-11T14:18:36.186Z] drwxrwxr-x 4 1001 1001 26 Mar 11 14:14 openapi [2021-03-11T14:18:36.186Z] drwxrwxr-x 4 1001 1001 71 Mar 11 14:14 snap [2021-03-11T14:18:36.186Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 14:14 version.go [Pipeline] sh [2021-03-11T14:18:36.494Z] + '[' -e coverage.out ] [2021-03-11T14:18:36.494Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T14:18:36.725Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T14:18:37.022Z] + make build [2021-03-11T14:18:37.022Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T14:18:40.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T14:18:50.483Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T14:18:50.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T14:18:52.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T14:18:52.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T14:18:54.627Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T14:18:56.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T14:18:57.438Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T14:18:58.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T14:18:59.799Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T14:19:00.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-11T14:19:03.351Z] $ docker stop --time=1 384736c533c566b56a5c000cf89a07ef4de59f8e7688b1f9bb92db794de7cfc5 [2021-03-11T14:19:05.024Z] $ docker rm -f 384736c533c566b56a5c000cf89a07ef4de59f8e7688b1f9bb92db794de7cfc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:19:07.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T14:19:07.606Z] [2021-03-11T14:19:07.606Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:19:07.961Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T14:19:07.961Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T14:19:07.961Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T14:19:07.961Z] ca9280d653b3: Pulling fs layer [2021-03-11T14:19:07.961Z] 7e9c9ca2126c: Pulling fs layer [2021-03-11T14:19:08.922Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-11T14:19:08.922Z] cbdbe7a5bc2a: Download complete [2021-03-11T14:19:09.195Z] ca9280d653b3: Verifying Checksum [2021-03-11T14:19:09.195Z] ca9280d653b3: Download complete [2021-03-11T14:19:09.195Z] cbdbe7a5bc2a: Pull complete [2021-03-11T14:19:10.149Z] 7e9c9ca2126c: Verifying Checksum [2021-03-11T14:19:10.149Z] 7e9c9ca2126c: Download complete [2021-03-11T14:19:10.412Z] ca9280d653b3: Pull complete [2021-03-11T14:19:17.030Z] 7e9c9ca2126c: Pull complete [2021-03-11T14:19:17.030Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T14:19:17.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T14:19:17.030Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-11T14:19:17.162Z] prd-centos7-docker-4c-2g-29523 does not seem to be running inside a container [2021-03-11T14:19:17.216Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T14:19:20.161Z] $ docker top 62fefdaa04acf8e018afa3e7c0072d1135481cace777b9de68264bdeb379e638 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T14:19:20.777Z] + docker-compose build --help [2021-03-11T14:19:20.777Z] + grep parallel [2021-03-11T14:19:21.725Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T14:19:22.002Z] $ docker stop --time=1 62fefdaa04acf8e018afa3e7c0072d1135481cace777b9de68264bdeb379e638 [2021-03-11T14:19:23.362Z] $ docker rm -f 62fefdaa04acf8e018afa3e7c0072d1135481cace777b9de68264bdeb379e638 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:19:23.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T14:19:23.971Z] . [Pipeline] withDockerContainer [2021-03-11T14:19:24.086Z] prd-centos7-docker-4c-2g-29523 does not seem to be running inside a container [2021-03-11T14:19:24.277Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T14:19:25.097Z] $ docker top 33060c99a62945c16d83363f0b1ed484af4e19c86561d6bc8b2f082b19c5df61 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T14:19:25.715Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T14:19:26.669Z] Building docker-core-command-go ... [2021-03-11T14:19:26.669Z] Building docker-core-data-go ... [2021-03-11T14:19:26.669Z] Building docker-core-metadata-go ... [2021-03-11T14:19:26.669Z] Building docker-security-bootstrapper-go ... [2021-03-11T14:19:26.669Z] Building docker-security-proxy-setup-go ... [2021-03-11T14:19:26.669Z] Building docker-security-secretstore-setup-go ... [2021-03-11T14:19:26.669Z] Building docker-support-notifications-go ... [2021-03-11T14:19:26.669Z] Building docker-support-scheduler-go ... [2021-03-11T14:19:26.669Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T14:19:26.669Z] Building docker-core-data-go [2021-03-11T14:19:26.669Z] Building docker-security-secretstore-setup-go [2021-03-11T14:19:26.669Z] Building docker-support-scheduler-go [2021-03-11T14:19:26.669Z] Building docker-support-notifications-go [2021-03-11T14:19:26.669Z] Building docker-security-bootstrapper-go [2021-03-11T14:19:41.558Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29524 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-11T14:19:41.620Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-03-11T14:19:46.273Z] using credential edgex-jenkins-ssh [2021-03-11T14:19:46.337Z] Cloning the remote Git repository [2021-03-11T14:19:46.392Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T14:19:46.501Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-03-11T14:19:46.595Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T14:19:46.595Z] > git --version # timeout=10 [2021-03-11T14:19:46.621Z] > git --version # 'git version 2.17.1' [2021-03-11T14:19:46.623Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T14:19:46.678Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T14:19:58.987Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:19:58.987Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:19:58.987Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:19:58.987Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:19:58.987Z] ---> 4ab932f41153 [2021-03-11T14:19:58.987Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T14:19:58.987Z] ---> 4ab932f41153 [2021-03-11T14:19:58.987Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T14:19:59.626Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:19:59.626Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:19:59.626Z] ---> 4ab932f41153 [2021-03-11T14:19:59.626Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T14:20:00.212Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:20:00.212Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:20:00.212Z] ---> 4ab932f41153 [2021-03-11T14:20:00.212Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T14:20:00.212Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:20:00.212Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:20:00.212Z] ---> 4ab932f41153 [2021-03-11T14:20:00.212Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T14:20:01.173Z] ---> Running in 771aedbfaddb [2021-03-11T14:20:01.173Z] ---> Running in fd1e7bb7da24 [2021-03-11T14:20:01.173Z] ---> Running in 252921abe0a1 [2021-03-11T14:20:01.173Z] ---> Running in 01edf6107625 [2021-03-11T14:20:01.173Z] ---> Running in cd0d5fc61770 [2021-03-11T14:20:01.754Z] Removing intermediate container cd0d5fc61770 [2021-03-11T14:20:01.754Z] ---> 8663b63515df [2021-03-11T14:20:01.754Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:20:01.754Z] Removing intermediate container fd1e7bb7da24 [2021-03-11T14:20:01.754Z] ---> fbdaa4b76bfb [2021-03-11T14:20:01.754Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:20:01.754Z] Removing intermediate container 771aedbfaddb [2021-03-11T14:20:01.754Z] ---> 9c33781cf8f9 [2021-03-11T14:20:01.754Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:20:01.754Z] Removing intermediate container 252921abe0a1 [2021-03-11T14:20:01.754Z] ---> c4d069518204 [2021-03-11T14:20:01.754Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:20:01.754Z] Removing intermediate container 01edf6107625 [2021-03-11T14:20:01.754Z] ---> 1d81f787f0fb [2021-03-11T14:20:01.754Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:20:01.754Z] ---> Running in d0e49df63144 [2021-03-11T14:20:01.754Z] ---> Running in 7667ac101647 [2021-03-11T14:20:01.754Z] ---> Running in a6cd37754565 [2021-03-11T14:20:01.754Z] ---> Running in ce39ca035b14 [2021-03-11T14:20:02.023Z] ---> Running in 28e3590b1498 [2021-03-11T14:20:03.981Z] Removing intermediate container d0e49df63144 [2021-03-11T14:20:03.981Z] ---> 93f58adeed65 [2021-03-11T14:20:03.981Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T14:20:03.981Z] Removing intermediate container a6cd37754565 [2021-03-11T14:20:03.981Z] ---> c44e9c2d54db [2021-03-11T14:20:03.981Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T14:20:03.981Z] Removing intermediate container 7667ac101647 [2021-03-11T14:20:03.981Z] ---> af26cde85380 [2021-03-11T14:20:03.981Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T14:20:04.248Z] ---> Running in 8be0f5b13f01 [2021-03-11T14:20:04.248Z] ---> Running in a364aa6cd306 [2021-03-11T14:20:04.248Z] ---> Running in fcb5b0244882 [2021-03-11T14:20:04.248Z] Removing intermediate container ce39ca035b14 [2021-03-11T14:20:04.248Z] ---> 1e2c0e976202 [2021-03-11T14:20:04.248Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T14:20:04.524Z] Removing intermediate container 28e3590b1498 [2021-03-11T14:20:04.524Z] ---> f2d7d5701fc3 [2021-03-11T14:20:04.524Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T14:20:04.524Z] ---> Running in 3fffad0b65ee [2021-03-11T14:20:04.524Z] ---> Running in 810fbae9459e [2021-03-11T14:20:05.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:20:05.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:20:05.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:20:05.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:20:05.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:20:05.071Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T14:20:05.090Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T14:20:05.118Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T14:20:05.162Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T14:20:05.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T14:20:05.179Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T14:20:06.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:20:06.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:20:06.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:20:06.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:20:06.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:20:06.998Z] Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:20:07.331Z] OK: 233 MiB in 51 packages [2021-03-11T14:20:07.591Z] Merge succeeded, producing 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:20:07.592Z] Checking out Revision 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc (PR-3250) [2021-03-11T14:20:07.602Z] OK: 233 MiB in 51 packages [2021-03-11T14:20:07.602Z] OK: 233 MiB in 51 packages [2021-03-11T14:20:07.874Z] OK: 233 MiB in 51 packages [2021-03-11T14:20:07.874Z] OK: 233 MiB in 51 packages [2021-03-11T14:20:08.144Z] Removing intermediate container 8be0f5b13f01 [2021-03-11T14:20:08.144Z] ---> 92c0c960623f [2021-03-11T14:20:08.144Z] Step 6/22 : COPY go.mod . [2021-03-11T14:20:07.023Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T14:20:07.037Z] > git checkout -f 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc # timeout=10 [2021-03-11T14:20:07.427Z] > git remote # timeout=10 [2021-03-11T14:20:07.479Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T14:20:07.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T14:20:07.514Z] > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 [2021-03-11T14:20:07.542Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T14:20:07.607Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T14:20:07.644Z] > git checkout -f 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc # timeout=10 [2021-03-11T14:20:08.411Z] Removing intermediate container a364aa6cd306 [2021-03-11T14:20:08.411Z] ---> 5fcabce0d397 [2021-03-11T14:20:08.411Z] Step 6/23 : COPY go.mod . [2021-03-11T14:20:08.675Z] ---> bc3758504498 [2021-03-11T14:20:08.675Z] Step 7/22 : RUN go mod download [2021-03-11T14:20:08.675Z] Removing intermediate container fcb5b0244882 [2021-03-11T14:20:08.675Z] ---> b28ba9997d8a [2021-03-11T14:20:08.675Z] Step 6/31 : COPY go.mod . [2021-03-11T14:20:08.675Z] Removing intermediate container 810fbae9459e [2021-03-11T14:20:08.675Z] ---> 52a307791ced [2021-03-11T14:20:08.675Z] Step 6/24 : COPY go.mod . [2021-03-11T14:20:08.940Z] ---> Running in 3d8996f320f3 [2021-03-11T14:20:08.940Z] ---> 839136785bbb [2021-03-11T14:20:08.940Z] Step 7/23 : RUN go mod download [2021-03-11T14:20:08.940Z] Removing intermediate container 3fffad0b65ee [2021-03-11T14:20:08.940Z] ---> 78244c8801b3 [2021-03-11T14:20:08.940Z] Step 6/22 : COPY go.mod . [2021-03-11T14:20:09.209Z] ---> Running in 06d2b70085d9 [2021-03-11T14:20:09.209Z] ---> 1e5ddf8e7525 [2021-03-11T14:20:09.209Z] Step 7/31 : RUN go mod download [2021-03-11T14:20:09.476Z] ---> 72b63d5fff12 [2021-03-11T14:20:09.476Z] Step 7/24 : RUN go mod download [2021-03-11T14:20:09.476Z] ---> Running in 5c989fe879e8 [2021-03-11T14:20:09.748Z] ---> Running in 023024d84c37 [2021-03-11T14:20:09.748Z] ---> 408d538c7598 [2021-03-11T14:20:09.748Z] Step 7/22 : RUN go mod download [2021-03-11T14:20:09.748Z] ---> Running in deb7a05cd78a [2021-03-11T14:20:11.718Z] Removing intermediate container 3d8996f320f3 [2021-03-11T14:20:11.718Z] ---> f1fce59c6e1a [2021-03-11T14:20:11.718Z] Step 8/22 : COPY . . [2021-03-11T14:20:11.718Z] Removing intermediate container 06d2b70085d9 [2021-03-11T14:20:11.718Z] ---> 417df93c0c3c [2021-03-11T14:20:11.718Z] Step 8/23 : COPY . . [2021-03-11T14:20:12.041Z] Commit message: "feat: Update the Read/Write permissions description" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T14:20:13.650Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-03-11T14:20:13.658Z] Removing intermediate container 5c989fe879e8 [2021-03-11T14:20:13.658Z] ---> 62880082ecb3 [2021-03-11T14:20:13.658Z] Step 8/31 : COPY . . [Pipeline] sh [2021-03-11T14:20:14.080Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T14:20:14.416Z] + true [2021-03-11T14:20:14.416Z] + sudo service docker restart [2021-03-11T14:20:15.063Z] Removing intermediate container deb7a05cd78a [2021-03-11T14:20:15.063Z] ---> 783ed4ba98da [2021-03-11T14:20:15.063Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T14:20:16.482Z] provisioning config files... [2021-03-11T14:20:16.525Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5958338556359900372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T14:20:16.957Z] ---> docker-login.sh [2021-03-11T14:20:16.958Z] nexus3.edgexfoundry.org:10001 [2021-03-11T14:20:17.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T14:20:17.689Z] Removing intermediate container 023024d84c37 [2021-03-11T14:20:17.689Z] ---> 62a0fce9bf0b [2021-03-11T14:20:17.689Z] Step 8/24 : COPY . . [2021-03-11T14:20:18.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T14:20:18.162Z] Configure a credential helper to remove this warning. See [2021-03-11T14:20:18.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T14:20:18.162Z] [2021-03-11T14:20:18.162Z] Login Succeeded [2021-03-11T14:20:18.162Z] nexus3.edgexfoundry.org:10002 [2021-03-11T14:20:18.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T14:20:18.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T14:20:18.718Z] Configure a credential helper to remove this warning. See [2021-03-11T14:20:18.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T14:20:18.718Z] [2021-03-11T14:20:18.718Z] Login Succeeded [2021-03-11T14:20:18.718Z] nexus3.edgexfoundry.org:10003 [2021-03-11T14:20:18.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T14:20:19.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T14:20:19.269Z] Configure a credential helper to remove this warning. See [2021-03-11T14:20:19.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T14:20:19.269Z] [2021-03-11T14:20:19.269Z] Login Succeeded [2021-03-11T14:20:19.269Z] nexus3.edgexfoundry.org:10004 [2021-03-11T14:20:19.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T14:20:19.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T14:20:19.817Z] Configure a credential helper to remove this warning. See [2021-03-11T14:20:19.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T14:20:19.817Z] [2021-03-11T14:20:19.817Z] Login Succeeded [2021-03-11T14:20:19.817Z] docker.io [2021-03-11T14:20:20.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T14:20:20.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T14:20:20.362Z] Configure a credential helper to remove this warning. See [2021-03-11T14:20:20.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T14:20:20.362Z] [2021-03-11T14:20:20.362Z] Login Succeeded [2021-03-11T14:20:20.362Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T14:20:20.380Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-11T14:20:21.005Z] ========================================================= [2021-03-11T14:20:21.005Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T14:20:21.005Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:20:21.402Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-11T14:20:24.063Z] Sending build context to Docker daemon 166.8MB [2021-03-11T14:20:24.063Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T14:20:24.063Z] Step 2/6 : FROM ${BASE} [2021-03-11T14:20:24.063Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T14:20:24.063Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T14:20:24.063Z] a4357932f1b6: Pulling fs layer [2021-03-11T14:20:24.063Z] 18c013af1878: Pulling fs layer [2021-03-11T14:20:24.063Z] 00ac8860ef70: Pulling fs layer [2021-03-11T14:20:24.063Z] 00ac8860ef70: Waiting [2021-03-11T14:20:24.063Z] 63d7cb157983: Pulling fs layer [2021-03-11T14:20:24.063Z] b116817d02f9: Pulling fs layer [2021-03-11T14:20:24.063Z] 745a02a5169b: Pulling fs layer [2021-03-11T14:20:24.063Z] 63d7cb157983: Waiting [2021-03-11T14:20:24.063Z] b116817d02f9: Waiting [2021-03-11T14:20:24.063Z] 745a02a5169b: Waiting [2021-03-11T14:20:24.063Z] 18c013af1878: Verifying Checksum [2021-03-11T14:20:24.063Z] 18c013af1878: Download complete [2021-03-11T14:20:24.063Z] a4357932f1b6: Verifying Checksum [2021-03-11T14:20:24.063Z] 63d7cb157983: Verifying Checksum [2021-03-11T14:20:24.063Z] 63d7cb157983: Download complete [2021-03-11T14:20:24.063Z] b116817d02f9: Download complete [2021-03-11T14:20:24.337Z] 5f621e34cdf4: Verifying Checksum [2021-03-11T14:20:24.337Z] 5f621e34cdf4: Download complete [2021-03-11T14:20:24.938Z] 5f621e34cdf4: Pull complete [2021-03-11T14:20:25.538Z] a4357932f1b6: Pull complete [2021-03-11T14:20:25.813Z] 18c013af1878: Pull complete [2021-03-11T14:20:26.413Z] 745a02a5169b: Verifying Checksum [2021-03-11T14:20:26.413Z] 745a02a5169b: Download complete [2021-03-11T14:20:28.397Z] 00ac8860ef70: Verifying Checksum [2021-03-11T14:20:28.397Z] 00ac8860ef70: Download complete [2021-03-11T14:20:38.580Z] 00ac8860ef70: Pull complete [2021-03-11T14:20:38.851Z] 63d7cb157983: Pull complete [2021-03-11T14:20:39.123Z] b116817d02f9: Pull complete [2021-03-11T14:20:42.507Z] 745a02a5169b: Pull complete [2021-03-11T14:20:42.507Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T14:20:42.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T14:20:42.781Z] ---> b7e6874047d6 [2021-03-11T14:20:42.781Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-11T14:20:46.200Z] ---> Running in ff3fd63595c7 [2021-03-11T14:20:47.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:20:47.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:20:48.366Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T14:20:48.638Z] (2/12) Installing file (5.38-r0) [2021-03-11T14:20:48.638Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T14:20:48.911Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T14:20:52.297Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T14:20:52.297Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T14:20:52.297Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T14:20:52.569Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T14:20:52.569Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T14:20:52.569Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T14:20:52.840Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T14:20:52.840Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T14:20:52.840Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:20:53.113Z] OK: 217 MiB in 51 packages [2021-03-11T14:20:56.779Z] ---> b901fe173747 [2021-03-11T14:20:56.779Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T14:20:56.779Z] ---> c0facc43095c [2021-03-11T14:20:56.779Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T14:20:56.779Z] ---> Running in a688fa464aa9 [2021-03-11T14:20:56.779Z] ---> d5d9f4bfc7d1 [2021-03-11T14:20:56.779Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T14:20:56.779Z] ---> Running in 0455567cf897 [2021-03-11T14:20:56.779Z] ---> c87a7bedb833 [2021-03-11T14:20:56.779Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T14:20:56.779Z] ---> 4f5e64b19d0b [2021-03-11T14:20:56.779Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T14:20:56.779Z] ---> Running in 40afdbd23c35 [2021-03-11T14:20:56.779Z] ---> Running in 00987ef4daec [2021-03-11T14:20:56.779Z] ---> Running in 035c49bbd832 [2021-03-11T14:20:56.779Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T14:20:56.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T14:20:56.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T14:20:56.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T14:20:56.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T14:20:57.413Z] Removing intermediate container ff3fd63595c7 [2021-03-11T14:20:57.414Z] ---> 159bf4c3f3f0 [2021-03-11T14:20:57.414Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T14:20:57.414Z] ---> Running in d97e048171b4 [2021-03-11T14:20:57.414Z] Removing intermediate container d97e048171b4 [2021-03-11T14:20:57.414Z] ---> bcf7ab1f6023 [2021-03-11T14:20:57.414Z] Step 5/6 : COPY go.mod . [2021-03-11T14:20:58.395Z] ---> 224e1aadf54b [2021-03-11T14:20:58.395Z] Step 6/6 : RUN go mod download [2021-03-11T14:20:58.395Z] ---> Running in c72d30d696d7 [2021-03-11T14:21:23.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T14:21:25.214Z] Removing intermediate container c72d30d696d7 [2021-03-11T14:21:25.214Z] ---> 13d201bb7e09 [2021-03-11T14:21:25.214Z] Successfully built 13d201bb7e09 [2021-03-11T14:21:25.214Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:21:25.567Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T14:21:25.567Z] . [Pipeline] withDockerContainer [2021-03-11T14:21:25.811Z] prd-ubuntu18.04-docker-arm64-4c-16g-29524 does not seem to be running inside a container [2021-03-11T14:21:25.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T14:21:27.390Z] $ docker top e5576f6aae16ff2150f4139b6593894400834680f978f1376804b9d8fb7d0ff2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T14:21:28.438Z] + go version [2021-03-11T14:21:28.438Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T14:21:28.463Z] $ docker stop --time=1 e5576f6aae16ff2150f4139b6593894400834680f978f1376804b9d8fb7d0ff2 [2021-03-11T14:21:30.411Z] $ docker rm -f e5576f6aae16ff2150f4139b6593894400834680f978f1376804b9d8fb7d0ff2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:21:31.665Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T14:21:31.665Z] . [Pipeline] withDockerContainer [2021-03-11T14:21:31.902Z] prd-ubuntu18.04-docker-arm64-4c-16g-29524 does not seem to be running inside a container [2021-03-11T14:21:31.986Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T14:21:33.430Z] $ docker top a7edb4a3c8a96f62b93efd4b245d911149844684ca1b9b1aad4350bb049173bc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T14:21:33.820Z] ========================================================= [2021-03-11T14:21:33.820Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T14:21:33.820Z] ========================================================= [Pipeline] sh [2021-03-11T14:21:34.502Z] + make test [2021-03-11T14:21:34.502Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T14:21:38.610Z] Removing intermediate container 035c49bbd832 [2021-03-11T14:21:38.610Z] ---> 309c1666a1b7 [2021-03-11T14:21:38.610Z] [2021-03-11T14:21:38.610Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T14:21:38.610Z] Removing intermediate container 0455567cf897 [2021-03-11T14:21:38.610Z] 3.12: Pulling from library/alpine [2021-03-11T14:21:38.610Z] ---> d05f42fb1d45 [2021-03-11T14:21:38.610Z] [2021-03-11T14:21:38.610Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T14:21:38.610Z] 3.12: Pulling from library/alpine [2021-03-11T14:21:38.610Z] Removing intermediate container 00987ef4daec [2021-03-11T14:21:38.610Z] ---> 04868a55b395 [2021-03-11T14:21:38.610Z] [2021-03-11T14:21:38.610Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T14:21:38.610Z] 3.12: Pulling from library/alpine [2021-03-11T14:21:38.610Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T14:21:38.610Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T14:21:38.610Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T14:21:38.610Z] Status: Image is up to date for alpine:3.12 [2021-03-11T14:21:38.610Z] ---> 88dd2752d2ea [2021-03-11T14:21:38.610Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T14:21:38.610Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T14:21:38.610Z] ---> 88dd2752d2ea [2021-03-11T14:21:38.610Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T14:21:38.610Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T14:21:38.610Z] ---> 88dd2752d2ea [2021-03-11T14:21:38.610Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T14:21:40.539Z] ---> Running in 73a5d4875e78 [2021-03-11T14:21:40.539Z] ---> Running in da6fc83bb5a2 [2021-03-11T14:21:40.539Z] ---> Running in 067a0ba64063 [2021-03-11T14:21:40.802Z] Removing intermediate container a688fa464aa9 [2021-03-11T14:21:40.802Z] ---> f2ddfce99c9a [2021-03-11T14:21:40.802Z] [2021-03-11T14:21:40.802Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T14:21:40.802Z] ---> 88dd2752d2ea [2021-03-11T14:21:40.802Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T14:21:40.802Z] Removing intermediate container 40afdbd23c35 [2021-03-11T14:21:40.802Z] ---> 9c0634789ef4 [2021-03-11T14:21:40.802Z] [2021-03-11T14:21:40.802Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T14:21:40.802Z] ---> 88dd2752d2ea [2021-03-11T14:21:40.802Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T14:21:41.753Z] Removing intermediate container da6fc83bb5a2 [2021-03-11T14:21:41.753Z] ---> 48b6330e06c9 [2021-03-11T14:21:41.753Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T14:21:41.753Z] ---> Running in f4a515a7be6b [2021-03-11T14:21:41.753Z] ---> Running in 1a932d7b1341 [2021-03-11T14:21:42.018Z] ---> Running in 5e05ea3b0b4a [2021-03-11T14:21:42.018Z] Removing intermediate container f4a515a7be6b [2021-03-11T14:21:42.018Z] ---> 2a36aeeb6dd1 [2021-03-11T14:21:42.018Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T14:21:42.302Z] ---> Running in 10f8ce79fe4b [2021-03-11T14:21:42.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:21:42.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:21:42.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:21:42.586Z] Removing intermediate container 10f8ce79fe4b [2021-03-11T14:21:42.586Z] ---> 1e661d46a62d [2021-03-11T14:21:42.586Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T14:21:42.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:21:42.586Z] ---> Running in 9bea97054204 [2021-03-11T14:21:42.586Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T14:21:42.586Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:21:42.586Z] OK: 6 MiB in 15 packages [2021-03-11T14:21:42.586Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T14:21:42.865Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T14:21:42.865Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T14:21:42.865Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T14:21:42.865Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T14:21:42.865Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:21:42.865Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T14:21:42.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:21:42.865Z] OK: 7 MiB in 19 packages [2021-03-11T14:21:42.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:21:42.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:21:42.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:21:43.129Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T14:21:43.129Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T14:21:43.129Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:21:43.129Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T14:21:43.129Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T14:21:43.129Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T14:21:43.129Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:21:43.129Z] OK: 6 MiB in 16 packages [2021-03-11T14:21:43.129Z] OK: 6 MiB in 16 packages [2021-03-11T14:21:43.393Z] Removing intermediate container 9bea97054204 [2021-03-11T14:21:43.393Z] ---> d4e1c172f07a [2021-03-11T14:21:43.393Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:21:43.974Z] ---> Running in 34996a64cf07 [2021-03-11T14:21:46.538Z] Removing intermediate container 73a5d4875e78 [2021-03-11T14:21:46.538Z] ---> 6039c07fff9b [2021-03-11T14:21:46.538Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T14:21:46.538Z] Removing intermediate container 067a0ba64063 [2021-03-11T14:21:46.538Z] ---> c3090a88f6ed [2021-03-11T14:21:46.538Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T14:21:46.538Z] Removing intermediate container 1a932d7b1341 [2021-03-11T14:21:46.538Z] ---> d6ed4a04125e [2021-03-11T14:21:46.538Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T14:21:46.538Z] ---> Running in 32702892ae45 [2021-03-11T14:21:46.538Z] ---> Running in 7d7ce797eef0 [2021-03-11T14:21:46.538Z] ---> Running in a4d254322dc0 [2021-03-11T14:21:46.538Z] Removing intermediate container 5e05ea3b0b4a [2021-03-11T14:21:46.538Z] ---> 9cecceeb4352 [2021-03-11T14:21:46.538Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T14:21:46.806Z] ---> Running in 88fc38db8910 [2021-03-11T14:21:46.806Z] Removing intermediate container 32702892ae45 [2021-03-11T14:21:46.806Z] ---> 6f17a006cb42 [2021-03-11T14:21:46.806Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T14:21:46.806Z] Removing intermediate container a4d254322dc0 [2021-03-11T14:21:46.806Z] ---> 8015239ac9d3 [2021-03-11T14:21:46.806Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T14:21:46.806Z] Removing intermediate container 7d7ce797eef0 [2021-03-11T14:21:46.806Z] ---> 2db67fd4ebef [2021-03-11T14:21:46.806Z] Step 13/24 : WORKDIR / [2021-03-11T14:21:47.075Z] ---> Running in 89cb1f1ca200 [2021-03-11T14:21:47.075Z] ---> Running in d0ea6699edf1 [2021-03-11T14:21:47.075Z] ---> Running in 68ac97e8c8e8 [2021-03-11T14:21:47.338Z] Removing intermediate container 88fc38db8910 [2021-03-11T14:21:47.338Z] ---> 2112f71faa7a [2021-03-11T14:21:47.338Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T14:21:47.338Z] Removing intermediate container 34996a64cf07 [2021-03-11T14:21:47.338Z] ---> fd2170cb79ab [2021-03-11T14:21:47.338Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T14:21:47.602Z] ---> Running in 95e4b1434e15 [2021-03-11T14:21:47.602Z] ---> Running in b9f2f75b27ed [2021-03-11T14:21:47.602Z] Removing intermediate container 68ac97e8c8e8 [2021-03-11T14:21:47.602Z] ---> 476512fe6faf [2021-03-11T14:21:47.602Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T14:21:47.868Z] Removing intermediate container 89cb1f1ca200 [2021-03-11T14:21:47.868Z] ---> cea268b9fc17 [2021-03-11T14:21:47.868Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T14:21:47.868Z] Removing intermediate container d0ea6699edf1 [2021-03-11T14:21:47.868Z] ---> dbd716c21da7 [2021-03-11T14:21:47.868Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-11T14:21:47.868Z] ---> Running in 0213679d8455 [2021-03-11T14:21:47.868Z] ---> Running in c94bc3bb6c5c [2021-03-11T14:21:48.134Z] Removing intermediate container 95e4b1434e15 [2021-03-11T14:21:48.135Z] ---> b8b830a89dc4 [2021-03-11T14:21:48.135Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T14:21:48.135Z] ---> Running in 7968c4b42de7 [2021-03-11T14:21:48.402Z] ---> 363a8fc43e75 [2021-03-11T14:21:48.402Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-11T14:21:48.402Z] Removing intermediate container 0213679d8455 [2021-03-11T14:21:48.402Z] ---> 86139346980f [2021-03-11T14:21:48.402Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T14:21:48.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:21:48.675Z] Removing intermediate container c94bc3bb6c5c [2021-03-11T14:21:48.675Z] ---> 3e8e9a576220 [2021-03-11T14:21:48.675Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T14:21:48.675Z] ---> dfadb4444f57 [2021-03-11T14:21:48.675Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T14:21:48.675Z] ---> d81170c66eb8 [2021-03-11T14:21:48.675Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T14:21:48.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:21:49.230Z] ---> 8b8eb6280d96 [2021-03-11T14:21:49.230Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T14:21:49.230Z] ---> 6565bec6f509 [2021-03-11T14:21:49.230Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T14:21:49.512Z] ---> ceee77722c31 [2021-03-11T14:21:49.512Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T14:21:49.512Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T14:21:49.782Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T14:21:49.782Z] Removing intermediate container 7968c4b42de7 [2021-03-11T14:21:49.782Z] ---> 61d86d25c5ec [2021-03-11T14:21:49.782Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T14:21:49.782Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T14:21:49.782Z] ---> 5dd046031094 [2021-03-11T14:21:49.782Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T14:21:49.782Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T14:21:49.782Z] ---> Running in 7e79f62a17bc [2021-03-11T14:21:50.048Z] ---> 0228b7df6046 [2021-03-11T14:21:50.048Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T14:21:50.048Z] ---> e35fa27e9f87 [2021-03-11T14:21:50.048Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T14:21:50.048Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T14:21:50.048Z] ---> Running in bd3b3c99ff36 [2021-03-11T14:21:50.048Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T14:21:50.316Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:21:50.316Z] OK: 8 MiB in 20 packages [2021-03-11T14:21:50.316Z] Removing intermediate container 7e79f62a17bc [2021-03-11T14:21:50.316Z] ---> cfe7bb22e461 [2021-03-11T14:21:50.316Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T14:21:50.586Z] ---> 6dea7b9b4982 [2021-03-11T14:21:50.586Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T14:21:50.849Z] ---> Running in 8d6d8b5d3252 [2021-03-11T14:21:51.113Z] Removing intermediate container bd3b3c99ff36 [2021-03-11T14:21:51.113Z] ---> 5d1a5b310b91 [2021-03-11T14:21:51.113Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T14:21:51.113Z] ---> 721c511c81aa [2021-03-11T14:21:51.113Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T14:21:51.113Z] ---> 6edbb48160e7 [2021-03-11T14:21:51.113Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T14:21:51.113Z] ---> Running in e1a7a85ab38e [2021-03-11T14:21:51.113Z] ---> Running in 9ca38ef8beaf [2021-03-11T14:21:51.377Z] Removing intermediate container 8d6d8b5d3252 [2021-03-11T14:21:51.377Z] ---> dc5432b00f4b [2021-03-11T14:21:51.377Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T14:21:51.647Z] Removing intermediate container b9f2f75b27ed [2021-03-11T14:21:51.647Z] ---> 61af4fc303e6 [2021-03-11T14:21:51.647Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T14:21:51.647Z] Removing intermediate container e1a7a85ab38e [2021-03-11T14:21:51.647Z] ---> c2dba5f7f492 [2021-03-11T14:21:51.647Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T14:21:51.647Z] ---> 22637a1e9b47 [2021-03-11T14:21:51.647Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-11T14:21:51.647Z] ---> Running in 41ad468bbcbf [2021-03-11T14:21:51.910Z] ---> Running in 836453a9ee75 [2021-03-11T14:21:51.910Z] ---> Running in 1af7b30ba9d2 [2021-03-11T14:21:52.172Z] ---> 76bb37b8e3eb [2021-03-11T14:21:52.172Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T14:21:52.440Z] Removing intermediate container 41ad468bbcbf [2021-03-11T14:21:52.440Z] ---> 494003c0b7a7 [2021-03-11T14:21:52.440Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T14:21:52.440Z] Removing intermediate container 836453a9ee75 [2021-03-11T14:21:52.440Z] ---> 9ed306528d32 [2021-03-11T14:21:52.440Z] Step 21/22 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:21:52.706Z] ---> Running in cf0cb1ad4b11 [2021-03-11T14:21:52.706Z] ---> Running in d2a9faa45b6d [2021-03-11T14:21:52.971Z] Removing intermediate container d2a9faa45b6d [2021-03-11T14:21:52.972Z] ---> c66bfded9d38 [2021-03-11T14:21:52.972Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T14:21:52.972Z] Removing intermediate container cf0cb1ad4b11 [2021-03-11T14:21:52.972Z] ---> 960adb6ab48e [2021-03-11T14:21:52.972Z] Step 21/22 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:21:53.235Z] ---> 7c1903790a9d [2021-03-11T14:21:53.235Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T14:21:53.235Z] ---> Running in a25817d9b42a [2021-03-11T14:21:53.499Z] ---> Running in 2dd06358684a [2021-03-11T14:21:53.499Z] Removing intermediate container 9ca38ef8beaf [2021-03-11T14:21:53.499Z] ---> 6e94c9caaa40 [2021-03-11T14:21:53.499Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T14:21:53.499Z] ---> 920eb864850a [2021-03-11T14:21:53.499Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T14:21:53.762Z] Removing intermediate container a25817d9b42a [2021-03-11T14:21:53.762Z] ---> 3e5828a0f81e [2021-03-11T14:21:53.762Z] [2021-03-11T14:21:53.762Z] ---> Running in 53ad3e574016 [2021-03-11T14:21:53.762Z] Removing intermediate container 1af7b30ba9d2 [2021-03-11T14:21:53.762Z] ---> 1c81a63c1c49 [2021-03-11T14:21:53.762Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T14:21:53.762Z] Removing intermediate container 2dd06358684a [2021-03-11T14:21:53.762Z] ---> 0cb7061cae42 [2021-03-11T14:21:53.763Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T14:21:54.031Z] ---> 32e6a6ca440a [2021-03-11T14:21:54.031Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T14:21:54.031Z] Successfully built 3e5828a0f81e [2021-03-11T14:21:54.031Z] Successfully tagged docker-support-notifications-go:latest [2021-03-11T14:21:54.031Z] Building docker-sys-mgmt-agent-go [2021-03-11T14:21:54.031Z] ---> Running in a6154f750517 [2021-03-11T14:21:54.031Z]  Building docker-support-notifications-go ... done  ---> Running in 4464ac150a19 [2021-03-11T14:21:54.299Z] Removing intermediate container 53ad3e574016 [2021-03-11T14:21:54.299Z] ---> 5396264ec7b6 [2021-03-11T14:21:54.299Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T14:21:54.299Z] ---> Running in 8043a04b7260 [2021-03-11T14:21:54.570Z] Removing intermediate container a6154f750517 [2021-03-11T14:21:54.570Z] ---> 5d406d0e877f [2021-03-11T14:21:54.570Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T14:21:54.570Z] Removing intermediate container 4464ac150a19 [2021-03-11T14:21:54.570Z] ---> 89a0a1e4bef2 [2021-03-11T14:21:54.570Z] [2021-03-11T14:21:54.570Z] ---> Running in a7531e85ed1f [2021-03-11T14:21:54.570Z] Removing intermediate container 8043a04b7260 [2021-03-11T14:21:54.570Z] ---> d48eb2e2a0d0 [2021-03-11T14:21:54.570Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T14:21:54.839Z] Successfully built 89a0a1e4bef2 [2021-03-11T14:21:54.839Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-11T14:21:54.839Z] Building docker-security-proxy-setup-go [2021-03-11T14:21:54.839Z]  Building docker-support-scheduler-go ... done  ---> Running in 3ddf0359366f [2021-03-11T14:21:54.839Z] ---> 708cbdf9ed1a [2021-03-11T14:21:54.839Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T14:21:55.105Z] Removing intermediate container a7531e85ed1f [2021-03-11T14:21:55.105Z] ---> 19ece73751c4 [2021-03-11T14:21:55.105Z] Step 23/24 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:21:55.378Z] Removing intermediate container 3ddf0359366f [2021-03-11T14:21:55.378Z] ---> d66cd5c428ac [2021-03-11T14:21:55.378Z] Step 22/23 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:21:55.378Z] ---> Running in f91915a624a5 [2021-03-11T14:21:55.657Z] ---> 0f165d2073f0 [2021-03-11T14:21:55.657Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T14:21:56.674Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T14:21:57.065Z] ---> Running in a0245bef42b9 [2021-03-11T14:21:57.643Z] Removing intermediate container f91915a624a5 [2021-03-11T14:21:57.643Z] ---> 8c87ec803a01 [2021-03-11T14:21:57.643Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T14:21:59.579Z] ---> 3daa20ef24a2 [2021-03-11T14:21:59.579Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T14:21:59.579Z] ---> Running in 3e419a955eb5 [2021-03-11T14:21:59.841Z] Removing intermediate container a0245bef42b9 [2021-03-11T14:21:59.841Z] ---> 0d5aea70334f [2021-03-11T14:21:59.841Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T14:22:02.431Z] ---> Running in 532c397e1b76 [2021-03-11T14:22:02.431Z] Removing intermediate container 3e419a955eb5 [2021-03-11T14:22:02.431Z] ---> febfe1e4fc06 [2021-03-11T14:22:02.431Z] [2021-03-11T14:22:02.431Z] ---> d697652afbab [2021-03-11T14:22:02.431Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T14:22:02.694Z] Successfully built febfe1e4fc06 [2021-03-11T14:22:02.694Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T14:22:02.694Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-11T14:22:03.648Z] Removing intermediate container 532c397e1b76 [2021-03-11T14:22:03.648Z] ---> a613713e464c [2021-03-11T14:22:03.648Z] [2021-03-11T14:22:03.648Z] ---> Running in 97674c879770 [2021-03-11T14:22:06.239Z] Successfully built a613713e464c [2021-03-11T14:22:06.502Z] Successfully tagged docker-core-data-go:latest [2021-03-11T14:22:06.502Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-11T14:22:08.577Z] Removing intermediate container 97674c879770 [2021-03-11T14:22:08.577Z] ---> 9533a89320b9 [2021-03-11T14:22:08.577Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T14:22:09.727Z] ---> ee6e5d528ada [2021-03-11T14:22:09.727Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T14:22:18.056Z] ---> Running in 48216127800e [2021-03-11T14:22:18.056Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:22:18.056Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:22:18.056Z] ---> 4ab932f41153 [2021-03-11T14:22:18.056Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T14:22:18.056Z] ---> Using cache [2021-03-11T14:22:18.056Z] ---> 1d81f787f0fb [2021-03-11T14:22:18.056Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:22:18.056Z] ---> Using cache [2021-03-11T14:22:18.056Z] ---> f2d7d5701fc3 [2021-03-11T14:22:18.056Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T14:22:18.056Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:22:18.056Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:22:18.056Z] ---> 4ab932f41153 [2021-03-11T14:22:18.056Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T14:22:18.056Z] ---> Using cache [2021-03-11T14:22:18.056Z] ---> 1d81f787f0fb [2021-03-11T14:22:18.056Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:22:18.056Z] ---> Using cache [2021-03-11T14:22:18.056Z] ---> f2d7d5701fc3 [2021-03-11T14:22:18.056Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T14:22:18.056Z] ---> Using cache [2021-03-11T14:22:18.056Z] ---> 52a307791ced [2021-03-11T14:22:18.056Z] Step 6/21 : COPY go.mod . [2021-03-11T14:22:18.056Z] ---> Using cache [2021-03-11T14:22:18.056Z] ---> 72b63d5fff12 [2021-03-11T14:22:18.056Z] Step 7/21 : RUN go mod download [2021-03-11T14:22:18.056Z] ---> Using cache [2021-03-11T14:22:18.056Z] ---> 62a0fce9bf0b [2021-03-11T14:22:18.056Z] Step 8/21 : COPY . . [2021-03-11T14:22:18.056Z] ---> Using cache [2021-03-11T14:22:18.056Z] ---> c87a7bedb833 [2021-03-11T14:22:18.056Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T14:22:19.017Z] ---> Running in af21c5f247cd [2021-03-11T14:22:19.017Z] ---> Running in f40b97b97aac [2021-03-11T14:22:21.622Z] Removing intermediate container 48216127800e [2021-03-11T14:22:21.622Z] ---> 59bdbc50c8d3 [2021-03-11T14:22:21.622Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T14:22:21.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T14:22:21.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:22:21.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:22:22.494Z] ---> Running in 8b436298b358 [2021-03-11T14:22:22.494Z] OK: 233 MiB in 51 packages [2021-03-11T14:22:25.098Z] Removing intermediate container 8b436298b358 [2021-03-11T14:22:25.098Z] ---> c910593034f1 [2021-03-11T14:22:25.098Z] Step 28/31 : CMD ["gate"] [2021-03-11T14:22:26.087Z] ---> Running in cc32acb64271 [2021-03-11T14:22:26.087Z] Removing intermediate container f40b97b97aac [2021-03-11T14:22:26.087Z] ---> b6ef7417bf80 [2021-03-11T14:22:26.087Z] Step 6/26 : COPY go.mod . [2021-03-11T14:22:27.082Z] Removing intermediate container cc32acb64271 [2021-03-11T14:22:27.082Z] ---> fe60d1110271 [2021-03-11T14:22:27.082Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T14:22:27.406Z] ---> 92879c299198 [2021-03-11T14:22:27.406Z] Step 7/26 : RUN go mod download [2021-03-11T14:22:28.366Z] ---> Running in 4eef7ae27d43 [2021-03-11T14:22:28.366Z] ---> Running in 3a4ba5216b5d [2021-03-11T14:22:28.958Z] Removing intermediate container 4eef7ae27d43 [2021-03-11T14:22:28.958Z] ---> 1265206e6811 [2021-03-11T14:22:28.958Z] Step 30/31 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:22:29.545Z] ---> Running in 5d14c7b2b7f6 [2021-03-11T14:22:29.821Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:22:29.821Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:22:29.821Z] ---> 4ab932f41153 [2021-03-11T14:22:29.821Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T14:22:29.821Z] ---> Using cache [2021-03-11T14:22:29.821Z] ---> 1d81f787f0fb [2021-03-11T14:22:29.821Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:22:29.821Z] ---> Using cache [2021-03-11T14:22:29.821Z] ---> f2d7d5701fc3 [2021-03-11T14:22:29.821Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T14:22:29.821Z] ---> Using cache [2021-03-11T14:22:29.821Z] ---> 52a307791ced [2021-03-11T14:22:29.821Z] Step 6/23 : COPY go.mod . [2021-03-11T14:22:29.821Z] ---> Using cache [2021-03-11T14:22:29.821Z] ---> 72b63d5fff12 [2021-03-11T14:22:29.821Z] Step 7/23 : RUN go mod download [2021-03-11T14:22:29.821Z] ---> Using cache [2021-03-11T14:22:29.821Z] ---> 62a0fce9bf0b [2021-03-11T14:22:29.821Z] Step 8/23 : COPY . . [2021-03-11T14:22:30.096Z] ---> Using cache [2021-03-11T14:22:30.096Z] ---> c87a7bedb833 [2021-03-11T14:22:30.096Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T14:22:30.692Z] Removing intermediate container 5d14c7b2b7f6 [2021-03-11T14:22:30.692Z] ---> 2b178939d257 [2021-03-11T14:22:30.692Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T14:22:30.692Z] ---> Running in 1404fa86f907 [2021-03-11T14:22:30.959Z] ---> Running in 3ae2e04f3c66 [2021-03-11T14:22:31.983Z] Removing intermediate container 3ae2e04f3c66 [2021-03-11T14:22:31.983Z] ---> fa3b2823edc5 [2021-03-11T14:22:31.983Z] [2021-03-11T14:22:32.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T14:22:32.871Z] Removing intermediate container 3a4ba5216b5d [2021-03-11T14:22:32.871Z] ---> f0b42ad33982 [2021-03-11T14:22:32.871Z] Step 8/26 : COPY . . [2021-03-11T14:22:32.871Z] Successfully built fa3b2823edc5 [2021-03-11T14:22:32.871Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T14:22:37.145Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:22:37.145Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:22:37.145Z] ---> 4ab932f41153 [2021-03-11T14:22:37.145Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T14:22:37.145Z] ---> Using cache [2021-03-11T14:22:37.145Z] ---> 1d81f787f0fb [2021-03-11T14:22:37.146Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:22:37.146Z] ---> Using cache [2021-03-11T14:22:37.146Z] ---> f2d7d5701fc3 [2021-03-11T14:22:37.146Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T14:22:37.146Z] ---> Using cache [2021-03-11T14:22:37.146Z] ---> 52a307791ced [2021-03-11T14:22:37.146Z] Step 6/23 : COPY go.mod . [2021-03-11T14:22:37.146Z] ---> Using cache [2021-03-11T14:22:37.146Z] ---> 72b63d5fff12 [2021-03-11T14:22:37.146Z] Step 7/23 : RUN go mod download [2021-03-11T14:22:37.146Z] ---> Using cache [2021-03-11T14:22:37.146Z] ---> 62a0fce9bf0b [2021-03-11T14:22:37.146Z] Step 8/23 : COPY . . [2021-03-11T14:22:37.146Z] ---> Using cache [2021-03-11T14:22:37.146Z] ---> c87a7bedb833 [2021-03-11T14:22:37.146Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T14:22:37.745Z] ---> Running in 9c28471f3b06 [2021-03-11T14:22:39.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T14:22:43.679Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T14:22:45.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T14:22:57.642Z] ---> ddb9b53c932e [2021-03-11T14:22:57.642Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T14:22:57.642Z] ---> Running in 2cbc580010c8 [2021-03-11T14:22:57.921Z] Removing intermediate container af21c5f247cd [2021-03-11T14:22:57.921Z] ---> 0d0663274b71 [2021-03-11T14:22:57.921Z] [2021-03-11T14:22:57.921Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T14:22:57.921Z] ---> 88dd2752d2ea [2021-03-11T14:22:57.921Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T14:22:57.921Z] ---> Running in c1b096a4e3ef [2021-03-11T14:22:58.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T14:22:58.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:22:58.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:22:59.086Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T14:22:59.086Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T14:22:59.086Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T14:22:59.086Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T14:22:59.086Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:22:59.372Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T14:22:59.373Z] OK: 7 MiB in 18 packages [2021-03-11T14:23:01.468Z] Removing intermediate container c1b096a4e3ef [2021-03-11T14:23:01.468Z] ---> 40dd5cc6bc96 [2021-03-11T14:23:01.468Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T14:23:01.468Z] ---> Running in b53a18930511 [2021-03-11T14:23:01.762Z] Removing intermediate container b53a18930511 [2021-03-11T14:23:01.762Z] ---> 0b250e34fcab [2021-03-11T14:23:01.762Z] Step 13/21 : WORKDIR /edgex [2021-03-11T14:23:02.088Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T14:23:02.088Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T14:23:02.088Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T14:23:02.088Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T14:23:02.088Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T14:23:02.088Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T14:23:02.088Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T14:23:03.898Z] ---> Running in 26af1ac36521 [2021-03-11T14:23:04.178Z] Removing intermediate container 26af1ac36521 [2021-03-11T14:23:04.178Z] ---> 06f76c8ee8a4 [2021-03-11T14:23:04.178Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T14:23:04.736Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T14:23:04.736Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T14:23:05.150Z] ---> 6c97be2a1c8c [2021-03-11T14:23:05.150Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T14:23:07.771Z] ---> 625555d6a479 [2021-03-11T14:23:07.771Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T14:23:08.058Z] Removing intermediate container 1404fa86f907 [2021-03-11T14:23:08.058Z] ---> e038f36d2a5b [2021-03-11T14:23:08.058Z] [2021-03-11T14:23:08.058Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T14:23:08.058Z] ---> 88dd2752d2ea [2021-03-11T14:23:08.058Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T14:23:08.058Z] ---> Using cache [2021-03-11T14:23:08.058Z] ---> 6039c07fff9b [2021-03-11T14:23:08.058Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T14:23:08.058Z] ---> Using cache [2021-03-11T14:23:08.058Z] ---> 6f17a006cb42 [2021-03-11T14:23:08.058Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T14:23:09.473Z] ---> Running in f85af3a836ca [2021-03-11T14:23:09.473Z] ---> 0b9836e8b8ea [2021-03-11T14:23:09.473Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T14:23:09.473Z] Removing intermediate container 9c28471f3b06 [2021-03-11T14:23:09.473Z] ---> 897634827634 [2021-03-11T14:23:09.473Z] [2021-03-11T14:23:09.473Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T14:23:09.473Z] ---> 88dd2752d2ea [2021-03-11T14:23:09.473Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T14:23:09.473Z] ---> Using cache [2021-03-11T14:23:09.473Z] ---> 6039c07fff9b [2021-03-11T14:23:09.473Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T14:23:09.473Z] ---> Using cache [2021-03-11T14:23:09.473Z] ---> 6f17a006cb42 [2021-03-11T14:23:09.473Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T14:23:09.473Z] ---> Running in 24f83b0e45f0 [2021-03-11T14:23:09.748Z] ---> Running in 8474981ff282 [2021-03-11T14:23:09.748Z] Removing intermediate container f85af3a836ca [2021-03-11T14:23:09.748Z] ---> 72f0bee57a1d [2021-03-11T14:23:09.748Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T14:23:10.032Z] Removing intermediate container 8474981ff282 [2021-03-11T14:23:10.032Z] ---> d44e4dea54ff [2021-03-11T14:23:10.032Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T14:23:10.032Z] ---> Running in 7887a1302874 [2021-03-11T14:23:10.032Z] Removing intermediate container 24f83b0e45f0 [2021-03-11T14:23:10.032Z] ---> fb9ea3d64b41 [2021-03-11T14:23:10.032Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T14:23:10.363Z] ---> Running in 52e209587206 [2021-03-11T14:23:10.363Z] ---> Running in b69933d87c21 [2021-03-11T14:23:10.632Z] Removing intermediate container 7887a1302874 [2021-03-11T14:23:10.632Z] ---> 9be4c0230e9f [2021-03-11T14:23:10.632Z] Step 15/23 : WORKDIR / [2021-03-11T14:23:10.632Z] ---> Running in 25ff273d0966 [2021-03-11T14:23:10.632Z] Removing intermediate container b69933d87c21 [2021-03-11T14:23:10.632Z] ---> b34670f794f8 [2021-03-11T14:23:10.632Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T14:23:10.896Z] Removing intermediate container 52e209587206 [2021-03-11T14:23:10.896Z] ---> 6e5a35dd65ff [2021-03-11T14:23:10.896Z] Step 15/23 : WORKDIR / [2021-03-11T14:23:12.302Z] ---> Running in 39536a468637 [2021-03-11T14:23:12.302Z] ---> Running in cefd762a7111 [2021-03-11T14:23:12.302Z] Removing intermediate container 25ff273d0966 [2021-03-11T14:23:12.302Z] ---> 1b6e126b9934 [2021-03-11T14:23:12.302Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T14:23:12.571Z] Removing intermediate container 39536a468637 [2021-03-11T14:23:12.571Z] ---> 53838fbdf192 [2021-03-11T14:23:12.571Z] Step 20/21 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:23:12.840Z] ---> Running in c1998f3ac306 [2021-03-11T14:23:12.840Z] Removing intermediate container cefd762a7111 [2021-03-11T14:23:12.840Z] ---> 22dc58a2d850 [2021-03-11T14:23:12.840Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T14:23:12.840Z] ---> e8b1e2cf218b [2021-03-11T14:23:12.840Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T14:23:13.055Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T14:23:13.056Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T14:23:13.056Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T14:23:13.112Z] Removing intermediate container c1998f3ac306 [2021-03-11T14:23:13.112Z] ---> f5a1850094d5 [2021-03-11T14:23:13.112Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T14:23:13.112Z] ---> Running in a0562f94edbb [2021-03-11T14:23:13.112Z] ---> b59a2bfd2b18 [2021-03-11T14:23:13.112Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T14:23:13.385Z] Removing intermediate container a0562f94edbb [2021-03-11T14:23:13.385Z] ---> 8a09f5276638 [2021-03-11T14:23:13.385Z] [2021-03-11T14:23:13.660Z] Successfully built 8a09f5276638 [2021-03-11T14:23:13.660Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T14:23:13.660Z] ---> 5d15c4888d59 [2021-03-11T14:23:13.660Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T14:23:13.929Z]  Building docker-security-proxy-setup-go ... done  ---> 1bb49770b77f [2021-03-11T14:23:13.929Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T14:23:14.194Z] ---> 353671119dd5 [2021-03-11T14:23:14.194Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T14:23:14.194Z] ---> Running in 81ec6d2e495c [2021-03-11T14:23:14.194Z] ---> c0fc87067ba8 [2021-03-11T14:23:14.194Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T14:23:16.131Z] ---> Running in 239288b5dbd2 [2021-03-11T14:23:16.131Z] Removing intermediate container 81ec6d2e495c [2021-03-11T14:23:16.131Z] ---> 60595202793a [2021-03-11T14:23:16.131Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T14:23:16.131Z] ---> Running in 2fcea5a151fb [2021-03-11T14:23:16.131Z] Removing intermediate container 2cbc580010c8 [2021-03-11T14:23:16.131Z] ---> 6352a79cb7d4 [2021-03-11T14:23:16.131Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T14:23:16.131Z] Removing intermediate container 239288b5dbd2 [2021-03-11T14:23:16.131Z] ---> ac59b7f461fe [2021-03-11T14:23:16.131Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T14:23:16.396Z] ---> Running in c2f10c75747d [2021-03-11T14:23:16.396Z] ---> Running in d14eb9ee6b7d [2021-03-11T14:23:16.396Z] Removing intermediate container 2fcea5a151fb [2021-03-11T14:23:16.396Z] ---> 773fe3a1286c [2021-03-11T14:23:16.396Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T14:23:16.674Z] ---> Running in 43227ff14ee7 [2021-03-11T14:23:16.674Z] Removing intermediate container d14eb9ee6b7d [2021-03-11T14:23:16.674Z] ---> 4829db4bedcb [2021-03-11T14:23:16.674Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T14:23:16.674Z] ---> Running in 5bb40e176adc [2021-03-11T14:23:16.940Z] Removing intermediate container 43227ff14ee7 [2021-03-11T14:23:16.940Z] ---> e2b5a604ea64 [2021-03-11T14:23:16.940Z] Step 22/23 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:23:16.940Z] ---> Running in bd4fde6f9e9d [2021-03-11T14:23:16.940Z] Removing intermediate container 5bb40e176adc [2021-03-11T14:23:16.940Z] ---> 305a4dc4b776 [2021-03-11T14:23:16.940Z] Step 22/23 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:23:16.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T14:23:17.210Z] ---> Running in cd5cf0734034 [2021-03-11T14:23:17.210Z] Removing intermediate container bd4fde6f9e9d [2021-03-11T14:23:17.210Z] ---> c6d47f1646f8 [2021-03-11T14:23:17.210Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T14:23:17.210Z] Removing intermediate container cd5cf0734034 [2021-03-11T14:23:17.210Z] ---> febea330dd6a [2021-03-11T14:23:17.210Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T14:23:17.210Z] ---> Running in ed2081e4af52 [2021-03-11T14:23:17.482Z] ---> Running in a1cc8ddeff23 [2021-03-11T14:23:17.482Z] Removing intermediate container ed2081e4af52 [2021-03-11T14:23:17.482Z] ---> e844418ad375 [2021-03-11T14:23:17.482Z] [2021-03-11T14:23:18.066Z] Removing intermediate container a1cc8ddeff23 [2021-03-11T14:23:18.066Z] ---> f166423a5e65 [2021-03-11T14:23:18.066Z] [2021-03-11T14:23:18.066Z] Successfully built e844418ad375 [2021-03-11T14:23:18.066Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T14:23:18.066Z]  Building docker-core-metadata-go ... done Successfully built f166423a5e65 [2021-03-11T14:23:18.066Z] Successfully tagged docker-core-command-go:latest [2021-03-11T14:23:18.653Z]  Building docker-core-command-go ... done Removing intermediate container c2f10c75747d [2021-03-11T14:23:18.653Z] ---> 16d089e393f8 [2021-03-11T14:23:18.653Z] [2021-03-11T14:23:18.653Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T14:23:18.653Z] 20.10.0: Pulling from library/docker [2021-03-11T14:23:23.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 3.878s coverage: 45.9% of statements [2021-03-11T14:23:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T14:23:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T14:23:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T14:23:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T14:23:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T14:23:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T14:23:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T14:23:23.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.252s coverage: 100.0% of statements [2021-03-11T14:23:24.001Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T14:23:24.001Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T14:23:24.001Z] ---> aefe523efa57 [2021-03-11T14:23:24.001Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T14:23:24.001Z] ---> Running in 27924824743d [2021-03-11T14:23:24.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:23:24.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:23:24.265Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T14:23:24.265Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T14:23:24.531Z] Executing bash-5.0.17-r0.post-install [2021-03-11T14:23:24.531Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:23:24.531Z] OK: 12 MiB in 22 packages [2021-03-11T14:23:25.111Z] Removing intermediate container 27924824743d [2021-03-11T14:23:25.111Z] ---> 94f9c8476c93 [2021-03-11T14:23:25.111Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T14:23:25.111Z] ---> Running in e24548e31a98 [2021-03-11T14:23:25.111Z] Removing intermediate container e24548e31a98 [2021-03-11T14:23:25.111Z] ---> a96d8262bbae [2021-03-11T14:23:25.111Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T14:23:25.375Z] ---> Running in c19581943e57 [2021-03-11T14:23:25.639Z] Removing intermediate container c19581943e57 [2021-03-11T14:23:25.639Z] ---> a9c1b4b8b9c8 [2021-03-11T14:23:25.639Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T14:23:25.902Z] ---> Running in b302b3dcb966 [2021-03-11T14:23:25.902Z] Removing intermediate container b302b3dcb966 [2021-03-11T14:23:25.902Z] ---> c01f948d6ccd [2021-03-11T14:23:25.902Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T14:23:26.483Z] ---> 35016ba1325d [2021-03-11T14:23:26.483Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T14:23:26.748Z] ---> 0b1a3ef725d7 [2021-03-11T14:23:26.748Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T14:23:27.014Z] ---> 20e6b6f9a72a [2021-03-11T14:23:27.014Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T14:23:27.279Z] ---> Running in ba2280b6f5ee [2021-03-11T14:23:27.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.654s coverage: 27.1% of statements [2021-03-11T14:23:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T14:23:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T14:23:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T14:23:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T14:23:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T14:23:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T14:23:27.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-03-11T14:23:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T14:23:27.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements [2021-03-11T14:23:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T14:23:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T14:23:27.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:23:27.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:23:27.859Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T14:23:27.859Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T14:23:27.859Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T14:23:27.859Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T14:23:27.859Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T14:23:27.859Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T14:23:28.124Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T14:23:29.077Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T14:23:29.077Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T14:23:29.077Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T14:23:29.077Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T14:23:29.077Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T14:23:29.077Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T14:23:29.077Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T14:23:29.342Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T14:23:29.342Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T14:23:29.342Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T14:23:29.342Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T14:23:29.342Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T14:23:29.342Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T14:23:29.342Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T14:23:29.342Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T14:23:29.342Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T14:23:29.342Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T14:23:29.342Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T14:23:29.342Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T14:23:29.342Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T14:23:29.608Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T14:23:29.608Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T14:23:29.608Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T14:23:29.608Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T14:23:29.608Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T14:23:29.608Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T14:23:29.608Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:23:29.608Z] OK: 71 MiB in 55 packages [2021-03-11T14:23:30.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 71.3% of statements [2021-03-11T14:23:30.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T14:23:30.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T14:23:31.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.427s coverage: 82.9% of statements [2021-03-11T14:23:31.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T14:23:31.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T14:23:31.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.181s coverage: 78.9% of statements [2021-03-11T14:23:31.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T14:23:39.669Z] Removing intermediate container ba2280b6f5ee [2021-03-11T14:23:39.669Z] ---> 688316a46c82 [2021-03-11T14:23:39.669Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T14:23:39.669Z] ---> Running in 2426e881a739 [2021-03-11T14:23:40.624Z] Collecting docker-compose==1.23.2 [2021-03-11T14:23:40.624Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T14:23:40.889Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T14:23:40.889Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T14:23:40.889Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T14:23:40.889Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T14:23:40.889Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T14:23:40.889Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T14:23:41.472Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-11T14:23:41.472Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T14:23:41.472Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T14:23:41.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.146s coverage: 28.6% of statements [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T14:23:41.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T14:23:41.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T14:23:41.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.287s coverage: 86.7% of statements [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T14:23:41.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.350s coverage: 97.5% of statements [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T14:23:41.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.175s coverage: 78.3% of statements [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T14:23:41.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T14:23:42.055Z] Collecting PyYAML<4,>=3.10 [2021-03-11T14:23:42.055Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T14:23:43.009Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T14:23:43.009Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T14:23:43.009Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T14:23:43.009Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T14:23:43.588Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T14:23:43.588Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T14:23:43.588Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T14:23:43.588Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T14:23:44.166Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T14:23:44.166Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T14:23:44.166Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T14:23:44.166Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T14:23:44.166Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-11T14:23:44.166Z] Collecting idna<2.8,>=2.5 [2021-03-11T14:23:44.166Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T14:23:44.430Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-11T14:23:44.430Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T14:23:44.430Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T14:23:44.430Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T14:23:44.430Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T14:23:44.430Z] Installing collected packages: websocket-client, cached-property, dockerpty, texttable, PyYAML, jsonschema, urllib3, idna, requests, docker-pycreds, docker, docopt, docker-compose [2021-03-11T14:23:44.695Z] Running setup.py install for dockerpty: started [2021-03-11T14:23:45.278Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T14:23:45.278Z] Running setup.py install for texttable: started [2021-03-11T14:23:45.547Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T14:23:45.547Z] Running setup.py install for PyYAML: started [2021-03-11T14:23:46.215Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T14:23:46.215Z] Attempting uninstall: urllib3 [2021-03-11T14:23:46.215Z] Found existing installation: urllib3 1.25.9 [2021-03-11T14:23:46.215Z] Uninstalling urllib3-1.25.9: [2021-03-11T14:23:46.215Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T14:23:46.487Z] Attempting uninstall: idna [2021-03-11T14:23:46.487Z] Found existing installation: idna 2.9 [2021-03-11T14:23:46.487Z] Uninstalling idna-2.9: [2021-03-11T14:23:46.487Z] Successfully uninstalled idna-2.9 [2021-03-11T14:23:46.778Z] Attempting uninstall: requests [2021-03-11T14:23:46.778Z] Found existing installation: requests 2.23.0 [2021-03-11T14:23:46.778Z] Uninstalling requests-2.23.0: [2021-03-11T14:23:46.778Z] Successfully uninstalled requests-2.23.0 [2021-03-11T14:23:47.064Z] Running setup.py install for docopt: started [2021-03-11T14:23:47.692Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T14:23:47.959Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T14:23:50.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.122s coverage: 92.8% of statements [2021-03-11T14:23:50.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T14:23:50.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T14:23:50.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T14:23:50.159Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T14:23:50.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T14:23:50.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.321s coverage: 0.1% of statements [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T14:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T14:23:50.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.140s coverage: 47.1% of statements [2021-03-11T14:23:50.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2021-03-11T14:23:50.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements [2021-03-11T14:23:50.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-03-11T14:23:50.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-03-11T14:23:51.291Z] Removing intermediate container 2426e881a739 [2021-03-11T14:23:51.291Z] ---> dac00e5be4ef [2021-03-11T14:23:51.291Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T14:23:51.561Z] ---> Running in c22eeb78cba8 [2021-03-11T14:23:52.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T14:23:52.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T14:23:53.094Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T14:23:53.094Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T14:23:53.359Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T14:23:53.359Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:23:53.359Z] OK: 72 MiB in 58 packages [2021-03-11T14:23:53.940Z] Removing intermediate container c22eeb78cba8 [2021-03-11T14:23:53.940Z] ---> 07e473ab0850 [2021-03-11T14:23:53.940Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T14:23:53.940Z] ---> Running in ca6ccc55776f [2021-03-11T14:23:54.205Z] Removing intermediate container ca6ccc55776f [2021-03-11T14:23:54.205Z] ---> 009a39713b2a [2021-03-11T14:23:54.205Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T14:23:54.205Z] ---> Running in 0b4af6598774 [2021-03-11T14:23:54.472Z] Removing intermediate container 0b4af6598774 [2021-03-11T14:23:54.472Z] ---> 1b07d34cf77f [2021-03-11T14:23:54.472Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T14:23:54.472Z] ---> Running in eaca6450f465 [2021-03-11T14:23:54.738Z] Removing intermediate container eaca6450f465 [2021-03-11T14:23:54.738Z] ---> b7dea39bd17d [2021-03-11T14:23:54.738Z] Step 25/26 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:23:54.738Z] ---> Running in 59d854163956 [2021-03-11T14:23:55.003Z] Removing intermediate container 59d854163956 [2021-03-11T14:23:55.003Z] ---> 877996aab54f [2021-03-11T14:23:55.003Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T14:23:55.003Z] ---> Running in 83a1fdcdfa2f [2021-03-11T14:23:55.267Z] Removing intermediate container 83a1fdcdfa2f [2021-03-11T14:23:55.267Z] ---> 0fe6b737a0c7 [2021-03-11T14:23:55.267Z] [2021-03-11T14:23:55.267Z] Successfully built 0fe6b737a0c7 [2021-03-11T14:23:55.534Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T14:23:55.813Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T14:23:55.824Z] $ docker stop --time=1 33060c99a62945c16d83363f0b1ed484af4e19c86561d6bc8b2f082b19c5df61 [2021-03-11T14:23:57.436Z] $ docker rm -f 33060c99a62945c16d83363f0b1ed484af4e19c86561d6bc8b2f082b19c5df61 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T14:23:58.008Z] + docker images [2021-03-11T14:23:58.008Z] + grep docker [2021-03-11T14:23:58.271Z] docker-sys-mgmt-agent-go latest 0fe6b737a0c7 3 seconds ago 313MB [2021-03-11T14:23:58.271Z] docker-core-command-go latest f166423a5e65 41 seconds ago 17.2MB [2021-03-11T14:23:58.271Z] docker-core-metadata-go latest e844418ad375 41 seconds ago 19MB [2021-03-11T14:23:58.271Z] docker-security-proxy-setup-go latest 8a09f5276638 45 seconds ago 24.7MB [2021-03-11T14:23:58.271Z] docker-security-bootstrapper-go latest fa3b2823edc5 About a minute ago 18.7MB [2021-03-11T14:23:58.271Z] docker-core-data-go latest a613713e464c About a minute ago 22.6MB [2021-03-11T14:23:58.271Z] docker-security-secretstore-setup-go latest febfe1e4fc06 About a minute ago 24.9MB [2021-03-11T14:23:58.271Z] docker-support-scheduler-go latest 89a0a1e4bef2 2 minutes ago 17.3MB [2021-03-11T14:23:58.271Z] docker-support-notifications-go latest 3e5828a0f81e 2 minutes ago 17.8MB [2021-03-11T14:23:58.271Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-11T14:24:00.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.096s coverage: 94.4% of statements [2021-03-11T14:24:00.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-03-11T14:24:00.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.106s coverage: 81.4% of statements [2021-03-11T14:24:13.970Z] Still waiting to schedule task [2021-03-11T14:24:13.970Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.136s coverage: 92.9% of statements [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.6% of statements [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.6% of statements [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.518s coverage: 62.4% of statements [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 69.0% of statements [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.410s coverage: 38.4% of statements [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T14:24:18.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.145s coverage: 89.5% of statements [2021-03-11T14:24:18.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T14:24:19.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.090s coverage: 84.8% of statements [2021-03-11T14:24:26.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.494s coverage: 47.0% of statements [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T14:24:26.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T14:24:26.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T14:24:26.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.395s coverage: 87.1% of statements [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T14:24:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T14:24:33.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.300s coverage: 29.1% of statements [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T14:24:33.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.242s coverage: 99.0% of statements [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T14:24:33.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T14:24:33.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.210s coverage: 96.5% of statements [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T14:24:33.237Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T14:24:33.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T14:24:33.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T14:24:33.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T14:24:33.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-03-11T14:24:33.509Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-03-11T14:24:34.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-11T14:24:35.534Z] GO111MODULE=on go vet ./... [2021-03-11T14:25:57.333Z] gofmt -l . [2021-03-11T14:25:57.333Z] [ "`gofmt -l .`" = "" ] [2021-03-11T14:25:57.333Z] ./bin/test-go-mod-tidy.sh [2021-03-11T14:25:57.333Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T14:25:58.002Z] + ls -al . [2021-03-11T14:25:58.002Z] total 768 [2021-03-11T14:25:58.002Z] drwxrwxr-x 9 1001 1001 4096 Mar 11 14:25 . [2021-03-11T14:25:58.002Z] drwxr-xr-x 4 root root 4096 Mar 11 14:21 .. [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 14:20 .dockerignore [2021-03-11T14:25:58.002Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 14:20 .git [2021-03-11T14:25:58.002Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 14:20 .github [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 14:20 .gitignore [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 14:20 .sonarcloud.properties [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 14:20 Attribution.txt [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 14:20 CONTRIBUTING.md [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 14:20 Dockerfile.build [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 14:20 Jenkinsfile [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 14:20 LICENSE [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 14:20 Makefile [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 14:20 README.md [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 14:20 SECURITY.md [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 14:15 VERSION [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 14:20 ZMQWindows.md [2021-03-11T14:25:58.002Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 14:20 bin [2021-03-11T14:25:58.002Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 14:20 cmd [2021-03-11T14:25:58.002Z] -rw-r--r-- 1 root root 628834 Mar 11 14:24 coverage.out [2021-03-11T14:25:58.002Z] -rw-r--r-- 1 root root 1055 Mar 11 14:25 go.mod [2021-03-11T14:25:58.002Z] -rw-r--r-- 1 root root 21981 Mar 11 14:25 go.sum [2021-03-11T14:25:58.002Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 14:20 internal [2021-03-11T14:25:58.002Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 14:20 openapi [2021-03-11T14:25:58.002Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 14:20 snap [2021-03-11T14:25:58.002Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 14:20 version.go [Pipeline] sh [2021-03-11T14:25:58.655Z] + '[' -e coverage.out ] [2021-03-11T14:25:58.655Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T14:25:58.718Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T14:25:59.849Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T14:26:00.541Z] + make build [2021-03-11T14:26:00.541Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T14:26:12.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T14:26:19.067Z] Running on prd-ubuntu18.04-docker-8c-8g-29526 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-11T14:26:19.130Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-03-11T14:26:21.235Z] using credential edgex-jenkins-ssh [2021-03-11T14:26:21.306Z] Cloning the remote Git repository [2021-03-11T14:26:21.315Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T14:26:21.381Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-03-11T14:26:21.420Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T14:26:21.420Z] > git --version # timeout=10 [2021-03-11T14:26:21.427Z] > git --version # 'git version 2.17.1' [2021-03-11T14:26:21.428Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T14:26:21.454Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T14:26:28.428Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T14:26:28.435Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T14:26:28.442Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T14:26:28.454Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T14:26:28.454Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T14:26:28.459Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T14:26:29.214Z] Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:26:29.341Z] Merge succeeded, producing 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:26:29.342Z] Checking out Revision 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc (PR-3250) [2021-03-11T14:26:29.212Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T14:26:29.218Z] > git checkout -f 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc # timeout=10 [2021-03-11T14:26:29.297Z] > git remote # timeout=10 [2021-03-11T14:26:29.304Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T14:26:29.311Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T14:26:29.315Z] > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 [2021-03-11T14:26:29.324Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T14:26:29.333Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T14:26:29.338Z] > git checkout -f 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc # timeout=10 [2021-03-11T14:26:33.046Z] Commit message: "feat: Update the Read/Write permissions description" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T14:26:34.077Z] + echo snap-build.sh [2021-03-11T14:26:34.077Z] snap-build.sh [2021-03-11T14:26:34.077Z] + SNAP_BASE_DIR=. [2021-03-11T14:26:34.077Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-03-11T14:26:34.077Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-03-11T14:26:34.077Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-03-11T14:26:34.077Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-03-11T14:26:34.077Z] + cd /w/workspace/edgex-go/7 [2021-03-11T14:26:34.077Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-11T14:26:34.077Z] Reading package lists... [2021-03-11T14:26:34.339Z] Building dependency tree... [2021-03-11T14:26:34.339Z] Reading state information... [2021-03-11T14:26:34.339Z] The following packages were automatically installed and are no longer required: [2021-03-11T14:26:34.339Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-11T14:26:34.339Z] uidmap xdelta3 [2021-03-11T14:26:34.339Z] Use 'sudo apt autoremove' to remove them. [2021-03-11T14:26:34.339Z] The following packages will be REMOVED: [2021-03-11T14:26:34.339Z] lxd* lxd-client* [2021-03-11T14:26:34.912Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-11T14:26:34.912Z] After this operation, 31.7 MB disk space will be freed. [2021-03-11T14:26:35.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T14:26:35.704Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-11T14:26:35.704Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T14:26:36.659Z] Removing lxd dnsmasq configuration [2021-03-11T14:26:36.659Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T14:26:36.659Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-11T14:26:37.611Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-11T14:26:37.874Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-11T14:26:37.874Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T14:26:39.263Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-11T14:26:39.263Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-11T14:26:39.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T14:26:40.650Z] + sudo snap remove --purge lxd [2021-03-11T14:26:40.650Z] snap "lxd" is not installed [2021-03-11T14:26:40.650Z] + sudo groupadd --force --system lxd [2021-03-11T14:26:40.650Z] ++ whoami [2021-03-11T14:26:40.650Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-11T14:26:40.650Z] + newgrp - lxd [2021-03-11T14:26:40.650Z] + sudo snap install lxd [2021-03-11T14:26:44.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T14:26:45.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T14:26:50.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T14:26:50.656Z] 2021-03-11T14:26:47Z INFO Waiting for automatic snapd restart... [2021-03-11T14:26:56.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T14:26:59.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T14:27:03.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T14:27:05.592Z] lxd 4.12 from Canonical* installed [2021-03-11T14:27:05.592Z] + sudo lxd init --auto [2021-03-11T14:27:07.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T14:27:12.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T14:27:15.662Z] + sudo snap install --classic snapcraft [Pipeline] } [2021-03-11T14:27:20.922Z] $ docker stop --time=1 a7edb4a3c8a96f62b93efd4b245d911149844684ca1b9b1aad4350bb049173bc [2021-03-11T14:27:23.394Z] $ docker rm -f a7edb4a3c8a96f62b93efd4b245d911149844684ca1b9b1aad4350bb049173bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:27:25.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T14:27:25.395Z] [2021-03-11T14:27:25.395Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:27:25.820Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T14:27:26.094Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-11T14:27:26.094Z] 29e5d40040c1: Pulling fs layer [2021-03-11T14:27:26.094Z] 1ce36da41761: Pulling fs layer [2021-03-11T14:27:26.094Z] 25b303627fd3: Pulling fs layer [2021-03-11T14:27:26.366Z] 29e5d40040c1: Verifying Checksum [2021-03-11T14:27:26.366Z] 29e5d40040c1: Download complete [2021-03-11T14:27:26.965Z] 1ce36da41761: Verifying Checksum [2021-03-11T14:27:26.965Z] 1ce36da41761: Download complete [2021-03-11T14:27:27.241Z] 29e5d40040c1: Pull complete [2021-03-11T14:27:27.943Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T14:27:27.943Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-11T14:27:27.943Z] + patch --verbose -p1 [2021-03-11T14:27:27.943Z] Hmm... Looks like a unified diff to me... [2021-03-11T14:27:27.943Z] The text leading up to this was: [2021-03-11T14:27:27.943Z] -------------------------- [2021-03-11T14:27:27.943Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-11T14:27:27.943Z] |From: Tony Espy [2021-03-11T14:27:27.943Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-11T14:27:27.943Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-11T14:27:27.943Z] | [2021-03-11T14:27:27.944Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-11T14:27:27.944Z] |optimize the snap CI check run for pull requests. When [2021-03-11T14:27:27.944Z] |applied, it essentially strips out everything (apps and [2021-03-11T14:27:27.944Z] |parts) from the snapcraft.yaml file except those required [2021-03-11T14:27:27.944Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-11T14:27:27.944Z] |catch changes to edgex-go that break the snap build. [2021-03-11T14:27:27.944Z] | [2021-03-11T14:27:27.944Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-11T14:27:27.944Z] |to update this patch file, otherwise it may fail to apply, [2021-03-11T14:27:27.944Z] |resulting in a failed snap build CI check in the associated [2021-03-11T14:27:27.944Z] |pull request. [2021-03-11T14:27:27.944Z] | [2021-03-11T14:27:27.944Z] |Note - in addition to applying this patch, the pipeline also [2021-03-11T14:27:27.944Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-11T14:27:27.944Z] |need to build the finally binary .snap file (and it won't [2021-03-11T14:27:27.944Z] |work with the patch applied). This further reduces the build [2021-03-11T14:27:27.944Z] |time. [2021-03-11T14:27:27.944Z] |--- [2021-03-11T14:27:27.944Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-11T14:27:27.944Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-11T14:27:27.944Z] | [2021-03-11T14:27:27.944Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-11T14:27:27.944Z] |index 1e537489..faf42425 100644 [2021-03-11T14:27:27.944Z] |--- a/snap/snapcraft.yaml [2021-03-11T14:27:27.944Z] |+++ b/snap/snapcraft.yaml [2021-03-11T14:27:27.944Z] -------------------------- [2021-03-11T14:27:27.944Z] patching file snap/snapcraft.yaml [2021-03-11T14:27:27.944Z] Using Plan A... [2021-03-11T14:27:27.944Z] Hunk #1 succeeded at 73. [2021-03-11T14:27:27.944Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-11T14:27:27.944Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-11T14:27:27.944Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-11T14:27:27.944Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-11T14:27:27.944Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-11T14:27:27.944Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-11T14:27:27.944Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-11T14:27:27.944Z] Hmm... Ignoring the trailing garbage. [2021-03-11T14:27:27.944Z] done [2021-03-11T14:27:27.944Z] + sudo snapcraft prime --use-lxd [2021-03-11T14:27:27.944Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-11T14:27:27.944Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-11T14:27:27.944Z] - README.md [2021-03-11T14:27:27.944Z] - snapcraft.yaml.orig [2021-03-11T14:27:27.944Z] [2021-03-11T14:27:27.944Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T14:27:28.515Z] Launching a container. [2021-03-11T14:27:28.677Z] 1ce36da41761: Pull complete [2021-03-11T14:27:29.274Z] 25b303627fd3: Download complete [2021-03-11T14:27:39.536Z] 25b303627fd3: Pull complete [2021-03-11T14:27:39.536Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-11T14:27:39.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T14:27:39.536Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-11T14:27:39.803Z] prd-ubuntu18.04-docker-arm64-4c-16g-29524 does not seem to be running inside a container [2021-03-11T14:27:39.870Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T14:27:40.795Z] Waiting for container to be ready [2021-03-11T14:27:40.795Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-11T14:27:40.795Z] [2021-03-11T14:27:43.272Z] $ docker top ff28783667cd49cee04ea617782b1d79ee68e1a341f9e0655579e3e6ae01ac48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T14:27:44.099Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-11T14:27:44.328Z] + docker-compose build --help [2021-03-11T14:27:44.328Z] + grep parallel [2021-03-11T14:27:44.359Z] Waiting for network to be ready... [2021-03-11T14:27:44.626Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T14:27:44.626Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T14:27:44.886Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T14:27:44.886Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T14:27:44.886Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T14:27:44.886Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T14:27:44.886Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T14:27:44.886Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T14:27:44.886Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T14:27:44.886Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T14:27:45.147Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T14:27:45.408Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T14:27:45.669Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T14:27:45.669Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T14:27:45.669Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T14:27:45.669Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T14:27:45.669Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T14:27:45.669Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T14:27:45.934Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T14:27:46.196Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T14:27:46.196Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T14:27:46.196Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T14:27:46.196Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T14:27:46.196Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T14:27:46.196Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T14:27:46.196Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T14:27:46.196Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T14:27:48.653Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T14:27:48.661Z] $ docker stop --time=1 ff28783667cd49cee04ea617782b1d79ee68e1a341f9e0655579e3e6ae01ac48 [2021-03-11T14:27:48.744Z] Fetched 24.0 MB in 4s (6112 kB/s) [2021-03-11T14:27:49.317Z] Reading package lists... [2021-03-11T14:27:49.578Z] Reading package lists... [2021-03-11T14:27:49.839Z] Building dependency tree... [2021-03-11T14:27:49.839Z] Reading state information... [2021-03-11T14:27:50.101Z] The following additional packages will be installed: [2021-03-11T14:27:50.101Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T14:27:50.101Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T14:27:50.101Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T14:27:50.101Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-11T14:27:50.101Z] Suggested packages: [2021-03-11T14:27:50.101Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-11T14:27:50.101Z] Recommended packages: [2021-03-11T14:27:50.101Z] gnupg libsasl2-modules [2021-03-11T14:27:50.101Z] The following NEW packages will be installed: [2021-03-11T14:27:50.101Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T14:27:50.101Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T14:27:50.101Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T14:27:50.101Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-11T14:27:50.101Z] The following packages will be upgraded: [2021-03-11T14:27:50.102Z] gpg gpg-agent gpgconf libudev1 [2021-03-11T14:27:50.102Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-11T14:27:50.102Z] Need to get 3530 kB of archives. [2021-03-11T14:27:50.102Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-11T14:27:50.102Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-11T14:27:50.102Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-11T14:27:50.102Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-11T14:27:50.102Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-11T14:27:50.362Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-11T14:27:50.563Z] $ docker rm -f ff28783667cd49cee04ea617782b1d79ee68e1a341f9e0655579e3e6ae01ac48 [2021-03-11T14:27:50.623Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-11T14:27:50.883Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-11T14:27:50.883Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-11T14:27:50.883Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-11T14:27:50.883Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-11T14:27:50.883Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-11T14:27:50.883Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-11T14:27:50.883Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-11T14:27:50.883Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-11T14:27:50.883Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-11T14:27:50.883Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-03-11T14:27:51.145Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-11T14:27:51.145Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-11T14:27:51.145Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-11T14:27:51.145Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-11T14:27:51.145Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-11T14:27:51.145Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-11T14:27:51.145Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T14:27:51.145Z] Fetched 3530 kB in 1s (3473 kB/s) [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:27:51.408Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T14:27:51.408Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-11T14:27:51.408Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T14:27:51.408Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-11T14:27:51.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T14:27:51.490Z] . [Pipeline] withDockerContainer [2021-03-11T14:27:51.678Z] Selecting previously unselected package udev. [2021-03-11T14:27:51.678Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T14:27:51.678Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-11T14:27:51.678Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-11T14:27:51.756Z] prd-ubuntu18.04-docker-arm64-4c-16g-29524 does not seem to be running inside a container [2021-03-11T14:27:51.823Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T14:27:51.939Z] Selecting previously unselected package libfuse2:amd64. [2021-03-11T14:27:51.939Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T14:27:51.939Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T14:27:51.939Z] Selecting previously unselected package fuse. [2021-03-11T14:27:51.939Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T14:27:51.939Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-11T14:27:51.939Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T14:27:52.201Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T14:27:52.201Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T14:27:52.201Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T14:27:52.462Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T14:27:52.462Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T14:27:52.462Z] Selecting previously unselected package libksba8:amd64. [2021-03-11T14:27:52.462Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-11T14:27:52.462Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-11T14:27:52.462Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-11T14:27:52.462Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T14:27:52.462Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:52.726Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-11T14:27:52.726Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T14:27:52.726Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:52.726Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-11T14:27:52.726Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T14:27:52.726Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:52.726Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-11T14:27:52.726Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T14:27:52.726Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:52.988Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-11T14:27:52.988Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T14:27:52.988Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:52.988Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-11T14:27:52.988Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T14:27:52.988Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:52.988Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-11T14:27:52.988Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T14:27:52.988Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:53.150Z] $ docker top fbdac81922a53a07fff3edffdcbda25b82626e47187d784f3c04e21805c8b2c0 -eo pid,comm [2021-03-11T14:27:53.250Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-11T14:27:53.250Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T14:27:53.250Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:53.250Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-11T14:27:53.250Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T14:27:53.250Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:53.250Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-11T14:27:53.250Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T14:27:53.250Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T14:27:53.250Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-11T14:27:53.250Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T14:27:53.250Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [Pipeline] { [Pipeline] sh [2021-03-11T14:27:53.513Z] Selecting previously unselected package libldap-common. [2021-03-11T14:27:53.513Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-11T14:27:53.513Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T14:27:53.513Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-11T14:27:53.513Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-11T14:27:53.513Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T14:27:53.513Z] Selecting previously unselected package dirmngr. [2021-03-11T14:27:53.513Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T14:27:53.513Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T14:27:53.774Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T14:27:53.774Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-11T14:27:53.774Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T14:27:53.774Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T14:27:53.774Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T14:27:53.774Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-11T14:27:54.036Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:54.036Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-11T14:27:54.036Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T14:27:54.036Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-11T14:27:54.152Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T14:27:54.299Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-11T14:27:54.560Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:54.560Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-11T14:27:54.560Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-11T14:27:54.560Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-11T14:27:54.560Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:54.824Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:54.824Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:54.824Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:54.824Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:54.824Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:54.824Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T14:27:54.824Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T14:27:54.824Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T14:27:55.087Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T14:27:55.348Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-11T14:27:55.348Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-11T14:27:55.348Z] This means they are not meant to be enabled using systemctl. [2021-03-11T14:27:55.348Z] Possible reasons for having this kind of units are: [2021-03-11T14:27:55.348Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-11T14:27:55.348Z] .wants/ or .requires/ directory. [2021-03-11T14:27:55.348Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-11T14:27:55.348Z] a requirement dependency on it. [2021-03-11T14:27:55.348Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-11T14:27:55.348Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-11T14:27:55.348Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-11T14:27:55.348Z] instance name specified. [2021-03-11T14:27:55.608Z] Reading package lists... [2021-03-11T14:27:55.868Z] Building dependency tree... [2021-03-11T14:27:55.868Z] Reading state information... [2021-03-11T14:27:56.130Z] The following additional packages will be installed: [2021-03-11T14:27:56.130Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-11T14:27:56.130Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-11T14:27:56.130Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-11T14:27:56.130Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-11T14:27:56.130Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-11T14:27:56.130Z] Suggested packages: [2021-03-11T14:27:56.130Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-11T14:27:56.130Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-11T14:27:56.130Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-11T14:27:56.130Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-11T14:27:56.130Z] systemd-container policykit-1 [2021-03-11T14:27:56.130Z] Recommended packages: [2021-03-11T14:27:56.130Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-11T14:27:56.130Z] The following NEW packages will be installed: [2021-03-11T14:27:56.130Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-11T14:27:56.130Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-11T14:27:56.130Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-11T14:27:56.130Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-11T14:27:56.130Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-11T14:27:56.130Z] The following packages will be upgraded: [2021-03-11T14:27:56.130Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-11T14:27:56.130Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-11T14:27:56.130Z] Need to get 35.2 MB of archives. [2021-03-11T14:27:56.130Z] After this operation, 141 MB of additional disk space will be used. [2021-03-11T14:27:56.130Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-11T14:27:56.390Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-11T14:27:56.390Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-11T14:27:56.390Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-11T14:27:56.390Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-11T14:27:56.390Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-11T14:27:56.390Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-11T14:27:56.390Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-11T14:27:56.390Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-11T14:27:56.390Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-11T14:27:56.390Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-11T14:27:56.390Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-11T14:27:56.390Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-11T14:27:56.390Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-11T14:27:56.390Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-11T14:27:56.390Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-11T14:27:56.390Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-11T14:27:56.390Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-11T14:27:56.391Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-11T14:27:57.333Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-11T14:27:57.333Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-11T14:27:57.333Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-11T14:27:57.333Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-11T14:27:57.333Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-11T14:27:57.333Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-11T14:27:57.333Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-11T14:27:57.333Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-11T14:27:57.333Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-11T14:27:57.333Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-11T14:27:57.333Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-11T14:27:57.595Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T14:27:57.595Z] Fetched 35.2 MB in 1s (28.8 MB/s) [2021-03-11T14:27:57.595Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T14:27:57.595Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-11T14:27:57.855Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T14:27:58.428Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-11T14:27:58.428Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T14:27:58.428Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-11T14:27:58.459Z] Building docker-core-command-go ... [2021-03-11T14:27:58.459Z] Building docker-core-data-go ... [2021-03-11T14:27:58.459Z] Building docker-core-metadata-go ... [2021-03-11T14:27:58.459Z] Building docker-security-bootstrapper-go ... [2021-03-11T14:27:58.459Z] Building docker-security-proxy-setup-go ... [2021-03-11T14:27:58.459Z] Building docker-security-secretstore-setup-go ... [2021-03-11T14:27:58.459Z] Building docker-support-notifications-go ... [2021-03-11T14:27:58.459Z] Building docker-support-scheduler-go ... [2021-03-11T14:27:58.459Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T14:27:58.459Z] Building docker-security-secretstore-setup-go [2021-03-11T14:27:58.459Z] Building docker-security-proxy-setup-go [2021-03-11T14:27:58.459Z] Building docker-core-metadata-go [2021-03-11T14:27:58.459Z] Building docker-support-scheduler-go [2021-03-11T14:27:58.459Z] Building docker-security-bootstrapper-go [2021-03-11T14:27:58.689Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T14:27:58.689Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T14:27:58.689Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T14:27:58.689Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-11T14:27:58.950Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T14:27:58.950Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T14:27:58.950Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T14:27:59.211Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-11T14:27:59.211Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-11T14:27:59.783Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-11T14:27:59.783Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-11T14:27:59.783Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T14:27:59.783Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T14:28:00.044Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-11T14:28:00.044Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T14:28:00.044Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T14:28:00.306Z] Selecting previously unselected package libexpat1:amd64. [2021-03-11T14:28:00.306Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-11T14:28:00.306Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T14:28:00.306Z] Selecting previously unselected package python3.6-minimal. [2021-03-11T14:28:00.306Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T14:28:00.306Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T14:28:00.575Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T14:28:00.837Z] Checking for services that may need to be restarted...done. [2021-03-11T14:28:00.837Z] Checking for services that may need to be restarted...done. [2021-03-11T14:28:00.837Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T14:28:00.837Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T14:28:00.837Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T14:28:01.408Z] Selecting previously unselected package python3-minimal. [2021-03-11T14:28:01.408Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-11T14:28:01.408Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-11T14:28:01.408Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-11T14:28:01.408Z] Selecting previously unselected package mime-support. [2021-03-11T14:28:01.408Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-11T14:28:01.408Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-11T14:28:01.676Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-11T14:28:01.676Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-11T14:28:01.676Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T14:28:01.676Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-11T14:28:01.676Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T14:28:01.676Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T14:28:01.939Z] Selecting previously unselected package python3.6. [2021-03-11T14:28:01.939Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T14:28:01.939Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T14:28:02.206Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-11T14:28:02.206Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-11T14:28:02.206Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T14:28:02.206Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-11T14:28:02.468Z] Selecting previously unselected package python3. [2021-03-11T14:28:02.468Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-11T14:28:02.468Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-11T14:28:02.468Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-11T14:28:02.468Z] Selecting previously unselected package multiarch-support. [2021-03-11T14:28:02.468Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T14:28:02.468Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T14:28:02.730Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T14:28:02.730Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-11T14:28:02.730Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-11T14:28:02.730Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-11T14:28:02.730Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T14:28:02.991Z] Selecting previously unselected package libbsd0:amd64. [2021-03-11T14:28:02.991Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-11T14:28:02.991Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T14:28:02.991Z] Selecting previously unselected package sudo. [2021-03-11T14:28:02.991Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-11T14:28:02.991Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T14:28:03.251Z] Selecting previously unselected package apparmor. [2021-03-11T14:28:03.251Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T14:28:03.251Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-11T14:28:03.512Z] Selecting previously unselected package libedit2:amd64. [2021-03-11T14:28:03.512Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-11T14:28:03.512Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T14:28:03.512Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-11T14:28:03.512Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T14:28:03.512Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T14:28:03.774Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-11T14:28:03.774Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T14:28:03.774Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T14:28:03.774Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-11T14:28:03.774Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-11T14:28:03.774Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T14:28:03.774Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-11T14:28:04.058Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T14:28:04.058Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T14:28:04.058Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-11T14:28:04.058Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T14:28:04.058Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T14:28:04.058Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-11T14:28:04.058Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-11T14:28:04.058Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T14:28:04.330Z] Selecting previously unselected package openssh-client. [2021-03-11T14:28:04.330Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-11T14:28:04.330Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T14:28:04.904Z] Selecting previously unselected package squashfs-tools. [2021-03-11T14:28:04.904Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-11T14:28:04.904Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T14:28:04.904Z] Selecting previously unselected package snapd. [2021-03-11T14:28:04.904Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-11T14:28:04.904Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-11T14:28:06.839Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T14:28:06.839Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T14:28:06.839Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-11T14:28:06.839Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T14:28:07.103Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T14:28:07.103Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T14:28:07.103Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T14:28:07.103Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-11T14:28:07.103Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-11T14:28:08.050Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T14:28:08.050Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T14:28:08.050Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T14:28:08.050Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T14:28:08.050Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T14:28:08.312Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T14:28:08.883Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T14:28:08.883Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T14:28:08.883Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T14:28:08.883Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-11T14:28:08.883Z] running python rtupdate hooks for python3.6... [2021-03-11T14:28:08.883Z] running python post-rtupdate hooks for python3.6... [2021-03-11T14:28:09.144Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-11T14:28:11.712Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-11T14:28:11.712Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T14:28:11.712Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T14:28:11.712Z] Setting up snapd (2.48.3+18.04) ... [2021-03-11T14:28:11.977Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-11T14:28:12.238Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-11T14:28:12.500Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-11T14:28:12.500Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-11T14:28:12.762Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T14:28:12.762Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T14:28:13.024Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-11T14:28:13.296Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-11T14:28:13.296Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-11T14:28:13.557Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-11T14:28:13.820Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-11T14:28:13.820Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T14:28:13.820Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T14:28:14.764Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T14:28:14.764Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T14:28:14.764Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T14:28:16.329Z] Reading package lists... [2021-03-11T14:28:16.329Z] Reading package lists... [2021-03-11T14:28:16.589Z] Building dependency tree... [2021-03-11T14:28:16.589Z] Reading state information... [2021-03-11T14:28:16.849Z] Calculating upgrade... [2021-03-11T14:28:16.849Z] The following packages will be upgraded: [2021-03-11T14:28:16.849Z] advancecomp base-files bash binutils binutils-common [2021-03-11T14:28:16.849Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-11T14:28:16.849Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-11T14:28:16.849Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-11T14:28:16.849Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-11T14:28:16.849Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-11T14:28:16.849Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-11T14:28:16.849Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-11T14:28:16.849Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-11T14:28:16.849Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-11T14:28:16.849Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-11T14:28:16.849Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-11T14:28:16.849Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-11T14:28:16.849Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-11T14:28:16.849Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-11T14:28:17.111Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T14:28:17.111Z] Need to get 63.8 MB of archives. [2021-03-11T14:28:17.111Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-11T14:28:17.111Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-11T14:28:17.111Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-11T14:28:18.058Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-11T14:28:18.058Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-11T14:28:18.058Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-11T14:28:18.058Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-11T14:28:18.058Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-11T14:28:18.058Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-11T14:28:18.058Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-11T14:28:18.058Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-11T14:28:18.058Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-11T14:28:18.058Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-11T14:28:18.058Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-11T14:28:18.058Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-11T14:28:18.058Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-11T14:28:18.058Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-11T14:28:18.058Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-11T14:28:18.058Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-11T14:28:18.058Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-11T14:28:18.058Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-11T14:28:18.058Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-11T14:28:18.058Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-11T14:28:18.058Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-11T14:28:18.058Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-11T14:28:18.058Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-11T14:28:18.058Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-11T14:28:18.058Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-11T14:28:18.058Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-11T14:28:18.058Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-11T14:28:18.058Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-11T14:28:18.058Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-11T14:28:18.324Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-11T14:28:18.324Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-11T14:28:18.324Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-11T14:28:18.324Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-11T14:28:18.324Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-11T14:28:18.324Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-11T14:28:18.324Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-11T14:28:18.324Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-11T14:28:18.324Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-11T14:28:18.324Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-11T14:28:18.324Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-11T14:28:18.324Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-11T14:28:18.324Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-11T14:28:18.324Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-11T14:28:18.324Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-11T14:28:18.324Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-11T14:28:18.324Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-11T14:28:18.324Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-11T14:28:18.324Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-11T14:28:18.324Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-11T14:28:18.324Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-11T14:28:18.324Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-11T14:28:18.324Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-11T14:28:18.324Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-11T14:28:18.586Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-11T14:28:18.586Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-11T14:28:18.586Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-11T14:28:18.586Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-11T14:28:18.586Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-11T14:28:18.586Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-11T14:28:18.586Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-11T14:28:18.586Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-11T14:28:18.586Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-11T14:28:18.586Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-11T14:28:18.586Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-11T14:28:18.586Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-11T14:28:18.586Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-11T14:28:18.586Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-11T14:28:18.586Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-11T14:28:18.586Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-11T14:28:18.586Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-11T14:28:18.586Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-11T14:28:18.586Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-11T14:28:18.586Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-11T14:28:18.586Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-11T14:28:18.586Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-11T14:28:18.586Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-11T14:28:18.586Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-11T14:28:18.586Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-11T14:28:18.586Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-11T14:28:18.586Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-11T14:28:18.586Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-11T14:28:18.847Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-11T14:28:18.847Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-11T14:28:18.847Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-11T14:28:18.847Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-11T14:28:18.847Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-11T14:28:18.847Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-11T14:28:18.847Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-11T14:28:19.421Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-11T14:28:19.681Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-11T14:28:19.681Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-11T14:28:19.681Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-11T14:28:20.259Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-11T14:28:20.259Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-11T14:28:20.259Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-11T14:28:20.259Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-11T14:28:20.259Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-11T14:28:20.259Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T14:28:20.259Z] Fetched 63.8 MB in 3s (20.2 MB/s) [2021-03-11T14:28:20.259Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:20.259Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T14:28:20.525Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T14:28:21.097Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T14:28:21.097Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T14:28:21.359Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-11T14:28:21.359Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-11T14:28:21.929Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:22.190Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T14:28:22.190Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:22.190Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T14:28:22.453Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:22.453Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T14:28:22.453Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:22.453Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T14:28:22.453Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:22.453Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T14:28:22.723Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:22.723Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T14:28:22.723Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:22.723Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T14:28:22.984Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T14:28:22.984Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T14:28:22.984Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:22.984Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-11T14:28:23.245Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-11T14:28:23.245Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T14:28:23.245Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:23.245Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T14:28:23.505Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:23.505Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T14:28:23.505Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:23.505Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T14:28:23.766Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T14:28:24.032Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T14:28:24.032Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T14:28:24.032Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T14:28:24.606Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T14:28:24.868Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T14:28:24.868Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-11T14:28:24.868Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-11T14:28:24.868Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-11T14:28:24.868Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-11T14:28:25.129Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-11T14:28:25.129Z] Installing new version of config file /etc/issue ... [2021-03-11T14:28:25.129Z] Installing new version of config file /etc/issue.net ... [2021-03-11T14:28:25.129Z] Installing new version of config file /etc/lsb-release ... [2021-03-11T14:28:25.390Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-11T14:28:25.390Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-11T14:28:25.659Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-11T14:28:25.659Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-11T14:28:25.659Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:25.659Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-11T14:28:25.659Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-11T14:28:25.925Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-11T14:28:25.925Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-11T14:28:25.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:25.925Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T14:28:26.186Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-11T14:28:26.186Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-11T14:28:26.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:26.186Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-11T14:28:26.448Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-11T14:28:26.448Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-11T14:28:26.723Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:26.723Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-11T14:28:26.723Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T14:28:26.984Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-11T14:28:26.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:26.985Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T14:28:26.985Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T14:28:27.245Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T14:28:27.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:27.245Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T14:28:27.245Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T14:28:27.506Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-11T14:28:27.506Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:27.506Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-11T14:28:27.506Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-11T14:28:27.767Z] Setting up grep (3.1-2build1) ... [2021-03-11T14:28:27.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:27.767Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T14:28:27.767Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T14:28:28.029Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-11T14:28:28.029Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:28.029Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T14:28:28.029Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T14:28:28.292Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-11T14:28:28.292Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:28.292Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T14:28:28.292Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T14:28:28.864Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T14:28:28.864Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T14:28:29.125Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T14:28:29.125Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T14:28:29.699Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-11T14:28:29.699Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:29.699Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-11T14:28:29.699Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T14:28:30.644Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T14:28:30.644Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T14:28:30.905Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T14:28:30.905Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T14:28:30.905Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T14:28:30.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:30.905Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-11T14:28:31.166Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-11T14:28:31.166Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-11T14:28:31.427Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:31.427Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T14:28:31.427Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T14:28:31.427Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T14:28:31.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:31.693Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T14:28:31.693Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T14:28:31.693Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T14:28:31.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:31.956Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T14:28:31.956Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T14:28:31.956Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T14:28:32.217Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:32.217Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T14:28:32.217Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T14:28:32.217Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T14:28:32.479Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:32.479Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T14:28:32.479Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T14:28:32.479Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T14:28:32.479Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T14:28:32.742Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T14:28:32.743Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:32.743Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T14:28:32.743Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T14:28:33.004Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T14:28:33.004Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:33.004Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T14:28:33.004Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T14:28:33.270Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T14:28:33.270Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:33.270Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T14:28:33.270Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T14:28:33.535Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-11T14:28:33.535Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:33.535Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T14:28:33.535Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T14:28:34.107Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-11T14:28:34.370Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-11T14:28:34.635Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-11T14:28:34.896Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:34.896Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T14:28:34.896Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T14:28:35.158Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T14:28:35.158Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T14:28:35.158Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-11T14:28:35.158Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T14:28:35.418Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-11T14:28:35.418Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:35.418Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-11T14:28:35.685Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-11T14:28:35.685Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-11T14:28:35.952Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:35.952Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-11T14:28:35.952Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T14:28:35.952Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-11T14:28:36.213Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:36.213Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-11T14:28:36.213Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T14:28:36.213Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-11T14:28:36.475Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:36.475Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T14:28:36.475Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T14:28:36.475Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T14:28:36.738Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:36.738Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T14:28:36.738Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T14:28:36.738Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T14:28:36.738Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:36.738Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T14:28:37.003Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T14:28:37.003Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T14:28:37.264Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:37.264Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T14:28:37.264Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T14:28:37.527Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-11T14:28:37.527Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T14:28:37.527Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T14:28:37.527Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T14:28:37.791Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T14:28:37.791Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:37.791Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-11T14:28:37.791Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-11T14:28:38.051Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-11T14:28:38.312Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:38.312Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-11T14:28:38.312Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T14:28:38.312Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T14:28:38.573Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:38.573Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T14:28:38.573Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T14:28:38.835Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T14:28:38.835Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:38.835Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-11T14:28:38.835Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-11T14:28:39.097Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-11T14:28:39.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:39.097Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T14:28:39.358Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T14:28:39.620Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-11T14:28:39.881Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:39.881Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T14:28:39.881Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T14:28:39.881Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-11T14:28:40.141Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:40.141Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-11T14:28:40.141Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-11T14:28:40.402Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-11T14:28:40.402Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:40.402Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-11T14:28:40.663Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-11T14:28:40.663Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-11T14:28:40.663Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:40.663Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-11T14:28:40.923Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-11T14:28:40.923Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-11T14:28:41.182Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:41.182Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-11T14:28:41.182Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-11T14:28:41.182Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-11T14:28:41.443Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:41.443Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T14:28:41.443Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-11T14:28:41.443Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-11T14:28:42.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T14:28:42.014Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-11T14:28:42.014Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-11T14:28:42.275Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-11T14:28:42.275Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-11T14:28:42.275Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T14:28:42.275Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T14:28:42.549Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T14:28:42.549Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T14:28:42.814Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T14:28:42.814Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T14:28:42.814Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-11T14:28:43.087Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-11T14:28:43.087Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T14:28:43.087Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-11T14:28:43.356Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T14:28:43.356Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-11T14:28:43.356Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-11T14:28:43.356Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-11T14:28:43.625Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-11T14:28:43.625Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-11T14:28:43.625Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-11T14:28:43.897Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-11T14:28:43.897Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-11T14:28:43.897Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-11T14:28:43.897Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-11T14:28:43.897Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-11T14:28:44.167Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-11T14:28:44.167Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-11T14:28:45.147Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-11T14:28:45.147Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-11T14:28:45.147Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-11T14:28:45.147Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-11T14:28:45.418Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T14:28:45.418Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T14:28:45.685Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T14:28:45.685Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T14:28:45.956Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T14:28:45.956Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T14:28:45.956Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T14:28:45.956Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T14:28:46.219Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:46.219Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T14:28:46.219Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:46.219Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T14:28:46.480Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:46.480Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T14:28:46.480Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:46.480Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T14:28:47.425Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:47.425Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T14:28:48.365Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:48.365Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T14:28:48.936Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:49.198Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T14:28:49.458Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:49.458Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T14:28:50.406Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T14:28:50.406Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T14:28:50.406Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T14:28:50.406Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T14:28:50.669Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T14:28:50.669Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T14:28:50.669Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T14:28:50.932Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T14:28:50.932Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-11T14:28:50.932Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-11T14:28:51.192Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T14:28:51.192Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T14:28:51.192Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T14:28:51.192Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T14:28:51.192Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-11T14:28:51.461Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-11T14:28:51.461Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T14:28:51.461Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T14:28:51.461Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T14:28:51.461Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T14:28:51.741Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T14:28:51.741Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-11T14:28:51.741Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-11T14:28:51.741Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-11T14:28:51.741Z] [2021-03-11T14:28:51.741Z] Current default time zone: 'Etc/UTC' [2021-03-11T14:28:51.741Z] Local time is now: Thu Mar 11 14:28:51 UTC 2021. [2021-03-11T14:28:51.741Z] Universal Time is now: Thu Mar 11 14:28:51 UTC 2021. [2021-03-11T14:28:51.741Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-11T14:28:51.741Z] [2021-03-11T14:28:51.741Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-11T14:28:51.741Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T14:28:52.010Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-11T14:28:52.010Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-11T14:28:52.010Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-11T14:28:52.010Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-11T14:28:52.010Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-11T14:28:52.010Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-11T14:28:52.010Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-11T14:28:52.010Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T14:28:52.010Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T14:28:52.277Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-11T14:28:52.277Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T14:28:52.277Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T14:28:52.277Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T14:28:52.542Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-11T14:28:52.542Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-11T14:28:52.542Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-11T14:28:52.542Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T14:28:52.542Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-11T14:28:52.542Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-11T14:28:52.542Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-11T14:28:52.542Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-11T14:28:54.477Z] Updating certificates in /etc/ssl/certs... [2021-03-11T14:28:55.426Z] 23 added, 27 removed; done. [2021-03-11T14:28:55.426Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T14:28:55.426Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T14:28:55.691Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-11T14:28:55.691Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-11T14:28:55.691Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-11T14:28:55.691Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T14:28:55.691Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T14:28:55.691Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T14:28:55.691Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T14:28:55.952Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T14:28:55.952Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T14:28:55.952Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T14:28:55.952Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-11T14:28:55.952Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-11T14:28:55.952Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-11T14:28:55.952Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-11T14:28:56.213Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-11T14:28:56.213Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T14:28:56.213Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T14:28:56.213Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-11T14:28:56.213Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-11T14:28:56.213Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-11T14:28:56.474Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T14:28:56.474Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T14:28:56.474Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-11T14:28:56.474Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-11T14:28:56.474Z] Updating certificates in /etc/ssl/certs... [2021-03-11T14:28:57.417Z] 0 added, 0 removed; done. [2021-03-11T14:28:57.417Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-11T14:28:57.417Z] done. [2021-03-11T14:28:57.677Z] Reading package lists... [2021-03-11T14:28:57.938Z] Building dependency tree... [2021-03-11T14:28:57.938Z] Reading state information... [2021-03-11T14:28:57.938Z] The following NEW packages will be installed: [2021-03-11T14:28:57.938Z] apt-transport-https [2021-03-11T14:28:58.200Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T14:28:58.200Z] Need to get 1696 B of archives. [2021-03-11T14:28:58.200Z] After this operation, 153 kB of additional disk space will be used. [2021-03-11T14:28:58.200Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-11T14:28:58.200Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T14:28:58.200Z] Fetched 1696 B in 0s (27.4 kB/s) [2021-03-11T14:28:58.200Z] Selecting previously unselected package apt-transport-https. [2021-03-11T14:28:58.200Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-11T14:28:58.200Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-11T14:28:58.200Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T14:28:58.461Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T14:28:58.722Z] Waiting for network to be ready... [2021-03-11T14:29:05.351Z] 2021-03-11T14:29:03Z INFO Waiting for automatic snapd restart... [2021-03-11T14:29:05.611Z] snapd 2.49 from Canonical* installed [2021-03-11T14:29:06.583Z] "snapd" switched to the "latest/stable" channel [2021-03-11T14:29:06.583Z] [2021-03-11T14:29:09.158Z] core18 20210128 from Canonical* installed [2021-03-11T14:29:09.421Z] "core18" switched to the "latest/stable" channel [2021-03-11T14:29:09.421Z] [2021-03-11T14:29:12.748Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T14:29:12.748Z] "snapcraft" switched to the "latest/stable" channel [2021-03-11T14:29:12.748Z] [2021-03-11T14:29:16.964Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-11T14:29:16.964Z] - README.md [2021-03-11T14:29:16.964Z] - snapcraft.yaml.orig [2021-03-11T14:29:16.964Z] [2021-03-11T14:29:16.964Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T14:29:20.236Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:29:20.236Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:29:20.236Z] ---> 13d201bb7e09 [2021-03-11T14:29:20.236Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T14:29:20.236Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:29:20.236Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:29:20.236Z] ---> 13d201bb7e09 [2021-03-11T14:29:20.236Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T14:29:20.236Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:29:20.236Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:29:20.236Z] ---> 13d201bb7e09 [2021-03-11T14:29:20.236Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T14:29:20.236Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:29:20.236Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:29:20.236Z] ---> 13d201bb7e09 [2021-03-11T14:29:20.236Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T14:29:20.236Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:29:20.236Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:29:20.236Z] ---> 13d201bb7e09 [2021-03-11T14:29:20.236Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T14:29:20.236Z] ---> Running in 52d77f5151a7 [2021-03-11T14:29:20.236Z] ---> Running in 9301ee4ba812 [2021-03-11T14:29:20.236Z] ---> Running in 152116b227e5 [2021-03-11T14:29:20.236Z] ---> Running in 6935608ef4b4 [2021-03-11T14:29:20.236Z] ---> Running in b03fb13ab2a5 [2021-03-11T14:29:20.236Z] Removing intermediate container b03fb13ab2a5 [2021-03-11T14:29:20.236Z] ---> f0efacf507ab [2021-03-11T14:29:20.236Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:29:20.236Z] Removing intermediate container 52d77f5151a7 [2021-03-11T14:29:20.236Z] ---> 3642cf83130d [2021-03-11T14:29:20.236Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:29:20.236Z] Removing intermediate container 152116b227e5 [2021-03-11T14:29:20.236Z] ---> a30eccbad0a6 [2021-03-11T14:29:20.236Z] Removing intermediate container 9301ee4ba812 [2021-03-11T14:29:20.236Z] ---> fb201a1eb7fc [2021-03-11T14:29:20.236Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:29:20.236Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:29:20.236Z] Removing intermediate container 6935608ef4b4 [2021-03-11T14:29:20.236Z] ---> 45f142848fa0 [2021-03-11T14:29:20.236Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:29:20.236Z] ---> Running in 1f16e8fe0f3e [2021-03-11T14:29:20.236Z] ---> Running in 429065d9ee12 [2021-03-11T14:29:20.236Z] ---> Running in c00f13ef448e [2021-03-11T14:29:20.236Z] ---> Running in 8f9a868548b5 [2021-03-11T14:29:20.236Z] ---> Running in 84389d711e24 [2021-03-11T14:29:20.236Z] Removing intermediate container 1f16e8fe0f3e [2021-03-11T14:29:20.236Z] ---> 80166e5b5684 [2021-03-11T14:29:20.236Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T14:29:20.236Z] ---> Running in 1da1d5afefba [2021-03-11T14:29:20.508Z] Removing intermediate container c00f13ef448e [2021-03-11T14:29:20.508Z] ---> 9b641ecdc20a [2021-03-11T14:29:20.508Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T14:29:20.788Z] Removing intermediate container 8f9a868548b5 [2021-03-11T14:29:20.788Z] ---> abfdd6fefe05 [2021-03-11T14:29:20.788Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T14:29:20.788Z] ---> Running in 5866865a701e [2021-03-11T14:29:21.064Z] Removing intermediate container 429065d9ee12 [2021-03-11T14:29:21.064Z] ---> b0d07a708362 [2021-03-11T14:29:21.064Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T14:29:21.064Z] ---> Running in accb4f5cf85a [2021-03-11T14:29:21.064Z] Removing intermediate container 84389d711e24 [2021-03-11T14:29:21.064Z] ---> 5daa95b15126 [2021-03-11T14:29:21.064Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T14:29:21.336Z] ---> Running in 974adcb3157f [2021-03-11T14:29:21.336Z] ---> Running in 033825aa209b [2021-03-11T14:29:21.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:29:22.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:29:22.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:29:22.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:29:23.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:29:23.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:29:23.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:29:23.409Z] OK: 217 MiB in 51 packages [2021-03-11T14:29:23.559Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T14:29:23.559Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T14:29:23.559Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T14:29:23.559Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T14:29:23.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:29:23.967Z] OK: 217 MiB in 51 packages [2021-03-11T14:29:23.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:29:23.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:29:24.537Z] Reading package lists... [2021-03-11T14:29:24.579Z] OK: 217 MiB in 51 packages [2021-03-11T14:29:24.812Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-11T14:29:24.861Z] Removing intermediate container 1da1d5afefba [2021-03-11T14:29:24.861Z] ---> 3a8f124b1969 [2021-03-11T14:29:24.861Z] OK: 217 MiB in 51 packages [2021-03-11T14:29:24.861Z] OK: 217 MiB in 51 packages [2021-03-11T14:29:24.861Z] Step 6/22 : COPY go.mod . [2021-03-11T14:29:25.857Z] Removing intermediate container 5866865a701e [2021-03-11T14:29:25.857Z] ---> 75f9bbc65edc [2021-03-11T14:29:25.857Z] Step 6/31 : COPY go.mod . [2021-03-11T14:29:25.857Z] ---> 85cb43c4c43e [2021-03-11T14:29:25.857Z] Step 7/22 : RUN go mod download [2021-03-11T14:29:26.128Z] ---> Running in cf239d8ca331 [2021-03-11T14:29:26.744Z] Removing intermediate container accb4f5cf85a [2021-03-11T14:29:26.744Z] ---> a0a804f7c71e [2021-03-11T14:29:26.744Z] Step 6/23 : COPY go.mod . [2021-03-11T14:29:27.018Z] ---> 8aea37aed4ad [2021-03-11T14:29:27.018Z] Step 7/31 : RUN go mod download [2021-03-11T14:29:27.018Z] Removing intermediate container 033825aa209b [2021-03-11T14:29:27.018Z] ---> 33cb89ecdd7b [2021-03-11T14:29:27.018Z] Step 6/21 : COPY go.mod . [2021-03-11T14:29:27.018Z] Removing intermediate container 974adcb3157f [2021-03-11T14:29:27.018Z] ---> b2783d2e30b7 [2021-03-11T14:29:27.018Z] Step 6/24 : COPY go.mod . [2021-03-11T14:29:27.292Z] ---> Running in d2d938e76a22 [2021-03-11T14:29:28.280Z] ---> 5de021494a78 [2021-03-11T14:29:28.280Z] Step 7/23 : RUN go mod download [2021-03-11T14:29:28.280Z] ---> 07733a8b4b0f [2021-03-11T14:29:28.280Z] Step 7/21 : RUN go mod download [2021-03-11T14:29:28.280Z] ---> Running in a365e768703b [2021-03-11T14:29:28.560Z] ---> e694b0f554c0 [2021-03-11T14:29:28.560Z] Step 7/24 : RUN go mod download [2021-03-11T14:29:28.560Z] ---> Running in 98b74a7851d3 [2021-03-11T14:29:28.836Z] ---> Running in 2deed54471a2 [2021-03-11T14:29:30.291Z] Removing intermediate container cf239d8ca331 [2021-03-11T14:29:30.291Z] ---> 3b358fec883a [2021-03-11T14:29:30.291Z] Step 8/22 : COPY . . [2021-03-11T14:29:31.283Z] Removing intermediate container d2d938e76a22 [2021-03-11T14:29:31.283Z] ---> 09ca0d8b2882 [2021-03-11T14:29:31.283Z] Step 8/31 : COPY . . [2021-03-11T14:29:31.400Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T14:29:31.400Z] Reading package lists... [2021-03-11T14:29:31.400Z] Building dependency tree... [2021-03-11T14:29:31.400Z] Reading state information... [2021-03-11T14:29:31.400Z] Suggested packages: [2021-03-11T14:29:31.400Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-11T14:29:31.400Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-11T14:29:31.400Z] Recommended packages: [2021-03-11T14:29:31.400Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-11T14:29:31.400Z] The following NEW packages will be installed: [2021-03-11T14:29:31.400Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-11T14:29:31.400Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-11T14:29:31.400Z] pkg-config zip [2021-03-11T14:29:31.400Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T14:29:31.400Z] Need to get 7658 kB of archives. [2021-03-11T14:29:31.400Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-11T14:29:31.400Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-11T14:29:31.400Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-11T14:29:31.400Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-11T14:29:31.400Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-11T14:29:31.400Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-11T14:29:31.401Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-11T14:29:31.401Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-11T14:29:31.660Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-11T14:29:31.660Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-11T14:29:31.660Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-11T14:29:31.660Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-11T14:29:31.921Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-11T14:29:31.921Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-11T14:29:31.921Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-11T14:29:31.921Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-11T14:29:32.181Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T14:29:32.181Z] Fetched 7658 kB in 1s (10.1 MB/s) [2021-03-11T14:29:32.181Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-11T14:29:32.181Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-11T14:29:32.181Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-11T14:29:32.181Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T14:29:32.440Z] Selecting previously unselected package libpsl5:amd64. [2021-03-11T14:29:32.440Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-11T14:29:32.440Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T14:29:32.701Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-11T14:29:32.701Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-11T14:29:32.701Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T14:29:32.701Z] Selecting previously unselected package librtmp1:amd64. [2021-03-11T14:29:32.701Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-11T14:29:32.701Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T14:29:32.701Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-11T14:29:32.701Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-11T14:29:32.960Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T14:29:32.960Z] Selecting previously unselected package liberror-perl. [2021-03-11T14:29:32.960Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-11T14:29:32.960Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-11T14:29:32.960Z] Selecting previously unselected package git-man. [2021-03-11T14:29:32.960Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-11T14:29:32.960Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T14:29:33.223Z] Selecting previously unselected package git. [2021-03-11T14:29:33.223Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-11T14:29:33.223Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T14:29:34.180Z] Selecting previously unselected package libnorm1:amd64. [2021-03-11T14:29:34.180Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-11T14:29:34.180Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T14:29:34.180Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-11T14:29:34.180Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-11T14:29:34.180Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T14:29:34.180Z] Selecting previously unselected package libsodium23:amd64. [2021-03-11T14:29:34.180Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-11T14:29:34.180Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-11T14:29:34.440Z] Selecting previously unselected package libzmq5:amd64. [2021-03-11T14:29:34.440Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T14:29:34.440Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T14:29:34.440Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-11T14:29:34.440Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T14:29:34.440Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T14:29:34.699Z] Removing intermediate container 98b74a7851d3 [2021-03-11T14:29:34.699Z] ---> 5dfd985fbb21 [2021-03-11T14:29:34.699Z] Step 8/21 : COPY . . [2021-03-11T14:29:34.701Z] Selecting previously unselected package pkg-config. [2021-03-11T14:29:34.701Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-11T14:29:34.701Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T14:29:34.701Z] Selecting previously unselected package zip. [2021-03-11T14:29:34.701Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-11T14:29:34.701Z] Unpacking zip (3.0-11build1) ... [2021-03-11T14:29:34.701Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T14:29:34.701Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T14:29:34.963Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T14:29:34.963Z] Setting up liberror-perl (0.17025-1) ... [2021-03-11T14:29:34.963Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T14:29:34.963Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T14:29:34.963Z] No schema files found: doing nothing. [2021-03-11T14:29:34.963Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T14:29:34.963Z] Setting up zip (3.0-11build1) ... [2021-03-11T14:29:34.963Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T14:29:34.963Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-11T14:29:34.963Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T14:29:35.008Z] Removing intermediate container a365e768703b [2021-03-11T14:29:35.008Z] ---> 82ff37b243c5 [2021-03-11T14:29:35.008Z] Step 8/23 : COPY . . [2021-03-11T14:29:35.225Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T14:29:35.225Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T14:29:35.225Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T14:29:35.225Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T14:29:35.225Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T14:29:35.286Z] Removing intermediate container 2deed54471a2 [2021-03-11T14:29:35.286Z] ---> bfdb9fd107cc [2021-03-11T14:29:35.286Z] Step 8/24 : COPY . . [2021-03-11T14:29:41.813Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T14:29:41.813Z] git set to automatically installed. [2021-03-11T14:29:41.813Z] git-man set to automatically installed. [2021-03-11T14:29:41.813Z] libcurl3-gnutls set to automatically installed. [2021-03-11T14:29:41.813Z] liberror-perl set to automatically installed. [2021-03-11T14:29:41.813Z] libglib2.0-0 set to automatically installed. [2021-03-11T14:29:41.813Z] libnghttp2-14 set to automatically installed. [2021-03-11T14:29:41.813Z] libnorm1 set to automatically installed. [2021-03-11T14:29:41.813Z] libpgm-5.2-0 set to automatically installed. [2021-03-11T14:29:41.813Z] libpsl5 set to automatically installed. [2021-03-11T14:29:41.813Z] librtmp1 set to automatically installed. [2021-03-11T14:29:41.813Z] libsodium23 set to automatically installed. [2021-03-11T14:29:41.813Z] libzmq3-dev set to automatically installed. [2021-03-11T14:29:41.813Z] libzmq5 set to automatically installed. [2021-03-11T14:29:41.813Z] pkg-config set to automatically installed. [2021-03-11T14:29:41.813Z] zip set to automatically installed. [2021-03-11T14:29:43.725Z] snapd is not logged in, snap install commands will use sudo [2021-03-11T14:29:50.313Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T14:29:50.313Z] snap "core18" has no updates available [2021-03-11T14:29:50.883Z] Pulling config-common [2021-03-11T14:29:50.883Z] + snapcraftctl pull [2021-03-11T14:29:51.828Z] Pulling go-build-helper [2021-03-11T14:29:51.828Z] + snapcraftctl pull [2021-03-11T14:30:02.086Z] ---> ca46d66c486c [2021-03-11T14:30:02.086Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T14:30:02.086Z] ---> c3adc9e31972 [2021-03-11T14:30:02.086Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T14:30:02.086Z] ---> f7ecea9af5d9 [2021-03-11T14:30:02.086Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T14:30:02.086Z] ---> 13627122290b [2021-03-11T14:30:02.086Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T14:30:02.086Z] ---> a62b2a2a5e60 [2021-03-11T14:30:02.086Z] ---> Running in a9af70757e94 [2021-03-11T14:30:02.086Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T14:30:02.086Z] ---> Running in 55a53b1b7ecc [2021-03-11T14:30:02.086Z] ---> Running in 26d05232d1a1 [2021-03-11T14:30:02.086Z] ---> Running in 269f3e21d623 [2021-03-11T14:30:02.086Z] ---> Running in 4bdfb88d0c6c [2021-03-11T14:30:02.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T14:30:02.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T14:30:02.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T14:30:02.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T14:30:02.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T14:30:19.176Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T14:30:19.176Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T14:30:19.176Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T14:30:19.176Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T14:30:19.176Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T14:30:19.176Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T14:30:19.176Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T14:30:19.176Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T14:30:19.176Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T14:30:19.176Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T14:30:19.176Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T14:30:19.176Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T14:30:19.176Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T14:30:19.176Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T14:30:19.176Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T14:30:19.176Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T14:30:19.176Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T14:30:19.176Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T14:30:19.176Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T14:30:19.176Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T14:30:19.176Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T14:30:19.176Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T14:30:19.176Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T14:30:19.176Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T14:30:19.176Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T14:30:19.176Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T14:30:19.176Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T14:30:19.176Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-11T14:30:19.176Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-11T14:30:19.176Z] Fetched 279 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-11T14:30:19.176Z] Fetched 122 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-11T14:30:19.176Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-11T14:30:19.176Z] Fetched 8848 B in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-11T14:30:19.176Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-11T14:30:19.176Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-11T14:30:19.176Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-11T14:30:19.176Z] Fetched 214 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-11T14:30:19.176Z] Fetched 154 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-11T14:30:19.176Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-11T14:30:19.176Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-11T14:30:19.176Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-11T14:30:19.176Z] Fetched 499 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-11T14:30:19.176Z] Fetched 111 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-11T14:30:19.176Z] Fetched 240 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-11T14:30:19.176Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-11T14:30:19.176Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-11T14:30:19.176Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-11T14:30:19.176Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-11T14:30:19.176Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-11T14:30:19.177Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-11T14:30:19.177Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-11T14:30:19.177Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-11T14:30:19.177Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-11T14:30:19.177Z] Fetched 8720 B in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-11T14:30:19.177Z] Fetched 137 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-11T14:30:19.177Z] Fetched 119 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-11T14:30:19.177Z] Fetched 109 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-11T14:30:19.177Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-11T14:30:19.177Z] Fetched 645 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-11T14:30:19.177Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-11T14:30:19.177Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-11T14:30:19.177Z] Fetched 368 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-11T14:30:19.177Z] Fetched 187 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-11T14:30:19.177Z] Fetched 175 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-11T14:30:19.177Z] Fetched 206 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-11T14:30:19.177Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-11T14:30:19.177Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-11T14:30:19.177Z] Fetched 159 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-11T14:30:19.177Z] Fetched 107 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-11T14:30:19.177Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-11T14:30:19.177Z] Pulling static-packages [2021-03-11T14:30:19.177Z] + snapcraftctl pull [2021-03-11T14:30:20.567Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-11T14:30:20.567Z] Skipping pull go-build-helper (already ran) [2021-03-11T14:30:20.567Z] Skipping pull static-packages (already ran) [2021-03-11T14:30:20.567Z] Building go-build-helper [2021-03-11T14:30:20.567Z] + snapcraftctl build [2021-03-11T14:30:24.769Z] Building static-packages [2021-03-11T14:30:24.769Z] + snapcraftctl build [2021-03-11T14:30:26.155Z] Staging go-build-helper [2021-03-11T14:30:26.155Z] + snapcraftctl stage [2021-03-11T14:30:27.100Z] Staging static-packages [2021-03-11T14:30:27.100Z] + snapcraftctl stage [2021-03-11T14:30:28.049Z] Pulling go115 [2021-03-11T14:30:28.049Z] + snapcraftctl pull [2021-03-11T14:30:28.991Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-11T14:30:28.991Z] Skipping pull go115 (already ran) [2021-03-11T14:30:28.991Z] Building go115 [2021-03-11T14:30:28.991Z] + dpkg --print-architecture [2021-03-11T14:30:28.991Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-11T14:30:28.991Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-11T14:30:28.991Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-11T14:30:28.991Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T14:30:28.991Z] Dload Upload Total Spent Left Speed [2021-03-11T14:30:32.139Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 26.9M 0 0 25.2M 0 0:00:04 0:00:01 0:00:03 25.2M 59 115M 59 68.3M 0 0 33.3M 0 0:00:03 0:00:02 0:00:01 33.3M 95 115M 95 110M 0 0 36.2M 0 0:00:03 0:00:03 --:--:-- 36.2M 100 115M 100 115M 0 0 35.8M 0 0:00:03 0:00:03 --:--:-- 35.7M [2021-03-11T14:30:32.139Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-11T14:30:32.139Z] + + grep OK [2021-03-11T14:30:32.139Z] sha256sum -c sha256 [2021-03-11T14:30:32.712Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-11T14:30:32.712Z] + mkdir -p /root/stage/go1.15 [2021-03-11T14:30:32.712Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-11T14:30:36.924Z] Staging go115 [2021-03-11T14:30:36.924Z] + snapcraftctl stage [2021-03-11T14:30:42.216Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T14:30:42.216Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T14:30:42.216Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T14:30:42.216Z] Fetched 0 B in 0s (0 B/s) [2021-03-11T14:30:42.216Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-11T14:30:42.216Z] Fetched 224 kB in 0s (0 B/s) [2021-03-11T14:30:42.216Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-11T14:30:42.216Z] Fetched 157 kB in 0s (0 B/s) [2021-03-11T14:30:42.216Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-11T14:30:42.216Z] Fetched 221 kB in 0s (0 B/s) [2021-03-11T14:30:42.216Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-11T14:30:42.216Z] Fetched 143 kB in 0s (0 B/s) [2021-03-11T14:30:42.216Z] Pulling edgex-go [2021-03-11T14:30:42.216Z] + snapcraftctl pull [2021-03-11T14:30:42.477Z] Pulling version [2021-03-11T14:30:42.477Z] + cd /root/project [2021-03-11T14:30:42.477Z] + [ -f VERSION ] [2021-03-11T14:30:42.477Z] + PROJECT_VERSION=local-dev [2021-03-11T14:30:42.477Z] + git rev-parse --short HEAD [2021-03-11T14:30:42.477Z] + GIT_REVISION=6f97ba82 [2021-03-11T14:30:42.477Z] + snapcraftctl set-version local-dev [2021-03-11T14:30:43.422Z] Building config-common [2021-03-11T14:30:43.422Z] + snapcraftctl build [2021-03-11T14:30:45.336Z] Skipping build go-build-helper (already ran) [2021-03-11T14:30:45.336Z] Skipping build static-packages (already ran) [2021-03-11T14:30:45.336Z] Skipping build go115 (already ran) [2021-03-11T14:30:45.597Z] Building edgex-go [2021-03-11T14:30:45.858Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-11T14:30:45.858Z] + cd /root/parts/edgex-go/src [2021-03-11T14:30:45.858Z] + make build [2021-03-11T14:30:45.858Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T14:30:48.420Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-11T14:30:48.420Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-11T14:30:48.420Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-11T14:30:48.420Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-11T14:30:48.420Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-11T14:30:48.420Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-11T14:30:48.420Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-11T14:30:48.420Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-11T14:30:48.420Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-11T14:30:48.420Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-11T14:30:48.420Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-11T14:30:48.420Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-11T14:30:48.420Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-11T14:30:48.420Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-11T14:30:48.420Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-11T14:30:48.420Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-11T14:30:48.420Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-11T14:30:48.420Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-11T14:30:48.420Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-11T14:30:48.420Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-11T14:30:48.420Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-11T14:30:48.420Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-11T14:30:48.420Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-11T14:30:48.420Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-11T14:30:48.420Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-11T14:30:48.420Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-11T14:30:48.420Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-11T14:30:48.420Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-11T14:30:48.420Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-11T14:30:48.682Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-11T14:30:48.682Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-11T14:30:48.682Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-11T14:30:48.682Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-11T14:30:48.682Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-11T14:30:48.682Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-11T14:30:48.682Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-11T14:30:48.682Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-11T14:30:48.682Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-11T14:30:48.682Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-11T14:30:48.682Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-11T14:30:48.682Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-11T14:30:48.943Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-11T14:30:48.943Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-11T14:30:48.943Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-11T14:30:48.943Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-11T14:30:55.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T14:30:55.544Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-11T14:31:00.830Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T14:31:01.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T14:31:03.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T14:31:03.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T14:31:03.158Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-11T14:31:03.419Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-11T14:31:03.419Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-11T14:31:03.419Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-11T14:31:05.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T14:31:05.329Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-11T14:31:05.329Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-11T14:31:06.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T14:31:07.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T14:31:07.209Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-11T14:31:08.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T14:31:09.165Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T14:31:09.165Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-11T14:31:10.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T14:31:10.551Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-11T14:31:11.933Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-11T14:31:11.933Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-11T14:31:11.933Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-11T14:31:11.933Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-11T14:31:11.933Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-11T14:31:11.933Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-11T14:31:11.933Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-11T14:31:11.933Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-11T14:31:11.933Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-11T14:31:11.933Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-11T14:31:11.933Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-11T14:31:11.933Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-11T14:31:11.933Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-11T14:31:11.933Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-11T14:31:11.933Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-11T14:31:11.933Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-11T14:31:11.933Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-11T14:31:11.933Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-11T14:31:11.933Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-11T14:31:11.933Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-11T14:31:11.933Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-11T14:31:11.933Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-11T14:31:11.933Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-11T14:31:11.933Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-11T14:31:11.933Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-11T14:31:13.317Z] Building version [2021-03-11T14:31:13.317Z] + snapcraftctl build [2021-03-11T14:31:15.230Z] Staging config-common [2021-03-11T14:31:15.230Z] + snapcraftctl stage [2021-03-11T14:31:15.802Z] Skipping stage go-build-helper (already ran) [2021-03-11T14:31:15.802Z] Skipping stage static-packages (already ran) [2021-03-11T14:31:15.802Z] Skipping stage go115 (already ran) [2021-03-11T14:31:15.802Z] Staging edgex-go [2021-03-11T14:31:15.802Z] + snapcraftctl stage [2021-03-11T14:31:16.743Z] Staging version [2021-03-11T14:31:16.743Z] + snapcraftctl stage [2021-03-11T14:31:17.683Z] Priming config-common [2021-03-11T14:31:17.684Z] + snapcraftctl prime [2021-03-11T14:31:18.626Z] Priming go-build-helper [2021-03-11T14:31:18.626Z] + snapcraftctl prime [2021-03-11T14:31:19.570Z] Priming static-packages [2021-03-11T14:31:19.570Z] + snapcraftctl prime [2021-03-11T14:31:21.490Z] Priming go115 [2021-03-11T14:31:21.490Z] + snapcraftctl prime [2021-03-11T14:31:22.434Z] Priming edgex-go [2021-03-11T14:31:22.434Z] + snapcraftctl prime [2021-03-11T14:31:23.819Z] Priming version [2021-03-11T14:31:23.819Z] + snapcraftctl prime [2021-03-11T14:31:23.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T14:31:24.394Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-11T14:31:26.581Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T14:31:41.726Z] Removing intermediate container 269f3e21d623 [2021-03-11T14:31:41.726Z] ---> 6e644391c394 [2021-03-11T14:31:41.726Z] [2021-03-11T14:31:41.726Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T14:31:41.726Z] 3.12: Pulling from library/alpine [2021-03-11T14:31:42.001Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T14:31:42.001Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T14:31:42.001Z] ---> d10569e2745f [2021-03-11T14:31:42.001Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T14:31:42.598Z] ---> Running in 49af5864a7a0 [2021-03-11T14:31:45.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:31:45.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:31:45.503Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T14:31:45.782Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T14:31:45.782Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T14:31:45.782Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T14:31:45.782Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T14:31:45.782Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:31:45.782Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T14:31:46.192Z] OK: 7 MiB in 19 packages [2021-03-11T14:31:47.251Z] Removing intermediate container 26d05232d1a1 [2021-03-11T14:31:47.251Z] ---> f52d61843b6c [2021-03-11T14:31:47.251Z] [2021-03-11T14:31:47.251Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T14:31:47.251Z] ---> d10569e2745f [2021-03-11T14:31:47.251Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T14:31:47.549Z] Removing intermediate container a9af70757e94 [2021-03-11T14:31:47.549Z] ---> 2d0b23d5ab34 [2021-03-11T14:31:47.549Z] [2021-03-11T14:31:47.549Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T14:31:47.549Z] ---> d10569e2745f [2021-03-11T14:31:47.549Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T14:31:47.841Z] ---> Running in 42ac11f953c3 [2021-03-11T14:31:48.142Z] ---> Running in 53ea5bd15ad0 [2021-03-11T14:31:49.629Z] Removing intermediate container 53ea5bd15ad0 [2021-03-11T14:31:49.629Z] ---> a18bb73b78aa [2021-03-11T14:31:49.629Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T14:31:49.908Z] ---> Running in c654f2429108 [2021-03-11T14:31:49.908Z] Removing intermediate container 49af5864a7a0 [2021-03-11T14:31:49.908Z] ---> f88b431bd635 [2021-03-11T14:31:49.908Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T14:31:50.510Z] ---> Running in 6bf613c7b4ec [2021-03-11T14:31:50.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:31:50.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:31:51.059Z] Removing intermediate container 6bf613c7b4ec [2021-03-11T14:31:51.060Z] ---> 149133c90612 [2021-03-11T14:31:51.060Z] Step 13/24 : WORKDIR / [2021-03-11T14:31:51.339Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T14:31:51.339Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T14:31:51.339Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T14:31:51.339Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T14:31:51.339Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:31:51.339Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T14:31:51.339Z] ---> Running in 6d183338f550 [2021-03-11T14:31:51.613Z] OK: 7 MiB in 18 packages [2021-03-11T14:31:52.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:31:52.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:31:52.824Z] Removing intermediate container 6d183338f550 [2021-03-11T14:31:52.824Z] ---> fc092bcb2db7 [2021-03-11T14:31:52.824Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-11T14:31:52.824Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T14:31:52.824Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T14:31:52.824Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:31:52.824Z] OK: 5 MiB in 16 packages [2021-03-11T14:31:54.834Z] ---> b731af25a858 [2021-03-11T14:31:54.834Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-11T14:31:55.108Z] Removing intermediate container 42ac11f953c3 [2021-03-11T14:31:55.108Z] ---> 758af9b7f313 [2021-03-11T14:31:55.108Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T14:31:55.379Z] Removing intermediate container c654f2429108 [2021-03-11T14:31:55.379Z] ---> 1c2c73140936 [2021-03-11T14:31:55.379Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T14:31:55.651Z] ---> Running in 455f3ce55f25 [2021-03-11T14:31:55.923Z] ---> Running in c2eaa1f7995d [2021-03-11T14:31:56.197Z] ---> 63f2cc640cb2 [2021-03-11T14:31:56.197Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T14:31:56.471Z] Removing intermediate container 55a53b1b7ecc [2021-03-11T14:31:56.471Z] ---> d038e0ec1db2 [2021-03-11T14:31:56.471Z] [2021-03-11T14:31:56.471Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T14:31:56.471Z] ---> d10569e2745f [2021-03-11T14:31:56.471Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T14:31:56.471Z] Removing intermediate container 455f3ce55f25 [2021-03-11T14:31:56.471Z] ---> 91ddff8b1d30 [2021-03-11T14:31:56.471Z] Step 13/21 : WORKDIR /edgex [2021-03-11T14:31:56.748Z] ---> Running in 77f1302cd904 [2021-03-11T14:31:56.748Z] Removing intermediate container c2eaa1f7995d [2021-03-11T14:31:56.748Z] ---> a2d63f7036ca [2021-03-11T14:31:56.748Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T14:31:57.023Z] ---> Running in de9dc16c33b6 [2021-03-11T14:31:57.023Z] ---> Running in 6c219397a22c [2021-03-11T14:31:57.302Z] ---> 2ab784b39ed2 [2021-03-11T14:31:57.302Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T14:31:57.902Z] Removing intermediate container 6c219397a22c [2021-03-11T14:31:57.902Z] Removing intermediate container de9dc16c33b6 [2021-03-11T14:31:57.902Z] ---> 16eef550b1a1 [2021-03-11T14:31:57.902Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T14:31:57.902Z] ---> d452202d466d [2021-03-11T14:31:57.902Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T14:31:58.175Z] ---> Running in 928f2e2e481c [2021-03-11T14:31:58.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:31:59.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:31:59.343Z] ---> ddc11a56b170 [2021-03-11T14:31:59.343Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T14:31:59.343Z] ---> 7d004603707c [2021-03-11T14:31:59.343Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T14:31:59.627Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T14:31:59.627Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:31:59.627Z] OK: 5 MiB in 15 packages [2021-03-11T14:32:02.280Z] ---> 5b17d07b213d [2021-03-11T14:32:02.280Z] ---> 2992198b7002 [2021-03-11T14:32:02.280Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T14:32:02.280Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T14:32:02.280Z] Removing intermediate container 77f1302cd904 [2021-03-11T14:32:02.280Z] ---> 89f9062d1773 [2021-03-11T14:32:02.280Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T14:32:02.280Z] Removing intermediate container 928f2e2e481c [2021-03-11T14:32:02.280Z] ---> a4b3a6309f27 [2021-03-11T14:32:02.280Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T14:32:02.899Z] ---> Running in b780d12bc133 [2021-03-11T14:32:02.899Z] ---> Running in a6587d226e4e [2021-03-11T14:32:03.493Z] ---> 1b89cd399ec8 [2021-03-11T14:32:03.494Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-11T14:32:03.494Z] Removing intermediate container 4bdfb88d0c6c [2021-03-11T14:32:03.494Z] ---> 4b4d61a4d7be [2021-03-11T14:32:03.494Z] [2021-03-11T14:32:03.494Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T14:32:03.494Z] ---> d10569e2745f [2021-03-11T14:32:03.494Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T14:32:03.494Z] ---> Using cache [2021-03-11T14:32:03.494Z] ---> 89f9062d1773 [2021-03-11T14:32:03.494Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T14:32:03.494Z] ---> 3236b17e7e01 [2021-03-11T14:32:03.494Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T14:32:03.767Z] ---> Running in f254476e0ec9 [2021-03-11T14:32:03.767Z] ---> Running in cfd05e1739c1 [2021-03-11T14:32:03.767Z] ---> Running in f8ed3418e8cd [2021-03-11T14:32:03.767Z] Removing intermediate container b780d12bc133 [2021-03-11T14:32:03.767Z] ---> 108f041cd8c2 [2021-03-11T14:32:03.767Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T14:32:04.040Z] Removing intermediate container a6587d226e4e [2021-03-11T14:32:04.040Z] ---> 8d0556ed6375 [2021-03-11T14:32:04.040Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T14:32:04.317Z] ---> Running in c351ae604412 [2021-03-11T14:32:04.592Z] Removing intermediate container cfd05e1739c1 [2021-03-11T14:32:04.592Z] ---> a58ceaca8dc6 [2021-03-11T14:32:04.592Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T14:32:04.592Z] Removing intermediate container f8ed3418e8cd [2021-03-11T14:32:04.592Z] ---> 5ba4638fbfc4 [2021-03-11T14:32:04.592Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T14:32:04.866Z] ---> Running in 31573e00921c [2021-03-11T14:32:04.867Z] ---> Running in 0d211040ab3d [2021-03-11T14:32:04.867Z] Removing intermediate container c351ae604412 [2021-03-11T14:32:04.867Z] ---> 3806d0159092 [2021-03-11T14:32:04.867Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T14:32:05.143Z] ---> 3a56aaab3dc9 [2021-03-11T14:32:05.143Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T14:32:05.143Z] ---> Running in d1c2aef6cb70 [2021-03-11T14:32:05.418Z] ---> Running in d1ff9edc444b [2021-03-11T14:32:05.691Z] Removing intermediate container 31573e00921c [2021-03-11T14:32:05.691Z] ---> 1939d8378b2c [2021-03-11T14:32:05.691Z] Step 19/21 : LABEL arch=arm64 [2021-03-11T14:32:05.691Z] Removing intermediate container 0d211040ab3d [2021-03-11T14:32:05.691Z] ---> 1f6449b4174e [2021-03-11T14:32:05.691Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T14:32:05.964Z] ---> Running in 15c05e2e7f64 [2021-03-11T14:32:05.964Z] ---> Running in 8a48c84e989e [2021-03-11T14:32:06.239Z] Removing intermediate container d1c2aef6cb70 [2021-03-11T14:32:06.239Z] ---> 93d6bd3b9563 [2021-03-11T14:32:06.239Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T14:32:06.835Z] Removing intermediate container 15c05e2e7f64 [2021-03-11T14:32:06.835Z] ---> 2275d5ae53cf [2021-03-11T14:32:06.835Z] Step 20/21 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:32:06.835Z] Removing intermediate container 8a48c84e989e [2021-03-11T14:32:06.835Z] ---> cde89ecc9156 [2021-03-11T14:32:06.835Z] Step 15/23 : WORKDIR / [2021-03-11T14:32:07.114Z] ---> Running in ae864e50b43d [2021-03-11T14:32:07.114Z] Removing intermediate container f254476e0ec9 [2021-03-11T14:32:07.114Z] ---> 42d8af73f478 [2021-03-11T14:32:07.114Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T14:32:07.114Z] ---> Running in e0fb433936ae [2021-03-11T14:32:07.114Z] ---> 47b9a4d6772b [2021-03-11T14:32:07.114Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T14:32:07.114Z] ---> Running in a5a73844e5bc [2021-03-11T14:32:07.719Z] Removing intermediate container ae864e50b43d [2021-03-11T14:32:07.719Z] ---> 2f4712ed1972 [2021-03-11T14:32:07.719Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T14:32:07.992Z] Removing intermediate container e0fb433936ae [2021-03-11T14:32:07.992Z] ---> 46930e350949 [2021-03-11T14:32:07.992Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T14:32:07.992Z] ---> Running in 9619c6233cf9 [2021-03-11T14:32:07.992Z] Removing intermediate container a5a73844e5bc [2021-03-11T14:32:07.992Z] ---> da264f6ae044 [2021-03-11T14:32:07.992Z] Step 22/24 : LABEL arch=arm64 [2021-03-11T14:32:08.266Z] ---> Running in 7d27695c91d3 [2021-03-11T14:32:08.877Z] Removing intermediate container 9619c6233cf9 [2021-03-11T14:32:08.877Z] ---> b7c8c79d1537 [2021-03-11T14:32:08.877Z] [2021-03-11T14:32:08.877Z] Removing intermediate container d1ff9edc444b [2021-03-11T14:32:08.877Z] ---> 560db5e1eadc [2021-03-11T14:32:08.877Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T14:32:09.477Z] ---> d3c49580d8a3 [2021-03-11T14:32:09.478Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T14:32:09.478Z] ---> e12f89453802 [2021-03-11T14:32:09.478Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T14:32:09.478Z] Removing intermediate container 7d27695c91d3 [2021-03-11T14:32:09.478Z] ---> 13128c49b779 [2021-03-11T14:32:09.478Z] Step 23/24 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:32:09.478Z] Successfully built b7c8c79d1537 [2021-03-11T14:32:09.751Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-11T14:32:09.751Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-11T14:32:09.751Z] ---> Running in e350060d36fb [2021-03-11T14:32:10.028Z] ---> d18b23af7d61 [2021-03-11T14:32:10.029Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T14:32:10.652Z] Removing intermediate container e350060d36fb [2021-03-11T14:32:10.652Z] ---> 7510694ea2ed [2021-03-11T14:32:10.652Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T14:32:10.652Z] ---> 30b563bdfc65 [2021-03-11T14:32:10.652Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T14:32:10.924Z] ---> Running in c7c266c77ac1 [2021-03-11T14:32:11.523Z] ---> Running in 3be6736fffb0 [2021-03-11T14:32:12.116Z] Removing intermediate container c7c266c77ac1 [2021-03-11T14:32:12.116Z] ---> cc75f527b650 [2021-03-11T14:32:12.116Z] [2021-03-11T14:32:12.392Z] ---> f48158500f13 [2021-03-11T14:32:12.392Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T14:32:12.682Z] Successfully built cc75f527b650 [2021-03-11T14:32:12.682Z] ---> 7f3a5acc1245 [2021-03-11T14:32:12.682Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T14:32:12.952Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-11T14:32:12.952Z] Building docker-core-command-go [2021-03-11T14:32:12.952Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3be6736fffb0 [2021-03-11T14:32:12.952Z] ---> b67a13929b91 [2021-03-11T14:32:12.952Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T14:32:13.223Z] ---> c94962c60725 [2021-03-11T14:32:13.223Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T14:32:13.223Z] ---> Running in ee0d37176b5c [2021-03-11T14:32:13.495Z] ---> Running in 67e001070787 [2021-03-11T14:32:13.495Z] ---> 774b5ec23fd9 [2021-03-11T14:32:13.495Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T14:32:13.775Z] Removing intermediate container ee0d37176b5c [2021-03-11T14:32:13.775Z] ---> da9c1ca43089 [2021-03-11T14:32:13.775Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T14:32:14.047Z] Removing intermediate container 67e001070787 [2021-03-11T14:32:14.047Z] ---> 2264fa4d8137 [2021-03-11T14:32:14.047Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T14:32:14.047Z] ---> Running in 0e14ec7e9c21 [2021-03-11T14:32:14.320Z] ---> Running in bd1a0a1cce6d [2021-03-11T14:32:14.593Z] ---> d99a4e073724 [2021-03-11T14:32:14.593Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T14:32:14.593Z] Removing intermediate container 0e14ec7e9c21 [2021-03-11T14:32:14.593Z] ---> 8d147547fa79 [2021-03-11T14:32:14.593Z] Step 21/22 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:32:14.864Z] Removing intermediate container bd1a0a1cce6d [2021-03-11T14:32:14.865Z] ---> ad5f9f7e351c [2021-03-11T14:32:14.865Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T14:32:14.865Z] ---> Running in 0aaf4f24d682 [2021-03-11T14:32:15.138Z] ---> Running in 7a2f95122245 [2021-03-11T14:32:16.113Z] ---> cf1c51254474 [2021-03-11T14:32:16.113Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T14:32:16.386Z] Removing intermediate container 0aaf4f24d682 [2021-03-11T14:32:16.386Z] ---> d245313c05c4 [2021-03-11T14:32:16.386Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T14:32:16.386Z] Removing intermediate container 7a2f95122245 [2021-03-11T14:32:16.386Z] ---> ef93f98b20fa [2021-03-11T14:32:16.664Z] Step 22/23 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:32:16.664Z] ---> Running in 295acca1f36a [2021-03-11T14:32:17.259Z] ---> Running in 1e9322e2f6b7 [2021-03-11T14:32:17.259Z] ---> Running in 4774e0ab2e0d [2021-03-11T14:32:17.861Z] Removing intermediate container 295acca1f36a [2021-03-11T14:32:17.861Z] ---> 02dfc81f4054 [2021-03-11T14:32:17.861Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T14:32:18.133Z] Removing intermediate container 4774e0ab2e0d [2021-03-11T14:32:18.133Z] ---> 09a0c6461d9d [2021-03-11T14:32:18.133Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T14:32:18.133Z] Removing intermediate container 1e9322e2f6b7 [2021-03-11T14:32:18.133Z] ---> fdaf84393191 [2021-03-11T14:32:18.133Z] [2021-03-11T14:32:18.730Z] ---> Running in 87c008bd0504 [2021-03-11T14:32:18.730Z] Successfully built fdaf84393191 [2021-03-11T14:32:18.730Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-11T14:32:18.730Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-11T14:32:18.730Z] ---> f68f511d7651 [2021-03-11T14:32:18.730Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T14:32:19.326Z] ---> Running in b5dc0b489e46 [2021-03-11T14:32:19.326Z] Removing intermediate container 87c008bd0504 [2021-03-11T14:32:19.326Z] ---> 2ce9a2885794 [2021-03-11T14:32:19.326Z] [2021-03-11T14:32:19.923Z] Successfully built 2ce9a2885794 [2021-03-11T14:32:19.923Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-11T14:32:19.923Z] Building docker-support-notifications-go [2021-03-11T14:32:21.892Z]  Building docker-core-metadata-go ... done Removing intermediate container b5dc0b489e46 [2021-03-11T14:32:21.892Z] ---> 6894a2bbae8d [2021-03-11T14:32:21.892Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T14:32:21.892Z] ---> Running in f625e822fda0 [2021-03-11T14:32:22.485Z] Removing intermediate container f625e822fda0 [2021-03-11T14:32:22.485Z] ---> f4a21eaaebe6 [2021-03-11T14:32:22.485Z] Step 28/31 : CMD ["gate"] [2021-03-11T14:32:22.765Z] ---> Running in bf712a75ab9e [2021-03-11T14:32:23.741Z] Removing intermediate container bf712a75ab9e [2021-03-11T14:32:23.741Z] ---> 50596a4655a6 [2021-03-11T14:32:23.741Z] Step 29/31 : LABEL arch=arm64 [2021-03-11T14:32:24.720Z] ---> Running in 553d18122e98 [2021-03-11T14:32:25.699Z] Removing intermediate container 553d18122e98 [2021-03-11T14:32:25.699Z] ---> 5093e0de3583 [2021-03-11T14:32:25.699Z] Step 30/31 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:32:26.674Z] ---> Running in 468d62c61408 [2021-03-11T14:32:27.650Z] Removing intermediate container 468d62c61408 [2021-03-11T14:32:27.650Z] ---> aa5bea7ecb2e [2021-03-11T14:32:27.650Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T14:32:28.258Z] ---> Running in 870aea0bcf8d [2021-03-11T14:32:29.239Z] Removing intermediate container 870aea0bcf8d [2021-03-11T14:32:29.239Z] ---> 93199b38e60c [2021-03-11T14:32:29.239Z] [2021-03-11T14:32:29.511Z] Successfully built 93199b38e60c [2021-03-11T14:32:29.511Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-11T14:33:01.867Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:33:01.867Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:33:01.867Z] ---> 13d201bb7e09 [2021-03-11T14:33:01.867Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T14:33:01.867Z] ---> Using cache [2021-03-11T14:33:01.867Z] ---> 45f142848fa0 [2021-03-11T14:33:01.867Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:33:01.867Z] ---> Using cache [2021-03-11T14:33:01.867Z] ---> 5daa95b15126 [2021-03-11T14:33:01.867Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T14:33:05.269Z] ---> Running in d1b2406cbb18 [2021-03-11T14:33:07.244Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:33:07.244Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:33:07.244Z] ---> 13d201bb7e09 [2021-03-11T14:33:07.244Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T14:33:07.244Z] ---> Using cache [2021-03-11T14:33:07.244Z] ---> 45f142848fa0 [2021-03-11T14:33:07.244Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:33:07.244Z] ---> Using cache [2021-03-11T14:33:07.244Z] ---> 5daa95b15126 [2021-03-11T14:33:07.244Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T14:33:07.244Z] ---> Using cache [2021-03-11T14:33:07.244Z] ---> 33cb89ecdd7b [2021-03-11T14:33:07.244Z] Step 6/23 : COPY go.mod . [2021-03-11T14:33:07.244Z] ---> Using cache [2021-03-11T14:33:07.244Z] ---> 07733a8b4b0f [2021-03-11T14:33:07.244Z] Step 7/23 : RUN go mod download [2021-03-11T14:33:07.244Z] ---> Using cache [2021-03-11T14:33:07.244Z] ---> 5dfd985fbb21 [2021-03-11T14:33:07.244Z] Step 8/23 : COPY . . [2021-03-11T14:33:07.244Z] ---> Using cache [2021-03-11T14:33:07.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:33:07.244Z] ---> f7ecea9af5d9 [2021-03-11T14:33:07.244Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T14:33:07.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:33:07.845Z] ---> Running in 5037708ae157 [2021-03-11T14:33:08.435Z] OK: 217 MiB in 51 packages [2021-03-11T14:33:09.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T14:33:10.475Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:33:10.475Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:33:10.475Z] ---> 13d201bb7e09 [2021-03-11T14:33:10.475Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T14:33:10.475Z] ---> Using cache [2021-03-11T14:33:10.475Z] ---> 45f142848fa0 [2021-03-11T14:33:10.475Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:33:10.475Z] ---> Using cache [2021-03-11T14:33:10.475Z] ---> 5daa95b15126 [2021-03-11T14:33:10.475Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T14:33:10.751Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T14:33:10.751Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T14:33:10.751Z] ---> 13d201bb7e09 [2021-03-11T14:33:10.751Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T14:33:10.751Z] ---> Using cache [2021-03-11T14:33:10.751Z] ---> 45f142848fa0 [2021-03-11T14:33:10.751Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:33:10.751Z] ---> Using cache [2021-03-11T14:33:10.751Z] ---> 5daa95b15126 [2021-03-11T14:33:10.751Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T14:33:10.751Z] ---> Running in e21f600543f2 [2021-03-11T14:33:10.751Z] ---> Running in fccb0f78a333 [2021-03-11T14:33:11.030Z] Removing intermediate container d1b2406cbb18 [2021-03-11T14:33:11.030Z] ---> c77a6e24d620 [2021-03-11T14:33:11.030Z] Step 6/26 : COPY go.mod . [2021-03-11T14:33:12.600Z] ---> ebb034d6b43d [2021-03-11T14:33:12.600Z] Step 7/26 : RUN go mod download [2021-03-11T14:33:12.600Z] ---> Running in 0b2b4dfa1ebc [2021-03-11T14:33:13.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:33:13.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:33:14.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:33:14.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:33:15.371Z] OK: 217 MiB in 51 packages [2021-03-11T14:33:15.646Z] OK: 217 MiB in 51 packages [2021-03-11T14:33:17.088Z] Removing intermediate container fccb0f78a333 [2021-03-11T14:33:17.088Z] ---> 8f255e8bba86 [2021-03-11T14:33:17.088Z] Step 6/22 : COPY go.mod . [2021-03-11T14:33:17.684Z] Removing intermediate container 0b2b4dfa1ebc [2021-03-11T14:33:17.684Z] ---> 0283628e7148 [2021-03-11T14:33:17.684Z] Step 8/26 : COPY . . [2021-03-11T14:33:17.959Z] Removing intermediate container e21f600543f2 [2021-03-11T14:33:17.959Z] ---> 4476cf02f1a0 [2021-03-11T14:33:17.959Z] Step 6/23 : COPY go.mod . [2021-03-11T14:33:18.556Z] ---> e493f7a37bf7 [2021-03-11T14:33:18.556Z] Step 7/22 : RUN go mod download [2021-03-11T14:33:18.835Z] ---> Running in e080cf00ebaa [2021-03-11T14:33:19.817Z] ---> eed692356bb8 [2021-03-11T14:33:19.817Z] Step 7/23 : RUN go mod download [2021-03-11T14:33:20.093Z] ---> Running in 7bb06a612c7f [2021-03-11T14:33:25.518Z] Removing intermediate container e080cf00ebaa [2021-03-11T14:33:25.518Z] ---> 47e6f08a76c5 [2021-03-11T14:33:25.518Z] Step 8/22 : COPY . . [2021-03-11T14:33:25.518Z] Removing intermediate container 7bb06a612c7f [2021-03-11T14:33:25.518Z] ---> 14cde0fb3a08 [2021-03-11T14:33:25.518Z] Step 8/23 : COPY . . [2021-03-11T14:33:57.924Z] ---> 908df8589c81 [2021-03-11T14:33:57.924Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T14:33:57.924Z] ---> Running in f6b6205fd17c [2021-03-11T14:33:57.924Z] ---> cfb2bad53643 [2021-03-11T14:33:57.924Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T14:33:57.924Z] ---> d2fff0ddce9a [2021-03-11T14:33:57.924Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T14:33:57.924Z] ---> Running in 3a5c60c0df50 [2021-03-11T14:33:57.924Z] ---> Running in dab553df4e33 [2021-03-11T14:33:57.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T14:33:57.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T14:33:57.924Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T14:33:58.205Z] Removing intermediate container 5037708ae157 [2021-03-11T14:33:58.205Z] ---> c0d9fa5e878e [2021-03-11T14:33:58.205Z] [2021-03-11T14:33:58.205Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T14:33:58.205Z] ---> d10569e2745f [2021-03-11T14:33:58.205Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T14:33:58.205Z] ---> Using cache [2021-03-11T14:33:58.205Z] ---> 89f9062d1773 [2021-03-11T14:33:58.205Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T14:33:58.205Z] ---> Using cache [2021-03-11T14:33:58.205Z] ---> a58ceaca8dc6 [2021-03-11T14:33:58.205Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T14:33:58.484Z] ---> Running in 317a1b65d837 [2021-03-11T14:33:59.088Z] Removing intermediate container 317a1b65d837 [2021-03-11T14:33:59.088Z] ---> e9b73e21b86e [2021-03-11T14:33:59.088Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T14:33:59.366Z] ---> Running in 8e841ac4e26f [2021-03-11T14:34:00.353Z] Removing intermediate container 8e841ac4e26f [2021-03-11T14:34:00.354Z] ---> 7c38b639ac48 [2021-03-11T14:34:00.354Z] Step 15/23 : WORKDIR / [2021-03-11T14:34:00.354Z] ---> Running in a7974f48be2e [2021-03-11T14:34:00.958Z] Removing intermediate container a7974f48be2e [2021-03-11T14:34:00.958Z] ---> ce7075cf7ba5 [2021-03-11T14:34:00.958Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T14:34:02.407Z] ---> a14d8ec0303d [2021-03-11T14:34:02.407Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T14:34:03.850Z] ---> b2608ccd87ed [2021-03-11T14:34:03.850Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T14:34:05.303Z] ---> 09793810632c [2021-03-11T14:34:05.303Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T14:34:05.303Z] ---> Running in 6979e32ce51c [2021-03-11T14:34:05.920Z] Removing intermediate container 6979e32ce51c [2021-03-11T14:34:05.920Z] ---> 7daaf5b0ec77 [2021-03-11T14:34:05.920Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T14:34:05.920Z] ---> Running in af434304d306 [2021-03-11T14:34:06.904Z] Removing intermediate container af434304d306 [2021-03-11T14:34:06.904Z] ---> 31898e6b42ba [2021-03-11T14:34:06.904Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T14:34:06.904Z] ---> Running in ae64d7f325e2 [2021-03-11T14:34:07.499Z] Removing intermediate container ae64d7f325e2 [2021-03-11T14:34:07.499Z] ---> 78098c36d19f [2021-03-11T14:34:07.499Z] Step 22/23 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:34:07.771Z] ---> Running in db8ce1161624 [2021-03-11T14:34:08.372Z] Removing intermediate container db8ce1161624 [2021-03-11T14:34:08.372Z] ---> 33aa04466bc2 [2021-03-11T14:34:08.372Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T14:34:08.645Z] ---> Running in 96ae858af565 [2021-03-11T14:34:09.246Z] Removing intermediate container 96ae858af565 [2021-03-11T14:34:09.246Z] ---> 22820fb9cc39 [2021-03-11T14:34:09.246Z] [2021-03-11T14:34:09.843Z] Successfully built 22820fb9cc39 [2021-03-11T14:34:09.843Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-11T14:35:06.368Z]  Building docker-core-command-go ... done Removing intermediate container f6b6205fd17c [2021-03-11T14:35:06.368Z] ---> 6c56379d8087 [2021-03-11T14:35:06.368Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T14:35:06.368Z] ---> Running in 21b1d727b2d3 [2021-03-11T14:35:06.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T14:35:09.770Z] Removing intermediate container 21b1d727b2d3 [2021-03-11T14:35:09.770Z] ---> cfd0fcc02f45 [2021-03-11T14:35:09.770Z] [2021-03-11T14:35:09.770Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T14:35:09.770Z] 20.10.0: Pulling from library/docker [2021-03-11T14:35:10.372Z] Removing intermediate container 3a5c60c0df50 [2021-03-11T14:35:10.372Z] ---> 9ea661ffc497 [2021-03-11T14:35:10.372Z] [2021-03-11T14:35:10.372Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T14:35:10.372Z] ---> d10569e2745f [2021-03-11T14:35:10.372Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T14:35:10.645Z] ---> Running in beaa2ffb2d49 [2021-03-11T14:35:12.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:35:12.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:35:12.980Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T14:35:12.980Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T14:35:12.980Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:35:12.980Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T14:35:13.253Z] OK: 6 MiB in 16 packages [2021-03-11T14:35:16.652Z] Removing intermediate container beaa2ffb2d49 [2021-03-11T14:35:16.652Z] ---> 3a6d0db5a661 [2021-03-11T14:35:16.652Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T14:35:16.652Z] ---> Running in 11e4b49154d0 [2021-03-11T14:35:17.249Z] Removing intermediate container 11e4b49154d0 [2021-03-11T14:35:17.249Z] ---> b63a9cd30a96 [2021-03-11T14:35:17.249Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T14:35:17.524Z] ---> Running in 9032468c8cca [2021-03-11T14:35:18.122Z] Removing intermediate container 9032468c8cca [2021-03-11T14:35:18.122Z] ---> 99434055daf8 [2021-03-11T14:35:18.122Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T14:35:18.723Z] ---> Running in c83428397b48 [2021-03-11T14:35:19.707Z] Removing intermediate container c83428397b48 [2021-03-11T14:35:19.707Z] ---> 911d5ce0fcfa [2021-03-11T14:35:19.707Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T14:35:20.697Z] ---> b144ac230485 [2021-03-11T14:35:20.973Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T14:35:21.247Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T14:35:21.247Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T14:35:21.247Z] ---> eeaf43b92773 [2021-03-11T14:35:21.247Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T14:35:21.841Z] ---> Running in df3842f51765 [2021-03-11T14:35:22.437Z] ---> f24a30c992a8 [2021-03-11T14:35:22.437Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T14:35:22.710Z] Removing intermediate container dab553df4e33 [2021-03-11T14:35:22.710Z] ---> bcbc37b8003a [2021-03-11T14:35:22.710Z] [2021-03-11T14:35:22.710Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T14:35:22.710Z] ---> d10569e2745f [2021-03-11T14:35:22.710Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T14:35:22.987Z] ---> Running in 9f3d13564a6e [2021-03-11T14:35:22.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:35:23.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:35:23.265Z] ---> edf9c0dcbfb6 [2021-03-11T14:35:23.265Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T14:35:23.537Z] ---> Running in ec734fb29386 [2021-03-11T14:35:23.537Z] Removing intermediate container 9f3d13564a6e [2021-03-11T14:35:23.537Z] ---> 8be36d57a4e2 [2021-03-11T14:35:23.537Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T14:35:23.813Z] ---> Running in 1643d41def40 [2021-03-11T14:35:23.813Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T14:35:23.813Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T14:35:24.086Z] Executing bash-5.0.17-r0.post-install [2021-03-11T14:35:24.086Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:35:24.086Z] OK: 12 MiB in 22 packages [2021-03-11T14:35:24.086Z] Removing intermediate container ec734fb29386 [2021-03-11T14:35:24.086Z] ---> cf3f9062d121 [2021-03-11T14:35:24.086Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T14:35:24.357Z] ---> Running in 4d4a4d490a4f [2021-03-11T14:35:24.357Z] Removing intermediate container 1643d41def40 [2021-03-11T14:35:24.357Z] ---> 8658e8f63024 [2021-03-11T14:35:24.357Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T14:35:24.633Z] ---> Running in 74e7047e885f [2021-03-11T14:35:24.909Z] Removing intermediate container 4d4a4d490a4f [2021-03-11T14:35:24.909Z] ---> be849a73ca45 [2021-03-11T14:35:24.909Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T14:35:25.180Z] ---> Running in bcedda811a50 [2021-03-11T14:35:25.180Z] Removing intermediate container 74e7047e885f [2021-03-11T14:35:25.180Z] ---> b8881042c580 [2021-03-11T14:35:25.180Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T14:35:25.453Z] ---> Running in 71da87d6de6a [2021-03-11T14:35:25.453Z] Removing intermediate container df3842f51765 [2021-03-11T14:35:25.453Z] ---> e81cf20ef67e [2021-03-11T14:35:25.453Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T14:35:25.732Z] Removing intermediate container bcedda811a50 [2021-03-11T14:35:25.732Z] ---> b02095b47345 [2021-03-11T14:35:25.732Z] Step 21/22 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:35:25.732Z] ---> Running in daa5322cb24f [2021-03-11T14:35:26.010Z] ---> Running in 85ed75453582 [2021-03-11T14:35:26.339Z] Removing intermediate container daa5322cb24f [2021-03-11T14:35:26.339Z] ---> 3b728ed561a6 [2021-03-11T14:35:26.339Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T14:35:26.632Z] ---> Running in 642cab4b26a4 [2021-03-11T14:35:26.632Z] Removing intermediate container 85ed75453582 [2021-03-11T14:35:26.632Z] ---> 185e1d216f60 [2021-03-11T14:35:26.632Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T14:35:26.932Z] ---> Running in bd2ed69ab289 [2021-03-11T14:35:27.213Z] Removing intermediate container 642cab4b26a4 [2021-03-11T14:35:27.213Z] ---> 311e2923bf77 [2021-03-11T14:35:27.213Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T14:35:27.491Z] ---> Running in 846d6deea659 [2021-03-11T14:35:27.841Z] Removing intermediate container bd2ed69ab289 [2021-03-11T14:35:27.841Z] ---> ee2c99c671be [2021-03-11T14:35:27.841Z] [2021-03-11T14:35:28.131Z] Removing intermediate container 846d6deea659 [2021-03-11T14:35:28.131Z] ---> 9fb915ae92f8 [2021-03-11T14:35:28.131Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T14:35:28.406Z] Successfully built ee2c99c671be [2021-03-11T14:35:28.406Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-11T14:35:28.406Z]  Building docker-support-notifications-go ... done Removing intermediate container 71da87d6de6a [2021-03-11T14:35:28.406Z] ---> e4f229e782c9 [2021-03-11T14:35:28.406Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T14:35:28.679Z] ---> Running in 22fc3db1c031 [2021-03-11T14:35:29.274Z] ---> 8cffd146a73d [2021-03-11T14:35:29.545Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T14:35:29.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:35:30.411Z] ---> ec295c700e19 [2021-03-11T14:35:30.411Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T14:35:30.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:35:31.279Z] ---> 445d3b5ef558 [2021-03-11T14:35:31.279Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T14:35:31.279Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T14:35:31.279Z] ---> Running in 84f2e2cbf8de [2021-03-11T14:35:31.279Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T14:35:31.551Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T14:35:31.551Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T14:35:31.830Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T14:35:31.830Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T14:35:31.830Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:35:32.102Z] OK: 8 MiB in 20 packages [2021-03-11T14:35:32.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:35:32.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:35:33.241Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T14:35:33.241Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T14:35:33.241Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T14:35:33.241Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T14:35:33.241Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T14:35:33.241Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T14:35:33.241Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T14:35:33.241Z] Removing intermediate container 22fc3db1c031 [2021-03-11T14:35:33.241Z] ---> 6bc98d6d0952 [2021-03-11T14:35:33.241Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T14:35:35.207Z] ---> 3d58dc0c5ed8 [2021-03-11T14:35:35.207Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T14:35:35.207Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T14:35:35.207Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T14:35:35.207Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T14:35:35.207Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T14:35:35.207Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T14:35:35.207Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T14:35:35.207Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T14:35:35.207Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T14:35:35.207Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T14:35:35.207Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T14:35:35.482Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T14:35:35.482Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T14:35:35.482Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T14:35:35.482Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T14:35:35.482Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T14:35:35.482Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T14:35:35.482Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T14:35:35.482Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T14:35:35.482Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T14:35:35.482Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T14:35:35.482Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T14:35:35.482Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T14:35:35.482Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T14:35:35.482Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T14:35:35.482Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T14:35:35.482Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T14:35:35.755Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:35:35.755Z] OK: 71 MiB in 55 packages [2021-03-11T14:35:36.736Z] ---> 5b67a258eb23 [2021-03-11T14:35:36.736Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T14:35:37.720Z] ---> 0080539d5e67 [2021-03-11T14:35:37.720Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T14:35:37.720Z] ---> Running in 4531aa2d1a56 [2021-03-11T14:35:38.316Z] Removing intermediate container 4531aa2d1a56 [2021-03-11T14:35:38.316Z] ---> fadf91b318d1 [2021-03-11T14:35:38.316Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T14:35:38.592Z] ---> Running in 16dbb34c7353 [2021-03-11T14:35:39.188Z] Removing intermediate container 16dbb34c7353 [2021-03-11T14:35:39.188Z] ---> cad4f6161b45 [2021-03-11T14:35:39.188Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T14:35:39.463Z] ---> Running in ba28fa0f919a [2021-03-11T14:35:40.067Z] Removing intermediate container ba28fa0f919a [2021-03-11T14:35:40.067Z] ---> 8b9295ad37b2 [2021-03-11T14:35:40.067Z] Step 22/23 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:35:40.342Z] ---> Running in 77060b01d4c1 [2021-03-11T14:35:40.940Z] Removing intermediate container 77060b01d4c1 [2021-03-11T14:35:40.940Z] ---> 81869ccbe9b1 [2021-03-11T14:35:40.940Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T14:35:40.940Z] ---> Running in 077c3896d563 [2021-03-11T14:35:41.536Z] Removing intermediate container 077c3896d563 [2021-03-11T14:35:41.536Z] ---> 48ebfbd10a10 [2021-03-11T14:35:41.536Z] [2021-03-11T14:35:41.807Z] Removing intermediate container 84f2e2cbf8de [2021-03-11T14:35:41.807Z] ---> fe88cd64a2be [2021-03-11T14:35:41.807Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T14:35:42.077Z] Successfully built 48ebfbd10a10 [2021-03-11T14:35:42.077Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-11T14:35:42.077Z]  Building docker-core-data-go ... done  ---> Running in 5d17f938f97c [2021-03-11T14:35:47.449Z] Collecting docker-compose==1.23.2 [2021-03-11T14:35:47.449Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T14:35:47.449Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T14:35:47.449Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T14:35:47.720Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T14:35:47.720Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T14:35:50.332Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T14:35:50.332Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T14:35:50.332Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-11T14:35:50.919Z] Collecting PyYAML<4,>=3.10 [2021-03-11T14:35:50.919Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T14:35:54.283Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T14:35:54.283Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T14:35:54.283Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T14:35:54.283Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T14:35:56.882Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T14:35:56.882Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T14:35:57.152Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T14:35:57.152Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T14:35:57.741Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T14:35:57.741Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T14:35:59.699Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T14:35:59.699Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T14:35:59.699Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-11T14:35:59.699Z] Collecting idna<2.8,>=2.5 [2021-03-11T14:35:59.699Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T14:36:00.290Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T14:36:00.290Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T14:36:00.560Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-11T14:36:00.560Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T14:36:00.560Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T14:36:00.560Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T14:36:00.560Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T14:36:01.153Z] Installing collected packages: jsonschema, docopt, docker-pycreds, idna, urllib3, requests, websocket-client, docker, PyYAML, cached-property, dockerpty, texttable, docker-compose [2021-03-11T14:36:01.424Z] Running setup.py install for docopt: started [2021-03-11T14:36:03.418Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T14:36:03.418Z] Attempting uninstall: idna [2021-03-11T14:36:03.418Z] Found existing installation: idna 2.9 [2021-03-11T14:36:03.418Z] Uninstalling idna-2.9: [2021-03-11T14:36:03.418Z] Successfully uninstalled idna-2.9 [2021-03-11T14:36:04.391Z] Attempting uninstall: urllib3 [2021-03-11T14:36:04.391Z] Found existing installation: urllib3 1.25.9 [2021-03-11T14:36:04.391Z] Uninstalling urllib3-1.25.9: [2021-03-11T14:36:04.391Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T14:36:04.980Z] Attempting uninstall: requests [2021-03-11T14:36:04.980Z] Found existing installation: requests 2.23.0 [2021-03-11T14:36:04.980Z] Uninstalling requests-2.23.0: [2021-03-11T14:36:04.980Z] Successfully uninstalled requests-2.23.0 [2021-03-11T14:36:06.403Z] Running setup.py install for PyYAML: started [2021-03-11T14:36:08.366Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T14:36:08.367Z] Running setup.py install for dockerpty: started [2021-03-11T14:36:10.326Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T14:36:10.326Z] Running setup.py install for texttable: started [2021-03-11T14:36:12.291Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T14:36:12.881Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T14:36:16.254Z] Removing intermediate container 5d17f938f97c [2021-03-11T14:36:16.254Z] ---> 83c059e2f737 [2021-03-11T14:36:16.254Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T14:36:16.254Z] ---> Running in 9756c1aaa16a [2021-03-11T14:36:17.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T14:36:17.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T14:36:18.275Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T14:36:18.275Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T14:36:18.275Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T14:36:18.275Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T14:36:18.275Z] OK: 71 MiB in 58 packages [2021-03-11T14:36:19.251Z] Removing intermediate container 9756c1aaa16a [2021-03-11T14:36:19.251Z] ---> f030f8a6e8ee [2021-03-11T14:36:19.251Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T14:36:19.524Z] ---> Running in c208158bdcd2 [2021-03-11T14:36:20.119Z] Removing intermediate container c208158bdcd2 [2021-03-11T14:36:20.119Z] ---> ab55b0f4a91c [2021-03-11T14:36:20.119Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T14:36:20.119Z] ---> Running in 8a4ae59330ad [2021-03-11T14:36:20.713Z] Removing intermediate container 8a4ae59330ad [2021-03-11T14:36:20.713Z] ---> 85d40912d84a [2021-03-11T14:36:20.713Z] Step 24/26 : LABEL arch=arm64 [2021-03-11T14:36:20.713Z] ---> Running in 702c87e16ced [2021-03-11T14:36:21.308Z] Removing intermediate container 702c87e16ced [2021-03-11T14:36:21.308Z] ---> dec629cb5f2e [2021-03-11T14:36:21.308Z] Step 25/26 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [2021-03-11T14:36:21.308Z] ---> Running in fad5b048baf1 [2021-03-11T14:36:21.901Z] Removing intermediate container fad5b048baf1 [2021-03-11T14:36:21.901Z] ---> dbb8018f710e [2021-03-11T14:36:21.901Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T14:36:21.901Z] ---> Running in 1bca347807e6 [2021-03-11T14:36:22.495Z] Removing intermediate container 1bca347807e6 [2021-03-11T14:36:22.495Z] ---> 1d90c12f8bb2 [2021-03-11T14:36:22.495Z] [2021-03-11T14:36:22.767Z] Successfully built 1d90c12f8bb2 [2021-03-11T14:36:22.767Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-11T14:36:23.053Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T14:36:23.039Z] $ docker stop --time=1 fbdac81922a53a07fff3edffdcbda25b82626e47187d784f3c04e21805c8b2c0 [2021-03-11T14:36:24.936Z] $ docker rm -f fbdac81922a53a07fff3edffdcbda25b82626e47187d784f3c04e21805c8b2c0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T14:36:25.740Z] + docker images [2021-03-11T14:36:25.740Z] + grep docker [2021-03-11T14:36:26.022Z] docker-sys-mgmt-agent-go-arm64 latest 1d90c12f8bb2 3 seconds ago 300MB [2021-03-11T14:36:26.022Z] docker-core-data-go-arm64 latest 48ebfbd10a10 44 seconds ago 21.3MB [2021-03-11T14:36:26.022Z] docker-support-notifications-go-arm64 latest ee2c99c671be 58 seconds ago 16.9MB [2021-03-11T14:36:26.022Z] docker-core-command-go-arm64 latest 22820fb9cc39 2 minutes ago 16.2MB [2021-03-11T14:36:26.022Z] docker-security-bootstrapper-go-arm64 latest 93199b38e60c 3 minutes ago 17.8MB [2021-03-11T14:36:26.022Z] docker-core-metadata-go-arm64 latest 2ce9a2885794 4 minutes ago 17.9MB [2021-03-11T14:36:26.022Z] docker-support-scheduler-go-arm64 latest fdaf84393191 4 minutes ago 16.3MB [2021-03-11T14:36:26.022Z] docker-security-secretstore-setup-go-arm64 latest cc75f527b650 4 minutes ago 23.7MB [2021-03-11T14:36:26.023Z] docker-security-proxy-setup-go-arm64 latest b7c8c79d1537 4 minutes ago 23.4MB [2021-03-11T14:36:26.023Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-11T14:36:27.076Z] ---> job-cost.sh [2021-03-11T14:36:27.076Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-byY6 [2021-03-11T14:37:06.038Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T14:38:42.761Z] lf-activate-venv(): INFO: Adding /tmp/venv-byY6/bin to PATH [2021-03-11T14:38:42.761Z] INFO: No Stack... [2021-03-11T14:38:42.761Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T14:38:42.761Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T14:38:43.101Z] + cut -d, -f6 [2021-03-11T14:38:43.101Z] + cat /w/workspace/edgex-go/7/archives/cost.csv [Pipeline] lock [2021-03-11T14:38:43.215Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-7-stack-cost] [2021-03-11T14:38:43.225Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3250-7-stack-cost] did not exist. Created. [2021-03-11T14:38:43.225Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T14:38:43.704Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-11T14:38:44.022Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T14:38:44.033Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-11T14:38:45.377Z] provisioning config files... [2021-03-11T14:38:45.393Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config1710098801777016338tmp [Pipeline] { [Pipeline] sh [2021-03-11T14:38:45.804Z] + set +x [2021-03-11T14:38:45.804Z] + curl -s https://codecov.io/bash [2021-03-11T14:38:45.804Z] + bash -s -- [2021-03-11T14:38:46.380Z] [2021-03-11T14:38:46.380Z] _____ _ [2021-03-11T14:38:46.380Z] / ____| | | [2021-03-11T14:38:46.380Z] | | ___ __| | ___ ___ _____ __ [2021-03-11T14:38:46.380Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-11T14:38:46.380Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-11T14:38:46.380Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-11T14:38:46.380Z] Bash-20210309-2b87ace [2021-03-11T14:38:46.380Z] [2021-03-11T14:38:46.380Z] [2021-03-11T14:38:46.380Z] ==> git version 2.24.3 found [2021-03-11T14:38:46.380Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-11T14:38:46.380Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-11T14:38:46.380Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-11T14:38:46.380Z] ==> Jenkins CI detected. [2021-03-11T14:38:46.380Z] project root: . [2021-03-11T14:38:46.380Z] --> token set from env [2021-03-11T14:38:46.380Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-11T14:38:46.380Z] ==> Running gcov in . (disable via -X gcov) [2021-03-11T14:38:46.380Z] ==> Python coveragepy not found [2021-03-11T14:38:46.380Z] ==> Searching for coverage reports in: [2021-03-11T14:38:46.380Z] + . [2021-03-11T14:38:46.380Z] -> Found 1 reports [2021-03-11T14:38:46.380Z] ==> Detecting git/mercurial file structure [2021-03-11T14:38:46.380Z] ==> Reading reports [2021-03-11T14:38:46.380Z] + ./coverage.out bytes=628834 [2021-03-11T14:38:46.643Z] ==> Appending adjustments [2021-03-11T14:38:46.643Z] https://docs.codecov.io/docs/fixing-reports [2021-03-11T14:38:49.955Z] + Found adjustments [2021-03-11T14:38:49.955Z] ==> Gzipping contents [2021-03-11T14:38:49.955Z] 92K /tmp/codecov.uTe6sN.gz [2021-03-11T14:38:49.955Z] ==> Uploading reports [2021-03-11T14:38:49.955Z] url: https://codecov.io [2021-03-11T14:38:49.955Z] query: branch=PR-3250&commit=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-11T14:38:49.955Z] -> Pinging Codecov [2021-03-11T14:38:49.955Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-11T14:38:50.531Z] -> Uploading to [2021-03-11T14:38:50.531Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/6f97ba82a61b1decc1b9fa431fb1e4079b510ffc/0dfd4072-33ea-49ce-a57e-eeeb1a7e6a4b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T143850Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d2d4f212d5b9e857d9c5b47236502952fb2deec815b999e76c0f4b169b06ce21 [2021-03-11T14:38:50.531Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T14:38:50.531Z] Dload Upload Total Spent Left Speed [2021-03-11T14:38:51.107Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92830 0 0 100 92830 0 135k --:--:-- --:--:-- --:--:-- 135k [2021-03-11T14:38:51.107Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [Pipeline] } [2021-03-11T14:38:51.118Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-11T14:38:53.036Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T14:38:53.923Z] ---> package-listing.sh [2021-03-11T14:38:53.923Z] ++ facter osfamily [2021-03-11T14:38:53.923Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T14:38:53.923Z] + OS_FAMILY=redhat [2021-03-11T14:38:53.923Z] + workspace=/w/workspace/edgex-go/7 [2021-03-11T14:38:53.923Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T14:38:53.923Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T14:38:53.923Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T14:38:53.923Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T14:38:53.923Z] + '[' /w/workspace/edgex-go/7 ']' [2021-03-11T14:38:53.923Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T14:38:53.923Z] + case "${OS_FAMILY}" in [2021-03-11T14:38:53.923Z] + rpm -qa [2021-03-11T14:38:53.923Z] + sort [2021-03-11T14:38:59.238Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T14:38:59.238Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T14:38:59.238Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T14:38:59.238Z] + '[' /w/workspace/edgex-go/7 ']' [2021-03-11T14:38:59.238Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-03-11T14:38:59.238Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-03-11T14:38:59.252Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-11T14:38:59.550Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:38:59.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T14:38:59.860Z] [2021-03-11T14:38:59.860Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T14:39:00.249Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T14:39:00.249Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T14:39:00.249Z] df20fa9351a1: Pulling fs layer [2021-03-11T14:39:00.249Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T14:39:00.249Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T14:39:00.249Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T14:39:00.249Z] 93b61091891f: Pulling fs layer [2021-03-11T14:39:00.249Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T14:39:00.249Z] 5e14af77c1be: Pulling fs layer [2021-03-11T14:39:00.249Z] 01666e4c0597: Pulling fs layer [2021-03-11T14:39:00.249Z] aa168da1d23b: Pulling fs layer [2021-03-11T14:39:00.249Z] 93b9cdb0e59b: Waiting [2021-03-11T14:39:00.250Z] 5e14af77c1be: Waiting [2021-03-11T14:39:00.250Z] aa168da1d23b: Waiting [2021-03-11T14:39:00.250Z] 46f8f816bc3b: Waiting [2021-03-11T14:39:00.250Z] 93b61091891f: Waiting [2021-03-11T14:39:00.250Z] 01666e4c0597: Waiting [2021-03-11T14:39:00.250Z] 36b3adc4ff6f: Verifying Checksum [2021-03-11T14:39:00.250Z] 36b3adc4ff6f: Download complete [2021-03-11T14:39:00.250Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T14:39:00.250Z] 46f8f816bc3b: Download complete [2021-03-11T14:39:00.513Z] df20fa9351a1: Download complete [2021-03-11T14:39:00.513Z] 93b9cdb0e59b: Verifying Checksum [2021-03-11T14:39:00.513Z] 93b9cdb0e59b: Download complete [2021-03-11T14:39:00.513Z] 5e14af77c1be: Download complete [2021-03-11T14:39:00.513Z] 93b61091891f: Download complete [2021-03-11T14:39:00.513Z] 01666e4c0597: Verifying Checksum [2021-03-11T14:39:00.513Z] 01666e4c0597: Download complete [2021-03-11T14:39:00.776Z] df20fa9351a1: Pull complete [2021-03-11T14:39:01.039Z] 36b3adc4ff6f: Pull complete [2021-03-11T14:39:01.315Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T14:39:01.315Z] 8ad3a11d3b57: Download complete [2021-03-11T14:39:02.285Z] 8ad3a11d3b57: Pull complete [2021-03-11T14:39:02.285Z] 46f8f816bc3b: Pull complete [2021-03-11T14:39:03.252Z] aa168da1d23b: Verifying Checksum [2021-03-11T14:39:03.252Z] aa168da1d23b: Download complete [2021-03-11T14:39:04.200Z] 93b61091891f: Pull complete [2021-03-11T14:39:04.464Z] 93b9cdb0e59b: Pull complete [2021-03-11T14:39:04.727Z] 5e14af77c1be: Pull complete [2021-03-11T14:39:04.727Z] 01666e4c0597: Pull complete [2021-03-11T14:39:12.929Z] aa168da1d23b: Pull complete [2021-03-11T14:39:13.192Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T14:39:13.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T14:39:13.192Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T14:39:13.440Z] prd-centos7-docker-4c-2g-29523 does not seem to be running inside a container [2021-03-11T14:39:13.494Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-11T14:39:17.284Z] $ docker top 5a5e0ea7374abcfb46eeb38f1a7483a6a856b70a985c80a6f093344ff175c404 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T14:39:17.849Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T14:39:18.151Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T14:39:18.450Z] + ls /var/log/sa-host [2021-03-11T14:39:18.450Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T14:39:18.450Z] file_magic: OK [2021-03-11T14:39:18.450Z] HZ: Using current value: 100 [2021-03-11T14:39:18.450Z] file_header: OK [2021-03-11T14:39:18.450Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-11T14:39:18.450Z] Statistics: [2021-03-11T14:39:18.450Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-11T14:39:18.450Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T14:39:18.450Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T14:39:18.450Z] file_magic: OK [2021-03-11T14:39:18.450Z] HZ: Using current value: 100 [2021-03-11T14:39:18.450Z] file_header: OK [2021-03-11T14:39:18.450Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-11T14:39:18.450Z] Statistics: [2021-03-11T14:39:18.450Z] Hnuu...uuuununununu... [2021-03-11T14:39:18.450Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T14:39:18.683Z] provisioning config files... [2021-03-11T14:39:18.704Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config7671470228899348530tmp [Pipeline] { [Pipeline] echo [2021-03-11T14:39:18.777Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T14:39:19.091Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T14:39:19.101Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T14:39:19.200Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T14:39:19.503Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T14:39:19.514Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T14:39:19.844Z] ---> sudo-logs.sh [2021-03-11T14:39:19.844Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T14:39:19.931Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T14:39:20.345Z] ---> job-cost.sh [2021-03-11T14:39:20.345Z] lf-activate-venv: SKIPPING [2021-03-11T14:39:20.345Z] DEBUG: total: 0.20999999344348907 [2021-03-11T14:39:20.345Z] INFO: Retrieving Stack Cost... [2021-03-11T14:39:21.297Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T14:39:21.872Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T14:39:21.887Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T14:39:22.189Z] ---> logs-deploy.sh [2021-03-11T14:39:22.189Z] lf-activate-venv: SKIPPING [2021-03-11T14:39:22.189Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/7 [2021-03-11T14:39:22.189Z] INFO: archiving workspace using pattern(s): [2021-03-11T14:39:23.581Z] Archives upload complete. [2021-03-11T14:39:23.842Z] INFO: archiving logs to Nexus [2021-03-11T14:39:24.789Z] ---> uname -a: [2021-03-11T14:39:24.789Z] Linux prd-centos7-docker-4c-2g-29523.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] ---> lscpu: [2021-03-11T14:39:24.789Z] Architecture: x86_64 [2021-03-11T14:39:24.789Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-11T14:39:24.789Z] Byte Order: Little Endian [2021-03-11T14:39:24.789Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-11T14:39:24.789Z] CPU(s): 4 [2021-03-11T14:39:24.789Z] On-line CPU(s) list: 0-3 [2021-03-11T14:39:24.789Z] Thread(s) per core: 1 [2021-03-11T14:39:24.789Z] Core(s) per socket: 1 [2021-03-11T14:39:24.789Z] Socket(s): 4 [2021-03-11T14:39:24.789Z] NUMA node(s): 1 [2021-03-11T14:39:24.789Z] Vendor ID: GenuineIntel [2021-03-11T14:39:24.789Z] CPU family: 6 [2021-03-11T14:39:24.789Z] Model: 44 [2021-03-11T14:39:24.789Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-11T14:39:24.789Z] Stepping: 1 [2021-03-11T14:39:24.789Z] CPU MHz: 2933.436 [2021-03-11T14:39:24.789Z] BogoMIPS: 5866.87 [2021-03-11T14:39:24.789Z] Virtualization: VT-x [2021-03-11T14:39:24.789Z] Hypervisor vendor: KVM [2021-03-11T14:39:24.789Z] Virtualization type: full [2021-03-11T14:39:24.789Z] L1d cache: 128 KiB [2021-03-11T14:39:24.789Z] L1i cache: 128 KiB [2021-03-11T14:39:24.789Z] L2 cache: 16 MiB [2021-03-11T14:39:24.789Z] L3 cache: 64 MiB [2021-03-11T14:39:24.789Z] NUMA node0 CPU(s): 0-3 [2021-03-11T14:39:24.789Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-11T14:39:24.789Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-11T14:39:24.789Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-11T14:39:24.789Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-11T14:39:24.789Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-11T14:39:24.789Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-11T14:39:24.789Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-11T14:39:24.789Z] Vulnerability Srbds: Not affected [2021-03-11T14:39:24.789Z] Vulnerability Tsx async abort: Not affected [2021-03-11T14:39:24.789Z] 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-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] ---> nproc: [2021-03-11T14:39:24.789Z] 4 [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] ---> df -h: [2021-03-11T14:39:24.789Z] Filesystem Size Used Available Use% Mounted on [2021-03-11T14:39:24.789Z] overlay 50.0G 11.3G 38.7G 23% / [2021-03-11T14:39:24.789Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-11T14:39:24.789Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-11T14:39:24.789Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-11T14:39:24.789Z] /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os [2021-03-11T14:39:24.789Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf [2021-03-11T14:39:24.789Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname [2021-03-11T14:39:24.789Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts [2021-03-11T14:39:24.789Z] /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json [2021-03-11T14:39:24.789Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host [2021-03-11T14:39:24.789Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure [2021-03-11T14:39:24.789Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log [2021-03-11T14:39:24.789Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/7 [2021-03-11T14:39:24.789Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/7@tmp [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] ---> free -m: [2021-03-11T14:39:24.789Z] total used free shared buff/cache available [2021-03-11T14:39:24.789Z] Mem: 1837 739 132 0 966 1015 [2021-03-11T14:39:24.789Z] Swap: 1023 50 973 [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] ---> ip addr: [2021-03-11T14:39:24.789Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-11T14:39:24.789Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-11T14:39:24.789Z] inet 127.0.0.1/8 scope host lo [2021-03-11T14:39:24.789Z] valid_lft forever preferred_lft forever [2021-03-11T14:39:24.789Z] inet6 ::1/128 scope host [2021-03-11T14:39:24.789Z] valid_lft forever preferred_lft forever [2021-03-11T14:39:24.789Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-11T14:39:24.789Z] link/ether fa:16:3e:a4:32:0e brd ff:ff:ff:ff:ff:ff [2021-03-11T14:39:24.789Z] inet 10.30.123.61/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-11T14:39:24.789Z] valid_lft 84886sec preferred_lft 84886sec [2021-03-11T14:39:24.789Z] inet6 fe80::f816:3eff:fea4:320e/64 scope link [2021-03-11T14:39:24.789Z] valid_lft forever preferred_lft forever [2021-03-11T14:39:24.789Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-11T14:39:24.789Z] link/ether 02:42:f6:e8:c6:6d brd ff:ff:ff:ff:ff:ff [2021-03-11T14:39:24.789Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-11T14:39:24.789Z] valid_lft forever preferred_lft forever [2021-03-11T14:39:24.789Z] inet6 fe80::42:f6ff:fee8:c66d/64 scope link [2021-03-11T14:39:24.789Z] valid_lft forever preferred_lft forever [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] ---> sar -b -r -n DEV: [2021-03-11T14:39:24.789Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] 14:14:00 LINUX RESTART (4 CPU) [2021-03-11T14:39:24.789Z] [2021-03-11T14:39:24.789Z] 14:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-11T14:39:24.789Z] 14:16:01 191.94 72.36 119.57 0.00 7250.15 46578.33 0.00 [2021-03-11T14:39:24.789Z] 14:17:01 235.07 76.48 158.59 0.00 3489.74 20767.36 0.00 [2021-03-11T14:39:24.789Z] 14:18:01 102.31 28.35 73.96 0.00 1230.86 10162.27 0.00 [2021-03-11T14:39:24.789Z] 14:19:01 134.18 68.20 65.98 0.00 3364.69 7971.81 0.00 [2021-03-11T14:39:24.789Z] 14:20:01 988.10 733.68 254.43 0.00 90971.12 167507.49 0.00 [2021-03-11T14:39:24.789Z] 14:21:02 1695.93 1371.22 324.71 0.00 152275.80 151359.14 0.00 [2021-03-11T14:39:24.789Z] 14:22:01 399.68 155.17 244.51 0.00 28150.73 60501.69 0.00 [2021-03-11T14:39:24.789Z] 14:23:03 1570.26 1225.07 345.19 0.00 116641.96 133542.51 0.00 [2021-03-11T14:39:24.789Z] 14:24:01 220.38 29.44 190.95 0.00 4596.18 30344.72 0.00 [2021-03-11T14:39:24.789Z] 14:25:01 5.74 0.63 5.11 0.00 29.57 158.63 0.00 [2021-03-11T14:39:24.789Z] 14:26:01 1.08 0.82 0.27 0.00 62.35 3.10 0.00 [2021-03-11T14:39:24.789Z] 14:27:01 0.28 0.03 0.25 0.00 0.80 3.26 0.00 [2021-03-11T14:39:24.789Z] 14:28:01 0.27 0.05 0.22 0.00 1.33 2.46 0.00 [2021-03-11T14:39:24.789Z] 14:29:01 0.40 0.20 0.20 0.00 7.86 1.61 0.00 [2021-03-11T14:39:24.790Z] 14:30:01 2.50 1.68 0.82 0.00 165.20 15.59 0.00 [2021-03-11T14:39:24.790Z] 14:31:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 [2021-03-11T14:39:24.790Z] 14:32:01 0.33 0.02 0.32 0.00 0.13 3.31 0.00 [2021-03-11T14:39:24.790Z] 14:33:01 0.23 0.02 0.22 0.00 0.27 2.45 0.00 [2021-03-11T14:39:24.790Z] 14:34:01 0.27 0.00 0.27 0.00 0.00 3.40 0.00 [2021-03-11T14:39:24.790Z] 14:35:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 [2021-03-11T14:39:24.790Z] 14:36:01 0.20 0.02 0.18 0.00 0.53 1.63 0.00 [2021-03-11T14:39:24.790Z] 14:37:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 [2021-03-11T14:39:24.790Z] 14:38:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 [2021-03-11T14:39:24.790Z] 14:39:01 71.74 68.84 2.89 0.00 5882.95 97.07 0.00 [2021-03-11T14:39:24.790Z] Average: 236.07 161.39 74.68 0.00 17420.48 26348.50 0.00 [2021-03-11T14:39:24.790Z] [2021-03-11T14:39:24.790Z] 14:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-11T14:39:24.790Z] 14:16:01 94440 0 719316 38.23 1644 1066144 1432420 48.89 548696 997048 40052 [2021-03-11T14:39:24.790Z] 14:17:01 239960 0 743320 39.51 1568 896696 1317840 44.98 540988 821284 42828 [2021-03-11T14:39:24.790Z] 14:18:01 173548 0 873100 46.40 544 834352 1813968 61.91 729680 688476 20436 [2021-03-11T14:39:24.790Z] 14:19:01 110444 0 814360 43.28 544 956196 1435124 48.98 665688 809368 89700 [2021-03-11T14:39:24.790Z] 14:20:01 496708 0 676884 35.97 80 707872 1286284 43.90 448932 726216 0 [2021-03-11T14:39:24.790Z] 14:21:02 249200 0 1279952 68.03 80 352312 3487520 119.02 673756 686284 8200 [2021-03-11T14:39:24.790Z] 14:22:01 66920 0 718196 38.17 80 1096348 1353572 46.20 730328 836096 1728 [2021-03-11T14:39:24.790Z] 14:23:03 302464 0 760248 40.41 80 818752 2013592 68.72 613624 718756 15356 [2021-03-11T14:39:24.790Z] 14:24:01 125052 0 659132 35.03 80 1097280 1205092 41.13 535724 971936 20 [2021-03-11T14:39:24.790Z] 14:25:01 128128 0 655188 34.82 80 1098148 1186420 40.49 533988 971684 12 [2021-03-11T14:39:24.790Z] 14:26:01 127920 0 653552 34.73 80 1099992 1171000 39.96 533156 973072 8 [2021-03-11T14:39:24.790Z] 14:27:01 127636 0 653816 34.75 80 1100012 1171192 39.97 533628 973104 8 [2021-03-11T14:39:24.790Z] 14:28:01 128256 0 653196 34.72 80 1100012 1171000 39.96 533180 973136 8 [2021-03-11T14:39:24.790Z] 14:29:01 128128 0 653128 34.71 80 1100208 1171424 39.98 533556 973268 8 [2021-03-11T14:39:24.790Z] 14:30:01 120296 0 656724 34.90 80 1104444 1171072 39.97 538988 974664 16 [2021-03-11T14:39:24.790Z] 14:31:01 120672 0 656328 34.88 80 1104464 1171000 39.96 538900 974676 12 [2021-03-11T14:39:24.790Z] 14:32:01 120508 0 656492 34.89 80 1104464 1171000 39.96 538916 974676 12 [2021-03-11T14:39:24.790Z] 14:33:01 120664 0 656328 34.88 80 1104472 1170996 39.96 538920 974684 8 [2021-03-11T14:39:24.790Z] 14:34:01 120292 0 656688 34.90 80 1104484 1171000 39.96 538804 974688 8 [2021-03-11T14:39:24.790Z] 14:35:01 120516 0 656460 34.89 80 1104488 1171060 39.97 539008 974688 8 [2021-03-11T14:39:24.790Z] 14:36:01 120408 0 656572 34.90 80 1104484 1171048 39.97 539016 974688 8 [2021-03-11T14:39:24.790Z] 14:37:01 120704 0 656252 34.88 80 1104508 1171000 39.96 538816 974704 8 [2021-03-11T14:39:24.790Z] 14:38:01 120604 0 656344 34.88 80 1104516 1171000 39.96 538944 974704 8 [2021-03-11T14:39:24.790Z] 14:39:01 76432 0 720756 38.31 80 1084276 1601024 54.64 601176 953728 93544 [2021-03-11T14:39:24.790Z] Average: 152496 0 714264 37.96 246 1014538 1389860 47.43 566934 910234 13000 [2021-03-11T14:39:24.790Z] [2021-03-11T14:39:24.790Z] 14:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-11T14:39:24.790Z] 14:16:01 veth6d2b858 26.17 36.32 1.85 182.13 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:16:01 eth0 1066.23 1126.59 6019.42 131.88 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:16:01 docker0 834.70 703.49 69.04 2857.01 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:17:01 veth00dc72c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:17:01 eth0 188.70 153.64 677.06 23.22 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:17:01 docker0 135.42 156.68 9.80 647.23 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:18:01 veth00dc72c 2.33 2.33 0.19 0.19 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:18:01 eth0 33.97 24.41 19.44 68.50 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:18:01 docker0 2.33 2.33 0.15 0.19 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:19:01 veth00dc72c 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:19:01 eth0 24.66 12.58 20.48 10.84 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:19:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:20:01 veth9548835 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:20:01 eth0 200.38 166.39 1694.61 81.87 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:20:01 vethf4fc01c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:21:02 veth27ebcba 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:21:02 eth0 47.88 21.37 162.09 9.71 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:21:02 veth94c8a3a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:22:01 eth0 59.51 33.59 248.13 13.44 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:22:01 veth7a7e604 0.00 0.66 0.00 0.03 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:22:01 docker0 1012.64 930.20 81.60 3887.86 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:23:03 vethef4c03c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:23:03 eth0 54.89 34.80 95.48 81.13 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:23:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:23:03 vethdb20caf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:24:01 eth0 245.79 183.80 1709.61 98.36 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:24:01 docker0 1074.69 1015.72 85.78 4442.23 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:25:01 eth0 1.30 0.50 0.81 0.27 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:26:01 eth0 0.60 0.08 0.06 0.04 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:27:01 eth0 0.57 0.45 0.27 0.21 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:28:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:30:01 eth0 0.38 0.33 0.22 0.08 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:31:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:32:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:33:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:34:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:35:01 eth0 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:36:01 eth0 0.28 0.25 0.10 0.02 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:37:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:38:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:39:01 eth0 114.62 90.45 1074.27 13.80 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] 14:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] Average: eth0 84.85 76.97 486.86 22.19 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] Average: docker0 43.33 40.95 3.46 179.10 0.00 0.00 0.00 0.00 [2021-03-11T14:39:24.790Z] [2021-03-11T14:39:24.790Z]