Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4e8507bf02f169bfeeba70db1f6d158394b064b0+f6b1e13af8548bcffc37f989b4e80b291648b0c8 (907c3667eb92f8d4a90b765139623b7b1b74fb9b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31059’ Running on prd-centos7-docker-4c-2g-31064 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/27 [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/27 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f6b1e13af8548bcffc37f989b4e80b291648b0c8 into PR head commit 4e8507bf02f169bfeeba70db1f6d158394b064b0 Merge succeeded, producing 4e8507bf02f169bfeeba70db1f6d158394b064b0 Checking out Revision 4e8507bf02f169bfeeba70db1f6d158394b064b0 (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 4e8507bf02f169bfeeba70db1f6d158394b064b0 # 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 f6b1e13af8548bcffc37f989b4e80b291648b0c8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e8507bf02f169bfeeba70db1f6d158394b064b0 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-23T13:02:48.986Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-23T13:02:49.234Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-23T13:02:49.364Z] ========================================================= [2021-03-23T13:02:49.364Z] EdgeX Global Pipelines Version Info [2021-03-23T13:02:49.364Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b750d2d7a2dc3ccf6a691e356026d256cb22a430 # timeout=10 [2021-03-23T13:02:50.875Z] ------------------- [2021-03-23T13:02:50.875Z] stable info: [2021-03-23T13:02:50.875Z] ------------------- [2021-03-23T13:02:50.875Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-23T13:02:50.875Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T13:02:50.875Z] Message: update stable to v1.0.186 [2021-03-23T13:02:51.822Z] ------------------- [2021-03-23T13:02:51.822Z] experimental info: [2021-03-23T13:02:51.822Z] ------------------- [2021-03-23T13:02:51.822Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-23T13:02:51.822Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T13:02:51.822Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-23T13:02:52.058Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-23T13:02:52.142Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-23T13:02:52.233Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-23T13:02:52.319Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-23T13:02:52.429Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-23T13:02:52.513Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-23T13:02:52.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-23T13:02:52.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-23T13:02:52.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-23T13:02:52.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-23T13:02:52.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-23T13:02:53.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-23T13:02:53.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-23T13:02:53.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-23T13:02:53.312Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-23T13:02:53.427Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-23T13:02:53.520Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-23T13:02:53.606Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-23T13:02:53.726Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-23T13:02:53.817Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-23T13:02:53.903Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-23T13:02:54.018Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-23T13:02:54.129Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-23T13:02:54.220Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-23T13:02:54.317Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-23T13:02:54.445Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4e8507bf02f169bfeeba70db1f6d158394b064b0 [Pipeline] echo [2021-03-23T13:02:54.557Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4e8507b [Pipeline] echo [2021-03-23T13:02:54.654Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T13:02:54.808Z] provisioning config files... [2021-03-23T13:02:54.837Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config7080793687693851139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T13:02:55.186Z] ---> docker-login.sh [2021-03-23T13:02:55.186Z] nexus3.edgexfoundry.org:10001 [2021-03-23T13:02:55.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T13:02:55.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T13:02:55.449Z] Configure a credential helper to remove this warning. See [2021-03-23T13:02:55.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T13:02:55.449Z] [2021-03-23T13:02:55.449Z] Login Succeeded [2021-03-23T13:02:55.449Z] nexus3.edgexfoundry.org:10002 [2021-03-23T13:02:55.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T13:02:55.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T13:02:55.711Z] Configure a credential helper to remove this warning. See [2021-03-23T13:02:55.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T13:02:55.711Z] [2021-03-23T13:02:55.711Z] Login Succeeded [2021-03-23T13:02:55.711Z] nexus3.edgexfoundry.org:10003 [2021-03-23T13:02:55.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T13:02:55.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T13:02:55.973Z] Configure a credential helper to remove this warning. See [2021-03-23T13:02:55.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T13:02:55.973Z] [2021-03-23T13:02:55.973Z] Login Succeeded [2021-03-23T13:02:55.973Z] nexus3.edgexfoundry.org:10004 [2021-03-23T13:02:55.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T13:02:56.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T13:02:56.236Z] Configure a credential helper to remove this warning. See [2021-03-23T13:02:56.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T13:02:56.236Z] [2021-03-23T13:02:56.236Z] Login Succeeded [2021-03-23T13:02:56.236Z] docker.io [2021-03-23T13:02:56.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T13:02:56.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T13:02:56.499Z] Configure a credential helper to remove this warning. See [2021-03-23T13:02:56.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T13:02:56.499Z] [2021-03-23T13:02:56.499Z] Login Succeeded [2021-03-23T13:02:56.499Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T13:02:56.509Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T13:02:56.959Z] ++ 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-23T13:02:56.959Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T13:02:56.959Z] ++ dirname cmd/core-command/Dockerfile [2021-03-23T13:02:56.959Z] ++ cut -d/ -f2 [2021-03-23T13:02:56.959Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-23T13:02:56.959Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T13:02:56.959Z] ++ dirname cmd/core-data/Dockerfile [2021-03-23T13:02:56.959Z] ++ cut -d/ -f2 [2021-03-23T13:02:56.959Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-23T13:02:56.959Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T13:02:56.959Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-23T13:02:56.959Z] ++ cut -d/ -f2 [2021-03-23T13:02:56.959Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-23T13:02:56.959Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T13:02:56.959Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-23T13:02:56.959Z] ++ cut -d/ -f2 [2021-03-23T13:02:56.959Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-23T13:02:56.959Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T13:02:56.959Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-23T13:02:56.959Z] ++ cut -d/ -f2 [2021-03-23T13:02:56.959Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-23T13:02:56.959Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T13:02:56.959Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-23T13:02:56.959Z] ++ cut -d/ -f2 [2021-03-23T13:02:56.959Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-23T13:02:56.959Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T13:02:56.959Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-23T13:02:56.959Z] ++ cut -d/ -f2 [2021-03-23T13:02:56.959Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-23T13:02:56.959Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T13:02:56.959Z] ++ cut -d/ -f2 [2021-03-23T13:02:56.959Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-23T13:02:56.959Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-23T13:02:56.959Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T13:02:56.959Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-23T13:02:56.959Z] ++ cut -d/ -f2 [2021-03-23T13:02:56.959Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-23T13:02:57.038Z] 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-23T13:02:57.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T13:02:57.820Z] [2021-03-23T13:02:57.820Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:02:58.185Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T13:02:58.186Z] latest: Pulling from edgex-devops/git-semver [2021-03-23T13:02:58.186Z] 31603596830f: Pulling fs layer [2021-03-23T13:02:58.186Z] 2a8b12db71e7: Pulling fs layer [2021-03-23T13:02:58.186Z] 6ca5941a6612: Pulling fs layer [2021-03-23T13:02:58.186Z] ecc8261a40a4: Pulling fs layer [2021-03-23T13:02:58.186Z] ecc8261a40a4: Waiting [2021-03-23T13:02:58.186Z] 2a8b12db71e7: Verifying Checksum [2021-03-23T13:02:58.186Z] 2a8b12db71e7: Download complete [2021-03-23T13:02:58.186Z] 31603596830f: Verifying Checksum [2021-03-23T13:02:58.186Z] 31603596830f: Download complete [2021-03-23T13:02:58.453Z] ecc8261a40a4: Verifying Checksum [2021-03-23T13:02:58.453Z] ecc8261a40a4: Download complete [2021-03-23T13:02:58.453Z] 6ca5941a6612: Verifying Checksum [2021-03-23T13:02:58.453Z] 6ca5941a6612: Download complete [2021-03-23T13:02:58.716Z] 31603596830f: Pull complete [2021-03-23T13:02:58.978Z] 2a8b12db71e7: Pull complete [2021-03-23T13:02:59.928Z] 6ca5941a6612: Pull complete [2021-03-23T13:02:59.928Z] ecc8261a40a4: Pull complete [2021-03-23T13:02:59.928Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-23T13:02:59.928Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T13:02:59.928Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-23T13:03:00.031Z] prd-centos7-docker-4c-2g-31064 does not seem to be running inside a container [2021-03-23T13:03:00.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T13:03:02.932Z] $ docker top c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T13:03:03.352Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T13:03:03.352Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T13:03:03.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T13:03:03.597Z] $ docker exec c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 ssh-agent [2021-03-23T13:03:03.768Z] SSH_AUTH_SOCK=/tmp/ssh-eWZ0nSIqluph/agent.11 [2021-03-23T13:03:03.768Z] SSH_AGENT_PID=16 [2021-03-23T13:03:03.782Z] Running ssh-add (command line suppressed) [2021-03-23T13:03:03.904Z] Identity added: /w/workspace/edgex-go/27@tmp/private_key_4290211031083696168.key (/w/workspace/edgex-go/27@tmp/private_key_4290211031083696168.key) [2021-03-23T13:03:03.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T13:03:04.289Z] + git tag --points-at HEAD [Pipeline] } [2021-03-23T13:03:04.318Z] $ docker exec --env ******** --env ******** c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 ssh-agent -k [2021-03-23T13:03:04.431Z] unset SSH_AUTH_SOCK; [2021-03-23T13:03:04.431Z] unset SSH_AGENT_PID; [2021-03-23T13:03:04.431Z] echo Agent pid 16 killed; [2021-03-23T13:03:04.479Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-23T13:03:04.639Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T13:03:04.639Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T13:03:04.804Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T13:03:04.812Z] $ docker exec c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 ssh-agent [2021-03-23T13:03:04.994Z] SSH_AUTH_SOCK=/tmp/ssh-dcIE2Bni0FpV/agent.46 [2021-03-23T13:03:04.994Z] SSH_AGENT_PID=51 [2021-03-23T13:03:05.002Z] Running ssh-add (command line suppressed) [2021-03-23T13:03:05.121Z] Identity added: /w/workspace/edgex-go/27@tmp/private_key_9165707514452164583.key (/w/workspace/edgex-go/27@tmp/private_key_9165707514452164583.key) [2021-03-23T13:03:05.178Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T13:03:05.516Z] + git semver init [2021-03-23T13:03:05.516Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T13:03:05.516Z] # $GIT_DIR = /w/workspace/edgex-go/27/.git [2021-03-23T13:03:05.516Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/27 [2021-03-23T13:03:05.516Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T13:03:05.516Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T13:03:05.516Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T13:03:05.516Z] # $SEMVER_BRANCH = PR-3234 [2021-03-23T13:03:05.517Z] # $SEMVER_TEMP = /tmp/semver-192210959 [2021-03-23T13:03:05.517Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-23T13:03:23.707Z] # '/tmp/semver-192210959' -> '/w/workspace/edgex-go/27/.semver' [2021-03-23T13:03:23.707Z] # -> Force: false [2021-03-23T13:03:23.971Z] # $SEMVER_DIR = /w/workspace/edgex-go/27/.semver [Pipeline] } [2021-03-23T13:03:23.989Z] $ docker exec --env ******** --env ******** c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 ssh-agent -k [2021-03-23T13:03:24.232Z] unset SSH_AUTH_SOCK; [2021-03-23T13:03:24.232Z] unset SSH_AGENT_PID; [2021-03-23T13:03:24.232Z] echo Agent pid 51 killed; [2021-03-23T13:03:24.307Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T13:03:24.796Z] + git semver [Pipeline] } [2021-03-23T13:03:24.819Z] $ docker stop --time=1 c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 [2021-03-23T13:03:26.438Z] $ docker rm -f c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T13:03:26.970Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-23T13:03:27.509Z] Stashed 1 file(s) [Pipeline] echo [2021-03-23T13:03:27.512Z] [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-23T13:03:28.387Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-23T13:03:28.687Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T13:03:28.988Z] + sudo service docker restart [2021-03-23T13:03:28.988Z] + true [2021-03-23T13:03:28.988Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-23T13:03:29.579Z] ========================================================= [2021-03-23T13:03:29.579Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-23T13:03:29.579Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:03:29.921Z] + 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-23T13:03:34.182Z] Sending build context to Docker daemon 328.7MB [2021-03-23T13:03:34.182Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T13:03:34.182Z] Step 2/6 : FROM ${BASE} [2021-03-23T13:03:34.182Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-23T13:03:34.182Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T13:03:34.182Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T13:03:34.182Z] de9db76c5a1d: Pulling fs layer [2021-03-23T13:03:34.182Z] bca2f99d35d6: Pulling fs layer [2021-03-23T13:03:34.182Z] 93359f2a8cfa: Pulling fs layer [2021-03-23T13:03:34.182Z] 7c6f9722023f: Pulling fs layer [2021-03-23T13:03:34.182Z] a35cf1a2eb13: Pulling fs layer [2021-03-23T13:03:34.182Z] 93359f2a8cfa: Waiting [2021-03-23T13:03:34.182Z] 7c6f9722023f: Waiting [2021-03-23T13:03:34.182Z] a35cf1a2eb13: Waiting [2021-03-23T13:03:34.182Z] bca2f99d35d6: Waiting [2021-03-23T13:03:34.182Z] de9db76c5a1d: Verifying Checksum [2021-03-23T13:03:34.182Z] de9db76c5a1d: Download complete [2021-03-23T13:03:34.182Z] 0ef7d3d256c8: Verifying Checksum [2021-03-23T13:03:34.182Z] 0ef7d3d256c8: Download complete [2021-03-23T13:03:34.182Z] 93359f2a8cfa: Verifying Checksum [2021-03-23T13:03:34.182Z] 93359f2a8cfa: Download complete [2021-03-23T13:03:34.182Z] 7c6f9722023f: Verifying Checksum [2021-03-23T13:03:34.182Z] 7c6f9722023f: Download complete [2021-03-23T13:03:34.448Z] 188c0c94c7c5: Download complete [2021-03-23T13:03:34.726Z] 188c0c94c7c5: Pull complete [2021-03-23T13:03:35.317Z] 0ef7d3d256c8: Pull complete [2021-03-23T13:03:35.893Z] de9db76c5a1d: Pull complete [2021-03-23T13:03:35.894Z] a35cf1a2eb13: Verifying Checksum [2021-03-23T13:03:35.894Z] a35cf1a2eb13: Download complete [2021-03-23T13:03:36.852Z] bca2f99d35d6: Verifying Checksum [2021-03-23T13:03:36.852Z] bca2f99d35d6: Download complete [2021-03-23T13:03:42.190Z] bca2f99d35d6: Pull complete [2021-03-23T13:03:42.190Z] 93359f2a8cfa: Pull complete [2021-03-23T13:03:42.190Z] 7c6f9722023f: Pull complete [2021-03-23T13:03:42.895Z] Still waiting to schedule task [2021-03-23T13:03:42.895Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-23T13:03:46.477Z] a35cf1a2eb13: Pull complete [2021-03-23T13:03:46.477Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-23T13:03:46.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-23T13:03:46.477Z] ---> a62c8e92a672 [2021-03-23T13:03:46.477Z] 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-23T13:03:46.741Z] ---> Running in c630574e65e4 [2021-03-23T13:03:47.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:03:48.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:03:48.527Z] (1/12) Installing libmagic (5.38-r0) [2021-03-23T13:03:49.103Z] (2/12) Installing file (5.38-r0) [2021-03-23T13:03:49.103Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-23T13:03:49.103Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-23T13:03:54.410Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-23T13:03:54.674Z] (6/12) Installing patch (2.7.6-r6) [2021-03-23T13:03:54.674Z] (7/12) Installing build-base (0.5-r2) [2021-03-23T13:03:54.674Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-23T13:03:54.937Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-23T13:03:54.937Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-23T13:03:55.200Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-23T13:03:55.200Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-23T13:03:55.200Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:03:55.200Z] OK: 233 MiB in 51 packages [2021-03-23T13:03:58.531Z] Removing intermediate container c630574e65e4 [2021-03-23T13:03:58.531Z] ---> 45ea5005b0f8 [2021-03-23T13:03:58.531Z] Step 4/6 : WORKDIR /edgex-go [2021-03-23T13:03:58.531Z] ---> Running in af9bc03f71bc [2021-03-23T13:03:58.796Z] Removing intermediate container af9bc03f71bc [2021-03-23T13:03:58.796Z] ---> ab14bc7813b8 [2021-03-23T13:03:58.796Z] Step 5/6 : COPY go.mod . [2021-03-23T13:03:59.060Z] ---> d46d32cba5d8 [2021-03-23T13:03:59.060Z] Step 6/6 : RUN go mod download [2021-03-23T13:03:59.060Z] ---> Running in 83c6a0602f0f [2021-03-23T13:04:21.579Z] Removing intermediate container 83c6a0602f0f [2021-03-23T13:04:21.579Z] ---> 7a76c4ad0640 [2021-03-23T13:04:21.579Z] Successfully built 7a76c4ad0640 [2021-03-23T13:04:21.579Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:04:21.904Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T13:04:21.904Z] . [Pipeline] withDockerContainer [2021-03-23T13:04:22.037Z] prd-centos7-docker-4c-2g-31064 does not seem to be running inside a container [2021-03-23T13:04:22.091Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 ******** ci-base-image-x86_64 cat [2021-03-23T13:04:23.041Z] $ docker top 57a891b7c3410dd5de1b133be519b332628555a0ad44b563b1d9ea38cbdfbe64 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T13:04:23.517Z] + go version [2021-03-23T13:04:23.517Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-23T13:04:23.542Z] $ docker stop --time=1 57a891b7c3410dd5de1b133be519b332628555a0ad44b563b1d9ea38cbdfbe64 [2021-03-23T13:04:24.902Z] $ docker rm -f 57a891b7c3410dd5de1b133be519b332628555a0ad44b563b1d9ea38cbdfbe64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:04:25.760Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T13:04:25.760Z] . [Pipeline] withDockerContainer [2021-03-23T13:04:25.860Z] prd-centos7-docker-4c-2g-31064 does not seem to be running inside a container [2021-03-23T13:04:25.908Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 ******** ci-base-image-x86_64 cat [2021-03-23T13:04:26.558Z] $ docker top 23a8bfec10e08f5e26608915c59fb3810ea2fabd3c0c762cfa5754ad3f2023a5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-23T13:04:26.764Z] ========================================================= [2021-03-23T13:04:26.764Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-23T13:04:26.764Z] ========================================================= [Pipeline] sh [2021-03-23T13:04:27.059Z] + make test [2021-03-23T13:04:27.059Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-23T13:04:37.150Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-23T13:04:52.221Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-23T13:04:57.593Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-23T13:04:57.593Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-23T13:04:57.593Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-23T13:05:00.188Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-23T13:05:00.188Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-23T13:05:00.188Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-23T13:05:00.188Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-23T13:05:00.774Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-23T13:05:01.048Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-23T13:05:03.643Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-23T13:05:03.643Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-23T13:05:03.643Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-23T13:05:06.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements [2021-03-23T13:05:06.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-23T13:05:06.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-23T13:05:06.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-23T13:05:06.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-23T13:05:06.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-23T13:05:06.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-23T13:05:06.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements [2021-03-23T13:05:06.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements [2021-03-23T13:05:09.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.231s coverage: 27.1% of statements [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-23T13:05:09.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-23T13:05:09.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-23T13:05:09.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 71.3% of statements [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-23T13:05:09.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.145s coverage: 82.9% of statements [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T13:05:09.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.055s coverage: 78.9% of statements [2021-03-23T13:05:09.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-23T13:05:12.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.404s coverage: 28.6% of statements [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-23T13:05:12.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.092s coverage: 100.0% of statements [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-23T13:05:12.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-23T13:05:12.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-23T13:05:12.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-23T13:05:12.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-23T13:05:12.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-23T13:05:14.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.408s coverage: 92.8% of statements [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-23T13:05:14.817Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-03-23T13:05:14.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-23T13:05:14.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-23T13:05:14.818Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements [2021-03-23T13:05:14.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-23T13:05:14.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-23T13:05:14.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-23T13:05:14.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 47.1% of statements [2021-03-23T13:05:14.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements [2021-03-23T13:05:14.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-03-23T13:05:15.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.046s coverage: 96.3% of statements [2021-03-23T13:05:15.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-03-23T13:05:27.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements [2021-03-23T13:05:27.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-03-23T13:05:29.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.192s coverage: 81.7% of statements [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.065s coverage: 92.9% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.6% of statements [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.6% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 64.4% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.0% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.122s coverage: 38.4% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.134s coverage: 87.1% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.711s coverage: 29.1% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.079s coverage: 96.5% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-23T13:05:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-23T13:05:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-23T13:05:42.195Z] GO111MODULE=on go vet ./... [2021-03-23T13:06:08.968Z] gofmt -l . [2021-03-23T13:06:08.968Z] [ "`gofmt -l .`" = "" ] [2021-03-23T13:06:08.968Z] ./bin/test-go-mod-tidy.sh [2021-03-23T13:06:08.968Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-23T13:06:09.862Z] + ls -al . [2021-03-23T13:06:09.862Z] total 772 [2021-03-23T13:06:09.862Z] drwxrwxr-x 10 1001 1001 4096 Mar 23 13:06 . [2021-03-23T13:06:09.862Z] drwxr-xr-x 4 root root 30 Mar 23 13:04 .. [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 11 Mar 23 13:02 .dockerignore [2021-03-23T13:06:09.862Z] drwxrwxr-x 8 1001 1001 179 Mar 23 13:02 .git [2021-03-23T13:06:09.862Z] drwxrwxr-x 3 1001 1001 125 Mar 23 13:02 .github [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 818 Mar 23 13:02 .gitignore [2021-03-23T13:06:09.862Z] drwx------ 3 1001 1001 60 Mar 23 13:03 .semver [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 166 Mar 23 13:02 .sonarcloud.properties [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 8607 Mar 23 13:02 Attribution.txt [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 3804 Mar 23 13:02 CONTRIBUTING.md [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 931 Mar 23 13:02 Dockerfile.build [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 863 Mar 23 13:02 Jenkinsfile [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 10775 Mar 23 13:02 LICENSE [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 5774 Mar 23 13:02 Makefile [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 6548 Mar 23 13:02 README.md [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 6755 Mar 23 13:02 SECURITY.md [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 5 Mar 23 13:03 VERSION [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 4131 Mar 23 13:02 ZMQWindows.md [2021-03-23T13:06:09.862Z] drwxrwxr-x 2 1001 1001 117 Mar 23 13:02 bin [2021-03-23T13:06:09.862Z] drwxrwxr-x 14 1001 1001 4096 Mar 23 13:02 cmd [2021-03-23T13:06:09.862Z] -rw-r--r-- 1 root root 659965 Mar 23 13:05 coverage.out [2021-03-23T13:06:09.862Z] -rw-r--r-- 1 root root 1056 Mar 23 13:06 go.mod [2021-03-23T13:06:09.862Z] -rw-r--r-- 1 root root 21983 Mar 23 13:06 go.sum [2021-03-23T13:06:09.862Z] drwxrwxr-x 8 1001 1001 127 Mar 23 13:02 internal [2021-03-23T13:06:09.862Z] drwxrwxr-x 4 1001 1001 26 Mar 23 13:02 openapi [2021-03-23T13:06:09.862Z] drwxrwxr-x 4 1001 1001 71 Mar 23 13:02 snap [2021-03-23T13:06:09.862Z] -rw-rw-r-- 1 1001 1001 168 Mar 23 13:02 version.go [Pipeline] sh [2021-03-23T13:06:10.184Z] + '[' -e coverage.out ] [2021-03-23T13:06:10.184Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-23T13:06:10.481Z] Stashed 1 file(s) [Pipeline] sh [2021-03-23T13:06:10.779Z] + make build [2021-03-23T13:06:10.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-23T13:06:11.049Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31067 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-23T13:06:11.119Z] Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout [2021-03-23T13:06:16.105Z] 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-23T13:06:16.611Z] using credential edgex-jenkins-ssh [2021-03-23T13:06:16.668Z] Cloning the remote Git repository [2021-03-23T13:06:16.736Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-23T13:06:16.845Z] > git init /w/workspace/edgex-go/27 # timeout=10 [2021-03-23T13:06:16.918Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T13:06:16.920Z] > git --version # timeout=10 [2021-03-23T13:06:16.942Z] > git --version # 'git version 2.17.1' [2021-03-23T13:06:16.943Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T13:06:17.036Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T13:06:24.327Z] 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-23T13:06:24.594Z] 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-23T13:06:26.521Z] 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-23T13:06:26.521Z] 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-23T13:06:28.467Z] 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-23T13:06:30.397Z] 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-23T13:06:30.971Z] 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-23T13:06:32.368Z] 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-23T13:06:32.896Z] Merging remotes/origin/master commit f6b1e13af8548bcffc37f989b4e80b291648b0c8 into PR head commit 4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:06:33.322Z] 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-23T13:06:33.327Z] Merge succeeded, producing 4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:06:33.327Z] Checking out Revision 4e8507bf02f169bfeeba70db1f6d158394b064b0 (PR-3234) [2021-03-23T13:06:32.031Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T13:06:32.048Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T13:06:32.079Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T13:06:32.168Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T13:06:32.169Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T13:06:32.197Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T13:06:32.920Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T13:06:32.937Z] > git checkout -f 4e8507bf02f169bfeeba70db1f6d158394b064b0 # timeout=10 [2021-03-23T13:06:33.256Z] > git remote # timeout=10 [2021-03-23T13:06:33.274Z] > git config --get remote.origin.url # timeout=10 [2021-03-23T13:06:33.287Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T13:06:33.297Z] > git merge f6b1e13af8548bcffc37f989b4e80b291648b0c8 # timeout=10 [2021-03-23T13:06:33.320Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-23T13:06:33.339Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T13:06:33.351Z] > git checkout -f 4e8507bf02f169bfeeba70db1f6d158394b064b0 # timeout=10 [2021-03-23T13:06:34.729Z] 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-23T13:06:36.670Z] $ docker stop --time=1 23a8bfec10e08f5e26608915c59fb3810ea2fabd3c0c762cfa5754ad3f2023a5 [2021-03-23T13:06:37.693Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [2021-03-23T13:06:38.408Z] $ docker rm -f 23a8bfec10e08f5e26608915c59fb3810ea2fabd3c0c762cfa5754ad3f2023a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T13:06:40.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T13:06:40.267Z] [2021-03-23T13:06:40.267Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:06:40.933Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-03-23T13:06:40.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T13:06:40.960Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-23T13:06:40.960Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-23T13:06:40.960Z] ca9280d653b3: Pulling fs layer [2021-03-23T13:06:40.960Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2021-03-23T13:06:41.372Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T13:06:41.535Z] cbdbe7a5bc2a: Download complete [2021-03-23T13:06:41.713Z] + sudo service docker restart [2021-03-23T13:06:41.713Z] + true [2021-03-23T13:06:41.803Z] ca9280d653b3: Verifying Checksum [2021-03-23T13:06:41.804Z] ca9280d653b3: Download complete [2021-03-23T13:06:42.070Z] cbdbe7a5bc2a: Pull complete [2021-03-23T13:06:43.041Z] 7e9c9ca2126c: Download complete [2021-03-23T13:06:43.041Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T13:06:43.787Z] provisioning config files... [2021-03-23T13:06:43.828Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config5669395132888170466tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T13:06:44.242Z] ---> docker-login.sh [2021-03-23T13:06:44.242Z] nexus3.edgexfoundry.org:10001 [2021-03-23T13:06:45.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T13:06:45.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T13:06:45.504Z] Configure a credential helper to remove this warning. See [2021-03-23T13:06:45.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T13:06:45.504Z] [2021-03-23T13:06:45.504Z] Login Succeeded [2021-03-23T13:06:45.504Z] nexus3.edgexfoundry.org:10002 [2021-03-23T13:06:45.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T13:06:46.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T13:06:46.051Z] Configure a credential helper to remove this warning. See [2021-03-23T13:06:46.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T13:06:46.051Z] [2021-03-23T13:06:46.051Z] Login Succeeded [2021-03-23T13:06:46.051Z] nexus3.edgexfoundry.org:10003 [2021-03-23T13:06:46.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T13:06:46.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T13:06:46.596Z] Configure a credential helper to remove this warning. See [2021-03-23T13:06:46.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T13:06:46.596Z] [2021-03-23T13:06:46.596Z] Login Succeeded [2021-03-23T13:06:46.596Z] nexus3.edgexfoundry.org:10004 [2021-03-23T13:06:46.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T13:06:47.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T13:06:47.141Z] Configure a credential helper to remove this warning. See [2021-03-23T13:06:47.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T13:06:47.141Z] [2021-03-23T13:06:47.141Z] Login Succeeded [2021-03-23T13:06:47.141Z] docker.io [2021-03-23T13:06:47.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T13:06:47.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T13:06:47.695Z] Configure a credential helper to remove this warning. See [2021-03-23T13:06:47.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T13:06:47.695Z] [2021-03-23T13:06:47.695Z] Login Succeeded [2021-03-23T13:06:47.695Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T13:06:47.712Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-23T13:06:48.170Z] ========================================================= [2021-03-23T13:06:48.171Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-23T13:06:48.171Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:06:48.546Z] + 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-23T13:06:49.673Z] 7e9c9ca2126c: Pull complete [2021-03-23T13:06:49.673Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-23T13:06:49.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T13:06:49.673Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-23T13:06:49.785Z] prd-centos7-docker-4c-2g-31064 does not seem to be running inside a container [2021-03-23T13:06:49.833Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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:10003/edgex-devops/edgex-compose:latest cat [2021-03-23T13:06:51.183Z] Sending build context to Docker daemon 166.9MB [2021-03-23T13:06:51.183Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T13:06:51.183Z] Step 2/6 : FROM ${BASE} [2021-03-23T13:06:51.183Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-23T13:06:51.183Z] 5f621e34cdf4: Pulling fs layer [2021-03-23T13:06:51.183Z] a4357932f1b6: Pulling fs layer [2021-03-23T13:06:51.183Z] 18c013af1878: Pulling fs layer [2021-03-23T13:06:51.183Z] 00ac8860ef70: Pulling fs layer [2021-03-23T13:06:51.183Z] 63d7cb157983: Pulling fs layer [2021-03-23T13:06:51.183Z] b116817d02f9: Pulling fs layer [2021-03-23T13:06:51.183Z] 745a02a5169b: Pulling fs layer [2021-03-23T13:06:51.183Z] 00ac8860ef70: Waiting [2021-03-23T13:06:51.183Z] 63d7cb157983: Waiting [2021-03-23T13:06:51.183Z] b116817d02f9: Waiting [2021-03-23T13:06:51.183Z] 745a02a5169b: Waiting [2021-03-23T13:06:51.183Z] 18c013af1878: Verifying Checksum [2021-03-23T13:06:51.183Z] 18c013af1878: Download complete [2021-03-23T13:06:51.183Z] a4357932f1b6: Verifying Checksum [2021-03-23T13:06:51.183Z] a4357932f1b6: Download complete [2021-03-23T13:06:51.183Z] 63d7cb157983: Verifying Checksum [2021-03-23T13:06:51.183Z] 63d7cb157983: Download complete [2021-03-23T13:06:51.183Z] b116817d02f9: Verifying Checksum [2021-03-23T13:06:51.183Z] b116817d02f9: Download complete [2021-03-23T13:06:51.183Z] 5f621e34cdf4: Verifying Checksum [2021-03-23T13:06:51.183Z] 5f621e34cdf4: Download complete [2021-03-23T13:06:51.780Z] 5f621e34cdf4: Pull complete [2021-03-23T13:06:52.384Z] a4357932f1b6: Pull complete [2021-03-23T13:06:52.985Z] 18c013af1878: Pull complete [2021-03-23T13:06:52.985Z] 745a02a5169b: Verifying Checksum [2021-03-23T13:06:52.985Z] 745a02a5169b: Download complete [2021-03-23T13:06:53.005Z] $ docker top 16d459d7bd745e6be0e65a2871c6b04131bc8ceaf64457b9fb34bc58a1e40ebf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T13:06:53.493Z] + docker-compose build --help [2021-03-23T13:06:53.494Z] + grep parallel [2021-03-23T13:06:54.441Z] --parallel Build images in parallel. [Pipeline] } [2021-03-23T13:06:54.458Z] $ docker stop --time=1 16d459d7bd745e6be0e65a2871c6b04131bc8ceaf64457b9fb34bc58a1e40ebf [2021-03-23T13:06:54.968Z] 00ac8860ef70: Verifying Checksum [2021-03-23T13:06:54.968Z] 00ac8860ef70: Download complete [2021-03-23T13:06:55.856Z] $ docker rm -f 16d459d7bd745e6be0e65a2871c6b04131bc8ceaf64457b9fb34bc58a1e40ebf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:06:56.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T13:06:56.574Z] . [Pipeline] withDockerContainer [2021-03-23T13:06:56.676Z] prd-centos7-docker-4c-2g-31064 does not seem to be running inside a container [2021-03-23T13:06:56.724Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-23T13:06:57.450Z] $ docker top b6a9720dfcc2059a3ea036611a3389263ab1f2a8bcf38d92bb8e04c9b3c81cf4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T13:06:57.975Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-23T13:06:58.921Z] Building docker-core-command-go ... [2021-03-23T13:06:58.921Z] Building docker-core-data-go ... [2021-03-23T13:06:58.921Z] Building docker-core-metadata-go ... [2021-03-23T13:06:58.921Z] Building docker-security-bootstrapper-go ... [2021-03-23T13:06:58.921Z] Building docker-security-proxy-setup-go ... [2021-03-23T13:06:58.921Z] Building docker-security-secretstore-setup-go ... [2021-03-23T13:06:58.921Z] Building docker-support-notifications-go ... [2021-03-23T13:06:58.921Z] Building docker-support-scheduler-go ... [2021-03-23T13:06:58.921Z] Building docker-sys-mgmt-agent-go ... [2021-03-23T13:06:58.921Z] Building docker-sys-mgmt-agent-go [2021-03-23T13:06:58.921Z] Building docker-security-bootstrapper-go [2021-03-23T13:06:58.921Z] Building docker-core-data-go [2021-03-23T13:06:58.921Z] Building docker-support-notifications-go [2021-03-23T13:06:58.921Z] Building docker-security-secretstore-setup-go [2021-03-23T13:07:05.134Z] 00ac8860ef70: Pull complete [2021-03-23T13:07:05.730Z] 63d7cb157983: Pull complete [2021-03-23T13:07:06.008Z] b116817d02f9: Pull complete [2021-03-23T13:07:10.325Z] 745a02a5169b: Pull complete [2021-03-23T13:07:10.325Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-23T13:07:10.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-23T13:07:10.325Z] ---> b7e6874047d6 [2021-03-23T13:07:10.325Z] 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-23T13:07:12.965Z] ---> Running in aaa2e6417f0d [2021-03-23T13:07:14.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:07:15.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:07:15.594Z] (1/12) Installing libmagic (5.38-r0) [2021-03-23T13:07:15.866Z] (2/12) Installing file (5.38-r0) [2021-03-23T13:07:15.866Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-23T13:07:15.866Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-23T13:07:20.180Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-23T13:07:20.180Z] (6/12) Installing patch (2.7.6-r6) [2021-03-23T13:07:20.180Z] (7/12) Installing build-base (0.5-r2) [2021-03-23T13:07:20.180Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-23T13:07:20.450Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-23T13:07:20.450Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-23T13:07:20.450Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-23T13:07:20.720Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-23T13:07:20.720Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:07:20.720Z] OK: 217 MiB in 51 packages [2021-03-23T13:07:25.019Z] Removing intermediate container aaa2e6417f0d [2021-03-23T13:07:25.019Z] ---> 0ab52279a93d [2021-03-23T13:07:25.019Z] Step 4/6 : WORKDIR /edgex-go [2021-03-23T13:07:25.019Z] ---> Running in 9b873f255d87 [2021-03-23T13:07:25.296Z] Removing intermediate container 9b873f255d87 [2021-03-23T13:07:25.296Z] ---> 86a337026a34 [2021-03-23T13:07:25.296Z] Step 5/6 : COPY go.mod . [2021-03-23T13:07:25.893Z] ---> b825bb43e071 [2021-03-23T13:07:25.893Z] Step 6/6 : RUN go mod download [2021-03-23T13:07:25.893Z] ---> Running in e619265988f1 [2021-03-23T13:07:31.159Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:07:31.159Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:07:31.159Z] ---> 7a76c4ad0640 [2021-03-23T13:07:31.159Z] Step 3/24 : WORKDIR /edgex-go [2021-03-23T13:07:31.159Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:07:31.159Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:07:31.159Z] ---> 7a76c4ad0640 [2021-03-23T13:07:31.159Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T13:07:31.159Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:07:31.159Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:07:31.159Z] ---> 7a76c4ad0640 [2021-03-23T13:07:31.159Z] Step 3/26 : WORKDIR /edgex-go [2021-03-23T13:07:31.159Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:07:31.159Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:07:31.159Z] ---> 7a76c4ad0640 [2021-03-23T13:07:31.159Z] Step 3/31 : WORKDIR /edgex-go [2021-03-23T13:07:31.159Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:07:31.159Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:07:31.159Z] ---> 7a76c4ad0640 [2021-03-23T13:07:31.159Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T13:07:32.135Z] ---> Running in bf35db127935 [2021-03-23T13:07:32.135Z] ---> Running in f00e502171db [2021-03-23T13:07:32.135Z] ---> Running in d6c87134793e [2021-03-23T13:07:32.135Z] ---> Running in bcf6d36a2047 [2021-03-23T13:07:32.135Z] ---> Running in 79aea71c35fe [2021-03-23T13:07:32.714Z] Removing intermediate container f00e502171db [2021-03-23T13:07:32.714Z] ---> ac5c127a7b5e [2021-03-23T13:07:32.714Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:07:32.714Z] Removing intermediate container bf35db127935 [2021-03-23T13:07:32.714Z] ---> 553e9791d2c0 [2021-03-23T13:07:32.714Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:07:32.714Z] Removing intermediate container d6c87134793e [2021-03-23T13:07:32.714Z] ---> 82d6aa9ad500 [2021-03-23T13:07:32.714Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:07:32.714Z] Removing intermediate container bcf6d36a2047 [2021-03-23T13:07:32.714Z] ---> 58bb7bf15fa8 [2021-03-23T13:07:32.714Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:07:32.714Z] Removing intermediate container 79aea71c35fe [2021-03-23T13:07:32.714Z] ---> d9d723803da2 [2021-03-23T13:07:32.714Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:07:32.976Z] ---> Running in 2af285a0f61c [2021-03-23T13:07:32.976Z] ---> Running in c0c8fa6320b1 [2021-03-23T13:07:32.976Z] ---> Running in b215a2d2bd73 [2021-03-23T13:07:32.976Z] ---> Running in 8424c1a63d1c [2021-03-23T13:07:32.976Z] ---> Running in 9f073862ec7f [2021-03-23T13:07:34.902Z] Removing intermediate container c0c8fa6320b1 [2021-03-23T13:07:34.902Z] ---> de18c1a2c089 [2021-03-23T13:07:34.902Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-23T13:07:34.902Z] ---> Running in 9598cfd20bc9 [2021-03-23T13:07:34.902Z] Removing intermediate container 2af285a0f61c [2021-03-23T13:07:34.902Z] ---> cdb03297281b [2021-03-23T13:07:34.902Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-23T13:07:34.902Z] Removing intermediate container b215a2d2bd73 [2021-03-23T13:07:34.902Z] ---> 7e7f54ec98b9 [2021-03-23T13:07:34.902Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-23T13:07:35.166Z] Removing intermediate container 8424c1a63d1c [2021-03-23T13:07:35.166Z] ---> 7303415f1fe8 [2021-03-23T13:07:35.166Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-23T13:07:35.166Z] ---> Running in b4ed05b1a0f8 [2021-03-23T13:07:35.430Z] ---> Running in 4c5d78a951ec [2021-03-23T13:07:35.430Z] Removing intermediate container 9f073862ec7f [2021-03-23T13:07:35.430Z] ---> 242da0ffb76b [2021-03-23T13:07:35.430Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-23T13:07:35.430Z] ---> Running in 84f646b48b95 [2021-03-23T13:07:35.696Z] ---> Running in 15311521180b [2021-03-23T13:07:35.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:07:36.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:07:36.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:07:36.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:07:36.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:07:36.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:07:36.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:07:36.804Z] OK: 233 MiB in 51 packages [2021-03-23T13:07:37.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:07:37.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:07:37.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:07:37.335Z] OK: 233 MiB in 51 packages [2021-03-23T13:07:37.335Z] Removing intermediate container 9598cfd20bc9 [2021-03-23T13:07:37.335Z] ---> 211cb4ab0f3f [2021-03-23T13:07:37.335Z] Step 6/26 : COPY go.mod . [2021-03-23T13:07:37.335Z] OK: 233 MiB in 51 packages [2021-03-23T13:07:37.607Z] OK: 233 MiB in 51 packages [2021-03-23T13:07:37.607Z] OK: 233 MiB in 51 packages [2021-03-23T13:07:37.870Z] ---> 12ac0554e114 [2021-03-23T13:07:37.870Z] Step 7/26 : RUN go mod download [2021-03-23T13:07:37.870Z] ---> Running in 0c1885ecde07 [2021-03-23T13:07:38.156Z] Removing intermediate container b4ed05b1a0f8 [2021-03-23T13:07:38.156Z] ---> 711d7da9e23c [2021-03-23T13:07:38.156Z] Step 6/24 : COPY go.mod . [2021-03-23T13:07:38.420Z] Removing intermediate container 4c5d78a951ec [2021-03-23T13:07:38.420Z] ---> dd5bce68cec5 [2021-03-23T13:07:38.420Z] Step 6/22 : COPY go.mod . [2021-03-23T13:07:38.420Z] ---> 7e49ed4d8344 [2021-03-23T13:07:38.420Z] Step 7/24 : RUN go mod download [2021-03-23T13:07:38.687Z] Removing intermediate container 15311521180b [2021-03-23T13:07:38.687Z] ---> 56e4f8d902a8 [2021-03-23T13:07:38.687Z] Step 6/23 : COPY go.mod . [2021-03-23T13:07:38.687Z] ---> 0dcd5331ef28 [2021-03-23T13:07:38.687Z] Step 7/22 : RUN go mod download [2021-03-23T13:07:38.687Z] ---> Running in 9c26a54d01a4 [2021-03-23T13:07:38.951Z] Removing intermediate container 84f646b48b95 [2021-03-23T13:07:38.951Z] ---> f63738641934 [2021-03-23T13:07:38.951Z] Step 6/31 : COPY go.mod . [2021-03-23T13:07:38.951Z] ---> Running in 7a79814fffdf [2021-03-23T13:07:39.216Z] ---> 1497c7172569 [2021-03-23T13:07:39.216Z] Step 7/23 : RUN go mod download [2021-03-23T13:07:39.216Z] ---> 4ace9ff6f962 [2021-03-23T13:07:39.216Z] Step 7/31 : RUN go mod download [2021-03-23T13:07:39.498Z] ---> Running in da2ab62bd92d [2021-03-23T13:07:39.498Z] ---> Running in b4fe7acf6041 [2021-03-23T13:07:40.500Z] Removing intermediate container 0c1885ecde07 [2021-03-23T13:07:40.500Z] ---> 2b3b46a15cac [2021-03-23T13:07:40.500Z] Step 8/26 : COPY . . [2021-03-23T13:07:40.765Z] Removing intermediate container 9c26a54d01a4 [2021-03-23T13:07:40.765Z] ---> 11b3a84b86f5 [2021-03-23T13:07:40.765Z] Step 8/24 : COPY . . [2021-03-23T13:07:40.765Z] Removing intermediate container 7a79814fffdf [2021-03-23T13:07:40.765Z] ---> a6453d8cfc63 [2021-03-23T13:07:40.765Z] Step 8/22 : COPY . . [2021-03-23T13:07:48.979Z] Removing intermediate container b4fe7acf6041 [2021-03-23T13:07:48.979Z] ---> 90b9590982ac [2021-03-23T13:07:48.979Z] Step 8/31 : COPY . . [2021-03-23T13:07:48.979Z] Removing intermediate container da2ab62bd92d [2021-03-23T13:07:48.979Z] ---> 2c8c3bcdeb98 [2021-03-23T13:07:48.979Z] Step 8/23 : COPY . . [2021-03-23T13:07:52.696Z] Removing intermediate container e619265988f1 [2021-03-23T13:07:52.696Z] ---> ffcc42d44b03 [2021-03-23T13:07:52.696Z] Successfully built ffcc42d44b03 [2021-03-23T13:07:52.696Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:07:53.045Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T13:07:53.046Z] . [Pipeline] withDockerContainer [2021-03-23T13:07:53.317Z] prd-ubuntu18.04-docker-arm64-4c-16g-31067 does not seem to be running inside a container [2021-03-23T13:07:53.409Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 ******** ci-base-image-arm64 cat [2021-03-23T13:07:54.909Z] $ docker top 2534f7b3a1fa2d2310c5f280976048e1977817f77f45ce085937dae2e0a4e9c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T13:07:55.931Z] + go version [2021-03-23T13:07:55.931Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-23T13:07:55.970Z] $ docker stop --time=1 2534f7b3a1fa2d2310c5f280976048e1977817f77f45ce085937dae2e0a4e9c9 [2021-03-23T13:07:57.923Z] $ docker rm -f 2534f7b3a1fa2d2310c5f280976048e1977817f77f45ce085937dae2e0a4e9c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:07:58.908Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T13:07:58.908Z] . [Pipeline] withDockerContainer [2021-03-23T13:07:59.183Z] prd-ubuntu18.04-docker-arm64-4c-16g-31067 does not seem to be running inside a container [2021-03-23T13:07:59.273Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 ******** ci-base-image-arm64 cat [2021-03-23T13:08:00.687Z] $ docker top d0590be41cb12175679da5fc559633a45a9a758223214fc39e0a483615d91488 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-23T13:08:01.053Z] ========================================================= [2021-03-23T13:08:01.053Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-23T13:08:01.053Z] ========================================================= [Pipeline] sh [2021-03-23T13:08:01.709Z] + make test [2021-03-23T13:08:01.709Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-23T13:08:23.924Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-23T13:08:28.192Z] ---> aab11e1e71b8 [2021-03-23T13:08:28.192Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-23T13:08:28.192Z] ---> 550e81309d5c [2021-03-23T13:08:28.192Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-23T13:08:28.192Z] ---> 83a830ec3eff [2021-03-23T13:08:28.192Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-23T13:08:28.192Z] ---> 11c2bf996bcd [2021-03-23T13:08:28.192Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-23T13:08:28.192Z] ---> 9634c73f61ea [2021-03-23T13:08:28.192Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-23T13:08:28.192Z] ---> Running in a1ab0dc1e878 [2021-03-23T13:08:28.192Z] ---> Running in 197f90d2b25c [2021-03-23T13:08:28.192Z] ---> Running in 3d5e1e9fda5a [2021-03-23T13:08:28.192Z] ---> Running in 23d6bcc2a6c6 [2021-03-23T13:08:28.192Z] ---> Running in e0a48d3c88b4 [2021-03-23T13:08:28.192Z] 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-23T13:08:28.192Z] 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-23T13:08:28.192Z] 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-23T13:08:28.192Z] 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-23T13:08:28.192Z] 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-23T13:09:00.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-23T13:09:05.808Z] Removing intermediate container 3d5e1e9fda5a [2021-03-23T13:09:05.808Z] ---> 44696ce757d3 [2021-03-23T13:09:05.808Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-23T13:09:05.808Z] Removing intermediate container e0a48d3c88b4 [2021-03-23T13:09:05.808Z] ---> 364071f80a3e [2021-03-23T13:09:05.808Z] [2021-03-23T13:09:05.808Z] Step 10/31 : FROM alpine:3.12 [2021-03-23T13:09:05.808Z] 3.12: Pulling from library/alpine [2021-03-23T13:09:05.808Z] ---> Running in 4d95aec16a17 [2021-03-23T13:09:06.386Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T13:09:08.315Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T13:09:08.315Z] ---> 88dd2752d2ea [2021-03-23T13:09:08.315Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-23T13:09:08.315Z] 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-23T13:09:09.269Z] Removing intermediate container 197f90d2b25c [2021-03-23T13:09:09.269Z] ---> 9210c14761d5 [2021-03-23T13:09:09.269Z] [2021-03-23T13:09:09.269Z] Step 10/24 : FROM alpine:3.12 [2021-03-23T13:09:09.269Z] ---> 88dd2752d2ea [2021-03-23T13:09:09.269Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-23T13:09:10.225Z] ---> Running in 1f5f4d5934b7 [2021-03-23T13:09:10.225Z] ---> Running in fffca077a567 [2021-03-23T13:09:10.225Z] Removing intermediate container a1ab0dc1e878 [2021-03-23T13:09:10.225Z] ---> d15a5bab348d [2021-03-23T13:09:10.225Z] [2021-03-23T13:09:10.225Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T13:09:10.225Z] ---> 88dd2752d2ea [2021-03-23T13:09:10.225Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-23T13:09:10.225Z] Removing intermediate container 23d6bcc2a6c6 [2021-03-23T13:09:10.225Z] ---> 5e045c68fa3b [2021-03-23T13:09:10.225Z] [2021-03-23T13:09:10.225Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T13:09:10.225Z] ---> 88dd2752d2ea [2021-03-23T13:09:10.225Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-23T13:09:10.225Z] ---> Running in 7884b1911979 [2021-03-23T13:09:10.488Z] ---> Running in 909c138ae7f1 [2021-03-23T13:09:10.488Z] Removing intermediate container 1f5f4d5934b7 [2021-03-23T13:09:10.488Z] ---> d6eb787658c3 [2021-03-23T13:09:10.488Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-23T13:09:10.754Z] ---> Running in 36640976a612 [2021-03-23T13:09:10.940Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-23T13:09:11.019Z] Removing intermediate container 909c138ae7f1 [2021-03-23T13:09:11.019Z] ---> 29847bfc54cd [2021-03-23T13:09:11.019Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-23T13:09:11.019Z] Removing intermediate container 4d95aec16a17 [2021-03-23T13:09:11.019Z] ---> 976a1b0bf6a1 [2021-03-23T13:09:11.019Z] [2021-03-23T13:09:11.019Z] Step 11/26 : FROM docker:20.10.0 [2021-03-23T13:09:11.019Z] 20.10.0: Pulling from library/docker [2021-03-23T13:09:11.019Z] ---> Running in 0d9ebd1a6efb [2021-03-23T13:09:11.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:11.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:11.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:11.307Z] Removing intermediate container 0d9ebd1a6efb [2021-03-23T13:09:11.307Z] ---> d77908006743 [2021-03-23T13:09:11.307Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-23T13:09:11.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:11.584Z] ---> Running in 8f20c296c3c9 [2021-03-23T13:09:11.584Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-23T13:09:11.584Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-23T13:09:11.849Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-23T13:09:11.849Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:09:11.849Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T13:09:11.849Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T13:09:11.849Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-23T13:09:11.849Z] (4/5) Installing curl (7.69.1-r3) [2021-03-23T13:09:11.849Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-23T13:09:11.849Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:09:11.849Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T13:09:11.849Z] OK: 6 MiB in 16 packages [2021-03-23T13:09:11.849Z] OK: 7 MiB in 19 packages [2021-03-23T13:09:12.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:12.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:12.376Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-23T13:09:12.376Z] (2/2) Installing su-exec (0.2-r1) [2021-03-23T13:09:12.376Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:09:12.376Z] OK: 6 MiB in 16 packages [2021-03-23T13:09:12.970Z] Removing intermediate container 8f20c296c3c9 [2021-03-23T13:09:12.970Z] ---> 174c0b9f8326 [2021-03-23T13:09:12.970Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:09:13.928Z] ---> Running in b452d3411575 [2021-03-23T13:09:15.327Z] Removing intermediate container 7884b1911979 [2021-03-23T13:09:15.327Z] ---> 737da84eb5c9 [2021-03-23T13:09:15.327Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T13:09:15.593Z] Removing intermediate container fffca077a567 [2021-03-23T13:09:15.593Z] ---> 81c1c77daca5 [2021-03-23T13:09:15.593Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T13:09:15.856Z] Removing intermediate container 36640976a612 [2021-03-23T13:09:15.856Z] ---> 178040e5b06b [2021-03-23T13:09:15.856Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-23T13:09:16.124Z] ---> Running in 5bb721e53718 [2021-03-23T13:09:16.124Z] ---> Running in f61723c6384e [2021-03-23T13:09:16.124Z] ---> Running in 8f587590a324 [2021-03-23T13:09:16.389Z] Removing intermediate container 5bb721e53718 [2021-03-23T13:09:16.389Z] ---> fb8e2dc1deb7 [2021-03-23T13:09:16.389Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-23T13:09:16.653Z] Removing intermediate container f61723c6384e [2021-03-23T13:09:16.653Z] ---> ad700c9f2722 [2021-03-23T13:09:16.653Z] Step 13/24 : WORKDIR / [2021-03-23T13:09:16.653Z] ---> Running in cd391594d871 [2021-03-23T13:09:16.653Z] Removing intermediate container 8f587590a324 [2021-03-23T13:09:16.653Z] ---> 3f0f44387357 [2021-03-23T13:09:16.653Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-23T13:09:16.918Z] ---> Running in 291329ae3ea4 [2021-03-23T13:09:16.919Z] ---> Running in 183e830846b9 [2021-03-23T13:09:16.919Z] Removing intermediate container b452d3411575 [2021-03-23T13:09:16.919Z] ---> 085f4c458b09 [2021-03-23T13:09:16.919Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-23T13:09:16.919Z] Removing intermediate container cd391594d871 [2021-03-23T13:09:16.919Z] ---> d07e5e11bae3 [2021-03-23T13:09:16.919Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T13:09:17.185Z] ---> Running in 107d0c526c6b [2021-03-23T13:09:17.185Z] ---> Running in c45c5a471343 [2021-03-23T13:09:17.185Z] Removing intermediate container 291329ae3ea4 [2021-03-23T13:09:17.185Z] ---> 48a9969fd001 [2021-03-23T13:09:17.185Z] 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-23T13:09:17.451Z] Removing intermediate container 183e830846b9 [2021-03-23T13:09:17.451Z] ---> 91843056f974 [2021-03-23T13:09:17.451Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-23T13:09:17.668Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-23T13:09:17.718Z] Removing intermediate container c45c5a471343 [2021-03-23T13:09:17.718Z] ---> 2e60811e7771 [2021-03-23T13:09:17.718Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T13:09:17.718Z] ---> Running in 062b7f1c1e74 [2021-03-23T13:09:17.718Z] ---> 6f0d3bdb58e4 [2021-03-23T13:09:17.718Z] 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-23T13:09:18.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:18.932Z] ---> d4ae107dcc26 [2021-03-23T13:09:18.932Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-23T13:09:18.932Z] ---> b8bbfa9e5fa2 [2021-03-23T13:09:18.932Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-23T13:09:19.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:19.473Z] ---> 7a0ee2226aa6 [2021-03-23T13:09:19.473Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-23T13:09:19.473Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-23T13:09:19.473Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-23T13:09:19.473Z] ---> aefe523efa57 [2021-03-23T13:09:19.473Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-23T13:09:19.473Z] ---> 190c16dc11e6 [2021-03-23T13:09:19.473Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-23T13:09:19.739Z] ---> Running in 7e1321b1add7 [2021-03-23T13:09:19.739Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-23T13:09:19.739Z] Removing intermediate container 062b7f1c1e74 [2021-03-23T13:09:19.739Z] ---> c3707ea9736e [2021-03-23T13:09:19.739Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-23T13:09:19.739Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-23T13:09:20.006Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-23T13:09:20.006Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-23T13:09:20.006Z] ---> Running in 5a6f6e8fc77d [2021-03-23T13:09:20.274Z] ---> 156c59cd022f [2021-03-23T13:09:20.274Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-23T13:09:20.274Z] ---> f790947c46db [2021-03-23T13:09:20.274Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-23T13:09:20.274Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-23T13:09:20.274Z] ---> Running in f53cdd7896e9 [2021-03-23T13:09:20.274Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-23T13:09:20.274Z] Removing intermediate container 5a6f6e8fc77d [2021-03-23T13:09:20.274Z] ---> 95d1662fd402 [2021-03-23T13:09:20.274Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-23T13:09:20.274Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:09:20.274Z] OK: 8 MiB in 20 packages [2021-03-23T13:09:20.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:20.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:20.539Z] Removing intermediate container f53cdd7896e9 [2021-03-23T13:09:20.539Z] ---> fe6b49780495 [2021-03-23T13:09:20.539Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T13:09:20.802Z] (1/2) Installing readline (8.0.4-r0) [2021-03-23T13:09:20.802Z] (2/2) Installing bash (5.0.17-r0) [2021-03-23T13:09:20.802Z] Executing bash-5.0.17-r0.post-install [2021-03-23T13:09:20.802Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:09:20.802Z] OK: 12 MiB in 22 packages [2021-03-23T13:09:20.802Z] ---> ceb2225812a9 [2021-03-23T13:09:20.802Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-23T13:09:20.802Z] ---> Running in 6e3c748f24df [2021-03-23T13:09:20.802Z] ---> d8d8d28456d2 [2021-03-23T13:09:20.802Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-23T13:09:21.067Z] ---> Running in d9ae0479aeb0 [2021-03-23T13:09:21.329Z] Removing intermediate container 6e3c748f24df [2021-03-23T13:09:21.329Z] ---> e6e1c96491fe [2021-03-23T13:09:21.329Z] Step 20/22 : LABEL arch=x86_64 [2021-03-23T13:09:21.329Z] Removing intermediate container 107d0c526c6b [2021-03-23T13:09:21.329Z] ---> c84a4ee8eae5 [2021-03-23T13:09:21.329Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T13:09:21.591Z] ---> Running in 31d46a033e43 [2021-03-23T13:09:21.591Z] ---> de110b293d38 [2021-03-23T13:09:21.591Z] 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-23T13:09:21.853Z] ---> Running in 36a58aae01ce [2021-03-23T13:09:21.853Z] Removing intermediate container 31d46a033e43 [2021-03-23T13:09:21.853Z] ---> 27328aca0964 [2021-03-23T13:09:21.853Z] Step 21/22 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:09:22.116Z] ---> 4e2a446ab08a [2021-03-23T13:09:22.116Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-23T13:09:22.116Z] Removing intermediate container 7e1321b1add7 [2021-03-23T13:09:22.116Z] ---> 4c5b758f75b0 [2021-03-23T13:09:22.116Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-23T13:09:22.116Z] ---> Running in 6a63e97eb265 [2021-03-23T13:09:22.382Z] ---> Running in d79c3eb5947f [2021-03-23T13:09:22.382Z] Removing intermediate container 6a63e97eb265 [2021-03-23T13:09:22.382Z] ---> 9574b1532d1f [2021-03-23T13:09:22.382Z] Step 22/22 : LABEL version=0.0.0 [2021-03-23T13:09:22.647Z] ---> Running in e8e83b69ea01 [2021-03-23T13:09:22.647Z] Removing intermediate container d79c3eb5947f [2021-03-23T13:09:22.647Z] ---> d9151fe24aeb [2021-03-23T13:09:22.647Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-23T13:09:22.912Z] ---> Running in 06038846ca24 [2021-03-23T13:09:22.912Z] ---> a7995fae04d5 [2021-03-23T13:09:22.912Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-23T13:09:23.174Z] Removing intermediate container e8e83b69ea01 [2021-03-23T13:09:23.174Z] ---> 67796fa83d83 [2021-03-23T13:09:23.174Z] [2021-03-23T13:09:23.174Z] Removing intermediate container d9ae0479aeb0 [2021-03-23T13:09:23.174Z] ---> 5ce4d1fecc03 [2021-03-23T13:09:23.174Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T13:09:23.438Z] Removing intermediate container 06038846ca24 [2021-03-23T13:09:23.438Z] ---> 29a2388f6e05 [2021-03-23T13:09:23.438Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-23T13:09:23.438Z] Successfully built 67796fa83d83 [2021-03-23T13:09:23.438Z] ---> 5471fc5417da [2021-03-23T13:09:23.438Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-23T13:09:23.438Z] Successfully tagged docker-support-notifications-go:latest [2021-03-23T13:09:23.438Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-23T13:09:23.703Z] ---> Running in a1bc12c061a2 [2021-03-23T13:09:23.703Z] Removing intermediate container 36a58aae01ce [2021-03-23T13:09:23.703Z] ---> 214fb0ad7caa [2021-03-23T13:09:23.703Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-23T13:09:23.703Z] ---> 25d68ca13cff [2021-03-23T13:09:23.703Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-23T13:09:23.703Z] ---> Running in 31120e50c264 [2021-03-23T13:09:23.703Z] ---> Running in aca320cd94ed [2021-03-23T13:09:24.468Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-23T13:09:24.468Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-23T13:09:25.116Z] Removing intermediate container a1bc12c061a2 [2021-03-23T13:09:25.116Z] ---> fcd9531e7cd1 [2021-03-23T13:09:25.116Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-23T13:09:27.043Z] Removing intermediate container aca320cd94ed [2021-03-23T13:09:27.043Z] ---> bc6788def162 [2021-03-23T13:09:27.043Z] Step 22/24 : LABEL arch=x86_64 [2021-03-23T13:09:27.344Z] Removing intermediate container 31120e50c264 [2021-03-23T13:09:27.344Z] ---> 10b1212561e7 [2021-03-23T13:09:27.344Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T13:09:27.624Z] ---> 45e25075efa3 [2021-03-23T13:09:27.624Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-23T13:09:27.624Z] ---> Running in 1398b72ffadd [2021-03-23T13:09:27.624Z] ---> Running in f6be96176afd [2021-03-23T13:09:29.039Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-23T13:09:29.039Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-23T13:09:29.039Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-23T13:09:29.039Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-23T13:09:29.265Z] ---> 30f0a76da9e7 [2021-03-23T13:09:29.265Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-23T13:09:29.265Z] Removing intermediate container 1398b72ffadd [2021-03-23T13:09:29.265Z] ---> f4876d1b83d9 [2021-03-23T13:09:29.265Z] Step 21/23 : LABEL arch=x86_64 [2021-03-23T13:09:29.265Z] ---> a2c65ae5c5b4 [2021-03-23T13:09:29.265Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-23T13:09:29.265Z] Removing intermediate container f6be96176afd [2021-03-23T13:09:29.265Z] ---> 9a882573c6c3 [2021-03-23T13:09:29.265Z] Step 23/24 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:09:29.529Z] ---> Running in 5b29ef2423fe [2021-03-23T13:09:29.529Z] ---> Running in 4e13d27b6435 [2021-03-23T13:09:29.529Z] ---> c84326741855 [2021-03-23T13:09:29.529Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-23T13:09:30.105Z] Removing intermediate container 5b29ef2423fe [2021-03-23T13:09:30.105Z] ---> ce104dc4c076 [2021-03-23T13:09:30.105Z] Step 24/24 : LABEL version=0.0.0 [2021-03-23T13:09:30.105Z] ---> 5693bedd0a80 [2021-03-23T13:09:30.105Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-23T13:09:30.105Z] ---> 536bc04c4393 [2021-03-23T13:09:30.105Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-23T13:09:30.105Z] ---> Running in 9c7962da13bb [2021-03-23T13:09:30.105Z] Removing intermediate container 4e13d27b6435 [2021-03-23T13:09:30.105Z] ---> de4b57e96204 [2021-03-23T13:09:30.105Z] Step 22/23 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:09:31.061Z] ---> Running in f3bbf9db07f0 [2021-03-23T13:09:31.338Z] ---> Running in 5705220eff59 [2021-03-23T13:09:31.925Z] Removing intermediate container 9c7962da13bb [2021-03-23T13:09:31.925Z] ---> 96edae57935b [2021-03-23T13:09:31.925Z] [2021-03-23T13:09:31.925Z] ---> febfc6b3a30e [2021-03-23T13:09:31.925Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-23T13:09:32.188Z] Removing intermediate container 5705220eff59 [2021-03-23T13:09:32.188Z] ---> e699213ad0ab [2021-03-23T13:09:32.188Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T13:09:32.727Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-23T13:09:32.727Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-23T13:09:32.772Z] Successfully built 96edae57935b [2021-03-23T13:09:32.772Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-23T13:09:32.772Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-23T13:09:34.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:34.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:34.722Z] ---> Running in 00097900ced8 [2021-03-23T13:09:34.722Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-23T13:09:34.722Z] (2/33) Installing expat (2.2.9-r1) [2021-03-23T13:09:34.722Z] (3/33) Installing libffi (3.3-r2) [2021-03-23T13:09:34.722Z] (4/33) Installing gdbm (1.13-r1) [2021-03-23T13:09:34.722Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-23T13:09:34.722Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-23T13:09:34.722Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-23T13:09:34.722Z] ---> Running in 8ca92e7845b7 [2021-03-23T13:09:40.047Z] Removing intermediate container 00097900ced8 [2021-03-23T13:09:40.047Z] ---> 76b6ae074fe9 [2021-03-23T13:09:40.047Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-23T13:09:40.623Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:09:40.623Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:09:40.623Z] ---> 7a76c4ad0640 [2021-03-23T13:09:40.623Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T13:09:40.623Z] ---> Using cache [2021-03-23T13:09:40.623Z] ---> d9d723803da2 [2021-03-23T13:09:40.623Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:09:40.623Z] ---> Using cache [2021-03-23T13:09:40.623Z] ---> 242da0ffb76b [2021-03-23T13:09:40.623Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-23T13:09:41.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-23T13:09:41.035Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-23T13:09:41.035Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-23T13:09:41.574Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-23T13:09:41.574Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-23T13:09:41.574Z] Removing intermediate container 8ca92e7845b7 [2021-03-23T13:09:41.574Z] ---> 57265d020c35 [2021-03-23T13:09:41.574Z] [2021-03-23T13:09:41.574Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-23T13:09:41.574Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-23T13:09:41.574Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-23T13:09:41.837Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-23T13:09:41.837Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-23T13:09:42.416Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-23T13:09:42.416Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-23T13:09:42.416Z] ---> Running in 64aabe386ce4 [2021-03-23T13:09:42.680Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-23T13:09:42.947Z] ---> c2bcb9b6023e [2021-03-23T13:09:42.947Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-23T13:09:43.530Z] Successfully built 57265d020c35 [2021-03-23T13:09:43.530Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-23T13:09:43.530Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-23T13:09:43.530Z] Successfully tagged docker-core-data-go:latest [2021-03-23T13:09:43.530Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-03-23T13:09:43.794Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-23T13:09:43.794Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-23T13:09:44.405Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-23T13:09:45.354Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-23T13:09:46.321Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-23T13:09:46.321Z] ---> Running in e1825bec751a [2021-03-23T13:09:46.321Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-23T13:09:46.321Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-23T13:09:46.321Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-23T13:09:46.321Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-23T13:09:46.321Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-23T13:09:46.321Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-23T13:09:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.320s coverage: 45.9% of statements [2021-03-23T13:09:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-23T13:09:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-23T13:09:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-23T13:09:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-23T13:09:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-23T13:09:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-23T13:09:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.155s coverage: 19.8% of statements [2021-03-23T13:09:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.264s coverage: 100.0% of statements [2021-03-23T13:09:47.301Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-23T13:09:47.301Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-23T13:09:47.301Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-23T13:09:47.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:48.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:09:49.413Z] OK: 233 MiB in 51 packages [2021-03-23T13:09:49.678Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:09:50.628Z] OK: 71 MiB in 55 packages [2021-03-23T13:09:53.212Z] Removing intermediate container 64aabe386ce4 [2021-03-23T13:09:53.212Z] ---> 9605ee9daab8 [2021-03-23T13:09:53.212Z] Step 6/22 : COPY go.mod . [2021-03-23T13:09:55.576Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:09:55.576Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:09:55.576Z] ---> 7a76c4ad0640 [2021-03-23T13:09:55.576Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T13:09:55.576Z] ---> Using cache [2021-03-23T13:09:55.576Z] ---> d9d723803da2 [2021-03-23T13:09:55.576Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:09:55.577Z] ---> Using cache [2021-03-23T13:09:55.577Z] ---> 242da0ffb76b [2021-03-23T13:09:55.577Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T13:09:55.577Z] ---> Using cache [2021-03-23T13:09:55.577Z] ---> 9605ee9daab8 [2021-03-23T13:09:55.577Z] Step 6/23 : COPY go.mod . [2021-03-23T13:09:55.577Z] ---> Using cache [2021-03-23T13:09:55.577Z] ---> 60f6190deb70 [2021-03-23T13:09:55.577Z] Step 7/23 : RUN go mod download [2021-03-23T13:09:55.577Z] ---> 60f6190deb70 [2021-03-23T13:09:55.577Z] Step 7/22 : RUN go mod download [2021-03-23T13:09:55.577Z] Removing intermediate container e1825bec751a [2021-03-23T13:09:55.577Z] ---> a17b7474fb80 [2021-03-23T13:09:55.577Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-23T13:09:55.577Z] ---> Running in 8356a6dc2c7c [2021-03-23T13:09:55.577Z] ---> Running in 894b4b4ce4b6 [2021-03-23T13:09:55.580Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.589s coverage: 27.1% of statements [2021-03-23T13:09:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-23T13:09:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-23T13:09:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-23T13:09:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-23T13:09:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-23T13:09:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-23T13:09:55.580Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-03-23T13:09:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-23T13:09:55.580Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements [2021-03-23T13:09:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-23T13:09:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-23T13:09:55.580Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.226s coverage: 71.3% of statements [2021-03-23T13:09:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-23T13:09:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-23T13:09:55.844Z] ---> Running in 44a09874cdb0 [2021-03-23T13:09:56.427Z] Removing intermediate container 44a09874cdb0 [2021-03-23T13:09:56.427Z] ---> e5ac49515554 [2021-03-23T13:09:56.427Z] Step 28/31 : CMD ["gate"] [2021-03-23T13:09:57.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.547s coverage: 82.9% of statements [2021-03-23T13:09:57.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-23T13:09:57.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T13:09:57.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.178s coverage: 78.9% of statements [2021-03-23T13:09:57.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-23T13:09:59.310Z] ---> Running in 3bcfe54a6efa [2021-03-23T13:10:00.283Z] Removing intermediate container 3bcfe54a6efa [2021-03-23T13:10:00.283Z] ---> 2ecadeed9057 [2021-03-23T13:10:00.283Z] Step 29/31 : LABEL arch=x86_64 [2021-03-23T13:10:01.687Z] ---> Running in 2a5299754d13 [2021-03-23T13:10:03.654Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:10:03.654Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:10:03.917Z] ---> 7a76c4ad0640 [2021-03-23T13:10:03.918Z] Step 3/21 : WORKDIR /edgex-go [2021-03-23T13:10:03.918Z] ---> Using cache [2021-03-23T13:10:03.918Z] ---> d9d723803da2 [2021-03-23T13:10:03.918Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:10:03.918Z] ---> Using cache [2021-03-23T13:10:03.918Z] ---> 242da0ffb76b [2021-03-23T13:10:03.918Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-23T13:10:03.918Z] ---> Using cache [2021-03-23T13:10:03.918Z] ---> 9605ee9daab8 [2021-03-23T13:10:03.918Z] Step 6/21 : COPY go.mod . [2021-03-23T13:10:03.918Z] ---> Using cache [2021-03-23T13:10:03.918Z] ---> 60f6190deb70 [2021-03-23T13:10:03.918Z] Step 7/21 : RUN go mod download [2021-03-23T13:10:03.918Z] ---> Using cache [2021-03-23T13:10:03.918Z] ---> 0d8a88567f4a [2021-03-23T13:10:03.918Z] Step 8/21 : COPY . . [2021-03-23T13:10:03.918Z] Removing intermediate container 894b4b4ce4b6 [2021-03-23T13:10:03.918Z] ---> d4d452c454fd [2021-03-23T13:10:03.918Z] Step 8/22 : COPY . . [2021-03-23T13:10:04.872Z] Removing intermediate container 2a5299754d13 [2021-03-23T13:10:04.872Z] ---> e5f40dbcddd4 [2021-03-23T13:10:04.872Z] Step 30/31 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:10:05.142Z] Removing intermediate container 8356a6dc2c7c [2021-03-23T13:10:05.142Z] ---> 0d8a88567f4a [2021-03-23T13:10:05.142Z] Step 8/23 : COPY . . [2021-03-23T13:10:07.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.150s coverage: 28.6% of statements [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-23T13:10:07.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.197s coverage: 100.0% of statements [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-23T13:10:07.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-23T13:10:07.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.402s coverage: 86.7% of statements [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-23T13:10:07.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-23T13:10:07.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-23T13:10:07.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-23T13:10:08.484Z] ---> Running in 68e1f6f7d6b8 [2021-03-23T13:10:15.580Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.182s coverage: 92.8% of statements [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-23T13:10:15.580Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-23T13:10:15.580Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.254s coverage: 0.1% of statements [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-23T13:10:15.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-23T13:10:15.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements [2021-03-23T13:10:15.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.110s coverage: 79.5% of statements [2021-03-23T13:10:15.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-03-23T13:10:15.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2021-03-23T13:10:15.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-03-23T13:10:18.779Z] Removing intermediate container 68e1f6f7d6b8 [2021-03-23T13:10:18.779Z] ---> 26d62bee0146 [2021-03-23T13:10:18.779Z] Step 31/31 : LABEL version=0.0.0 [2021-03-23T13:10:19.363Z] ---> Running in 18f211096e4d [2021-03-23T13:10:21.938Z] Removing intermediate container f3bbf9db07f0 [2021-03-23T13:10:21.938Z] ---> 5bd66d209db4 [2021-03-23T13:10:21.938Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-23T13:10:23.893Z] Removing intermediate container 18f211096e4d [2021-03-23T13:10:23.893Z] ---> 0d876e4ec7ec [2021-03-23T13:10:23.893Z] [2021-03-23T13:10:24.482Z] ---> Running in 8d76100b298b [2021-03-23T13:10:26.417Z] Successfully built 0d876e4ec7ec [2021-03-23T13:10:28.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements [2021-03-23T13:10:28.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-03-23T13:10:29.766Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-23T13:10:29.766Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-23T13:10:32.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.283s coverage: 81.7% of statements [2021-03-23T13:10:39.882Z] ---> c3fe798d5df2 [2021-03-23T13:10:39.882Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-23T13:10:40.477Z] ---> 43ea1df1e68d [2021-03-23T13:10:40.477Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-23T13:10:40.477Z] Collecting docker-compose==1.23.2 [2021-03-23T13:10:40.477Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-23T13:10:40.477Z] ---> Running in bacc513ef6c0 [2021-03-23T13:10:40.746Z] ---> a2220fe34079 [2021-03-23T13:10:40.746Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-23T13:10:40.746Z] 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-23T13:10:40.746Z] Collecting cached-property<2,>=1.2.0 [2021-03-23T13:10:40.746Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-23T13:10:40.746Z] ---> Running in a50a5b8679e6 [2021-03-23T13:10:41.017Z] Collecting jsonschema<3,>=2.5.1 [2021-03-23T13:10:41.017Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-23T13:10:41.282Z] ---> Running in 8f93d667a2a3 [2021-03-23T13:10:41.282Z] Collecting docker<4.0,>=3.6.0 [2021-03-23T13:10:41.550Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-23T13:10:41.817Z] Collecting PyYAML<4,>=3.10 [2021-03-23T13:10:41.817Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-23T13:10:42.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.161s coverage: 92.9% of statements [2021-03-23T13:10:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-23T13:10:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-23T13:10:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-23T13:10:42.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-23T13:10:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-23T13:10:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-23T13:10:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-23T13:10:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-23T13:10:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-23T13:10:42.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-03-23T13:10:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-23T13:10:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-23T13:10:42.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-23T13:10:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-23T13:10:42.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-03-23T13:10:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-23T13:10:42.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2021-03-23T13:10:42.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements [2021-03-23T13:10:42.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements [2021-03-23T13:10:42.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.206s coverage: 91.6% of statements [2021-03-23T13:10:42.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-23T13:10:42.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.490s coverage: 64.4% of statements [2021-03-23T13:10:42.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-23T13:10:42.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-23T13:10:42.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-03-23T13:10:42.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.068s coverage: 91.3% of statements [2021-03-23T13:10:42.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-03-23T13:10:43.229Z] 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-23T13:10:43.229Z] 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-23T13:10:43.229Z] 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-23T13:10:43.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2021-03-23T13:10:43.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-03-23T13:10:45.221Z] Collecting docopt<0.7,>=0.6.1 [2021-03-23T13:10:45.221Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-23T13:10:46.658Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-23T13:10:46.658Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-23T13:10:46.658Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-23T13:10:46.931Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-23T13:10:47.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.855s coverage: 69.0% of statements [2021-03-23T13:10:47.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-23T13:10:47.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-23T13:10:47.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-23T13:10:48.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 38.4% of statements [2021-03-23T13:10:48.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-23T13:10:48.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-23T13:10:48.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements [2021-03-23T13:10:48.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-23T13:10:48.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.167s coverage: 84.8% of statements [2021-03-23T13:10:48.889Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-23T13:10:48.889Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-23T13:10:48.889Z] Collecting texttable<0.10,>=0.9.0 [2021-03-23T13:10:49.168Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-23T13:10:50.616Z] Collecting docker-pycreds>=0.4.0 [2021-03-23T13:10:50.616Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-23T13:10:50.896Z] 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-23T13:10:50.896Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-23T13:10:50.896Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-23T13:10:51.174Z] 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-23T13:10:51.174Z] Collecting idna<2.8,>=2.5 [2021-03-23T13:10:51.174Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-23T13:10:51.174Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-23T13:10:51.174Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-23T13:10:51.174Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-23T13:10:51.174Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-23T13:10:51.443Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:10:51.443Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:10:51.443Z] ---> 7a76c4ad0640 [2021-03-23T13:10:51.443Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T13:10:51.443Z] ---> Using cache [2021-03-23T13:10:51.443Z] ---> d9d723803da2 [2021-03-23T13:10:51.443Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:10:51.443Z] ---> Using cache [2021-03-23T13:10:51.443Z] ---> 242da0ffb76b [2021-03-23T13:10:51.443Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T13:10:51.443Z] ---> Using cache [2021-03-23T13:10:51.443Z] ---> 9605ee9daab8 [2021-03-23T13:10:51.443Z] Step 6/23 : COPY go.mod . [2021-03-23T13:10:51.443Z] ---> Using cache [2021-03-23T13:10:51.443Z] ---> 60f6190deb70 [2021-03-23T13:10:51.443Z] Step 7/23 : RUN go mod download [2021-03-23T13:10:51.443Z] ---> Using cache [2021-03-23T13:10:51.443Z] ---> 0d8a88567f4a [2021-03-23T13:10:51.443Z] Step 8/23 : COPY . . [2021-03-23T13:10:51.443Z] ---> Using cache [2021-03-23T13:10:51.443Z] ---> a2220fe34079 [2021-03-23T13:10:51.443Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-23T13:10:51.443Z] Installing collected packages: cached-property, jsonschema, docker-pycreds, websocket-client, urllib3, idna, requests, docker, PyYAML, docopt, dockerpty, texttable, docker-compose [2021-03-23T13:10:53.007Z] ---> Running in a48a75cfe3a4 [2021-03-23T13:10:53.007Z] Attempting uninstall: urllib3 [2021-03-23T13:10:53.007Z] Found existing installation: urllib3 1.25.9 [2021-03-23T13:10:53.007Z] Uninstalling urllib3-1.25.9: [2021-03-23T13:10:53.397Z] Successfully uninstalled urllib3-1.25.9 [2021-03-23T13:10:53.831Z] Attempting uninstall: idna [2021-03-23T13:10:53.831Z] Found existing installation: idna 2.9 [2021-03-23T13:10:53.831Z] Uninstalling idna-2.9: [2021-03-23T13:10:53.831Z] Successfully uninstalled idna-2.9 [2021-03-23T13:10:54.114Z] 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-23T13:10:55.133Z] Attempting uninstall: requests [2021-03-23T13:10:55.133Z] Found existing installation: requests 2.23.0 [2021-03-23T13:10:55.133Z] Uninstalling requests-2.23.0: [2021-03-23T13:10:55.133Z] Successfully uninstalled requests-2.23.0 [2021-03-23T13:10:55.524Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.412s coverage: 47.0% of statements [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-23T13:10:55.524Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-23T13:10:55.524Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-23T13:10:55.524Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.418s coverage: 87.1% of statements [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T13:10:55.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-23T13:10:55.713Z] Running setup.py install for PyYAML: started [2021-03-23T13:10:56.676Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-23T13:10:56.676Z] Running setup.py install for docopt: started [2021-03-23T13:10:57.255Z] Running setup.py install for docopt: finished with status 'done' [2021-03-23T13:10:57.255Z] Running setup.py install for dockerpty: started [2021-03-23T13:10:58.209Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-23T13:10:58.209Z] Running setup.py install for texttable: started [2021-03-23T13:10:59.169Z] Running setup.py install for texttable: finished with status 'done' [2021-03-23T13:10:59.752Z] 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-23T13:11:02.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.286s coverage: 29.1% of statements [2021-03-23T13:11:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-23T13:11:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-23T13:11:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-23T13:11:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-23T13:11:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-23T13:11:02.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.234s coverage: 99.0% of statements [2021-03-23T13:11:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-23T13:11:02.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.138s coverage: 100.0% of statements [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-23T13:11:02.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.213s coverage: 96.5% of statements [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-23T13:11:02.261Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-23T13:11:02.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-23T13:11:02.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-23T13:11:02.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-23T13:11:03.246Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-03-23T13:11:03.517Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-23T13:11:04.011Z] Removing intermediate container 8d76100b298b [2021-03-23T13:11:04.011Z] ---> baabbbcc2182 [2021-03-23T13:11:04.011Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-23T13:11:04.279Z] ---> Running in 9e097961fc3d [2021-03-23T13:11:04.496Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-23T13:11:05.091Z] GO111MODULE=on go vet ./... [2021-03-23T13:11:05.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:11:05.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:11:05.507Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T13:11:05.507Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-23T13:11:05.507Z] (3/3) Installing curl (7.69.1-r3) [2021-03-23T13:11:05.507Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:11:05.771Z] OK: 72 MiB in 58 packages [2021-03-23T13:11:07.177Z] Removing intermediate container 9e097961fc3d [2021-03-23T13:11:07.177Z] ---> c2234b2aa6c0 [2021-03-23T13:11:07.177Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-23T13:11:07.446Z] ---> Running in 17cbf5c080ee [2021-03-23T13:11:07.712Z] Removing intermediate container 17cbf5c080ee [2021-03-23T13:11:07.712Z] ---> 83cdf2873db1 [2021-03-23T13:11:07.712Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T13:11:07.984Z] ---> Running in 821a15616153 [2021-03-23T13:11:08.251Z] Removing intermediate container 821a15616153 [2021-03-23T13:11:08.251Z] ---> 0ff139d8a769 [2021-03-23T13:11:08.251Z] Step 24/26 : LABEL arch=x86_64 [2021-03-23T13:11:08.522Z] ---> Running in 028ba47e2e6f [2021-03-23T13:11:08.813Z] Removing intermediate container 028ba47e2e6f [2021-03-23T13:11:08.813Z] ---> 665c4ac120fd [2021-03-23T13:11:08.813Z] Step 25/26 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:11:08.813Z] ---> Running in 16232aedd84f [2021-03-23T13:11:09.084Z] Removing intermediate container 16232aedd84f [2021-03-23T13:11:09.084Z] ---> f87eb2c2e05a [2021-03-23T13:11:09.084Z] Step 26/26 : LABEL version=0.0.0 [2021-03-23T13:11:09.359Z] ---> Running in 63eddde2f5ef [2021-03-23T13:11:09.359Z] Removing intermediate container 63eddde2f5ef [2021-03-23T13:11:09.359Z] ---> 2f68af8b404d [2021-03-23T13:11:09.359Z] [2021-03-23T13:11:09.629Z] Successfully built 2f68af8b404d [2021-03-23T13:11:10.217Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-23T13:11:10.481Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-23T13:11:22.798Z] Removing intermediate container bacc513ef6c0 [2021-03-23T13:11:22.798Z] ---> 4f3c28046a04 [2021-03-23T13:11:22.798Z] [2021-03-23T13:11:22.798Z] Step 10/21 : FROM alpine:3.12 [2021-03-23T13:11:22.798Z] ---> 88dd2752d2ea [2021-03-23T13:11:22.798Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-23T13:11:22.798Z] Removing intermediate container a50a5b8679e6 [2021-03-23T13:11:22.798Z] ---> f03f9342eb13 [2021-03-23T13:11:22.798Z] [2021-03-23T13:11:22.798Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T13:11:22.798Z] ---> 88dd2752d2ea [2021-03-23T13:11:22.798Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-23T13:11:22.798Z] ---> Running in 00c049a3cd53 [2021-03-23T13:11:22.798Z] ---> Running in ab0ed7f82a7f [2021-03-23T13:11:23.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:11:23.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:11:23.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:11:23.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:11:23.060Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T13:11:23.325Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:11:23.325Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-23T13:11:23.588Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T13:11:23.588Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-23T13:11:23.588Z] (4/4) Installing curl (7.69.1-r3) [2021-03-23T13:11:23.850Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:11:24.424Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T13:11:24.687Z] OK: 7 MiB in 18 packages [2021-03-23T13:11:24.687Z] OK: 6 MiB in 15 packages [2021-03-23T13:11:28.002Z] Removing intermediate container a48a75cfe3a4 [2021-03-23T13:11:28.002Z] ---> 2b9fe85d2723 [2021-03-23T13:11:28.002Z] [2021-03-23T13:11:28.002Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T13:11:28.002Z] ---> 88dd2752d2ea [2021-03-23T13:11:28.002Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T13:11:28.002Z] Removing intermediate container 8f93d667a2a3 [2021-03-23T13:11:28.002Z] ---> 56776cbe892f [2021-03-23T13:11:28.002Z] [2021-03-23T13:11:28.002Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T13:11:28.002Z] ---> 88dd2752d2ea [2021-03-23T13:11:28.002Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T13:11:28.002Z] ---> Running in acb83cbc9654 [2021-03-23T13:11:28.264Z] ---> Running in b950e369ed28 [2021-03-23T13:11:28.837Z] Removing intermediate container 00c049a3cd53 [2021-03-23T13:11:28.837Z] ---> f7d7bf44656e [2021-03-23T13:11:28.837Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T13:11:29.102Z] Removing intermediate container ab0ed7f82a7f [2021-03-23T13:11:29.102Z] ---> 299d1f70738c [2021-03-23T13:11:29.102Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T13:11:29.102Z] ---> Running in e5528fb50cef [2021-03-23T13:11:29.102Z] ---> Running in e1bb2aa41dd1 [2021-03-23T13:11:29.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:11:29.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:11:29.365Z] Removing intermediate container e5528fb50cef [2021-03-23T13:11:29.365Z] ---> dde26c73a6e0 [2021-03-23T13:11:29.365Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-23T13:11:29.365Z] Removing intermediate container e1bb2aa41dd1 [2021-03-23T13:11:29.365Z] ---> 0d31de37dec0 [2021-03-23T13:11:29.365Z] Step 13/21 : WORKDIR /edgex [2021-03-23T13:11:29.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T13:11:29.365Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T13:11:29.365Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:11:29.365Z] OK: 6 MiB in 15 packages [2021-03-23T13:11:29.365Z] ---> Running in 36ac12439028 [2021-03-23T13:11:29.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T13:11:29.365Z] ---> Running in 40d01a5c030b [2021-03-23T13:11:29.627Z] Removing intermediate container 36ac12439028 [2021-03-23T13:11:29.627Z] ---> 66c140453953 [2021-03-23T13:11:29.627Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T13:11:29.627Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T13:11:29.627Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:11:29.627Z] OK: 6 MiB in 15 packages [2021-03-23T13:11:29.892Z] ---> Running in 108777d3cf67 [2021-03-23T13:11:29.892Z] Removing intermediate container 40d01a5c030b [2021-03-23T13:11:29.892Z] ---> f92f57799778 [2021-03-23T13:11:29.892Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-23T13:11:30.163Z] Removing intermediate container 108777d3cf67 [2021-03-23T13:11:30.163Z] ---> d1c8fe9d20fc [2021-03-23T13:11:30.163Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T13:11:30.425Z] ---> 8060ebfc9e3a [2021-03-23T13:11:30.425Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-23T13:11:30.425Z] Removing intermediate container acb83cbc9654 [2021-03-23T13:11:30.425Z] ---> cd6f93e03fa0 [2021-03-23T13:11:30.425Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T13:11:30.687Z] ---> Running in 0cf919bf4104 [2021-03-23T13:11:30.687Z] Removing intermediate container b950e369ed28 [2021-03-23T13:11:30.687Z] ---> 7ef7f3e6c12f [2021-03-23T13:11:30.687Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T13:11:30.687Z] ---> 7dfdc525f364 [2021-03-23T13:11:30.687Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-23T13:11:30.687Z] ---> Running in c228f02cc2f7 [2021-03-23T13:11:30.687Z] Removing intermediate container 0cf919bf4104 [2021-03-23T13:11:30.687Z] ---> 81e1c37ea087 [2021-03-23T13:11:30.687Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-23T13:11:30.960Z] ---> 059b4237b8f7 [2021-03-23T13:11:30.960Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-23T13:11:30.960Z] ---> Running in 14c247aadafa [2021-03-23T13:11:31.223Z] Removing intermediate container c228f02cc2f7 [2021-03-23T13:11:31.223Z] ---> 9a40be33bf23 [2021-03-23T13:11:31.223Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-23T13:11:31.223Z] ---> ef371d90bf67 [2021-03-23T13:11:31.224Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-23T13:11:31.224Z] ---> Running in 820cfc26539f [2021-03-23T13:11:31.487Z] Removing intermediate container 14c247aadafa [2021-03-23T13:11:31.487Z] ---> a60a648b77e6 [2021-03-23T13:11:31.487Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T13:11:31.487Z] ---> d3ec46a21f22 [2021-03-23T13:11:31.487Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-23T13:11:31.487Z] ---> Running in c10286d965bf [2021-03-23T13:11:31.750Z] ---> Running in ff41b89bd2dd [2021-03-23T13:11:31.750Z] Removing intermediate container 820cfc26539f [2021-03-23T13:11:31.750Z] ---> 8e1bbcc23f14 [2021-03-23T13:11:31.750Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T13:11:31.750Z] ---> dacdd690af76 [2021-03-23T13:11:31.750Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-23T13:11:32.698Z] ---> Running in 1ad81904dd33 [2021-03-23T13:11:32.698Z] ---> Running in 2ded57f1c03a [2021-03-23T13:11:32.698Z] Removing intermediate container c10286d965bf [2021-03-23T13:11:32.698Z] ---> 9a8baf59c35e [2021-03-23T13:11:32.698Z] Step 15/23 : WORKDIR / [2021-03-23T13:11:32.698Z] Removing intermediate container ff41b89bd2dd [2021-03-23T13:11:32.698Z] ---> d6ef8b05eec9 [2021-03-23T13:11:32.698Z] Step 18/21 : CMD ["--init=true"] [2021-03-23T13:11:32.698Z] ---> Running in c93a1cc7bd80 [2021-03-23T13:11:32.963Z] ---> Running in 6342759cbe21 [2021-03-23T13:11:32.963Z] Removing intermediate container 1ad81904dd33 [2021-03-23T13:11:32.963Z] ---> 2daf9dc6f21e [2021-03-23T13:11:32.963Z] Step 15/23 : WORKDIR / [2021-03-23T13:11:32.963Z] Removing intermediate container 2ded57f1c03a [2021-03-23T13:11:32.963Z] ---> 643b86da7c65 [2021-03-23T13:11:32.963Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T13:11:33.226Z] ---> Running in db057d2f6ec6 [2021-03-23T13:11:33.226Z] ---> Running in 7ce6aaca52b1 [2021-03-23T13:11:33.226Z] Removing intermediate container c93a1cc7bd80 [2021-03-23T13:11:33.226Z] ---> a68995553c01 [2021-03-23T13:11:33.226Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T13:11:33.226Z] Removing intermediate container 6342759cbe21 [2021-03-23T13:11:33.226Z] ---> d4cf25dbdb8b [2021-03-23T13:11:33.226Z] Step 19/21 : LABEL arch=x86_64 [2021-03-23T13:11:33.488Z] ---> Running in 3c100cbbd2aa [2021-03-23T13:11:33.488Z] Removing intermediate container db057d2f6ec6 [2021-03-23T13:11:33.488Z] ---> c5bf47db0740 [2021-03-23T13:11:33.488Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T13:11:33.488Z] Removing intermediate container 7ce6aaca52b1 [2021-03-23T13:11:33.488Z] ---> 6a18b86ff766 [2021-03-23T13:11:33.488Z] Step 20/22 : LABEL arch=x86_64 [2021-03-23T13:11:33.750Z] ---> daa41dc59818 [2021-03-23T13:11:33.751Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-23T13:11:33.751Z] ---> Running in 4f4b10e1bebc [2021-03-23T13:11:33.751Z] Removing intermediate container 3c100cbbd2aa [2021-03-23T13:11:33.751Z] ---> 0dc2aba233e2 [2021-03-23T13:11:33.751Z] Step 20/21 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:11:34.012Z] ---> 0ea90545395a [2021-03-23T13:11:34.012Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-23T13:11:34.012Z] Removing intermediate container 4f4b10e1bebc [2021-03-23T13:11:34.012Z] ---> 559a7cffc0fa [2021-03-23T13:11:34.012Z] Step 21/22 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:11:34.012Z] ---> Running in ea7311431c91 [2021-03-23T13:11:34.276Z] ---> Running in 882a7ca67d1b [2021-03-23T13:11:34.536Z] ---> 40ec57756518 [2021-03-23T13:11:34.536Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-23T13:11:34.536Z] Removing intermediate container ea7311431c91 [2021-03-23T13:11:34.536Z] ---> bc64ba0ae27a [2021-03-23T13:11:34.536Z] Step 21/21 : LABEL version=0.0.0 [2021-03-23T13:11:34.536Z] Removing intermediate container 882a7ca67d1b [2021-03-23T13:11:34.536Z] ---> f26878e0b939 [2021-03-23T13:11:34.536Z] Step 22/22 : LABEL version=0.0.0 [2021-03-23T13:11:34.797Z] ---> Running in b280a87341a1 [2021-03-23T13:11:34.797Z] ---> 44f3bbb368d2 [2021-03-23T13:11:34.797Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-23T13:11:34.797Z] ---> Running in a17dd991e82b [2021-03-23T13:11:34.797Z] ---> e0c5c6b80c00 [2021-03-23T13:11:34.797Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-23T13:11:35.060Z] Removing intermediate container b280a87341a1 [2021-03-23T13:11:35.060Z] ---> dd036c5681fb [2021-03-23T13:11:35.060Z] [2021-03-23T13:11:35.060Z] ---> Running in f564e8333b68 [2021-03-23T13:11:35.060Z] ---> 003b833a0b1a [2021-03-23T13:11:35.060Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-23T13:11:35.060Z] Removing intermediate container a17dd991e82b [2021-03-23T13:11:35.060Z] ---> b05a6e1633da [2021-03-23T13:11:35.060Z] [2021-03-23T13:11:35.060Z] Successfully built dd036c5681fb [2021-03-23T13:11:35.322Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-23T13:11:35.322Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 0ff4cfe13f38 [2021-03-23T13:11:35.322Z] Successfully built b05a6e1633da [2021-03-23T13:11:35.322Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-23T13:11:35.322Z]  Building docker-support-scheduler-go ... done Removing intermediate container f564e8333b68 [2021-03-23T13:11:35.322Z] ---> 10db375d1a20 [2021-03-23T13:11:35.322Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T13:11:35.586Z] ---> Running in faebbd17eaf4 [2021-03-23T13:11:35.586Z] Removing intermediate container 0ff4cfe13f38 [2021-03-23T13:11:35.586Z] ---> 864c657a571f [2021-03-23T13:11:35.586Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T13:11:35.586Z] ---> Running in 1e29bb1749f4 [2021-03-23T13:11:35.586Z] Removing intermediate container faebbd17eaf4 [2021-03-23T13:11:35.586Z] ---> 33fa9f97a96a [2021-03-23T13:11:35.586Z] Step 21/23 : LABEL arch=x86_64 [2021-03-23T13:11:35.848Z] ---> Running in 536f8e04c1c1 [2021-03-23T13:11:35.848Z] Removing intermediate container 1e29bb1749f4 [2021-03-23T13:11:35.848Z] ---> 140f0031be50 [2021-03-23T13:11:35.848Z] Step 21/23 : LABEL arch=x86_64 [2021-03-23T13:11:35.848Z] ---> Running in 1291776cc1c6 [2021-03-23T13:11:35.848Z] Removing intermediate container 536f8e04c1c1 [2021-03-23T13:11:35.848Z] ---> 69f9927e3ebd [2021-03-23T13:11:35.848Z] Step 22/23 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:11:36.114Z] ---> Running in e8a79ebf0797 [2021-03-23T13:11:36.114Z] Removing intermediate container 1291776cc1c6 [2021-03-23T13:11:36.114Z] ---> eef180b235a7 [2021-03-23T13:11:36.114Z] Step 22/23 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:11:36.114Z] ---> Running in 91f626b83a3c [2021-03-23T13:11:36.375Z] Removing intermediate container e8a79ebf0797 [2021-03-23T13:11:36.375Z] ---> 94d2ead39a8b [2021-03-23T13:11:36.375Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T13:11:36.375Z] ---> Running in cacd40a778c4 [2021-03-23T13:11:36.375Z] Removing intermediate container 91f626b83a3c [2021-03-23T13:11:36.375Z] ---> 418db2372bfd [2021-03-23T13:11:36.375Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T13:11:36.636Z] ---> Running in c8d2d4da3662 [2021-03-23T13:11:36.636Z] Removing intermediate container cacd40a778c4 [2021-03-23T13:11:36.636Z] ---> 1c31739a3d08 [2021-03-23T13:11:36.636Z] [2021-03-23T13:11:36.898Z] Successfully built 1c31739a3d08 [2021-03-23T13:11:36.898Z] Successfully tagged docker-core-command-go:latest [2021-03-23T13:11:36.898Z]  Building docker-core-command-go ... done Removing intermediate container c8d2d4da3662 [2021-03-23T13:11:36.898Z] ---> fd4e00ff4adf [2021-03-23T13:11:36.898Z] [2021-03-23T13:11:37.160Z] Successfully built fd4e00ff4adf [2021-03-23T13:11:37.160Z] Successfully tagged docker-core-metadata-go:latest [2021-03-23T13:11:37.434Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-03-23T13:11:37.456Z] $ docker stop --time=1 b6a9720dfcc2059a3ea036611a3389263ab1f2a8bcf38d92bb8e04c9b3c81cf4 [2021-03-23T13:11:39.146Z] $ docker rm -f b6a9720dfcc2059a3ea036611a3389263ab1f2a8bcf38d92bb8e04c9b3c81cf4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T13:11:39.717Z] + docker images [2021-03-23T13:11:39.717Z] + grep docker [2021-03-23T13:11:39.981Z] docker-core-command-go latest 1c31739a3d08 3 seconds ago 17.3MB [2021-03-23T13:11:39.981Z] docker-core-metadata-go latest fd4e00ff4adf 3 seconds ago 19.1MB [2021-03-23T13:11:39.981Z] docker-support-scheduler-go latest b05a6e1633da 5 seconds ago 17.3MB [2021-03-23T13:11:39.981Z] docker-security-proxy-setup-go latest dd036c5681fb 5 seconds ago 24.7MB [2021-03-23T13:11:39.981Z] docker-sys-mgmt-agent-go latest 2f68af8b404d 30 seconds ago 313MB [2021-03-23T13:11:39.981Z] docker-security-bootstrapper-go latest 0d876e4ec7ec About a minute ago 18.8MB [2021-03-23T13:11:39.981Z] docker-core-data-go latest 57265d020c35 2 minutes ago 22.6MB [2021-03-23T13:11:39.981Z] docker-security-secretstore-setup-go latest 96edae57935b 2 minutes ago 25MB [2021-03-23T13:11:39.981Z] docker-support-notifications-go latest 67796fa83d83 2 minutes ago 17.9MB [2021-03-23T13:11:39.981Z] 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-23T13:11:55.849Z] Still waiting to schedule task [2021-03-23T13:11:55.850Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-23T13:12:26.887Z] gofmt -l . [2021-03-23T13:12:26.887Z] [ "`gofmt -l .`" = "" ] [2021-03-23T13:12:26.887Z] ./bin/test-go-mod-tidy.sh [2021-03-23T13:12:26.887Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-23T13:12:27.545Z] + ls -al . [2021-03-23T13:12:27.545Z] total 800 [2021-03-23T13:12:27.545Z] drwxrwxr-x 9 1001 1001 4096 Mar 23 13:12 . [2021-03-23T13:12:27.545Z] drwxr-xr-x 4 root root 4096 Mar 23 13:08 .. [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 11 Mar 23 13:06 .dockerignore [2021-03-23T13:12:27.545Z] drwxrwxr-x 8 1001 1001 4096 Mar 23 13:06 .git [2021-03-23T13:12:27.545Z] drwxrwxr-x 3 1001 1001 4096 Mar 23 13:06 .github [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 818 Mar 23 13:06 .gitignore [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 166 Mar 23 13:06 .sonarcloud.properties [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 8607 Mar 23 13:06 Attribution.txt [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 3804 Mar 23 13:06 CONTRIBUTING.md [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 931 Mar 23 13:06 Dockerfile.build [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 863 Mar 23 13:06 Jenkinsfile [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 10775 Mar 23 13:06 LICENSE [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 5774 Mar 23 13:06 Makefile [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 6548 Mar 23 13:06 README.md [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 6755 Mar 23 13:06 SECURITY.md [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 5 Mar 23 13:03 VERSION [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 4131 Mar 23 13:06 ZMQWindows.md [2021-03-23T13:12:27.545Z] drwxrwxr-x 2 1001 1001 4096 Mar 23 13:06 bin [2021-03-23T13:12:27.545Z] drwxrwxr-x 14 1001 1001 4096 Mar 23 13:06 cmd [2021-03-23T13:12:27.545Z] -rw-r--r-- 1 root root 659965 Mar 23 13:11 coverage.out [2021-03-23T13:12:27.545Z] -rw-r--r-- 1 root root 1056 Mar 23 13:12 go.mod [2021-03-23T13:12:27.545Z] -rw-r--r-- 1 root root 21983 Mar 23 13:12 go.sum [2021-03-23T13:12:27.545Z] drwxrwxr-x 8 1001 1001 4096 Mar 23 13:06 internal [2021-03-23T13:12:27.545Z] drwxrwxr-x 4 1001 1001 4096 Mar 23 13:06 openapi [2021-03-23T13:12:27.545Z] drwxrwxr-x 4 1001 1001 4096 Mar 23 13:06 snap [2021-03-23T13:12:27.545Z] -rw-rw-r-- 1 1001 1001 168 Mar 23 13:06 version.go [Pipeline] sh [2021-03-23T13:12:28.197Z] + '[' -e coverage.out ] [2021-03-23T13:12:28.197Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-23T13:12:28.261Z] Warning: overwriting stash ‘coverage-report’ [2021-03-23T13:12:29.627Z] Stashed 1 file(s) [Pipeline] sh [2021-03-23T13:12:30.370Z] + make build [2021-03-23T13:12:30.370Z] 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-23T13:12:42.797Z] 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-23T13:12:55.772Z] Running on prd-ubuntu18.04-docker-8c-8g-31069 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-23T13:12:55.828Z] Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout [2021-03-23T13:12:58.670Z] using credential edgex-jenkins-ssh [2021-03-23T13:12:58.723Z] Cloning the remote Git repository [2021-03-23T13:12:58.756Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-23T13:12:58.838Z] > git init /w/workspace/edgex-go/27 # timeout=10 [2021-03-23T13:12:58.874Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T13:12:58.874Z] > git --version # timeout=10 [2021-03-23T13:12:58.883Z] > git --version # 'git version 2.17.1' [2021-03-23T13:12:58.883Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T13:12:58.943Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T13:13:04.967Z] 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-23T13:13:08.477Z] Merging remotes/origin/master commit f6b1e13af8548bcffc37f989b4e80b291648b0c8 into PR head commit 4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:13:08.685Z] Merge succeeded, producing 4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:13:08.686Z] Checking out Revision 4e8507bf02f169bfeeba70db1f6d158394b064b0 (PR-3234) [2021-03-23T13:13:07.936Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T13:13:07.944Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T13:13:07.957Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T13:13:07.973Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T13:13:07.973Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T13:13:07.980Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T13:13:08.491Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T13:13:08.498Z] > git checkout -f 4e8507bf02f169bfeeba70db1f6d158394b064b0 # timeout=10 [2021-03-23T13:13:08.653Z] > git remote # timeout=10 [2021-03-23T13:13:08.661Z] > git config --get remote.origin.url # timeout=10 [2021-03-23T13:13:08.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T13:13:08.672Z] > git merge f6b1e13af8548bcffc37f989b4e80b291648b0c8 # timeout=10 [2021-03-23T13:13:08.683Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-23T13:13:08.694Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T13:13:08.698Z] > git checkout -f 4e8507bf02f169bfeeba70db1f6d158394b064b0 # timeout=10 [2021-03-23T13:13:09.282Z] 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-23T13:13:12.485Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T13:13:13.591Z] 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-23T13:13:13.732Z] + echo snap-build.sh [2021-03-23T13:13:13.732Z] snap-build.sh [2021-03-23T13:13:13.732Z] + SNAP_BASE_DIR=. [2021-03-23T13:13:13.732Z] + '[' '!' -z /w/workspace/edgex-go/27 ']' [2021-03-23T13:13:13.732Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/27 [2021-03-23T13:13:13.732Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/27]' [2021-03-23T13:13:13.732Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/27] [2021-03-23T13:13:13.732Z] + cd /w/workspace/edgex-go/27 [2021-03-23T13:13:13.732Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-23T13:13:13.732Z] Reading package lists... [2021-03-23T13:13:14.004Z] Building dependency tree... [2021-03-23T13:13:14.004Z] Reading state information... [2021-03-23T13:13:14.268Z] The following packages were automatically installed and are no longer required: [2021-03-23T13:13:14.268Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-23T13:13:14.268Z] uidmap xdelta3 [2021-03-23T13:13:14.268Z] Use 'sudo apt autoremove' to remove them. [2021-03-23T13:13:14.268Z] The following packages will be REMOVED: [2021-03-23T13:13:14.268Z] lxd* lxd-client* [2021-03-23T13:13:14.847Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-23T13:13:14.847Z] After this operation, 31.7 MB disk space will be freed. [2021-03-23T13:13:15.567Z] 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-23T13:13:16.432Z] (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-23T13:13:16.432Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-23T13:13:17.841Z] Removing lxd dnsmasq configuration [2021-03-23T13:13:17.841Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-23T13:13:18.106Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-23T13:13:19.060Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-23T13:13:19.324Z] (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-23T13:13:19.324Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-23T13:13:20.989Z] 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-23T13:13:21.250Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-23T13:13:21.250Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-23T13:13:23.182Z] + sudo snap remove --purge lxd [2021-03-23T13:13:23.446Z] snap "lxd" is not installed [2021-03-23T13:13:23.446Z] + sudo groupadd --force --system lxd [2021-03-23T13:13:23.446Z] ++ whoami [2021-03-23T13:13:23.446Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-23T13:13:23.446Z] + newgrp - lxd [2021-03-23T13:13:23.446Z] + sudo snap install lxd [2021-03-23T13:13:26.402Z] 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-23T13:13:30.711Z] 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-23T13:13:33.547Z] 2021-03-23T13:13:30Z INFO Waiting for automatic snapd restart... [2021-03-23T13:13:34.101Z] 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-23T13:13:37.494Z] 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-23T13:13:42.902Z] 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-23T13:13:49.664Z] $ docker stop --time=1 d0590be41cb12175679da5fc559633a45a9a758223214fc39e0a483615d91488 [2021-03-23T13:13:51.994Z] $ docker rm -f d0590be41cb12175679da5fc559633a45a9a758223214fc39e0a483615d91488 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:13:54.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T13:13:54.706Z] [2021-03-23T13:13:54.706Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:13:55.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T13:13:55.085Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-23T13:13:55.085Z] 29e5d40040c1: Pulling fs layer [2021-03-23T13:13:55.085Z] 1ce36da41761: Pulling fs layer [2021-03-23T13:13:55.085Z] 25b303627fd3: Pulling fs layer [2021-03-23T13:13:55.679Z] 29e5d40040c1: Verifying Checksum [2021-03-23T13:13:55.680Z] 29e5d40040c1: Download complete [2021-03-23T13:13:56.276Z] 1ce36da41761: Verifying Checksum [2021-03-23T13:13:56.276Z] 1ce36da41761: Download complete [2021-03-23T13:13:56.276Z] 29e5d40040c1: Pull complete [2021-03-23T13:13:57.707Z] 25b303627fd3: Verifying Checksum [2021-03-23T13:13:57.707Z] 25b303627fd3: Download complete [2021-03-23T13:13:57.707Z] 1ce36da41761: Pull complete [2021-03-23T13:14:00.232Z] lxd 4.12 from Canonical* installed [2021-03-23T13:14:00.232Z] + sudo lxd init --auto [2021-03-23T13:14:06.858Z] + sudo snap install --classic snapcraft [2021-03-23T13:14:07.856Z] 25b303627fd3: Pull complete [2021-03-23T13:14:07.856Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-23T13:14:07.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T13:14:07.856Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-23T13:14:08.089Z] prd-ubuntu18.04-docker-arm64-4c-16g-31067 does not seem to be running inside a container [2021-03-23T13:14:08.193Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-23T13:14:11.009Z] $ docker top a316cb991e3686174eb03fd5cc03fc893217682a866bf4cb19f6c4ab5b78a39b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T13:14:11.993Z] + grep parallel [2021-03-23T13:14:11.993Z] + docker-compose build --help [2021-03-23T13:14:15.031Z] snapcraft 4.5.4 from Canonical* installed [2021-03-23T13:14:15.032Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-23T13:14:15.032Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-23T13:14:15.032Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T13:14:15.032Z] Dload Upload Total Spent Left Speed [2021-03-23T13:14:15.032Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4265 [2021-03-23T13:14:15.032Z] 100 3325k 100 3325k 0 0 9060k 0 --:--:-- --:--:-- --:--:-- 9060k [2021-03-23T13:14:15.032Z] ./yq_linux_amd64 [2021-03-23T13:14:15.032Z] + sudo snapcraft prime --use-lxd [2021-03-23T13:14:15.364Z] --parallel Build images in parallel. [Pipeline] } [2021-03-23T13:14:15.404Z] $ docker stop --time=1 a316cb991e3686174eb03fd5cc03fc893217682a866bf4cb19f6c4ab5b78a39b [2021-03-23T13:14:16.957Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-23T13:14:16.957Z] 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-23T13:14:16.957Z] - README.md [2021-03-23T13:14:16.957Z] [2021-03-23T13:14:16.957Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-23T13:14:17.364Z] $ docker rm -f a316cb991e3686174eb03fd5cc03fc893217682a866bf4cb19f6c4ab5b78a39b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:14:17.906Z] Launching a container. [2021-03-23T13:14:18.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T13:14:18.187Z] . [Pipeline] withDockerContainer [2021-03-23T13:14:18.457Z] prd-ubuntu18.04-docker-arm64-4c-16g-31067 does not seem to be running inside a container [2021-03-23T13:14:18.548Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-23T13:14:19.970Z] $ docker top a11e3b464eafb0e93c67a2c5dc72641f2bd3527f1347ace59dcec3d663ff7a9c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T13:14:20.954Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-23T13:14:25.235Z] Building docker-core-command-go ... [2021-03-23T13:14:25.235Z] Building docker-core-data-go ... [2021-03-23T13:14:25.235Z] Building docker-core-metadata-go ... [2021-03-23T13:14:25.235Z] Building docker-security-bootstrapper-go ... [2021-03-23T13:14:25.235Z] Building docker-security-proxy-setup-go ... [2021-03-23T13:14:25.235Z] Building docker-security-secretstore-setup-go ... [2021-03-23T13:14:25.235Z] Building docker-support-notifications-go ... [2021-03-23T13:14:25.235Z] Building docker-support-scheduler-go ... [2021-03-23T13:14:25.235Z] Building docker-sys-mgmt-agent-go ... [2021-03-23T13:14:25.235Z] Building docker-support-notifications-go [2021-03-23T13:14:25.235Z] Building docker-support-scheduler-go [2021-03-23T13:14:25.235Z] Building docker-core-metadata-go [2021-03-23T13:14:25.235Z] Building docker-security-secretstore-setup-go [2021-03-23T13:14:25.235Z] Building docker-security-proxy-setup-go [2021-03-23T13:14:32.889Z] Waiting for container to be ready [2021-03-23T13:14:32.889Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-23T13:14:32.889Z] [2021-03-23T13:14:36.214Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-23T13:14:36.790Z] Waiting for network to be ready... [2021-03-23T13:14:37.053Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-23T13:14:37.317Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-23T13:14:37.317Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-23T13:14:37.317Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-23T13:14:37.317Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-23T13:14:37.317Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-23T13:14:37.317Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-23T13:14:37.317Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-23T13:14:37.317Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-23T13:14:37.317Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-23T13:14:37.903Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-23T13:14:37.903Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-23T13:14:38.166Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-23T13:14:38.166Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-23T13:14:38.166Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-23T13:14:38.166Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-23T13:14:38.166Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-23T13:14:38.166Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-23T13:14:38.434Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-23T13:14:38.702Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-23T13:14:38.965Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-23T13:14:38.965Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-23T13:14:38.965Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-23T13:14:38.965Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-23T13:14:38.965Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-23T13:14:38.965Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-23T13:14:38.965Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-23T13:14:43.203Z] Fetched 24.1 MB in 6s (4087 kB/s) [2021-03-23T13:14:45.132Z] Reading package lists... [2021-03-23T13:14:45.132Z] Reading package lists... [2021-03-23T13:14:45.395Z] Building dependency tree... [2021-03-23T13:14:45.396Z] Reading state information... [2021-03-23T13:14:45.658Z] The following additional packages will be installed: [2021-03-23T13:14:45.658Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-23T13:14:45.658Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-23T13:14:45.658Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-23T13:14:45.658Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-23T13:14:45.658Z] Suggested packages: [2021-03-23T13:14:45.658Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-23T13:14:45.658Z] Recommended packages: [2021-03-23T13:14:45.658Z] gnupg libsasl2-modules [2021-03-23T13:14:45.658Z] The following NEW packages will be installed: [2021-03-23T13:14:45.658Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-23T13:14:45.658Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-23T13:14:45.658Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-23T13:14:45.658Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-23T13:14:45.658Z] The following packages will be upgraded: [2021-03-23T13:14:45.658Z] gpg gpg-agent gpgconf libudev1 [2021-03-23T13:14:45.922Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-23T13:14:45.922Z] Need to get 3530 kB of archives. [2021-03-23T13:14:45.922Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-23T13:14:45.922Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-23T13:14:45.922Z] Get:2 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-23T13:14:46.186Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-23T13:14:46.186Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-23T13:14:46.186Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-23T13:14:46.186Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-23T13:14:46.768Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-23T13:14:46.768Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-23T13:14:46.768Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-23T13:14:46.768Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-23T13:14:46.768Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-23T13:14:46.768Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-23T13:14:46.768Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-23T13:14:46.768Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-23T13:14:46.768Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-23T13:14:46.768Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-23T13:14:46.768Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-23T13:14:46.768Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-23T13:14:46.768Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-23T13:14:46.768Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-23T13:14:46.768Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-23T13:14:46.768Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-23T13:14:47.030Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T13:14:47.030Z] Fetched 3530 kB in 1s (3095 kB/s) [2021-03-23T13:14:47.030Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-23T13:14:47.030Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-23T13:14:47.030Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-23T13:14:47.294Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-23T13:14:47.294Z] Selecting previously unselected package udev. [2021-03-23T13:14:47.294Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-23T13:14:47.294Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-23T13:14:47.559Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-23T13:14:47.823Z] Selecting previously unselected package libfuse2:amd64. [2021-03-23T13:14:47.823Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-23T13:14:47.823Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-23T13:14:47.823Z] Selecting previously unselected package fuse. [2021-03-23T13:14:47.823Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-23T13:14:48.087Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-23T13:14:48.087Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T13:14:48.087Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-23T13:14:48.350Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T13:14:48.350Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-23T13:14:48.350Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T13:14:48.350Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-23T13:14:48.614Z] Selecting previously unselected package libksba8:amd64. [2021-03-23T13:14:48.614Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-23T13:14:48.614Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-23T13:14:48.614Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-23T13:14:48.614Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T13:14:48.615Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:48.878Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-23T13:14:48.878Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T13:14:48.878Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:48.878Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-23T13:14:48.878Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T13:14:48.878Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:49.142Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-23T13:14:49.142Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T13:14:49.142Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:49.142Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-23T13:14:49.142Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T13:14:49.142Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:49.406Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-23T13:14:49.406Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T13:14:49.406Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:49.406Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-23T13:14:49.406Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T13:14:49.406Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:49.406Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-23T13:14:49.406Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T13:14:49.673Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:49.673Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-23T13:14:49.673Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T13:14:49.673Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:49.673Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-23T13:14:49.673Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-23T13:14:49.673Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-23T13:14:49.938Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-23T13:14:49.938Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-23T13:14:49.938Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-23T13:14:49.938Z] Selecting previously unselected package libldap-common. [2021-03-23T13:14:49.938Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-23T13:14:49.938Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-23T13:14:50.200Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-23T13:14:50.200Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-23T13:14:50.200Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-23T13:14:50.200Z] Selecting previously unselected package dirmngr. [2021-03-23T13:14:50.200Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T13:14:50.200Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-23T13:14:50.463Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-23T13:14:50.463Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-23T13:14:50.463Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-23T13:14:50.463Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-23T13:14:50.463Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-23T13:14:50.463Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-23T13:14:50.726Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:50.726Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-23T13:14:50.726Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-23T13:14:50.726Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-23T13:14:51.302Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-23T13:14:51.302Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:51.302Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-23T13:14:51.566Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-23T13:14:51.566Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-23T13:14:51.566Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:51.566Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:51.566Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:51.830Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:51.830Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:51.830Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:51.830Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T13:14:51.830Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-23T13:14:51.830Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-23T13:14:51.830Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-23T13:14:52.778Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-23T13:14:52.778Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-23T13:14:52.778Z] This means they are not meant to be enabled using systemctl. [2021-03-23T13:14:52.778Z] Possible reasons for having this kind of units are: [2021-03-23T13:14:52.778Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-23T13:14:52.778Z] .wants/ or .requires/ directory. [2021-03-23T13:14:52.778Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-23T13:14:52.778Z] a requirement dependency on it. [2021-03-23T13:14:52.778Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-23T13:14:52.778Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-23T13:14:52.778Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-23T13:14:52.778Z] instance name specified. [2021-03-23T13:14:53.041Z] Reading package lists... [2021-03-23T13:14:53.306Z] Building dependency tree... [2021-03-23T13:14:53.306Z] Reading state information... [2021-03-23T13:14:53.573Z] The following additional packages will be installed: [2021-03-23T13:14:53.573Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-23T13:14:53.573Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-23T13:14:53.573Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-23T13:14:53.573Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-23T13:14:53.573Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-23T13:14:53.573Z] Suggested packages: [2021-03-23T13:14:53.573Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-23T13:14:53.573Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-23T13:14:53.573Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-23T13:14:53.573Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-23T13:14:53.573Z] systemd-container policykit-1 [2021-03-23T13:14:53.573Z] Recommended packages: [2021-03-23T13:14:53.573Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-23T13:14:53.573Z] The following NEW packages will be installed: [2021-03-23T13:14:53.573Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-23T13:14:53.573Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-23T13:14:53.573Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-23T13:14:53.573Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-23T13:14:53.573Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-23T13:14:53.573Z] The following packages will be upgraded: [2021-03-23T13:14:53.573Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-23T13:14:53.573Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-23T13:14:53.573Z] Need to get 35.2 MB of archives. [2021-03-23T13:14:53.573Z] After this operation, 141 MB of additional disk space will be used. [2021-03-23T13:14:53.573Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-23T13:14:53.860Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-23T13:14:53.860Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-23T13:14:53.860Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-23T13:14:53.860Z] 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-23T13:14:53.860Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-23T13:14:53.860Z] 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-23T13:14:53.860Z] 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-23T13:14:53.860Z] 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-23T13:14:53.860Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-23T13:14:53.860Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-23T13:14:53.860Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-23T13:14:53.860Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-23T13:14:53.860Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-23T13:14:53.860Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-23T13:14:53.860Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-23T13:14:53.860Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-23T13:14:54.122Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-23T13:14:54.122Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-23T13:14:54.715Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-23T13:14:54.715Z] 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-23T13:14:54.715Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-23T13:14:54.715Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-23T13:14:54.715Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-23T13:14:54.715Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-23T13:14:54.715Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-23T13:14:54.715Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-23T13:14:54.715Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-23T13:14:54.715Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-23T13:14:54.715Z] 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-23T13:14:54.978Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T13:14:54.978Z] Fetched 35.2 MB in 1s (30.5 MB/s) [2021-03-23T13:14:54.978Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-23T13:14:54.978Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-23T13:14:55.240Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-23T13:14:55.820Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-23T13:14:55.820Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-23T13:14:56.082Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-23T13:14:56.082Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-23T13:14:56.082Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-23T13:14:56.346Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-23T13:14:56.346Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-23T13:14:56.610Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-23T13:14:56.610Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-23T13:14:56.610Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-23T13:14:57.186Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-23T13:14:57.186Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-23T13:14:57.761Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-23T13:14:57.761Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-23T13:14:57.761Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-23T13:14:57.761Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-23T13:14:58.337Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-23T13:14:58.337Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-23T13:14:58.337Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T13:14:58.337Z] Selecting previously unselected package libexpat1:amd64. [2021-03-23T13:14:58.337Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-23T13:14:58.337Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-23T13:14:58.714Z] Selecting previously unselected package python3.6-minimal. [2021-03-23T13:14:58.714Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-23T13:14:58.714Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T13:14:58.992Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-23T13:14:58.992Z] Checking for services that may need to be restarted...done. [2021-03-23T13:14:58.992Z] Checking for services that may need to be restarted...done. [2021-03-23T13:14:59.946Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T13:15:00.210Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-23T13:15:00.210Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T13:15:01.158Z] Selecting previously unselected package python3-minimal. [2021-03-23T13:15:01.158Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-23T13:15:01.158Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-23T13:15:01.158Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-23T13:15:01.158Z] Selecting previously unselected package mime-support. [2021-03-23T13:15:01.158Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-23T13:15:01.158Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-23T13:15:01.158Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-23T13:15:01.158Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-23T13:15:01.158Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-23T13:15:01.429Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-23T13:15:01.429Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-23T13:15:01.429Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T13:15:01.697Z] Selecting previously unselected package python3.6. [2021-03-23T13:15:01.697Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-23T13:15:01.697Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T13:15:01.697Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-23T13:15:01.697Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-23T13:15:01.697Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-23T13:15:01.963Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-23T13:15:02.227Z] Selecting previously unselected package python3. [2021-03-23T13:15:02.227Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-23T13:15:02.227Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-23T13:15:02.227Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-23T13:15:02.491Z] Selecting previously unselected package multiarch-support. [2021-03-23T13:15:02.491Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T13:15:02.491Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-23T13:15:02.491Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-23T13:15:02.491Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-23T13:15:02.491Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-23T13:15:02.491Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-23T13:15:02.491Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-23T13:15:02.755Z] Selecting previously unselected package libbsd0:amd64. [2021-03-23T13:15:02.755Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-23T13:15:02.755Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-23T13:15:02.755Z] Selecting previously unselected package sudo. [2021-03-23T13:15:02.755Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-23T13:15:02.755Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-23T13:15:03.018Z] Selecting previously unselected package apparmor. [2021-03-23T13:15:03.018Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-23T13:15:03.018Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-23T13:15:03.287Z] Selecting previously unselected package libedit2:amd64. [2021-03-23T13:15:03.287Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-23T13:15:03.287Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-23T13:15:03.287Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-23T13:15:03.287Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-23T13:15:03.287Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T13:15:03.549Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-23T13:15:03.549Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-23T13:15:03.549Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T13:15:03.549Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-23T13:15:03.549Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-23T13:15:03.549Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-23T13:15:03.812Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-23T13:15:03.812Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-23T13:15:03.812Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T13:15:03.812Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-23T13:15:03.812Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-23T13:15:03.812Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T13:15:04.076Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-23T13:15:04.076Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-23T13:15:04.076Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-23T13:15:04.338Z] Selecting previously unselected package openssh-client. [2021-03-23T13:15:04.338Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-23T13:15:04.338Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-23T13:15:04.602Z] Selecting previously unselected package squashfs-tools. [2021-03-23T13:15:04.602Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-23T13:15:04.602Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-23T13:15:04.602Z] Selecting previously unselected package snapd. [2021-03-23T13:15:04.602Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-23T13:15:04.602Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-23T13:15:07.159Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-23T13:15:07.159Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-23T13:15:07.423Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-23T13:15:07.423Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-23T13:15:07.690Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-23T13:15:07.690Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T13:15:07.690Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-23T13:15:07.690Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-23T13:15:07.690Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-23T13:15:08.640Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-23T13:15:08.640Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-23T13:15:08.640Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-23T13:15:08.640Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T13:15:08.640Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T13:15:08.640Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T13:15:09.589Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-23T13:15:09.589Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T13:15:09.589Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-23T13:15:09.852Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-23T13:15:09.852Z] running python rtupdate hooks for python3.6... [2021-03-23T13:15:09.852Z] running python post-rtupdate hooks for python3.6... [2021-03-23T13:15:09.852Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-23T13:15:11.786Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-23T13:15:12.050Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T13:15:12.051Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-23T13:15:12.314Z] Setting up snapd (2.48.3+18.04) ... [2021-03-23T13:15:12.916Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-23T13:15:12.916Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-23T13:15:13.180Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-23T13:15:13.445Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-23T13:15:13.708Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-23T13:15:13.708Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-23T13:15:13.977Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-23T13:15:14.241Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-23T13:15:14.505Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-23T13:15:14.768Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-23T13:15:15.032Z] /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-23T13:15:15.032Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-23T13:15:15.032Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-23T13:15:16.964Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-23T13:15:16.964Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-23T13:15:16.964Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-23T13:15:18.893Z] Reading package lists... [2021-03-23T13:15:19.157Z] Reading package lists... [2021-03-23T13:15:19.419Z] Building dependency tree... [2021-03-23T13:15:19.419Z] Reading state information... [2021-03-23T13:15:19.419Z] Calculating upgrade... [2021-03-23T13:15:19.683Z] The following packages will be upgraded: [2021-03-23T13:15:19.683Z] advancecomp base-files bash binutils binutils-common [2021-03-23T13:15:19.683Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-23T13:15:19.683Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-23T13:15:19.683Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-23T13:15:19.683Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-23T13:15:19.683Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-23T13:15:19.683Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-23T13:15:19.683Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-23T13:15:19.683Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-23T13:15:19.683Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-23T13:15:19.683Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-23T13:15:19.683Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-23T13:15:19.683Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-23T13:15:19.683Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-23T13:15:19.683Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-23T13:15:19.946Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-23T13:15:19.946Z] Need to get 63.8 MB of archives. [2021-03-23T13:15:19.946Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-23T13:15:19.946Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-23T13:15:19.946Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-23T13:15:20.524Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-23T13:15:20.524Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-23T13:15:20.524Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-23T13:15:20.524Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-23T13:15:20.524Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-23T13:15:20.524Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-23T13:15:20.524Z] 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-23T13:15:20.524Z] 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-23T13:15:20.524Z] 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-23T13:15:20.524Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-23T13:15:20.524Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-23T13:15:20.524Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-23T13:15:20.524Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-23T13:15:20.787Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-23T13:15:20.787Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-23T13:15:20.787Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-23T13:15:20.787Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-23T13:15:20.787Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-23T13:15:20.787Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-23T13:15:20.787Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-23T13:15:20.787Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-23T13:15:20.788Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-23T13:15:20.788Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-23T13:15:20.788Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-23T13:15:20.788Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-23T13:15:20.788Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-23T13:15:20.788Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-23T13:15:20.788Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-23T13:15:20.788Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-23T13:15:20.788Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-23T13:15:20.788Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-23T13:15:20.788Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-23T13:15:20.788Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-23T13:15:20.788Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-23T13:15:20.788Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-23T13:15:20.788Z] 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-23T13:15:20.788Z] 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-23T13:15:20.788Z] 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-23T13:15:21.050Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-23T13:15:21.051Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-23T13:15:21.051Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-23T13:15:21.051Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-23T13:15:21.051Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-23T13:15:21.051Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-23T13:15:21.051Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-23T13:15:21.051Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-23T13:15:21.051Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-23T13:15:21.051Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-23T13:15:21.051Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-23T13:15:21.051Z] Get:52 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-23T13:15:21.051Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-23T13:15:21.051Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-23T13:15:21.051Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-23T13:15:21.051Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-23T13:15:21.051Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-23T13:15:21.051Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-23T13:15:21.051Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-23T13:15:21.051Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-23T13:15:21.051Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-23T13:15:21.051Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-23T13:15:21.051Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-23T13:15:21.051Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-23T13:15:21.051Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-23T13:15:21.051Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-23T13:15:21.315Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-23T13:15:21.315Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-23T13:15:21.315Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-23T13:15:21.315Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-23T13:15:21.315Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-23T13:15:21.315Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-23T13:15:21.315Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-23T13:15:21.315Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-23T13:15:21.315Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-23T13:15:21.315Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-23T13:15:21.315Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-23T13:15:21.315Z] 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-23T13:15:21.315Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-23T13:15:21.579Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-23T13:15:21.579Z] 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-23T13:15:21.579Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-23T13:15:21.579Z] 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-23T13:15:21.579Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-23T13:15:21.579Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-23T13:15:21.579Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-23T13:15:21.579Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-23T13:15:21.579Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-23T13:15:21.579Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-23T13:15:21.579Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-23T13:15:22.158Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-23T13:15:22.733Z] 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-23T13:15:22.733Z] 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-23T13:15:22.733Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-23T13:15:22.996Z] 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-23T13:15:22.996Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-23T13:15:22.996Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-23T13:15:22.996Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-23T13:15:22.996Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-23T13:15:23.260Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T13:15:23.260Z] Fetched 63.8 MB in 3s (18.7 MB/s) [2021-03-23T13:15:23.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:23.522Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T13:15:23.522Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-23T13:15:24.470Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T13:15:24.470Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-23T13:15:24.470Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-23T13:15:24.470Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-23T13:15:25.418Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:25.418Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T13:15:25.418Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:25.418Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T13:15:25.681Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:25.681Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T13:15:25.681Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:25.681Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T13:15:25.944Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:25.944Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T13:15:25.944Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:25.944Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T13:15:26.207Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:26.207Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T13:15:26.207Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T13:15:26.207Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-23T13:15:26.207Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:26.470Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-23T13:15:26.470Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-23T13:15:26.470Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-23T13:15:26.470Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:26.733Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T13:15:26.733Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:26.733Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T13:15:27.001Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:27.001Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T13:15:27.269Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T13:15:27.269Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-23T13:15:27.269Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T13:15:27.531Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-23T13:15:28.107Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-23T13:15:28.370Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-23T13:15:28.370Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-23T13:15:28.632Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-23T13:15:28.632Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-23T13:15:28.632Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-23T13:15:28.895Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-23T13:15:28.895Z] Installing new version of config file /etc/issue ... [2021-03-23T13:15:28.895Z] Installing new version of config file /etc/issue.net ... [2021-03-23T13:15:28.895Z] Installing new version of config file /etc/lsb-release ... [2021-03-23T13:15:28.895Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-23T13:15:29.472Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-23T13:15:29.472Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-23T13:15:29.472Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-23T13:15:29.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:29.472Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-23T13:15:29.737Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-23T13:15:29.737Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-23T13:15:29.999Z] 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-23T13:15:29.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:29.999Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T13:15:29.999Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-23T13:15:29.999Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-23T13:15:30.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:30.262Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-23T13:15:30.262Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-23T13:15:30.525Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-23T13:15:30.525Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:30.525Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-23T13:15:30.525Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-23T13:15:31.099Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-23T13:15:31.099Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:31.099Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-23T13:15:31.099Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-23T13:15:31.362Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-23T13:15:31.362Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:31.362Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-23T13:15:31.362Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-23T13:15:31.938Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-23T13:15:31.938Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:31.938Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-23T13:15:32.201Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-23T13:15:32.201Z] Setting up grep (3.1-2build1) ... [2021-03-23T13:15:32.201Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:32.201Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-23T13:15:32.201Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-23T13:15:32.466Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-23T13:15:32.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:32.728Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-23T13:15:32.728Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T13:15:32.728Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-23T13:15:32.991Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:32.991Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-23T13:15:32.991Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-23T13:15:33.576Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-23T13:15:33.840Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-23T13:15:33.840Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-23T13:15:33.840Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-23T13:15:34.417Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-23T13:15:34.680Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:34.680Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-23T13:15:34.680Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-23T13:15:35.628Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-23T13:15:35.891Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-23T13:15:35.891Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-23T13:15:35.891Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-23T13:15:36.154Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-23T13:15:36.154Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:36.154Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-23T13:15:36.154Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-23T13:15:36.418Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-23T13:15:36.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:36.418Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T13:15:36.418Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T13:15:36.681Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T13:15:36.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:36.681Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T13:15:36.681Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T13:15:36.945Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T13:15:36.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:36.945Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T13:15:36.945Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T13:15:37.208Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T13:15:37.208Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:37.208Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T13:15:37.208Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T13:15:37.472Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T13:15:37.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:37.472Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-23T13:15:37.472Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T13:15:37.735Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-23T13:15:37.735Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T13:15:37.735Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-23T13:15:37.998Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:37.998Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-23T13:15:37.998Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T13:15:37.998Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-23T13:15:38.261Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:38.261Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T13:15:38.261Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T13:15:38.523Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T13:15:38.523Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:38.523Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T13:15:38.523Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T13:15:38.523Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-23T13:15:38.786Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:38.786Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T13:15:38.786Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T13:15:39.361Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-23T13:15:39.665Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-23T13:15:40.295Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-23T13:15:40.295Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:40.295Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T13:15:40.295Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-23T13:15:40.560Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-23T13:15:40.835Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T13:15:40.835Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-23T13:15:40.835Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T13:15:40.835Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-23T13:15:41.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:41.109Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-23T13:15:41.109Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-23T13:15:41.109Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-23T13:15:41.378Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:41.378Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-23T13:15:41.654Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-23T13:15:41.654Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-23T13:15:41.654Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:41.654Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-23T13:15:41.919Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-23T13:15:41.919Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-23T13:15:42.494Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:42.494Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-23T13:15:42.494Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-23T13:15:42.494Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-23T13:15:42.756Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:42.756Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-23T13:15:42.756Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-23T13:15:42.756Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-23T13:15:43.018Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:43.018Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-23T13:15:43.281Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-23T13:15:43.281Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-23T13:15:43.545Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:43.545Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T13:15:43.545Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T13:15:43.811Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-23T13:15:43.811Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-23T13:15:43.811Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-23T13:15:43.811Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-23T13:15:44.076Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-23T13:15:44.076Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:44.076Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-23T13:15:44.076Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-23T13:15:44.339Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-23T13:15:44.339Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:44.339Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-23T13:15:44.602Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-23T13:15:44.602Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-23T13:15:44.865Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:44.865Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-23T13:15:44.865Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-23T13:15:45.127Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-23T13:15:45.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:45.127Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-23T13:15:45.127Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-23T13:15:45.390Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-23T13:15:45.390Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:45.390Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-23T13:15:45.668Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-23T13:15:45.931Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-23T13:15:46.194Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:46.194Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T13:15:46.194Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-23T13:15:46.194Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-23T13:15:46.456Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:46.456Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-23T13:15:46.456Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-23T13:15:46.719Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-23T13:15:46.719Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:46.719Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-23T13:15:46.719Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-23T13:15:46.983Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-23T13:15:46.983Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:46.983Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-23T13:15:46.983Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-23T13:15:47.027Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:15:47.028Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:15:47.028Z] ---> ffcc42d44b03 [2021-03-23T13:15:47.028Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T13:15:47.028Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:15:47.028Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:15:47.028Z] ---> ffcc42d44b03 [2021-03-23T13:15:47.028Z] Step 3/24 : WORKDIR /edgex-go [2021-03-23T13:15:47.028Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:15:47.028Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:15:47.028Z] ---> ffcc42d44b03 [2021-03-23T13:15:47.028Z] Step 3/21 : WORKDIR /edgex-go [2021-03-23T13:15:47.028Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:15:47.028Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:15:47.028Z] ---> ffcc42d44b03 [2021-03-23T13:15:47.028Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T13:15:47.028Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:15:47.028Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:15:47.028Z] ---> ffcc42d44b03 [2021-03-23T13:15:47.028Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T13:15:47.028Z] ---> Running in fa4113b06cc5 [2021-03-23T13:15:47.028Z] ---> Running in fc6468aeca34 [2021-03-23T13:15:47.028Z] ---> Running in da67d190e610 [2021-03-23T13:15:47.028Z] ---> Running in 8ab45b6d46eb [2021-03-23T13:15:47.028Z] ---> Running in 64f5ab412f31 [2021-03-23T13:15:47.028Z] Removing intermediate container 64f5ab412f31 [2021-03-23T13:15:47.028Z] ---> bed37448b217 [2021-03-23T13:15:47.028Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:15:47.028Z] Removing intermediate container fa4113b06cc5 [2021-03-23T13:15:47.028Z] ---> e0788d1945a3 [2021-03-23T13:15:47.028Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:15:47.028Z] Removing intermediate container da67d190e610 [2021-03-23T13:15:47.028Z] ---> 6d085307c1eb [2021-03-23T13:15:47.028Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:15:47.028Z] Removing intermediate container 8ab45b6d46eb [2021-03-23T13:15:47.028Z] ---> 5428dc8c0989 [2021-03-23T13:15:47.028Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:15:47.028Z] Removing intermediate container fc6468aeca34 [2021-03-23T13:15:47.028Z] ---> 7dabcfe73210 [2021-03-23T13:15:47.028Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:15:47.028Z] ---> Running in e267848cb3bf [2021-03-23T13:15:47.028Z] ---> Running in ff96acaed6d2 [2021-03-23T13:15:47.028Z] ---> Running in d92da6d126c6 [2021-03-23T13:15:47.028Z] ---> Running in 7bc6dc7b59ea [2021-03-23T13:15:47.028Z] ---> Running in f7dcb7b4e027 [2021-03-23T13:15:47.028Z] Removing intermediate container e267848cb3bf [2021-03-23T13:15:47.028Z] ---> b9c9995abae8 [2021-03-23T13:15:47.028Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-23T13:15:47.028Z] ---> Running in 27c7ab0e09de [2021-03-23T13:15:47.028Z] Removing intermediate container ff96acaed6d2 [2021-03-23T13:15:47.028Z] ---> 84196bc91426 [2021-03-23T13:15:47.028Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T13:15:47.028Z] Removing intermediate container 7bc6dc7b59ea [2021-03-23T13:15:47.028Z] ---> 3a61fd14e394 [2021-03-23T13:15:47.028Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-23T13:15:47.028Z] Removing intermediate container d92da6d126c6 [2021-03-23T13:15:47.028Z] ---> bcebb29580f4 [2021-03-23T13:15:47.028Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-23T13:15:47.028Z] ---> Running in e7cc641cc477 [2021-03-23T13:15:47.028Z] ---> Running in 1575f7ef0582 [2021-03-23T13:15:47.028Z] Removing intermediate container f7dcb7b4e027 [2021-03-23T13:15:47.028Z] ---> 613912e97021 [2021-03-23T13:15:47.028Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-23T13:15:47.028Z] ---> Running in 0d0581629d58 [2021-03-23T13:15:47.028Z] ---> Running in 8ca80e8ad01b [2021-03-23T13:15:47.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:15:47.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:15:47.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:15:47.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:15:47.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:15:47.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:15:47.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:15:47.028Z] OK: 217 MiB in 51 packages [2021-03-23T13:15:47.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:15:47.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:15:47.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:15:47.245Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-23T13:15:47.308Z] OK: 217 MiB in 51 packages [2021-03-23T13:15:47.509Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:47.509Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-23T13:15:47.509Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-23T13:15:47.509Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-23T13:15:47.586Z] OK: 217 MiB in 51 packages [2021-03-23T13:15:47.586Z] OK: 217 MiB in 51 packages [2021-03-23T13:15:47.586Z] OK: 217 MiB in 51 packages [2021-03-23T13:15:47.586Z] Removing intermediate container 27c7ab0e09de [2021-03-23T13:15:47.586Z] ---> 226dcf73c587 [2021-03-23T13:15:47.586Z] Step 6/22 : COPY go.mod . [2021-03-23T13:15:47.771Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:47.771Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-23T13:15:47.771Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-23T13:15:47.771Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-23T13:15:48.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T13:15:48.035Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-23T13:15:48.035Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-23T13:15:48.035Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-23T13:15:48.297Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-23T13:15:48.297Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-23T13:15:48.298Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-23T13:15:48.298Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-23T13:15:48.561Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-23T13:15:48.561Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-23T13:15:48.824Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-23T13:15:48.824Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-23T13:15:49.034Z] ---> 45aa57c860e9 [2021-03-23T13:15:49.034Z] Step 7/22 : RUN go mod download [2021-03-23T13:15:49.034Z] Removing intermediate container e7cc641cc477 [2021-03-23T13:15:49.034Z] ---> d052154da32e [2021-03-23T13:15:49.034Z] Step 6/23 : COPY go.mod . [2021-03-23T13:15:49.034Z] ---> Running in 4c492c839dfe [2021-03-23T13:15:49.088Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-23T13:15:49.088Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-23T13:15:49.312Z] Removing intermediate container 1575f7ef0582 [2021-03-23T13:15:49.312Z] ---> c2217cb787fa [2021-03-23T13:15:49.312Z] Step 6/24 : COPY go.mod . [2021-03-23T13:15:49.312Z] Removing intermediate container 8ca80e8ad01b [2021-03-23T13:15:49.312Z] ---> 5b23d39debb2 [2021-03-23T13:15:49.312Z] Step 6/22 : COPY go.mod . [2021-03-23T13:15:49.375Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-23T13:15:49.375Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-23T13:15:49.375Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-23T13:15:49.588Z] Removing intermediate container 0d0581629d58 [2021-03-23T13:15:49.588Z] ---> 75b37fe7595d [2021-03-23T13:15:49.588Z] Step 6/21 : COPY go.mod . [2021-03-23T13:15:49.638Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-23T13:15:49.638Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-23T13:15:49.638Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-23T13:15:49.907Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-23T13:15:49.907Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-23T13:15:49.907Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-23T13:15:50.170Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-23T13:15:50.170Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-23T13:15:50.170Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-23T13:15:50.170Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-23T13:15:50.185Z] ---> 1a55d896d56a [2021-03-23T13:15:50.185Z] Step 7/23 : RUN go mod download [2021-03-23T13:15:50.432Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-23T13:15:50.432Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-23T13:15:50.459Z] ---> Running in f5779425386d [2021-03-23T13:15:50.459Z] ---> 8c559fb2d3dc [2021-03-23T13:15:50.459Z] Step 7/24 : RUN go mod download [2021-03-23T13:15:50.459Z] ---> 9d48005cfa47 [2021-03-23T13:15:50.459Z] Step 7/22 : RUN go mod download [2021-03-23T13:15:50.733Z] ---> Running in f6bedfa664de [2021-03-23T13:15:50.733Z] ---> Running in 5276b6b37ab2 [2021-03-23T13:15:51.015Z] ---> a554f7cf6be9 [2021-03-23T13:15:51.015Z] Step 7/21 : RUN go mod download [2021-03-23T13:15:51.015Z] ---> Running in 321b29eb76e3 [2021-03-23T13:15:51.387Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-23T13:15:51.387Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-23T13:15:51.655Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-23T13:15:51.655Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-23T13:15:51.918Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-23T13:15:51.918Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-23T13:15:52.496Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-23T13:15:52.496Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-23T13:15:52.781Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-23T13:15:52.781Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-23T13:15:53.045Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-23T13:15:53.045Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-23T13:15:53.045Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:53.045Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T13:15:53.308Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:53.308Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T13:15:53.572Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:53.572Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T13:15:53.572Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:53.572Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T13:15:53.641Z] Removing intermediate container 4c492c839dfe [2021-03-23T13:15:53.641Z] ---> f38e27b1f621 [2021-03-23T13:15:53.641Z] Step 8/22 : COPY . . [2021-03-23T13:15:54.966Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:54.966Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T13:15:55.082Z] Removing intermediate container f5779425386d [2021-03-23T13:15:55.082Z] ---> d14fbcc907ec [2021-03-23T13:15:55.082Z] Step 8/23 : COPY . . [2021-03-23T13:15:55.683Z] Removing intermediate container f6bedfa664de [2021-03-23T13:15:55.683Z] ---> 55b22253dc4b [2021-03-23T13:15:55.683Z] Step 8/24 : COPY . . [2021-03-23T13:15:55.917Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:56.180Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T13:15:56.713Z] Removing intermediate container 5276b6b37ab2 [2021-03-23T13:15:56.714Z] ---> bbc386cb321f [2021-03-23T13:15:56.714Z] Step 8/22 : COPY . . [2021-03-23T13:15:56.989Z] Removing intermediate container 321b29eb76e3 [2021-03-23T13:15:56.989Z] ---> 5ab7941d99eb [2021-03-23T13:15:56.989Z] Step 8/21 : COPY . . [2021-03-23T13:15:57.128Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:57.128Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T13:15:57.390Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:57.653Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T13:15:58.604Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T13:15:58.604Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T13:15:58.867Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-23T13:15:58.867Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-23T13:15:58.867Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-23T13:15:58.867Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-23T13:15:59.130Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-23T13:15:59.393Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-23T13:15:59.393Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-23T13:15:59.393Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-23T13:15:59.655Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-23T13:15:59.655Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-23T13:15:59.655Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-23T13:15:59.655Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-23T13:15:59.917Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-23T13:15:59.917Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-23T13:16:00.179Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T13:16:00.179Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-23T13:16:00.179Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T13:16:00.179Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T13:16:00.179Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T13:16:00.179Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-23T13:16:00.179Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-23T13:16:00.447Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-23T13:16:00.447Z] [2021-03-23T13:16:00.447Z] Current default time zone: 'Etc/UTC' [2021-03-23T13:16:00.447Z] Local time is now: Tue Mar 23 13:16:00 UTC 2021. [2021-03-23T13:16:00.447Z] Universal Time is now: Tue Mar 23 13:16:00 UTC 2021. [2021-03-23T13:16:00.447Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-23T13:16:00.447Z] [2021-03-23T13:16:00.447Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-23T13:16:00.709Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T13:16:00.709Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-23T13:16:00.709Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-23T13:16:00.709Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-23T13:16:00.709Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-23T13:16:00.709Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-23T13:16:00.709Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-23T13:16:00.709Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-23T13:16:00.972Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-23T13:16:00.972Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T13:16:00.972Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-23T13:16:01.235Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T13:16:01.235Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-23T13:16:01.235Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T13:16:01.235Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-23T13:16:01.498Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-23T13:16:01.498Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-23T13:16:01.498Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-23T13:16:01.498Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-23T13:16:01.498Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-23T13:16:01.498Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-23T13:16:01.498Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-23T13:16:04.058Z] Updating certificates in /etc/ssl/certs... [2021-03-23T13:16:05.006Z] 23 added, 27 removed; done. [2021-03-23T13:16:05.006Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-23T13:16:05.006Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T13:16:05.006Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-23T13:16:05.006Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-23T13:16:05.006Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-23T13:16:05.270Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T13:16:05.270Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-23T13:16:05.270Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T13:16:05.270Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T13:16:05.270Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T13:16:05.270Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T13:16:05.533Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T13:16:05.533Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-23T13:16:05.533Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-23T13:16:05.533Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-23T13:16:05.533Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-23T13:16:05.533Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-23T13:16:05.533Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T13:16:05.797Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T13:16:05.797Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-23T13:16:05.797Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-23T13:16:05.797Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-23T13:16:06.060Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-23T13:16:06.060Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-23T13:16:06.060Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-23T13:16:06.060Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-23T13:16:06.060Z] Updating certificates in /etc/ssl/certs... [2021-03-23T13:16:07.007Z] 0 added, 0 removed; done. [2021-03-23T13:16:07.007Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-23T13:16:07.007Z] done. [2021-03-23T13:16:07.953Z] Reading package lists... [2021-03-23T13:16:07.953Z] Building dependency tree... [2021-03-23T13:16:07.953Z] Reading state information... [2021-03-23T13:16:08.216Z] The following NEW packages will be installed: [2021-03-23T13:16:08.216Z] apt-transport-https [2021-03-23T13:16:08.216Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-23T13:16:08.216Z] Need to get 1696 B of archives. [2021-03-23T13:16:08.216Z] After this operation, 153 kB of additional disk space will be used. [2021-03-23T13:16:08.216Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-23T13:16:08.478Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T13:16:08.478Z] Fetched 1696 B in 0s (34.3 kB/s) [2021-03-23T13:16:08.478Z] Selecting previously unselected package apt-transport-https. [2021-03-23T13:16:08.739Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-23T13:16:08.739Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-23T13:16:08.739Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-23T13:16:08.739Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-23T13:16:09.324Z] Waiting for network to be ready... [2021-03-23T13:16:17.530Z] 2021-03-23T13:16:14Z INFO Waiting for automatic snapd restart... [2021-03-23T13:16:19.463Z] snapd 2.49 from Canonical* installed [2021-03-23T13:16:20.864Z] "snapd" switched to the "latest/stable" channel [2021-03-23T13:16:20.864Z] [2021-03-23T13:16:23.825Z] ---> 5cfe18c40dd5 [2021-03-23T13:16:23.825Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-23T13:16:23.825Z] ---> 736b8b07e08c [2021-03-23T13:16:23.825Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-23T13:16:23.825Z] ---> 2276e2633d13 [2021-03-23T13:16:23.825Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-23T13:16:23.825Z] ---> Running in f148f521019a [2021-03-23T13:16:23.825Z] ---> Running in 34b49641fea0 [2021-03-23T13:16:23.825Z] ---> 82727b14f6e5 [2021-03-23T13:16:23.825Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-23T13:16:23.825Z] ---> Running in 544ddf57858e [2021-03-23T13:16:23.825Z] ---> b758997c1386 [2021-03-23T13:16:23.825Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-23T13:16:23.825Z] ---> Running in 53c9653cd07b [2021-03-23T13:16:23.825Z] ---> Running in e152cd5044ed [2021-03-23T13:16:23.825Z] 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-23T13:16:23.825Z] 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-23T13:16:23.825Z] 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-23T13:16:24.100Z] 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-23T13:16:24.100Z] 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-23T13:16:26.176Z] core18 20210128 from Canonical* installed [2021-03-23T13:16:26.438Z] "core18" switched to the "latest/stable" channel [2021-03-23T13:16:26.438Z] [2021-03-23T13:16:34.606Z] snapcraft 4.5.4 from Canonical* installed [2021-03-23T13:16:34.606Z] "snapcraft" switched to the "latest/stable" channel [2021-03-23T13:16:34.606Z] [2021-03-23T13:16:38.827Z] 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-23T13:16:38.827Z] - README.md [2021-03-23T13:16:38.827Z] [2021-03-23T13:16:38.827Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-23T13:16:45.435Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T13:16:45.435Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-23T13:16:45.435Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-23T13:16:45.435Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-23T13:16:46.831Z] Reading package lists... [2021-03-23T13:16:47.408Z] 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.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-23T13:16:54.059Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T13:16:54.059Z] Reading package lists... [2021-03-23T13:16:54.059Z] Building dependency tree... [2021-03-23T13:16:54.059Z] Reading state information... [2021-03-23T13:16:54.059Z] Suggested packages: [2021-03-23T13:16:54.059Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-23T13:16:54.059Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-23T13:16:54.059Z] Recommended packages: [2021-03-23T13:16:54.059Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-23T13:16:54.059Z] The following NEW packages will be installed: [2021-03-23T13:16:54.059Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-23T13:16:54.059Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-23T13:16:54.059Z] pkg-config zip [2021-03-23T13:16:54.059Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-23T13:16:54.059Z] Need to get 7657 kB of archives. [2021-03-23T13:16:54.059Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-23T13:16:54.059Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-23T13:16:54.059Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-23T13:16:54.321Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-23T13:16:54.321Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-23T13:16:54.584Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-23T13:16:54.584Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-23T13:16:54.584Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-23T13:16:54.584Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-23T13:16:54.584Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-23T13:16:54.584Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-23T13:16:54.851Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-23T13:16:54.851Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-23T13:16:54.851Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-23T13:16:55.114Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-23T13:16:55.114Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-23T13:16:55.378Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T13:16:55.378Z] Fetched 7657 kB in 1s (6792 kB/s) [2021-03-23T13:16:55.640Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-23T13:16:55.641Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-23T13:16:55.641Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-23T13:16:55.641Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-23T13:16:55.904Z] Selecting previously unselected package libpsl5:amd64. [2021-03-23T13:16:55.904Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-23T13:16:55.904Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-23T13:16:55.904Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-23T13:16:55.904Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-23T13:16:55.904Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-23T13:16:56.166Z] Selecting previously unselected package librtmp1:amd64. [2021-03-23T13:16:56.166Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-23T13:16:56.166Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-23T13:16:56.166Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-23T13:16:56.166Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-23T13:16:56.166Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-23T13:16:56.166Z] Selecting previously unselected package liberror-perl. [2021-03-23T13:16:56.166Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-23T13:16:56.166Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-23T13:16:56.428Z] Selecting previously unselected package git-man. [2021-03-23T13:16:56.428Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-23T13:16:56.428Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-23T13:16:56.700Z] Selecting previously unselected package git. [2021-03-23T13:16:56.700Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-23T13:16:56.700Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-23T13:16:57.650Z] Selecting previously unselected package libnorm1:amd64. [2021-03-23T13:16:57.650Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-23T13:16:57.650Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-23T13:16:57.912Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-23T13:16:57.912Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-23T13:16:57.912Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-23T13:16:57.912Z] Selecting previously unselected package libsodium23:amd64. [2021-03-23T13:16:57.912Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-23T13:16:57.912Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-23T13:16:58.175Z] Selecting previously unselected package libzmq5:amd64. [2021-03-23T13:16:58.175Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-23T13:16:58.175Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-23T13:16:58.175Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-23T13:16:58.175Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-23T13:16:58.175Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-23T13:16:58.440Z] Selecting previously unselected package pkg-config. [2021-03-23T13:16:58.440Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-23T13:16:58.440Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-23T13:16:58.440Z] Selecting previously unselected package zip. [2021-03-23T13:16:58.440Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-23T13:16:58.440Z] Unpacking zip (3.0-11build1) ... [2021-03-23T13:16:58.704Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-23T13:16:58.704Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-23T13:16:58.704Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-23T13:16:58.704Z] Setting up liberror-perl (0.17025-1) ... [2021-03-23T13:16:58.704Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-23T13:16:58.704Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-23T13:16:58.967Z] No schema files found: doing nothing. [2021-03-23T13:16:58.967Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-23T13:16:58.967Z] Setting up zip (3.0-11build1) ... [2021-03-23T13:16:58.967Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-23T13:16:58.967Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-23T13:16:58.967Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-23T13:16:59.230Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-23T13:16:59.230Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-23T13:16:59.230Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-23T13:16:59.230Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-23T13:16:59.494Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-23T13:17:06.098Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T13:17:06.672Z] git set to automatically installed. [2021-03-23T13:17:06.672Z] git-man set to automatically installed. [2021-03-23T13:17:06.672Z] libcurl3-gnutls set to automatically installed. [2021-03-23T13:17:06.672Z] liberror-perl set to automatically installed. [2021-03-23T13:17:06.672Z] libglib2.0-0 set to automatically installed. [2021-03-23T13:17:06.672Z] libnghttp2-14 set to automatically installed. [2021-03-23T13:17:06.672Z] libnorm1 set to automatically installed. [2021-03-23T13:17:06.672Z] libpgm-5.2-0 set to automatically installed. [2021-03-23T13:17:06.672Z] libpsl5 set to automatically installed. [2021-03-23T13:17:06.672Z] librtmp1 set to automatically installed. [2021-03-23T13:17:06.672Z] libsodium23 set to automatically installed. [2021-03-23T13:17:06.672Z] libzmq3-dev set to automatically installed. [2021-03-23T13:17:06.672Z] libzmq5 set to automatically installed. [2021-03-23T13:17:06.672Z] pkg-config set to automatically installed. [2021-03-23T13:17:06.672Z] zip set to automatically installed. [2021-03-23T13:17:08.065Z] snapd is not logged in, snap install commands will use sudo [2021-03-23T13:17:14.672Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T13:18:00.975Z] 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-23T13:18:00.975Z] 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-23T13:18:01.431Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-23T13:18:01.431Z] snapd is not logged in, snap install commands will use sudo [2021-03-23T13:18:03.987Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T13:18:04.563Z] snap "core18" has no updates available [2021-03-23T13:18:05.510Z] Pulling go-build-helper [2021-03-23T13:18:05.510Z] + snapcraftctl pull [2021-03-23T13:18:06.902Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-23T13:18:06.902Z] Skipping pull go-build-helper (already ran) [2021-03-23T13:18:06.902Z] Building go-build-helper [2021-03-23T13:18:06.902Z] + snapcraftctl build [2021-03-23T13:18:07.747Z] Removing intermediate container 544ddf57858e [2021-03-23T13:18:07.747Z] ---> f4ba136213d9 [2021-03-23T13:18:07.747Z] [2021-03-23T13:18:07.747Z] Step 10/24 : FROM alpine:3.12 [2021-03-23T13:18:07.747Z] 3.12: Pulling from library/alpine [2021-03-23T13:18:07.747Z] Removing intermediate container e152cd5044ed [2021-03-23T13:18:07.747Z] ---> 4eca15052534 [2021-03-23T13:18:07.747Z] [2021-03-23T13:18:07.747Z] Step 10/21 : FROM alpine:3.12 [2021-03-23T13:18:07.747Z] 3.12: Pulling from library/alpine [2021-03-23T13:18:08.735Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T13:18:08.735Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T13:18:08.735Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T13:18:08.735Z] ---> d10569e2745f [2021-03-23T13:18:08.735Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-23T13:18:08.735Z] Status: Image is up to date for alpine:3.12 [2021-03-23T13:18:08.735Z] ---> d10569e2745f [2021-03-23T13:18:08.735Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-23T13:18:09.009Z] ---> Running in 959f72928d9b [2021-03-23T13:18:09.009Z] ---> Running in d94ec1d6cfa9 [2021-03-23T13:18:10.219Z] Staging go-build-helper [2021-03-23T13:18:10.219Z] + snapcraftctl stage [2021-03-23T13:18:11.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:18:11.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:18:11.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:18:11.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:18:12.186Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-23T13:18:12.186Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-23T13:18:12.186Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T13:18:12.186Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-23T13:18:12.186Z] (4/4) Installing curl (7.69.1-r3) [2021-03-23T13:18:12.186Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:18:12.186Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T13:18:12.186Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T13:18:12.186Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-23T13:18:12.186Z] (4/5) Installing curl (7.69.1-r3) [2021-03-23T13:18:12.467Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-23T13:18:12.467Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:18:12.467Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T13:18:12.467Z] OK: 7 MiB in 18 packages [2021-03-23T13:18:12.745Z] OK: 7 MiB in 19 packages [2021-03-23T13:18:16.175Z] Removing intermediate container 959f72928d9b [2021-03-23T13:18:16.175Z] ---> 569bc95bbdbb [2021-03-23T13:18:16.175Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T13:18:16.175Z] Removing intermediate container d94ec1d6cfa9 [2021-03-23T13:18:16.175Z] ---> 642a55d9ea1e [2021-03-23T13:18:16.175Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T13:18:16.175Z] ---> Running in cbe3dd7cbe6f [2021-03-23T13:18:16.451Z] ---> Running in e3d199b20c58 [2021-03-23T13:18:17.061Z] Removing intermediate container cbe3dd7cbe6f [2021-03-23T13:18:17.061Z] ---> 5f215a976626 [2021-03-23T13:18:17.061Z] Step 13/21 : WORKDIR /edgex [2021-03-23T13:18:17.337Z] Removing intermediate container e3d199b20c58 [2021-03-23T13:18:17.337Z] ---> 87d7d829d31f [2021-03-23T13:18:17.337Z] Step 13/24 : WORKDIR / [2021-03-23T13:18:17.337Z] ---> Running in 353e18bba4a0 [2021-03-23T13:18:17.934Z] ---> Running in 6c11a4de561b [2021-03-23T13:18:18.928Z] Removing intermediate container 353e18bba4a0 [2021-03-23T13:18:18.928Z] ---> 4b7c86329661 [2021-03-23T13:18:18.928Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-23T13:18:19.205Z] Removing intermediate container 6c11a4de561b [2021-03-23T13:18:19.205Z] ---> 9e050669bb77 [2021-03-23T13:18:19.205Z] 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-23T13:18:20.737Z] ---> de8ac92e103c [2021-03-23T13:18:20.737Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-23T13:18:21.027Z] ---> cf7c98561d17 [2021-03-23T13:18:21.027Z] 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-23T13:18:21.884Z] Removing intermediate container f148f521019a [2021-03-23T13:18:21.884Z] ---> e1079bb85ae1 [2021-03-23T13:18:21.884Z] [2021-03-23T13:18:21.884Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T13:18:21.884Z] ---> d10569e2745f [2021-03-23T13:18:21.884Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-23T13:18:22.193Z] ---> Running in 51b2efeb2a0a [2021-03-23T13:18:22.193Z] Removing intermediate container 53c9653cd07b [2021-03-23T13:18:22.193Z] ---> 370a9b67fcf3 [2021-03-23T13:18:22.193Z] [2021-03-23T13:18:22.193Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T13:18:22.193Z] ---> d10569e2745f [2021-03-23T13:18:22.193Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-23T13:18:22.835Z] ---> 83d6fdcd95da [2021-03-23T13:18:22.835Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-23T13:18:23.170Z] ---> Running in 61c44bb6142e [2021-03-23T13:18:23.819Z] ---> 6c2c79fe3678 [2021-03-23T13:18:23.819Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-23T13:18:24.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:18:24.820Z] ---> af1175b6c88f [2021-03-23T13:18:24.820Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-23T13:18:24.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:18:25.161Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-23T13:18:25.161Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-23T13:18:25.161Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-23T13:18:25.161Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-23T13:18:25.161Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-23T13:18:25.161Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-23T13:18:25.161Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-23T13:18:25.161Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-23T13:18:25.161Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-23T13:18:25.161Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-23T13:18:25.161Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-23T13:18:25.161Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-23T13:18:25.161Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-23T13:18:25.161Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-23T13:18:25.161Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-23T13:18:25.161Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-23T13:18:25.161Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-23T13:18:25.161Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-23T13:18:25.161Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-23T13:18:25.161Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-23T13:18:25.161Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-23T13:18:25.161Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-23T13:18:25.161Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-23T13:18:25.161Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-23T13:18:25.161Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-23T13:18:25.161Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-23T13:18:25.161Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-23T13:18:25.161Z] Fetched 24.1 MB in 6s (3800 kB/s) [2021-03-23T13:18:25.162Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-23T13:18:25.162Z] Fetched 224 kB in 0s (0 B/s) [2021-03-23T13:18:25.162Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-23T13:18:25.162Z] Fetched 157 kB in 0s (0 B/s) [2021-03-23T13:18:25.162Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-23T13:18:25.162Z] Fetched 221 kB in 0s (0 B/s) [2021-03-23T13:18:25.162Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-23T13:18:25.162Z] Fetched 143 kB in 0s (0 B/s) [2021-03-23T13:18:25.162Z] Pulling app-service-config [2021-03-23T13:18:25.162Z] + snapcraftctl pull [2021-03-23T13:18:25.162Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-23T13:18:25.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:18:25.428Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-23T13:18:25.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:18:25.716Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-23T13:18:25.716Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:18:25.716Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T13:18:25.737Z] Pulling config-common [2021-03-23T13:18:25.737Z] + snapcraftctl pull [2021-03-23T13:18:25.992Z] OK: 6 MiB in 16 packages [2021-03-23T13:18:25.992Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T13:18:26.265Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:18:26.265Z] OK: 5 MiB in 15 packages [2021-03-23T13:18:26.265Z] ---> 21b05ff73d78 [2021-03-23T13:18:26.265Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-23T13:18:26.876Z] ---> Running in 39aa72ce2d42 [2021-03-23T13:18:27.153Z] ---> 6f57c051336e [2021-03-23T13:18:27.153Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-23T13:18:27.762Z] Removing intermediate container 39aa72ce2d42 [2021-03-23T13:18:27.762Z] ---> 7b235dcb4ae0 [2021-03-23T13:18:27.762Z] Step 18/21 : CMD ["--init=true"] [2021-03-23T13:18:28.752Z] ---> Running in 4ac3a870cc46 [2021-03-23T13:18:28.752Z] Removing intermediate container 61c44bb6142e [2021-03-23T13:18:28.752Z] ---> cb7124cf01a4 [2021-03-23T13:18:28.752Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T13:18:28.752Z] Removing intermediate container 51b2efeb2a0a [2021-03-23T13:18:28.752Z] ---> cd2caabf2d0f [2021-03-23T13:18:28.752Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T13:18:29.031Z] ---> 112642c34eb8 [2021-03-23T13:18:29.031Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-23T13:18:29.031Z] ---> Running in 9d70e110f9c5 [2021-03-23T13:18:29.031Z] Removing intermediate container 34b49641fea0 [2021-03-23T13:18:29.031Z] ---> 857fa055bfbd [2021-03-23T13:18:29.031Z] [2021-03-23T13:18:29.031Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T13:18:29.031Z] ---> d10569e2745f [2021-03-23T13:18:29.306Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T13:18:29.306Z] ---> Using cache [2021-03-23T13:18:29.306Z] ---> cb7124cf01a4 [2021-03-23T13:18:29.306Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T13:18:29.306Z] ---> Running in 5a0e8527a48c [2021-03-23T13:18:29.592Z] ---> Running in 995f63f64cf9 [2021-03-23T13:18:29.592Z] Removing intermediate container 4ac3a870cc46 [2021-03-23T13:18:29.592Z] ---> 6a00d0eef79e [2021-03-23T13:18:29.592Z] Step 19/21 : LABEL arch=arm64 [2021-03-23T13:18:29.592Z] Removing intermediate container 9d70e110f9c5 [2021-03-23T13:18:29.592Z] ---> 5d2f0a12575f [2021-03-23T13:18:29.592Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-23T13:18:29.870Z] ---> Running in f8b1b89ef203 [2021-03-23T13:18:29.870Z] ---> Running in 320722c49bfe [2021-03-23T13:18:30.156Z] ---> 31d7ccb268db [2021-03-23T13:18:30.156Z] 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-23T13:18:30.156Z] Removing intermediate container 5a0e8527a48c [2021-03-23T13:18:30.156Z] ---> 110df8ba27e7 [2021-03-23T13:18:30.156Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-23T13:18:30.156Z] Removing intermediate container 995f63f64cf9 [2021-03-23T13:18:30.156Z] ---> 785fc7ce8ab9 [2021-03-23T13:18:30.156Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-23T13:18:30.156Z] ---> Running in c5890b00327f [2021-03-23T13:18:30.156Z] ---> Running in 231be03d9f22 [2021-03-23T13:18:30.430Z] ---> Running in a94cc8f44ca0 [2021-03-23T13:18:30.430Z] Removing intermediate container f8b1b89ef203 [2021-03-23T13:18:30.430Z] ---> a7f800271ee1 [2021-03-23T13:18:30.430Z] Step 20/21 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:18:30.705Z] Removing intermediate container 320722c49bfe [2021-03-23T13:18:30.705Z] ---> 2b49ced53594 [2021-03-23T13:18:30.705Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T13:18:30.705Z] ---> Running in 4f0a7cd3ee35 [2021-03-23T13:18:30.705Z] ---> Running in 306d9d3b2940 [2021-03-23T13:18:30.984Z] Removing intermediate container 231be03d9f22 [2021-03-23T13:18:30.984Z] ---> db0d5550b6b0 [2021-03-23T13:18:30.984Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T13:18:31.259Z] Removing intermediate container a94cc8f44ca0 [2021-03-23T13:18:31.259Z] ---> 6d3c6aadcde9 [2021-03-23T13:18:31.259Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T13:18:31.259Z] ---> Running in b4a87f0b1c28 [2021-03-23T13:18:31.536Z] ---> Running in adf9945d514d [2021-03-23T13:18:31.536Z] Removing intermediate container 306d9d3b2940 [2021-03-23T13:18:31.536Z] ---> 792f4adc7b95 [2021-03-23T13:18:31.536Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T13:18:31.536Z] Removing intermediate container 4f0a7cd3ee35 [2021-03-23T13:18:31.536Z] ---> 9f75331647a7 [2021-03-23T13:18:31.536Z] Step 21/21 : LABEL version=0.0.0 [2021-03-23T13:18:31.809Z] ---> Running in 2f2a5674ce12 [2021-03-23T13:18:32.093Z] Removing intermediate container b4a87f0b1c28 [2021-03-23T13:18:32.093Z] ---> 6cda84749dbd [2021-03-23T13:18:32.093Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T13:18:32.093Z] Removing intermediate container adf9945d514d [2021-03-23T13:18:32.093Z] ---> 280caa8fb195 [2021-03-23T13:18:32.093Z] Step 15/23 : WORKDIR / [2021-03-23T13:18:32.350Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-23T13:18:32.350Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-23T13:18:32.350Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-23T13:18:32.350Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T13:18:32.350Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-23T13:18:32.350Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T13:18:32.350Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-23T13:18:32.350Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T13:18:32.350Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-23T13:18:32.350Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T13:18:32.350Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-23T13:18:32.350Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T13:18:32.350Z] Pulling edgex-go [2021-03-23T13:18:32.350Z] + snapcraftctl pull [2021-03-23T13:18:32.385Z] ---> Running in 57ef2c6ce6fa [2021-03-23T13:18:32.661Z] Removing intermediate container 2f2a5674ce12 [2021-03-23T13:18:32.661Z] ---> 41e8399b727f [2021-03-23T13:18:32.661Z] [2021-03-23T13:18:32.661Z] ---> d13f289a5a2a [2021-03-23T13:18:32.661Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-23T13:18:33.262Z] Successfully built 41e8399b727f [2021-03-23T13:18:33.262Z] Removing intermediate container 57ef2c6ce6fa [2021-03-23T13:18:33.262Z] ---> 0ff4bdd4d71b [2021-03-23T13:18:33.262Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T13:18:33.262Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-23T13:18:33.262Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-23T13:18:33.262Z] ---> 6beb8e870613 [2021-03-23T13:18:33.262Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-23T13:18:33.548Z] Removing intermediate container c5890b00327f [2021-03-23T13:18:33.548Z] ---> 734410a2c8bc [2021-03-23T13:18:33.548Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-23T13:18:33.822Z] ---> Running in 00c57d264579 [2021-03-23T13:18:34.431Z] ---> ee19248f177a [2021-03-23T13:18:34.431Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-23T13:18:34.431Z] ---> b3cc5a7cab50 [2021-03-23T13:18:34.431Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-23T13:18:34.711Z] Removing intermediate container 00c57d264579 [2021-03-23T13:18:34.711Z] ---> 60f7e75b88e2 [2021-03-23T13:18:34.711Z] Step 22/24 : LABEL arch=arm64 [2021-03-23T13:18:36.153Z] ---> Running in 3176f367ae5a [2021-03-23T13:18:36.426Z] ---> 8ce2d06ef1a0 [2021-03-23T13:18:36.426Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-23T13:18:36.717Z] ---> 911970c4a03a [2021-03-23T13:18:36.717Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-23T13:18:36.990Z] ---> 98421b1f32ea [2021-03-23T13:18:36.990Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-23T13:18:36.990Z] Removing intermediate container 3176f367ae5a [2021-03-23T13:18:36.990Z] ---> 390044ec9022 [2021-03-23T13:18:36.990Z] Step 23/24 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:18:37.262Z] ---> Running in 1864ae7b58ac [2021-03-23T13:18:37.262Z] ---> 271432506b89 [2021-03-23T13:18:37.262Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-23T13:18:37.534Z] ---> Running in ffe9e30c734e [2021-03-23T13:18:37.816Z] ---> Running in e50a8a3e902e [2021-03-23T13:18:37.816Z] Removing intermediate container 1864ae7b58ac [2021-03-23T13:18:37.816Z] ---> 5353c95e2b9e [2021-03-23T13:18:37.816Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T13:18:38.794Z] ---> Running in 49e11127a204 [2021-03-23T13:18:38.794Z] Removing intermediate container ffe9e30c734e [2021-03-23T13:18:38.794Z] ---> 1f346161acf8 [2021-03-23T13:18:38.794Z] Step 24/24 : LABEL version=0.0.0 [2021-03-23T13:18:38.794Z] Removing intermediate container e50a8a3e902e [2021-03-23T13:18:38.794Z] ---> 0fd0e108a7eb [2021-03-23T13:18:38.794Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T13:18:39.066Z] ---> 6af78108f8d4 [2021-03-23T13:18:39.066Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-23T13:18:39.338Z] ---> Running in 22bbc647311e [2021-03-23T13:18:39.338Z] ---> Running in 7540108c6a54 [2021-03-23T13:18:39.338Z] ---> Running in e886858ec913 [2021-03-23T13:18:39.614Z] Removing intermediate container 49e11127a204 [2021-03-23T13:18:39.614Z] ---> 425fd918201a [2021-03-23T13:18:39.614Z] Step 20/22 : LABEL arch=arm64 [2021-03-23T13:18:39.614Z] ---> Running in 4ecffb1f8ff9 [2021-03-23T13:18:39.885Z] Removing intermediate container 7540108c6a54 [2021-03-23T13:18:39.885Z] ---> 7ce34e109f86 [2021-03-23T13:18:39.885Z] [2021-03-23T13:18:40.157Z] Removing intermediate container e886858ec913 [2021-03-23T13:18:40.157Z] ---> 9b03c035a12c [2021-03-23T13:18:40.157Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T13:18:40.157Z] Removing intermediate container 22bbc647311e [2021-03-23T13:18:40.157Z] ---> e55927575978 [2021-03-23T13:18:40.157Z] Step 20/22 : LABEL arch=arm64 [2021-03-23T13:18:40.434Z] Removing intermediate container 4ecffb1f8ff9 [2021-03-23T13:18:40.434Z] ---> e8277d6a0e8b [2021-03-23T13:18:40.434Z] Step 21/22 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:18:40.434Z] Successfully built 7ce34e109f86 [2021-03-23T13:18:40.434Z] ---> Running in 7f5489af6171 [2021-03-23T13:18:40.434Z] ---> Running in 97edc718f3da [2021-03-23T13:18:40.434Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-23T13:18:40.434Z] Building docker-core-command-go [2021-03-23T13:18:40.709Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in a0a5e2d3bd70 [2021-03-23T13:18:40.985Z] Removing intermediate container 7f5489af6171 [2021-03-23T13:18:40.985Z] ---> 53833870808e [2021-03-23T13:18:40.985Z] Step 21/23 : LABEL arch=arm64 [2021-03-23T13:18:41.257Z] ---> Running in e69402f57b46 [2021-03-23T13:18:41.257Z] Removing intermediate container a0a5e2d3bd70 [2021-03-23T13:18:41.257Z] ---> b9c465f62f38 [2021-03-23T13:18:41.257Z] Step 22/22 : LABEL version=0.0.0 [2021-03-23T13:18:41.257Z] Removing intermediate container 97edc718f3da [2021-03-23T13:18:41.257Z] ---> 4b5d328a11f6 [2021-03-23T13:18:41.257Z] Step 21/22 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:18:41.535Z] ---> Running in 3890810c8b69 [2021-03-23T13:18:41.535Z] ---> Running in c2f8e949b410 [2021-03-23T13:18:41.819Z] Removing intermediate container e69402f57b46 [2021-03-23T13:18:41.819Z] ---> 6da2bfb6991d [2021-03-23T13:18:41.819Z] Step 22/23 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:18:42.092Z] Removing intermediate container 3890810c8b69 [2021-03-23T13:18:42.092Z] ---> 4e3ae474fe9b [2021-03-23T13:18:42.376Z] Step 22/22 : LABEL version=0.0.0 [2021-03-23T13:18:42.376Z] Removing intermediate container c2f8e949b410 [2021-03-23T13:18:42.376Z] ---> 47755af01fa8 [2021-03-23T13:18:42.376Z] [2021-03-23T13:18:42.660Z] ---> Running in 7b284a66c59d [2021-03-23T13:18:42.660Z] Successfully built 47755af01fa8 [2021-03-23T13:18:43.256Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-23T13:18:43.257Z] Building docker-core-data-go [2021-03-23T13:18:43.257Z]  Building docker-support-scheduler-go ... done  ---> Running in ee3f9c57e05f [2021-03-23T13:18:43.532Z] Removing intermediate container 7b284a66c59d [2021-03-23T13:18:43.532Z] ---> 2e6f08f46f1f [2021-03-23T13:18:43.532Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T13:18:43.810Z] Removing intermediate container ee3f9c57e05f [2021-03-23T13:18:43.810Z] ---> d7451bc15e9b [2021-03-23T13:18:43.810Z] [2021-03-23T13:18:44.084Z] ---> Running in 219cc91b8298 [2021-03-23T13:18:44.362Z] Successfully built d7451bc15e9b [2021-03-23T13:18:44.362Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-23T13:18:44.362Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-03-23T13:18:44.637Z] Removing intermediate container 219cc91b8298 [2021-03-23T13:18:44.637Z] ---> 3005fee1cdf5 [2021-03-23T13:18:44.637Z] [2021-03-23T13:18:44.911Z] Successfully built 3005fee1cdf5 [2021-03-23T13:18:44.911Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-23T13:18:58.974Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-23T13:18:58.974Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-23T13:18:58.974Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-23T13:18:58.974Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-23T13:18:58.974Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-23T13:18:58.974Z] Fetched 279 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-23T13:18:58.974Z] Fetched 122 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-23T13:18:58.974Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-23T13:18:58.974Z] Fetched 8848 B in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-23T13:18:58.974Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-23T13:18:58.974Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-23T13:18:58.974Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-23T13:18:58.974Z] Fetched 214 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-23T13:18:58.974Z] Fetched 154 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-23T13:18:58.974Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-23T13:18:58.974Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-23T13:18:58.974Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-23T13:18:58.974Z] Fetched 499 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-23T13:18:58.974Z] Fetched 111 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-23T13:18:58.974Z] Fetched 240 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-23T13:18:58.974Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-23T13:18:58.974Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-23T13:18:58.974Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-23T13:18:58.974Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-23T13:18:58.974Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-23T13:18:58.974Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-23T13:18:58.974Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-23T13:18:58.974Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-23T13:18:58.974Z] Fetched 8720 B in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-23T13:18:58.974Z] Fetched 137 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-23T13:18:58.974Z] Fetched 119 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-23T13:18:58.974Z] Fetched 109 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-23T13:18:58.974Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-23T13:18:58.974Z] Fetched 645 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-23T13:18:58.974Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-23T13:18:58.974Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-23T13:18:58.974Z] Fetched 368 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-23T13:18:58.974Z] Fetched 187 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-23T13:18:58.974Z] Fetched 175 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-23T13:18:58.974Z] Fetched 206 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-23T13:18:58.974Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-23T13:18:58.974Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-23T13:18:58.974Z] Fetched 159 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-23T13:18:58.974Z] Fetched 107 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-23T13:18:58.974Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-23T13:18:58.974Z] Pulling static-packages [2021-03-23T13:18:58.974Z] + snapcraftctl pull [2021-03-23T13:18:58.974Z] Pulling version [2021-03-23T13:18:58.974Z] + cd /root/project [2021-03-23T13:18:58.974Z] + [ -f VERSION ] [2021-03-23T13:18:58.974Z] + PROJECT_VERSION=local-dev [2021-03-23T13:18:58.974Z] + git rev-parse --short HEAD [2021-03-23T13:18:58.974Z] + GIT_REVISION=4e8507bf [2021-03-23T13:18:58.974Z] + snapcraftctl set-version local-dev [2021-03-23T13:18:58.974Z] Skipping build go-build-helper (already ran) [2021-03-23T13:18:58.974Z] Building app-service-config [2021-03-23T13:18:58.974Z] + make build [2021-03-23T13:18:58.974Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-23T13:19:01.534Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-23T13:19:01.534Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-23T13:19:01.534Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-23T13:19:01.795Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-23T13:19:01.795Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-23T13:19:01.795Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-23T13:19:01.795Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-23T13:19:01.795Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-23T13:19:01.795Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-23T13:19:02.057Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-23T13:19:02.057Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-23T13:19:02.328Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-23T13:19:02.328Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-23T13:19:02.591Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-23T13:19:02.591Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-23T13:19:02.591Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-23T13:19:04.052Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-23T13:19:04.052Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-23T13:19:04.052Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-23T13:19:04.052Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-23T13:19:04.052Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-23T13:19:04.052Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-23T13:19:04.052Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-23T13:19:04.052Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-23T13:19:04.052Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-23T13:19:04.052Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-23T13:19:04.052Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-23T13:19:04.052Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-23T13:19:04.052Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-23T13:19:04.052Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-23T13:19:04.052Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-23T13:19:04.052Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-23T13:19:04.052Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-23T13:19:04.052Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-23T13:19:04.052Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-23T13:19:04.052Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-23T13:19:04.052Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-23T13:19:04.052Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-23T13:19:04.052Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-23T13:19:04.052Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-23T13:19:04.052Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-23T13:19:04.052Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-23T13:19:04.052Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-23T13:19:18.116Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:19:18.116Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:19:18.116Z] ---> ffcc42d44b03 [2021-03-23T13:19:18.116Z] Step 3/26 : WORKDIR /edgex-go [2021-03-23T13:19:18.116Z] ---> Using cache [2021-03-23T13:19:18.116Z] ---> 5428dc8c0989 [2021-03-23T13:19:18.116Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:19:18.116Z] ---> Using cache [2021-03-23T13:19:18.116Z] ---> 613912e97021 [2021-03-23T13:19:18.116Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-23T13:19:19.009Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-23T13:19:19.009Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-23T13:19:19.009Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-23T13:19:19.009Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-23T13:19:19.009Z] Building config-common [2021-03-23T13:19:19.009Z] + snapcraftctl build [2021-03-23T13:19:22.320Z] Building edgex-go [2021-03-23T13:19:22.896Z] + cd /root/parts/edgex-go/src [2021-03-23T13:19:22.896Z] + make build [2021-03-23T13:19:22.896Z] 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-23T13:19:23.490Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-23T13:19:23.490Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 [2021-03-23T13:19:23.490Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-23T13:19:23.490Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-23T13:19:23.490Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-23T13:19:23.490Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-23T13:19:23.490Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-23T13:19:23.490Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-23T13:19:23.490Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-23T13:19:23.490Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-23T13:19:23.490Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-23T13:19:24.844Z] ---> Running in 5e182e680655 [2021-03-23T13:19:25.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:19:26.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:19:26.722Z] OK: 217 MiB in 51 packages [2021-03-23T13:19:28.702Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:19:28.702Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:19:28.702Z] ---> ffcc42d44b03 [2021-03-23T13:19:28.702Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T13:19:28.702Z] ---> Using cache [2021-03-23T13:19:28.702Z] ---> 5428dc8c0989 [2021-03-23T13:19:28.702Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:19:28.702Z] ---> Using cache [2021-03-23T13:19:28.702Z] ---> 613912e97021 [2021-03-23T13:19:28.702Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T13:19:28.702Z] ---> Using cache [2021-03-23T13:19:28.702Z] ---> 5b23d39debb2 [2021-03-23T13:19:28.702Z] Step 6/23 : COPY go.mod . [2021-03-23T13:19:28.702Z] ---> Using cache [2021-03-23T13:19:28.702Z] ---> 9d48005cfa47 [2021-03-23T13:19:28.702Z] Step 7/23 : RUN go mod download [2021-03-23T13:19:28.702Z] ---> Using cache [2021-03-23T13:19:28.702Z] ---> bbc386cb321f [2021-03-23T13:19:28.702Z] Step 8/23 : COPY . . [2021-03-23T13:19:28.975Z] ---> Using cache [2021-03-23T13:19:28.975Z] ---> b758997c1386 [2021-03-23T13:19:28.975Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-23T13:19:29.572Z] ---> Running in 0479bd1c520b [2021-03-23T13:19:30.121Z] 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-23T13:19:30.122Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-23T13:19:30.178Z] Removing intermediate container 5e182e680655 [2021-03-23T13:19:30.179Z] ---> 520cfe4e6ca4 [2021-03-23T13:19:30.179Z] Step 6/26 : COPY go.mod . [2021-03-23T13:19:30.773Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:19:30.773Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:19:30.773Z] ---> ffcc42d44b03 [2021-03-23T13:19:30.773Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T13:19:30.773Z] ---> Using cache [2021-03-23T13:19:30.773Z] ---> 5428dc8c0989 [2021-03-23T13:19:30.773Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:19:30.773Z] ---> Using cache [2021-03-23T13:19:30.773Z] ---> 613912e97021 [2021-03-23T13:19:30.773Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-23T13:19:30.773Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T13:19:30.773Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-23T13:19:30.773Z] ---> ffcc42d44b03 [2021-03-23T13:19:30.774Z] Step 3/31 : WORKDIR /edgex-go [2021-03-23T13:19:30.774Z] ---> Using cache [2021-03-23T13:19:30.774Z] ---> 5428dc8c0989 [2021-03-23T13:19:30.774Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:19:30.774Z] ---> Using cache [2021-03-23T13:19:30.774Z] ---> 613912e97021 [2021-03-23T13:19:30.774Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-23T13:19:30.774Z] ---> Using cache [2021-03-23T13:19:30.774Z] ---> 5b23d39debb2 [2021-03-23T13:19:30.774Z] Step 6/31 : COPY go.mod . [2021-03-23T13:19:30.774Z] ---> Using cache [2021-03-23T13:19:30.774Z] ---> 9d48005cfa47 [2021-03-23T13:19:30.774Z] Step 7/31 : RUN go mod download [2021-03-23T13:19:30.774Z] ---> Using cache [2021-03-23T13:19:30.774Z] ---> bbc386cb321f [2021-03-23T13:19:30.774Z] Step 8/31 : COPY . . [2021-03-23T13:19:30.774Z] ---> Running in ca894c750929 [2021-03-23T13:19:31.046Z] ---> Using cache [2021-03-23T13:19:31.046Z] ---> b758997c1386 [2021-03-23T13:19:31.046Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-23T13:19:31.046Z] ---> 90e901f696c4 [2021-03-23T13:19:31.046Z] Step 7/26 : RUN go mod download [2021-03-23T13:19:31.320Z] ---> Running in 0f6c387aeba2 [2021-03-23T13:19:31.320Z] 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-23T13:19:31.320Z] ---> Running in 752502fa0ddd [2021-03-23T13:19:32.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:19:33.367Z] 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-23T13:19:33.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:19:34.353Z] OK: 217 MiB in 51 packages [2021-03-23T13:19:35.795Z] Removing intermediate container 752502fa0ddd [2021-03-23T13:19:35.795Z] ---> 6d5506490871 [2021-03-23T13:19:35.795Z] Step 8/26 : COPY . . [2021-03-23T13:19:36.070Z] Removing intermediate container ca894c750929 [2021-03-23T13:19:36.070Z] ---> c0f074c4703c [2021-03-23T13:19:36.070Z] Step 6/23 : COPY go.mod . [2021-03-23T13:19:36.726Z] 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-23T13:19:37.536Z] ---> 1298da43ea12 [2021-03-23T13:19:37.536Z] Step 7/23 : RUN go mod download [2021-03-23T13:19:38.121Z] 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-23T13:19:38.147Z] ---> Running in 41b2dc861734 [2021-03-23T13:19:40.693Z] 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-23T13:19:41.318Z] 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-23T13:19:41.318Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-23T13:19:41.610Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-23T13:19:41.610Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-23T13:19:41.610Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-23T13:19:44.184Z] 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-23T13:19:44.184Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-23T13:19:44.184Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-23T13:19:44.914Z] Removing intermediate container 41b2dc861734 [2021-03-23T13:19:44.914Z] ---> 15c98237e02d [2021-03-23T13:19:44.914Z] Step 8/23 : COPY . . [2021-03-23T13:19:46.106Z] 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-23T13:19:47.495Z] 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-23T13:19:47.758Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-23T13:19:49.683Z] 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-23T13:19:51.603Z] 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-23T13:19:51.603Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-23T13:19:52.998Z] 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-23T13:19:53.259Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-23T13:19:55.816Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-23T13:19:55.816Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-23T13:19:55.816Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-23T13:19:55.816Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-23T13:19:55.816Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-23T13:19:55.816Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-23T13:19:55.816Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-23T13:19:55.816Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-23T13:19:55.816Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-23T13:19:55.816Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-23T13:19:55.816Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-23T13:19:55.816Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-23T13:19:55.816Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-23T13:19:55.816Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-23T13:19:55.816Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-23T13:19:55.816Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-23T13:19:55.816Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-23T13:19:55.816Z] + 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-23T13:19:55.816Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-23T13:19:56.077Z] + 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-23T13:19:56.077Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-23T13:19:56.077Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-23T13:19:56.077Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-23T13:19:56.077Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-23T13:19:56.077Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-23T13:19:56.077Z] + 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-23T13:20:00.299Z] Building static-packages [2021-03-23T13:20:00.299Z] + snapcraftctl build [2021-03-23T13:20:02.864Z] Building version [2021-03-23T13:20:02.864Z] + snapcraftctl build [2021-03-23T13:20:03.259Z] ---> db580c586b3e [2021-03-23T13:20:03.259Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-23T13:20:03.259Z] ---> Running in 12e6d075777d [2021-03-23T13:20:05.247Z] 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-23T13:20:06.189Z] Skipping stage go-build-helper (already ran) [2021-03-23T13:20:06.189Z] Staging app-service-config [2021-03-23T13:20:06.189Z] + snapcraftctl stage [2021-03-23T13:20:07.583Z] Staging config-common [2021-03-23T13:20:07.583Z] + snapcraftctl stage [2021-03-23T13:20:08.975Z] Staging edgex-go [2021-03-23T13:20:08.975Z] + snapcraftctl stage [2021-03-23T13:20:10.367Z] Staging static-packages [2021-03-23T13:20:10.367Z] + snapcraftctl stage [2021-03-23T13:20:10.656Z] ---> 84af6311b0eb [2021-03-23T13:20:10.656Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-23T13:20:10.656Z] ---> Running in e7c5b299f006 [2021-03-23T13:20:11.758Z] Staging version [2021-03-23T13:20:11.759Z] + snapcraftctl stage [2021-03-23T13:20:12.645Z] 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-23T13:20:12.707Z] Priming go-build-helper [2021-03-23T13:20:12.707Z] + snapcraftctl prime [2021-03-23T13:20:14.626Z] Priming app-service-config [2021-03-23T13:20:14.626Z] + snapcraftctl prime [2021-03-23T13:20:16.020Z] Priming config-common [2021-03-23T13:20:16.020Z] + snapcraftctl prime [2021-03-23T13:20:17.411Z] Priming edgex-go [2021-03-23T13:20:17.411Z] + snapcraftctl prime [2021-03-23T13:20:18.803Z] Priming static-packages [2021-03-23T13:20:18.803Z] + snapcraftctl prime [2021-03-23T13:20:22.112Z] Priming version [2021-03-23T13:20:22.112Z] + snapcraftctl prime [2021-03-23T13:20:23.061Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-23T13:20:59.660Z] Removing intermediate container 0f6c387aeba2 [2021-03-23T13:20:59.660Z] ---> 85b083a191f3 [2021-03-23T13:20:59.660Z] [2021-03-23T13:20:59.660Z] Step 10/31 : FROM alpine:3.12 [2021-03-23T13:20:59.660Z] ---> d10569e2745f [2021-03-23T13:20:59.660Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-23T13:20:59.660Z] ---> Running in 26f1cef818e7 [2021-03-23T13:20:59.660Z] Removing intermediate container 26f1cef818e7 [2021-03-23T13:20:59.660Z] ---> e0eff29c92e4 [2021-03-23T13:20:59.660Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-23T13:20:59.660Z] Removing intermediate container 0479bd1c520b [2021-03-23T13:20:59.660Z] ---> 378b7ae2da95 [2021-03-23T13:20:59.660Z] [2021-03-23T13:20:59.660Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T13:20:59.660Z] ---> d10569e2745f [2021-03-23T13:20:59.660Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T13:20:59.660Z] ---> Using cache [2021-03-23T13:20:59.660Z] ---> cb7124cf01a4 [2021-03-23T13:20:59.660Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T13:20:59.660Z] ---> Using cache [2021-03-23T13:20:59.660Z] ---> 785fc7ce8ab9 [2021-03-23T13:20:59.660Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-23T13:20:59.660Z] ---> Running in 490fc28e114d [2021-03-23T13:20:59.660Z] ---> Running in ae173b837fa1 [2021-03-23T13:20:59.660Z] Removing intermediate container ae173b837fa1 [2021-03-23T13:20:59.660Z] ---> 66d62b554583 [2021-03-23T13:20:59.660Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T13:20:59.660Z] ---> Running in fd05d2c64171 [2021-03-23T13:20:59.660Z] Removing intermediate container fd05d2c64171 [2021-03-23T13:20:59.660Z] ---> c589c3f70774 [2021-03-23T13:20:59.660Z] Step 15/23 : WORKDIR / [2021-03-23T13:20:59.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:20:59.660Z] ---> Running in baabdd6a5e78 [2021-03-23T13:20:59.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:20:59.660Z] Removing intermediate container baabdd6a5e78 [2021-03-23T13:20:59.660Z] ---> b5e0988e1ac4 [2021-03-23T13:20:59.660Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T13:20:59.660Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-23T13:20:59.660Z] (2/2) Installing su-exec (0.2-r1) [2021-03-23T13:20:59.660Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:20:59.660Z] OK: 5 MiB in 16 packages [2021-03-23T13:20:59.660Z] ---> c18dbd75b4b5 [2021-03-23T13:20:59.660Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-23T13:21:00.647Z] Removing intermediate container 490fc28e114d [2021-03-23T13:21:00.647Z] ---> b5859f659796 [2021-03-23T13:21:00.647Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-23T13:21:00.647Z] ---> Running in dafc089d441d [2021-03-23T13:21:01.634Z] Removing intermediate container dafc089d441d [2021-03-23T13:21:01.634Z] ---> 42c377f48029 [2021-03-23T13:21:01.634Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-23T13:21:01.911Z] ---> Running in d478ef152985 [2021-03-23T13:21:02.187Z] ---> 6c146bdebc10 [2021-03-23T13:21:02.187Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-23T13:21:02.796Z] Removing intermediate container d478ef152985 [2021-03-23T13:21:02.796Z] ---> 7ed42748b3df [2021-03-23T13:21:02.796Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-23T13:21:03.074Z] ---> Running in 7daba8e04a18 [2021-03-23T13:21:04.062Z] ---> 7c9bf27a9e74 [2021-03-23T13:21:04.062Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-23T13:21:04.062Z] ---> Running in f879de6cd0f8 [2021-03-23T13:21:04.697Z] Removing intermediate container f879de6cd0f8 [2021-03-23T13:21:04.697Z] ---> fb060ccfb3bd [2021-03-23T13:21:04.697Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T13:21:04.980Z] ---> Running in 7a0095056a6e [2021-03-23T13:21:05.959Z] Removing intermediate container 7a0095056a6e [2021-03-23T13:21:05.960Z] ---> 7b5b2d996298 [2021-03-23T13:21:05.960Z] Step 21/23 : LABEL arch=arm64 [2021-03-23T13:21:06.236Z] ---> Running in c333d9fd36b9 [2021-03-23T13:21:06.838Z] Removing intermediate container 7daba8e04a18 [2021-03-23T13:21:06.838Z] ---> e212ca36eb6a [2021-03-23T13:21:06.838Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-23T13:21:07.114Z] ---> Running in 7bca53359172 [2021-03-23T13:21:07.114Z] Removing intermediate container c333d9fd36b9 [2021-03-23T13:21:07.114Z] ---> 607db1dea914 [2021-03-23T13:21:07.114Z] Step 22/23 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:21:07.389Z] ---> Running in 703db4ce3b68 [2021-03-23T13:21:07.988Z] Removing intermediate container 7bca53359172 [2021-03-23T13:21:07.988Z] ---> 80399a499138 [2021-03-23T13:21:07.988Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-23T13:21:08.270Z] Removing intermediate container 703db4ce3b68 [2021-03-23T13:21:08.270Z] ---> 4fd35b22623a [2021-03-23T13:21:08.270Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T13:21:08.549Z] ---> Running in 34ac96c85f00 [2021-03-23T13:21:09.144Z] Removing intermediate container 34ac96c85f00 [2021-03-23T13:21:09.144Z] ---> 3201b4b57e98 [2021-03-23T13:21:09.144Z] [2021-03-23T13:21:09.419Z] ---> b5e50f78a54d [2021-03-23T13:21:09.419Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-23T13:21:09.419Z] ---> Running in 34c193b79699 [2021-03-23T13:21:10.032Z] Successfully built 3201b4b57e98 [2021-03-23T13:21:10.032Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-23T13:21:14.390Z]  Building docker-core-command-go ... done Removing intermediate container 34c193b79699 [2021-03-23T13:21:14.390Z] ---> 2d34e4a3a56e [2021-03-23T13:21:14.390Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T13:21:14.668Z] ---> 92071233dc47 [2021-03-23T13:21:14.668Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-23T13:21:17.306Z] ---> aafa7a15f114 [2021-03-23T13:21:17.306Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-23T13:21:18.302Z] ---> 0203802f529a [2021-03-23T13:21:18.302Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-23T13:21:19.764Z] ---> 49f2ddebc575 [2021-03-23T13:21:19.764Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-23T13:21:21.767Z] ---> a6bfc38ef2e5 [2021-03-23T13:21:21.767Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-23T13:21:21.767Z] Removing intermediate container 12e6d075777d [2021-03-23T13:21:21.767Z] ---> b89a3ace33b2 [2021-03-23T13:21:21.767Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-23T13:21:22.050Z] ---> Running in b4472a6184e7 [2021-03-23T13:21:22.050Z] ---> Running in 50f923193cac [2021-03-23T13:21:23.031Z] Removing intermediate container b4472a6184e7 [2021-03-23T13:21:23.031Z] ---> 93549c77f2d4 [2021-03-23T13:21:23.031Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-23T13:21:23.631Z] 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-23T13:21:23.904Z] ---> ab2a62801b75 [2021-03-23T13:21:23.904Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-23T13:21:24.181Z] ---> Running in 5e52eca7117d [2021-03-23T13:21:26.820Z] Removing intermediate container 5e52eca7117d [2021-03-23T13:21:26.820Z] ---> ca153ea7925d [2021-03-23T13:21:26.820Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-23T13:21:27.416Z] ---> Running in 63dce01b4381 [2021-03-23T13:21:27.416Z] Removing intermediate container 50f923193cac [2021-03-23T13:21:27.416Z] ---> 78466ba39bd7 [2021-03-23T13:21:27.416Z] [2021-03-23T13:21:27.416Z] Step 11/26 : FROM docker:20.10.0 [2021-03-23T13:21:27.695Z] 20.10.0: Pulling from library/docker [2021-03-23T13:21:27.968Z] Removing intermediate container 63dce01b4381 [2021-03-23T13:21:27.968Z] ---> d35d93c340e8 [2021-03-23T13:21:27.968Z] Step 28/31 : CMD ["gate"] [2021-03-23T13:21:28.952Z] ---> Running in ed266c981dd6 [2021-03-23T13:21:30.394Z] Removing intermediate container ed266c981dd6 [2021-03-23T13:21:30.394Z] ---> aa276a4c5a5f [2021-03-23T13:21:30.394Z] Step 29/31 : LABEL arch=arm64 [2021-03-23T13:21:30.991Z] ---> Running in d2e19eda4ef1 [2021-03-23T13:21:31.970Z] Removing intermediate container d2e19eda4ef1 [2021-03-23T13:21:31.970Z] ---> c370e4c21155 [2021-03-23T13:21:31.970Z] Step 30/31 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:21:32.567Z] ---> Running in c8d538dccb27 [2021-03-23T13:21:33.545Z] Removing intermediate container c8d538dccb27 [2021-03-23T13:21:33.545Z] ---> 8602550b1e16 [2021-03-23T13:21:33.545Z] Step 31/31 : LABEL version=0.0.0 [2021-03-23T13:21:34.528Z] ---> Running in 70f33c29688d [2021-03-23T13:21:35.567Z] Removing intermediate container 70f33c29688d [2021-03-23T13:21:35.567Z] ---> 98cbbf504fbb [2021-03-23T13:21:35.567Z] [2021-03-23T13:21:35.840Z] Successfully built 98cbbf504fbb [2021-03-23T13:21:35.840Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-23T13:21:38.488Z]  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-23T13:21:38.759Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-23T13:21:38.759Z] ---> eeaf43b92773 [2021-03-23T13:21:38.759Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-23T13:21:39.036Z] ---> Running in 3d70584ec18c [2021-03-23T13:21:39.314Z] Removing intermediate container e7c5b299f006 [2021-03-23T13:21:39.314Z] ---> e5247db031bd [2021-03-23T13:21:39.314Z] [2021-03-23T13:21:39.314Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T13:21:39.314Z] ---> d10569e2745f [2021-03-23T13:21:39.314Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-23T13:21:39.590Z] ---> Running in 80578143fa9f [2021-03-23T13:21:40.182Z] Removing intermediate container 80578143fa9f [2021-03-23T13:21:40.182Z] ---> 8385e8ae6cdb [2021-03-23T13:21:40.182Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-23T13:21:40.182Z] ---> Running in d3c4a20ad582 [2021-03-23T13:21:40.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:21:40.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:21:40.727Z] Removing intermediate container d3c4a20ad582 [2021-03-23T13:21:40.727Z] ---> 06f50d8f94de [2021-03-23T13:21:40.727Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-23T13:21:40.727Z] ---> Running in 358b2d3d0e5e [2021-03-23T13:21:41.327Z] (1/2) Installing readline (8.0.4-r0) [2021-03-23T13:21:41.327Z] (2/2) Installing bash (5.0.17-r0) [2021-03-23T13:21:41.327Z] Executing bash-5.0.17-r0.post-install [2021-03-23T13:21:41.327Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:21:41.327Z] Removing intermediate container 358b2d3d0e5e [2021-03-23T13:21:41.327Z] ---> 27dadcdf572e [2021-03-23T13:21:41.327Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T13:21:41.327Z] OK: 12 MiB in 22 packages [2021-03-23T13:21:41.327Z] ---> Running in 8ecafb9053fc [2021-03-23T13:21:42.779Z] Removing intermediate container 3d70584ec18c [2021-03-23T13:21:42.779Z] ---> 98d6b2a02fd2 [2021-03-23T13:21:42.779Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-23T13:21:42.779Z] ---> Running in d4ce4183634a [2021-03-23T13:21:43.053Z] Removing intermediate container d4ce4183634a [2021-03-23T13:21:43.053Z] ---> 775909a0dcba [2021-03-23T13:21:43.053Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-23T13:21:43.327Z] ---> Running in 4a33b8275d7e [2021-03-23T13:21:43.601Z] Removing intermediate container 8ecafb9053fc [2021-03-23T13:21:43.601Z] ---> 422797feea17 [2021-03-23T13:21:43.601Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-23T13:21:43.877Z] Removing intermediate container 4a33b8275d7e [2021-03-23T13:21:43.877Z] ---> 65ff58cb224b [2021-03-23T13:21:43.877Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-23T13:21:43.877Z] ---> Running in 2a42a00a4667 [2021-03-23T13:21:43.877Z] ---> Running in eb23fc59b5aa [2021-03-23T13:21:44.472Z] Removing intermediate container eb23fc59b5aa [2021-03-23T13:21:44.472Z] ---> 55121bf94fe6 [2021-03-23T13:21:44.472Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-23T13:21:45.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:21:45.666Z] ---> 13c9d914348b [2021-03-23T13:21:45.666Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-23T13:21:45.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:21:46.539Z] ---> e0d14c2b872c [2021-03-23T13:21:46.539Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-23T13:21:46.539Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-23T13:21:46.539Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-23T13:21:46.813Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-23T13:21:46.813Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-23T13:21:47.085Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-23T13:21:47.085Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-23T13:21:47.355Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:21:47.355Z] OK: 8 MiB in 20 packages [2021-03-23T13:21:47.355Z] ---> 2fa68ae56edb [2021-03-23T13:21:47.355Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-23T13:21:47.627Z] ---> Running in 8658e137daaa [2021-03-23T13:21:48.610Z] Removing intermediate container 2a42a00a4667 [2021-03-23T13:21:48.610Z] ---> e1359f1cc3cf [2021-03-23T13:21:48.610Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T13:21:48.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:21:48.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:21:49.487Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-23T13:21:49.487Z] ---> f5c604f962a2 [2021-03-23T13:21:49.487Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-23T13:21:49.487Z] (2/33) Installing expat (2.2.9-r1) [2021-03-23T13:21:49.487Z] (3/33) Installing libffi (3.3-r2) [2021-03-23T13:21:49.487Z] (4/33) Installing gdbm (1.13-r1) [2021-03-23T13:21:49.487Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-23T13:21:49.487Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-23T13:21:49.487Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-23T13:21:51.459Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-23T13:21:51.459Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-23T13:21:51.459Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-23T13:21:51.459Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-23T13:21:51.459Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-23T13:21:51.459Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-23T13:21:51.459Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-23T13:21:51.459Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-23T13:21:51.459Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-23T13:21:51.732Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-23T13:21:51.732Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-23T13:21:51.732Z] ---> c3e611cc7436 [2021-03-23T13:21:51.732Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-23T13:21:51.732Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-23T13:21:51.732Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-23T13:21:51.732Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-23T13:21:51.732Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-23T13:21:51.732Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-23T13:21:51.732Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-23T13:21:51.732Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-23T13:21:51.732Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-23T13:21:51.732Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-23T13:21:52.014Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-23T13:21:52.014Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-23T13:21:52.014Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-23T13:21:52.014Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-23T13:21:52.014Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-23T13:21:52.014Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-23T13:21:52.014Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:21:52.014Z] OK: 71 MiB in 55 packages [2021-03-23T13:21:52.615Z] ---> 96ab031dee8b [2021-03-23T13:21:52.615Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-23T13:21:52.888Z] ---> Running in e8f3b6a0b802 [2021-03-23T13:21:53.488Z] Removing intermediate container e8f3b6a0b802 [2021-03-23T13:21:53.488Z] ---> c8b458aded98 [2021-03-23T13:21:53.488Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T13:21:53.488Z] ---> Running in 8d77199eec2d [2021-03-23T13:21:54.085Z] Removing intermediate container 8d77199eec2d [2021-03-23T13:21:54.085Z] ---> 5ed5017c3c3f [2021-03-23T13:21:54.085Z] Step 21/23 : LABEL arch=arm64 [2021-03-23T13:21:54.362Z] ---> Running in 47124cc23745 [2021-03-23T13:21:54.963Z] Removing intermediate container 47124cc23745 [2021-03-23T13:21:54.963Z] ---> d352fe8fb74f [2021-03-23T13:21:54.963Z] Step 22/23 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:21:55.239Z] ---> Running in fb07c87892ac [2021-03-23T13:21:55.835Z] Removing intermediate container fb07c87892ac [2021-03-23T13:21:55.835Z] ---> 105beeae0206 [2021-03-23T13:21:55.835Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T13:21:55.835Z] ---> Running in 1d785f95be14 [2021-03-23T13:21:56.431Z] Removing intermediate container 1d785f95be14 [2021-03-23T13:21:56.431Z] ---> 7af77884e569 [2021-03-23T13:21:56.431Z] [2021-03-23T13:21:57.028Z] Successfully built 7af77884e569 [2021-03-23T13:21:57.028Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-23T13:21:58.002Z]  Building docker-core-data-go ... done Removing intermediate container 8658e137daaa [2021-03-23T13:21:58.002Z] ---> 2d2a0d1cc94e [2021-03-23T13:21:58.002Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-23T13:21:58.279Z] ---> Running in ce35c4f35f59 [2021-03-23T13:22:02.572Z] Collecting docker-compose==1.23.2 [2021-03-23T13:22:02.842Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-23T13:22:04.263Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-23T13:22:04.263Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-23T13:22:04.852Z] Collecting jsonschema<3,>=2.5.1 [2021-03-23T13:22:04.852Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-23T13:22:05.442Z] Collecting docker<4.0,>=3.6.0 [2021-03-23T13:22:05.442Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-23T13:22:06.031Z] Collecting texttable<0.10,>=0.9.0 [2021-03-23T13:22:06.031Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-23T13:22:07.996Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-23T13:22:07.996Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-23T13:22:09.970Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-23T13:22:09.970Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-23T13:22:10.243Z] Collecting cached-property<2,>=1.2.0 [2021-03-23T13:22:10.243Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-23T13:22:10.516Z] Collecting docopt<0.7,>=0.6.1 [2021-03-23T13:22:10.516Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-23T13:22:13.132Z] Collecting PyYAML<4,>=3.10 [2021-03-23T13:22:13.132Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-23T13:22:15.734Z] 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-23T13:22:15.734Z] 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-23T13:22:15.734Z] 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-23T13:22:16.327Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-23T13:22:16.327Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-23T13:22:16.598Z] Collecting idna<2.8,>=2.5 [2021-03-23T13:22:16.598Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-23T13:22:16.869Z] Collecting docker-pycreds>=0.4.0 [2021-03-23T13:22:16.869Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-23T13:22:17.140Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-23T13:22:17.140Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-23T13:22:17.140Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-23T13:22:17.140Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-23T13:22:18.173Z] Installing collected packages: urllib3, idna, requests, jsonschema, websocket-client, docker-pycreds, docker, texttable, dockerpty, cached-property, docopt, PyYAML, docker-compose [2021-03-23T13:22:18.173Z] Attempting uninstall: urllib3 [2021-03-23T13:22:18.173Z] Found existing installation: urllib3 1.25.9 [2021-03-23T13:22:18.173Z] Uninstalling urllib3-1.25.9: [2021-03-23T13:22:18.174Z] Successfully uninstalled urllib3-1.25.9 [2021-03-23T13:22:18.779Z] Attempting uninstall: idna [2021-03-23T13:22:18.779Z] Found existing installation: idna 2.9 [2021-03-23T13:22:18.779Z] Uninstalling idna-2.9: [2021-03-23T13:22:19.053Z] Successfully uninstalled idna-2.9 [2021-03-23T13:22:19.665Z] Attempting uninstall: requests [2021-03-23T13:22:19.665Z] Found existing installation: requests 2.23.0 [2021-03-23T13:22:19.952Z] Uninstalling requests-2.23.0: [2021-03-23T13:22:19.952Z] Successfully uninstalled requests-2.23.0 [2021-03-23T13:22:21.973Z] Running setup.py install for texttable: started [2021-03-23T13:22:23.957Z] Running setup.py install for texttable: finished with status 'done' [2021-03-23T13:22:23.957Z] Running setup.py install for dockerpty: started [2021-03-23T13:22:25.389Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-23T13:22:25.389Z] Running setup.py install for docopt: started [2021-03-23T13:22:27.368Z] Running setup.py install for docopt: finished with status 'done' [2021-03-23T13:22:27.368Z] Running setup.py install for PyYAML: started [2021-03-23T13:22:29.339Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-23T13:22:30.318Z] 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-23T13:22:34.620Z] Removing intermediate container ce35c4f35f59 [2021-03-23T13:22:34.620Z] ---> 5836e1f62470 [2021-03-23T13:22:34.620Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-23T13:22:34.620Z] ---> Running in 9c2580547e7d [2021-03-23T13:22:35.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T13:22:35.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T13:22:36.086Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T13:22:36.086Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-23T13:22:36.086Z] (3/3) Installing curl (7.69.1-r3) [2021-03-23T13:22:36.086Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T13:22:36.086Z] OK: 72 MiB in 58 packages [2021-03-23T13:22:37.067Z] Removing intermediate container 9c2580547e7d [2021-03-23T13:22:37.067Z] ---> 80dbf9ca9d13 [2021-03-23T13:22:37.067Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-23T13:22:37.341Z] ---> Running in 062deeffce91 [2021-03-23T13:22:37.938Z] Removing intermediate container 062deeffce91 [2021-03-23T13:22:37.938Z] ---> 8822cc16ce41 [2021-03-23T13:22:37.938Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T13:22:37.938Z] ---> Running in 7cb3b2f80ea1 [2021-03-23T13:22:38.538Z] Removing intermediate container 7cb3b2f80ea1 [2021-03-23T13:22:38.538Z] ---> bf8226a0a251 [2021-03-23T13:22:38.538Z] Step 24/26 : LABEL arch=arm64 [2021-03-23T13:22:38.538Z] ---> Running in 693921cb8386 [2021-03-23T13:22:39.134Z] Removing intermediate container 693921cb8386 [2021-03-23T13:22:39.134Z] ---> 6562ca2b4bed [2021-03-23T13:22:39.134Z] Step 25/26 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 [2021-03-23T13:22:39.134Z] ---> Running in 3cf785dbf63f [2021-03-23T13:22:39.730Z] Removing intermediate container 3cf785dbf63f [2021-03-23T13:22:39.730Z] ---> c3aba79164e4 [2021-03-23T13:22:39.730Z] Step 26/26 : LABEL version=0.0.0 [2021-03-23T13:22:39.730Z] ---> Running in b1b5f6fab9da [2021-03-23T13:22:40.329Z] Removing intermediate container b1b5f6fab9da [2021-03-23T13:22:40.329Z] ---> a66f71b1116f [2021-03-23T13:22:40.329Z] [2021-03-23T13:22:40.602Z] Successfully built a66f71b1116f [2021-03-23T13:22:40.602Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-23T13:22:41.213Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-23T13:22:41.239Z] $ docker stop --time=1 a11e3b464eafb0e93c67a2c5dc72641f2bd3527f1347ace59dcec3d663ff7a9c [2021-03-23T13:22:43.191Z] $ docker rm -f a11e3b464eafb0e93c67a2c5dc72641f2bd3527f1347ace59dcec3d663ff7a9c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T13:22:43.909Z] + + dockergrep images docker [2021-03-23T13:22:43.909Z] [2021-03-23T13:22:44.181Z] docker-sys-mgmt-agent-go-arm64 latest a66f71b1116f 5 seconds ago 300MB [2021-03-23T13:22:44.181Z] docker-core-data-go-arm64 latest 7af77884e569 48 seconds ago 21.3MB [2021-03-23T13:22:44.181Z] docker-security-bootstrapper-go-arm64 latest 98cbbf504fbb About a minute ago 17.8MB [2021-03-23T13:22:44.181Z] docker-core-command-go-arm64 latest 3201b4b57e98 About a minute ago 16.3MB [2021-03-23T13:22:44.181Z] docker-core-metadata-go-arm64 latest 3005fee1cdf5 4 minutes ago 17.9MB [2021-03-23T13:22:44.181Z] docker-support-notifications-go-arm64 latest d7451bc15e9b 4 minutes ago 16.9MB [2021-03-23T13:22:44.181Z] docker-support-scheduler-go-arm64 latest 47755af01fa8 4 minutes ago 16.3MB [2021-03-23T13:22:44.181Z] docker-security-secretstore-setup-go-arm64 latest 7ce34e109f86 4 minutes ago 23.7MB [2021-03-23T13:22:44.181Z] docker-security-proxy-setup-go-arm64 latest 41e8399b727f 4 minutes ago 23.4MB [2021-03-23T13:22:44.181Z] 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-23T13:22:45.128Z] ---> job-cost.sh [2021-03-23T13:22:45.128Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xr2C [2021-03-23T13:23:24.046Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T13:25:00.782Z] lf-activate-venv(): INFO: Adding /tmp/venv-xr2C/bin to PATH [2021-03-23T13:25:00.782Z] INFO: No Stack... [2021-03-23T13:25:00.782Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-23T13:25:00.782Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T13:25:01.116Z] + + cutcat -d, /w/workspace/edgex-go/27/archives/cost.csv -f6 [2021-03-23T13:25:01.116Z] [Pipeline] lock [2021-03-23T13:25:01.243Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-27-stack-cost] [2021-03-23T13:25:01.251Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-27-stack-cost] did not exist. Created. [2021-03-23T13:25:01.251Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-27-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T13:25:01.701Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-23T13:25:01.964Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T13:25:01.973Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-27-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-23T13:25:03.439Z] provisioning config files... [2021-03-23T13:25:03.450Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/27@tmp/config1734618003213026165tmp [Pipeline] { [Pipeline] sh [2021-03-23T13:25:03.892Z] + set +x [2021-03-23T13:25:03.892Z] + curl -s https://codecov.io/bash [2021-03-23T13:25:03.892Z] + bash -s -- [2021-03-23T13:25:04.471Z] [2021-03-23T13:25:04.471Z] _____ _ [2021-03-23T13:25:04.471Z] / ____| | | [2021-03-23T13:25:04.471Z] | | ___ __| | ___ ___ _____ __ [2021-03-23T13:25:04.471Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-23T13:25:04.471Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-23T13:25:04.471Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-23T13:25:04.471Z] Bash-20210309-2b87ace [2021-03-23T13:25:04.471Z] [2021-03-23T13:25:04.471Z] [2021-03-23T13:25:04.471Z] ==> git version 2.24.3 found [2021-03-23T13:25:04.471Z] ==> 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-23T13:25:04.471Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-23T13:25:04.471Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-23T13:25:04.471Z] ==> Jenkins CI detected. [2021-03-23T13:25:04.471Z] project root: . [2021-03-23T13:25:04.471Z] --> token set from env [2021-03-23T13:25:04.471Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-23T13:25:04.471Z] ==> Running gcov in . (disable via -X gcov) [2021-03-23T13:25:04.471Z] ==> Python coveragepy not found [2021-03-23T13:25:04.471Z] ==> Searching for coverage reports in: [2021-03-23T13:25:04.471Z] + . [2021-03-23T13:25:04.471Z] -> Found 1 reports [2021-03-23T13:25:04.471Z] ==> Detecting git/mercurial file structure [2021-03-23T13:25:04.471Z] ==> Reading reports [2021-03-23T13:25:04.471Z] + ./coverage.out bytes=659965 [2021-03-23T13:25:04.471Z] ==> Appending adjustments [2021-03-23T13:25:04.471Z] https://docs.codecov.io/docs/fixing-reports [2021-03-23T13:25:08.693Z] + Found adjustments [2021-03-23T13:25:08.693Z] ==> Gzipping contents [2021-03-23T13:25:08.693Z] 96K /tmp/codecov.7UNjYz.gz [2021-03-23T13:25:08.693Z] ==> Uploading reports [2021-03-23T13:25:08.693Z] url: https://codecov.io [2021-03-23T13:25:08.693Z] query: branch=PR-3234&commit=4e8507bf02f169bfeeba70db1f6d158394b064b0&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F27%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-23T13:25:08.693Z] -> Pinging Codecov [2021-03-23T13:25:08.693Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=4e8507bf02f169bfeeba70db1f6d158394b064b0&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F27%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-23T13:25:08.693Z] -> Uploading to [2021-03-23T13:25:08.693Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-23/00271124DB129430A58F1EEE437C3FCB/4e8507bf02f169bfeeba70db1f6d158394b064b0/0cf3902e-569d-4223-bf90-bfa64c2b1517.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T132508Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dc032bc30e50df3518965515ce070a3d21f58c7b20f4566b7ccbc8b7ca55bd42 [2021-03-23T13:25:08.693Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T13:25:08.693Z] Dload Upload Total Spent Left Speed [2021-03-23T13:25:08.954Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96048 0 0 100 96048 0 192k --:--:-- --:--:-- --:--:-- 192k [2021-03-23T13:25:08.954Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4e8507bf02f169bfeeba70db1f6d158394b064b0 [Pipeline] } [2021-03-23T13:25:08.964Z] 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-23T13:25:10.762Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T13:25:11.644Z] ---> package-listing.sh [2021-03-23T13:25:11.644Z] ++ facter osfamily [2021-03-23T13:25:11.644Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-23T13:25:11.644Z] + OS_FAMILY=redhat [2021-03-23T13:25:11.644Z] + workspace=/w/workspace/edgex-go/27 [2021-03-23T13:25:11.644Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-23T13:25:11.645Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-23T13:25:11.645Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-23T13:25:11.645Z] + PACKAGES=/tmp/packages_start.txt [2021-03-23T13:25:11.645Z] + '[' /w/workspace/edgex-go/27 ']' [2021-03-23T13:25:11.645Z] + PACKAGES=/tmp/packages_end.txt [2021-03-23T13:25:11.645Z] + case "${OS_FAMILY}" in [2021-03-23T13:25:11.645Z] + rpm -qa [2021-03-23T13:25:11.645Z] + sort [2021-03-23T13:25:17.070Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-23T13:25:17.071Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-23T13:25:17.071Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-23T13:25:17.071Z] + '[' /w/workspace/edgex-go/27 ']' [2021-03-23T13:25:17.071Z] + mkdir -p /w/workspace/edgex-go/27/archives/ [2021-03-23T13:25:17.071Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/27/archives/ [Pipeline] echo [2021-03-23T13:25:17.090Z] 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/27/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-23T13:25:17.415Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:25:17.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T13:25:17.756Z] [2021-03-23T13:25:17.756Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-23T13:25:18.111Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T13:25:18.111Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-23T13:25:18.111Z] df20fa9351a1: Pulling fs layer [2021-03-23T13:25:18.111Z] 36b3adc4ff6f: Pulling fs layer [2021-03-23T13:25:18.111Z] 8ad3a11d3b57: Pulling fs layer [2021-03-23T13:25:18.111Z] 46f8f816bc3b: Pulling fs layer [2021-03-23T13:25:18.111Z] 93b61091891f: Pulling fs layer [2021-03-23T13:25:18.111Z] 93b9cdb0e59b: Pulling fs layer [2021-03-23T13:25:18.111Z] 5e14af77c1be: Pulling fs layer [2021-03-23T13:25:18.111Z] 01666e4c0597: Pulling fs layer [2021-03-23T13:25:18.111Z] aa168da1d23b: Pulling fs layer [2021-03-23T13:25:18.111Z] 93b61091891f: Waiting [2021-03-23T13:25:18.111Z] 93b9cdb0e59b: Waiting [2021-03-23T13:25:18.111Z] 5e14af77c1be: Waiting [2021-03-23T13:25:18.111Z] aa168da1d23b: Waiting [2021-03-23T13:25:18.111Z] 46f8f816bc3b: Waiting [2021-03-23T13:25:18.111Z] 36b3adc4ff6f: Download complete [2021-03-23T13:25:18.111Z] 46f8f816bc3b: Download complete [2021-03-23T13:25:18.111Z] df20fa9351a1: Verifying Checksum [2021-03-23T13:25:18.111Z] df20fa9351a1: Download complete [2021-03-23T13:25:18.375Z] 93b9cdb0e59b: Verifying Checksum [2021-03-23T13:25:18.375Z] 93b9cdb0e59b: Download complete [2021-03-23T13:25:18.375Z] 5e14af77c1be: Verifying Checksum [2021-03-23T13:25:18.375Z] 5e14af77c1be: Download complete [2021-03-23T13:25:18.375Z] 93b61091891f: Verifying Checksum [2021-03-23T13:25:18.375Z] 93b61091891f: Download complete [2021-03-23T13:25:18.375Z] 01666e4c0597: Verifying Checksum [2021-03-23T13:25:18.375Z] 01666e4c0597: Download complete [2021-03-23T13:25:18.638Z] df20fa9351a1: Pull complete [2021-03-23T13:25:18.638Z] 8ad3a11d3b57: Verifying Checksum [2021-03-23T13:25:18.638Z] 8ad3a11d3b57: Download complete [2021-03-23T13:25:18.903Z] 36b3adc4ff6f: Pull complete [2021-03-23T13:25:19.859Z] 8ad3a11d3b57: Pull complete [2021-03-23T13:25:19.859Z] 46f8f816bc3b: Pull complete [2021-03-23T13:25:20.811Z] aa168da1d23b: Verifying Checksum [2021-03-23T13:25:20.811Z] aa168da1d23b: Download complete [2021-03-23T13:25:21.759Z] 93b61091891f: Pull complete [2021-03-23T13:25:22.024Z] 93b9cdb0e59b: Pull complete [2021-03-23T13:25:22.024Z] 5e14af77c1be: Pull complete [2021-03-23T13:25:22.287Z] 01666e4c0597: Pull complete [2021-03-23T13:25:32.328Z] aa168da1d23b: Pull complete [2021-03-23T13:25:32.329Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-23T13:25:32.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T13:25:32.329Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-23T13:25:32.582Z] prd-centos7-docker-4c-2g-31064 does not seem to be running inside a container [2021-03-23T13:25:32.637Z] $ 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/27/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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-23T13:25:36.808Z] $ docker top 3b94ba9671227adc14c4387f956fd6bd15faa143e35fa8c803e60542fbc83d78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T13:25:37.431Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-23T13:25:37.754Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-23T13:25:38.057Z] + ls /var/log/sa-host [2021-03-23T13:25:38.057Z] + sadf -c /var/log/sa-host/sa23 [2021-03-23T13:25:38.057Z] file_magic: OK [2021-03-23T13:25:38.057Z] HZ: Using current value: 100 [2021-03-23T13:25:38.057Z] file_header: OK [2021-03-23T13:25:38.057Z] 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-23T13:25:38.057Z] Statistics: [2021-03-23T13:25:38.057Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-23T13:25:38.057Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-23T13:25:38.293Z] provisioning config files... [2021-03-23T13:25:38.307Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/27@tmp/config8567804449120965087tmp [Pipeline] { [Pipeline] echo [2021-03-23T13:25:38.388Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T13:25:38.693Z] ---> create-netrc.sh [Pipeline] } [2021-03-23T13:25:38.704Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-23T13:25:38.797Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T13:25:39.098Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-23T13:25:39.109Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T13:25:39.410Z] ---> sudo-logs.sh [2021-03-23T13:25:39.410Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-23T13:25:39.479Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T13:25:39.780Z] ---> job-cost.sh [2021-03-23T13:25:39.780Z] lf-activate-venv: SKIPPING [2021-03-23T13:25:39.780Z] DEBUG: total: 0.20999999344348907 [2021-03-23T13:25:39.780Z] INFO: Retrieving Stack Cost... [2021-03-23T13:25:40.356Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T13:25:41.306Z] INFO: Archiving Costs [Pipeline] echo [2021-03-23T13:25:41.320Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T13:25:41.621Z] ---> logs-deploy.sh [2021-03-23T13:25:41.621Z] lf-activate-venv: SKIPPING [2021-03-23T13:25:41.621Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/27 [2021-03-23T13:25:41.621Z] INFO: archiving workspace using pattern(s): [2021-03-23T13:25:43.015Z] Archives upload complete. [2021-03-23T13:25:43.279Z] INFO: archiving logs to Nexus [2021-03-23T13:25:44.229Z] ---> uname -a: [2021-03-23T13:25:44.229Z] Linux prd-centos7-docker-4c-2g-31064.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-23T13:25:44.229Z] [2021-03-23T13:25:44.229Z] [2021-03-23T13:25:44.229Z] ---> lscpu: [2021-03-23T13:25:44.229Z] Architecture: x86_64 [2021-03-23T13:25:44.229Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-23T13:25:44.229Z] Byte Order: Little Endian [2021-03-23T13:25:44.229Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-23T13:25:44.229Z] CPU(s): 4 [2021-03-23T13:25:44.229Z] On-line CPU(s) list: 0-3 [2021-03-23T13:25:44.229Z] Thread(s) per core: 1 [2021-03-23T13:25:44.229Z] Core(s) per socket: 1 [2021-03-23T13:25:44.229Z] Socket(s): 4 [2021-03-23T13:25:44.229Z] NUMA node(s): 1 [2021-03-23T13:25:44.229Z] Vendor ID: GenuineIntel [2021-03-23T13:25:44.229Z] CPU family: 6 [2021-03-23T13:25:44.229Z] Model: 44 [2021-03-23T13:25:44.229Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-23T13:25:44.229Z] Stepping: 1 [2021-03-23T13:25:44.229Z] CPU MHz: 2933.438 [2021-03-23T13:25:44.229Z] BogoMIPS: 5866.87 [2021-03-23T13:25:44.229Z] Virtualization: VT-x [2021-03-23T13:25:44.229Z] Hypervisor vendor: KVM [2021-03-23T13:25:44.229Z] Virtualization type: full [2021-03-23T13:25:44.229Z] L1d cache: 128 KiB [2021-03-23T13:25:44.229Z] L1i cache: 128 KiB [2021-03-23T13:25:44.229Z] L2 cache: 16 MiB [2021-03-23T13:25:44.229Z] L3 cache: 64 MiB [2021-03-23T13:25:44.229Z] NUMA node0 CPU(s): 0-3 [2021-03-23T13:25:44.229Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-23T13:25:44.229Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-23T13:25:44.229Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-23T13:25:44.229Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-23T13:25:44.229Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-23T13:25:44.229Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-23T13:25:44.229Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-23T13:25:44.229Z] Vulnerability Srbds: Not affected [2021-03-23T13:25:44.229Z] Vulnerability Tsx async abort: Not affected [2021-03-23T13:25:44.229Z] 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-23T13:25:44.229Z] [2021-03-23T13:25:44.229Z] [2021-03-23T13:25:44.229Z] ---> nproc: [2021-03-23T13:25:44.229Z] 4 [2021-03-23T13:25:44.229Z] [2021-03-23T13:25:44.229Z] [2021-03-23T13:25:44.229Z] ---> df -h: [2021-03-23T13:25:44.229Z] Filesystem Size Used Available Use% Mounted on [2021-03-23T13:25:44.229Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-23T13:25:44.229Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-23T13:25:44.229Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-23T13:25:44.229Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-23T13:25:44.229Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-23T13:25:44.229Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-23T13:25:44.229Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-23T13:25:44.229Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-23T13:25:44.229Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-23T13:25:44.229Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-23T13:25:44.229Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-23T13:25:44.229Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-23T13:25:44.229Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/27 [2021-03-23T13:25:44.229Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/27@tmp [2021-03-23T13:25:44.229Z] [2021-03-23T13:25:44.229Z] [2021-03-23T13:25:44.229Z] ---> free -m: [2021-03-23T13:25:44.229Z] total used free shared buff/cache available [2021-03-23T13:25:44.229Z] Mem: 1837 722 124 0 990 1030 [2021-03-23T13:25:44.229Z] Swap: 1023 60 963 [2021-03-23T13:25:44.229Z] [2021-03-23T13:25:44.229Z] [2021-03-23T13:25:44.229Z] ---> ip addr: [2021-03-23T13:25:44.229Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-23T13:25:44.229Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-23T13:25:44.229Z] inet 127.0.0.1/8 scope host lo [2021-03-23T13:25:44.229Z] valid_lft forever preferred_lft forever [2021-03-23T13:25:44.229Z] inet6 ::1/128 scope host [2021-03-23T13:25:44.229Z] valid_lft forever preferred_lft forever [2021-03-23T13:25:44.229Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-23T13:25:44.229Z] link/ether fa:16:3e:9f:24:3c brd ff:ff:ff:ff:ff:ff [2021-03-23T13:25:44.229Z] inet 10.30.123.58/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-23T13:25:44.229Z] valid_lft 84979sec preferred_lft 84979sec [2021-03-23T13:25:44.229Z] inet6 fe80::f816:3eff:fe9f:243c/64 scope link [2021-03-23T13:25:44.229Z] valid_lft forever preferred_lft forever [2021-03-23T13:25:44.229Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-23T13:25:44.229Z] link/ether 02:42:68:37:b4:d6 brd ff:ff:ff:ff:ff:ff [2021-03-23T13:25:44.229Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-23T13:25:44.229Z] valid_lft forever preferred_lft forever [2021-03-23T13:25:44.229Z] inet6 fe80::42:68ff:fe37:b4d6/64 scope link [2021-03-23T13:25:44.229Z] valid_lft forever preferred_lft forever [2021-03-23T13:25:44.229Z] [2021-03-23T13:25:44.229Z] [2021-03-23T13:25:44.229Z] ---> sar -b -r -n DEV: [2021-03-23T13:25:44.230Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) [2021-03-23T13:25:44.230Z] [2021-03-23T13:25:44.230Z] 13:01:51 LINUX RESTART (4 CPU) [2021-03-23T13:25:44.230Z] [2021-03-23T13:25:44.230Z] 13:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-23T13:25:44.230Z] 13:04:01 225.53 90.20 135.33 0.00 7282.50 49380.09 0.00 [2021-03-23T13:25:44.230Z] 13:05:02 242.71 87.52 155.19 0.00 3289.05 19719.95 0.00 [2021-03-23T13:25:44.230Z] 13:06:01 121.01 50.14 70.87 0.00 1792.73 9730.25 0.00 [2021-03-23T13:25:44.230Z] 13:07:01 146.62 45.84 100.78 0.00 4885.06 30482.19 0.00 [2021-03-23T13:25:44.230Z] 13:08:01 2002.39 1654.93 347.46 0.00 164226.90 215906.49 0.00 [2021-03-23T13:25:44.230Z] 13:09:02 1612.10 1397.55 214.55 0.00 80630.34 92683.20 0.00 [2021-03-23T13:25:44.230Z] 13:10:01 1956.18 1584.87 371.31 0.00 90574.89 119430.23 0.00 [2021-03-23T13:25:44.230Z] 13:11:02 2533.91 2222.24 311.67 0.00 120181.40 132182.48 0.00 [2021-03-23T13:25:44.230Z] 13:12:01 208.75 40.44 168.31 0.00 5048.66 21609.10 0.00 [2021-03-23T13:25:44.230Z] 13:13:01 2.05 0.67 1.38 0.00 25.71 19.53 0.00 [2021-03-23T13:25:44.230Z] 13:14:01 1.57 1.23 0.33 0.00 94.04 3.65 0.00 [2021-03-23T13:25:44.230Z] 13:15:01 0.28 0.02 0.27 0.00 0.13 2.61 0.00 [2021-03-23T13:25:44.230Z] 13:16:01 0.28 0.02 0.27 0.00 0.27 3.46 0.00 [2021-03-23T13:25:44.230Z] 13:17:01 1.73 1.48 0.25 0.00 51.56 2.46 0.00 [2021-03-23T13:25:44.230Z] 13:18:01 0.83 0.02 0.82 0.00 0.53 15.92 0.00 [2021-03-23T13:25:44.230Z] 13:19:01 0.25 0.02 0.23 0.00 0.53 3.01 0.00 [2021-03-23T13:25:44.230Z] 13:20:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 [2021-03-23T13:25:44.230Z] 13:21:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 [2021-03-23T13:25:44.230Z] 13:22:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 [2021-03-23T13:25:44.230Z] 13:23:01 0.55 0.27 0.28 0.00 131.36 3.58 0.00 [2021-03-23T13:25:44.230Z] 13:24:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 [2021-03-23T13:25:44.230Z] 13:25:01 0.22 0.02 0.20 0.00 0.53 1.93 0.00 [2021-03-23T13:25:44.230Z] Average: 412.74 327.26 85.49 0.00 21821.41 31510.11 0.00 [2021-03-23T13:25:44.230Z] [2021-03-23T13:25:44.230Z] 13:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-23T13:25:44.230Z] 13:04:01 135396 0 671568 35.69 2104 1072476 1552432 52.98 568720 929768 1520 [2021-03-23T13:25:44.230Z] 13:05:02 144388 0 792396 42.11 1052 943708 1543000 52.66 680972 772216 76688 [2021-03-23T13:25:44.230Z] 13:06:01 257968 0 749508 39.83 828 873240 1370136 46.76 599944 729084 39548 [2021-03-23T13:25:44.230Z] 13:07:01 68592 0 743336 39.51 652 1068964 1260356 43.01 654144 867656 61224 [2021-03-23T13:25:44.230Z] 13:08:01 79952 0 860924 45.76 92 940576 2333912 79.65 744080 813212 74788 [2021-03-23T13:25:44.230Z] 13:09:02 160260 0 887688 47.18 92 833504 1759388 60.04 707952 745756 21036 [2021-03-23T13:25:44.230Z] 13:10:01 67648 0 790468 42.01 88 1023340 1958904 66.85 689724 895252 63860 [2021-03-23T13:25:44.230Z] 13:11:02 267036 0 991224 52.68 84 623200 3161760 107.91 667712 683692 19116 [2021-03-23T13:25:44.230Z] 13:12:01 487736 0 644740 34.27 84 748984 1221104 41.67 454828 690420 20 [2021-03-23T13:25:44.230Z] 13:13:01 490248 0 641500 34.09 84 749712 1193360 40.73 452764 690604 16 [2021-03-23T13:25:44.230Z] 13:14:01 488724 0 640196 34.03 84 752540 1187168 40.52 452276 693388 12 [2021-03-23T13:25:44.230Z] 13:15:01 488872 0 640040 34.02 84 752548 1187168 40.52 452184 693388 8 [2021-03-23T13:25:44.230Z] 13:16:01 489008 0 639896 34.01 84 752556 1187168 40.52 452080 693396 8 [2021-03-23T13:25:44.230Z] 13:17:01 487704 0 640436 34.04 84 753320 1187168 40.52 452332 694016 12 [2021-03-23T13:25:44.230Z] 13:18:01 487152 0 640872 34.06 84 753436 1187228 40.52 452348 694212 16 [2021-03-23T13:25:44.230Z] 13:19:01 487332 0 640692 34.05 84 753436 1187168 40.52 452272 694212 16 [2021-03-23T13:25:44.230Z] 13:20:01 487636 0 640372 34.03 84 753452 1187168 40.52 452148 694228 8 [2021-03-23T13:25:44.230Z] 13:21:01 487440 0 640556 34.04 84 753464 1187168 40.52 452156 694228 12 [2021-03-23T13:25:44.230Z] 13:22:01 487736 0 640256 34.03 84 753468 1187168 40.52 452284 694228 8 [2021-03-23T13:25:44.230Z] 13:23:01 480276 0 643820 34.22 84 757364 1187252 40.52 458000 695324 8 [2021-03-23T13:25:44.230Z] 13:24:01 480712 0 643364 34.19 84 757384 1187168 40.52 457788 695340 8 [2021-03-23T13:25:44.230Z] 13:25:01 480288 0 643780 34.22 84 757392 1187264 40.52 458256 695356 8 [2021-03-23T13:25:44.230Z] Average: 363277 0 703074 37.37 280 814912 1436391 49.02 530226 734044 16270 [2021-03-23T13:25:44.230Z] [2021-03-23T13:25:44.230Z] 13:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-23T13:25:44.230Z] 13:04:01 vethc9986a4 25.03 27.08 2.38 23.44 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:04:01 eth0 1128.26 1162.57 5921.85 140.79 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:04:01 docker0 902.25 798.65 73.69 3064.32 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:05:02 eth0 136.51 117.14 476.66 21.06 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:05:02 vetha537994 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:05:02 docker0 97.67 103.43 7.55 446.21 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:06:01 eth0 34.16 24.04 18.49 69.47 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:06:01 vetha537994 2.47 2.47 0.20 0.20 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:06:01 docker0 2.47 2.47 0.17 0.20 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:07:01 eth0 219.32 175.39 1705.34 80.59 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:07:01 vethd302354 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:08:01 eth0 54.67 36.25 163.18 10.46 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:08:01 vethd302354 0.00 0.36 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:08:01 docker0 25.81 34.65 1.53 146.05 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:09:02 eth0 7.62 4.03 6.33 3.33 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:09:02 veth006d2c1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:09:02 vethd302354 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:10:01 eth0 247.64 178.09 1846.22 89.90 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:10:01 vethd302354 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:10:01 docker0 1078.86 1019.49 86.03 4228.75 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:11:02 veth6daf04c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:11:02 vethcadc142 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:11:02 eth0 49.53 32.34 48.98 75.14 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:12:01 eth0 51.62 28.75 190.28 13.20 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:12:01 docker0 1100.76 1050.63 87.64 4436.21 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:13:01 eth0 1.12 0.43 0.45 0.24 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:14:01 eth0 0.10 0.08 0.01 0.03 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:15:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:16:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:18:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:19:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:20:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:21:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:22:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:23:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:24:01 eth0 0.53 0.03 0.05 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:25:01 eth0 0.50 0.28 0.27 0.20 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] Average: eth0 87.87 80.06 471.68 22.89 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] Average: docker0 49.28 47.04 3.92 198.62 0.00 0.00 0.00 0.00 [2021-03-23T13:25:44.230Z] [2021-03-23T13:25:44.230Z]