Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fd392bed0e6aa3df15982accdefbd664d19e588a+f0490a359bf291f637a24ac3a72a487d5e9880fa (7776d9daf37c6df09158753d8ba93faf8b2d17e7) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25288 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f0490a359bf291f637a24ac3a72a487d5e9880fa into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a Merge succeeded, producing ad72fea3fceed8a04ec638e58c84fc6aeef660bf Checking out Revision ad72fea3fceed8a04ec638e58c84fc6aeef660bf (PR-3113) > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # 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 f0490a359bf291f637a24ac3a72a487d5e9880fa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad72fea3fceed8a04ec638e58c84fc6aeef660bf # timeout=10 Commit message: "Merge commit 'f0490a359bf291f637a24ac3a72a487d5e9880fa' into HEAD" > git rev-list --no-walk fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-06T00:31:26.395Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-06T00:31:26.610Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-06T00:31:26.696Z] ========================================================= [2021-02-06T00:31:26.696Z] EdgeX Global Pipelines Version Info [2021-02-06T00:31:26.696Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:31:29.538Z] ------------------- [2021-02-06T00:31:29.538Z] stable info: [2021-02-06T00:31:29.538Z] ------------------- [2021-02-06T00:31:29.538Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-06T00:31:29.538Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-06T00:31:29.538Z] Message: update stable to v1.0.179 [2021-02-06T00:31:30.538Z] ------------------- [2021-02-06T00:31:30.538Z] experimental info: [2021-02-06T00:31:30.538Z] ------------------- [2021-02-06T00:31:30.538Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-06T00:31:30.538Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-06T00:31:30.538Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-06T00:31:30.916Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-06T00:31:31.019Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-06T00:31:31.103Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-06T00:31:31.188Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-06T00:31:31.269Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-06T00:31:31.415Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-06T00:31:31.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-06T00:31:31.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-06T00:31:31.674Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-06T00:31:31.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-06T00:31:31.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-06T00:31:31.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-06T00:31:32.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-06T00:31:32.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-06T00:31:32.378Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-06T00:31:32.468Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-06T00:31:32.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-06T00:31:32.652Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-06T00:31:32.747Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-06T00:31:32.828Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-06T00:31:32.924Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-06T00:31:33.002Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-06T00:31:33.088Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-06T00:31:33.170Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo [2021-02-06T00:31:33.254Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo [2021-02-06T00:31:33.351Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo [2021-02-06T00:31:33.443Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad72fea3fceed8a04ec638e58c84fc6aeef660bf [Pipeline] echo [2021-02-06T00:31:33.529Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad72fea [Pipeline] echo [2021-02-06T00:31:33.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-06T00:31:33.763Z] provisioning config files... [2021-02-06T00:31:33.803Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config4633404760547523166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:31:34.233Z] ---> docker-login.sh [2021-02-06T00:31:34.233Z] nexus3.edgexfoundry.org:10001 [2021-02-06T00:31:34.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:31:35.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:31:35.163Z] Configure a credential helper to remove this warning. See [2021-02-06T00:31:35.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:31:35.163Z] [2021-02-06T00:31:35.163Z] Login Succeeded [2021-02-06T00:31:35.163Z] nexus3.edgexfoundry.org:10002 [2021-02-06T00:31:35.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:31:35.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:31:35.779Z] Configure a credential helper to remove this warning. See [2021-02-06T00:31:35.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:31:35.779Z] [2021-02-06T00:31:35.779Z] Login Succeeded [2021-02-06T00:31:35.779Z] nexus3.edgexfoundry.org:10003 [2021-02-06T00:31:36.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:31:36.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:31:36.050Z] Configure a credential helper to remove this warning. See [2021-02-06T00:31:36.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:31:36.050Z] [2021-02-06T00:31:36.050Z] Login Succeeded [2021-02-06T00:31:36.050Z] nexus3.edgexfoundry.org:10004 [2021-02-06T00:31:36.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:31:36.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:31:36.357Z] Configure a credential helper to remove this warning. See [2021-02-06T00:31:36.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:31:36.357Z] [2021-02-06T00:31:36.357Z] Login Succeeded [2021-02-06T00:31:36.357Z] docker.io [2021-02-06T00:31:36.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:31:36.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:31:36.964Z] Configure a credential helper to remove this warning. See [2021-02-06T00:31:36.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:31:36.964Z] [2021-02-06T00:31:36.964Z] Login Succeeded [2021-02-06T00:31:36.964Z] ---> docker-login.sh ends [Pipeline] } [2021-02-06T00:31:37.022Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-06T00:31:37.671Z] ++ 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-02-06T00:31:37.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:31:37.671Z] ++ dirname cmd/core-command/Dockerfile [2021-02-06T00:31:37.671Z] ++ cut -d/ -f2 [2021-02-06T00:31:37.671Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-06T00:31:37.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:31:37.671Z] ++ dirname cmd/core-data/Dockerfile [2021-02-06T00:31:37.671Z] ++ cut -d/ -f2 [2021-02-06T00:31:37.671Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-06T00:31:37.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:31:37.671Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-06T00:31:37.671Z] ++ cut -d/ -f2 [2021-02-06T00:31:37.671Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-06T00:31:37.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:31:37.671Z] ++ cut -d/ -f2 [2021-02-06T00:31:37.671Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-06T00:31:37.671Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-06T00:31:37.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:31:37.671Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-06T00:31:37.671Z] ++ cut -d/ -f2 [2021-02-06T00:31:37.671Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-06T00:31:37.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:31:37.671Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-06T00:31:37.671Z] ++ cut -d/ -f2 [2021-02-06T00:31:37.671Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-06T00:31:37.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:31:37.671Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-06T00:31:37.671Z] ++ cut -d/ -f2 [2021-02-06T00:31:37.671Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-06T00:31:37.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:31:37.671Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-06T00:31:37.671Z] ++ cut -d/ -f2 [2021-02-06T00:31:37.671Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-06T00:31:37.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:31:37.671Z] ++ cut -d/ -f2 [2021-02-06T00:31:37.671Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-06T00:31:37.671Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-06T00:31:37.786Z] 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-02-06T00:31:38.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-06T00:31:38.693Z] [2021-02-06T00:31:38.693Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:31:39.097Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-06T00:31:39.423Z] latest: Pulling from edgex-devops/git-semver [2021-02-06T00:31:39.423Z] 31603596830f: Pulling fs layer [2021-02-06T00:31:39.423Z] 2a8b12db71e7: Pulling fs layer [2021-02-06T00:31:39.423Z] 6ca5941a6612: Pulling fs layer [2021-02-06T00:31:39.423Z] ecc8261a40a4: Pulling fs layer [2021-02-06T00:31:39.423Z] ecc8261a40a4: Waiting [2021-02-06T00:31:39.423Z] 2a8b12db71e7: Download complete [2021-02-06T00:31:39.423Z] 31603596830f: Verifying Checksum [2021-02-06T00:31:39.423Z] 31603596830f: Download complete [2021-02-06T00:31:40.032Z] 6ca5941a6612: Verifying Checksum [2021-02-06T00:31:40.032Z] 6ca5941a6612: Download complete [2021-02-06T00:31:40.032Z] ecc8261a40a4: Verifying Checksum [2021-02-06T00:31:40.032Z] ecc8261a40a4: Download complete [2021-02-06T00:31:40.632Z] 31603596830f: Pull complete [2021-02-06T00:31:40.632Z] 2a8b12db71e7: Pull complete [2021-02-06T00:31:42.107Z] 6ca5941a6612: Pull complete [2021-02-06T00:31:42.761Z] ecc8261a40a4: Pull complete [2021-02-06T00:31:42.761Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-06T00:31:42.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-06T00:31:42.761Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-06T00:31:42.932Z] prd-centos7-docker-4c-2g-25288 does not seem to be running inside a container [2021-02-06T00:31:43.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-06T00:31:46.500Z] $ docker top dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-06T00:31:46.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-06T00:31:46.921Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-06T00:31:47.328Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-06T00:31:47.344Z] $ docker exec dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee ssh-agent [2021-02-06T00:31:47.828Z] SSH_AUTH_SOCK=/tmp/ssh-MlaR9XMPY5PC/agent.12 [2021-02-06T00:31:47.828Z] SSH_AGENT_PID=17 [2021-02-06T00:31:47.860Z] Running ssh-add (command line suppressed) [2021-02-06T00:31:48.310Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_4623488568676245326.key (/w/workspace/edgex-go/13@tmp/private_key_4623488568676245326.key) [2021-02-06T00:31:48.447Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-06T00:31:48.817Z] + git tag --points-at HEAD [Pipeline] } [2021-02-06T00:31:48.882Z] $ docker exec --env ******** --env ******** dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee ssh-agent -k [2021-02-06T00:31:49.127Z] unset SSH_AUTH_SOCK; [2021-02-06T00:31:49.128Z] unset SSH_AGENT_PID; [2021-02-06T00:31:49.128Z] echo Agent pid 17 killed; [2021-02-06T00:31:49.255Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-06T00:31:49.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-06T00:31:49.404Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-06T00:31:49.902Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-06T00:31:49.912Z] $ docker exec dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee ssh-agent [2021-02-06T00:31:50.261Z] SSH_AUTH_SOCK=/tmp/ssh-m6R9Rqy9c3UE/agent.46 [2021-02-06T00:31:50.261Z] SSH_AGENT_PID=52 [2021-02-06T00:31:50.271Z] Running ssh-add (command line suppressed) [2021-02-06T00:31:50.612Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_4218147831280778288.key (/w/workspace/edgex-go/13@tmp/private_key_4218147831280778288.key) [2021-02-06T00:31:50.772Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-06T00:31:51.252Z] + git semver init [2021-02-06T00:31:51.563Z] # -> Open(): unable to determine branch for HEAD [2021-02-06T00:31:51.563Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2021-02-06T00:31:51.563Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2021-02-06T00:31:51.563Z] # $SEMVER_REMOTE_NAME = origin [2021-02-06T00:31:51.563Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-06T00:31:51.563Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-06T00:31:51.563Z] # $SEMVER_BRANCH = PR-3113 [2021-02-06T00:31:51.563Z] # $SEMVER_TEMP = /tmp/semver-108644252 [2021-02-06T00:31:51.563Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-06T00:32:48.673Z] # '/tmp/semver-108644252' -> '/w/workspace/edgex-go/13/.semver' [2021-02-06T00:32:48.673Z] # -> Force: false [2021-02-06T00:32:48.673Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2021-02-06T00:32:48.700Z] $ docker exec --env ******** --env ******** dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee ssh-agent -k [2021-02-06T00:32:49.460Z] unset SSH_AUTH_SOCK; [2021-02-06T00:32:49.465Z] unset SSH_AGENT_PID; [2021-02-06T00:32:49.466Z] echo Agent pid 52 killed; [2021-02-06T00:32:49.600Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-06T00:32:50.524Z] + git semver [Pipeline] } [2021-02-06T00:32:50.688Z] $ docker stop --time=1 dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee [2021-02-06T00:32:52.650Z] $ docker rm -f dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-06T00:32:53.498Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-06T00:32:54.486Z] Stashed 1 file(s) [Pipeline] echo [2021-02-06T00:32:54.488Z] [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-02-06T00:32:55.467Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-06T00:32:55.815Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-06T00:32:56.228Z] + sudo service docker restart [2021-02-06T00:32:56.228Z] + true [2021-02-06T00:32:56.228Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-06T00:32:57.763Z] ========================================================= [2021-02-06T00:32:57.763Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-06T00:32:57.763Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:32:58.164Z] + 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-02-06T00:33:05.194Z] Sending build context to Docker daemon 327.6MB [2021-02-06T00:33:05.194Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-06T00:33:05.194Z] Step 2/6 : FROM ${BASE} [2021-02-06T00:33:05.194Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-06T00:33:05.194Z] 188c0c94c7c5: Pulling fs layer [2021-02-06T00:33:05.194Z] 0ef7d3d256c8: Pulling fs layer [2021-02-06T00:33:05.194Z] de9db76c5a1d: Pulling fs layer [2021-02-06T00:33:05.194Z] bca2f99d35d6: Pulling fs layer [2021-02-06T00:33:05.194Z] 93359f2a8cfa: Pulling fs layer [2021-02-06T00:33:05.194Z] 7c6f9722023f: Pulling fs layer [2021-02-06T00:33:05.194Z] a35cf1a2eb13: Pulling fs layer [2021-02-06T00:33:05.194Z] 7c6f9722023f: Waiting [2021-02-06T00:33:05.194Z] a35cf1a2eb13: Waiting [2021-02-06T00:33:05.195Z] bca2f99d35d6: Waiting [2021-02-06T00:33:05.195Z] 93359f2a8cfa: Waiting [2021-02-06T00:33:05.195Z] de9db76c5a1d: Verifying Checksum [2021-02-06T00:33:05.195Z] de9db76c5a1d: Download complete [2021-02-06T00:33:05.195Z] 0ef7d3d256c8: Verifying Checksum [2021-02-06T00:33:05.195Z] 0ef7d3d256c8: Download complete [2021-02-06T00:33:05.195Z] 93359f2a8cfa: Verifying Checksum [2021-02-06T00:33:05.195Z] 93359f2a8cfa: Download complete [2021-02-06T00:33:05.195Z] 7c6f9722023f: Verifying Checksum [2021-02-06T00:33:05.195Z] 7c6f9722023f: Download complete [2021-02-06T00:33:05.491Z] 188c0c94c7c5: Verifying Checksum [2021-02-06T00:33:05.491Z] 188c0c94c7c5: Download complete [2021-02-06T00:33:06.757Z] 188c0c94c7c5: Pull complete [2021-02-06T00:33:07.580Z] 0ef7d3d256c8: Pull complete [2021-02-06T00:33:08.284Z] de9db76c5a1d: Pull complete [2021-02-06T00:33:09.895Z] Still waiting to schedule task [2021-02-06T00:33:09.895Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25284’ [2021-02-06T00:33:11.860Z] a35cf1a2eb13: Verifying Checksum [2021-02-06T00:33:11.860Z] a35cf1a2eb13: Download complete [2021-02-06T00:33:12.459Z] bca2f99d35d6: Verifying Checksum [2021-02-06T00:33:12.459Z] bca2f99d35d6: Download complete [2021-02-06T00:33:25.270Z] bca2f99d35d6: Pull complete [2021-02-06T00:33:25.270Z] 93359f2a8cfa: Pull complete [2021-02-06T00:33:25.270Z] 7c6f9722023f: Pull complete [2021-02-06T00:33:33.749Z] a35cf1a2eb13: Pull complete [2021-02-06T00:33:33.749Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-06T00:33:33.749Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-06T00:33:33.749Z] ---> a62c8e92a672 [2021-02-06T00:33:33.749Z] 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-02-06T00:33:33.749Z] ---> Running in b9d2fff78e17 [2021-02-06T00:33:35.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:33:35.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:33:36.464Z] (1/12) Installing libmagic (5.38-r0) [2021-02-06T00:33:36.742Z] (2/12) Installing file (5.38-r0) [2021-02-06T00:33:36.742Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-06T00:33:37.014Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-06T00:34:09.498Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-06T00:34:09.498Z] (6/12) Installing patch (2.7.6-r6) [2021-02-06T00:34:09.498Z] (7/12) Installing build-base (0.5-r2) [2021-02-06T00:34:09.498Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-06T00:34:09.498Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-06T00:34:09.498Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-06T00:34:09.498Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-06T00:34:09.498Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-06T00:34:09.498Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:34:09.498Z] OK: 233 MiB in 51 packages [2021-02-06T00:34:13.051Z] Removing intermediate container b9d2fff78e17 [2021-02-06T00:34:13.051Z] ---> 23a3263c8468 [2021-02-06T00:34:13.051Z] Step 4/6 : WORKDIR /edgex-go [2021-02-06T00:34:13.051Z] ---> Running in a239b25f7ee7 [2021-02-06T00:34:13.324Z] Removing intermediate container a239b25f7ee7 [2021-02-06T00:34:13.324Z] ---> 32d94161ca44 [2021-02-06T00:34:13.324Z] Step 5/6 : COPY go.mod . [2021-02-06T00:34:13.610Z] ---> e3a19ed24e90 [2021-02-06T00:34:13.610Z] Step 6/6 : RUN go mod download [2021-02-06T00:34:13.927Z] ---> Running in db455793976a [2021-02-06T00:34:46.756Z] Removing intermediate container db455793976a [2021-02-06T00:34:46.756Z] ---> 39628cf02e60 [2021-02-06T00:34:46.756Z] Successfully built 39628cf02e60 [2021-02-06T00:34:46.756Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:34:47.251Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-06T00:34:47.536Z] . [Pipeline] withDockerContainer [2021-02-06T00:34:47.771Z] prd-centos7-docker-4c-2g-25288 does not seem to be running inside a container [2021-02-06T00:34:47.945Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-06T00:34:49.403Z] $ docker top 0bb0e854e56523064735e604a3dfa618aae39da1caedeb9b29a8562733454985 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:34:50.276Z] + go version [2021-02-06T00:34:50.276Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-06T00:34:50.303Z] $ docker stop --time=1 0bb0e854e56523064735e604a3dfa618aae39da1caedeb9b29a8562733454985 [2021-02-06T00:34:51.980Z] $ docker rm -f 0bb0e854e56523064735e604a3dfa618aae39da1caedeb9b29a8562733454985 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:34:53.336Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-06T00:34:53.336Z] . [Pipeline] withDockerContainer [2021-02-06T00:34:54.625Z] prd-centos7-docker-4c-2g-25288 does not seem to be running inside a container [2021-02-06T00:34:54.931Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-06T00:34:56.904Z] $ docker top 6e16d959a049741eec4c2ae13329b2e4ae6143916615bb7ae1325af559a63ca5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-06T00:34:57.268Z] ========================================================= [2021-02-06T00:34:57.269Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-06T00:34:57.269Z] ========================================================= [Pipeline] sh [2021-02-06T00:34:57.954Z] + make test [2021-02-06T00:34:57.954Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-06T00:35:16.387Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-06T00:35:53.118Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25297 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-06T00:35:53.169Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-02-06T00:35:55.872Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-06T00:35:57.823Z] using credential edgex-jenkins-ssh [2021-02-06T00:35:57.879Z] Cloning the remote Git repository [2021-02-06T00:35:57.946Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-06T00:35:58.059Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-02-06T00:35:58.155Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-06T00:35:58.156Z] > git --version # timeout=10 [2021-02-06T00:35:58.177Z] > git --version # 'git version 2.17.1' [2021-02-06T00:35:58.179Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-06T00:35:58.223Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-06T00:36:09.037Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-06T00:36:09.037Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-06T00:36:09.037Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-06T00:36:09.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-06T00:36:11.969Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-06T00:36:11.969Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-06T00:36:11.969Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-06T00:36:11.969Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-06T00:36:12.611Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-06T00:36:14.780Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-06T00:36:20.677Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-06T00:36:20.677Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-06T00:36:20.677Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-06T00:36:23.337Z] Merging remotes/origin/master commit f0490a359bf291f637a24ac3a72a487d5e9880fa into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-06T00:36:24.161Z] Merge succeeded, producing faebbfa082e8fd61b8f8939d2effb7acef5eb4c1 [2021-02-06T00:36:24.162Z] Checking out Revision faebbfa082e8fd61b8f8939d2effb7acef5eb4c1 (PR-3113) [2021-02-06T00:36:24.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.192s coverage: 45.6% of statements [2021-02-06T00:36:24.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-06T00:36:24.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-06T00:36:24.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-06T00:36:24.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-06T00:36:24.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-06T00:36:24.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-06T00:36:24.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-06T00:36:24.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.255s coverage: 100.0% of statements [2021-02-06T00:36:22.553Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-06T00:36:22.577Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-06T00:36:22.611Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-06T00:36:22.651Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-06T00:36:22.652Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-06T00:36:22.674Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-06T00:36:23.361Z] > git config core.sparsecheckout # timeout=10 [2021-02-06T00:36:23.383Z] > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [2021-02-06T00:36:23.729Z] > git remote # timeout=10 [2021-02-06T00:36:23.751Z] > git config --get remote.origin.url # timeout=10 [2021-02-06T00:36:23.767Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-06T00:36:23.779Z] > git merge f0490a359bf291f637a24ac3a72a487d5e9880fa # timeout=10 [2021-02-06T00:36:24.137Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-06T00:36:24.172Z] > git config core.sparsecheckout # timeout=10 [2021-02-06T00:36:24.187Z] > git checkout -f faebbfa082e8fd61b8f8939d2effb7acef5eb4c1 # timeout=10 [2021-02-06T00:36:28.828Z] Commit message: "Merge commit 'f0490a359bf291f637a24ac3a72a487d5e9880fa' into HEAD" [2021-02-06T00:36:28.841Z] > git rev-list --no-walk fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [2021-02-06T00:36:28.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.419s coverage: 27.1% of statements [2021-02-06T00:36:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-06T00:36:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-06T00:36:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-06T00:36:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-06T00:36:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-06T00:36:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-06T00:36:28.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements [2021-02-06T00:36:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-06T00:36:28.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.128s coverage: 100.0% of statements [2021-02-06T00:36:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-06T00:36:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-06T00:36:28.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.172s coverage: 65.8% of statements [2021-02-06T00:36:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-06T00:36:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-06T00:36:30.457Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-06T00:36:30.989Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-06T00:36:31.337Z] + sudo service+ docker restart [2021-02-06T00:36:31.337Z] true [2021-02-06T00:36:31.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.812s coverage: 82.3% of statements [2021-02-06T00:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-06T00:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-06T00:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-06T00:36:33.396Z] provisioning config files... [2021-02-06T00:36:33.446Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config721645974587932036tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:36:33.864Z] ---> docker-login.sh [2021-02-06T00:36:33.864Z] nexus3.edgexfoundry.org:10001 [2021-02-06T00:36:34.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:36:35.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:36:35.126Z] Configure a credential helper to remove this warning. See [2021-02-06T00:36:35.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:36:35.126Z] [2021-02-06T00:36:35.126Z] Login Succeeded [2021-02-06T00:36:35.126Z] nexus3.edgexfoundry.org:10002 [2021-02-06T00:36:35.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:36:35.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:36:35.721Z] Configure a credential helper to remove this warning. See [2021-02-06T00:36:35.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:36:35.721Z] [2021-02-06T00:36:35.721Z] Login Succeeded [2021-02-06T00:36:35.721Z] nexus3.edgexfoundry.org:10003 [2021-02-06T00:36:35.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:36:36.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:36:36.266Z] Configure a credential helper to remove this warning. See [2021-02-06T00:36:36.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:36:36.266Z] [2021-02-06T00:36:36.266Z] Login Succeeded [2021-02-06T00:36:36.266Z] nexus3.edgexfoundry.org:10004 [2021-02-06T00:36:36.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:36:36.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:36:36.824Z] Configure a credential helper to remove this warning. See [2021-02-06T00:36:36.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:36:36.824Z] [2021-02-06T00:36:36.824Z] Login Succeeded [2021-02-06T00:36:36.824Z] docker.io [2021-02-06T00:36:37.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:36:37.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.806s coverage: 28.6% of statements [2021-02-06T00:36:37.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-06T00:36:37.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-06T00:36:37.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-06T00:36:37.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-06T00:36:37.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-06T00:36:37.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.213s coverage: 100.0% of statements [2021-02-06T00:36:37.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-06T00:36:37.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-02-06T00:36:37.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-06T00:36:37.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.271s coverage: 86.7% of statements [2021-02-06T00:36:37.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-06T00:36:37.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.294s coverage: 97.5% of statements [2021-02-06T00:36:37.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-06T00:36:37.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:36:37.694Z] Configure a credential helper to remove this warning. See [2021-02-06T00:36:37.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:36:37.694Z] [2021-02-06T00:36:37.694Z] Login Succeeded [2021-02-06T00:36:37.694Z] ---> docker-login.sh ends [Pipeline] } [2021-02-06T00:36:37.711Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-02-06T00:36:37.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.156s coverage: 78.3% of statements [2021-02-06T00:36:37.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-06T00:36:37.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-06T00:36:37.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-06T00:36:37.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-06T00:36:38.164Z] ========================================================= [2021-02-06T00:36:38.164Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-06T00:36:38.164Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:36:38.559Z] + 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-02-06T00:36:41.207Z] Sending build context to Docker daemon 166.2MB [2021-02-06T00:36:41.207Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-06T00:36:41.207Z] Step 2/6 : FROM ${BASE} [2021-02-06T00:36:41.207Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-06T00:36:41.207Z] 5f621e34cdf4: Pulling fs layer [2021-02-06T00:36:41.207Z] a4357932f1b6: Pulling fs layer [2021-02-06T00:36:41.207Z] 18c013af1878: Pulling fs layer [2021-02-06T00:36:41.207Z] 00ac8860ef70: Pulling fs layer [2021-02-06T00:36:41.207Z] 63d7cb157983: Pulling fs layer [2021-02-06T00:36:41.207Z] b116817d02f9: Pulling fs layer [2021-02-06T00:36:41.207Z] 745a02a5169b: Pulling fs layer [2021-02-06T00:36:41.207Z] 00ac8860ef70: Waiting [2021-02-06T00:36:41.207Z] 63d7cb157983: Waiting [2021-02-06T00:36:41.207Z] b116817d02f9: Waiting [2021-02-06T00:36:41.207Z] 745a02a5169b: Waiting [2021-02-06T00:36:41.207Z] 18c013af1878: Verifying Checksum [2021-02-06T00:36:41.207Z] 18c013af1878: Download complete [2021-02-06T00:36:41.207Z] a4357932f1b6: Verifying Checksum [2021-02-06T00:36:41.207Z] a4357932f1b6: Download complete [2021-02-06T00:36:41.207Z] 63d7cb157983: Download complete [2021-02-06T00:36:41.207Z] b116817d02f9: Verifying Checksum [2021-02-06T00:36:41.207Z] b116817d02f9: Download complete [2021-02-06T00:36:41.489Z] 5f621e34cdf4: Verifying Checksum [2021-02-06T00:36:41.489Z] 5f621e34cdf4: Download complete [2021-02-06T00:36:42.104Z] 5f621e34cdf4: Pull complete [2021-02-06T00:36:42.716Z] a4357932f1b6: Pull complete [2021-02-06T00:36:43.003Z] 18c013af1878: Pull complete [2021-02-06T00:36:43.993Z] 745a02a5169b: Verifying Checksum [2021-02-06T00:36:43.993Z] 745a02a5169b: Download complete [2021-02-06T00:36:44.979Z] 00ac8860ef70: Verifying Checksum [2021-02-06T00:36:44.979Z] 00ac8860ef70: Download complete [2021-02-06T00:36:47.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.258s coverage: 92.8% of statements [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-06T00:36:47.030Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.259s coverage: 58.8% of statements [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-06T00:36:47.030Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.119s coverage: 0.1% of statements [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-06T00:36:47.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-06T00:36:47.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.100s coverage: 45.5% of statements [2021-02-06T00:36:47.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-02-06T00:36:47.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements [2021-02-06T00:36:47.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements [2021-02-06T00:36:47.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements [2021-02-06T00:36:55.196Z] 00ac8860ef70: Pull complete [2021-02-06T00:36:55.196Z] 63d7cb157983: Pull complete [2021-02-06T00:36:55.196Z] b116817d02f9: Pull complete [2021-02-06T00:36:58.629Z] 745a02a5169b: Pull complete [2021-02-06T00:36:58.629Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-06T00:36:58.629Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-06T00:36:58.629Z] ---> b7e6874047d6 [2021-02-06T00:36:58.629Z] 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-02-06T00:37:00.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.117s coverage: 94.4% of statements [2021-02-06T00:37:00.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.174s coverage: 44.8% of statements [2021-02-06T00:37:02.958Z] ---> Running in ba331062e920 [2021-02-06T00:37:03.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:37:04.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:37:05.969Z] (1/12) Installing libmagic (5.38-r0) [2021-02-06T00:37:06.563Z] (2/12) Installing file (5.38-r0) [2021-02-06T00:37:06.563Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-06T00:37:06.835Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.234s coverage: 92.9% of statements [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.294s coverage: 87.2% of statements [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.178s coverage: 75.5% of statements [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.106s coverage: 80.8% of statements [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.190s coverage: 87.2% of statements [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.121s coverage: 84.2% of statements [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.4% of statements [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.269s coverage: 63.5% of statements [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.072s coverage: 91.3% of statements [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.108s coverage: 100.0% of statements [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.131s coverage: 73.7% of statements [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.151s coverage: 100.0% of statements [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.083s coverage: 68.9% of statements [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.252s coverage: 37.0% of statements [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-06T00:37:12.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.088s coverage: 84.0% of statements [2021-02-06T00:37:12.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements [2021-02-06T00:37:17.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.192s coverage: 47.0% of statements [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-06T00:37:17.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.097s coverage: 100.0% of statements [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-06T00:37:17.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-06T00:37:17.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.120s coverage: 84.3% of statements [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:37:17.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-06T00:37:21.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.368s coverage: 29.1% of statements [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-06T00:37:21.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.139s coverage: 99.0% of statements [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-06T00:37:21.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.132s coverage: 100.0% of statements [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-06T00:37:21.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.095s coverage: 100.0% of statements [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-06T00:37:21.592Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.098s coverage: 0.0% of statements [2021-02-06T00:37:21.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-06T00:37:21.898Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.109s coverage: 100.0% of statements [2021-02-06T00:37:21.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-06T00:37:21.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-06T00:37:21.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-06T00:37:21.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-06T00:37:22.183Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2021-02-06T00:37:22.183Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-06T00:37:22.183Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-06T00:37:22.183Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-02-06T00:37:23.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.116s coverage: 32.1% of statements [2021-02-06T00:37:23.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements [2021-02-06T00:37:24.277Z] GO111MODULE=on go vet ./... [2021-02-06T00:37:25.145Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-06T00:37:25.145Z] (6/12) Installing patch (2.7.6-r6) [2021-02-06T00:37:25.145Z] (7/12) Installing build-base (0.5-r2) [2021-02-06T00:37:25.145Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-06T00:37:25.145Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-06T00:37:25.145Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-06T00:37:25.145Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-06T00:37:25.145Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-06T00:37:25.145Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:37:25.145Z] OK: 217 MiB in 51 packages [2021-02-06T00:37:30.456Z] Removing intermediate container ba331062e920 [2021-02-06T00:37:30.456Z] ---> d52f78e2abad [2021-02-06T00:37:30.456Z] Step 4/6 : WORKDIR /edgex-go [2021-02-06T00:37:30.456Z] ---> Running in 821eccd6037b [2021-02-06T00:37:30.456Z] Removing intermediate container 821eccd6037b [2021-02-06T00:37:30.456Z] ---> fc9aa099b4a9 [2021-02-06T00:37:30.456Z] Step 5/6 : COPY go.mod . [2021-02-06T00:37:30.456Z] ---> 34989438e530 [2021-02-06T00:37:30.456Z] Step 6/6 : RUN go mod download [2021-02-06T00:37:30.456Z] ---> Running in 1f4af6c8a9de [2021-02-06T00:37:57.257Z] Removing intermediate container 1f4af6c8a9de [2021-02-06T00:37:57.257Z] ---> 9fdb1ae2ea79 [2021-02-06T00:37:57.257Z] Successfully built 9fdb1ae2ea79 [2021-02-06T00:37:57.257Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:37:57.611Z] + docker inspect -f . ci-base-image-arm64 [2021-02-06T00:37:57.611Z] . [Pipeline] withDockerContainer [2021-02-06T00:37:57.948Z] prd-ubuntu18.04-docker-arm64-4c-16g-25297 does not seem to be running inside a container [2021-02-06T00:37:58.064Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-06T00:37:59.765Z] $ docker top 8f1479d634ffa8209e5ad30fc4d95dd4c3a507e1cbca508aaff6c1b063e91cb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:38:00.864Z] + go version [2021-02-06T00:38:00.864Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-06T00:38:00.897Z] $ docker stop --time=1 8f1479d634ffa8209e5ad30fc4d95dd4c3a507e1cbca508aaff6c1b063e91cb6 [2021-02-06T00:38:02.901Z] $ docker rm -f 8f1479d634ffa8209e5ad30fc4d95dd4c3a507e1cbca508aaff6c1b063e91cb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:38:03.899Z] + docker inspect -f . ci-base-image-arm64 [2021-02-06T00:38:03.899Z] . [Pipeline] withDockerContainer [2021-02-06T00:38:04.177Z] prd-ubuntu18.04-docker-arm64-4c-16g-25297 does not seem to be running inside a container [2021-02-06T00:38:04.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-06T00:38:05.542Z] $ docker top c80b1ba85032e46ec837f2487b029c6d217378f262bbbad40ef5744eebd043eb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-06T00:38:05.872Z] ========================================================= [2021-02-06T00:38:05.872Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-06T00:38:05.872Z] ========================================================= [Pipeline] sh [2021-02-06T00:38:06.516Z] + make test [2021-02-06T00:38:06.517Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-06T00:38:33.288Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-06T00:38:34.819Z] gofmt -l . [2021-02-06T00:38:34.819Z] [ "`gofmt -l .`" = "" ] [2021-02-06T00:38:35.141Z] ./bin/test-go-mod-tidy.sh [2021-02-06T00:38:37.495Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-06T00:38:40.541Z] + ls -al . [2021-02-06T00:38:40.541Z] total 692 [2021-02-06T00:38:40.541Z] drwxrwxr-x 10 1001 1001 4096 Feb 6 00:38 . [2021-02-06T00:38:40.541Z] drwxr-xr-x 4 root root 30 Feb 6 00:34 .. [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 11 Feb 6 00:31 .dockerignore [2021-02-06T00:38:40.541Z] drwxrwxr-x 8 1001 1001 179 Feb 6 00:31 .git [2021-02-06T00:38:40.541Z] drwxrwxr-x 3 1001 1001 125 Feb 6 00:31 .github [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 872 Feb 6 00:31 .gitignore [2021-02-06T00:38:40.541Z] drwx------ 3 1001 1001 60 Feb 6 00:32 .semver [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 166 Feb 6 00:31 .sonarcloud.properties [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 7859 Feb 6 00:31 Attribution.txt [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 3804 Feb 6 00:31 CONTRIBUTING.md [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 931 Feb 6 00:31 Dockerfile.build [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 863 Feb 6 00:31 Jenkinsfile [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 10775 Feb 6 00:31 LICENSE [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 6001 Feb 6 00:31 Makefile [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 6524 Feb 6 00:31 README.md [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 6755 Feb 6 00:31 SECURITY.md [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 5 Feb 6 00:32 VERSION [2021-02-06T00:38:40.541Z] -rw-rw-r-- 1 1001 1001 4131 Feb 6 00:31 ZMQWindows.md [2021-02-06T00:38:40.541Z] drwxrwxr-x 2 1001 1001 117 Feb 6 00:31 bin [2021-02-06T00:38:40.541Z] drwxrwxr-x 15 1001 1001 4096 Feb 6 00:31 cmd [2021-02-06T00:38:40.541Z] -rw-r--r-- 1 root root 587103 Feb 6 00:37 coverage.out [2021-02-06T00:38:40.541Z] -rw-r--r-- 1 root root 1054 Feb 6 00:38 go.mod [2021-02-06T00:38:40.541Z] -rw-r--r-- 1 root root 19290 Feb 6 00:38 go.sum [2021-02-06T00:38:40.541Z] drwxrwxr-x 8 1001 1001 127 Feb 6 00:31 internal [2021-02-06T00:38:40.541Z] drwxrwxr-x 4 1001 1001 26 Feb 6 00:31 openapi [2021-02-06T00:38:40.541Z] drwxrwxr-x 4 1001 1001 71 Feb 6 00:31 snap [2021-02-06T00:38:40.542Z] -rw-rw-r-- 1 1001 1001 168 Feb 6 00:31 version.go [Pipeline] sh [2021-02-06T00:38:41.282Z] + '[' -e coverage.out ] [2021-02-06T00:38:41.282Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-06T00:38:41.860Z] Stashed 1 file(s) [Pipeline] sh [2021-02-06T00:38:42.681Z] + make build [2021-02-06T00:38:42.681Z] 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-02-06T00:38:51.254Z] 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-02-06T00:39:10.226Z] 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-02-06T00:39:11.705Z] 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-02-06T00:39:16.275Z] 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-02-06T00:39:17.892Z] 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-02-06T00:39:22.412Z] 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-02-06T00:39:27.006Z] 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-02-06T00:39:29.679Z] 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-02-06T00:39:30.019Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-06T00:39:30.019Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-06T00:39:33.205Z] 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-02-06T00:39:38.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-06T00:39:40.447Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-06T00:39:40.447Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-06T00:39:40.447Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-06T00:39:42.518Z] 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-02-06T00:39:43.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-06T00:39:43.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-06T00:39:43.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-06T00:39:43.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-06T00:39:43.094Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-06T00:39:44.892Z] 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-02-06T00:39:45.743Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] } [2021-02-06T00:39:48.776Z] $ docker stop --time=1 6e16d959a049741eec4c2ae13329b2e4ae6143916615bb7ae1325af559a63ca5 [2021-02-06T00:39:51.145Z] $ docker rm -f 6e16d959a049741eec4c2ae13329b2e4ae6143916615bb7ae1325af559a63ca5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:39:53.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-06T00:39:53.738Z] [2021-02-06T00:39:53.738Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:39:54.066Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-06T00:39:54.066Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-06T00:39:54.066Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-06T00:39:54.125Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-06T00:39:54.416Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-06T00:39:54.416Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-06T00:39:54.416Z] ca9280d653b3: Pulling fs layer [2021-02-06T00:39:54.416Z] 7e9c9ca2126c: Pulling fs layer [2021-02-06T00:39:55.070Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-06T00:39:55.070Z] cbdbe7a5bc2a: Download complete [2021-02-06T00:39:56.082Z] cbdbe7a5bc2a: Pull complete [2021-02-06T00:39:56.365Z] ca9280d653b3: Verifying Checksum [2021-02-06T00:39:56.365Z] ca9280d653b3: Download complete [2021-02-06T00:39:59.156Z] 7e9c9ca2126c: Verifying Checksum [2021-02-06T00:39:59.156Z] 7e9c9ca2126c: Download complete [2021-02-06T00:39:59.156Z] ca9280d653b3: Pull complete [2021-02-06T00:40:02.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.428s coverage: 45.6% of statements [2021-02-06T00:40:02.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-06T00:40:02.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-06T00:40:02.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-06T00:40:02.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-06T00:40:02.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-06T00:40:02.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-06T00:40:02.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-06T00:40:02.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.229s coverage: 100.0% of statements [2021-02-06T00:40:10.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.617s coverage: 27.1% of statements [2021-02-06T00:40:10.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-06T00:40:10.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-06T00:40:10.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-06T00:40:10.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-06T00:40:10.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-06T00:40:10.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-06T00:40:10.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-02-06T00:40:10.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-06T00:40:10.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-02-06T00:40:10.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-06T00:40:10.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-06T00:40:11.064Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.249s coverage: 65.8% of statements [2021-02-06T00:40:11.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-06T00:40:11.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-06T00:40:11.776Z] 7e9c9ca2126c: Pull complete [2021-02-06T00:40:11.777Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-06T00:40:11.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-06T00:40:11.777Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-06T00:40:12.183Z] prd-centos7-docker-4c-2g-25288 does not seem to be running inside a container [2021-02-06T00:40:12.405Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-06T00:40:15.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.720s coverage: 82.3% of statements [2021-02-06T00:40:15.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-06T00:40:15.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:40:15.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-06T00:40:15.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-06T00:40:15.954Z] $ docker top d76d9b628e36858ff4efc4bcef9ec26ed1792ee546c7904e96527d90c139dfb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:40:17.048Z] + docker-compose build --help [2021-02-06T00:40:17.049Z] + grep parallel [2021-02-06T00:40:18.541Z] --parallel Build images in parallel. [Pipeline] } [2021-02-06T00:40:18.565Z] $ docker stop --time=1 d76d9b628e36858ff4efc4bcef9ec26ed1792ee546c7904e96527d90c139dfb5 [2021-02-06T00:40:19.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.455s coverage: 28.6% of statements [2021-02-06T00:40:19.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-06T00:40:19.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-06T00:40:19.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-06T00:40:19.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-06T00:40:19.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-06T00:40:19.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements [2021-02-06T00:40:19.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-06T00:40:19.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.128s coverage: 100.0% of statements [2021-02-06T00:40:19.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-06T00:40:20.535Z] $ docker rm -f d76d9b628e36858ff4efc4bcef9ec26ed1792ee546c7904e96527d90c139dfb5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:40:21.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-06T00:40:21.689Z] . [Pipeline] withDockerContainer [2021-02-06T00:40:21.986Z] prd-centos7-docker-4c-2g-25288 does not seem to be running inside a container [2021-02-06T00:40:22.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-06T00:40:23.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.399s coverage: 86.7% of statements [2021-02-06T00:40:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-06T00:40:23.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.425s coverage: 97.5% of statements [2021-02-06T00:40:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-06T00:40:23.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.179s coverage: 78.3% of statements [2021-02-06T00:40:23.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-06T00:40:23.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-06T00:40:23.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-06T00:40:23.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-06T00:40:23.732Z] $ docker top 3cb1eb2388200e4a42455fab4ef357a158286741da4f7fcf72c9bdd645956c4a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:40:24.925Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-06T00:40:27.090Z] Building docker-core-command-go ... [2021-02-06T00:40:27.090Z] Building docker-core-data-go ... [2021-02-06T00:40:27.090Z] Building docker-core-metadata-go ... [2021-02-06T00:40:27.090Z] Building docker-security-bootstrapper-go ... [2021-02-06T00:40:27.090Z] Building docker-security-proxy-setup-go ... [2021-02-06T00:40:27.090Z] Building docker-security-secretstore-setup-go ... [2021-02-06T00:40:27.090Z] Building docker-support-notifications-go ... [2021-02-06T00:40:27.090Z] Building docker-support-scheduler-go ... [2021-02-06T00:40:27.090Z] Building docker-sys-mgmt-agent-go ... [2021-02-06T00:40:27.090Z] Building docker-support-notifications-go [2021-02-06T00:40:27.090Z] Building docker-support-scheduler-go [2021-02-06T00:40:27.090Z] Building docker-security-secretstore-setup-go [2021-02-06T00:40:27.090Z] Building docker-core-metadata-go [2021-02-06T00:40:27.368Z] Building docker-security-proxy-setup-go [2021-02-06T00:40:33.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.495s coverage: 92.8% of statements [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-06T00:40:33.798Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-06T00:40:33.798Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.215s coverage: 0.1% of statements [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-06T00:40:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-06T00:40:33.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 45.5% of statements [2021-02-06T00:40:33.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.093s coverage: 79.5% of statements [2021-02-06T00:40:33.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-02-06T00:40:33.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2021-02-06T00:40:34.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-02-06T00:40:49.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.099s coverage: 94.4% of statements [2021-02-06T00:40:49.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-02-06T00:41:01.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.153s coverage: 92.9% of statements [2021-02-06T00:41:01.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-06T00:41:01.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-06T00:41:01.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-06T00:41:01.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-06T00:41:01.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.097s coverage: 87.2% of statements [2021-02-06T00:41:01.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-06T00:41:01.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-06T00:41:01.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-06T00:41:01.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-06T00:41:01.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-02-06T00:41:01.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-06T00:41:01.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements [2021-02-06T00:41:01.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-02-06T00:41:01.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements [2021-02-06T00:41:01.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.4% of statements [2021-02-06T00:41:01.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-06T00:41:01.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.632s coverage: 63.5% of statements [2021-02-06T00:41:01.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-06T00:41:01.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-06T00:41:01.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-02-06T00:41:01.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2021-02-06T00:41:01.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-02-06T00:41:01.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-02-06T00:41:01.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements [2021-02-06T00:41:04.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.943s coverage: 68.9% of statements [2021-02-06T00:41:04.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-06T00:41:04.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-06T00:41:04.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-06T00:41:04.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-06T00:41:04.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-06T00:41:08.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.438s coverage: 37.0% of statements [2021-02-06T00:41:08.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-06T00:41:08.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-06T00:41:08.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.715s coverage: 84.0% of statements [2021-02-06T00:41:08.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements [2021-02-06T00:41:14.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.523s coverage: 47.0% of statements [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-06T00:41:14.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-06T00:41:14.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.165s coverage: 100.0% of statements [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-06T00:41:14.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.228s coverage: 84.3% of statements [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:41:14.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-06T00:41:23.093Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.320s coverage: 29.1% of statements [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-06T00:41:23.093Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-06T00:41:23.093Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.141s coverage: 100.0% of statements [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-06T00:41:23.093Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.231s coverage: 100.0% of statements [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-06T00:41:23.093Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-06T00:41:23.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-06T00:41:23.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-06T00:41:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-06T00:41:23.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements [2021-02-06T00:41:23.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-06T00:41:24.073Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-06T00:41:25.052Z] GO111MODULE=on go vet ./... [2021-02-06T00:41:50.416Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:41:50.416Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:41:50.416Z] ---> 39628cf02e60 [2021-02-06T00:41:50.416Z] Step 3/22 : WORKDIR /edgex-go [2021-02-06T00:41:50.416Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:41:50.416Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:41:50.416Z] ---> 39628cf02e60 [2021-02-06T00:41:50.416Z] Step 3/23 : WORKDIR /edgex-go [2021-02-06T00:41:50.416Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:41:50.416Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:41:50.416Z] ---> 39628cf02e60 [2021-02-06T00:41:50.416Z] Step 3/24 : WORKDIR /edgex-go [2021-02-06T00:41:50.416Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:41:50.416Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:41:50.416Z] ---> 39628cf02e60 [2021-02-06T00:41:50.416Z] Step 3/21 : WORKDIR /edgex-go [2021-02-06T00:41:50.416Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:41:50.416Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:41:50.416Z] ---> 39628cf02e60 [2021-02-06T00:41:50.416Z] Step 3/22 : WORKDIR /edgex-go [2021-02-06T00:41:50.416Z] ---> Running in 336357c0ba61 [2021-02-06T00:41:50.416Z] ---> Running in 0e39bcab53a7 [2021-02-06T00:41:50.416Z] ---> Running in 504e5f8c78a8 [2021-02-06T00:41:50.416Z] ---> Running in efd29cbb8e7f [2021-02-06T00:41:50.416Z] ---> Running in a1b929c7219d [2021-02-06T00:41:50.416Z] Removing intermediate container 504e5f8c78a8 [2021-02-06T00:41:50.416Z] ---> 21c945ce3961 [2021-02-06T00:41:50.416Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:41:50.416Z] Removing intermediate container a1b929c7219d [2021-02-06T00:41:50.416Z] ---> 50dbf166b90b [2021-02-06T00:41:50.416Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:41:50.416Z] Removing intermediate container 336357c0ba61 [2021-02-06T00:41:50.416Z] ---> 9a3bd6683b1b [2021-02-06T00:41:50.416Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:41:50.416Z] ---> Running in e317ad16f1fa [2021-02-06T00:41:50.416Z] Removing intermediate container 0e39bcab53a7 [2021-02-06T00:41:50.416Z] ---> fe7b8aa2ea6f [2021-02-06T00:41:50.416Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:41:50.416Z] Removing intermediate container efd29cbb8e7f [2021-02-06T00:41:50.416Z] ---> 17a4092804f1 [2021-02-06T00:41:50.416Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:41:50.416Z] ---> Running in 388e87caec4d [2021-02-06T00:41:50.416Z] ---> Running in 412875d501c7 [2021-02-06T00:41:50.416Z] ---> Running in cb648d7ecf73 [2021-02-06T00:41:50.416Z] ---> Running in e2ae06e65a43 [2021-02-06T00:41:50.416Z] Removing intermediate container 388e87caec4d [2021-02-06T00:41:50.416Z] ---> 8c283bc82f93 [2021-02-06T00:41:50.416Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-06T00:41:50.416Z] Removing intermediate container e2ae06e65a43 [2021-02-06T00:41:50.416Z] ---> 92093385a7fd [2021-02-06T00:41:50.417Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-06T00:41:50.417Z] ---> Running in 3103c0a66c81 [2021-02-06T00:41:50.417Z] ---> Running in d1f0e5253876 [2021-02-06T00:41:50.417Z] Removing intermediate container cb648d7ecf73 [2021-02-06T00:41:50.417Z] ---> 109c9c3013ac [2021-02-06T00:41:50.417Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-06T00:41:50.417Z] Removing intermediate container 412875d501c7 [2021-02-06T00:41:50.417Z] ---> 9892954c1138 [2021-02-06T00:41:50.417Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-06T00:41:50.417Z] Removing intermediate container e317ad16f1fa [2021-02-06T00:41:50.417Z] ---> 5fb4057f85be [2021-02-06T00:41:50.417Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-06T00:41:50.417Z] ---> Running in 5658892796d7 [2021-02-06T00:41:50.417Z] ---> Running in f2876435181f [2021-02-06T00:41:50.417Z] ---> Running in 00f79e26ccde [2021-02-06T00:41:50.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:50.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:50.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:51.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:51.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:51.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:51.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:51.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:52.321Z] OK: 233 MiB in 51 packages [2021-02-06T00:41:52.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:52.321Z] OK: 233 MiB in 51 packages [2021-02-06T00:41:52.643Z] OK: 233 MiB in 51 packages [2021-02-06T00:41:52.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:53.268Z] OK: 233 MiB in 51 packages [2021-02-06T00:41:53.553Z] OK: 233 MiB in 51 packages [2021-02-06T00:41:54.209Z] Removing intermediate container 3103c0a66c81 [2021-02-06T00:41:54.209Z] ---> 19324981b76e [2021-02-06T00:41:54.209Z] Step 6/24 : COPY go.mod . [2021-02-06T00:41:54.523Z] Removing intermediate container d1f0e5253876 [2021-02-06T00:41:54.523Z] ---> fe2a6be2d1c6 [2021-02-06T00:41:54.523Z] Step 6/22 : COPY go.mod . [2021-02-06T00:41:54.859Z] Removing intermediate container f2876435181f [2021-02-06T00:41:54.859Z] ---> ea773ba4ebd8 [2021-02-06T00:41:54.859Z] Step 6/23 : COPY go.mod . [2021-02-06T00:41:55.173Z] Removing intermediate container 00f79e26ccde [2021-02-06T00:41:55.173Z] ---> 3fd07413d880 [2021-02-06T00:41:55.173Z] Step 6/21 : COPY go.mod . [2021-02-06T00:41:55.173Z] ---> 645e78ece42d [2021-02-06T00:41:55.173Z] Step 7/24 : RUN go mod download [2021-02-06T00:41:55.173Z] ---> fec5e585ad91 [2021-02-06T00:41:55.173Z] Step 7/22 : RUN go mod download [2021-02-06T00:41:55.467Z] ---> Running in 208827dbf7f1 [2021-02-06T00:41:55.890Z] ---> Running in 87f6539342a3 [2021-02-06T00:41:55.890Z] ---> fa6cb8c26784 [2021-02-06T00:41:55.890Z] Step 7/23 : RUN go mod download [2021-02-06T00:41:55.890Z] ---> 96ef46a41db2 [2021-02-06T00:41:55.890Z] Step 7/21 : RUN go mod download [2021-02-06T00:41:55.890Z] Removing intermediate container 5658892796d7 [2021-02-06T00:41:55.890Z] ---> 32335d718c6f [2021-02-06T00:41:55.890Z] Step 6/22 : COPY go.mod . [2021-02-06T00:41:56.219Z] ---> Running in ec766071274b [2021-02-06T00:41:56.579Z] ---> Running in 4363afbf071f [2021-02-06T00:41:57.329Z] ---> 799bd5646a28 [2021-02-06T00:41:57.330Z] Step 7/22 : RUN go mod download [2021-02-06T00:41:57.330Z] ---> Running in 63078e865157 [2021-02-06T00:42:01.984Z] Removing intermediate container 87f6539342a3 [2021-02-06T00:42:01.984Z] ---> ecdbf5384f97 [2021-02-06T00:42:01.984Z] Step 8/22 : COPY . . [2021-02-06T00:42:02.323Z] Removing intermediate container 4363afbf071f [2021-02-06T00:42:02.323Z] ---> 6694cbfc77c9 [2021-02-06T00:42:02.323Z] Step 8/21 : COPY . . [2021-02-06T00:42:02.323Z] Removing intermediate container 63078e865157 [2021-02-06T00:42:02.323Z] ---> ddaad98c5be0 [2021-02-06T00:42:02.323Z] Step 8/22 : COPY . . [2021-02-06T00:42:02.677Z] Removing intermediate container 208827dbf7f1 [2021-02-06T00:42:02.677Z] ---> 8c620da41228 [2021-02-06T00:42:02.677Z] Step 8/24 : COPY . . [2021-02-06T00:42:05.723Z] Removing intermediate container ec766071274b [2021-02-06T00:42:05.723Z] ---> b171e488ed27 [2021-02-06T00:42:05.723Z] Step 8/23 : COPY . . [2021-02-06T00:42:46.844Z] gofmt -l . [2021-02-06T00:42:46.844Z] [ "`gofmt -l .`" = "" ] [2021-02-06T00:42:46.844Z] ./bin/test-go-mod-tidy.sh [2021-02-06T00:42:47.123Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-06T00:42:49.325Z] + ls -al . [2021-02-06T00:42:49.325Z] total 720 [2021-02-06T00:42:49.325Z] drwxrwxr-x 9 1001 1001 4096 Feb 6 00:42 . [2021-02-06T00:42:49.325Z] drwxr-xr-x 4 root root 4096 Feb 6 00:38 .. [2021-02-06T00:42:49.325Z] -rw-rw-r-- 1 1001 1001 11 Feb 6 00:36 .dockerignore [2021-02-06T00:42:49.325Z] drwxrwxr-x 8 1001 1001 4096 Feb 6 00:36 .git [2021-02-06T00:42:49.325Z] drwxrwxr-x 3 1001 1001 4096 Feb 6 00:36 .github [2021-02-06T00:42:49.325Z] -rw-rw-r-- 1 1001 1001 872 Feb 6 00:36 .gitignore [2021-02-06T00:42:49.326Z] -rw-rw-r-- 1 1001 1001 166 Feb 6 00:36 .sonarcloud.properties [2021-02-06T00:42:49.326Z] -rw-rw-r-- 1 1001 1001 7859 Feb 6 00:36 Attribution.txt [2021-02-06T00:42:49.326Z] -rw-rw-r-- 1 1001 1001 3804 Feb 6 00:36 CONTRIBUTING.md [2021-02-06T00:42:49.326Z] -rw-rw-r-- 1 1001 1001 931 Feb 6 00:36 Dockerfile.build [2021-02-06T00:42:49.326Z] -rw-rw-r-- 1 1001 1001 863 Feb 6 00:36 Jenkinsfile [2021-02-06T00:42:49.326Z] -rw-rw-r-- 1 1001 1001 10775 Feb 6 00:36 LICENSE [2021-02-06T00:42:49.326Z] -rw-rw-r-- 1 1001 1001 6001 Feb 6 00:36 Makefile [2021-02-06T00:42:49.326Z] -rw-rw-r-- 1 1001 1001 6524 Feb 6 00:36 README.md [2021-02-06T00:42:49.326Z] -rw-rw-r-- 1 1001 1001 6755 Feb 6 00:36 SECURITY.md [2021-02-06T00:42:49.326Z] -rw-rw-r-- 1 1001 1001 5 Feb 6 00:32 VERSION [2021-02-06T00:42:49.326Z] -rw-rw-r-- 1 1001 1001 4131 Feb 6 00:36 ZMQWindows.md [2021-02-06T00:42:49.326Z] drwxrwxr-x 2 1001 1001 4096 Feb 6 00:36 bin [2021-02-06T00:42:49.326Z] drwxrwxr-x 15 1001 1001 4096 Feb 6 00:36 cmd [2021-02-06T00:42:49.326Z] -rw-r--r-- 1 root root 587103 Feb 6 00:41 coverage.out [2021-02-06T00:42:49.326Z] -rw-r--r-- 1 root root 1054 Feb 6 00:42 go.mod [2021-02-06T00:42:49.326Z] -rw-r--r-- 1 root root 19290 Feb 6 00:42 go.sum [2021-02-06T00:42:49.326Z] drwxrwxr-x 8 1001 1001 4096 Feb 6 00:36 internal [2021-02-06T00:42:49.326Z] drwxrwxr-x 4 1001 1001 4096 Feb 6 00:36 openapi [2021-02-06T00:42:49.326Z] drwxrwxr-x 4 1001 1001 4096 Feb 6 00:36 snap [2021-02-06T00:42:49.326Z] -rw-rw-r-- 1 1001 1001 168 Feb 6 00:36 version.go [Pipeline] sh [2021-02-06T00:42:50.051Z] + '[' -e coverage.out ] [2021-02-06T00:42:50.051Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-06T00:42:50.074Z] Warning: overwriting stash ‘coverage-report’ [2021-02-06T00:42:51.455Z] Stashed 1 file(s) [Pipeline] sh [2021-02-06T00:42:52.106Z] + make build [2021-02-06T00:42:52.106Z] 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-02-06T00:43:04.510Z] 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-02-06T00:43:31.356Z] 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-02-06T00:43:33.973Z] 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-02-06T00:43:39.410Z] 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-02-06T00:43:40.387Z] 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-02-06T00:43:43.793Z] ---> 5aebaa8a9c3a [2021-02-06T00:43:43.793Z] ---> cfe97b6958b4 [2021-02-06T00:43:43.793Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-06T00:43:43.793Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-06T00:43:43.793Z] ---> 3d94666aef6e [2021-02-06T00:43:43.793Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-06T00:43:43.793Z] ---> 032fef9bb3f3 [2021-02-06T00:43:43.793Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-06T00:43:43.793Z] ---> 5de0ea4b94c0 [2021-02-06T00:43:43.793Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-06T00:43:43.793Z] ---> Running in 95e56541394a [2021-02-06T00:43:43.793Z] ---> Running in 9ba898c43794 [2021-02-06T00:43:43.793Z] ---> Running in 9d06027b27a3 [2021-02-06T00:43:43.793Z] ---> Running in e2d49d6ea72d [2021-02-06T00:43:43.793Z] ---> Running in 6a09773202d7 [2021-02-06T00:43:43.793Z] 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-02-06T00:43:43.793Z] 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-02-06T00:43:43.793Z] 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-02-06T00:43:43.793Z] 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-02-06T00:43:43.793Z] 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-02-06T00:43:45.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-06T00:43:51.199Z] 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-02-06T00:43:54.586Z] 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-02-06T00:43:58.884Z] 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-02-06T00:44:02.274Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-06T00:44:06.570Z] 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-02-06T00:44:09.982Z] 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-02-06T00:44:15.423Z] $ docker stop --time=1 c80b1ba85032e46ec837f2487b029c6d217378f262bbbad40ef5744eebd043eb [2021-02-06T00:44:17.917Z] $ docker rm -f c80b1ba85032e46ec837f2487b029c6d217378f262bbbad40ef5744eebd043eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:44:20.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-06T00:44:20.031Z] [2021-02-06T00:44:20.031Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:44:20.420Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-06T00:44:20.420Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-06T00:44:20.420Z] 29e5d40040c1: Pulling fs layer [2021-02-06T00:44:20.420Z] 1ce36da41761: Pulling fs layer [2021-02-06T00:44:20.420Z] 25b303627fd3: Pulling fs layer [2021-02-06T00:44:21.019Z] 29e5d40040c1: Verifying Checksum [2021-02-06T00:44:21.020Z] 29e5d40040c1: Download complete [2021-02-06T00:44:21.616Z] 1ce36da41761: Verifying Checksum [2021-02-06T00:44:21.616Z] 1ce36da41761: Download complete [2021-02-06T00:44:21.616Z] 29e5d40040c1: Pull complete [2021-02-06T00:44:23.060Z] 1ce36da41761: Pull complete [2021-02-06T00:44:23.060Z] 25b303627fd3: Verifying Checksum [2021-02-06T00:44:23.060Z] 25b303627fd3: Download complete [2021-02-06T00:44:32.852Z] 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-02-06T00:44:33.209Z] 25b303627fd3: Pull complete [2021-02-06T00:44:33.209Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-06T00:44:33.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-06T00:44:33.209Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-06T00:44:33.474Z] prd-ubuntu18.04-docker-arm64-4c-16g-25297 does not seem to be running inside a container [2021-02-06T00:44:33.573Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-06T00:44:34.525Z] 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-02-06T00:44:36.944Z] $ docker top eb9922fe3ccafba292bce43cf2d64de1e456887ea83553e43f6a4701827a205c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:44:38.000Z] + docker-compose build --help [2021-02-06T00:44:38.001Z] + grep parallel [2021-02-06T00:44:42.273Z] --parallel Build images in parallel. [Pipeline] } [2021-02-06T00:44:42.312Z] $ docker stop --time=1 eb9922fe3ccafba292bce43cf2d64de1e456887ea83553e43f6a4701827a205c [2021-02-06T00:44:44.239Z] $ docker rm -f eb9922fe3ccafba292bce43cf2d64de1e456887ea83553e43f6a4701827a205c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:44:45.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-06T00:44:45.043Z] . [Pipeline] withDockerContainer [2021-02-06T00:44:45.360Z] prd-ubuntu18.04-docker-arm64-4c-16g-25297 does not seem to be running inside a container [2021-02-06T00:44:45.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-06T00:44:47.000Z] $ docker top a4298e4ab751e3ffeceb3ff77879f296cce5d874cb74fb2649356a0381855c07 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:44:48.018Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-06T00:44:52.314Z] Building docker-core-command-go ... [2021-02-06T00:44:52.314Z] Building docker-core-data-go ... [2021-02-06T00:44:52.314Z] Building docker-core-metadata-go ... [2021-02-06T00:44:52.314Z] Building docker-security-bootstrapper-go ... [2021-02-06T00:44:52.314Z] Building docker-security-proxy-setup-go ... [2021-02-06T00:44:52.314Z] Building docker-security-secretstore-setup-go ... [2021-02-06T00:44:52.314Z] Building docker-support-notifications-go ... [2021-02-06T00:44:52.314Z] Building docker-support-scheduler-go ... [2021-02-06T00:44:52.314Z] Building docker-sys-mgmt-agent-go ... [2021-02-06T00:44:52.314Z] Building docker-core-command-go [2021-02-06T00:44:52.314Z] Building docker-security-proxy-setup-go [2021-02-06T00:44:52.314Z] Building docker-sys-mgmt-agent-go [2021-02-06T00:44:52.314Z] Building docker-security-secretstore-setup-go [2021-02-06T00:44:52.314Z] Building docker-support-notifications-go [2021-02-06T00:44:55.474Z] Removing intermediate container 9ba898c43794 [2021-02-06T00:44:55.474Z] ---> 6287aeba351d [2021-02-06T00:44:55.474Z] [2021-02-06T00:44:55.474Z] Step 10/24 : FROM alpine:3.12 [2021-02-06T00:44:55.474Z] Removing intermediate container 95e56541394a [2021-02-06T00:44:55.474Z] ---> 6911c2559e2b [2021-02-06T00:44:55.474Z] [2021-02-06T00:44:55.474Z] Step 10/21 : FROM alpine:3.12 [2021-02-06T00:44:55.474Z] 3.12: Pulling from library/alpine [2021-02-06T00:44:55.474Z] 3.12: Pulling from library/alpine [2021-02-06T00:44:55.474Z] Removing intermediate container e2d49d6ea72d [2021-02-06T00:44:55.474Z] ---> d9124c7749f9 [2021-02-06T00:44:55.474Z] [2021-02-06T00:44:55.474Z] Step 10/22 : FROM alpine:3.12 [2021-02-06T00:44:55.474Z] Removing intermediate container 6a09773202d7 [2021-02-06T00:44:55.474Z] ---> b266b8943535 [2021-02-06T00:44:55.474Z] [2021-02-06T00:44:55.474Z] Step 10/22 : FROM alpine:3.12 [2021-02-06T00:44:55.474Z] 3.12: Pulling from library/alpine [2021-02-06T00:44:55.474Z] 3.12: Pulling from library/alpine [2021-02-06T00:44:56.119Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-06T00:44:56.119Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-06T00:44:56.119Z] Status: Downloaded newer image for alpine:3.12 [2021-02-06T00:44:56.119Z] Status: Downloaded newer image for alpine:3.12 [2021-02-06T00:44:56.119Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-06T00:44:56.119Z] Status: Image is up to date for alpine:3.12 [2021-02-06T00:44:56.119Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-06T00:44:56.119Z] Status: Image is up to date for alpine:3.12 [2021-02-06T00:44:56.119Z] ---> 389fef711851 [2021-02-06T00:44:56.119Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-06T00:44:56.119Z] ---> 389fef711851 [2021-02-06T00:44:56.119Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-06T00:44:56.119Z] ---> 389fef711851 [2021-02-06T00:44:56.119Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-06T00:44:56.119Z] ---> 389fef711851 [2021-02-06T00:44:56.119Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-06T00:44:57.608Z] ---> Running in 84e06a3a6a58 [2021-02-06T00:44:57.608Z] ---> Running in b9f64f853dd8 [2021-02-06T00:44:57.608Z] ---> Running in 56c20bab890c [2021-02-06T00:44:57.608Z] ---> Running in a9d4140d4053 [2021-02-06T00:44:58.257Z] Removing intermediate container 9d06027b27a3 [2021-02-06T00:44:58.257Z] ---> be98e907876d [2021-02-06T00:44:58.257Z] [2021-02-06T00:44:58.257Z] Step 10/23 : FROM alpine:3.12 [2021-02-06T00:44:58.257Z] ---> 389fef711851 [2021-02-06T00:44:58.257Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-06T00:44:58.665Z] ---> Running in 61d928721b85 [2021-02-06T00:45:00.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:45:00.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:45:00.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:45:00.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:45:00.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:45:00.811Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-06T00:45:00.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:45:00.811Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-06T00:45:00.811Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:45:00.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:45:00.811Z] OK: 6 MiB in 15 packages [2021-02-06T00:45:00.811Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-06T00:45:00.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:45:00.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:45:00.811Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-06T00:45:00.811Z] (4/4) Installing curl (7.69.1-r3) [2021-02-06T00:45:01.121Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:45:01.121Z] Executing ca-certificates-20191127-r4.trigger [2021-02-06T00:45:01.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:45:01.121Z] OK: 7 MiB in 18 packages [2021-02-06T00:45:01.121Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-06T00:45:01.121Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:45:01.121Z] OK: 6 MiB in 15 packages [2021-02-06T00:45:01.412Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-06T00:45:01.412Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-06T00:45:01.412Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-06T00:45:01.412Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-06T00:45:01.412Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-06T00:45:01.412Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:45:01.412Z] (4/5) Installing curl (7.69.1-r3) [2021-02-06T00:45:01.412Z] Executing ca-certificates-20191127-r4.trigger [2021-02-06T00:45:01.778Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-06T00:45:01.778Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:45:01.778Z] Executing ca-certificates-20191127-r4.trigger [2021-02-06T00:45:01.778Z] OK: 6 MiB in 16 packages [2021-02-06T00:45:01.778Z] OK: 7 MiB in 19 packages [2021-02-06T00:45:03.999Z] Removing intermediate container 56c20bab890c [2021-02-06T00:45:03.999Z] ---> 8f63fb1166dc [2021-02-06T00:45:03.999Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:45:04.324Z] ---> Running in b8f559f63fb1 [2021-02-06T00:45:04.324Z] Removing intermediate container 84e06a3a6a58 [2021-02-06T00:45:04.324Z] ---> e713bf3541be [2021-02-06T00:45:04.324Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-06T00:45:04.691Z] Removing intermediate container 61d928721b85 [2021-02-06T00:45:04.691Z] ---> 98147da8972e [2021-02-06T00:45:04.691Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:45:05.408Z] ---> Running in 3df234c1b89f [2021-02-06T00:45:05.750Z] ---> Running in 1e4fd72de14c [2021-02-06T00:45:05.751Z] Removing intermediate container b8f559f63fb1 [2021-02-06T00:45:05.751Z] ---> 8c9216d6337f [2021-02-06T00:45:05.751Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-06T00:45:06.061Z] Removing intermediate container b9f64f853dd8 [2021-02-06T00:45:06.061Z] ---> 3fc562b784f8 [2021-02-06T00:45:06.061Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-06T00:45:06.061Z] Removing intermediate container a9d4140d4053 [2021-02-06T00:45:06.061Z] ---> 8ca2f76d0b6f [2021-02-06T00:45:06.061Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:45:06.734Z] ---> Running in 1de65e9410db [2021-02-06T00:45:06.734Z] ---> Running in 7070ee9be072 [2021-02-06T00:45:06.734Z] ---> Running in 62e43e830113 [2021-02-06T00:45:06.734Z] Removing intermediate container 3df234c1b89f [2021-02-06T00:45:06.734Z] ---> 12f93925feea [2021-02-06T00:45:06.734Z] Step 13/21 : WORKDIR /edgex [2021-02-06T00:45:07.135Z] Removing intermediate container 1e4fd72de14c [2021-02-06T00:45:07.135Z] ---> bebbbdeab378 [2021-02-06T00:45:07.135Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-06T00:45:07.135Z] ---> Running in d3decdfafd49 [2021-02-06T00:45:07.135Z] ---> Running in 7d135e8a948e [2021-02-06T00:45:07.135Z] Removing intermediate container 1de65e9410db [2021-02-06T00:45:07.135Z] ---> cb0b82551bca [2021-02-06T00:45:07.135Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-06T00:45:07.777Z] Removing intermediate container 7070ee9be072 [2021-02-06T00:45:07.777Z] ---> 38ac79e3705d [2021-02-06T00:45:07.777Z] Step 13/24 : WORKDIR / [2021-02-06T00:45:07.777Z] Removing intermediate container 62e43e830113 [2021-02-06T00:45:07.777Z] ---> 3d73fa988bdf [2021-02-06T00:45:07.777Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-06T00:45:07.777Z] ---> Running in 675d50cff2a1 [2021-02-06T00:45:07.777Z] ---> Running in 24aaed285fc5 [2021-02-06T00:45:08.174Z] ---> Running in 0d1d92f08a04 [2021-02-06T00:45:08.174Z] Removing intermediate container 7d135e8a948e [2021-02-06T00:45:08.174Z] ---> c84e8797b9c1 [2021-02-06T00:45:08.174Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-06T00:45:08.174Z] Removing intermediate container d3decdfafd49 [2021-02-06T00:45:08.174Z] ---> d43d37fc7fb6 [2021-02-06T00:45:08.174Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-06T00:45:08.499Z] Removing intermediate container 675d50cff2a1 [2021-02-06T00:45:08.500Z] ---> 7a7985f6374b [2021-02-06T00:45:08.500Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:45:08.857Z] ---> Running in 2272d976d7c3 [2021-02-06T00:45:09.161Z] Removing intermediate container 0d1d92f08a04 [2021-02-06T00:45:09.161Z] ---> 94ce814d53cd [2021-02-06T00:45:09.161Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-06T00:45:09.494Z] Removing intermediate container 24aaed285fc5 [2021-02-06T00:45:09.494Z] ---> 2148612710c4 [2021-02-06T00:45:09.494Z] 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-02-06T00:45:10.112Z] ---> Running in 456ff2fad933 [2021-02-06T00:45:10.112Z] ---> f663937df0ec [2021-02-06T00:45:10.112Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-06T00:45:10.529Z] ---> 95f337682382 [2021-02-06T00:45:10.529Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-06T00:45:10.847Z] Removing intermediate container 2272d976d7c3 [2021-02-06T00:45:10.847Z] ---> 048c93059786 [2021-02-06T00:45:10.847Z] Step 15/23 : WORKDIR / [2021-02-06T00:45:11.176Z] ---> f1c4f79d9300 [2021-02-06T00:45:11.176Z] 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-02-06T00:45:11.652Z] Removing intermediate container 456ff2fad933 [2021-02-06T00:45:11.652Z] ---> 31821ae14e70 [2021-02-06T00:45:11.652Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:45:12.085Z] ---> Running in dc70efc0fcdb [2021-02-06T00:45:12.494Z] ---> 465eb0cb6c90 [2021-02-06T00:45:12.494Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-06T00:45:12.494Z] ---> 72c1e0ff6999 [2021-02-06T00:45:12.494Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-06T00:45:12.834Z] ---> 574aa9115f22 [2021-02-06T00:45:12.834Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-06T00:45:13.170Z] ---> b78e417f5e05 [2021-02-06T00:45:13.170Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-06T00:45:13.170Z] Removing intermediate container dc70efc0fcdb [2021-02-06T00:45:13.170Z] ---> 8c806f7b8c74 [2021-02-06T00:45:13.170Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:45:13.500Z] ---> b64faeb74abd [2021-02-06T00:45:13.500Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-06T00:45:13.852Z] ---> 3b7e06e9249d [2021-02-06T00:45:13.852Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-06T00:45:14.539Z] ---> Running in adc95e8930eb [2021-02-06T00:45:14.827Z] ---> c72e2b30d7b9 [2021-02-06T00:45:14.827Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-06T00:45:15.114Z] ---> 8fba09c37cda [2021-02-06T00:45:15.114Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-06T00:45:15.114Z] ---> c20b4b66b842 [2021-02-06T00:45:15.114Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-06T00:45:15.114Z] ---> Running in 8f469ca75f03 [2021-02-06T00:45:15.402Z] ---> 2a6445648ffd [2021-02-06T00:45:15.402Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-06T00:45:15.402Z] Removing intermediate container adc95e8930eb [2021-02-06T00:45:15.402Z] ---> 39b6fbff88bf [2021-02-06T00:45:15.402Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:45:17.262Z] ---> Running in 7d0e947d39f9 [2021-02-06T00:45:17.262Z] ---> c87691601236 [2021-02-06T00:45:17.262Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-06T00:45:17.262Z] Removing intermediate container 8f469ca75f03 [2021-02-06T00:45:17.262Z] ---> 662512b8a108 [2021-02-06T00:45:17.262Z] Step 18/21 : CMD ["--init=true"] [2021-02-06T00:45:17.632Z] ---> a0923c047f3b [2021-02-06T00:45:17.632Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-06T00:45:17.632Z] ---> Running in 6e3164600b91 [2021-02-06T00:45:17.632Z] ---> Running in da302129acf5 [2021-02-06T00:45:17.632Z] ---> a297844da191 [2021-02-06T00:45:17.632Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-06T00:45:18.012Z] Removing intermediate container 7d0e947d39f9 [2021-02-06T00:45:18.012Z] ---> 7e0cd4115b9c [2021-02-06T00:45:18.012Z] Step 20/22 : LABEL arch=x86_64 [2021-02-06T00:45:18.404Z] ---> Running in dd349439806c [2021-02-06T00:45:18.404Z] Removing intermediate container da302129acf5 [2021-02-06T00:45:18.404Z] ---> b96293ab7257 [2021-02-06T00:45:18.404Z] Step 19/21 : LABEL arch=x86_64 [2021-02-06T00:45:18.704Z] Removing intermediate container 6e3164600b91 [2021-02-06T00:45:18.704Z] ---> 699563a6b84d [2021-02-06T00:45:18.704Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:45:18.704Z] ---> Running in 00ffb9ba20a2 [2021-02-06T00:45:19.020Z] ---> 9157e7f6ab3a [2021-02-06T00:45:19.020Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-06T00:45:19.020Z] ---> Running in 8545ff6a19a1 [2021-02-06T00:45:19.020Z] ---> 9df74bb9b370 [2021-02-06T00:45:19.020Z] 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-02-06T00:45:19.020Z] Removing intermediate container dd349439806c [2021-02-06T00:45:19.020Z] ---> f3a8ca1f0b0e [2021-02-06T00:45:19.020Z] Step 21/22 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:45:19.364Z] ---> Running in f866a9838947 [2021-02-06T00:45:19.364Z] ---> Running in e98d4653bec8 [2021-02-06T00:45:19.364Z] ---> Running in 7eb160a9ca8b [2021-02-06T00:45:19.693Z] Removing intermediate container 00ffb9ba20a2 [2021-02-06T00:45:19.693Z] ---> 5e56c84c25eb [2021-02-06T00:45:19.693Z] Step 20/21 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:45:19.693Z] Removing intermediate container 8545ff6a19a1 [2021-02-06T00:45:19.693Z] ---> a1b9f7725fef [2021-02-06T00:45:19.693Z] Step 20/22 : LABEL arch=x86_64 [2021-02-06T00:45:20.013Z] Removing intermediate container f866a9838947 [2021-02-06T00:45:20.013Z] ---> e2fc4b0a6a2b [2021-02-06T00:45:20.013Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:45:20.013Z] ---> Running in 3239c2fddef4 [2021-02-06T00:45:20.310Z] ---> Running in e935a8b37da0 [2021-02-06T00:45:20.310Z] ---> Running in 78f63f16c8e3 [2021-02-06T00:45:20.310Z] Removing intermediate container 7eb160a9ca8b [2021-02-06T00:45:20.310Z] ---> 0532dd418300 [2021-02-06T00:45:20.310Z] Step 22/22 : LABEL version=0.0.0 [2021-02-06T00:45:20.631Z] ---> Running in 6f450be7ba42 [2021-02-06T00:45:20.631Z] Removing intermediate container 3239c2fddef4 [2021-02-06T00:45:20.631Z] ---> 82698882cab5 [2021-02-06T00:45:20.631Z] Step 21/21 : LABEL version=0.0.0 [2021-02-06T00:45:20.915Z] Removing intermediate container e935a8b37da0 [2021-02-06T00:45:20.915Z] ---> d5c96f9aefc4 [2021-02-06T00:45:20.915Z] Step 21/22 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:45:21.232Z] Removing intermediate container 78f63f16c8e3 [2021-02-06T00:45:21.233Z] ---> 800700efee2b [2021-02-06T00:45:21.233Z] Step 21/23 : LABEL arch=x86_64 [2021-02-06T00:45:21.233Z] ---> Running in f5eceba5433f [2021-02-06T00:45:21.233Z] ---> Running in 380ce32b7e0f [2021-02-06T00:45:21.233Z] ---> Running in 8bb6e8624803 [2021-02-06T00:45:21.520Z] Removing intermediate container 6f450be7ba42 [2021-02-06T00:45:21.520Z] ---> f39610668499 [2021-02-06T00:45:21.520Z] [2021-02-06T00:45:22.189Z] Removing intermediate container f5eceba5433f [2021-02-06T00:45:22.189Z] ---> e7165921262e [2021-02-06T00:45:22.189Z] [2021-02-06T00:45:22.189Z] Removing intermediate container 380ce32b7e0f [2021-02-06T00:45:22.189Z] ---> cd194c3bc391 [2021-02-06T00:45:22.189Z] Step 22/22 : LABEL version=0.0.0 [2021-02-06T00:45:22.189Z] Removing intermediate container 8bb6e8624803 [2021-02-06T00:45:22.189Z] ---> 55930ddb2c26 [2021-02-06T00:45:22.189Z] Step 22/23 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:45:22.525Z] ---> Running in 5e73326365d0 [2021-02-06T00:45:22.525Z] ---> Running in e0f62dfcb419 [2021-02-06T00:45:22.525Z] Successfully built f39610668499 [2021-02-06T00:45:22.525Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-06T00:45:22.525Z] Building docker-sys-mgmt-agent-go [2021-02-06T00:45:22.884Z]  Building docker-support-scheduler-go ... done Successfully built e7165921262e [2021-02-06T00:45:23.227Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-06T00:45:23.227Z] Building docker-core-command-go [2021-02-06T00:45:23.227Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e98d4653bec8 [2021-02-06T00:45:23.227Z] ---> 24ae93c1cf31 [2021-02-06T00:45:23.227Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-06T00:45:23.227Z] ---> Running in 93328c809e06 [2021-02-06T00:45:23.227Z] Removing intermediate container 5e73326365d0 [2021-02-06T00:45:23.227Z] ---> 44fe342678e1 [2021-02-06T00:45:23.227Z] [2021-02-06T00:45:23.558Z] Removing intermediate container e0f62dfcb419 [2021-02-06T00:45:23.558Z] ---> 07092dd598a6 [2021-02-06T00:45:23.558Z] Step 23/23 : LABEL version=0.0.0 [2021-02-06T00:45:23.846Z] Successfully built 44fe342678e1 [2021-02-06T00:45:23.846Z] ---> Running in 18924b483481 [2021-02-06T00:45:24.173Z] Successfully tagged docker-support-notifications-go:latest [2021-02-06T00:45:24.173Z] Building docker-core-data-go [2021-02-06T00:45:24.562Z]  Building docker-support-notifications-go ... done Removing intermediate container 93328c809e06 [2021-02-06T00:45:24.562Z] ---> fa17404b1eca [2021-02-06T00:45:24.562Z] Step 22/24 : LABEL arch=x86_64 [2021-02-06T00:45:24.562Z] ---> Running in 4098c34a99b2 [2021-02-06T00:45:24.846Z] Removing intermediate container 18924b483481 [2021-02-06T00:45:24.846Z] ---> 3934de5dda4b [2021-02-06T00:45:24.846Z] [2021-02-06T00:45:25.197Z] Removing intermediate container 4098c34a99b2 [2021-02-06T00:45:25.197Z] ---> ee747e667362 [2021-02-06T00:45:25.197Z] Step 23/24 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:45:26.317Z] Successfully built 3934de5dda4b [2021-02-06T00:45:26.317Z] Successfully tagged docker-core-metadata-go:latest [2021-02-06T00:45:26.317Z]  Building docker-core-metadata-go ... done  ---> Running in b68ef30c871f [2021-02-06T00:45:26.317Z] Building docker-security-bootstrapper-go [2021-02-06T00:45:27.376Z] Removing intermediate container b68ef30c871f [2021-02-06T00:45:27.376Z] ---> 48fd56f075e6 [2021-02-06T00:45:27.376Z] Step 24/24 : LABEL version=0.0.0 [2021-02-06T00:45:30.818Z] ---> Running in 0a5d7dfa1d6b [2021-02-06T00:45:33.980Z] Removing intermediate container 0a5d7dfa1d6b [2021-02-06T00:45:33.980Z] ---> e536de0b591f [2021-02-06T00:45:33.980Z] [2021-02-06T00:45:33.980Z] Successfully built e536de0b591f [2021-02-06T00:45:34.314Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-06T00:46:14.181Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:46:14.182Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:46:14.182Z] ---> 9fdb1ae2ea79 [2021-02-06T00:46:14.182Z] Step 3/21 : WORKDIR /edgex-go [2021-02-06T00:46:14.182Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:46:14.182Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:46:14.182Z] ---> 9fdb1ae2ea79 [2021-02-06T00:46:14.182Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/22 : WORKDIR /edgex-go [2021-02-06T00:46:14.182Z] [2021-02-06T00:46:14.182Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:46:14.182Z] ---> 9fdb1ae2ea79 [2021-02-06T00:46:14.182Z] Step 3/24 : WORKDIR /edgex-go [2021-02-06T00:46:14.182Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:46:14.182Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:46:14.182Z] ---> 9fdb1ae2ea79 [2021-02-06T00:46:14.182Z] Step 3/26 : WORKDIR /edgex-go [2021-02-06T00:46:14.182Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:46:14.182Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:46:14.182Z] ---> 9fdb1ae2ea79 [2021-02-06T00:46:14.182Z] Step 3/23 : WORKDIR /edgex-go [2021-02-06T00:46:14.182Z] ---> Running in 2ad46715b98d [2021-02-06T00:46:14.182Z] ---> Running in dd78f17b1232 [2021-02-06T00:46:14.182Z] ---> Running in b4ae0eebda7e [2021-02-06T00:46:14.182Z] ---> Running in b347ed2643c0 [2021-02-06T00:46:14.182Z] ---> Running in 5a1cb5abe53e [2021-02-06T00:46:14.182Z] Removing intermediate container 2ad46715b98d [2021-02-06T00:46:14.182Z] ---> 9bd5f2826cc7 [2021-02-06T00:46:14.182Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:46:14.182Z] Removing intermediate container b4ae0eebda7e [2021-02-06T00:46:14.182Z] ---> 4e87bef96641 [2021-02-06T00:46:14.182Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:46:14.182Z] Removing intermediate container dd78f17b1232 [2021-02-06T00:46:14.182Z] ---> edfc58de8634 [2021-02-06T00:46:14.182Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:46:14.182Z] Removing intermediate container b347ed2643c0 [2021-02-06T00:46:14.182Z] ---> df4937e888d3 [2021-02-06T00:46:14.182Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:46:14.182Z] Removing intermediate container 5a1cb5abe53e [2021-02-06T00:46:14.182Z] ---> cc90636ed08e [2021-02-06T00:46:14.182Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:46:14.182Z] ---> Running in ca7a86118d96 [2021-02-06T00:46:14.182Z] ---> Running in 4189db488196 [2021-02-06T00:46:14.182Z] ---> Running in f40967e3df5c [2021-02-06T00:46:14.182Z] ---> Running in 0acb87fdc9c9 [2021-02-06T00:46:14.182Z] ---> Running in 7b471822b191 [2021-02-06T00:46:14.182Z] Removing intermediate container ca7a86118d96 [2021-02-06T00:46:14.182Z] ---> 6c6962908bf8 [2021-02-06T00:46:14.182Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-06T00:46:14.182Z] ---> Running in 2c9632e7cdea [2021-02-06T00:46:14.182Z] Removing intermediate container 4189db488196 [2021-02-06T00:46:14.182Z] ---> c1fe7c438617 [2021-02-06T00:46:14.182Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-06T00:46:14.182Z] Removing intermediate container f40967e3df5c [2021-02-06T00:46:14.182Z] ---> 47bf33d4cc3a [2021-02-06T00:46:14.182Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-06T00:46:14.182Z] ---> Running in 43c8c81d4b60 [2021-02-06T00:46:14.182Z] Removing intermediate container 0acb87fdc9c9 [2021-02-06T00:46:14.182Z] ---> 7faac9c144ad [2021-02-06T00:46:14.182Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-06T00:46:14.182Z] Removing intermediate container 7b471822b191 [2021-02-06T00:46:14.182Z] ---> dc1a7be1b39b [2021-02-06T00:46:14.182Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-06T00:46:14.182Z] ---> Running in 1972164c5a3d [2021-02-06T00:46:14.182Z] ---> Running in bc785e9ee32a [2021-02-06T00:46:14.182Z] ---> Running in 6d72edb4cab7 [2021-02-06T00:46:14.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:46:14.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:46:14.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:46:14.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:46:14.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:46:14.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:46:14.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:46:14.458Z] OK: 217 MiB in 51 packages [2021-02-06T00:46:14.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:46:14.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:46:14.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:46:15.336Z] OK: 217 MiB in 51 packages [2021-02-06T00:46:15.613Z] OK: 217 MiB in 51 packages [2021-02-06T00:46:15.891Z] Removing intermediate container 2c9632e7cdea [2021-02-06T00:46:15.891Z] ---> 810d87741354 [2021-02-06T00:46:15.891Z] Step 6/22 : COPY go.mod . [2021-02-06T00:46:16.494Z] OK: 217 MiB in 51 packages [2021-02-06T00:46:17.096Z] OK: 217 MiB in 51 packages [2021-02-06T00:46:17.096Z] Removing intermediate container 43c8c81d4b60 [2021-02-06T00:46:17.096Z] ---> b0fc5bea3c1e [2021-02-06T00:46:17.096Z] Step 6/23 : COPY go.mod . [2021-02-06T00:46:17.096Z] ---> ad09567ff395 [2021-02-06T00:46:17.096Z] Step 7/22 : RUN go mod download [2021-02-06T00:46:17.702Z] ---> Running in aa0be852191e [2021-02-06T00:46:17.981Z] Removing intermediate container 1972164c5a3d [2021-02-06T00:46:17.981Z] ---> 6ddb31546dea [2021-02-06T00:46:17.981Z] Step 6/24 : COPY go.mod . [2021-02-06T00:46:18.587Z] Removing intermediate container bc785e9ee32a [2021-02-06T00:46:18.587Z] ---> 3910470fc795 [2021-02-06T00:46:18.587Z] Step 6/26 : COPY go.mod . [2021-02-06T00:46:18.870Z] ---> 6f1fb991cf7e [2021-02-06T00:46:18.870Z] Step 7/23 : RUN go mod download [2021-02-06T00:46:19.157Z] ---> b0c401bdbe5a [2021-02-06T00:46:19.157Z] Step 7/24 : RUN go mod download [2021-02-06T00:46:19.157Z] ---> Running in 6ec69fa2b953 [2021-02-06T00:46:19.760Z] ---> Running in 556b95368b16 [2021-02-06T00:46:19.760Z] Removing intermediate container 6d72edb4cab7 [2021-02-06T00:46:19.760Z] ---> b446caa4c059 [2021-02-06T00:46:19.760Z] Step 6/21 : COPY go.mod . [2021-02-06T00:46:19.760Z] ---> ba7a4f22a6fc [2021-02-06T00:46:19.760Z] Step 7/26 : RUN go mod download [2021-02-06T00:46:20.369Z] ---> Running in 9c1acf2cd21e [2021-02-06T00:46:21.370Z] ---> 15343da262c9 [2021-02-06T00:46:21.370Z] Step 7/21 : RUN go mod download [2021-02-06T00:46:21.658Z] ---> Running in b8a7a95fa7f5 [2021-02-06T00:46:21.936Z] Removing intermediate container aa0be852191e [2021-02-06T00:46:21.936Z] ---> 7903cd4dc784 [2021-02-06T00:46:21.936Z] Step 8/22 : COPY . . [2021-02-06T00:46:25.366Z] Removing intermediate container 6ec69fa2b953 [2021-02-06T00:46:25.366Z] ---> 88888e519d66 [2021-02-06T00:46:25.366Z] Step 8/23 : COPY . . [2021-02-06T00:46:25.641Z] Removing intermediate container 556b95368b16 [2021-02-06T00:46:25.641Z] ---> 6a0cbf2d7a87 [2021-02-06T00:46:25.641Z] Step 8/24 : COPY . . [2021-02-06T00:46:25.918Z] Removing intermediate container 9c1acf2cd21e [2021-02-06T00:46:25.918Z] ---> 314edfaebe43 [2021-02-06T00:46:25.918Z] Step 8/26 : COPY . . [2021-02-06T00:46:26.942Z] Removing intermediate container b8a7a95fa7f5 [2021-02-06T00:46:26.942Z] ---> eead88533fcd [2021-02-06T00:46:26.942Z] Step 8/21 : COPY . . [2021-02-06T00:46:53.787Z] ---> 336b0a441621 [2021-02-06T00:46:53.787Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-06T00:46:53.787Z] ---> 5b66733c7618 [2021-02-06T00:46:53.787Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-06T00:46:53.787Z] ---> 9343ccffd713 [2021-02-06T00:46:53.787Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-06T00:46:53.787Z] ---> 415cc8729c12 [2021-02-06T00:46:53.787Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-06T00:46:53.787Z] ---> 8043ad96e6a7 [2021-02-06T00:46:53.787Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-06T00:46:53.787Z] ---> Running in 9e4f114d7fbb [2021-02-06T00:46:53.787Z] ---> Running in 0e0eec379683 [2021-02-06T00:46:53.787Z] ---> Running in 15618b9b78a0 [2021-02-06T00:46:53.787Z] ---> Running in fd9fb5d8593f [2021-02-06T00:46:53.787Z] ---> Running in 3a983fb47a3f [2021-02-06T00:46:54.392Z] 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-02-06T00:46:54.671Z] 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-02-06T00:46:54.671Z] 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-02-06T00:46:54.671Z] 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-02-06T00:46:54.947Z] 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-02-06T00:46:57.439Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:46:57.439Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:46:57.439Z] ---> 39628cf02e60 [2021-02-06T00:46:57.439Z] Step 3/23 : WORKDIR /edgex-go [2021-02-06T00:46:57.439Z] ---> Using cache [2021-02-06T00:46:57.439Z] ---> fe7b8aa2ea6f [2021-02-06T00:46:57.439Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:46:57.439Z] ---> Using cache [2021-02-06T00:46:57.439Z] ---> 109c9c3013ac [2021-02-06T00:46:57.439Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-06T00:46:57.439Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:46:57.439Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:46:57.439Z] ---> 39628cf02e60 [2021-02-06T00:46:57.439Z] Step 3/31 : WORKDIR /edgex-go [2021-02-06T00:46:57.439Z] ---> Using cache [2021-02-06T00:46:57.439Z] ---> fe7b8aa2ea6f [2021-02-06T00:46:57.439Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:46:57.439Z] ---> Using cache [2021-02-06T00:46:57.439Z] ---> 109c9c3013ac [2021-02-06T00:46:57.439Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-06T00:46:57.439Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:46:57.439Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:46:57.439Z] ---> 39628cf02e60 [2021-02-06T00:46:57.439Z] Step 3/23 : WORKDIR /edgex-go [2021-02-06T00:46:57.439Z] ---> Using cache [2021-02-06T00:46:57.439Z] ---> fe7b8aa2ea6f [2021-02-06T00:46:57.439Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:46:57.439Z] ---> Using cache [2021-02-06T00:46:57.439Z] ---> 109c9c3013ac [2021-02-06T00:46:57.439Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-06T00:46:57.439Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:46:57.439Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:46:57.439Z] ---> 39628cf02e60 [2021-02-06T00:46:57.439Z] Step 3/26 : WORKDIR /edgex-go [2021-02-06T00:46:57.439Z] ---> Using cache [2021-02-06T00:46:57.439Z] ---> fe7b8aa2ea6f [2021-02-06T00:46:57.439Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:46:57.439Z] ---> Using cache [2021-02-06T00:46:57.439Z] ---> 109c9c3013ac [2021-02-06T00:46:57.439Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-06T00:46:57.439Z] ---> Running in 1e3652dd7c1c [2021-02-06T00:46:57.439Z] ---> Running in 2bad5942d8ce [2021-02-06T00:46:57.439Z] ---> Running in fb7c4ddf4ab6 [2021-02-06T00:46:57.439Z] ---> Running in a8750b486c7e [2021-02-06T00:46:57.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:46:57.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:46:57.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:46:57.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:46:57.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:46:57.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:46:57.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:46:57.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:46:58.265Z] OK: 233 MiB in 51 packages [2021-02-06T00:46:58.265Z] OK: 233 MiB in 51 packages [2021-02-06T00:46:58.265Z] OK: 233 MiB in 51 packages [2021-02-06T00:46:58.265Z] OK: 233 MiB in 51 packages [2021-02-06T00:47:00.406Z] Removing intermediate container a8750b486c7e [2021-02-06T00:47:00.406Z] ---> fd057f4ae349 [2021-02-06T00:47:00.406Z] Step 6/26 : COPY go.mod . [2021-02-06T00:47:00.821Z] Removing intermediate container 2bad5942d8ce [2021-02-06T00:47:00.821Z] ---> ef3037573039 [2021-02-06T00:47:00.821Z] Step 6/31 : COPY go.mod . [2021-02-06T00:47:01.307Z] Removing intermediate container fb7c4ddf4ab6 [2021-02-06T00:47:01.307Z] ---> 2fe8f201f76c [2021-02-06T00:47:01.307Z] Step 6/23 : COPY go.mod . [2021-02-06T00:47:01.307Z] Removing intermediate container 1e3652dd7c1c [2021-02-06T00:47:01.307Z] ---> 71b48e80d04e [2021-02-06T00:47:01.307Z] Step 6/23 : COPY go.mod . [2021-02-06T00:47:02.670Z] ---> 0113668c5292 [2021-02-06T00:47:02.670Z] Step 7/26 : RUN go mod download [2021-02-06T00:47:03.005Z] ---> 04ba319f4c15 [2021-02-06T00:47:03.005Z] Step 7/23 : RUN go mod download [2021-02-06T00:47:03.005Z] ---> 6eeeed348c90 [2021-02-06T00:47:03.005Z] Step 7/23 : RUN go mod download [2021-02-06T00:47:03.005Z] ---> fcc0bb809f68 [2021-02-06T00:47:03.005Z] Step 7/31 : RUN go mod download [2021-02-06T00:47:03.005Z] ---> Running in 99f3c5f4fffa [2021-02-06T00:47:03.321Z] ---> Running in 5fa0160255c6 [2021-02-06T00:47:03.321Z] ---> Running in 2ca28a915ee7 [2021-02-06T00:47:03.321Z] ---> Running in b391c217005c [2021-02-06T00:47:09.057Z] Removing intermediate container 5fa0160255c6 [2021-02-06T00:47:09.057Z] ---> 4c38976de72a [2021-02-06T00:47:09.057Z] Step 8/23 : COPY . . [2021-02-06T00:47:09.057Z] Removing intermediate container 2ca28a915ee7 [2021-02-06T00:47:09.057Z] ---> 8bfb7a73c6e5 [2021-02-06T00:47:09.057Z] Step 8/31 : COPY . . [2021-02-06T00:47:09.366Z] Removing intermediate container 99f3c5f4fffa [2021-02-06T00:47:09.366Z] ---> 6cb9d20ba030 [2021-02-06T00:47:09.366Z] Step 8/26 : COPY . . [2021-02-06T00:47:09.366Z] Removing intermediate container b391c217005c [2021-02-06T00:47:09.366Z] ---> 361a14034e29 [2021-02-06T00:47:09.366Z] Step 8/23 : COPY . . [2021-02-06T00:48:16.748Z] 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-02-06T00:48:16.748Z] 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-02-06T00:48:31.866Z] Removing intermediate container fd9fb5d8593f [2021-02-06T00:48:31.866Z] ---> b726e6579b22 [2021-02-06T00:48:31.866Z] [2021-02-06T00:48:31.866Z] Step 10/24 : FROM alpine:3.12 [2021-02-06T00:48:31.866Z] 3.12: Pulling from library/alpine [2021-02-06T00:48:32.473Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-06T00:48:32.473Z] Status: Downloaded newer image for alpine:3.12 [2021-02-06T00:48:32.473Z] ---> afeebe901d6b [2021-02-06T00:48:32.473Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-06T00:48:33.467Z] ---> Running in e403c47d4b09 [2021-02-06T00:48:34.455Z] Removing intermediate container 3a983fb47a3f [2021-02-06T00:48:34.455Z] ---> 1485338703bd [2021-02-06T00:48:34.455Z] [2021-02-06T00:48:34.455Z] Step 10/21 : FROM alpine:3.12 [2021-02-06T00:48:34.455Z] ---> afeebe901d6b [2021-02-06T00:48:34.455Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-06T00:48:34.740Z] ---> Running in c40cdb962cd5 [2021-02-06T00:48:35.350Z] Removing intermediate container 15618b9b78a0 [2021-02-06T00:48:35.350Z] ---> 232b40554383 [2021-02-06T00:48:35.350Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-06T00:48:35.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:48:35.625Z] ---> Running in 9efa84ae72a5 [2021-02-06T00:48:35.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:48:36.492Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-06T00:48:36.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:48:36.767Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-06T00:48:36.767Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-06T00:48:36.767Z] (4/5) Installing curl (7.69.1-r3) [2021-02-06T00:48:36.767Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-06T00:48:36.767Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:48:36.767Z] Executing ca-certificates-20191127-r4.trigger [2021-02-06T00:48:36.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:48:37.045Z] OK: 7 MiB in 19 packages [2021-02-06T00:48:37.644Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-06T00:48:37.644Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-06T00:48:37.644Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-06T00:48:37.644Z] (4/4) Installing curl (7.69.1-r3) [2021-02-06T00:48:37.644Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:48:37.644Z] Executing ca-certificates-20191127-r4.trigger [2021-02-06T00:48:37.644Z] 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-02-06T00:48:37.926Z] OK: 7 MiB in 18 packages [2021-02-06T00:48:41.325Z] Removing intermediate container e403c47d4b09 [2021-02-06T00:48:41.325Z] ---> 5612a69ad736 [2021-02-06T00:48:41.325Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-06T00:48:41.325Z] Removing intermediate container c40cdb962cd5 [2021-02-06T00:48:41.325Z] ---> ace249e74798 [2021-02-06T00:48:41.325Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-06T00:48:41.601Z] ---> Running in dbf89d06fd58 [2021-02-06T00:48:41.874Z] ---> Running in 670f11759f9d [2021-02-06T00:48:42.471Z] Removing intermediate container 0e0eec379683 [2021-02-06T00:48:42.471Z] ---> 600059e32834 [2021-02-06T00:48:42.471Z] [2021-02-06T00:48:42.471Z] Step 10/23 : FROM alpine:3.12 [2021-02-06T00:48:42.471Z] ---> afeebe901d6b [2021-02-06T00:48:42.471Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-06T00:48:42.471Z] Removing intermediate container dbf89d06fd58 [2021-02-06T00:48:42.471Z] ---> 5ac87e4e2042 [2021-02-06T00:48:42.471Z] Step 13/24 : WORKDIR / [2021-02-06T00:48:42.747Z] ---> Running in 31d232eb1902 [2021-02-06T00:48:42.747Z] ---> Running in 56cbf27b130f [2021-02-06T00:48:42.747Z] Removing intermediate container 670f11759f9d [2021-02-06T00:48:42.747Z] ---> 8d6cafe74445 [2021-02-06T00:48:42.747Z] Step 13/21 : WORKDIR /edgex [2021-02-06T00:48:42.747Z] Removing intermediate container 9efa84ae72a5 [2021-02-06T00:48:42.747Z] ---> 07b2ee11e786 [2021-02-06T00:48:42.747Z] [2021-02-06T00:48:42.747Z] Step 11/26 : FROM docker:20.10.0 [2021-02-06T00:48:43.026Z] 20.10.0: Pulling from library/docker [2021-02-06T00:48:43.026Z] ---> Running in 535db4d53517 [2021-02-06T00:48:43.309Z] Removing intermediate container 9e4f114d7fbb [2021-02-06T00:48:43.309Z] ---> fb237f5f8ccb [2021-02-06T00:48:43.309Z] [2021-02-06T00:48:43.309Z] Step 10/22 : FROM alpine:3.12 [2021-02-06T00:48:43.309Z] ---> afeebe901d6b [2021-02-06T00:48:43.309Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-06T00:48:43.585Z] ---> Running in 027e6f1e98c2 [2021-02-06T00:48:43.585Z] Removing intermediate container 56cbf27b130f [2021-02-06T00:48:43.585Z] ---> 28bb8897e69c [2021-02-06T00:48:43.586Z] 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-02-06T00:48:44.193Z] Removing intermediate container 535db4d53517 [2021-02-06T00:48:44.193Z] ---> 82438550c311 [2021-02-06T00:48:44.193Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-06T00:48:44.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:48:44.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:48:45.366Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-06T00:48:45.366Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:48:45.366Z] OK: 5 MiB in 15 packages [2021-02-06T00:48:45.638Z] ---> 2e70fc9b193d [2021-02-06T00:48:45.638Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-06T00:48:45.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:48:45.914Z] ---> 488625ca04ff [2021-02-06T00:48:45.914Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-06T00:48:46.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:48:46.791Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-06T00:48:46.791Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-06T00:48:47.068Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:48:47.068Z] Executing ca-certificates-20191127-r4.trigger [2021-02-06T00:48:47.068Z] OK: 6 MiB in 16 packages [2021-02-06T00:48:47.346Z] ---> fc49424cb29d [2021-02-06T00:48:47.346Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-06T00:48:47.624Z] Removing intermediate container 31d232eb1902 [2021-02-06T00:48:47.624Z] ---> a566e78fbc94 [2021-02-06T00:48:47.624Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:48:47.624Z] ---> 363b8bdbb878 [2021-02-06T00:48:47.624Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-06T00:48:47.896Z] ---> Running in 7a59338bc96f [2021-02-06T00:48:48.873Z] ---> 1034fa163b37 [2021-02-06T00:48:48.873Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-06T00:48:49.145Z] Removing intermediate container 7a59338bc96f [2021-02-06T00:48:49.145Z] ---> d2d9eaa14a0f [2021-02-06T00:48:49.145Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-06T00:48:49.738Z] Removing intermediate container 027e6f1e98c2 [2021-02-06T00:48:49.738Z] ---> 0de96fdbc439 [2021-02-06T00:48:49.738Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:48:49.738Z] ---> Running in b6c56352d828 [2021-02-06T00:48:49.738Z] ---> cb0921b44932 [2021-02-06T00:48:49.738Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-06T00:48:50.353Z] ---> Running in 2feae55a679c [2021-02-06T00:48:50.645Z] ---> Running in 314bc806a9af [2021-02-06T00:48:50.645Z] ---> 78328d2ee96d [2021-02-06T00:48:50.645Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-06T00:48:50.645Z] Removing intermediate container b6c56352d828 [2021-02-06T00:48:50.645Z] ---> 0d6c6da02b63 [2021-02-06T00:48:50.645Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-06T00:48:51.290Z] Removing intermediate container 2feae55a679c [2021-02-06T00:48:51.290Z] ---> 9e17d3d64d8a [2021-02-06T00:48:51.290Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-06T00:48:51.290Z] ---> Running in fb5c42ad6f9c [2021-02-06T00:48:51.572Z] ---> Running in 33897f71f375 [2021-02-06T00:48:51.572Z] Removing intermediate container 314bc806a9af [2021-02-06T00:48:51.572Z] ---> d11b118c6864 [2021-02-06T00:48:51.572Z] Step 18/21 : CMD ["--init=true"] [2021-02-06T00:48:52.191Z] Removing intermediate container fb5c42ad6f9c [2021-02-06T00:48:52.191Z] ---> 12fee40371c0 [2021-02-06T00:48:52.191Z] Step 15/23 : WORKDIR / [2021-02-06T00:48:52.191Z] ---> Running in cd114fd3096c [2021-02-06T00:48:52.790Z] ---> Running in d0d5f7e29b90 [2021-02-06T00:48:53.063Z] Removing intermediate container 33897f71f375 [2021-02-06T00:48:53.063Z] ---> 955490b3bea9 [2021-02-06T00:48:53.063Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-06T00:48:53.333Z] ---> aa0355c0f688 [2021-02-06T00:48:53.333Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-06T00:48:53.333Z] Removing intermediate container cd114fd3096c [2021-02-06T00:48:53.333Z] ---> 69b89494d421 [2021-02-06T00:48:53.333Z] Step 19/21 : LABEL arch=arm64 [2021-02-06T00:48:53.608Z] ---> Running in 206ec5b3599d [2021-02-06T00:48:53.801Z] ---> 881d5b80607b [2021-02-06T00:48:53.801Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-06T00:48:53.801Z] ---> f74481cfc20b [2021-02-06T00:48:53.801Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-06T00:48:53.801Z] ---> Running in b48c0575147a [2021-02-06T00:48:53.801Z] ---> Running in 0e4010610885 [2021-02-06T00:48:53.801Z] ---> 7a7d1d7e276b [2021-02-06T00:48:53.801Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-06T00:48:53.801Z] ---> 1390cfd9e574 [2021-02-06T00:48:53.801Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-06T00:48:53.801Z] ---> Running in e6b6d56ee45f [2021-02-06T00:48:53.801Z] ---> Running in 78890fe8929d [2021-02-06T00:48:53.801Z] 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-02-06T00:48:53.801Z] 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-02-06T00:48:53.801Z] 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-02-06T00:48:53.801Z] 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-02-06T00:48:53.883Z] ---> Running in 73a34f453369 [2021-02-06T00:48:53.883Z] Removing intermediate container d0d5f7e29b90 [2021-02-06T00:48:53.883Z] ---> 7f60d519b6c0 [2021-02-06T00:48:53.883Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:48:54.475Z] ---> 8dad3938f30c [2021-02-06T00:48:54.475Z] 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-02-06T00:48:54.475Z] Removing intermediate container 206ec5b3599d [2021-02-06T00:48:54.475Z] ---> fa1467f220f2 [2021-02-06T00:48:54.475Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:48:54.748Z] Removing intermediate container 73a34f453369 [2021-02-06T00:48:54.749Z] ---> 26a67bea6057 [2021-02-06T00:48:54.749Z] Step 20/21 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:48:54.749Z] ---> Running in 2c96c790bbf0 [2021-02-06T00:48:55.025Z] ---> Running in 1c8bbfddcf31 [2021-02-06T00:48:55.025Z] ---> 2ff80c6fd9d4 [2021-02-06T00:48:55.025Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-06T00:48:55.625Z] ---> 05fed70ffa2f [2021-02-06T00:48:55.625Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-06T00:48:55.901Z] Removing intermediate container 1c8bbfddcf31 [2021-02-06T00:48:55.901Z] ---> 2c2ed6141dcc [2021-02-06T00:48:55.901Z] Step 21/21 : LABEL version=0.0.0 [2021-02-06T00:48:56.177Z] ---> Running in ef09e5f088c0 [2021-02-06T00:48:56.177Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-06T00:48:56.177Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-06T00:48:56.177Z] ---> eeaf43b92773 [2021-02-06T00:48:56.177Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-06T00:48:57.163Z] ---> Running in 263055f66a7c [2021-02-06T00:48:57.163Z] Removing intermediate container ef09e5f088c0 [2021-02-06T00:48:57.163Z] ---> 2caa36e468a6 [2021-02-06T00:48:57.163Z] [2021-02-06T00:48:57.439Z] ---> 02c6fee2bcf4 [2021-02-06T00:48:57.439Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-06T00:48:57.439Z] ---> 8d02509d7ee4 [2021-02-06T00:48:57.439Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-06T00:48:57.439Z] Successfully built 2caa36e468a6 [2021-02-06T00:48:57.711Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-06T00:48:57.711Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-02-06T00:48:58.313Z] Removing intermediate container 2c96c790bbf0 [2021-02-06T00:48:58.313Z] ---> 53e41f961147 [2021-02-06T00:48:58.313Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-06T00:48:58.583Z] ---> 7046a9cb05e5 [2021-02-06T00:48:58.583Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-06T00:48:58.583Z] ---> Running in 7bbaf25e3e41 [2021-02-06T00:48:58.859Z] ---> c2ffea84aef6 [2021-02-06T00:48:58.859Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-06T00:48:58.859Z] ---> Running in 058567d9b2f9 [2021-02-06T00:48:58.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:48:59.136Z] ---> Running in db395433a127 [2021-02-06T00:48:59.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:48:59.728Z] Removing intermediate container 7bbaf25e3e41 [2021-02-06T00:48:59.728Z] ---> 648772c7aeb2 [2021-02-06T00:48:59.728Z] Step 22/24 : LABEL arch=arm64 [2021-02-06T00:49:00.002Z] (1/2) Installing readline (8.0.4-r0) [2021-02-06T00:49:00.002Z] (2/2) Installing bash (5.0.17-r0) [2021-02-06T00:49:00.002Z] Executing bash-5.0.17-r0.post-install [2021-02-06T00:49:00.002Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:49:00.002Z] OK: 12 MiB in 22 packages [2021-02-06T00:49:00.613Z] Removing intermediate container db395433a127 [2021-02-06T00:49:00.613Z] ---> 66d2235754b8 [2021-02-06T00:49:00.613Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:49:00.613Z] Removing intermediate container 058567d9b2f9 [2021-02-06T00:49:00.613Z] ---> 57e714c04c16 [2021-02-06T00:49:00.613Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:49:01.211Z] ---> Running in edcf4df4cd92 [2021-02-06T00:49:01.484Z] ---> Running in 5cb6b5138669 [2021-02-06T00:49:01.484Z] ---> Running in c57df73f3608 [2021-02-06T00:49:02.081Z] Removing intermediate container edcf4df4cd92 [2021-02-06T00:49:02.082Z] ---> fa0701260e73 [2021-02-06T00:49:02.082Z] Step 23/24 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:49:02.676Z] Removing intermediate container 5cb6b5138669 [2021-02-06T00:49:02.676Z] ---> a0e3da73c456 [2021-02-06T00:49:02.676Z] Step 21/23 : LABEL arch=arm64 [2021-02-06T00:49:02.973Z] ---> Running in 3c00ad792086 [2021-02-06T00:49:02.973Z] Removing intermediate container c57df73f3608 [2021-02-06T00:49:02.973Z] ---> 7162b55a53ec [2021-02-06T00:49:02.973Z] Step 20/22 : LABEL arch=arm64 [2021-02-06T00:49:03.261Z] ---> Running in 6c574b722bae [2021-02-06T00:49:03.547Z] Removing intermediate container 263055f66a7c [2021-02-06T00:49:03.547Z] ---> d9a29f9b2ca4 [2021-02-06T00:49:03.547Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-06T00:49:03.818Z] ---> Running in 866e01e67ab4 [2021-02-06T00:49:04.095Z] ---> Running in c3881851c644 [2021-02-06T00:49:04.095Z] Removing intermediate container 3c00ad792086 [2021-02-06T00:49:04.095Z] ---> 601626c38bbc [2021-02-06T00:49:04.095Z] Step 24/24 : LABEL version=0.0.0 [2021-02-06T00:49:04.095Z] Removing intermediate container 6c574b722bae [2021-02-06T00:49:04.095Z] ---> 142bdbc9492b [2021-02-06T00:49:04.095Z] Step 22/23 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:49:04.374Z] ---> Running in 36fdfdeaa457 [2021-02-06T00:49:04.374Z] ---> Running in 0807ad3211a8 [2021-02-06T00:49:04.651Z] Removing intermediate container 866e01e67ab4 [2021-02-06T00:49:04.651Z] ---> 71291a0f904c [2021-02-06T00:49:04.651Z] Step 21/22 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:49:04.651Z] ---> Running in c0f5f291a0ba [2021-02-06T00:49:04.928Z] Removing intermediate container c3881851c644 [2021-02-06T00:49:04.928Z] ---> 17ce1cd007e8 [2021-02-06T00:49:04.928Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-06T00:49:04.928Z] Removing intermediate container 36fdfdeaa457 [2021-02-06T00:49:04.928Z] ---> 7d16e7f914ad [2021-02-06T00:49:04.928Z] [2021-02-06T00:49:05.216Z] ---> Running in 1e0e6c38fc38 [2021-02-06T00:49:05.216Z] Removing intermediate container 0807ad3211a8 [2021-02-06T00:49:05.217Z] ---> e43a44673fbe [2021-02-06T00:49:05.217Z] Step 23/23 : LABEL version=0.0.0 [2021-02-06T00:49:05.494Z] Removing intermediate container c0f5f291a0ba [2021-02-06T00:49:05.494Z] ---> 05c52f5757e5 [2021-02-06T00:49:05.494Z] Step 22/22 : LABEL version=0.0.0 [2021-02-06T00:49:05.494Z] Successfully built 7d16e7f914ad [2021-02-06T00:49:05.767Z] ---> Running in adb6b55e0d41 [2021-02-06T00:49:05.767Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-06T00:49:05.767Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-02-06T00:49:05.767Z] ---> Running in 00fab903ad63 [2021-02-06T00:49:06.045Z] Removing intermediate container 1e0e6c38fc38 [2021-02-06T00:49:06.045Z] ---> 160da7964895 [2021-02-06T00:49:06.045Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-06T00:49:06.322Z] ---> Running in 0cc96a7c17e8 [2021-02-06T00:49:06.598Z] Removing intermediate container 00fab903ad63 [2021-02-06T00:49:06.598Z] ---> 2291f4dbcd7c [2021-02-06T00:49:06.598Z] [2021-02-06T00:49:06.598Z] Removing intermediate container adb6b55e0d41 [2021-02-06T00:49:06.598Z] ---> c3a9c250a9ec [2021-02-06T00:49:06.598Z] [2021-02-06T00:49:06.877Z] Removing intermediate container 0cc96a7c17e8 [2021-02-06T00:49:06.877Z] ---> e2431c7f2722 [2021-02-06T00:49:06.877Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-06T00:49:07.155Z] Successfully built c3a9c250a9ec [2021-02-06T00:49:07.155Z] Successfully built 2291f4dbcd7c [2021-02-06T00:49:07.155Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-06T00:49:07.155Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-02-06T00:49:07.155Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-06T00:49:07.428Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-06T00:49:08.419Z] ---> 71389cada4bf [2021-02-06T00:49:08.419Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-06T00:49:09.408Z] ---> 971688aa5e0d [2021-02-06T00:49:09.408Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-06T00:49:10.841Z] ---> e165ac00516b [2021-02-06T00:49:10.841Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-06T00:49:11.117Z] ---> Running in 789e26ea1393 [2021-02-06T00:49:12.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:49:12.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:49:13.432Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-06T00:49:13.432Z] (2/33) Installing expat (2.2.9-r1) [2021-02-06T00:49:13.432Z] (3/33) Installing libffi (3.3-r2) [2021-02-06T00:49:13.432Z] (4/33) Installing gdbm (1.13-r1) [2021-02-06T00:49:13.432Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-06T00:49:13.432Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-06T00:49:13.432Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-06T00:49:15.408Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-06T00:49:15.408Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-06T00:49:15.408Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-06T00:49:15.408Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-06T00:49:15.408Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-06T00:49:15.408Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-06T00:49:15.408Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-06T00:49:15.679Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-06T00:49:15.679Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-06T00:49:15.679Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-06T00:49:15.679Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-06T00:49:15.679Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-06T00:49:15.679Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-06T00:49:15.679Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-06T00:49:15.679Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-06T00:49:15.679Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-06T00:49:15.952Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-06T00:49:15.952Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-06T00:49:15.952Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-06T00:49:15.952Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-06T00:49:15.952Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-06T00:49:15.952Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-06T00:49:15.952Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-06T00:49:15.952Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-06T00:49:15.952Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-06T00:49:15.952Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-06T00:49:16.229Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:49:16.229Z] OK: 71 MiB in 55 packages [2021-02-06T00:49:28.626Z] Removing intermediate container 789e26ea1393 [2021-02-06T00:49:28.626Z] ---> ef2a89e1cc7d [2021-02-06T00:49:28.626Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-06T00:49:28.626Z] ---> Running in 68690ece28d3 [2021-02-06T00:49:35.334Z] Collecting docker-compose==1.23.2 [2021-02-06T00:49:35.334Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-06T00:49:36.312Z] Collecting PyYAML<4,>=3.10 [2021-02-06T00:49:36.312Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-06T00:49:41.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-06T00:49:41.718Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-06T00:49:41.718Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-06T00:49:41.718Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:49:41.718Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:49:41.718Z] ---> 9fdb1ae2ea79 [2021-02-06T00:49:41.718Z] Step 3/23 : WORKDIR /edgex-go [2021-02-06T00:49:41.718Z] ---> Using cache [2021-02-06T00:49:41.718Z] ---> df4937e888d3 [2021-02-06T00:49:41.718Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:49:41.718Z] ---> Using cache [2021-02-06T00:49:41.718Z] ---> dc1a7be1b39b [2021-02-06T00:49:41.718Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-06T00:49:42.703Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-06T00:49:43.007Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-06T00:49:44.452Z] ---> Running in 91faa0b5931f [2021-02-06T00:49:45.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:49:46.168Z] Collecting docopt<0.7,>=0.6.1 [2021-02-06T00:49:46.168Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-06T00:49:46.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:49:48.228Z] OK: 217 MiB in 51 packages [2021-02-06T00:49:50.263Z] Collecting jsonschema<3,>=2.5.1 [2021-02-06T00:49:50.263Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-06T00:49:50.589Z] Removing intermediate container 0e4010610885 [2021-02-06T00:49:50.589Z] ---> 037c65567fb7 [2021-02-06T00:49:50.589Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-06T00:49:50.589Z] ---> Running in 327fcd032e2f [2021-02-06T00:49:51.692Z] Collecting docker<4.0,>=3.6.0 [2021-02-06T00:49:51.692Z] Removing intermediate container 91faa0b5931f [2021-02-06T00:49:51.692Z] ---> 81233ac39b30 [2021-02-06T00:49:51.692Z] Step 6/23 : COPY go.mod . [2021-02-06T00:49:51.692Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-06T00:49:52.317Z] 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-02-06T00:49:52.678Z] Collecting texttable<0.10,>=0.9.0 [2021-02-06T00:49:52.678Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-06T00:49:52.953Z] ---> bfd18241e5a2 [2021-02-06T00:49:52.953Z] Step 7/23 : RUN go mod download [2021-02-06T00:49:53.562Z] ---> Running in f94785c27e9a [2021-02-06T00:49:53.562Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:49:53.562Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:49:53.562Z] ---> 9fdb1ae2ea79 [2021-02-06T00:49:53.562Z] Step 3/22 : WORKDIR /edgex-go [2021-02-06T00:49:53.839Z] ---> Using cache [2021-02-06T00:49:53.839Z] ---> df4937e888d3 [2021-02-06T00:49:53.839Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:49:53.839Z] ---> Using cache [2021-02-06T00:49:53.839Z] ---> dc1a7be1b39b [2021-02-06T00:49:53.839Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-06T00:49:53.839Z] ---> Using cache [2021-02-06T00:49:53.839Z] ---> 81233ac39b30 [2021-02-06T00:49:53.839Z] Step 6/22 : COPY go.mod . [2021-02-06T00:49:53.839Z] ---> Using cache [2021-02-06T00:49:53.839Z] ---> bfd18241e5a2 [2021-02-06T00:49:53.839Z] Step 7/22 : RUN go mod download [2021-02-06T00:49:53.839Z] ---> Running in bbf888e9fe93 [2021-02-06T00:49:55.285Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:49:55.285Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:49:55.285Z] ---> 9fdb1ae2ea79 [2021-02-06T00:49:55.285Z] Step 3/23 : WORKDIR /edgex-go [2021-02-06T00:49:55.285Z] ---> Using cache [2021-02-06T00:49:55.285Z] ---> df4937e888d3 [2021-02-06T00:49:55.285Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:49:55.285Z] ---> Using cache [2021-02-06T00:49:55.285Z] ---> dc1a7be1b39b [2021-02-06T00:49:55.285Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-06T00:49:55.377Z] Removing intermediate container e6b6d56ee45f [2021-02-06T00:49:55.377Z] ---> 8eada15a0435 [2021-02-06T00:49:55.377Z] [2021-02-06T00:49:55.377Z] Step 10/23 : FROM alpine:3.12 [2021-02-06T00:49:55.377Z] ---> 389fef711851 [2021-02-06T00:49:55.377Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-06T00:49:55.377Z] ---> Using cache [2021-02-06T00:49:55.377Z] ---> 98147da8972e [2021-02-06T00:49:55.377Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:49:55.669Z] ---> Using cache [2021-02-06T00:49:55.669Z] ---> bebbbdeab378 [2021-02-06T00:49:55.669Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-06T00:49:55.887Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:49:55.887Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:49:55.887Z] ---> 9fdb1ae2ea79 [2021-02-06T00:49:55.887Z] Step 3/31 : WORKDIR /edgex-go [2021-02-06T00:49:55.887Z] ---> Using cache [2021-02-06T00:49:55.887Z] ---> df4937e888d3 [2021-02-06T00:49:55.887Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:49:55.887Z] ---> Using cache [2021-02-06T00:49:55.887Z] ---> dc1a7be1b39b [2021-02-06T00:49:55.887Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-06T00:49:55.887Z] ---> Using cache [2021-02-06T00:49:55.887Z] ---> 81233ac39b30 [2021-02-06T00:49:55.887Z] Step 6/31 : COPY go.mod . [2021-02-06T00:49:55.887Z] ---> Using cache [2021-02-06T00:49:55.887Z] ---> bfd18241e5a2 [2021-02-06T00:49:55.887Z] Step 7/31 : RUN go mod download [2021-02-06T00:49:55.887Z] Collecting cached-property<2,>=1.2.0 [2021-02-06T00:49:56.163Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-06T00:49:56.163Z] ---> Running in 4c7ff54d1560 [2021-02-06T00:49:56.163Z] ---> Running in 9b467e78bac2 [2021-02-06T00:49:57.390Z] ---> Running in fe25696bcde0 [2021-02-06T00:49:58.141Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-06T00:49:58.141Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-06T00:49:58.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:49:58.418Z] 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-02-06T00:49:58.953Z] Removing intermediate container fe25696bcde0 [2021-02-06T00:49:58.953Z] ---> e9a162f0fc6c [2021-02-06T00:49:58.953Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-06T00:49:58.953Z] Removing intermediate container b48c0575147a [2021-02-06T00:49:58.953Z] ---> 4026b71f8b2d [2021-02-06T00:49:58.953Z] [2021-02-06T00:49:58.953Z] Step 10/31 : FROM alpine:3.12 [2021-02-06T00:49:58.953Z] ---> 389fef711851 [2021-02-06T00:49:58.953Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-06T00:49:58.953Z] Removing intermediate container 327fcd032e2f [2021-02-06T00:49:58.953Z] ---> e3840dfe5786 [2021-02-06T00:49:58.953Z] [2021-02-06T00:49:58.953Z] Step 11/26 : FROM docker:20.10.0 [2021-02-06T00:49:59.021Z] Collecting docker-pycreds>=0.4.0 [2021-02-06T00:49:59.021Z] Removing intermediate container f94785c27e9a [2021-02-06T00:49:59.021Z] ---> 878b09fb62dc [2021-02-06T00:49:59.021Z] Step 8/23 : COPY . . [2021-02-06T00:49:59.021Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-06T00:49:59.021Z] Removing intermediate container bbf888e9fe93 [2021-02-06T00:49:59.021Z] ---> 82f62d5af616 [2021-02-06T00:49:59.021Z] Step 8/22 : COPY . . [2021-02-06T00:49:59.236Z] 20.10.0: Pulling from library/docker [2021-02-06T00:49:59.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:49:59.519Z] Removing intermediate container 78890fe8929d [2021-02-06T00:49:59.519Z] ---> db53656fb9ed [2021-02-06T00:49:59.519Z] [2021-02-06T00:49:59.519Z] Step 10/23 : FROM alpine:3.12 [2021-02-06T00:49:59.519Z] ---> 389fef711851 [2021-02-06T00:49:59.519Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-06T00:49:59.809Z] ---> Running in 60bad80b44d0 [2021-02-06T00:49:59.809Z] ---> Running in 25642affa113 [2021-02-06T00:49:59.809Z] ---> Running in e475ec4c2bfa [2021-02-06T00:50:00.452Z] Removing intermediate container 25642affa113 [2021-02-06T00:50:00.452Z] ---> ebf5639d99e4 [2021-02-06T00:50:00.452Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-06T00:50:00.452Z] Removing intermediate container 60bad80b44d0 [2021-02-06T00:50:00.452Z] ---> d5169060d39c [2021-02-06T00:50:00.452Z] Step 15/23 : WORKDIR / [2021-02-06T00:50:00.465Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-06T00:50:00.466Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-06T00:50:00.758Z] OK: 217 MiB in 51 packages [2021-02-06T00:50:00.830Z] ---> Running in 6d9a3e65f871 [2021-02-06T00:50:00.831Z] Removing intermediate container e475ec4c2bfa [2021-02-06T00:50:00.831Z] ---> 3582980471fa [2021-02-06T00:50:00.831Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-06T00:50:00.831Z] ---> Running in ede4e8740348 [2021-02-06T00:50:01.097Z] 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-02-06T00:50:01.097Z] 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-02-06T00:50:01.097Z] Removing intermediate container 4c7ff54d1560 [2021-02-06T00:50:01.097Z] ---> 72894c5e6b64 [2021-02-06T00:50:01.097Z] Step 8/31 : COPY . . [2021-02-06T00:50:01.146Z] ---> Running in d2d31b3b9a6b [2021-02-06T00:50:01.395Z] Collecting idna<2.8,>=2.5 [2021-02-06T00:50:01.395Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-06T00:50:01.849Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-06T00:50:01.849Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-06T00:50:01.849Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-06T00:50:01.849Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-06T00:50:02.444Z] Removing intermediate container ede4e8740348 [2021-02-06T00:50:02.444Z] ---> ad8e872f30aa [2021-02-06T00:50:02.444Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:50:02.444Z] Removing intermediate container d2d31b3b9a6b [2021-02-06T00:50:02.444Z] ---> fa91da8434be [2021-02-06T00:50:02.444Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-06T00:50:02.874Z] Installing collected packages: PyYAML, websocket-client, dockerpty, docopt, jsonschema, docker-pycreds, urllib3, idna, requests, docker, texttable, cached-property, docker-compose [2021-02-06T00:50:02.874Z] Running setup.py install for PyYAML: started [2021-02-06T00:50:02.981Z] ---> Running in 9273c56117ef [2021-02-06T00:50:03.491Z] ---> 120736a62fda [2021-02-06T00:50:03.491Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-06T00:50:03.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:50:03.860Z] Removing intermediate container 9b467e78bac2 [2021-02-06T00:50:03.860Z] ---> 5414992fbd5e [2021-02-06T00:50:03.860Z] Step 6/23 : COPY go.mod . [2021-02-06T00:50:04.231Z] Removing intermediate container 9273c56117ef [2021-02-06T00:50:04.231Z] ---> c186e64a8eca [2021-02-06T00:50:04.231Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:50:04.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:50:04.231Z] ---> Running in 2222dc081672 [2021-02-06T00:50:04.841Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-06T00:50:04.841Z] (2/2) Installing su-exec (0.2-r1) [2021-02-06T00:50:05.190Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:50:05.190Z] OK: 6 MiB in 16 packages [2021-02-06T00:50:05.581Z] ---> 48579ddb9ed0 [2021-02-06T00:50:05.581Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-06T00:50:05.841Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-06T00:50:06.441Z] ---> f9c5fc048762 [2021-02-06T00:50:06.441Z] Step 7/23 : RUN go mod download [2021-02-06T00:50:06.441Z] Running setup.py install for dockerpty: started [2021-02-06T00:50:07.040Z] ---> Running in 1788fc15c492 [2021-02-06T00:50:08.601Z] ---> 0e975bfe22c4 [2021-02-06T00:50:08.601Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-06T00:50:08.601Z] Removing intermediate container 6d9a3e65f871 [2021-02-06T00:50:08.601Z] ---> fe906aa99f6a [2021-02-06T00:50:08.601Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-06T00:50:08.911Z] ---> Running in a336ff3cf971 [2021-02-06T00:50:08.911Z] ---> Running in dcfc027650a5 [2021-02-06T00:50:09.203Z] Removing intermediate container 2222dc081672 [2021-02-06T00:50:09.203Z] ---> 69d60595cde5 [2021-02-06T00:50:09.203Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-06T00:50:09.511Z] ---> Running in 48108eb46be7 [2021-02-06T00:50:09.656Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-06T00:50:09.656Z] Running setup.py install for docopt: started [2021-02-06T00:50:09.843Z] Removing intermediate container a336ff3cf971 [2021-02-06T00:50:09.844Z] ---> 76bc5419f954 [2021-02-06T00:50:09.844Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:50:09.844Z] Removing intermediate container dcfc027650a5 [2021-02-06T00:50:09.844Z] ---> 826b0d6e5d00 [2021-02-06T00:50:09.844Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-06T00:50:10.162Z] ---> Running in 5701a3ad9373 [2021-02-06T00:50:10.162Z] ---> Running in 7158a6096ada [2021-02-06T00:50:11.430Z] Removing intermediate container 5701a3ad9373 [2021-02-06T00:50:11.430Z] ---> 98abb003490c [2021-02-06T00:50:11.430Z] Step 21/23 : LABEL arch=x86_64 [2021-02-06T00:50:11.430Z] Removing intermediate container 7158a6096ada [2021-02-06T00:50:11.430Z] ---> e96b92007a63 [2021-02-06T00:50:11.430Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-06T00:50:11.430Z] ---> Running in 2b1fe220d27b [2021-02-06T00:50:12.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:50:12.283Z] Running setup.py install for docopt: finished with status 'done' [2021-02-06T00:50:12.283Z] Removing intermediate container 1788fc15c492 [2021-02-06T00:50:12.283Z] ---> be1ab6cf126c [2021-02-06T00:50:12.283Z] Step 8/23 : COPY . . [2021-02-06T00:50:12.478Z] ---> Running in 28979962193e [2021-02-06T00:50:12.478Z] Removing intermediate container 2b1fe220d27b [2021-02-06T00:50:12.478Z] ---> 1f0376cab23a [2021-02-06T00:50:12.478Z] Step 22/23 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:50:12.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:50:12.803Z] ---> Running in 9a4c331640da [2021-02-06T00:50:12.878Z] Attempting uninstall: urllib3 [2021-02-06T00:50:12.878Z] Found existing installation: urllib3 1.25.9 [2021-02-06T00:50:12.878Z] Uninstalling urllib3-1.25.9: [2021-02-06T00:50:13.113Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-06T00:50:13.149Z] Successfully uninstalled urllib3-1.25.9 [2021-02-06T00:50:13.468Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-06T00:50:13.468Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-06T00:50:13.468Z] Removing intermediate container 9a4c331640da [2021-02-06T00:50:13.468Z] ---> 076140c624e9 [2021-02-06T00:50:13.468Z] Step 23/23 : LABEL version=0.0.0 [2021-02-06T00:50:13.468Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-06T00:50:13.846Z] ---> Running in fba1f581e1dd [2021-02-06T00:50:13.846Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-06T00:50:14.136Z] Attempting uninstall: idna [2021-02-06T00:50:14.136Z] Found existing installation: idna 2.9 [2021-02-06T00:50:14.137Z] Uninstalling idna-2.9: [2021-02-06T00:50:14.137Z] Successfully uninstalled idna-2.9 [2021-02-06T00:50:14.165Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-06T00:50:14.166Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:50:14.166Z] OK: 8 MiB in 20 packages [2021-02-06T00:50:14.736Z] Attempting uninstall: requests [2021-02-06T00:50:14.736Z] Found existing installation: requests 2.23.0 [2021-02-06T00:50:14.737Z] Uninstalling requests-2.23.0: [2021-02-06T00:50:15.012Z] Successfully uninstalled requests-2.23.0 [2021-02-06T00:50:15.104Z] Removing intermediate container fba1f581e1dd [2021-02-06T00:50:15.104Z] ---> 9035515a964f [2021-02-06T00:50:15.104Z] [2021-02-06T00:50:15.995Z] Running setup.py install for texttable: started [2021-02-06T00:50:18.615Z] Running setup.py install for texttable: finished with status 'done' [2021-02-06T00:50:19.597Z] 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.57.0 [2021-02-06T00:50:19.838Z] Successfully built 9035515a964f [2021-02-06T00:50:20.160Z] Successfully tagged docker-core-command-go:latest [2021-02-06T00:50:20.525Z]  Building docker-core-command-go ... done Removing intermediate container 48108eb46be7 [2021-02-06T00:50:20.525Z] ---> a45cedea6fa7 [2021-02-06T00:50:20.525Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:50:20.525Z] Removing intermediate container 28979962193e [2021-02-06T00:50:20.525Z] ---> 7152d14e59cd [2021-02-06T00:50:20.525Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-06T00:50:21.740Z] ---> Running in f89c842d956d [2021-02-06T00:50:22.118Z] ---> e08c6a442d9d [2021-02-06T00:50:22.119Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-06T00:50:23.639Z] Removing intermediate container f89c842d956d [2021-02-06T00:50:23.639Z] ---> e7d6c950d555 [2021-02-06T00:50:23.639Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-06T00:50:23.639Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-06T00:50:23.639Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-06T00:50:23.639Z] ---> aefe523efa57 [2021-02-06T00:50:23.639Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-06T00:50:23.996Z] ---> Running in 3a2247b9f8a2 [2021-02-06T00:50:26.174Z] ---> 50278c7aaaea [2021-02-06T00:50:26.174Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-06T00:50:26.468Z] ---> Running in cbdc24a5ca58 [2021-02-06T00:50:26.468Z] ---> ed1df92356cd [2021-02-06T00:50:26.468Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-06T00:50:26.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:50:27.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:50:27.432Z] (1/2) Installing readline (8.0.4-r0) [2021-02-06T00:50:27.828Z] (2/2) Installing bash (5.0.17-r0) [2021-02-06T00:50:27.828Z] Executing bash-5.0.17-r0.post-install [2021-02-06T00:50:27.828Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:50:27.828Z] OK: 12 MiB in 22 packages [2021-02-06T00:50:27.916Z] ---> 926aa48eabfa [2021-02-06T00:50:27.916Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-06T00:50:27.916Z] ---> 7f9057c5940d [2021-02-06T00:50:27.916Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-06T00:50:27.916Z] ---> 1f353a59257a [2021-02-06T00:50:27.916Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-06T00:50:28.122Z] ---> ee9821fdb621 [2021-02-06T00:50:28.122Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-06T00:50:28.122Z] ---> Running in 2cf9ef411446 [2021-02-06T00:50:28.197Z] ---> Running in 6c26ef38d4dc [2021-02-06T00:50:28.197Z] ---> Running in 2def4221d74f [2021-02-06T00:50:28.197Z] ---> Running in 1354935e25b2 [2021-02-06T00:50:28.814Z] Removing intermediate container 2cf9ef411446 [2021-02-06T00:50:28.815Z] ---> f5ef9d92467f [2021-02-06T00:50:28.815Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:50:29.255Z] ---> Running in 2127a4e32490 [2021-02-06T00:50:29.570Z] Removing intermediate container 3a2247b9f8a2 [2021-02-06T00:50:29.570Z] ---> da5aefe779e0 [2021-02-06T00:50:29.570Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-06T00:50:29.658Z] Removing intermediate container 68690ece28d3 [2021-02-06T00:50:29.658Z] ---> 00bcd83ad67f [2021-02-06T00:50:29.658Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-06T00:50:29.930Z] ---> Running in 33cce3665680 [2021-02-06T00:50:30.269Z] ---> Running in fab28e6518dc [2021-02-06T00:50:30.530Z] 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-02-06T00:50:30.549Z] Removing intermediate container 2127a4e32490 [2021-02-06T00:50:30.550Z] ---> 932deb2e3ed4 [2021-02-06T00:50:30.550Z] Step 21/23 : LABEL arch=x86_64 [2021-02-06T00:50:30.805Z] 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-02-06T00:50:30.805Z] 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-02-06T00:50:30.839Z] ---> Running in edc05ece7b1c [2021-02-06T00:50:30.839Z] Removing intermediate container cbdc24a5ca58 [2021-02-06T00:50:30.839Z] ---> e1dbffa6fb78 [2021-02-06T00:50:30.839Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:50:31.535Z] Removing intermediate container fab28e6518dc [2021-02-06T00:50:31.535Z] ---> 6a46441b3d99 [2021-02-06T00:50:31.535Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-06T00:50:31.921Z] Removing intermediate container edc05ece7b1c [2021-02-06T00:50:31.921Z] ---> 771134020239 [2021-02-06T00:50:31.921Z] Step 22/23 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:50:31.921Z] ---> Running in 9b33aedf79c5 [2021-02-06T00:50:31.921Z] ---> Running in 76e959ab40f7 [2021-02-06T00:50:32.254Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:32.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:32.921Z] ---> adfc2f4e6421 [2021-02-06T00:50:32.921Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-06T00:50:33.216Z] Removing intermediate container 9b33aedf79c5 [2021-02-06T00:50:33.216Z] ---> a4ca8cb4c3cf [2021-02-06T00:50:33.216Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-06T00:50:33.216Z] Removing intermediate container 76e959ab40f7 [2021-02-06T00:50:33.216Z] ---> 12bcd817bfdc [2021-02-06T00:50:33.216Z] Step 23/23 : LABEL version=0.0.0 [2021-02-06T00:50:33.509Z] ---> Running in deff71dc402d [2021-02-06T00:50:33.509Z] ---> Running in 39623fb4d0b6 [2021-02-06T00:50:33.520Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-06T00:50:33.520Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-06T00:50:33.520Z] (3/3) Installing curl (7.69.1-r3) [2021-02-06T00:50:33.520Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:50:33.520Z] OK: 71 MiB in 58 packages [2021-02-06T00:50:33.792Z] Removing intermediate container deff71dc402d [2021-02-06T00:50:33.792Z] ---> aaafc4072c72 [2021-02-06T00:50:33.792Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-06T00:50:34.153Z] Removing intermediate container 39623fb4d0b6 [2021-02-06T00:50:34.153Z] ---> d082467c34e0 [2021-02-06T00:50:34.153Z] [2021-02-06T00:50:34.153Z] ---> 7d2496060933 [2021-02-06T00:50:34.153Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-06T00:50:34.828Z] Successfully built d082467c34e0 [2021-02-06T00:50:34.828Z] Successfully tagged docker-core-data-go:latest [2021-02-06T00:50:35.121Z]  Building docker-core-data-go ... done  ---> 47c2ddd72a67 [2021-02-06T00:50:35.121Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-06T00:50:35.121Z] ---> 097ce213b23a [2021-02-06T00:50:35.121Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-06T00:50:35.507Z] ---> 9fabaf3577da [2021-02-06T00:50:35.507Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-06T00:50:35.778Z] ---> deb7e7aa3e55 [2021-02-06T00:50:35.778Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-06T00:50:35.780Z] ---> Running in 77faff2680bb [2021-02-06T00:50:35.780Z] Removing intermediate container 33cce3665680 [2021-02-06T00:50:35.780Z] ---> 7f209658944b [2021-02-06T00:50:35.780Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-06T00:50:36.057Z] ---> 62bdce5cee1b [2021-02-06T00:50:36.057Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-06T00:50:36.378Z] ---> Running in 50834c722ae2 [2021-02-06T00:50:36.731Z] ---> 3cdc3639a069 [2021-02-06T00:50:36.731Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-06T00:50:36.731Z] ---> c5f7ecd79363 [2021-02-06T00:50:36.731Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-06T00:50:36.731Z] ---> Running in 3aeaa3db4877 [2021-02-06T00:50:36.981Z] Removing intermediate container 50834c722ae2 [2021-02-06T00:50:36.981Z] ---> 9d615ca4e082 [2021-02-06T00:50:36.981Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:50:37.258Z] ---> Running in 0341d34d2187 [2021-02-06T00:50:37.789Z] ---> Running in 219d7d0af86f [2021-02-06T00:50:37.860Z] 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-02-06T00:50:38.135Z] Removing intermediate container 0341d34d2187 [2021-02-06T00:50:38.135Z] ---> 64667c29e34d [2021-02-06T00:50:38.135Z] Step 24/26 : LABEL arch=arm64 [2021-02-06T00:50:38.409Z] ---> Running in fe7ae35e5b18 [2021-02-06T00:50:38.659Z] Removing intermediate container 219d7d0af86f [2021-02-06T00:50:38.659Z] ---> c7396ae54c31 [2021-02-06T00:50:38.659Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-06T00:50:39.008Z] Removing intermediate container fe7ae35e5b18 [2021-02-06T00:50:39.009Z] ---> 9ecbb4cdc03d [2021-02-06T00:50:39.009Z] Step 25/26 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:50:39.286Z] ---> Running in 0bd513d56ff4 [2021-02-06T00:50:39.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:50:39.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:50:39.638Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-06T00:50:39.638Z] (2/33) Installing expat (2.2.9-r1) [2021-02-06T00:50:39.638Z] (3/33) Installing libffi (3.3-r2) [2021-02-06T00:50:39.638Z] (4/33) Installing gdbm (1.13-r1) [2021-02-06T00:50:39.885Z] Removing intermediate container 0bd513d56ff4 [2021-02-06T00:50:39.885Z] ---> c1bc91f5b0bd [2021-02-06T00:50:39.885Z] Step 26/26 : LABEL version=0.0.0 [2021-02-06T00:50:39.885Z] ---> Running in 87add674ad21 [2021-02-06T00:50:39.946Z] ---> 83a84288096f [2021-02-06T00:50:39.946Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-06T00:50:39.946Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-06T00:50:39.946Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-06T00:50:39.946Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-06T00:50:40.483Z] Removing intermediate container 87add674ad21 [2021-02-06T00:50:40.483Z] ---> 4f8f1c35bc39 [2021-02-06T00:50:40.483Z] [2021-02-06T00:50:41.083Z] Successfully built 4f8f1c35bc39 [2021-02-06T00:50:41.083Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-06T00:50:41.153Z] ---> Running in e1613ca28d72 [2021-02-06T00:50:43.892Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-06T00:50:43.892Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-06T00:50:43.892Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-06T00:50:43.892Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-06T00:50:43.892Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-06T00:50:44.183Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-06T00:50:44.844Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-06T00:50:44.844Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-06T00:50:45.123Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-06T00:50:45.123Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-06T00:50:45.558Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-06T00:50:45.558Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-06T00:50:45.558Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-06T00:50:45.872Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-06T00:50:45.872Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-06T00:50:45.872Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-06T00:50:45.872Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-06T00:50:45.872Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-06T00:50:46.150Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-06T00:50:46.150Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-06T00:50:46.452Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-06T00:50:46.932Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-06T00:50:46.932Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-06T00:50:46.932Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-06T00:50:47.223Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-06T00:50:47.223Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-06T00:50:50.767Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:50:50.767Z] OK: 71 MiB in 55 packages [2021-02-06T00:50:51.922Z] Removing intermediate container e1613ca28d72 [2021-02-06T00:50:51.922Z] ---> 0b605bbda23f [2021-02-06T00:50:51.922Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-06T00:50:52.428Z] ---> Running in a0d72a112813 [2021-02-06T00:50:53.752Z] Removing intermediate container a0d72a112813 [2021-02-06T00:50:53.752Z] ---> c07aa2048051 [2021-02-06T00:50:53.752Z] Step 28/31 : CMD ["gate"] [2021-02-06T00:50:55.537Z] ---> Running in 296af0fcc917 [2021-02-06T00:50:57.634Z] Removing intermediate container 296af0fcc917 [2021-02-06T00:50:57.634Z] ---> 489f3bd50a30 [2021-02-06T00:50:57.634Z] Step 29/31 : LABEL arch=x86_64 [2021-02-06T00:50:58.228Z] ---> Running in c68045017d11 [2021-02-06T00:50:58.557Z] Removing intermediate container 3aeaa3db4877 [2021-02-06T00:50:58.557Z] ---> de0bfbbb3d71 [2021-02-06T00:50:58.557Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-06T00:50:59.429Z] ---> Running in f6442d3fd2e1 [2021-02-06T00:50:59.429Z] Removing intermediate container c68045017d11 [2021-02-06T00:50:59.429Z] ---> 3a7444944027 [2021-02-06T00:50:59.429Z] Step 30/31 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:51:00.002Z] ---> Running in 994aeb9dfdc4 [2021-02-06T00:51:00.375Z] Removing intermediate container 994aeb9dfdc4 [2021-02-06T00:51:00.375Z] ---> 0c8d10c7ae76 [2021-02-06T00:51:00.375Z] Step 31/31 : LABEL version=0.0.0 [2021-02-06T00:51:00.698Z] ---> Running in f738c74d515d [2021-02-06T00:51:01.044Z] Removing intermediate container f738c74d515d [2021-02-06T00:51:01.044Z] ---> e3e8ce4c0306 [2021-02-06T00:51:01.045Z] [2021-02-06T00:51:01.339Z] Successfully built e3e8ce4c0306 [2021-02-06T00:51:01.981Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-06T00:51:02.264Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-02-06T00:51:02.264Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-06T00:51:02.748Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-06T00:51:03.177Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-06T00:51:04.065Z] Collecting jsonschema<3,>=2.5.1 [2021-02-06T00:51:04.065Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-06T00:51:04.346Z] Collecting docker<4.0,>=3.6.0 [2021-02-06T00:51:04.346Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-06T00:51:04.623Z] 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-02-06T00:51:04.903Z] Collecting docopt<0.7,>=0.6.1 [2021-02-06T00:51:04.903Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-06T00:51:05.869Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-06T00:51:05.869Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-06T00:51:06.147Z] Collecting texttable<0.10,>=0.9.0 [2021-02-06T00:51:06.147Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-06T00:51:07.134Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-06T00:51:07.416Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-06T00:51:07.416Z] Collecting cached-property<2,>=1.2.0 [2021-02-06T00:51:07.416Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-06T00:51:08.042Z] Collecting PyYAML<4,>=3.10 [2021-02-06T00:51:08.042Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-06T00:51:09.492Z] Collecting docker-pycreds>=0.4.0 [2021-02-06T00:51:09.492Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-06T00:51:09.492Z] 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-02-06T00:51:09.492Z] Collecting idna<2.8,>=2.5 [2021-02-06T00:51:09.492Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-06T00:51:09.492Z] 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-02-06T00:51:09.797Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-06T00:51:09.797Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-06T00:51:10.068Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-06T00:51:10.069Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-06T00:51:10.069Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-06T00:51:10.069Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-06T00:51:10.342Z] Installing collected packages: dockerpty, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, texttable, cached-property, PyYAML, docker-compose [2021-02-06T00:51:10.342Z] Running setup.py install for dockerpty: started [2021-02-06T00:51:11.355Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-06T00:51:11.645Z] Attempting uninstall: idna [2021-02-06T00:51:11.645Z] Found existing installation: idna 2.9 [2021-02-06T00:51:11.645Z] Uninstalling idna-2.9: [2021-02-06T00:51:11.645Z] Successfully uninstalled idna-2.9 [2021-02-06T00:51:12.364Z] Attempting uninstall: urllib3 [2021-02-06T00:51:12.364Z] Found existing installation: urllib3 1.25.9 [2021-02-06T00:51:12.364Z] Uninstalling urllib3-1.25.9: [2021-02-06T00:51:12.364Z] Successfully uninstalled urllib3-1.25.9 [2021-02-06T00:51:12.833Z] Attempting uninstall: requests [2021-02-06T00:51:12.833Z] Found existing installation: requests 2.23.0 [2021-02-06T00:51:12.833Z] Uninstalling requests-2.23.0: [2021-02-06T00:51:12.833Z] Successfully uninstalled requests-2.23.0 [2021-02-06T00:51:13.445Z] Running setup.py install for docopt: started [2021-02-06T00:51:14.424Z] Running setup.py install for docopt: finished with status 'done' [2021-02-06T00:51:14.424Z] Running setup.py install for texttable: started [2021-02-06T00:51:15.094Z] Running setup.py install for texttable: finished with status 'done' [2021-02-06T00:51:15.094Z] Running setup.py install for PyYAML: started [2021-02-06T00:51:16.064Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-06T00:51:17.564Z] 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.57.0 [2021-02-06T00:51:21.922Z] Removing intermediate container f6442d3fd2e1 [2021-02-06T00:51:21.922Z] ---> 4840dea851fe [2021-02-06T00:51:21.922Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-06T00:51:21.922Z] ---> Running in 0dde133de5d7 [2021-02-06T00:51:22.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:51:22.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:51:22.821Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-06T00:51:22.821Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-06T00:51:22.821Z] (3/3) Installing curl (7.69.1-r3) [2021-02-06T00:51:22.821Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:51:22.821Z] OK: 72 MiB in 58 packages [2021-02-06T00:51:23.798Z] Removing intermediate container 0dde133de5d7 [2021-02-06T00:51:23.798Z] ---> 9da506da4f39 [2021-02-06T00:51:23.798Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-06T00:51:23.798Z] ---> Running in 9443f98e5568 [2021-02-06T00:51:24.067Z] Removing intermediate container 9443f98e5568 [2021-02-06T00:51:24.067Z] ---> 157a94acb2c3 [2021-02-06T00:51:24.067Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:51:24.067Z] ---> Running in 9b36a81268f6 [2021-02-06T00:51:24.331Z] Removing intermediate container 9b36a81268f6 [2021-02-06T00:51:24.331Z] ---> c6c4414ee401 [2021-02-06T00:51:24.331Z] Step 24/26 : LABEL arch=x86_64 [2021-02-06T00:51:24.606Z] ---> Running in dfbc55d25bc8 [2021-02-06T00:51:24.884Z] Removing intermediate container dfbc55d25bc8 [2021-02-06T00:51:24.884Z] ---> 6bb6c852d6af [2021-02-06T00:51:24.884Z] Step 25/26 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:51:25.150Z] ---> Running in 5a3e1cb000a3 [2021-02-06T00:51:25.428Z] Removing intermediate container 5a3e1cb000a3 [2021-02-06T00:51:25.428Z] ---> f6b8f661c745 [2021-02-06T00:51:25.428Z] Step 26/26 : LABEL version=0.0.0 [2021-02-06T00:51:25.428Z] ---> Running in d7caae7fc7d0 [2021-02-06T00:51:25.707Z] Removing intermediate container d7caae7fc7d0 [2021-02-06T00:51:25.707Z] ---> 6a84990b70b0 [2021-02-06T00:51:25.707Z] [2021-02-06T00:51:26.297Z] Successfully built 6a84990b70b0 [2021-02-06T00:51:26.297Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-06T00:51:27.041Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-06T00:51:27.098Z] $ docker stop --time=1 3cb1eb2388200e4a42455fab4ef357a158286741da4f7fcf72c9bdd645956c4a [2021-02-06T00:51:29.593Z] $ docker rm -f 3cb1eb2388200e4a42455fab4ef357a158286741da4f7fcf72c9bdd645956c4a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-06T00:51:30.523Z] + docker images [2021-02-06T00:51:30.523Z] + grep docker [2021-02-06T00:51:31.102Z] docker-sys-mgmt-agent-go latest 6a84990b70b0 5 seconds ago 313MB [2021-02-06T00:51:31.102Z] docker-security-bootstrapper-go latest e3e8ce4c0306 30 seconds ago 23.8MB [2021-02-06T00:51:31.102Z] docker-core-data-go latest d082467c34e0 57 seconds ago 22.3MB [2021-02-06T00:51:31.103Z] docker-core-command-go latest 9035515a964f About a minute ago 16.9MB [2021-02-06T00:51:31.103Z] docker-security-secretstore-setup-go latest e536de0b591f 5 minutes ago 24.6MB [2021-02-06T00:51:31.103Z] docker-core-metadata-go latest 3934de5dda4b 6 minutes ago 18.8MB [2021-02-06T00:51:31.103Z] docker-support-notifications-go latest 44fe342678e1 6 minutes ago 17.6MB [2021-02-06T00:51:31.103Z] docker-security-proxy-setup-go latest e7165921262e 6 minutes ago 24.4MB [2021-02-06T00:51:31.103Z] docker-support-scheduler-go latest f39610668499 6 minutes ago 17MB [2021-02-06T00:51:31.103Z] docker 20.10.0 aefe523efa57 8 weeks 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-02-06T00:51:46.993Z] Still waiting to schedule task [2021-02-06T00:51:46.994Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-06T00:51:49.208Z]  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/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-06T00:52:16.054Z] Removing intermediate container 1354935e25b2 [2021-02-06T00:52:16.054Z] ---> 72d79ecc6f40 [2021-02-06T00:52:16.054Z] [2021-02-06T00:52:16.054Z] Step 10/31 : FROM alpine:3.12 [2021-02-06T00:52:16.054Z] ---> afeebe901d6b [2021-02-06T00:52:16.054Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-06T00:52:16.054Z] ---> Running in e695ccebd38c [2021-02-06T00:52:16.054Z] Removing intermediate container 2def4221d74f [2021-02-06T00:52:16.054Z] ---> 5c54e3410ac8 [2021-02-06T00:52:16.054Z] [2021-02-06T00:52:16.054Z] Step 10/22 : FROM alpine:3.12 [2021-02-06T00:52:16.054Z] ---> afeebe901d6b [2021-02-06T00:52:16.054Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-06T00:52:16.054Z] ---> Using cache [2021-02-06T00:52:16.054Z] ---> a566e78fbc94 [2021-02-06T00:52:16.054Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:52:16.054Z] ---> Using cache [2021-02-06T00:52:16.054Z] ---> d2d9eaa14a0f [2021-02-06T00:52:16.054Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-06T00:52:16.054Z] ---> Running in c0ecbc8a3760 [2021-02-06T00:52:16.054Z] Removing intermediate container e695ccebd38c [2021-02-06T00:52:16.054Z] ---> bb1c8f3d52c6 [2021-02-06T00:52:16.054Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-06T00:52:16.054Z] ---> Running in 49db2ca8aadb [2021-02-06T00:52:16.054Z] Removing intermediate container c0ecbc8a3760 [2021-02-06T00:52:16.054Z] ---> 1458e6c4dd2b [2021-02-06T00:52:16.054Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-06T00:52:16.054Z] ---> Running in 7895d83d38d4 [2021-02-06T00:52:16.054Z] Removing intermediate container 7895d83d38d4 [2021-02-06T00:52:16.054Z] ---> bc9549044452 [2021-02-06T00:52:16.054Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:52:16.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:52:16.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:52:16.606Z] ---> c489a84a321a [2021-02-06T00:52:16.606Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-06T00:52:17.209Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-06T00:52:17.209Z] (2/2) Installing su-exec (0.2-r1) [2021-02-06T00:52:17.209Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:52:17.209Z] OK: 5 MiB in 16 packages [2021-02-06T00:52:18.664Z] ---> d56e0074d427 [2021-02-06T00:52:18.664Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-06T00:52:19.275Z] Removing intermediate container 49db2ca8aadb [2021-02-06T00:52:19.275Z] ---> 677107bc402c [2021-02-06T00:52:19.275Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-06T00:52:19.554Z] ---> Running in e36dc058762b [2021-02-06T00:52:19.831Z] ---> 71c9d527b055 [2021-02-06T00:52:19.831Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-06T00:52:19.831Z] ---> Running in 55ce76e8404d [2021-02-06T00:52:20.115Z] Removing intermediate container e36dc058762b [2021-02-06T00:52:20.115Z] ---> 9ae2aa5f865e [2021-02-06T00:52:20.115Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-06T00:52:20.396Z] ---> Running in 86ac3a6cd25e [2021-02-06T00:52:20.671Z] Removing intermediate container 55ce76e8404d [2021-02-06T00:52:20.671Z] ---> 4e4947125338 [2021-02-06T00:52:20.671Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:52:21.275Z] ---> Running in 0e466e317a12 [2021-02-06T00:52:21.275Z] Removing intermediate container 86ac3a6cd25e [2021-02-06T00:52:21.275Z] ---> 11ea6711ee4b [2021-02-06T00:52:21.275Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-06T00:52:21.552Z] ---> Running in 9dd43a9fba87 [2021-02-06T00:52:22.148Z] Removing intermediate container 0e466e317a12 [2021-02-06T00:52:22.148Z] ---> 6e04f2e8001c [2021-02-06T00:52:22.148Z] Step 20/22 : LABEL arch=arm64 [2021-02-06T00:52:22.746Z] ---> Running in 4854af21b6e2 [2021-02-06T00:52:23.344Z] Removing intermediate container 4854af21b6e2 [2021-02-06T00:52:23.344Z] ---> aa2fb060126a [2021-02-06T00:52:23.344Z] Step 21/22 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:52:23.716Z] ---> Running in 0b7e9190bcbe [2021-02-06T00:52:23.716Z] Removing intermediate container 6c26ef38d4dc [2021-02-06T00:52:23.716Z] ---> a9d10c49fd3f [2021-02-06T00:52:23.716Z] [2021-02-06T00:52:23.716Z] Step 10/23 : FROM alpine:3.12 [2021-02-06T00:52:23.716Z] ---> afeebe901d6b [2021-02-06T00:52:23.716Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-06T00:52:23.716Z] ---> Using cache [2021-02-06T00:52:23.716Z] ---> a566e78fbc94 [2021-02-06T00:52:23.716Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:52:23.716Z] ---> Using cache [2021-02-06T00:52:23.716Z] ---> d2d9eaa14a0f [2021-02-06T00:52:23.716Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-06T00:52:24.053Z] ---> Running in 1e751698d676 [2021-02-06T00:52:24.740Z] Removing intermediate container 0b7e9190bcbe [2021-02-06T00:52:24.740Z] ---> 507a1c4e17d9 [2021-02-06T00:52:24.740Z] Step 22/22 : LABEL version=0.0.0 [2021-02-06T00:52:25.081Z] ---> Running in 018e5d303c2e [2021-02-06T00:52:25.081Z] Removing intermediate container 1e751698d676 [2021-02-06T00:52:25.081Z] ---> 22ff39fb2ba0 [2021-02-06T00:52:25.081Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-06T00:52:25.434Z] ---> Running in 2e76581b6291 [2021-02-06T00:52:25.434Z] Removing intermediate container 9dd43a9fba87 [2021-02-06T00:52:25.434Z] ---> 2215b3cdc469 [2021-02-06T00:52:25.434Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-06T00:52:25.709Z] ---> Running in 35f92bd3beb8 [2021-02-06T00:52:25.983Z] Removing intermediate container 018e5d303c2e [2021-02-06T00:52:25.983Z] ---> 16b60cc3e425 [2021-02-06T00:52:25.983Z] [2021-02-06T00:52:25.983Z] Removing intermediate container 2e76581b6291 [2021-02-06T00:52:25.983Z] ---> 1e78900d62be [2021-02-06T00:52:25.983Z] Step 15/23 : WORKDIR / [2021-02-06T00:52:26.260Z] ---> Running in 46e1b78740a7 [2021-02-06T00:52:26.260Z] Removing intermediate container 35f92bd3beb8 [2021-02-06T00:52:26.260Z] ---> 5bd4ce52c117 [2021-02-06T00:52:26.260Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-06T00:52:26.551Z] Successfully built 16b60cc3e425 [2021-02-06T00:52:26.551Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-06T00:52:26.831Z]  Building docker-support-scheduler-go ... done Removing intermediate container 46e1b78740a7 [2021-02-06T00:52:26.831Z] ---> 39556ff4b88e [2021-02-06T00:52:26.831Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:52:27.433Z] ---> 3f4d922e4943 [2021-02-06T00:52:27.433Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-06T00:52:27.711Z] ---> Running in 0decab0cb83e [2021-02-06T00:52:27.711Z] ---> 4ef86d04c98c [2021-02-06T00:52:27.711Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-06T00:52:29.706Z] ---> cc22e1bb0cb2 [2021-02-06T00:52:29.706Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-06T00:52:31.161Z] ---> 5f702ff35096 [2021-02-06T00:52:31.161Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-06T00:52:31.161Z] ---> Running in a03360cdea31 [2021-02-06T00:52:31.161Z] Removing intermediate container 77faff2680bb [2021-02-06T00:52:31.161Z] ---> 3c1a6f9b43f9 [2021-02-06T00:52:31.161Z] [2021-02-06T00:52:31.161Z] Step 10/23 : FROM alpine:3.12 [2021-02-06T00:52:31.161Z] ---> afeebe901d6b [2021-02-06T00:52:31.161Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-06T00:52:31.439Z] Removing intermediate container 0decab0cb83e [2021-02-06T00:52:31.439Z] ---> 284e2f8d1c56 [2021-02-06T00:52:31.439Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:52:31.439Z] ---> Running in e85f466d49ac [2021-02-06T00:52:31.716Z] Removing intermediate container a03360cdea31 [2021-02-06T00:52:31.716Z] ---> e6b7ee904eaf [2021-02-06T00:52:31.716Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:52:31.993Z] ---> Running in 8d443d04f7a7 [2021-02-06T00:52:31.993Z] Removing intermediate container e85f466d49ac [2021-02-06T00:52:31.993Z] ---> 99e28550d7d0 [2021-02-06T00:52:31.993Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-06T00:52:32.268Z] ---> Running in 6c0a5c9b65e9 [2021-02-06T00:52:32.268Z] Removing intermediate container 8d443d04f7a7 [2021-02-06T00:52:32.268Z] ---> 95673a2d949a [2021-02-06T00:52:32.268Z] Step 21/23 : LABEL arch=arm64 [2021-02-06T00:52:32.268Z] ---> c886a8ca3c5f [2021-02-06T00:52:32.268Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-06T00:52:32.543Z] ---> Running in 8c71e9f15567 [2021-02-06T00:52:32.543Z] Removing intermediate container 6c0a5c9b65e9 [2021-02-06T00:52:32.543Z] ---> a06852258ed8 [2021-02-06T00:52:32.543Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-06T00:52:32.817Z] ---> Running in bd26080e72ae [2021-02-06T00:52:33.097Z] Removing intermediate container 8c71e9f15567 [2021-02-06T00:52:33.097Z] ---> b6cfec235ebf [2021-02-06T00:52:33.097Z] Step 22/23 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:52:33.375Z] ---> Running in 4bbe7ae9f5d4 [2021-02-06T00:52:33.375Z] Removing intermediate container bd26080e72ae [2021-02-06T00:52:33.375Z] ---> 87ea0009f441 [2021-02-06T00:52:33.375Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:52:33.648Z] ---> 2cf5e03dd5bd [2021-02-06T00:52:33.648Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-06T00:52:33.648Z] ---> Running in 01052350bb66 [2021-02-06T00:52:33.929Z] Removing intermediate container 4bbe7ae9f5d4 [2021-02-06T00:52:33.929Z] ---> def6b1368680 [2021-02-06T00:52:33.929Z] Step 23/23 : LABEL version=0.0.0 [2021-02-06T00:52:33.929Z] ---> Running in 1fca625f048e [2021-02-06T00:52:34.533Z] ---> 97e0d4b6ec73 [2021-02-06T00:52:34.533Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-06T00:52:34.533Z] Removing intermediate container 1fca625f048e [2021-02-06T00:52:34.533Z] ---> 9b8119dd4651 [2021-02-06T00:52:34.533Z] [2021-02-06T00:52:35.128Z] Successfully built 9b8119dd4651 [2021-02-06T00:52:35.128Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-06T00:52:36.105Z]  Building docker-core-metadata-go ... done  ---> 870ddc1ca40d [2021-02-06T00:52:36.105Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-06T00:52:36.402Z] Removing intermediate container 01052350bb66 [2021-02-06T00:52:36.402Z] ---> f1f5fbe951f2 [2021-02-06T00:52:36.402Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-06T00:52:36.675Z] ---> Running in 2395f8282812 [2021-02-06T00:52:36.675Z] ---> ba4c9d6cb826 [2021-02-06T00:52:36.675Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-06T00:52:37.276Z] ---> Running in 3866eb8abf2c [2021-02-06T00:52:37.871Z] Removing intermediate container 3866eb8abf2c [2021-02-06T00:52:37.871Z] ---> faebcf376a19 [2021-02-06T00:52:37.871Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-06T00:52:37.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:52:38.461Z] ---> 2d69dc227cd5 [2021-02-06T00:52:38.461Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-06T00:52:38.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:52:39.005Z] ---> Running in 30cb9ee54af5 [2021-02-06T00:52:39.600Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-06T00:52:39.600Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-06T00:52:39.600Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-06T00:52:39.871Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-06T00:52:40.147Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-06T00:52:40.147Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-06T00:52:40.147Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:52:40.147Z] OK: 8 MiB in 20 packages [2021-02-06T00:52:41.605Z] Removing intermediate container 30cb9ee54af5 [2021-02-06T00:52:41.605Z] ---> 54db09e13366 [2021-02-06T00:52:41.605Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-06T00:52:41.896Z] ---> Running in 526e3a28b64d [2021-02-06T00:52:42.174Z] Removing intermediate container 2395f8282812 [2021-02-06T00:52:42.174Z] ---> 4b31f60a4bd1 [2021-02-06T00:52:42.174Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:52:42.444Z] Removing intermediate container 526e3a28b64d [2021-02-06T00:52:42.444Z] ---> 7fad9648b236 [2021-02-06T00:52:42.444Z] Step 28/31 : CMD ["gate"] [2021-02-06T00:52:42.725Z] ---> Running in 3c89b100aed9 [2021-02-06T00:52:42.998Z] ---> 0f6f481d094d [2021-02-06T00:52:42.999Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-06T00:52:43.139Z] Running on prd-ubuntu18.04-docker-8c-8g-25306 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-06T00:52:43.201Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-02-06T00:52:43.294Z] Removing intermediate container 3c89b100aed9 [2021-02-06T00:52:43.294Z] ---> c89c08f4f78e [2021-02-06T00:52:43.294Z] Step 29/31 : LABEL arch=arm64 [2021-02-06T00:52:43.901Z] ---> Running in 21f7dc467bb6 [2021-02-06T00:52:44.501Z] Removing intermediate container 21f7dc467bb6 [2021-02-06T00:52:44.501Z] ---> c256b16be72c [2021-02-06T00:52:44.501Z] Step 30/31 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:52:44.501Z] ---> fa720080a455 [2021-02-06T00:52:44.501Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-06T00:52:45.125Z] ---> Running in d5d20ed7516c [2021-02-06T00:52:45.366Z] using credential edgex-jenkins-ssh [2021-02-06T00:52:45.402Z] ---> 896c69255d85 [2021-02-06T00:52:45.402Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-06T00:52:45.402Z] Removing intermediate container d5d20ed7516c [2021-02-06T00:52:45.402Z] ---> a5cc474328ab [2021-02-06T00:52:45.402Z] Step 31/31 : LABEL version=0.0.0 [2021-02-06T00:52:45.420Z] Cloning the remote Git repository [2021-02-06T00:52:45.675Z] ---> Running in 7f3f9a344794 [2021-02-06T00:52:45.461Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-06T00:52:45.532Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-02-06T00:52:45.565Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-06T00:52:45.566Z] > git --version # timeout=10 [2021-02-06T00:52:45.576Z] > git --version # 'git version 2.17.1' [2021-02-06T00:52:45.577Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-06T00:52:45.603Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-06T00:52:45.956Z] ---> Running in 0dadf647ea6c [2021-02-06T00:52:45.956Z] Removing intermediate container 7f3f9a344794 [2021-02-06T00:52:45.956Z] ---> 295ea95f81e1 [2021-02-06T00:52:45.956Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:52:46.230Z] ---> Running in bd278d6bf983 [2021-02-06T00:52:46.538Z] Removing intermediate container 0dadf647ea6c [2021-02-06T00:52:46.538Z] ---> 2c0a233d79f9 [2021-02-06T00:52:46.538Z] [2021-02-06T00:52:46.826Z] Successfully built 2c0a233d79f9 [2021-02-06T00:52:46.826Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-06T00:52:47.098Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container bd278d6bf983 [2021-02-06T00:52:47.098Z] ---> 9ee86f11d793 [2021-02-06T00:52:47.098Z] Step 21/23 : LABEL arch=arm64 [2021-02-06T00:52:47.098Z] ---> Running in bc95d45d9568 [2021-02-06T00:52:47.694Z] Removing intermediate container bc95d45d9568 [2021-02-06T00:52:47.694Z] ---> e99be0b676d9 [2021-02-06T00:52:47.694Z] Step 22/23 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf [2021-02-06T00:52:47.694Z] ---> Running in 485b3f858dcb [2021-02-06T00:52:48.288Z] Removing intermediate container 485b3f858dcb [2021-02-06T00:52:48.288Z] ---> f94375c74071 [2021-02-06T00:52:48.288Z] Step 23/23 : LABEL version=0.0.0 [2021-02-06T00:52:48.288Z] ---> Running in 51aeaf3ded94 [2021-02-06T00:52:48.882Z] Removing intermediate container 51aeaf3ded94 [2021-02-06T00:52:48.882Z] ---> 62f1110a1df2 [2021-02-06T00:52:48.882Z] [2021-02-06T00:52:49.153Z] Successfully built 62f1110a1df2 [2021-02-06T00:52:49.153Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-06T00:52:49.763Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-06T00:52:49.795Z] $ docker stop --time=1 a4298e4ab751e3ffeceb3ff77879f296cce5d874cb74fb2649356a0381855c07 [2021-02-06T00:52:50.041Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-06T00:52:50.047Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-06T00:52:50.063Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-06T00:52:50.075Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-06T00:52:50.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-06T00:52:50.079Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-06T00:52:50.563Z] Merging remotes/origin/master commit f0490a359bf291f637a24ac3a72a487d5e9880fa into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-06T00:52:50.744Z] Merge succeeded, producing 59d6ecc8586e07d74ca6efef54946f8d1e4656ae [2021-02-06T00:52:50.744Z] Checking out Revision 59d6ecc8586e07d74ca6efef54946f8d1e4656ae (PR-3113) [2021-02-06T00:52:51.754Z] $ docker rm -f a4298e4ab751e3ffeceb3ff77879f296cce5d874cb74fb2649356a0381855c07 [2021-02-06T00:52:50.592Z] > git config core.sparsecheckout # timeout=10 [2021-02-06T00:52:50.597Z] > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [2021-02-06T00:52:50.672Z] > git remote # timeout=10 [2021-02-06T00:52:50.677Z] > git config --get remote.origin.url # timeout=10 [2021-02-06T00:52:50.682Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-06T00:52:50.686Z] > git merge f0490a359bf291f637a24ac3a72a487d5e9880fa # timeout=10 [2021-02-06T00:52:50.753Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-06T00:52:50.763Z] > git config core.sparsecheckout # timeout=10 [2021-02-06T00:52:50.767Z] > git checkout -f 59d6ecc8586e07d74ca6efef54946f8d1e4656ae # timeout=10 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-06T00:52:52.526Z] + docker images [2021-02-06T00:52:52.526Z] + grep docker [2021-02-06T00:52:52.796Z] docker-core-data-go-arm64 latest 62f1110a1df2 4 seconds ago 21MB [2021-02-06T00:52:52.796Z] docker-security-bootstrapper-go-arm64 latest 2c0a233d79f9 6 seconds ago 22.6MB [2021-02-06T00:52:52.796Z] docker-core-metadata-go-arm64 latest 9b8119dd4651 18 seconds ago 17.8MB [2021-02-06T00:52:52.796Z] docker-support-scheduler-go-arm64 latest 16b60cc3e425 27 seconds ago 16.1MB [2021-02-06T00:52:52.796Z] docker-sys-mgmt-agent-go-arm64 latest 4f8f1c35bc39 2 minutes ago 300MB [2021-02-06T00:52:52.796Z] docker-core-command-go-arm64 latest c3a9c250a9ec 3 minutes ago 16MB [2021-02-06T00:52:52.796Z] docker-support-notifications-go-arm64 latest 2291f4dbcd7c 3 minutes ago 16.7MB [2021-02-06T00:52:52.796Z] docker-security-secretstore-setup-go-arm64 latest 7d16e7f914ad 3 minutes ago 23.4MB [2021-02-06T00:52:52.796Z] docker-security-proxy-setup-go-arm64 latest 2caa36e468a6 3 minutes ago 23.2MB [2021-02-06T00:52:52.796Z] docker 20.10.0 eeaf43b92773 8 weeks 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-06T00:52:54.482Z] Commit message: "Merge commit 'f0490a359bf291f637a24ac3a72a487d5e9880fa' into HEAD" [2021-02-06T00:52:54.499Z] > git rev-list --no-walk fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:52:55.788Z] + echo snap-build.sh [2021-02-06T00:52:55.788Z] snap-build.sh [2021-02-06T00:52:55.788Z] + SNAP_BASE_DIR=. [2021-02-06T00:52:55.788Z] + '[' '!' -z /w/workspace/edgex-go/13 ']' [2021-02-06T00:52:55.788Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/13 [2021-02-06T00:52:55.788Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' [2021-02-06T00:52:55.788Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/13] [2021-02-06T00:52:55.788Z] + cd /w/workspace/edgex-go/13 [2021-02-06T00:52:55.788Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-06T00:52:55.788Z] Reading package lists... [2021-02-06T00:52:55.788Z] Building dependency tree... [2021-02-06T00:52:55.788Z] Reading state information... [2021-02-06T00:52:56.069Z] The following packages were automatically installed and are no longer required: [2021-02-06T00:52:56.069Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-06T00:52:56.069Z] uidmap xdelta3 [2021-02-06T00:52:56.069Z] Use 'sudo apt autoremove' to remove them. [2021-02-06T00:52:56.069Z] The following packages will be REMOVED: [2021-02-06T00:52:56.069Z] lxd* lxd-client* [2021-02-06T00:52:56.331Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-06T00:52:56.331Z] After this operation, 31.7 MB disk space will be freed. [2021-02-06T00:52:57.379Z] (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-02-06T00:52:57.379Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-06T00:52:57.954Z] Removing lxd dnsmasq configuration [2021-02-06T00:52:58.215Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-06T00:52:58.215Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-06T00:52:59.158Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-06T00:52:59.420Z] (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-02-06T00:52:59.420Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-06T00:53:00.362Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-06T00:53:00.623Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-06T00:53:02.007Z] + sudo snap remove --purge lxd [2021-02-06T00:53:02.007Z] snap "lxd" is not installed [2021-02-06T00:53:02.007Z] + sudo groupadd --force --system lxd [2021-02-06T00:53:02.007Z] ++ whoami [2021-02-06T00:53:02.007Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-06T00:53:02.007Z] + newgrp - lxd [2021-02-06T00:53:02.007Z] + sudo snap install lxd [2021-02-06T00:53:10.149Z] 2021-02-06T00:53:07Z INFO Waiting for automatic snapd restart... [2021-02-06T00:53:25.122Z] lxd 4.10 from Canonical* installed [2021-02-06T00:53:25.122Z] + sudo lxd init --auto [2021-02-06T00:53:31.718Z] + sudo snap install --classic snapcraft [2021-02-06T00:53:38.313Z] snapcraft 4.4.4 from Canonical* installed [2021-02-06T00:53:38.313Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-06T00:53:38.313Z] + patch --verbose -p1 [2021-02-06T00:53:38.313Z] Hmm... Looks like a unified diff to me... [2021-02-06T00:53:38.313Z] The text leading up to this was: [2021-02-06T00:53:38.313Z] -------------------------- [2021-02-06T00:53:38.313Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-06T00:53:38.313Z] |From: Tony Espy [2021-02-06T00:53:38.313Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-06T00:53:38.313Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-06T00:53:38.313Z] | [2021-02-06T00:53:38.313Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-06T00:53:38.313Z] |optimize the snap CI check run for pull requests. When [2021-02-06T00:53:38.313Z] |applied, it essentially strips out everything (apps and [2021-02-06T00:53:38.313Z] |parts) from the snapcraft.yaml file except those required [2021-02-06T00:53:38.313Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-06T00:53:38.313Z] |catch changes to edgex-go that break the snap build. [2021-02-06T00:53:38.313Z] | [2021-02-06T00:53:38.313Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-06T00:53:38.313Z] |to update this patch file, otherwise it may fail to apply, [2021-02-06T00:53:38.313Z] |resulting in a failed snap build CI check in the associated [2021-02-06T00:53:38.313Z] |pull request. [2021-02-06T00:53:38.313Z] | [2021-02-06T00:53:38.313Z] |Note - in addition to applying this patch, the pipeline also [2021-02-06T00:53:38.313Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-06T00:53:38.313Z] |need to build the finally binary .snap file (and it won't [2021-02-06T00:53:38.313Z] |work with the patch applied). This further reduces the build [2021-02-06T00:53:38.313Z] |time. [2021-02-06T00:53:38.313Z] |--- [2021-02-06T00:53:38.313Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-06T00:53:38.313Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-06T00:53:38.313Z] | [2021-02-06T00:53:38.313Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-06T00:53:38.313Z] |index 1e537489..faf42425 100644 [2021-02-06T00:53:38.313Z] |--- a/snap/snapcraft.yaml [2021-02-06T00:53:38.313Z] |+++ b/snap/snapcraft.yaml [2021-02-06T00:53:38.313Z] -------------------------- [2021-02-06T00:53:38.313Z] patching file snap/snapcraft.yaml [2021-02-06T00:53:38.313Z] Using Plan A... [2021-02-06T00:53:38.313Z] Hunk #1 succeeded at 73. [2021-02-06T00:53:38.313Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-06T00:53:38.313Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-06T00:53:38.313Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-06T00:53:38.313Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-06T00:53:38.313Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-06T00:53:38.313Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-06T00:53:38.313Z] Hunk #8 succeeded at 342. [2021-02-06T00:53:38.313Z] Hmm... Ignoring the trailing garbage. [2021-02-06T00:53:38.313Z] done [2021-02-06T00:53:38.313Z] + sudo snapcraft prime --use-lxd [2021-02-06T00:53:39.255Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-06T00:53:39.255Z] 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-02-06T00:53:39.255Z] - README.md [2021-02-06T00:53:39.255Z] - snapcraft.yaml.orig [2021-02-06T00:53:39.255Z] [2021-02-06T00:53:39.255Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-06T00:53:39.828Z] Launching a container. [2021-02-06T00:53:52.073Z] Waiting for container to be ready [2021-02-06T00:53:52.073Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-06T00:53:52.073Z] [2021-02-06T00:53:54.617Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-06T00:53:55.190Z] Waiting for network to be ready... [2021-02-06T00:53:55.452Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-06T00:53:55.452Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-06T00:53:56.022Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-06T00:53:56.022Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-06T00:53:56.022Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-06T00:53:56.282Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-06T00:53:56.282Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-06T00:53:56.282Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-06T00:53:56.282Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-06T00:53:56.282Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-06T00:53:56.282Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-06T00:53:56.282Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-06T00:53:56.282Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-06T00:53:56.543Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-06T00:53:56.543Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-06T00:53:56.543Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-06T00:53:56.543Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-06T00:53:56.543Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-06T00:53:57.113Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-06T00:53:57.374Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-06T00:53:57.635Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-06T00:53:57.635Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-06T00:53:57.635Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-06T00:53:57.635Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-06T00:53:57.635Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-06T00:53:57.635Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-06T00:53:57.635Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-06T00:53:59.574Z] Fetched 23.9 MB in 4s (5622 kB/s) [2021-02-06T00:54:00.521Z] Reading package lists... [2021-02-06T00:54:00.521Z] Reading package lists... [2021-02-06T00:54:00.781Z] Building dependency tree... [2021-02-06T00:54:00.781Z] Reading state information... [2021-02-06T00:54:00.781Z] The following additional packages will be installed: [2021-02-06T00:54:00.781Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-06T00:54:00.781Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-06T00:54:00.781Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-06T00:54:00.781Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-06T00:54:00.781Z] Suggested packages: [2021-02-06T00:54:00.781Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-06T00:54:00.781Z] Recommended packages: [2021-02-06T00:54:00.781Z] gnupg libsasl2-modules [2021-02-06T00:54:00.781Z] The following NEW packages will be installed: [2021-02-06T00:54:00.781Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-06T00:54:00.781Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-06T00:54:00.781Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-06T00:54:00.781Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-06T00:54:00.781Z] The following packages will be upgraded: [2021-02-06T00:54:00.781Z] gpg gpg-agent gpgconf libudev1 [2021-02-06T00:54:01.041Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-06T00:54:01.041Z] Need to get 3533 kB of archives. [2021-02-06T00:54:01.041Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-06T00:54:01.041Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-06T00:54:01.041Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-06T00:54:01.301Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-06T00:54:01.563Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-06T00:54:01.563Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-06T00:54:01.563Z] Get:6 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-02-06T00:54:01.563Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-06T00:54:01.563Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-06T00:54:01.563Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-06T00:54:01.835Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-06T00:54:01.835Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-06T00:54:01.835Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-06T00:54:01.835Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-06T00:54:01.835Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-06T00:54:01.835Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-06T00:54:01.835Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-06T00:54:01.835Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-06T00:54:01.835Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-06T00:54:01.835Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-06T00:54:01.835Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-06T00:54:01.835Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-06T00:54:01.835Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-06T00:54:02.099Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-06T00:54:02.099Z] Fetched 3533 kB in 1s (3515 kB/s) [2021-02-06T00:54:02.099Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-06T00:54:02.099Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-06T00:54:02.099Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-06T00:54:02.099Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-06T00:54:02.362Z] Selecting previously unselected package udev. [2021-02-06T00:54:02.362Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-06T00:54:02.362Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-06T00:54:02.362Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-06T00:54:02.623Z] Selecting previously unselected package libfuse2:amd64. [2021-02-06T00:54:02.623Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-06T00:54:02.623Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-06T00:54:02.623Z] Selecting previously unselected package fuse. [2021-02-06T00:54:02.623Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-06T00:54:02.623Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-06T00:54:02.884Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-06T00:54:02.884Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-06T00:54:02.884Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-06T00:54:02.884Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-06T00:54:03.144Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-06T00:54:03.144Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-06T00:54:03.144Z] Selecting previously unselected package libksba8:amd64. [2021-02-06T00:54:03.144Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-06T00:54:03.144Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-06T00:54:03.406Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-06T00:54:03.406Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:54:03.406Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:03.406Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-06T00:54:03.406Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:54:03.406Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:03.406Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-06T00:54:03.406Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:54:03.406Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:03.668Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-06T00:54:03.668Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:54:03.668Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:03.668Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-06T00:54:03.668Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:54:03.668Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:03.668Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-06T00:54:03.668Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:54:03.668Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:03.932Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-06T00:54:03.932Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:54:03.932Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:03.932Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-06T00:54:03.932Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:54:03.932Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:04.194Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-06T00:54:04.194Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:54:04.194Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:04.194Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-06T00:54:04.194Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-06T00:54:04.194Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-06T00:54:04.194Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-06T00:54:04.194Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-06T00:54:04.453Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-06T00:54:04.453Z] Selecting previously unselected package libldap-common. [2021-02-06T00:54:04.453Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-06T00:54:04.453Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-06T00:54:04.453Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-06T00:54:04.453Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-06T00:54:04.453Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-06T00:54:04.714Z] Selecting previously unselected package dirmngr. [2021-02-06T00:54:04.714Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-06T00:54:04.714Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-06T00:54:04.714Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-06T00:54:04.974Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-06T00:54:04.974Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-06T00:54:04.974Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-06T00:54:04.974Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-06T00:54:04.974Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-06T00:54:04.974Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:04.974Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-06T00:54:04.974Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-06T00:54:04.974Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-06T00:54:05.547Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-06T00:54:05.547Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:05.547Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-06T00:54:05.547Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-06T00:54:05.547Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-06T00:54:05.547Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:05.807Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:05.807Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:05.807Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:05.807Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:05.807Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:05.807Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:54:05.807Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-06T00:54:05.807Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-06T00:54:06.067Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-06T00:54:06.329Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-06T00:54:06.329Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-06T00:54:06.329Z] This means they are not meant to be enabled using systemctl. [2021-02-06T00:54:06.329Z] Possible reasons for having this kind of units are: [2021-02-06T00:54:06.329Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-06T00:54:06.329Z] .wants/ or .requires/ directory. [2021-02-06T00:54:06.329Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-06T00:54:06.329Z] a requirement dependency on it. [2021-02-06T00:54:06.329Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-06T00:54:06.329Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-06T00:54:06.329Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-06T00:54:06.329Z] instance name specified. [2021-02-06T00:54:06.589Z] Reading package lists... [2021-02-06T00:54:06.854Z] Building dependency tree... [2021-02-06T00:54:06.854Z] Reading state information... [2021-02-06T00:54:06.854Z] The following additional packages will be installed: [2021-02-06T00:54:06.854Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-06T00:54:06.854Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-06T00:54:06.854Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-06T00:54:06.854Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-06T00:54:06.854Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-06T00:54:06.854Z] Suggested packages: [2021-02-06T00:54:06.854Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-06T00:54:06.854Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-06T00:54:06.854Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-06T00:54:06.854Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-06T00:54:06.854Z] systemd-container policykit-1 [2021-02-06T00:54:06.854Z] Recommended packages: [2021-02-06T00:54:06.854Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-06T00:54:06.854Z] The following NEW packages will be installed: [2021-02-06T00:54:06.854Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-06T00:54:06.854Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-06T00:54:06.854Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-06T00:54:06.854Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-06T00:54:06.854Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-06T00:54:06.854Z] The following packages will be upgraded: [2021-02-06T00:54:06.854Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-06T00:54:07.115Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-06T00:54:07.115Z] Need to get 35.2 MB of archives. [2021-02-06T00:54:07.115Z] After this operation, 141 MB of additional disk space will be used. [2021-02-06T00:54:07.115Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-06T00:54:07.115Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-06T00:54:07.686Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-06T00:54:07.946Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-06T00:54:07.946Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-06T00:54:07.946Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-06T00:54:07.946Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-06T00:54:07.946Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-06T00:54:07.946Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-06T00:54:07.946Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-06T00:54:07.946Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-06T00:54:07.946Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-06T00:54:07.947Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-06T00:54:07.947Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-06T00:54:07.947Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-06T00:54:07.947Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-06T00:54:07.947Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-06T00:54:08.212Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-06T00:54:08.212Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-06T00:54:08.212Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-06T00:54:08.212Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-06T00:54:08.212Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-06T00:54:08.212Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-06T00:54:08.212Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-06T00:54:08.212Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-06T00:54:08.212Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-06T00:54:08.212Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-06T00:54:08.212Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-06T00:54:08.212Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-06T00:54:08.212Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-06T00:54:09.155Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-06T00:54:09.155Z] Fetched 35.2 MB in 2s (15.8 MB/s) [2021-02-06T00:54:09.415Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-06T00:54:09.415Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-06T00:54:09.415Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-06T00:54:09.984Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-06T00:54:09.984Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-06T00:54:10.247Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-06T00:54:10.247Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-06T00:54:10.247Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-06T00:54:10.247Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-06T00:54:10.508Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-06T00:54:10.769Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-06T00:54:10.769Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-06T00:54:10.769Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-06T00:54:11.031Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-06T00:54:11.031Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-06T00:54:11.291Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-06T00:54:11.552Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-06T00:54:11.552Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-06T00:54:11.552Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-06T00:54:11.813Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-06T00:54:11.813Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-06T00:54:11.813Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:54:11.813Z] Selecting previously unselected package libexpat1:amd64. [2021-02-06T00:54:11.813Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-06T00:54:11.813Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-06T00:54:12.080Z] Selecting previously unselected package python3.6-minimal. [2021-02-06T00:54:12.080Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-06T00:54:12.081Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:54:12.450Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-06T00:54:12.450Z] Checking for services that may need to be restarted...done. [2021-02-06T00:54:12.450Z] Checking for services that may need to be restarted...done. [2021-02-06T00:54:12.450Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:54:12.711Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-06T00:54:12.711Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:54:12.971Z] Selecting previously unselected package python3-minimal. [2021-02-06T00:54:12.971Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-06T00:54:12.971Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-06T00:54:12.971Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-06T00:54:13.234Z] Selecting previously unselected package mime-support. [2021-02-06T00:54:13.234Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-06T00:54:13.234Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-06T00:54:13.234Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-06T00:54:13.234Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-06T00:54:13.234Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-06T00:54:13.234Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-06T00:54:13.234Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-06T00:54:13.234Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:54:13.495Z] Selecting previously unselected package python3.6. [2021-02-06T00:54:13.495Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-06T00:54:13.495Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:54:13.755Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-06T00:54:13.755Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-06T00:54:13.755Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-06T00:54:13.755Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-06T00:54:14.017Z] Selecting previously unselected package python3. [2021-02-06T00:54:14.017Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-06T00:54:14.017Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-06T00:54:14.017Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-06T00:54:14.017Z] Selecting previously unselected package multiarch-support. [2021-02-06T00:54:14.017Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-06T00:54:14.017Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-06T00:54:14.279Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-06T00:54:14.279Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-06T00:54:14.279Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-06T00:54:14.279Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-06T00:54:14.279Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-06T00:54:14.279Z] Selecting previously unselected package libbsd0:amd64. [2021-02-06T00:54:14.279Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-06T00:54:14.279Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-06T00:54:14.543Z] Selecting previously unselected package sudo. [2021-02-06T00:54:14.543Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-06T00:54:14.543Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-06T00:54:14.543Z] Selecting previously unselected package apparmor. [2021-02-06T00:54:14.543Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-06T00:54:14.543Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-06T00:54:14.805Z] Selecting previously unselected package libedit2:amd64. [2021-02-06T00:54:14.805Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-06T00:54:14.805Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-06T00:54:15.064Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-06T00:54:15.064Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-06T00:54:15.064Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:54:15.064Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-06T00:54:15.064Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-06T00:54:15.064Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:54:15.643Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-06T00:54:15.643Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-06T00:54:15.643Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-06T00:54:15.643Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-06T00:54:15.643Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-06T00:54:15.643Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:54:15.643Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-06T00:54:15.643Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-06T00:54:15.643Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:54:15.904Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-06T00:54:15.904Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-06T00:54:15.904Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-06T00:54:15.904Z] Selecting previously unselected package openssh-client. [2021-02-06T00:54:15.904Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-06T00:54:15.904Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-06T00:54:16.165Z] Selecting previously unselected package squashfs-tools. [2021-02-06T00:54:16.165Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-06T00:54:16.165Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-06T00:54:16.165Z] Selecting previously unselected package snapd. [2021-02-06T00:54:16.165Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-06T00:54:16.426Z] Unpacking snapd (2.48+18.04) ... [2021-02-06T00:54:18.353Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-06T00:54:18.353Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-06T00:54:18.353Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-06T00:54:18.353Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-06T00:54:18.613Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-06T00:54:18.613Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:54:18.613Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-06T00:54:18.613Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-06T00:54:18.613Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-06T00:54:19.555Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-06T00:54:19.555Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-06T00:54:19.555Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-06T00:54:19.555Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:54:19.556Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:54:19.556Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:54:20.126Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-06T00:54:20.126Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:54:20.126Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-06T00:54:20.126Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-06T00:54:20.126Z] running python rtupdate hooks for python3.6... [2021-02-06T00:54:20.126Z] running python post-rtupdate hooks for python3.6... [2021-02-06T00:54:20.389Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-06T00:54:22.314Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-06T00:54:22.574Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:54:22.574Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-06T00:54:22.836Z] Setting up snapd (2.48+18.04) ... [2021-02-06T00:54:23.096Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-06T00:54:23.356Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-06T00:54:23.616Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-06T00:54:23.616Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-06T00:54:23.879Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-06T00:54:23.879Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-06T00:54:24.139Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-06T00:54:24.139Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-06T00:54:24.399Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-06T00:54:24.661Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-06T00:54:24.661Z] /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-02-06T00:54:24.661Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-06T00:54:24.661Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-06T00:54:26.929Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-06T00:54:26.929Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-06T00:54:26.929Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-06T00:54:26.929Z] Reading package lists... [2021-02-06T00:54:26.929Z] Reading package lists... [2021-02-06T00:54:27.194Z] Building dependency tree... [2021-02-06T00:54:27.194Z] Reading state information... [2021-02-06T00:54:27.194Z] Calculating upgrade... [2021-02-06T00:54:27.194Z] The following packages will be upgraded: [2021-02-06T00:54:27.194Z] advancecomp base-files bash binutils binutils-common [2021-02-06T00:54:27.194Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-06T00:54:27.194Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-06T00:54:27.194Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-06T00:54:27.194Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-06T00:54:27.194Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-06T00:54:27.194Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-06T00:54:27.194Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-06T00:54:27.194Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-06T00:54:27.194Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-06T00:54:27.194Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-06T00:54:27.194Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-06T00:54:27.194Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-06T00:54:27.194Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-06T00:54:27.194Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-06T00:54:27.456Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-06T00:54:27.456Z] Need to get 63.8 MB of archives. [2021-02-06T00:54:27.456Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-06T00:54:27.456Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-06T00:54:27.456Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-06T00:54:27.456Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-06T00:54:27.456Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-06T00:54:27.456Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-06T00:54:27.456Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-06T00:54:27.456Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-06T00:54:27.456Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-06T00:54:27.456Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-06T00:54:27.456Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-06T00:54:27.456Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-06T00:54:27.456Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-06T00:54:27.456Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-06T00:54:27.456Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-06T00:54:27.456Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-06T00:54:27.456Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-06T00:54:27.456Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-06T00:54:27.456Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-06T00:54:27.724Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-06T00:54:27.724Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-06T00:54:27.724Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-06T00:54:27.724Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-06T00:54:27.724Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-06T00:54:27.724Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-06T00:54:27.724Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-06T00:54:27.724Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-06T00:54:27.724Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-06T00:54:27.724Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-06T00:54:27.724Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-06T00:54:27.724Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-06T00:54:27.724Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-06T00:54:27.724Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-06T00:54:27.724Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-06T00:54:27.724Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-06T00:54:27.724Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-06T00:54:27.724Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-06T00:54:27.724Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-06T00:54:27.724Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-06T00:54:27.724Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-06T00:54:27.724Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-06T00:54:27.724Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-06T00:54:27.724Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-06T00:54:27.724Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-06T00:54:27.724Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-06T00:54:27.724Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-06T00:54:27.724Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-06T00:54:27.724Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-06T00:54:27.724Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-06T00:54:27.724Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-06T00:54:27.724Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-06T00:54:27.724Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-06T00:54:27.724Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-06T00:54:27.724Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-06T00:54:27.724Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-06T00:54:27.724Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-06T00:54:27.724Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-06T00:54:27.984Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-06T00:54:28.244Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-06T00:54:28.244Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-06T00:54:28.244Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-06T00:54:28.513Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-06T00:54:28.513Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-06T00:54:28.513Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-06T00:54:28.513Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-06T00:54:28.513Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-06T00:54:28.513Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-06T00:54:28.513Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-06T00:54:28.772Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-06T00:54:28.772Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-06T00:54:28.772Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-06T00:54:28.772Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-06T00:54:28.772Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-06T00:54:28.772Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-06T00:54:28.772Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-06T00:54:28.772Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-06T00:54:28.772Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-06T00:54:28.772Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-06T00:54:29.036Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-06T00:54:29.036Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-06T00:54:29.036Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-06T00:54:29.036Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-06T00:54:29.036Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-06T00:54:29.036Z] Get:83 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-02-06T00:54:29.036Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-06T00:54:29.036Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-06T00:54:29.036Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-06T00:54:29.036Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-06T00:54:29.297Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-06T00:54:29.297Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-06T00:54:29.297Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-06T00:54:29.297Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-06T00:54:29.297Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-06T00:54:29.297Z] Get:93 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-02-06T00:54:29.297Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-06T00:54:29.297Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-06T00:54:29.297Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-06T00:54:29.297Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-06T00:54:29.297Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-06T00:54:29.297Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-06T00:54:29.560Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-06T00:54:29.560Z] Fetched 63.8 MB in 2s (31.4 MB/s) [2021-02-06T00:54:29.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:29.560Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-06T00:54:29.560Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-06T00:54:30.134Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-06T00:54:30.134Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-06T00:54:30.134Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-06T00:54:30.134Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-06T00:54:31.081Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:31.081Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:54:31.081Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:31.340Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:54:31.340Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:31.340Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:54:31.602Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:31.602Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:54:31.863Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:31.863Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:54:31.863Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:32.124Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:54:32.124Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:32.124Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:54:32.124Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:54:32.387Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-06T00:54:32.387Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:32.387Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-06T00:54:32.387Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:54:32.387Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-06T00:54:32.387Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:32.387Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:54:32.649Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:32.649Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:54:32.649Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:32.649Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:54:32.912Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:54:32.912Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-06T00:54:32.912Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-06T00:54:33.174Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-06T00:54:33.436Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-06T00:54:33.698Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-06T00:54:33.698Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-06T00:54:33.960Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-06T00:54:33.960Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-06T00:54:33.960Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-06T00:54:34.221Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-06T00:54:34.221Z] Installing new version of config file /etc/issue ... [2021-02-06T00:54:34.221Z] Installing new version of config file /etc/issue.net ... [2021-02-06T00:54:34.221Z] Installing new version of config file /etc/lsb-release ... [2021-02-06T00:54:34.482Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-06T00:54:34.482Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-06T00:54:34.742Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-06T00:54:34.742Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-06T00:54:34.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:34.742Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-06T00:54:34.742Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-06T00:54:35.012Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-06T00:54:35.012Z] 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-02-06T00:54:35.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:35.012Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:54:35.012Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-06T00:54:35.273Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:54:35.273Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:35.273Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-06T00:54:35.534Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-06T00:54:35.534Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-06T00:54:35.795Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:35.795Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-06T00:54:35.795Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-06T00:54:36.059Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-06T00:54:36.059Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:36.059Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-06T00:54:36.319Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-06T00:54:36.319Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-06T00:54:36.582Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:36.582Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-06T00:54:36.582Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-06T00:54:36.844Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-06T00:54:36.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:36.844Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-06T00:54:36.844Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-06T00:54:37.105Z] Setting up grep (3.1-2build1) ... [2021-02-06T00:54:37.105Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:37.105Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-06T00:54:37.365Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-06T00:54:37.365Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-06T00:54:37.629Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:37.629Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-06T00:54:37.629Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-06T00:54:37.629Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-06T00:54:37.890Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:37.890Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-06T00:54:37.890Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-06T00:54:38.460Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-06T00:54:38.460Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-06T00:54:38.460Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-06T00:54:38.460Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-06T00:54:39.031Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-06T00:54:39.292Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:39.292Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-06T00:54:39.292Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-06T00:54:40.236Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-06T00:54:40.236Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-06T00:54:40.497Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-06T00:54:40.497Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-06T00:54:40.497Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-06T00:54:40.758Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:40.758Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-06T00:54:40.758Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-06T00:54:40.758Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-06T00:54:41.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:41.021Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:54:41.021Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:54:41.021Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:54:41.282Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:41.282Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:54:41.282Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:54:41.282Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:54:41.544Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:41.544Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:54:41.544Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:54:41.805Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:54:41.805Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:41.805Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:54:41.805Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:54:41.805Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:54:42.070Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:42.070Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-06T00:54:42.070Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-06T00:54:42.332Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-06T00:54:42.332Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-06T00:54:42.332Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-06T00:54:42.593Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:42.593Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-06T00:54:42.593Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-06T00:54:42.593Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-06T00:54:42.854Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:42.854Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:54:42.854Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:54:43.115Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:54:43.115Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:43.115Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:54:43.115Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:54:43.376Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:54:43.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:43.376Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:54:43.639Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:54:43.907Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:54:44.167Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-06T00:54:44.428Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-06T00:54:44.692Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:44.692Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-06T00:54:44.692Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-06T00:54:44.953Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-06T00:54:44.953Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:54:44.953Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-06T00:54:44.953Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-06T00:54:45.214Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-06T00:54:45.214Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:45.214Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-06T00:54:45.475Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-06T00:54:45.475Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-06T00:54:45.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:45.742Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-06T00:54:45.742Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-06T00:54:45.742Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-06T00:54:46.004Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:46.004Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-06T00:54:46.004Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-06T00:54:46.004Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-06T00:54:46.265Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:46.265Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-06T00:54:46.265Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-06T00:54:46.265Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-06T00:54:46.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:46.525Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-06T00:54:46.525Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-06T00:54:46.786Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-06T00:54:46.786Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:46.786Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-06T00:54:47.046Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-06T00:54:47.046Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-06T00:54:47.306Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:47.306Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:54:47.306Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:54:47.570Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-06T00:54:47.570Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-06T00:54:47.570Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-06T00:54:47.570Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-06T00:54:47.570Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-06T00:54:47.832Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:47.832Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-06T00:54:47.832Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-06T00:54:47.832Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-06T00:54:48.093Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:48.093Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-06T00:54:48.093Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-06T00:54:48.093Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-06T00:54:48.353Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:48.353Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-06T00:54:48.353Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-06T00:54:48.353Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-06T00:54:48.614Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:48.615Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-06T00:54:48.615Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-06T00:54:48.615Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-06T00:54:48.875Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:48.875Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-06T00:54:48.875Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-06T00:54:49.136Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-06T00:54:49.396Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:49.396Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-06T00:54:49.396Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-06T00:54:49.396Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-06T00:54:49.657Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:49.657Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-06T00:54:49.657Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-06T00:54:49.657Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-06T00:54:49.657Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:49.657Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-06T00:54:49.919Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-06T00:54:49.919Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-06T00:54:49.919Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:49.919Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-06T00:54:49.919Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-06T00:54:50.180Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-06T00:54:50.180Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:50.180Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-06T00:54:50.180Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-06T00:54:50.441Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-06T00:54:50.441Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:50.441Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-06T00:54:50.441Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-06T00:54:50.702Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-06T00:54:50.702Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:54:50.702Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-06T00:54:50.702Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-06T00:54:50.702Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-06T00:54:50.963Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-06T00:54:50.963Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-06T00:54:50.963Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-06T00:54:50.963Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-06T00:54:50.963Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-06T00:54:51.223Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-06T00:54:51.223Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-06T00:54:51.484Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-06T00:54:51.484Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-06T00:54:51.744Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-06T00:54:51.744Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-06T00:54:51.744Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-06T00:54:51.744Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-06T00:54:52.004Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-06T00:54:52.005Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-06T00:54:52.005Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-06T00:54:52.005Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-06T00:54:52.266Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-06T00:54:52.266Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-06T00:54:52.528Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-06T00:54:52.528Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-06T00:54:52.528Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-06T00:54:52.528Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-06T00:54:52.789Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-06T00:54:52.789Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-06T00:54:53.733Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-06T00:54:53.733Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-06T00:54:53.733Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-06T00:54:53.733Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-06T00:54:53.995Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-06T00:54:53.995Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-06T00:54:54.256Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-06T00:54:54.256Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-06T00:54:54.256Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-06T00:54:54.256Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-06T00:54:54.516Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-06T00:54:54.516Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-06T00:54:54.516Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:54.516Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:54:54.777Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:54.777Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:54:55.038Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:55.038Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:54:55.038Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:55.038Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:54:55.980Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:55.980Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:54:56.931Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:56.931Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:54:57.873Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:57.873Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:54:58.134Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:58.134Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:54:58.833Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:54:59.144Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:54:59.144Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-06T00:54:59.144Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-06T00:54:59.144Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-06T00:54:59.144Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-06T00:54:59.520Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-06T00:54:59.520Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-06T00:54:59.520Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-06T00:54:59.520Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-06T00:54:59.865Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-06T00:54:59.865Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-06T00:54:59.865Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-06T00:54:59.865Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-06T00:54:59.865Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-06T00:55:00.156Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-06T00:55:00.156Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:55:00.156Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-06T00:55:00.156Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:55:00.156Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:55:00.156Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:55:00.156Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-06T00:55:00.156Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-06T00:55:00.156Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-06T00:55:00.415Z] [2021-02-06T00:55:00.415Z] Current default time zone: 'Etc/UTC' [2021-02-06T00:55:00.415Z] Local time is now: Sat Feb 6 00:55:00 UTC 2021. [2021-02-06T00:55:00.415Z] Universal Time is now: Sat Feb 6 00:55:00 UTC 2021. [2021-02-06T00:55:00.415Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-06T00:55:00.415Z] [2021-02-06T00:55:00.415Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-06T00:55:00.415Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:55:00.415Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-06T00:55:00.415Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:55:00.415Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-06T00:55:00.415Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-06T00:55:00.682Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-06T00:55:00.682Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-06T00:55:00.682Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-06T00:55:00.682Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-06T00:55:00.682Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:55:00.682Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-06T00:55:00.942Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:55:00.942Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-06T00:55:00.942Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:55:00.942Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-06T00:55:01.206Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-06T00:55:01.206Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-06T00:55:01.206Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-06T00:55:01.206Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-06T00:55:01.206Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-06T00:55:01.206Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-06T00:55:01.206Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-06T00:55:03.119Z] Updating certificates in /etc/ssl/certs... [2021-02-06T00:55:03.690Z] 23 added, 27 removed; done. [2021-02-06T00:55:03.951Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-06T00:55:03.951Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:55:03.951Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-06T00:55:03.951Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-06T00:55:03.951Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-06T00:55:04.212Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:55:04.212Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-06T00:55:04.212Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:55:04.212Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:55:04.212Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:55:04.212Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:55:04.212Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:55:04.212Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-06T00:55:04.475Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-06T00:55:04.475Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-06T00:55:04.475Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-06T00:55:04.475Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-06T00:55:04.475Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:55:04.475Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:55:04.475Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-06T00:55:04.475Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-06T00:55:04.475Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-06T00:55:04.736Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-06T00:55:04.736Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-06T00:55:04.736Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-06T00:55:04.736Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-06T00:55:04.736Z] Updating certificates in /etc/ssl/certs... [2021-02-06T00:55:05.308Z] 0 added, 0 removed; done. [2021-02-06T00:55:05.308Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-06T00:55:05.308Z] done. [2021-02-06T00:55:05.878Z] Reading package lists... [2021-02-06T00:55:05.878Z] Building dependency tree... [2021-02-06T00:55:05.878Z] Reading state information... [2021-02-06T00:55:06.139Z] The following NEW packages will be installed: [2021-02-06T00:55:06.139Z] apt-transport-https [2021-02-06T00:55:06.405Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-06T00:55:06.405Z] Need to get 1696 B of archives. [2021-02-06T00:55:06.405Z] After this operation, 153 kB of additional disk space will be used. [2021-02-06T00:55:06.405Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-06T00:55:06.405Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-06T00:55:06.405Z] Fetched 1696 B in 0s (9404 B/s) [2021-02-06T00:55:06.405Z] Selecting previously unselected package apt-transport-https. [2021-02-06T00:55:06.405Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-06T00:55:06.405Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-06T00:55:06.405Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-06T00:55:06.405Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-06T00:55:06.666Z] Waiting for network to be ready... [2021-02-06T00:55:11.950Z] 2021-02-06T00:55:09Z INFO Waiting for automatic snapd restart... [2021-02-06T00:55:12.521Z] snapd 2.48.2 from Canonical* installed [2021-02-06T00:55:13.463Z] "snapd" switched to the "latest/stable" channel [2021-02-06T00:55:13.463Z] [2021-02-06T00:55:16.004Z] core18 20201210 from Canonical* installed [2021-02-06T00:55:16.004Z] "core18" switched to the "latest/stable" channel [2021-02-06T00:55:16.004Z] [2021-02-06T00:55:19.308Z] snapcraft 4.4.4 from Canonical* installed [2021-02-06T00:55:19.308Z] "snapcraft" switched to the "latest/stable" channel [2021-02-06T00:55:19.308Z] [2021-02-06T00:55:22.606Z] 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-02-06T00:55:22.606Z] - README.md [2021-02-06T00:55:22.606Z] - snapcraft.yaml.orig [2021-02-06T00:55:22.606Z] [2021-02-06T00:55:22.606Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-06T00:55:29.187Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-06T00:55:29.187Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-06T00:55:29.187Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-06T00:55:29.187Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-06T00:55:30.129Z] Reading package lists... [2021-02-06T00:55:30.389Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-06T00:55:36.974Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-06T00:55:36.974Z] Reading package lists... [2021-02-06T00:55:36.974Z] Building dependency tree... [2021-02-06T00:55:36.974Z] Reading state information... [2021-02-06T00:55:36.974Z] Suggested packages: [2021-02-06T00:55:36.974Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-06T00:55:36.974Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-06T00:55:36.974Z] Recommended packages: [2021-02-06T00:55:36.974Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-06T00:55:36.974Z] The following NEW packages will be installed: [2021-02-06T00:55:36.974Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-06T00:55:36.974Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-06T00:55:36.974Z] pkg-config zip [2021-02-06T00:55:36.974Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-06T00:55:36.974Z] Need to get 7655 kB of archives. [2021-02-06T00:55:36.974Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-06T00:55:36.974Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-06T00:55:36.974Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-06T00:55:37.235Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-06T00:55:37.235Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-06T00:55:37.235Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-06T00:55:37.496Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-06T00:55:37.496Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-06T00:55:37.496Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-06T00:55:37.496Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-06T00:55:37.496Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-06T00:55:37.756Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-06T00:55:37.756Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-06T00:55:37.756Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-06T00:55:37.756Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-06T00:55:37.756Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-06T00:55:38.016Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-06T00:55:38.016Z] Fetched 7655 kB in 1s (7073 kB/s) [2021-02-06T00:55:38.016Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-06T00:55:38.016Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-06T00:55:38.016Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-06T00:55:38.016Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-06T00:55:38.277Z] Selecting previously unselected package libpsl5:amd64. [2021-02-06T00:55:38.277Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-06T00:55:38.277Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-06T00:55:38.277Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-06T00:55:38.277Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-06T00:55:38.277Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-06T00:55:38.538Z] Selecting previously unselected package librtmp1:amd64. [2021-02-06T00:55:38.538Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-06T00:55:38.538Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-06T00:55:38.538Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-06T00:55:38.538Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-06T00:55:38.538Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-06T00:55:38.538Z] Selecting previously unselected package liberror-perl. [2021-02-06T00:55:38.538Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-06T00:55:38.798Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-06T00:55:38.798Z] Selecting previously unselected package git-man. [2021-02-06T00:55:38.798Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-06T00:55:38.798Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-06T00:55:38.798Z] Selecting previously unselected package git. [2021-02-06T00:55:38.798Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-06T00:55:38.798Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-06T00:55:39.739Z] Selecting previously unselected package libnorm1:amd64. [2021-02-06T00:55:39.739Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-06T00:55:39.739Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-06T00:55:39.739Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-06T00:55:39.739Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-06T00:55:39.739Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-06T00:55:40.000Z] Selecting previously unselected package libsodium23:amd64. [2021-02-06T00:55:40.000Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-06T00:55:40.000Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-06T00:55:40.000Z] Selecting previously unselected package libzmq5:amd64. [2021-02-06T00:55:40.000Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-06T00:55:40.000Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-06T00:55:40.262Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-06T00:55:40.262Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-06T00:55:40.262Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-06T00:55:40.262Z] Selecting previously unselected package pkg-config. [2021-02-06T00:55:40.262Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-06T00:55:40.262Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-06T00:55:40.262Z] Selecting previously unselected package zip. [2021-02-06T00:55:40.262Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-06T00:55:40.523Z] Unpacking zip (3.0-11build1) ... [2021-02-06T00:55:40.523Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-06T00:55:40.523Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-06T00:55:40.523Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-06T00:55:40.523Z] Setting up liberror-perl (0.17025-1) ... [2021-02-06T00:55:40.523Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-06T00:55:40.785Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-06T00:55:40.785Z] No schema files found: doing nothing. [2021-02-06T00:55:40.785Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-06T00:55:40.785Z] Setting up zip (3.0-11build1) ... [2021-02-06T00:55:40.785Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-06T00:55:40.785Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-06T00:55:40.785Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-06T00:55:40.785Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-06T00:55:40.785Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-06T00:55:41.047Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-06T00:55:41.047Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-06T00:55:41.047Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-06T00:55:47.645Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-06T00:55:47.645Z] git set to automatically installed. [2021-02-06T00:55:47.645Z] git-man set to automatically installed. [2021-02-06T00:55:47.645Z] libcurl3-gnutls set to automatically installed. [2021-02-06T00:55:47.645Z] liberror-perl set to automatically installed. [2021-02-06T00:55:47.645Z] libglib2.0-0 set to automatically installed. [2021-02-06T00:55:47.645Z] libnghttp2-14 set to automatically installed. [2021-02-06T00:55:47.645Z] libnorm1 set to automatically installed. [2021-02-06T00:55:47.645Z] libpgm-5.2-0 set to automatically installed. [2021-02-06T00:55:47.645Z] libpsl5 set to automatically installed. [2021-02-06T00:55:47.645Z] librtmp1 set to automatically installed. [2021-02-06T00:55:47.645Z] libsodium23 set to automatically installed. [2021-02-06T00:55:47.645Z] libzmq3-dev set to automatically installed. [2021-02-06T00:55:47.645Z] libzmq5 set to automatically installed. [2021-02-06T00:55:47.645Z] pkg-config set to automatically installed. [2021-02-06T00:55:47.645Z] zip set to automatically installed. [2021-02-06T00:55:49.031Z] snapd is not logged in, snap install commands will use sudo [2021-02-06T00:55:55.618Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-06T00:55:56.191Z] snap "core18" has no updates available [2021-02-06T00:55:56.762Z] Pulling config-common [2021-02-06T00:55:57.703Z] Pulling go-build-helper [2021-02-06T00:56:19.663Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-06T00:56:19.663Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-06T00:56:19.663Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-06T00:56:19.663Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-06T00:56:19.663Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-06T00:56:19.663Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-06T00:56:19.663Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-06T00:56:19.663Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-06T00:56:19.663Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-06T00:56:19.663Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-06T00:56:19.663Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-06T00:56:19.663Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-06T00:56:19.663Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-06T00:56:19.663Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-06T00:56:19.663Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-06T00:56:19.663Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-06T00:56:19.663Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-06T00:56:19.663Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-06T00:56:19.663Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-06T00:56:19.663Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-06T00:56:19.663Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-06T00:56:19.663Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-06T00:56:19.663Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-06T00:56:19.663Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-06T00:56:19.663Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-06T00:56:19.663Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-06T00:56:19.663Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-06T00:56:19.663Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-06T00:56:19.663Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-06T00:56:19.663Z] Fetched 279 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-06T00:56:19.663Z] Fetched 122 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-06T00:56:19.663Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-06T00:56:19.663Z] Fetched 8848 B in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-06T00:56:19.663Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-06T00:56:19.663Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-06T00:56:19.663Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-06T00:56:19.663Z] Fetched 214 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-06T00:56:19.663Z] Fetched 155 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-06T00:56:19.663Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-06T00:56:19.663Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-06T00:56:19.663Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-06T00:56:19.663Z] Fetched 499 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-06T00:56:19.663Z] Fetched 111 kB in 0s (0 B/s) [2021-02-06T00:56:19.663Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-06T00:56:19.664Z] Fetched 240 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-06T00:56:19.664Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-06T00:56:19.664Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-06T00:56:19.664Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-06T00:56:19.664Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-06T00:56:19.664Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-06T00:56:19.664Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-06T00:56:19.664Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-06T00:56:19.664Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-06T00:56:19.664Z] Fetched 8720 B in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-06T00:56:19.664Z] Fetched 137 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-06T00:56:19.664Z] Fetched 119 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-06T00:56:19.664Z] Fetched 109 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-06T00:56:19.664Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-06T00:56:19.664Z] Fetched 645 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-06T00:56:19.664Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-06T00:56:19.664Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-06T00:56:19.664Z] Fetched 368 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-06T00:56:19.664Z] Fetched 187 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-06T00:56:19.664Z] Fetched 175 kB in 0s (0 B/s) [2021-02-06T00:56:19.664Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-06T00:56:22.961Z] Fetched 206 kB in 0s (0 B/s) [2021-02-06T00:56:22.961Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-06T00:56:22.961Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-06T00:56:22.961Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-06T00:56:22.961Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-06T00:56:22.961Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-06T00:56:22.961Z] Fetched 159 kB in 0s (0 B/s) [2021-02-06T00:56:22.961Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-06T00:56:22.961Z] Fetched 107 kB in 0s (0 B/s) [2021-02-06T00:56:22.961Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-06T00:56:22.961Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-06T00:56:22.961Z] Pulling static-packages [2021-02-06T00:56:23.221Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-06T00:56:23.221Z] Skipping pull go-build-helper (already ran) [2021-02-06T00:56:23.221Z] Skipping pull static-packages (already ran) [2021-02-06T00:56:23.221Z] Building go-build-helper [2021-02-06T00:56:27.445Z] Building static-packages [2021-02-06T00:56:28.831Z] Staging go-build-helper [2021-02-06T00:56:29.402Z] Staging static-packages [2021-02-06T00:56:30.437Z] Pulling go115 [2021-02-06T00:56:31.520Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-06T00:56:31.520Z] Skipping pull go115 (already ran) [2021-02-06T00:56:31.520Z] Building go115 [2021-02-06T00:56:31.520Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-06T00:56:31.520Z] Dload Upload Total Spent Left Speed [2021-02-06T00:56:34.273Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.9M 0 0 26.2M 0 0:00:04 --:--:-- 0:00:04 26.2M 47 115M 47 55.3M 0 0 35.3M 0 0:00:03 0:00:01 0:00:02 35.3M 85 115M 85 99.1M 0 0 38.6M 0 0:00:02 0:00:02 --:--:-- 38.6M 100 115M 100 115M 0 0 39.6M 0 0:00:02 0:00:02 --:--:-- 39.5M [2021-02-06T00:56:34.845Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-06T00:56:39.052Z] Staging go115 [2021-02-06T00:56:44.340Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-06T00:56:44.340Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-06T00:56:44.340Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-06T00:56:44.340Z] Fetched 0 B in 0s (0 B/s) [2021-02-06T00:56:44.340Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-06T00:56:44.340Z] Fetched 224 kB in 0s (0 B/s) [2021-02-06T00:56:44.340Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-06T00:56:44.340Z] Fetched 157 kB in 0s (0 B/s) [2021-02-06T00:56:44.340Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-06T00:56:44.341Z] Fetched 221 kB in 0s (0 B/s) [2021-02-06T00:56:44.341Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-06T00:56:44.341Z] Fetched 143 kB in 0s (0 B/s) [2021-02-06T00:56:44.341Z] Pulling edgex-go [2021-02-06T00:56:44.911Z] Pulling version [2021-02-06T00:56:45.855Z] Building config-common [2021-02-06T00:56:47.776Z] Skipping build go-build-helper (already ran) [2021-02-06T00:56:47.776Z] Skipping build static-packages (already ran) [2021-02-06T00:56:47.776Z] Skipping build go115 (already ran) [2021-02-06T00:56:47.776Z] Building edgex-go [2021-02-06T00:56:48.036Z] 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-02-06T00:56:48.982Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-06T00:56:48.982Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-06T00:56:48.982Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-06T00:56:48.982Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 [2021-02-06T00:56:48.982Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-06T00:56:49.247Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-06T00:56:49.247Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-06T00:56:49.247Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-06T00:56:49.247Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-06T00:56:49.247Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-06T00:56:49.247Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-06T00:56:49.247Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-06T00:56:49.247Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-06T00:56:49.247Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-06T00:56:49.247Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-06T00:56:49.247Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-06T00:56:49.247Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-06T00:56:49.247Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-06T00:56:49.247Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-06T00:56:49.247Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-06T00:56:49.247Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-06T00:56:49.247Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-06T00:56:49.247Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-06T00:56:49.247Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-06T00:56:49.247Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-06T00:56:49.247Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-06T00:56:49.247Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-06T00:56:49.247Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-06T00:56:49.247Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-06T00:56:49.247Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-06T00:56:49.247Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-06T00:56:49.247Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-06T00:56:49.515Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-06T00:56:49.515Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-06T00:56:49.515Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-06T00:56:49.515Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-06T00:56:49.515Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-06T00:56:49.515Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-06T00:56:49.515Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-06T00:56:56.093Z] 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-02-06T00:56:56.093Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-06T00:57:00.292Z] 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-02-06T00:57:01.239Z] 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-02-06T00:57:02.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-02-06T00:57:02.631Z] 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-02-06T00:57:02.631Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-06T00:57:02.891Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-06T00:57:02.891Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-06T00:57:02.891Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-06T00:57:04.277Z] 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-02-06T00:57:04.277Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-06T00:57:04.277Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-06T00:57:05.660Z] 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-02-06T00:57:06.602Z] 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-02-06T00:57:06.602Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-06T00:57:07.987Z] 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-02-06T00:57:08.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-06T00:57:09.498Z] 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-02-06T00:57:09.498Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-06T00:57:10.439Z] 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-02-06T00:57:10.439Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-06T00:57:12.981Z] Building version [2021-02-06T00:57:14.902Z] Staging config-common [2021-02-06T00:57:15.846Z] Skipping stage go-build-helper (already ran) [2021-02-06T00:57:15.846Z] Skipping stage static-packages (already ran) [2021-02-06T00:57:15.846Z] Skipping stage go115 (already ran) [2021-02-06T00:57:15.846Z] Staging edgex-go [2021-02-06T00:57:16.789Z] Staging version [2021-02-06T00:57:17.734Z] Priming config-common [2021-02-06T00:57:18.677Z] Priming go-build-helper [2021-02-06T00:57:19.250Z] Priming static-packages [2021-02-06T00:57:21.813Z] Priming go115 [2021-02-06T00:57:22.402Z] Priming edgex-go [2021-02-06T00:57:23.814Z] Priming version [2021-02-06T00:57:24.390Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-06T00:57:28.609Z] provisioning config files... [2021-02-06T00:57:28.658Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config4624256160420600702tmp [Pipeline] { [Pipeline] sh [2021-02-06T00:57:29.080Z] + set +x [2021-02-06T00:57:29.080Z] + curl -s https://codecov.io/bash [2021-02-06T00:57:29.080Z] + bash -s -- [2021-02-06T00:57:29.668Z] [2021-02-06T00:57:29.668Z] _____ _ [2021-02-06T00:57:29.668Z] / ____| | | [2021-02-06T00:57:29.668Z] | | ___ __| | ___ ___ _____ __ [2021-02-06T00:57:29.668Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-06T00:57:29.668Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-06T00:57:29.668Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-06T00:57:29.668Z] Bash-20210129-7c25fce [2021-02-06T00:57:29.668Z] [2021-02-06T00:57:29.668Z] [2021-02-06T00:57:29.668Z] ==> git version 2.24.3 found [2021-02-06T00:57:29.668Z] ==> 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-02-06T00:57:29.668Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-06T00:57:29.668Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-06T00:57:29.668Z] ==> Jenkins CI detected. [2021-02-06T00:57:29.668Z] project root: . [2021-02-06T00:57:29.668Z] --> token set from env [2021-02-06T00:57:29.668Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-06T00:57:29.668Z] ==> Running gcov in . (disable via -X gcov) [2021-02-06T00:57:29.941Z] ==> Python coveragepy not found [2021-02-06T00:57:29.941Z] ==> Searching for coverage reports in: [2021-02-06T00:57:29.941Z] + . [2021-02-06T00:57:29.941Z] -> Found 1 reports [2021-02-06T00:57:29.941Z] ==> Detecting git/mercurial file structure [2021-02-06T00:57:29.941Z] ==> Reading reports [2021-02-06T00:57:29.941Z] + ./coverage.out bytes=587103 [2021-02-06T00:57:29.941Z] ==> Appending adjustments [2021-02-06T00:57:29.941Z] https://docs.codecov.io/docs/fixing-reports [2021-02-06T00:57:35.565Z] + Found adjustments [2021-02-06T00:57:35.565Z] ==> Gzipping contents [2021-02-06T00:57:35.565Z] 88K /tmp/codecov.wgBiPv.gz [2021-02-06T00:57:35.565Z] ==> Uploading reports [2021-02-06T00:57:35.565Z] url: https://codecov.io [2021-02-06T00:57:35.565Z] query: branch=PR-3113&commit=ad72fea3fceed8a04ec638e58c84fc6aeef660bf&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-06T00:57:35.565Z] -> Pinging Codecov [2021-02-06T00:57:35.565Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=ad72fea3fceed8a04ec638e58c84fc6aeef660bf&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-06T00:57:36.162Z] -> Uploading to [2021-02-06T00:57:36.162Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-06/00271124DB129430A58F1EEE437C3FCB/ad72fea3fceed8a04ec638e58c84fc6aeef660bf/313e6646-27d1-48b9-b225-e77797a056e1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210206T005735Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=427ff30a3cc09650e721e9da790077b4ca168d7ca175e146b4d43e8c242e068f [2021-02-06T00:57:36.162Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-06T00:57:36.162Z] Dload Upload Total Spent Left Speed [2021-02-06T00:57:36.768Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88296 0 0 100 88296 0 151k --:--:-- --:--:-- --:--:-- 151k [2021-02-06T00:57:36.768Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ad72fea3fceed8a04ec638e58c84fc6aeef660bf [Pipeline] } [2021-02-06T00:57:36.782Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-06T00:57:38.816Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:57:40.320Z] ---> package-listing.sh [2021-02-06T00:57:40.320Z] ++ facter osfamily [2021-02-06T00:57:40.320Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-06T00:57:40.590Z] + OS_FAMILY=redhat [2021-02-06T00:57:40.591Z] + workspace=/w/workspace/edgex-go/13 [2021-02-06T00:57:40.591Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-06T00:57:40.591Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-06T00:57:40.591Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-06T00:57:40.591Z] + PACKAGES=/tmp/packages_start.txt [2021-02-06T00:57:40.591Z] + '[' /w/workspace/edgex-go/13 ']' [2021-02-06T00:57:40.591Z] + PACKAGES=/tmp/packages_end.txt [2021-02-06T00:57:40.591Z] + case "${OS_FAMILY}" in [2021-02-06T00:57:40.591Z] + rpm -qa [2021-02-06T00:57:40.591Z] + sort [2021-02-06T00:57:47.262Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-06T00:57:47.262Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-06T00:57:47.262Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-06T00:57:47.262Z] + '[' /w/workspace/edgex-go/13 ']' [2021-02-06T00:57:47.262Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2021-02-06T00:57:47.262Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2021-02-06T00:57:47.278Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-06T00:57:47.599Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:57:48.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-06T00:57:48.538Z] [2021-02-06T00:57:48.538Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:57:49.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-06T00:57:49.206Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-06T00:57:49.206Z] df20fa9351a1: Pulling fs layer [2021-02-06T00:57:49.206Z] 36b3adc4ff6f: Pulling fs layer [2021-02-06T00:57:49.206Z] 8ad3a11d3b57: Pulling fs layer [2021-02-06T00:57:49.206Z] 46f8f816bc3b: Pulling fs layer [2021-02-06T00:57:49.206Z] 93b61091891f: Pulling fs layer [2021-02-06T00:57:49.206Z] 93b9cdb0e59b: Pulling fs layer [2021-02-06T00:57:49.206Z] 5e14af77c1be: Pulling fs layer [2021-02-06T00:57:49.206Z] 01666e4c0597: Pulling fs layer [2021-02-06T00:57:49.206Z] aa168da1d23b: Pulling fs layer [2021-02-06T00:57:49.206Z] 46f8f816bc3b: Waiting [2021-02-06T00:57:49.206Z] 93b61091891f: Waiting [2021-02-06T00:57:49.206Z] 93b9cdb0e59b: Waiting [2021-02-06T00:57:49.206Z] 5e14af77c1be: Waiting [2021-02-06T00:57:49.206Z] 01666e4c0597: Waiting [2021-02-06T00:57:49.206Z] aa168da1d23b: Waiting [2021-02-06T00:57:49.494Z] 36b3adc4ff6f: Download complete [2021-02-06T00:57:49.494Z] 46f8f816bc3b: Verifying Checksum [2021-02-06T00:57:49.494Z] 46f8f816bc3b: Download complete [2021-02-06T00:57:49.494Z] df20fa9351a1: Verifying Checksum [2021-02-06T00:57:49.494Z] df20fa9351a1: Download complete [2021-02-06T00:57:49.494Z] 93b9cdb0e59b: Verifying Checksum [2021-02-06T00:57:49.494Z] 93b9cdb0e59b: Download complete [2021-02-06T00:57:49.494Z] 5e14af77c1be: Download complete [2021-02-06T00:57:49.494Z] 93b61091891f: Verifying Checksum [2021-02-06T00:57:49.494Z] 93b61091891f: Download complete [2021-02-06T00:57:49.494Z] 01666e4c0597: Verifying Checksum [2021-02-06T00:57:49.494Z] 01666e4c0597: Download complete [2021-02-06T00:57:50.125Z] df20fa9351a1: Pull complete [2021-02-06T00:57:50.398Z] 8ad3a11d3b57: Verifying Checksum [2021-02-06T00:57:50.398Z] 8ad3a11d3b57: Download complete [2021-02-06T00:57:50.668Z] 36b3adc4ff6f: Pull complete [2021-02-06T00:57:52.132Z] 8ad3a11d3b57: Pull complete [2021-02-06T00:57:52.402Z] 46f8f816bc3b: Pull complete [2021-02-06T00:57:53.860Z] aa168da1d23b: Verifying Checksum [2021-02-06T00:57:53.860Z] aa168da1d23b: Download complete [2021-02-06T00:57:54.443Z] 93b61091891f: Pull complete [2021-02-06T00:57:54.790Z] 93b9cdb0e59b: Pull complete [2021-02-06T00:57:54.790Z] 5e14af77c1be: Pull complete [2021-02-06T00:57:55.434Z] 01666e4c0597: Pull complete [2021-02-06T00:58:14.109Z] aa168da1d23b: Pull complete [2021-02-06T00:58:14.109Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-06T00:58:14.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-06T00:58:14.109Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-06T00:58:14.473Z] prd-centos7-docker-4c-2g-25288 does not seem to be running inside a container [2021-02-06T00:58:14.565Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-06T00:58:19.425Z] $ docker top a6549c8822943f442e9911bfa5ed6572b81007094a6e3fe97c4a11d159362f63 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:58:20.660Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-06T00:58:21.359Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-06T00:58:21.727Z] + ls /var/log/sa-host [2021-02-06T00:58:21.728Z] + sadf -c /var/log/sa-host/sa06 [2021-02-06T00:58:21.728Z] file_magic: OK [2021-02-06T00:58:21.728Z] HZ: Using current value: 100 [2021-02-06T00:58:21.728Z] file_header: OK [2021-02-06T00:58:21.728Z] 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-02-06T00:58:21.728Z] Statistics: [2021-02-06T00:58:21.728Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-06T00:58:21.728Z] File successfully converted to sysstat format version 12.2.1 [2021-02-06T00:58:21.728Z] + sadf -c /var/log/sa-host/sa23 [2021-02-06T00:58:21.728Z] file_magic: OK [2021-02-06T00:58:21.728Z] HZ: Using current value: 100 [2021-02-06T00:58:21.728Z] file_header: OK [2021-02-06T00:58:21.728Z] 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-02-06T00:58:21.728Z] Statistics: [2021-02-06T00:58:21.728Z] Hnuu...uuuununununu... [2021-02-06T00:58:21.728Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-06T00:58:22.420Z] provisioning config files... [2021-02-06T00:58:22.455Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config2553507991989418460tmp [Pipeline] { [Pipeline] echo [2021-02-06T00:58:22.538Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:58:23.258Z] ---> create-netrc.sh [Pipeline] } [2021-02-06T00:58:23.272Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-06T00:58:23.380Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:58:23.722Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-06T00:58:23.744Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:58:24.113Z] ---> sudo-logs.sh [2021-02-06T00:58:24.113Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-06T00:58:24.397Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:58:24.749Z] ---> job-cost.sh [2021-02-06T00:58:25.033Z] lf-activate-venv: SKIPPING [2021-02-06T00:58:25.033Z] INFO: No Stack... [2021-02-06T00:58:26.480Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-06T00:58:27.440Z] INFO: Archiving Costs [Pipeline] echo [2021-02-06T00:58:27.456Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:58:27.804Z] ---> logs-deploy.sh [2021-02-06T00:58:27.804Z] lf-activate-venv: SKIPPING [2021-02-06T00:58:27.804Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/13 [2021-02-06T00:58:27.804Z] INFO: archiving workspace using pattern(s): [2021-02-06T00:58:31.412Z] Archives upload complete. [2021-02-06T00:58:31.412Z] INFO: archiving logs to Nexus [2021-02-06T00:58:32.969Z] ---> uname -a: [2021-02-06T00:58:32.969Z] Linux prd-centos7-docker-4c-2g-25288.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-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] ---> lscpu: [2021-02-06T00:58:32.969Z] Architecture: x86_64 [2021-02-06T00:58:32.969Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-06T00:58:32.969Z] Byte Order: Little Endian [2021-02-06T00:58:32.969Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-06T00:58:32.969Z] CPU(s): 4 [2021-02-06T00:58:32.969Z] On-line CPU(s) list: 0-3 [2021-02-06T00:58:32.969Z] Thread(s) per core: 1 [2021-02-06T00:58:32.969Z] Core(s) per socket: 1 [2021-02-06T00:58:32.969Z] Socket(s): 4 [2021-02-06T00:58:32.969Z] NUMA node(s): 1 [2021-02-06T00:58:32.969Z] Vendor ID: GenuineIntel [2021-02-06T00:58:32.969Z] CPU family: 6 [2021-02-06T00:58:32.969Z] Model: 44 [2021-02-06T00:58:32.969Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-06T00:58:32.969Z] Stepping: 1 [2021-02-06T00:58:32.969Z] CPU MHz: 2933.438 [2021-02-06T00:58:32.969Z] BogoMIPS: 5866.87 [2021-02-06T00:58:32.969Z] Virtualization: VT-x [2021-02-06T00:58:32.969Z] Hypervisor vendor: KVM [2021-02-06T00:58:32.969Z] Virtualization type: full [2021-02-06T00:58:32.969Z] L1d cache: 128 KiB [2021-02-06T00:58:32.969Z] L1i cache: 128 KiB [2021-02-06T00:58:32.969Z] L2 cache: 16 MiB [2021-02-06T00:58:32.969Z] L3 cache: 64 MiB [2021-02-06T00:58:32.969Z] NUMA node0 CPU(s): 0-3 [2021-02-06T00:58:32.969Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-06T00:58:32.969Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-06T00:58:32.969Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-06T00:58:32.969Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-06T00:58:32.969Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-06T00:58:32.969Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-06T00:58:32.969Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-06T00:58:32.969Z] Vulnerability Srbds: Not affected [2021-02-06T00:58:32.969Z] Vulnerability Tsx async abort: Not affected [2021-02-06T00:58:32.969Z] 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-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] ---> nproc: [2021-02-06T00:58:32.969Z] 4 [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] ---> df -h: [2021-02-06T00:58:32.969Z] Filesystem Size Used Available Use% Mounted on [2021-02-06T00:58:32.969Z] overlay 50.0G 13.0G 37.0G 26% / [2021-02-06T00:58:32.969Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-06T00:58:32.969Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-06T00:58:32.969Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-06T00:58:32.969Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-02-06T00:58:32.969Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-02-06T00:58:32.969Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-02-06T00:58:32.969Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-02-06T00:58:32.969Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-02-06T00:58:32.969Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-02-06T00:58:32.969Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-02-06T00:58:32.969Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-02-06T00:58:32.969Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/13 [2021-02-06T00:58:32.969Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/13@tmp [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] ---> free -m: [2021-02-06T00:58:32.969Z] total used free shared buff/cache available [2021-02-06T00:58:32.969Z] Mem: 1837 668 298 0 870 1088 [2021-02-06T00:58:32.969Z] Swap: 1023 95 928 [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] ---> ip addr: [2021-02-06T00:58:32.969Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-06T00:58:32.969Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-06T00:58:32.969Z] inet 127.0.0.1/8 scope host lo [2021-02-06T00:58:32.969Z] valid_lft forever preferred_lft forever [2021-02-06T00:58:32.969Z] inet6 ::1/128 scope host [2021-02-06T00:58:32.969Z] valid_lft forever preferred_lft forever [2021-02-06T00:58:32.969Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-06T00:58:32.969Z] link/ether fa:16:3e:40:e9:8c brd ff:ff:ff:ff:ff:ff [2021-02-06T00:58:32.969Z] inet 10.30.122.51/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-06T00:58:32.969Z] valid_lft 84684sec preferred_lft 84684sec [2021-02-06T00:58:32.969Z] inet6 fe80::f816:3eff:fe40:e98c/64 scope link [2021-02-06T00:58:32.969Z] valid_lft forever preferred_lft forever [2021-02-06T00:58:32.969Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-06T00:58:32.969Z] link/ether 02:42:73:f2:a5:dc brd ff:ff:ff:ff:ff:ff [2021-02-06T00:58:32.969Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-06T00:58:32.969Z] valid_lft forever preferred_lft forever [2021-02-06T00:58:32.969Z] inet6 fe80::42:73ff:fef2:a5dc/64 scope link [2021-02-06T00:58:32.969Z] valid_lft forever preferred_lft forever [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] ---> sar -b -r -n DEV: [2021-02-06T00:58:32.969Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/06/21 _x86_64_ (4 CPU) [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] 00:29:42 LINUX RESTART (4 CPU) [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-06T00:58:32.969Z] 00:32:01 58.96 13.72 45.24 0.00 4802.53 7772.75 0.00 [2021-02-06T00:58:32.969Z] 00:33:01 77.36 54.80 22.56 0.00 4721.01 12560.11 0.00 [2021-02-06T00:58:32.969Z] 00:34:01 134.34 42.18 92.16 0.00 1766.20 31775.74 0.00 [2021-02-06T00:58:32.969Z] 00:35:02 181.39 58.85 122.53 0.00 2468.51 17380.56 0.00 [2021-02-06T00:58:32.969Z] 00:36:01 87.98 32.76 55.21 0.00 1475.41 5880.78 0.00 [2021-02-06T00:58:32.969Z] 00:37:02 52.15 15.69 36.46 0.00 660.40 5298.12 0.00 [2021-02-06T00:58:32.969Z] 00:38:01 69.60 34.54 35.06 0.00 1529.37 2177.38 0.00 [2021-02-06T00:58:32.969Z] 00:39:01 75.19 28.66 46.52 0.00 1973.91 4296.85 0.00 [2021-02-06T00:58:32.969Z] 00:40:01 34.03 8.19 25.84 0.00 388.30 11385.93 0.00 [2021-02-06T00:58:32.969Z] 00:41:04 224.65 81.55 143.10 0.00 29244.44 87705.51 0.00 [2021-02-06T00:58:32.969Z] 00:42:02 876.85 719.68 157.17 0.00 65936.30 70803.65 0.00 [2021-02-06T00:58:32.969Z] 00:43:05 1774.57 1621.57 153.00 0.00 94651.06 101131.68 0.00 [2021-02-06T00:58:32.969Z] 00:44:03 907.26 800.91 106.36 0.00 44130.75 49238.97 0.00 [2021-02-06T00:58:32.969Z] 00:45:01 149.73 47.09 102.64 0.00 4716.36 20341.94 0.00 [2021-02-06T00:58:32.969Z] 00:46:04 242.05 82.73 159.32 0.00 30186.96 74333.04 0.00 [2021-02-06T00:58:32.969Z] 00:47:02 824.42 731.83 92.59 0.00 46401.80 51376.00 0.00 [2021-02-06T00:58:32.969Z] 00:48:08 1297.30 1184.09 113.21 0.00 63284.20 67153.12 0.00 [2021-02-06T00:58:32.969Z] 00:49:02 991.53 891.48 100.06 0.00 49181.22 52832.97 0.00 [2021-02-06T00:58:32.969Z] 00:50:01 175.49 60.64 114.85 0.00 7977.10 20715.54 0.00 [2021-02-06T00:58:32.969Z] 00:51:01 164.14 14.54 149.60 0.00 1046.33 22842.32 0.00 [2021-02-06T00:58:32.969Z] 00:52:01 55.33 21.73 33.60 0.00 3017.87 1212.38 0.00 [2021-02-06T00:58:32.969Z] 00:53:01 1.68 0.35 1.33 0.00 4.39 19.41 0.00 [2021-02-06T00:58:32.969Z] 00:54:01 0.85 0.67 0.18 0.00 10.78 2.01 0.00 [2021-02-06T00:58:32.969Z] 00:55:02 0.42 0.15 0.27 0.00 2.13 3.11 0.00 [2021-02-06T00:58:32.969Z] 00:56:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 [2021-02-06T00:58:32.969Z] 00:57:01 0.33 0.02 0.32 0.00 0.13 3.38 0.00 [2021-02-06T00:58:32.969Z] 00:58:01 125.42 79.91 45.51 0.00 6561.78 9689.03 0.00 [2021-02-06T00:58:32.969Z] Average: 319.87 247.16 72.71 0.00 17401.96 27256.05 0.00 [2021-02-06T00:58:32.969Z] [2021-02-06T00:58:32.969Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-06T00:58:32.969Z] 00:32:01 75080 0 664844 35.34 2620 1139000 1376580 46.98 519740 1080436 48700 [2021-02-06T00:58:32.969Z] 00:33:01 121916 0 646972 34.39 2620 1110036 1505976 51.40 625444 928412 108660 [2021-02-06T00:58:32.969Z] 00:34:01 80708 0 693452 36.86 2180 1105204 1462228 49.90 569340 988500 53836 [2021-02-06T00:58:32.969Z] 00:35:02 293096 0 692788 36.82 1492 894168 1370860 46.79 468648 842016 48 [2021-02-06T00:58:32.969Z] 00:36:01 268048 0 760392 40.41 1356 851748 1674304 57.14 579056 756004 45580 [2021-02-06T00:58:32.969Z] 00:37:02 171260 0 771756 41.02 776 937752 1825292 62.29 667736 754956 51152 [2021-02-06T00:58:32.969Z] 00:38:01 232492 0 772488 41.06 732 875832 1540788 52.58 616156 744088 72200 [2021-02-06T00:58:32.969Z] 00:39:01 230460 0 773308 41.10 632 877144 1666384 56.87 641244 715964 48064 [2021-02-06T00:58:32.970Z] 00:40:01 136948 0 732832 38.95 632 1011132 1584908 54.09 603788 863840 51664 [2021-02-06T00:58:32.970Z] 00:41:04 72220 0 807336 42.91 96 1001892 2319716 79.17 715396 873244 89988 [2021-02-06T00:58:32.970Z] 00:42:02 340872 0 708468 37.65 4 832200 1726256 58.91 575880 745844 8 [2021-02-06T00:58:32.970Z] 00:43:05 70824 0 815272 43.33 4 995444 2315672 79.03 755932 818676 47588 [2021-02-06T00:58:32.970Z] 00:44:03 338368 0 1013572 53.87 4 529600 4007360 136.76 654896 620452 29028 [2021-02-06T00:58:32.970Z] 00:45:01 375276 0 723356 38.44 4 782908 1751144 59.76 525740 722772 3640 [2021-02-06T00:58:32.970Z] 00:46:04 69000 0 753588 40.05 4 1058952 2193156 74.85 715032 864960 53860 [2021-02-06T00:58:32.970Z] 00:47:02 539204 0 597280 31.74 4 745056 1368736 46.71 450872 678076 36 [2021-02-06T00:58:32.970Z] 00:48:08 78572 0 730716 38.84 4 1072252 2173420 74.18 770916 805628 92100 [2021-02-06T00:58:32.970Z] 00:49:02 75592 0 1062224 56.45 4 743724 3795128 129.52 845448 700372 10352 [2021-02-06T00:58:32.970Z] 00:50:01 428384 0 642832 34.17 4 810324 1688984 57.64 507924 702924 9144 [2021-02-06T00:58:32.970Z] 00:51:01 167740 0 665308 35.36 4 1048492 1574932 53.75 602760 844128 36 [2021-02-06T00:58:32.970Z] 00:52:01 147900 0 591872 31.46 4 1141768 1308344 44.65 584308 890076 8 [2021-02-06T00:58:32.970Z] 00:53:01 158480 0 581284 30.89 4 1141776 1173172 40.04 577052 889568 8 [2021-02-06T00:58:32.970Z] 00:54:01 158112 0 581644 30.91 4 1141784 1173256 40.04 577504 889892 8 [2021-02-06T00:58:32.970Z] 00:55:02 158836 0 580916 30.87 4 1141788 1173004 40.03 576736 889944 8 [2021-02-06T00:58:32.970Z] 00:56:01 159208 0 580532 30.85 4 1141800 1173088 40.04 576812 889960 8 [2021-02-06T00:58:32.970Z] 00:57:01 159304 0 580428 30.85 4 1141808 1173088 40.04 576964 889960 8 [2021-02-06T00:58:32.970Z] 00:58:01 70832 0 668912 35.55 4 1141796 1648280 56.25 709544 825904 68172 [2021-02-06T00:58:32.970Z] Average: 191805 0 710903 37.78 489 978347 1768298 60.35 614477 822837 32737 [2021-02-06T00:58:32.970Z] [2021-02-06T00:58:32.970Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-06T00:58:32.970Z] 00:32:01 veth09486d8 207.96 165.16 23.78 829.44 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:32:01 eth0 566.61 545.44 3204.50 83.21 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:32:01 docker0 207.96 165.03 20.94 829.43 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:33:01 eth0 508.46 652.53 1854.14 64.94 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:33:01 docker0 639.81 477.63 48.45 1833.27 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:34:01 veth7253cc4 44.21 57.45 2.97 284.28 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:34:01 eth0 355.88 291.79 3108.66 50.77 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:34:01 docker0 44.21 57.32 2.37 284.26 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:35:02 vethcdac7af 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:35:02 eth0 176.24 111.26 569.38 51.85 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:35:02 docker0 86.99 142.64 6.40 542.31 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:36:01 vethcdac7af 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:36:01 eth0 13.44 7.79 9.07 4.92 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:37:02 vethcdac7af 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:37:02 eth0 31.96 24.97 20.52 40.20 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:37:02 docker0 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:38:01 vethcdac7af 1.42 1.42 0.11 0.11 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:38:01 eth0 16.53 12.96 12.19 6.87 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:38:01 docker0 1.42 1.42 0.09 0.11 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:39:01 vethcdac7af 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:39:01 eth0 22.02 18.24 14.11 41.70 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:40:01 eth0 189.43 146.24 1687.25 47.97 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:41:04 veth9fa235d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:41:04 eth0 24.89 20.02 24.06 29.40 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:41:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:41:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:42:02 veth9fa235d 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:42:02 eth0 38.35 19.32 160.56 5.61 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:42:02 docker0 10.89 26.87 0.57 151.78 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:43:05 veth9fa235d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:43:05 eth0 8.33 6.26 6.38 3.53 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:43:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:43:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:44:03 veth1912181 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:44:03 veth9fa235d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:44:03 eth0 11.59 11.97 4.76 34.34 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:44:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:45:01 veth10990a1 3.47 6.47 0.23 33.41 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:45:01 veth9fa235d 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:45:01 veth5140807 2.92 6.30 0.20 30.77 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:45:01 eth0 55.04 33.70 231.83 7.46 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:46:04 veth9fa235d 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:46:04 eth0 35.34 27.19 25.64 38.99 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:46:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:46:04 docker0 965.52 865.04 76.34 3641.90 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:47:02 veth9fa235d 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:47:02 eth0 24.14 17.88 125.71 3.23 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:47:02 docker0 13.89 18.89 0.76 121.56 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:48:08 veth9fa235d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:48:08 eth0 15.10 13.06 7.28 28.76 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:48:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:48:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:49:02 veth9fa235d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:49:02 veth6b37ac7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:49:02 veth3b61e85 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:49:02 eth0 4.77 3.44 3.66 2.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:50:01 vethdf542e9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:50:01 veth9fa235d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:50:01 vethae646b3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:50:01 eth0 66.18 49.09 637.62 8.88 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:51:01 veth9fa235d 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:51:01 veth6a46d23 0.28 0.32 0.04 0.44 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:51:01 eth0 171.24 117.02 1049.97 74.42 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:51:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:52:01 eth0 43.25 30.85 79.26 35.99 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:52:01 docker0 1069.20 1012.28 83.62 4407.46 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:53:01 eth0 1.18 0.28 0.35 0.20 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:54:01 eth0 0.68 0.23 0.30 0.20 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:55:02 eth0 0.22 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:56:01 eth0 0.20 0.14 0.09 0.08 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:57:01 eth0 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:58:01 eth0 211.36 184.48 2172.45 58.02 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] Average: eth0 96.26 87.15 556.73 27.02 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] Average: docker0 39.66 37.55 3.10 163.48 0.00 0.00 0.00 0.00 [2021-02-06T00:58:32.970Z] [2021-02-06T00:58:32.970Z] [2021-02-06T00:58:32.970Z] ---> sar -P ALL: [2021-02-06T00:58:32.970Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/06/21 _x86_64_ (4 CPU) [2021-02-06T00:58:32.970Z] [2021-02-06T00:58:32.970Z] 00:29:42 LINUX RESTART (4 CPU) [2021-02-06T00:58:32.970Z] [2021-02-06T00:58:32.970Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-02-06T00:58:32.970Z] 00:32:01 all 5.99 0.00 3.68 1.06 16.55 72.73 [2021-02-06T00:58:32.970Z] 00:32:01 0 4.13 0.00 3.13 0.70 18.43 73.61 [2021-02-06T00:58:32.970Z] 00:32:01 1 6.57 0.00 4.00 1.15 16.18 72.10 [2021-02-06T00:58:32.970Z] 00:32:01 2 5.98 0.00 3.05 0.20 15.54 75.23 [2021-02-06T00:58:32.970Z] 00:32:01 3 7.31 0.00 4.55 2.23 15.99 69.92 [2021-02-06T00:58:32.970Z] 00:33:01 all 6.15 0.00 2.50 0.88 14.38 76.08 [2021-02-06T00:58:32.970Z] 00:33:01 0 6.62 0.00 2.73 1.14 15.49 74.02 [2021-02-06T00:58:32.970Z] 00:33:01 1 6.36 0.00 1.98 0.87 15.38 75.41 [2021-02-06T00:58:32.970Z] 00:33:01 2 6.99 0.00 2.82 0.22 12.26 77.71 [2021-02-06T00:58:32.970Z] 00:33:01 3 4.69 0.00 2.51 1.30 14.33 77.17 [2021-02-06T00:58:32.970Z] 00:34:01 all 3.43 0.00 3.00 0.95 18.99 73.63 [2021-02-06T00:58:32.970Z] 00:34:01 0 3.93 0.00 3.18 0.71 20.72 71.46 [2021-02-06T00:58:32.970Z] 00:34:01 1 2.73 0.00 2.88 0.74 18.82 74.84 [2021-02-06T00:58:32.970Z] 00:34:01 2 3.73 0.00 2.80 0.92 17.62 74.93 [2021-02-06T00:58:32.970Z] 00:34:01 3 3.35 0.00 3.14 1.41 18.85 73.25 [2021-02-06T00:58:32.970Z] 00:35:02 all 4.45 0.00 5.31 5.32 17.13 67.79 [2021-02-06T00:58:32.970Z] 00:35:02 0 4.05 0.00 5.04 4.44 18.53 67.94 [2021-02-06T00:58:32.970Z] 00:35:02 1 4.11 0.00 4.66 5.19 15.97 70.07 [2021-02-06T00:58:32.970Z] 00:35:02 2 5.26 0.00 6.70 6.86 16.24 64.95 [2021-02-06T00:58:32.970Z] 00:35:02 3 4.40 0.00 4.88 4.85 17.74 68.13 [2021-02-06T00:58:32.970Z] 00:36:01 all 33.06 0.00 10.40 2.38 31.72 22.44 [2021-02-06T00:58:32.970Z] 00:36:01 0 36.77 0.00 11.19 2.36 32.97 16.70 [2021-02-06T00:58:32.970Z] 00:36:01 1 33.58 0.00 10.35 2.32 29.53 24.22 [2021-02-06T00:58:32.970Z] 00:36:01 2 31.41 0.00 9.85 2.86 33.20 22.69 [2021-02-06T00:58:32.970Z] 00:36:01 3 30.71 0.00 10.28 1.95 31.24 25.82 [2021-02-06T00:58:32.970Z] 00:37:02 all 25.28 0.00 9.22 1.48 37.75 26.27 [2021-02-06T00:58:32.970Z] 00:37:02 0 31.70 0.00 11.39 0.81 35.87 20.23 [2021-02-06T00:58:32.971Z] 00:37:02 1 25.84 0.00 8.11 2.16 37.18 26.71 [2021-02-06T00:58:32.971Z] 00:37:02 2 22.32 0.00 8.65 1.64 38.32 29.08 [2021-02-06T00:58:32.971Z] 00:37:02 3 21.91 0.00 8.93 1.27 39.45 28.44 [2021-02-06T00:58:32.971Z] 00:38:01 all 26.22 0.00 11.04 3.47 39.35 19.92 [2021-02-06T00:58:32.971Z] 00:38:01 0 35.00 0.00 14.69 3.34 36.56 10.40 [2021-02-06T00:58:32.971Z] 00:38:01 1 27.42 0.00 10.43 3.04 37.58 21.53 [2021-02-06T00:58:32.971Z] 00:38:01 2 19.93 0.00 9.21 4.32 42.26 24.28 [2021-02-06T00:58:32.971Z] 00:38:01 3 23.84 0.00 10.32 3.13 40.50 22.22 [2021-02-06T00:58:32.971Z] 00:39:01 all 19.42 0.00 10.07 2.34 37.35 30.82 [2021-02-06T00:58:32.971Z] 00:39:01 0 22.63 0.00 12.13 3.07 37.96 24.21 [2021-02-06T00:58:32.971Z] 00:39:01 1 18.76 0.00 8.84 2.14 37.70 32.56 [2021-02-06T00:58:32.971Z] 00:39:01 2 18.48 0.00 10.49 1.89 36.30 32.84 [2021-02-06T00:58:32.971Z] 00:39:01 3 17.93 0.00 8.95 2.30 37.42 33.39 [2021-02-06T00:58:32.971Z] 00:40:01 all 11.18 0.00 7.58 0.42 30.22 50.60 [2021-02-06T00:58:32.971Z] 00:40:01 0 11.30 0.00 7.86 0.23 31.27 49.34 [2021-02-06T00:58:32.971Z] 00:40:01 1 10.86 0.00 6.84 0.65 31.44 50.20 [2021-02-06T00:58:32.971Z] 00:40:01 2 12.10 0.00 8.26 0.70 29.56 49.38 [2021-02-06T00:58:32.971Z] 00:40:01 3 10.48 0.00 7.36 0.08 28.60 53.48 [2021-02-06T00:58:32.971Z] 00:41:04 all 5.90 0.00 7.42 12.05 34.86 39.77 [2021-02-06T00:58:32.971Z] 00:41:04 0 4.34 0.00 7.12 11.04 34.99 42.51 [2021-02-06T00:58:32.971Z] 00:41:04 1 7.81 0.00 8.08 11.94 35.58 36.59 [2021-02-06T00:58:32.971Z] 00:41:04 2 5.17 0.00 6.66 11.86 34.77 41.53 [2021-02-06T00:58:32.971Z] 00:41:04 3 6.32 0.00 7.84 13.40 34.08 38.36 [2021-02-06T00:58:32.971Z] 00:42:02 all 11.43 0.00 11.84 11.07 36.69 28.98 [2021-02-06T00:58:32.971Z] 00:42:02 0 11.75 0.00 11.45 12.71 36.32 27.78 [2021-02-06T00:58:32.971Z] 00:42:02 1 10.91 0.00 12.03 10.04 37.30 29.73 [2021-02-06T00:58:32.971Z] 00:42:02 2 10.86 0.00 11.82 10.50 37.12 29.69 [2021-02-06T00:58:32.971Z] 00:42:02 3 12.21 0.00 12.06 11.03 35.99 28.70 [2021-02-06T00:58:32.971Z] [2021-02-06T00:58:32.971Z] 00:42:02 CPU %user %nice %system %iowait %steal %idle [2021-02-06T00:58:32.971Z] 00:43:05 all 4.58 0.00 7.09 33.47 35.65 19.21 [2021-02-06T00:58:32.971Z] 00:43:05 0 4.56 0.00 7.43 35.17 35.78 17.06 [2021-02-06T00:58:32.971Z] 00:43:05 1 4.05 0.00 6.41 31.83 34.84 22.87 [2021-02-06T00:58:32.971Z] 00:43:05 2 5.30 0.00 7.62 34.24 35.72 17.12 [2021-02-06T00:58:32.971Z] 00:43:05 3 4.42 0.00 6.91 32.69 36.26 19.72 [2021-02-06T00:58:32.971Z] 00:44:03 all 22.69 0.00 9.47 16.87 34.20 16.77 [2021-02-06T00:58:32.971Z] 00:44:03 0 21.85 0.00 9.91 16.95 34.92 16.37 [2021-02-06T00:58:32.971Z] 00:44:03 1 22.57 0.00 9.18 18.00 33.75 16.50 [2021-02-06T00:58:32.971Z] 00:44:03 2 23.24 0.00 9.30 17.11 33.98 16.37 [2021-02-06T00:58:32.971Z] 00:44:03 3 23.12 0.00 9.48 15.44 34.11 17.85 [2021-02-06T00:58:32.971Z] 00:45:01 all 47.45 0.00 11.67 4.24 26.29 10.35 [2021-02-06T00:58:32.971Z] 00:45:01 0 47.62 0.00 12.12 3.93 26.09 10.24 [2021-02-06T00:58:32.971Z] 00:45:01 1 47.13 0.00 10.02 4.52 27.67 10.65 [2021-02-06T00:58:32.971Z] 00:45:01 2 46.89 0.00 12.81 3.16 25.74 11.40 [2021-02-06T00:58:32.971Z] 00:45:01 3 48.18 0.00 11.71 5.34 25.65 9.12 [2021-02-06T00:58:32.971Z] 00:46:04 all 5.35 0.00 6.82 15.64 43.17 29.03 [2021-02-06T00:58:32.971Z] 00:46:04 0 5.22 0.00 6.98 16.49 43.93 27.39 [2021-02-06T00:58:32.971Z] 00:46:04 1 5.23 0.00 6.46 15.14 42.60 30.57 [2021-02-06T00:58:32.971Z] 00:46:04 2 5.61 0.00 7.49 15.30 42.61 29.00 [2021-02-06T00:58:32.971Z] 00:46:04 3 5.35 0.00 6.36 15.64 43.55 29.10 [2021-02-06T00:58:32.971Z] 00:47:02 all 6.56 0.00 5.87 10.23 43.69 33.66 [2021-02-06T00:58:32.971Z] 00:47:02 0 6.39 0.00 6.20 11.56 44.37 31.49 [2021-02-06T00:58:32.971Z] 00:47:02 1 6.44 0.00 5.31 9.21 43.05 35.99 [2021-02-06T00:58:32.971Z] 00:47:02 2 7.19 0.00 6.15 8.94 43.28 34.44 [2021-02-06T00:58:32.971Z] 00:47:02 3 6.21 0.00 5.81 11.20 44.04 32.73 [2021-02-06T00:58:32.971Z] 00:48:08 all 2.93 0.00 5.06 35.83 31.92 24.26 [2021-02-06T00:58:32.971Z] 00:48:08 0 2.62 0.00 4.39 29.10 32.49 31.39 [2021-02-06T00:58:32.971Z] 00:48:08 1 3.03 0.00 5.40 38.47 31.59 21.51 [2021-02-06T00:58:32.971Z] 00:48:08 2 2.86 0.00 5.14 35.64 31.68 24.68 [2021-02-06T00:58:32.971Z] 00:48:08 3 3.24 0.00 5.34 40.31 31.88 19.24 [2021-02-06T00:58:32.971Z] 00:49:02 all 10.27 0.00 6.87 21.33 36.67 24.88 [2021-02-06T00:58:32.971Z] 00:49:02 0 9.75 0.00 6.26 20.56 36.47 26.96 [2021-02-06T00:58:32.971Z] 00:49:02 1 9.84 0.00 6.60 22.23 36.66 24.67 [2021-02-06T00:58:32.971Z] 00:49:02 2 11.45 0.00 7.75 22.36 35.78 22.66 [2021-02-06T00:58:32.971Z] 00:49:02 3 10.05 0.00 6.87 20.17 37.74 25.16 [2021-02-06T00:58:32.971Z] 00:50:01 all 44.46 0.00 11.34 4.73 29.50 9.97 [2021-02-06T00:58:32.971Z] 00:50:01 0 46.20 0.00 11.47 4.17 28.65 9.50 [2021-02-06T00:58:32.971Z] 00:50:01 1 43.56 0.00 12.26 3.14 29.19 11.86 [2021-02-06T00:58:32.971Z] 00:50:01 2 46.44 0.00 11.17 6.54 28.69 7.16 [2021-02-06T00:58:32.971Z] 00:50:01 3 41.70 0.00 10.49 5.07 31.40 11.34 [2021-02-06T00:58:32.971Z] 00:51:01 all 4.43 0.00 6.53 6.14 38.51 44.38 [2021-02-06T00:58:32.971Z] 00:51:01 0 4.74 0.00 6.40 6.40 39.49 42.98 [2021-02-06T00:58:32.971Z] 00:51:01 1 4.80 0.00 6.23 5.48 38.02 45.47 [2021-02-06T00:58:32.971Z] 00:51:01 2 3.77 0.00 6.85 5.65 39.27 44.46 [2021-02-06T00:58:32.971Z] 00:51:01 3 4.39 0.00 6.66 7.04 37.29 44.62 [2021-02-06T00:58:32.971Z] 00:52:01 all 4.14 0.00 2.06 2.06 6.81 84.92 [2021-02-06T00:58:32.971Z] 00:52:01 0 3.93 0.00 1.95 1.74 7.81 84.58 [2021-02-06T00:58:32.971Z] 00:52:01 1 2.19 0.00 2.03 1.88 6.93 86.97 [2021-02-06T00:58:32.971Z] 00:52:01 2 5.52 0.00 2.22 3.15 6.48 82.63 [2021-02-06T00:58:32.971Z] 00:52:01 3 4.96 0.00 2.07 1.47 6.02 85.49 [2021-02-06T00:58:32.971Z] 00:53:01 all 0.07 0.00 0.05 0.02 0.94 98.91 [2021-02-06T00:58:32.971Z] 00:53:01 0 0.03 0.00 0.03 0.03 1.52 98.38 [2021-02-06T00:58:32.971Z] 00:53:01 1 0.03 0.00 0.03 0.02 0.86 99.05 [2021-02-06T00:58:32.971Z] 00:53:01 2 0.22 0.00 0.07 0.03 0.62 99.07 [2021-02-06T00:58:32.971Z] 00:53:01 3 0.02 0.00 0.07 0.02 0.78 99.12 [2021-02-06T00:58:32.971Z] [2021-02-06T00:58:32.971Z] 00:53:01 CPU %user %nice %system %iowait %steal %idle [2021-02-06T00:58:32.971Z] 00:54:01 all 0.09 0.00 0.24 0.02 1.43 98.22 [2021-02-06T00:58:32.971Z] 00:54:01 0 0.02 0.00 0.30 0.00 1.26 98.43 [2021-02-06T00:58:32.971Z] 00:54:01 1 0.10 0.00 0.33 0.10 1.13 98.34 [2021-02-06T00:58:32.971Z] 00:54:01 2 0.08 0.00 0.30 0.00 1.36 98.26 [2021-02-06T00:58:32.971Z] 00:54:01 3 0.16 0.00 0.03 0.00 1.96 97.85 [2021-02-06T00:58:32.971Z] 00:55:02 all 0.10 0.00 0.04 0.01 0.39 99.46 [2021-02-06T00:58:32.971Z] 00:55:02 0 0.02 0.00 0.05 0.00 0.33 99.60 [2021-02-06T00:58:32.971Z] 00:55:02 1 0.32 0.00 0.03 0.03 0.57 99.05 [2021-02-06T00:58:32.971Z] 00:55:02 2 0.03 0.00 0.03 0.00 0.32 99.62 [2021-02-06T00:58:32.971Z] 00:55:02 3 0.02 0.00 0.03 0.02 0.35 99.58 [2021-02-06T00:58:32.971Z] 00:56:01 all 0.10 0.00 0.10 0.00 0.62 99.18 [2021-02-06T00:58:32.971Z] 00:56:01 0 0.02 0.00 0.07 0.00 0.51 99.41 [2021-02-06T00:58:32.971Z] 00:56:01 1 0.29 0.00 0.10 0.00 0.61 99.00 [2021-02-06T00:58:32.971Z] 00:56:01 2 0.03 0.00 0.12 0.00 0.42 99.43 [2021-02-06T00:58:32.971Z] 00:56:01 3 0.07 0.00 0.10 0.00 0.93 98.90 [2021-02-06T00:58:32.971Z] 00:57:01 all 0.08 0.00 0.02 0.00 0.33 99.56 [2021-02-06T00:58:32.971Z] 00:57:01 0 0.00 0.00 0.03 0.00 0.30 99.67 [2021-02-06T00:58:32.971Z] 00:57:01 1 0.25 0.00 0.02 0.00 0.35 99.38 [2021-02-06T00:58:32.971Z] 00:57:01 2 0.07 0.00 0.03 0.00 0.53 99.37 [2021-02-06T00:58:32.971Z] 00:57:01 3 0.02 0.00 0.02 0.00 0.15 99.82 [2021-02-06T00:58:32.971Z] 00:58:01 all 3.64 0.00 3.12 2.59 7.80 82.85 [2021-02-06T00:58:32.971Z] 00:58:01 0 2.90 0.00 2.63 0.80 7.79 85.87 [2021-02-06T00:58:32.971Z] 00:58:01 1 4.04 0.00 3.20 4.28 7.65 80.83 [2021-02-06T00:58:32.971Z] 00:58:01 2 3.13 0.00 3.07 1.48 7.82 84.50 [2021-02-06T00:58:32.971Z] 00:58:01 3 4.51 0.00 3.57 3.83 7.94 80.15 [2021-02-06T00:58:32.971Z] Average: all 10.62 0.00 5.74 7.67 24.36 51.61 [2021-02-06T00:58:32.971Z] Average: 0 10.99 0.00 5.93 7.44 24.61 51.02 [2021-02-06T00:58:32.971Z] Average: 1 10.60 0.00 5.51 7.66 24.23 51.99 [2021-02-06T00:58:32.971Z] Average: 2 10.51 0.00 5.84 7.64 24.19 51.82 [2021-02-06T00:58:32.971Z] Average: 3 10.36 0.00 5.69 7.94 24.41 51.60 [2021-02-06T00:58:32.971Z] [2021-02-06T00:58:32.971Z] [2021-02-06T00:58:32.971Z]