Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 381370a24fa11f31a9a344a70b43ef8e9a3a22d6+8d65b999035e49fddad3f4b9ff0ea0f872535afc (deee5aed30098a310dec46339c98c55d6300c033) 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 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-26085’ is offline Running on prd-centos7-docker-4c-2g-26095 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # 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 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 Merge succeeded, producing 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 Checking out Revision 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 (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 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # 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 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-11T15:32:39.765Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # timeout=10 [2021-02-11T15:32:40.062Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-11T15:32:40.203Z] ========================================================= [2021-02-11T15:32:40.203Z] EdgeX Global Pipelines Version Info [2021-02-11T15:32:40.203Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:32:41.872Z] ------------------- [2021-02-11T15:32:41.872Z] stable info: [2021-02-11T15:32:41.872Z] ------------------- [2021-02-11T15:32:41.872Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-11T15:32:41.872Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-11T15:32:41.872Z] Message: update stable to v1.0.179 [2021-02-11T15:32:42.828Z] ------------------- [2021-02-11T15:32:42.828Z] experimental info: [2021-02-11T15:32:42.828Z] ------------------- [2021-02-11T15:32:42.828Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-11T15:32:42.828Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-11T15:32:42.828Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-11T15:32:43.091Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-11T15:32:43.258Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-11T15:32:43.361Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-11T15:32:43.456Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-11T15:32:43.540Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-11T15:32:43.648Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-11T15:32:43.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-11T15:32:43.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-11T15:32:44.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-11T15:32:44.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-11T15:32:44.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-11T15:32:44.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-11T15:32:44.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-11T15:32:44.595Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-11T15:32:44.766Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-11T15:32:44.913Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-11T15:32:45.027Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-11T15:32:45.126Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-11T15:32:45.205Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-11T15:32:45.304Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-11T15:32:45.382Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-11T15:32:45.462Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-11T15:32:45.541Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-11T15:32:45.626Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo [2021-02-11T15:32:45.705Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo [2021-02-11T15:32:45.798Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo [2021-02-11T15:32:45.881Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [Pipeline] echo [2021-02-11T15:32:45.967Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 381370a [Pipeline] echo [2021-02-11T15:32:46.045Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T15:32:46.206Z] provisioning config files... [2021-02-11T15:32:46.246Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config196249817635814714tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:32:46.602Z] ---> docker-login.sh [2021-02-11T15:32:46.602Z] nexus3.edgexfoundry.org:10001 [2021-02-11T15:32:46.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:32:47.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:32:47.130Z] Configure a credential helper to remove this warning. See [2021-02-11T15:32:47.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:32:47.130Z] [2021-02-11T15:32:47.130Z] Login Succeeded [2021-02-11T15:32:47.130Z] nexus3.edgexfoundry.org:10002 [2021-02-11T15:32:47.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:32:47.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:32:47.393Z] Configure a credential helper to remove this warning. See [2021-02-11T15:32:47.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:32:47.393Z] [2021-02-11T15:32:47.393Z] Login Succeeded [2021-02-11T15:32:47.393Z] nexus3.edgexfoundry.org:10003 [2021-02-11T15:32:47.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:32:47.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:32:47.393Z] Configure a credential helper to remove this warning. See [2021-02-11T15:32:47.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:32:47.393Z] [2021-02-11T15:32:47.393Z] Login Succeeded [2021-02-11T15:32:47.393Z] nexus3.edgexfoundry.org:10004 [2021-02-11T15:32:47.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:32:47.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:32:47.657Z] Configure a credential helper to remove this warning. See [2021-02-11T15:32:47.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:32:47.657Z] [2021-02-11T15:32:47.657Z] Login Succeeded [2021-02-11T15:32:47.657Z] docker.io [2021-02-11T15:32:47.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:32:47.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:32:47.922Z] Configure a credential helper to remove this warning. See [2021-02-11T15:32:47.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:32:47.922Z] [2021-02-11T15:32:47.922Z] Login Succeeded [2021-02-11T15:32:47.922Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T15:32:47.933Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-11T15:32:48.471Z] ++ 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-11T15:32:48.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:48.471Z] ++ dirname cmd/core-command/Dockerfile [2021-02-11T15:32:48.471Z] ++ cut -d/ -f2 [2021-02-11T15:32:48.471Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-11T15:32:48.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:48.471Z] ++ dirname cmd/core-data/Dockerfile [2021-02-11T15:32:48.471Z] ++ cut -d/ -f2 [2021-02-11T15:32:48.471Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-11T15:32:48.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:48.471Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-11T15:32:48.471Z] ++ cut -d/ -f2 [2021-02-11T15:32:48.471Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-11T15:32:48.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:48.471Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-11T15:32:48.471Z] ++ cut -d/ -f2 [2021-02-11T15:32:48.471Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-11T15:32:48.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:48.471Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-11T15:32:48.471Z] ++ cut -d/ -f2 [2021-02-11T15:32:48.471Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-11T15:32:48.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:48.471Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-11T15:32:48.471Z] ++ cut -d/ -f2 [2021-02-11T15:32:48.471Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-11T15:32:48.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:48.471Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-11T15:32:48.471Z] ++ cut -d/ -f2 [2021-02-11T15:32:48.471Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-11T15:32:48.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:48.471Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-11T15:32:48.471Z] ++ cut -d/ -f2 [2021-02-11T15:32:48.471Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-11T15:32:48.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:48.471Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-11T15:32:48.471Z] ++ cut -d/ -f2 [2021-02-11T15:32:48.471Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-11T15:32:48.560Z] 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-11T15:32:49.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T15:32:49.394Z] [2021-02-11T15:32:49.394Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:32:49.765Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T15:32:49.765Z] latest: Pulling from edgex-devops/git-semver [2021-02-11T15:32:49.765Z] 31603596830f: Pulling fs layer [2021-02-11T15:32:49.765Z] 2a8b12db71e7: Pulling fs layer [2021-02-11T15:32:49.765Z] 6ca5941a6612: Pulling fs layer [2021-02-11T15:32:49.765Z] ecc8261a40a4: Pulling fs layer [2021-02-11T15:32:49.765Z] ecc8261a40a4: Waiting [2021-02-11T15:32:49.765Z] 2a8b12db71e7: Verifying Checksum [2021-02-11T15:32:49.765Z] 2a8b12db71e7: Download complete [2021-02-11T15:32:50.037Z] 31603596830f: Verifying Checksum [2021-02-11T15:32:50.037Z] 31603596830f: Download complete [2021-02-11T15:32:50.037Z] ecc8261a40a4: Verifying Checksum [2021-02-11T15:32:50.037Z] ecc8261a40a4: Download complete [2021-02-11T15:32:50.303Z] 6ca5941a6612: Verifying Checksum [2021-02-11T15:32:50.303Z] 6ca5941a6612: Download complete [2021-02-11T15:32:50.303Z] 31603596830f: Pull complete [2021-02-11T15:32:50.593Z] 2a8b12db71e7: Pull complete [2021-02-11T15:32:51.171Z] 6ca5941a6612: Pull complete [2021-02-11T15:32:51.435Z] ecc8261a40a4: Pull complete [2021-02-11T15:32:51.435Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-11T15:32:51.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T15:32:51.435Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-11T15:32:51.545Z] prd-centos7-docker-4c-2g-26095 does not seem to be running inside a container [2021-02-11T15:32:51.598Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-11T15:32:54.157Z] $ docker top 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-11T15:32:54.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-11T15:32:54.493Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-11T15:32:54.714Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-11T15:32:54.720Z] $ docker exec 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b ssh-agent [2021-02-11T15:32:54.902Z] SSH_AUTH_SOCK=/tmp/ssh-Ilwo2RECoyVL/agent.12 [2021-02-11T15:32:54.902Z] SSH_AGENT_PID=17 [2021-02-11T15:32:54.913Z] Running ssh-add (command line suppressed) [2021-02-11T15:32:55.031Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_4936494476787462182.key (/w/workspace/edgex-go/20@tmp/private_key_4936494476787462182.key) [2021-02-11T15:32:55.079Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-11T15:32:55.460Z] + git tag --points-at HEAD [Pipeline] } [2021-02-11T15:32:55.483Z] $ docker exec --env ******** --env ******** 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b ssh-agent -k [2021-02-11T15:32:55.597Z] unset SSH_AUTH_SOCK; [2021-02-11T15:32:55.598Z] unset SSH_AGENT_PID; [2021-02-11T15:32:55.598Z] echo Agent pid 17 killed; [2021-02-11T15:32:55.645Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-11T15:32:55.796Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-11T15:32:55.796Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-11T15:32:55.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-11T15:32:55.966Z] $ docker exec 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b ssh-agent [2021-02-11T15:32:56.124Z] SSH_AUTH_SOCK=/tmp/ssh-2psguWeunXt6/agent.45 [2021-02-11T15:32:56.124Z] SSH_AGENT_PID=50 [2021-02-11T15:32:56.132Z] Running ssh-add (command line suppressed) [2021-02-11T15:32:56.246Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_2236053792409802683.key (/w/workspace/edgex-go/20@tmp/private_key_2236053792409802683.key) [2021-02-11T15:32:56.296Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-11T15:32:56.628Z] + git semver init [2021-02-11T15:32:56.628Z] # -> Open(): unable to determine branch for HEAD [2021-02-11T15:32:56.628Z] # $GIT_DIR = /w/workspace/edgex-go/20/.git [2021-02-11T15:32:56.628Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/20 [2021-02-11T15:32:56.628Z] # $SEMVER_REMOTE_NAME = origin [2021-02-11T15:32:56.628Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-11T15:32:56.628Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-11T15:32:56.628Z] # $SEMVER_BRANCH = PR-3113 [2021-02-11T15:32:56.628Z] # $SEMVER_TEMP = /tmp/semver-540573748 [2021-02-11T15:32:56.628Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-11T15:33:28.818Z] # '/tmp/semver-540573748' -> '/w/workspace/edgex-go/20/.semver' [2021-02-11T15:33:28.818Z] # -> Force: false [2021-02-11T15:33:28.818Z] # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } [2021-02-11T15:33:28.836Z] $ docker exec --env ******** --env ******** 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b ssh-agent -k [2021-02-11T15:33:29.092Z] unset SSH_AUTH_SOCK; [2021-02-11T15:33:29.092Z] unset SSH_AGENT_PID; [2021-02-11T15:33:29.092Z] echo Agent pid 50 killed; [2021-02-11T15:33:29.189Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-11T15:33:29.675Z] + git semver [Pipeline] } [2021-02-11T15:33:29.698Z] $ docker stop --time=1 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b [2021-02-11T15:33:31.657Z] $ docker rm -f 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T15:33:32.196Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-11T15:33:32.732Z] Stashed 1 file(s) [Pipeline] echo [2021-02-11T15:33:32.736Z] [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-11T15:33:33.640Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-11T15:33:33.942Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-11T15:33:34.243Z] + sudo service docker restart [2021-02-11T15:33:34.243Z] + true [2021-02-11T15:33:34.243Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-11T15:33:34.837Z] ========================================================= [2021-02-11T15:33:34.837Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-11T15:33:34.837Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:33:35.182Z] + 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-11T15:33:38.506Z] Sending build context to Docker daemon 327.8MB [2021-02-11T15:33:38.506Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-11T15:33:38.506Z] Step 2/6 : FROM ${BASE} [2021-02-11T15:33:38.506Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-11T15:33:38.506Z] 188c0c94c7c5: Pulling fs layer [2021-02-11T15:33:38.506Z] 0ef7d3d256c8: Pulling fs layer [2021-02-11T15:33:38.506Z] de9db76c5a1d: Pulling fs layer [2021-02-11T15:33:38.506Z] bca2f99d35d6: Pulling fs layer [2021-02-11T15:33:38.506Z] 93359f2a8cfa: Pulling fs layer [2021-02-11T15:33:38.506Z] 7c6f9722023f: Pulling fs layer [2021-02-11T15:33:38.506Z] a35cf1a2eb13: Pulling fs layer [2021-02-11T15:33:38.506Z] 93359f2a8cfa: Waiting [2021-02-11T15:33:38.506Z] 7c6f9722023f: Waiting [2021-02-11T15:33:38.506Z] a35cf1a2eb13: Waiting [2021-02-11T15:33:38.506Z] bca2f99d35d6: Waiting [2021-02-11T15:33:38.778Z] de9db76c5a1d: Download complete [2021-02-11T15:33:38.778Z] 0ef7d3d256c8: Download complete [2021-02-11T15:33:38.778Z] 93359f2a8cfa: Verifying Checksum [2021-02-11T15:33:38.778Z] 93359f2a8cfa: Download complete [2021-02-11T15:33:38.778Z] 7c6f9722023f: Download complete [2021-02-11T15:33:38.778Z] 188c0c94c7c5: Verifying Checksum [2021-02-11T15:33:38.778Z] 188c0c94c7c5: Download complete [2021-02-11T15:33:39.043Z] 188c0c94c7c5: Pull complete [2021-02-11T15:33:39.305Z] 0ef7d3d256c8: Pull complete [2021-02-11T15:33:39.572Z] de9db76c5a1d: Pull complete [2021-02-11T15:33:40.984Z] a35cf1a2eb13: Verifying Checksum [2021-02-11T15:33:40.984Z] a35cf1a2eb13: Download complete [2021-02-11T15:33:41.561Z] bca2f99d35d6: Verifying Checksum [2021-02-11T15:33:41.561Z] bca2f99d35d6: Download complete [2021-02-11T15:33:46.889Z] bca2f99d35d6: Pull complete [2021-02-11T15:33:46.889Z] 93359f2a8cfa: Pull complete [2021-02-11T15:33:47.152Z] 7c6f9722023f: Pull complete [2021-02-11T15:33:48.106Z] Still waiting to schedule task [2021-02-11T15:33:48.106Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26093’ [2021-02-11T15:33:52.476Z] a35cf1a2eb13: Pull complete [2021-02-11T15:33:52.476Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-11T15:33:52.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-11T15:33:52.476Z] ---> a62c8e92a672 [2021-02-11T15:33:52.476Z] 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-11T15:33:52.476Z] ---> Running in 77af092c2db9 [2021-02-11T15:33:52.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:33:54.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:33:56.960Z] (1/12) Installing libmagic (5.38-r0) [2021-02-11T15:33:57.534Z] (2/12) Installing file (5.38-r0) [2021-02-11T15:33:57.534Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-11T15:33:57.534Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-11T15:34:07.565Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-11T15:34:07.565Z] (6/12) Installing patch (2.7.6-r6) [2021-02-11T15:34:07.565Z] (7/12) Installing build-base (0.5-r2) [2021-02-11T15:34:07.565Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-11T15:34:07.565Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-11T15:34:07.565Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-11T15:34:07.565Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-11T15:34:07.565Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-11T15:34:07.565Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:34:07.565Z] OK: 233 MiB in 51 packages [2021-02-11T15:34:10.881Z] Removing intermediate container 77af092c2db9 [2021-02-11T15:34:10.881Z] ---> a35cf8077856 [2021-02-11T15:34:10.881Z] Step 4/6 : WORKDIR /edgex-go [2021-02-11T15:34:10.881Z] ---> Running in cf35fea794bb [2021-02-11T15:34:10.881Z] Removing intermediate container cf35fea794bb [2021-02-11T15:34:10.881Z] ---> 9160f5c37f7f [2021-02-11T15:34:10.881Z] Step 5/6 : COPY go.mod . [2021-02-11T15:34:11.161Z] ---> c44315330168 [2021-02-11T15:34:11.161Z] Step 6/6 : RUN go mod download [2021-02-11T15:34:11.161Z] ---> Running in 6769d3e4d089 [2021-02-11T15:34:33.239Z] Removing intermediate container 6769d3e4d089 [2021-02-11T15:34:33.239Z] ---> 0ff4ef72d5f9 [2021-02-11T15:34:33.239Z] Successfully built 0ff4ef72d5f9 [2021-02-11T15:34:33.239Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:34:33.556Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-11T15:34:33.556Z] . [Pipeline] withDockerContainer [2021-02-11T15:34:33.654Z] prd-centos7-docker-4c-2g-26095 does not seem to be running inside a container [2021-02-11T15:34:33.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-11T15:34:34.507Z] $ docker top 687113dcec6e8ffb7d96305d978ebbce1b78b7109ff141ed149666176dfd43bc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:34:34.988Z] + go version [2021-02-11T15:34:34.988Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-11T15:34:35.005Z] $ docker stop --time=1 687113dcec6e8ffb7d96305d978ebbce1b78b7109ff141ed149666176dfd43bc [2021-02-11T15:34:36.345Z] $ docker rm -f 687113dcec6e8ffb7d96305d978ebbce1b78b7109ff141ed149666176dfd43bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:34:37.185Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-11T15:34:37.185Z] . [Pipeline] withDockerContainer [2021-02-11T15:34:37.298Z] prd-centos7-docker-4c-2g-26095 does not seem to be running inside a container [2021-02-11T15:34:37.353Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-11T15:34:38.418Z] $ docker top 80c4e49017106cd6916cb8bcc34107e065c11f75d86c8bbbc71fbd07aecaa5c2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-11T15:34:38.636Z] ========================================================= [2021-02-11T15:34:38.636Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-11T15:34:38.636Z] ========================================================= [Pipeline] sh [2021-02-11T15:34:38.931Z] + make test [2021-02-11T15:34:38.931Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-11T15:34:48.999Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-11T15:35:07.293Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-11T15:35:07.293Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-11T15:35:08.715Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-11T15:35:08.716Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-11T15:35:10.663Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-11T15:35:10.663Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-11T15:35:10.663Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-11T15:35:10.663Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-11T15:35:11.609Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-11T15:35:12.563Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-11T15:35:14.524Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-11T15:35:14.524Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-11T15:35:14.524Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-11T15:35:17.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.9% of statements [2021-02-11T15:35:17.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-11T15:35:17.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-11T15:35:17.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-11T15:35:17.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-11T15:35:17.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-11T15:35:17.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-11T15:35:17.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-11T15:35:17.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.075s coverage: 100.0% of statements [2021-02-11T15:35:21.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements [2021-02-11T15:35:21.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-11T15:35:21.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-11T15:35:21.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-11T15:35:21.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-11T15:35:21.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-11T15:35:21.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-11T15:35:21.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-02-11T15:35:21.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-11T15:35:21.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-02-11T15:35:21.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-11T15:35:21.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-11T15:35:21.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 65.8% of statements [2021-02-11T15:35:21.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-11T15:35:21.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-11T15:35:21.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.135s coverage: 82.3% of statements [2021-02-11T15:35:21.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-11T15:35:21.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:35:21.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-11T15:35:21.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-11T15:35:23.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.362s coverage: 28.6% of statements [2021-02-11T15:35:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-11T15:35:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-11T15:35:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-11T15:35:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-11T15:35:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-11T15:35:23.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.085s coverage: 100.0% of statements [2021-02-11T15:35:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-11T15:35:23.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-02-11T15:35:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-11T15:35:23.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2021-02-11T15:35:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-11T15:35:23.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.148s coverage: 97.5% of statements [2021-02-11T15:35:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-11T15:35:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2021-02-11T15:35:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-11T15:35:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-11T15:35:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-11T15:35:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-11T15:35:26.319Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.385s coverage: 92.8% of statements [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-11T15:35:26.319Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-11T15:35:26.319Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-11T15:35:26.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-11T15:35:26.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 45.5% of statements [2021-02-11T15:35:26.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements [2021-02-11T15:35:26.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.032s coverage: 94.1% of statements [2021-02-11T15:35:26.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2021-02-11T15:35:26.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements [2021-02-11T15:35:39.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements [2021-02-11T15:35:39.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.059s coverage: 92.9% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.026s coverage: 77.8% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.295s coverage: 68.9% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.295s coverage: 84.0% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.0% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.095s coverage: 89.4% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.745s coverage: 29.1% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.063s coverage: 100.0% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-11T15:35:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-11T15:35:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-11T15:35:51.584Z] GO111MODULE=on go vet ./... [2021-02-11T15:36:18.320Z] gofmt -l . [2021-02-11T15:36:18.320Z] [ "`gofmt -l .`" = "" ] [2021-02-11T15:36:18.320Z] ./bin/test-go-mod-tidy.sh [2021-02-11T15:36:18.896Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-11T15:36:19.787Z] + ls -al . [2021-02-11T15:36:19.787Z] total 700 [2021-02-11T15:36:19.787Z] drwxrwxr-x 10 1001 1001 4096 Feb 11 15:36 . [2021-02-11T15:36:19.787Z] drwxr-xr-x 4 root root 30 Feb 11 15:34 .. [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 11 Feb 11 15:32 .dockerignore [2021-02-11T15:36:19.787Z] drwxrwxr-x 8 1001 1001 179 Feb 11 15:32 .git [2021-02-11T15:36:19.787Z] drwxrwxr-x 3 1001 1001 125 Feb 11 15:32 .github [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 818 Feb 11 15:32 .gitignore [2021-02-11T15:36:19.787Z] drwx------ 3 1001 1001 60 Feb 11 15:33 .semver [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 166 Feb 11 15:32 .sonarcloud.properties [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 7859 Feb 11 15:32 Attribution.txt [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 3804 Feb 11 15:32 CONTRIBUTING.md [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 931 Feb 11 15:32 Dockerfile.build [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 863 Feb 11 15:32 Jenkinsfile [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 10775 Feb 11 15:32 LICENSE [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 5774 Feb 11 15:32 Makefile [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 6524 Feb 11 15:32 README.md [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 6755 Feb 11 15:32 SECURITY.md [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 5 Feb 11 15:33 VERSION [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 4131 Feb 11 15:32 ZMQWindows.md [2021-02-11T15:36:19.787Z] drwxrwxr-x 2 1001 1001 117 Feb 11 15:32 bin [2021-02-11T15:36:19.787Z] drwxrwxr-x 14 1001 1001 4096 Feb 11 15:32 cmd [2021-02-11T15:36:19.787Z] -rw-r--r-- 1 root root 595164 Feb 11 15:35 coverage.out [2021-02-11T15:36:19.787Z] -rw-r--r-- 1 root root 1054 Feb 11 15:36 go.mod [2021-02-11T15:36:19.787Z] -rw-r--r-- 1 root root 19290 Feb 11 15:36 go.sum [2021-02-11T15:36:19.787Z] drwxrwxr-x 8 1001 1001 127 Feb 11 15:32 internal [2021-02-11T15:36:19.787Z] drwxrwxr-x 4 1001 1001 26 Feb 11 15:32 openapi [2021-02-11T15:36:19.787Z] drwxrwxr-x 4 1001 1001 71 Feb 11 15:32 snap [2021-02-11T15:36:19.787Z] -rw-rw-r-- 1 1001 1001 168 Feb 11 15:32 version.go [Pipeline] sh [2021-02-11T15:36:20.092Z] + '[' -e coverage.out ] [2021-02-11T15:36:20.092Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-11T15:36:20.305Z] Stashed 1 file(s) [Pipeline] sh [2021-02-11T15:36:20.602Z] + make build [2021-02-11T15:36:20.602Z] 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-11T15:36:23.532Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26100 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-11T15:36:23.580Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-02-11T15:36:23.916Z] 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-11T15:36:29.106Z] using credential edgex-jenkins-ssh [2021-02-11T15:36:29.164Z] Cloning the remote Git repository [2021-02-11T15:36:29.225Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:36:29.335Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-02-11T15:36:29.417Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:36:29.417Z] > git --version # timeout=10 [2021-02-11T15:36:29.435Z] > git --version # 'git version 2.17.1' [2021-02-11T15:36:29.437Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:36:29.497Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T15:36:32.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-11T15:36:33.084Z] 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-11T15:36:34.490Z] 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-11T15:36:34.756Z] 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-11T15:36:36.157Z] 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-11T15:36:37.554Z] 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-11T15:36:38.947Z] 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-11T15:36:39.899Z] 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-11T15:36:40.850Z] 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-11T15:36:42.269Z] 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-11T15:36:44.216Z] $ docker stop --time=1 80c4e49017106cd6916cb8bcc34107e065c11f75d86c8bbbc71fbd07aecaa5c2 [2021-02-11T15:36:45.887Z] $ docker rm -f 80c4e49017106cd6916cb8bcc34107e065c11f75d86c8bbbc71fbd07aecaa5c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:36:47.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T15:36:47.805Z] [2021-02-11T15:36:47.805Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:36:48.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T15:36:48.188Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-11T15:36:48.188Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-11T15:36:48.188Z] ca9280d653b3: Pulling fs layer [2021-02-11T15:36:48.188Z] 7e9c9ca2126c: Pulling fs layer [2021-02-11T15:36:48.188Z] cbdbe7a5bc2a: Download complete [2021-02-11T15:36:48.763Z] cbdbe7a5bc2a: Pull complete [2021-02-11T15:36:49.031Z] ca9280d653b3: Verifying Checksum [2021-02-11T15:36:49.031Z] ca9280d653b3: Download complete [2021-02-11T15:36:50.002Z] 7e9c9ca2126c: Verifying Checksum [2021-02-11T15:36:50.002Z] 7e9c9ca2126c: Download complete [2021-02-11T15:36:50.002Z] ca9280d653b3: Pull complete [2021-02-11T15:36:56.611Z] 7e9c9ca2126c: Pull complete [2021-02-11T15:36:56.611Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-11T15:36:56.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T15:36:56.611Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-11T15:36:56.739Z] prd-centos7-docker-4c-2g-26095 does not seem to be running inside a container [2021-02-11T15:36:56.791Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-11T15:36:59.764Z] $ docker top aa312a36b355b939689da1e843795806a419a6561f0114d1ddffe3d26d958359 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:37:00.300Z] + docker-compose build --help [2021-02-11T15:37:00.300Z] + grep parallel [2021-02-11T15:37:01.252Z] --parallel Build images in parallel. [Pipeline] } [2021-02-11T15:37:01.267Z] $ docker stop --time=1 aa312a36b355b939689da1e843795806a419a6561f0114d1ddffe3d26d958359 [2021-02-11T15:37:02.630Z] $ docker rm -f aa312a36b355b939689da1e843795806a419a6561f0114d1ddffe3d26d958359 [Pipeline] // withDockerContainer [2021-02-11T15:37:02.607Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T15:37:02.631Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T15:37:02.656Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T15:37:02.692Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:37:02.693Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:37:02.707Z] > 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 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:37:03.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T15:37:03.243Z] . [Pipeline] withDockerContainer [2021-02-11T15:37:03.353Z] prd-centos7-docker-4c-2g-26095 does not seem to be running inside a container [2021-02-11T15:37:03.402Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-11T15:37:04.077Z] $ docker top 362e1ba23de8b0843aec852dd4ebefac24ada937f55185cbdae48898c2092710 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:37:04.426Z] Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:37:04.616Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-11T15:37:04.878Z] Merge succeeded, producing 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:37:04.879Z] Checking out Revision 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 (PR-3113) [2021-02-11T15:37:05.568Z] Building docker-core-command-go ... [2021-02-11T15:37:05.568Z] Building docker-core-data-go ... [2021-02-11T15:37:05.568Z] Building docker-core-metadata-go ... [2021-02-11T15:37:05.568Z] Building docker-security-bootstrapper-go ... [2021-02-11T15:37:05.568Z] Building docker-security-proxy-setup-go ... [2021-02-11T15:37:05.568Z] Building docker-security-secretstore-setup-go ... [2021-02-11T15:37:05.568Z] Building docker-support-notifications-go ... [2021-02-11T15:37:05.568Z] Building docker-support-scheduler-go ... [2021-02-11T15:37:05.568Z] Building docker-sys-mgmt-agent-go ... [2021-02-11T15:37:05.568Z] Building docker-support-scheduler-go [2021-02-11T15:37:05.568Z] Building docker-security-bootstrapper-go [2021-02-11T15:37:05.568Z] Building docker-core-data-go [2021-02-11T15:37:05.568Z] Building docker-support-notifications-go [2021-02-11T15:37:05.568Z] Building docker-security-secretstore-setup-go [2021-02-11T15:37:04.445Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T15:37:04.462Z] > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 [2021-02-11T15:37:04.794Z] > git remote # timeout=10 [2021-02-11T15:37:04.809Z] > git config --get remote.origin.url # timeout=10 [2021-02-11T15:37:04.825Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:37:04.838Z] > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 [2021-02-11T15:37:04.862Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-11T15:37:04.888Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T15:37:04.899Z] > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 [2021-02-11T15:37:09.377Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-11T15:37:10.833Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-11T15:37:11.255Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-11T15:37:11.593Z] + + truesudo [2021-02-11T15:37:11.593Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T15:37:13.659Z] provisioning config files... [2021-02-11T15:37:13.710Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config3225277160440752166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:37:14.128Z] ---> docker-login.sh [2021-02-11T15:37:14.128Z] nexus3.edgexfoundry.org:10001 [2021-02-11T15:37:15.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:37:15.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:37:15.398Z] Configure a credential helper to remove this warning. See [2021-02-11T15:37:15.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:37:15.398Z] [2021-02-11T15:37:15.398Z] Login Succeeded [2021-02-11T15:37:15.398Z] nexus3.edgexfoundry.org:10002 [2021-02-11T15:37:16.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:37:16.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:37:16.003Z] Configure a credential helper to remove this warning. See [2021-02-11T15:37:16.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:37:16.003Z] [2021-02-11T15:37:16.003Z] Login Succeeded [2021-02-11T15:37:16.003Z] nexus3.edgexfoundry.org:10003 [2021-02-11T15:37:16.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:37:16.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:37:16.600Z] Configure a credential helper to remove this warning. See [2021-02-11T15:37:16.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:37:16.600Z] [2021-02-11T15:37:16.600Z] Login Succeeded [2021-02-11T15:37:16.600Z] nexus3.edgexfoundry.org:10004 [2021-02-11T15:37:16.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:37:17.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:37:17.149Z] Configure a credential helper to remove this warning. See [2021-02-11T15:37:17.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:37:17.149Z] [2021-02-11T15:37:17.149Z] Login Succeeded [2021-02-11T15:37:17.149Z] docker.io [2021-02-11T15:37:17.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:37:18.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:37:18.026Z] Configure a credential helper to remove this warning. See [2021-02-11T15:37:18.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:37:18.026Z] [2021-02-11T15:37:18.026Z] Login Succeeded [2021-02-11T15:37:18.026Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T15:37:18.046Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-11T15:37:18.543Z] ========================================================= [2021-02-11T15:37:18.543Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-11T15:37:18.543Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:37:18.954Z] + 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-11T15:37:20.989Z] Sending build context to Docker daemon 166.3MB [2021-02-11T15:37:21.265Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-11T15:37:21.265Z] Step 2/6 : FROM ${BASE} [2021-02-11T15:37:21.265Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-11T15:37:21.265Z] 5f621e34cdf4: Pulling fs layer [2021-02-11T15:37:21.265Z] a4357932f1b6: Pulling fs layer [2021-02-11T15:37:21.265Z] 18c013af1878: Pulling fs layer [2021-02-11T15:37:21.265Z] 00ac8860ef70: Pulling fs layer [2021-02-11T15:37:21.265Z] 63d7cb157983: Pulling fs layer [2021-02-11T15:37:21.265Z] b116817d02f9: Pulling fs layer [2021-02-11T15:37:21.265Z] 745a02a5169b: Pulling fs layer [2021-02-11T15:37:21.265Z] 63d7cb157983: Waiting [2021-02-11T15:37:21.265Z] 745a02a5169b: Waiting [2021-02-11T15:37:21.265Z] 00ac8860ef70: Waiting [2021-02-11T15:37:21.265Z] b116817d02f9: Waiting [2021-02-11T15:37:21.265Z] 18c013af1878: Download complete [2021-02-11T15:37:21.265Z] a4357932f1b6: Verifying Checksum [2021-02-11T15:37:21.265Z] a4357932f1b6: Download complete [2021-02-11T15:37:21.265Z] 63d7cb157983: Download complete [2021-02-11T15:37:21.869Z] b116817d02f9: Download complete [2021-02-11T15:37:21.869Z] 5f621e34cdf4: Verifying Checksum [2021-02-11T15:37:21.869Z] 5f621e34cdf4: Download complete [2021-02-11T15:37:22.482Z] 5f621e34cdf4: Pull complete [2021-02-11T15:37:23.094Z] a4357932f1b6: Pull complete [2021-02-11T15:37:23.706Z] 18c013af1878: Pull complete [2021-02-11T15:37:24.313Z] 745a02a5169b: Verifying Checksum [2021-02-11T15:37:24.313Z] 745a02a5169b: Download complete [2021-02-11T15:37:25.305Z] 00ac8860ef70: Verifying Checksum [2021-02-11T15:37:25.305Z] 00ac8860ef70: Download complete [2021-02-11T15:37:35.490Z] 00ac8860ef70: Pull complete [2021-02-11T15:37:35.490Z] 63d7cb157983: Pull complete [2021-02-11T15:37:36.090Z] b116817d02f9: Pull complete [2021-02-11T15:37:37.886Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:37:37.886Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:37:37.886Z] ---> 0ff4ef72d5f9 [2021-02-11T15:37:37.886Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:37:37.886Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:37:37.886Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:37:37.886Z] ---> 0ff4ef72d5f9 [2021-02-11T15:37:37.886Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T15:37:37.886Z] ---> Running in e69f269afad8 [2021-02-11T15:37:37.886Z] ---> Running in 0d514d34ff24 [2021-02-11T15:37:37.886Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:37:37.886Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:37:37.886Z] ---> 0ff4ef72d5f9 [2021-02-11T15:37:37.886Z] Step 3/24 : WORKDIR /edgex-go [2021-02-11T15:37:37.886Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:37:37.886Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:37:37.886Z] ---> 0ff4ef72d5f9 [2021-02-11T15:37:37.886Z] Step 3/30 : WORKDIR /edgex-go [2021-02-11T15:37:38.171Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:37:38.171Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:37:38.171Z] ---> 0ff4ef72d5f9 [2021-02-11T15:37:38.171Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T15:37:38.758Z] ---> Running in 162409ef07b0 [2021-02-11T15:37:38.758Z] ---> Running in d7b4b7659f57 [2021-02-11T15:37:38.758Z] ---> Running in 8441e432115a [2021-02-11T15:37:38.758Z] Removing intermediate container e69f269afad8 [2021-02-11T15:37:38.758Z] ---> 17662a24ecaf [2021-02-11T15:37:38.758Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:37:38.758Z] Removing intermediate container 0d514d34ff24 [2021-02-11T15:37:38.758Z] ---> 431a1ac0c851 [2021-02-11T15:37:38.758Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:37:38.758Z] Removing intermediate container 8441e432115a [2021-02-11T15:37:38.758Z] ---> 081e06e72c2b [2021-02-11T15:37:38.758Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:37:39.021Z] Removing intermediate container 162409ef07b0 [2021-02-11T15:37:39.021Z] ---> 45b06fd3d119 [2021-02-11T15:37:39.021Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:37:39.021Z] Removing intermediate container d7b4b7659f57 [2021-02-11T15:37:39.021Z] ---> 1598a9350eab [2021-02-11T15:37:39.021Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:37:39.021Z] ---> Running in 5ff7e9e4846c [2021-02-11T15:37:39.021Z] ---> Running in ad62bc9defaa [2021-02-11T15:37:39.021Z] ---> Running in 6822cb29e87e [2021-02-11T15:37:39.021Z] ---> Running in 09fadaaca625 [2021-02-11T15:37:39.021Z] ---> Running in 1634f37dd5ad [2021-02-11T15:37:39.492Z] 745a02a5169b: Pull complete [2021-02-11T15:37:39.492Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-11T15:37:39.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-11T15:37:39.492Z] ---> b7e6874047d6 [2021-02-11T15:37:39.492Z] 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-11T15:37:41.583Z] Removing intermediate container 6822cb29e87e [2021-02-11T15:37:41.583Z] ---> 95ba0157af1f [2021-02-11T15:37:41.583Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-11T15:37:41.583Z] Removing intermediate container 5ff7e9e4846c [2021-02-11T15:37:41.583Z] ---> 1ede4c3336dc [2021-02-11T15:37:41.583Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-11T15:37:41.844Z] ---> Running in 3befc651191c [2021-02-11T15:37:41.844Z] Removing intermediate container ad62bc9defaa [2021-02-11T15:37:41.844Z] ---> 298f98d4b5af [2021-02-11T15:37:41.844Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-11T15:37:41.844Z] ---> Running in b49dcbeebf63 [2021-02-11T15:37:42.106Z] ---> Running in 121d8baa717e [2021-02-11T15:37:42.382Z] Removing intermediate container 09fadaaca625 [2021-02-11T15:37:42.382Z] ---> c6f718531451 [2021-02-11T15:37:42.382Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-11T15:37:42.382Z] Removing intermediate container 1634f37dd5ad [2021-02-11T15:37:42.382Z] ---> 5c7ce4708431 [2021-02-11T15:37:42.382Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-11T15:37:42.646Z] ---> Running in b808c2cf7c42 [2021-02-11T15:37:42.646Z] ---> Running in a8cc88309dec [2021-02-11T15:37:42.879Z] ---> Running in 80fe8798a327 [2021-02-11T15:37:42.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:43.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:43.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:43.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:43.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:43.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:43.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:37:43.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:43.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:44.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:44.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:44.236Z] OK: 233 MiB in 51 packages [2021-02-11T15:37:44.503Z] OK: 233 MiB in 51 packages [2021-02-11T15:37:44.772Z] OK: 233 MiB in 51 packages [2021-02-11T15:37:44.772Z] Removing intermediate container 3befc651191c [2021-02-11T15:37:44.772Z] ---> cf64459ada73 [2021-02-11T15:37:44.772Z] Step 6/24 : COPY go.mod . [2021-02-11T15:37:44.772Z] OK: 233 MiB in 51 packages [2021-02-11T15:37:44.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:37:45.348Z] ---> c4e26c90f501 [2021-02-11T15:37:45.349Z] Step 7/24 : RUN go mod download [2021-02-11T15:37:45.349Z] OK: 233 MiB in 51 packages [2021-02-11T15:37:45.349Z] Removing intermediate container b49dcbeebf63 [2021-02-11T15:37:45.349Z] ---> 925603c25653 [2021-02-11T15:37:45.349Z] Step 6/22 : COPY go.mod . [2021-02-11T15:37:45.349Z] ---> Running in 5cf55185deb4 [2021-02-11T15:37:45.434Z] (1/12) Installing libmagic (5.38-r0) [2021-02-11T15:37:45.615Z] Removing intermediate container a8cc88309dec [2021-02-11T15:37:45.615Z] ---> e4ca2cd8541d [2021-02-11T15:37:45.615Z] Step 6/30 : COPY go.mod . [2021-02-11T15:37:45.615Z] Removing intermediate container b808c2cf7c42 [2021-02-11T15:37:45.615Z] ---> f8066be97798 [2021-02-11T15:37:45.615Z] Step 6/22 : COPY go.mod . [2021-02-11T15:37:45.705Z] (2/12) Installing file (5.38-r0) [2021-02-11T15:37:45.705Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-11T15:37:45.705Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-11T15:37:45.882Z] ---> 5f506a4fe588 [2021-02-11T15:37:45.882Z] Step 7/22 : RUN go mod download [2021-02-11T15:37:46.150Z] ---> 88b138ee1135 [2021-02-11T15:37:46.150Z] Step 7/30 : RUN go mod download [2021-02-11T15:37:46.150Z] ---> Running in ca2fb4cf3936 [2021-02-11T15:37:46.150Z] ---> 49509d0b0e3a [2021-02-11T15:37:46.150Z] Step 7/22 : RUN go mod download [2021-02-11T15:37:46.150Z] Removing intermediate container 121d8baa717e [2021-02-11T15:37:46.150Z] ---> 42e79e2814ec [2021-02-11T15:37:46.150Z] Step 6/23 : COPY go.mod . [2021-02-11T15:37:46.413Z] ---> Running in 81aa81634295 [2021-02-11T15:37:46.413Z] ---> Running in b9bb8dbeabe7 [2021-02-11T15:37:46.681Z] ---> 3cc6740eaa94 [2021-02-11T15:37:46.681Z] Step 7/23 : RUN go mod download [2021-02-11T15:37:46.681Z] ---> Running in 2ef366818214 [2021-02-11T15:37:48.100Z] Removing intermediate container ca2fb4cf3936 [2021-02-11T15:37:48.100Z] ---> 47b4ebae30eb [2021-02-11T15:37:48.100Z] Step 8/22 : COPY . . [2021-02-11T15:37:48.100Z] Removing intermediate container 5cf55185deb4 [2021-02-11T15:37:48.100Z] ---> 46cc13169ef4 [2021-02-11T15:37:48.100Z] Step 8/24 : COPY . . [2021-02-11T15:37:51.086Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-11T15:37:51.086Z] (6/12) Installing patch (2.7.6-r6) [2021-02-11T15:37:51.086Z] (7/12) Installing build-base (0.5-r2) [2021-02-11T15:37:51.086Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-11T15:37:51.086Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-11T15:37:51.086Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-11T15:37:51.086Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-11T15:37:51.086Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-11T15:37:51.086Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:37:51.086Z] OK: 217 MiB in 51 packages [2021-02-11T15:37:55.390Z] Removing intermediate container 80fe8798a327 [2021-02-11T15:37:55.390Z] ---> 1bf82e16ca9b [2021-02-11T15:37:55.390Z] Step 4/6 : WORKDIR /edgex-go [2021-02-11T15:37:55.390Z] ---> Running in e356604fea3a [2021-02-11T15:37:55.664Z] Removing intermediate container e356604fea3a [2021-02-11T15:37:55.665Z] ---> 609a351750ee [2021-02-11T15:37:55.665Z] Step 5/6 : COPY go.mod . [2021-02-11T15:37:56.284Z] Removing intermediate container 2ef366818214 [2021-02-11T15:37:56.284Z] ---> 2fab2504ed2d [2021-02-11T15:37:56.284Z] Step 8/23 : COPY . . [2021-02-11T15:37:56.284Z] Removing intermediate container b9bb8dbeabe7 [2021-02-11T15:37:56.284Z] ---> fa9bd4dcb524 [2021-02-11T15:37:56.284Z] Step 8/22 : COPY . . [2021-02-11T15:37:56.646Z] ---> d16e7e52c669 [2021-02-11T15:37:56.646Z] Step 6/6 : RUN go mod download [2021-02-11T15:37:56.646Z] ---> Running in 01481f9e8835 [2021-02-11T15:37:57.679Z] Removing intermediate container 81aa81634295 [2021-02-11T15:37:57.679Z] ---> 4204b1a47732 [2021-02-11T15:37:57.679Z] Step 8/30 : COPY . . [2021-02-11T15:38:23.675Z] Removing intermediate container 01481f9e8835 [2021-02-11T15:38:23.675Z] ---> b64592f56c55 [2021-02-11T15:38:23.675Z] Successfully built b64592f56c55 [2021-02-11T15:38:23.675Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:38:24.019Z] + docker inspect -f . ci-base-image-arm64 [2021-02-11T15:38:24.019Z] . [Pipeline] withDockerContainer [2021-02-11T15:38:24.276Z] prd-ubuntu18.04-docker-arm64-4c-16g-26100 does not seem to be running inside a container [2021-02-11T15:38:24.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-11T15:38:25.965Z] $ docker top 86e5173c57b542a1a37ba428b754ba1d0986db2338601f8e80eda94958b5123e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:38:27.082Z] + go version [2021-02-11T15:38:27.082Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-11T15:38:27.188Z] $ docker stop --time=1 86e5173c57b542a1a37ba428b754ba1d0986db2338601f8e80eda94958b5123e [2021-02-11T15:38:29.172Z] $ docker rm -f 86e5173c57b542a1a37ba428b754ba1d0986db2338601f8e80eda94958b5123e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:38:30.042Z] ---> 2bede189201d [2021-02-11T15:38:30.042Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-11T15:38:30.042Z] ---> 0ef1506a4c11 [2021-02-11T15:38:30.042Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-11T15:38:30.174Z] + docker inspect -f . ci-base-image-arm64 [2021-02-11T15:38:30.174Z] . [Pipeline] withDockerContainer [2021-02-11T15:38:30.453Z] prd-ubuntu18.04-docker-arm64-4c-16g-26100 does not seem to be running inside a container [2021-02-11T15:38:30.543Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-11T15:38:32.033Z] $ docker top 8368d1838b91e4467ac0d42a4bb9690dd50828a94613a2f52a615674683d5975 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-11T15:38:32.431Z] ========================================================= [2021-02-11T15:38:32.431Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-11T15:38:32.431Z] ========================================================= [Pipeline] sh [2021-02-11T15:38:33.079Z] + make test [2021-02-11T15:38:33.079Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-11T15:38:34.297Z] ---> Running in e7cc4251a783 [2021-02-11T15:38:34.297Z] ---> Running in d3ba3548dbe4 [2021-02-11T15:38:34.877Z] 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-11T15:38:34.877Z] 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-11T15:38:36.278Z] ---> b939626861b8 [2021-02-11T15:38:36.278Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-11T15:38:36.278Z] ---> cd6e20942e61 [2021-02-11T15:38:36.278Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-11T15:38:36.278Z] ---> 361c127477eb [2021-02-11T15:38:36.278Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-11T15:38:36.278Z] ---> Running in e7f97f7786c3 [2021-02-11T15:38:36.278Z] ---> Running in 978bfdc4436a [2021-02-11T15:38:36.278Z] ---> Running in a3b7f21997ff [2021-02-11T15:38:37.248Z] 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-11T15:38:37.518Z] 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-11T15:38:37.518Z] 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-11T15:38:59.657Z] 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-11T15:38:59.898Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-11T15:39:09.761Z] Removing intermediate container e7cc4251a783 [2021-02-11T15:39:09.761Z] ---> 853753a4cd1c [2021-02-11T15:39:09.761Z] [2021-02-11T15:39:09.761Z] Step 10/24 : FROM alpine:3.12 [2021-02-11T15:39:09.761Z] Removing intermediate container 978bfdc4436a [2021-02-11T15:39:09.761Z] ---> 445ca3c3bd8b [2021-02-11T15:39:09.761Z] [2021-02-11T15:39:09.761Z] Step 10/30 : FROM alpine:3.12 [2021-02-11T15:39:09.761Z] 3.12: Pulling from library/alpine [2021-02-11T15:39:09.761Z] 3.12: Pulling from library/alpine [2021-02-11T15:39:11.691Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T15:39:11.691Z] Removing intermediate container d3ba3548dbe4 [2021-02-11T15:39:11.691Z] ---> 69621618f41a [2021-02-11T15:39:11.691Z] [2021-02-11T15:39:11.691Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T15:39:11.691Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T15:39:11.691Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T15:39:11.691Z] ---> 389fef711851 [2021-02-11T15:39:11.691Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-11T15:39:11.691Z] ---> 389fef711851 [2021-02-11T15:39:11.691Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:39:11.691Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T15:39:11.691Z] ---> 389fef711851 [2021-02-11T15:39:11.691Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-11T15:39:13.620Z] ---> Running in 29d4de01dc8f [2021-02-11T15:39:13.620Z] ---> Running in 813b697a1f13 [2021-02-11T15:39:13.620Z] ---> Running in 1642b5251618 [2021-02-11T15:39:13.620Z] Removing intermediate container e7f97f7786c3 [2021-02-11T15:39:13.620Z] ---> bebf2ecd11f2 [2021-02-11T15:39:13.620Z] [2021-02-11T15:39:13.620Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T15:39:13.620Z] ---> 389fef711851 [2021-02-11T15:39:13.620Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-11T15:39:13.883Z] ---> Running in d50bf868a6ec [2021-02-11T15:39:13.883Z] Removing intermediate container 813b697a1f13 [2021-02-11T15:39:13.883Z] ---> bcb7e849fc58 [2021-02-11T15:39:13.883Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-11T15:39:14.149Z] ---> Running in 65eba4df174f [2021-02-11T15:39:14.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:14.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:14.705Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-11T15:39:14.705Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:39:14.705Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-11T15:39:14.705Z] (4/5) Installing curl (7.69.1-r3) [2021-02-11T15:39:14.705Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-11T15:39:14.705Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:39:14.705Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:39:14.705Z] OK: 7 MiB in 19 packages [2021-02-11T15:39:14.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:14.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:14.982Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T15:39:14.982Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:39:14.982Z] OK: 6 MiB in 15 packages [2021-02-11T15:39:14.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:14.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:14.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:15.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:15.249Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-11T15:39:15.249Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-11T15:39:15.249Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:39:15.249Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:39:15.249Z] OK: 6 MiB in 16 packages [2021-02-11T15:39:15.249Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-11T15:39:15.249Z] (2/2) Installing su-exec (0.2-r1) [2021-02-11T15:39:15.249Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:39:15.249Z] OK: 6 MiB in 16 packages [2021-02-11T15:39:17.807Z] Removing intermediate container a3b7f21997ff [2021-02-11T15:39:17.807Z] ---> 12924c766812 [2021-02-11T15:39:17.807Z] [2021-02-11T15:39:17.807Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:39:17.807Z] ---> 389fef711851 [2021-02-11T15:39:17.807Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-11T15:39:17.807Z] ---> Running in 5ed4e5c24f78 [2021-02-11T15:39:17.807Z] Removing intermediate container 29d4de01dc8f [2021-02-11T15:39:17.807Z] ---> 552f5d17e4c5 [2021-02-11T15:39:17.807Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T15:39:18.383Z] ---> Running in 3d054ffe87a6 [2021-02-11T15:39:18.956Z] Removing intermediate container 1642b5251618 [2021-02-11T15:39:18.956Z] ---> 1a30ba6a0b72 [2021-02-11T15:39:18.956Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:39:18.956Z] Removing intermediate container 5ed4e5c24f78 [2021-02-11T15:39:18.956Z] ---> 8eeae692c373 [2021-02-11T15:39:18.956Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-11T15:39:18.956Z] Removing intermediate container 65eba4df174f [2021-02-11T15:39:18.956Z] ---> fec6d13cd105 [2021-02-11T15:39:18.956Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-11T15:39:18.956Z] Removing intermediate container d50bf868a6ec [2021-02-11T15:39:18.956Z] ---> ecc7a3c9156f [2021-02-11T15:39:18.956Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:39:19.218Z] ---> Running in e059f0eb6269 [2021-02-11T15:39:19.218Z] ---> Running in ad8e3ae6b743 [2021-02-11T15:39:19.218Z] ---> Running in 64a5dbf9ab8e [2021-02-11T15:39:19.218Z] Removing intermediate container 3d054ffe87a6 [2021-02-11T15:39:19.218Z] ---> 2d01c41d5f67 [2021-02-11T15:39:19.218Z] Step 13/24 : WORKDIR / [2021-02-11T15:39:19.218Z] ---> Running in 65086ad0b675 [2021-02-11T15:39:19.481Z] ---> Running in 73f2a778b127 [2021-02-11T15:39:19.481Z] Removing intermediate container e059f0eb6269 [2021-02-11T15:39:19.481Z] ---> e6f18cf12147 [2021-02-11T15:39:19.481Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-11T15:39:19.481Z] Removing intermediate container 64a5dbf9ab8e [2021-02-11T15:39:19.481Z] ---> 3286719bfbd0 [2021-02-11T15:39:19.481Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-11T15:39:19.481Z] Removing intermediate container ad8e3ae6b743 [2021-02-11T15:39:19.481Z] ---> 9fd1056a3289 [2021-02-11T15:39:19.481Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-11T15:39:19.747Z] Removing intermediate container 65086ad0b675 [2021-02-11T15:39:19.747Z] ---> 66f535615585 [2021-02-11T15:39:19.747Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-11T15:39:19.747Z] ---> Running in 3a917779b5db [2021-02-11T15:39:19.747Z] ---> Running in 4b6c9239a84d [2021-02-11T15:39:19.747Z] ---> Running in e28d42b8585c [2021-02-11T15:39:19.747Z] Removing intermediate container 73f2a778b127 [2021-02-11T15:39:19.747Z] ---> 0439e116652e [2021-02-11T15:39:19.747Z] 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-11T15:39:19.747Z] ---> Running in 489c44763f0a [2021-02-11T15:39:20.010Z] Removing intermediate container 3a917779b5db [2021-02-11T15:39:20.010Z] ---> ac554e4b39ed [2021-02-11T15:39:20.010Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-11T15:39:20.273Z] ---> Running in 5b0edac528a4 [2021-02-11T15:39:20.273Z] Removing intermediate container 4b6c9239a84d [2021-02-11T15:39:20.273Z] ---> dd11f425d2d5 [2021-02-11T15:39:20.273Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T15:39:20.273Z] Removing intermediate container e28d42b8585c [2021-02-11T15:39:20.273Z] ---> d307c7bf6183 [2021-02-11T15:39:20.273Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:39:20.273Z] Removing intermediate container 489c44763f0a [2021-02-11T15:39:20.273Z] ---> 12570ecabf0a [2021-02-11T15:39:20.273Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T15:39:20.536Z] ---> 88e9edc189f3 [2021-02-11T15:39:20.537Z] 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-11T15:39:20.537Z] ---> Running in b7407b7e9279 [2021-02-11T15:39:20.537Z] ---> Running in 9dc2aac1ad1b [2021-02-11T15:39:20.537Z] ---> Running in 6b830b858ef4 [2021-02-11T15:39:20.799Z] ---> 1a6f8610a497 [2021-02-11T15:39:20.799Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-11T15:39:21.067Z] Removing intermediate container 6b830b858ef4 [2021-02-11T15:39:21.067Z] ---> a70f610bbe3f [2021-02-11T15:39:21.067Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:39:21.067Z] Removing intermediate container b7407b7e9279 [2021-02-11T15:39:21.067Z] ---> 330976a31273 [2021-02-11T15:39:21.067Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:39:21.339Z] ---> 41ec7e32361f [2021-02-11T15:39:21.339Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-11T15:39:21.969Z] ---> d506490d9c6d [2021-02-11T15:39:21.969Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-11T15:39:21.969Z] ---> 51481a2fd128 [2021-02-11T15:39:21.969Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-11T15:39:22.247Z] ---> 6e39281dd4fb [2021-02-11T15:39:22.247Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-11T15:39:22.510Z] Removing intermediate container 5b0edac528a4 [2021-02-11T15:39:22.510Z] ---> c7b111bda79c [2021-02-11T15:39:22.510Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-11T15:39:22.510Z] Removing intermediate container 9dc2aac1ad1b [2021-02-11T15:39:22.510Z] ---> 01aa791a9a04 [2021-02-11T15:39:22.510Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-11T15:39:22.510Z] ---> Running in f5c54f0a2d1a [2021-02-11T15:39:22.772Z] ---> ef9d0cc42173 [2021-02-11T15:39:22.772Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-11T15:39:22.772Z] ---> Running in f497b59d1707 [2021-02-11T15:39:23.035Z] ---> 8a99101b5dcb [2021-02-11T15:39:23.035Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-11T15:39:23.035Z] ---> 1be363605640 [2021-02-11T15:39:23.035Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-11T15:39:23.035Z] Removing intermediate container f5c54f0a2d1a [2021-02-11T15:39:23.035Z] ---> 75107ab9938e [2021-02-11T15:39:23.035Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-11T15:39:23.300Z] ---> 2871d8e23bc7 [2021-02-11T15:39:23.300Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-11T15:39:23.300Z] ---> 4b8bcbaf5c0c [2021-02-11T15:39:23.300Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-11T15:39:23.564Z] ---> 68f71396c41e [2021-02-11T15:39:23.564Z] 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-11T15:39:23.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:23.564Z] ---> Running in 819dd44ab4b1 [2021-02-11T15:39:23.564Z] ---> Running in 4d57b84a26bf [2021-02-11T15:39:23.564Z] ---> Running in f8eac7e5b6a4 [2021-02-11T15:39:23.564Z] ---> 6607b0b11a15 [2021-02-11T15:39:23.564Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-11T15:39:23.828Z] ---> Running in f1434f4d584c [2021-02-11T15:39:24.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:24.090Z] Removing intermediate container 819dd44ab4b1 [2021-02-11T15:39:24.090Z] ---> 3cbbe01a21ab [2021-02-11T15:39:24.090Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:39:24.090Z] Removing intermediate container 4d57b84a26bf [2021-02-11T15:39:24.090Z] ---> c7bbe52b0a9a [2021-02-11T15:39:24.090Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:39:24.355Z] ---> Running in d70c35941179 [2021-02-11T15:39:24.355Z] ---> Running in e9f9ec4624e9 [2021-02-11T15:39:24.355Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-11T15:39:24.617Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-11T15:39:24.617Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-11T15:39:24.617Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-11T15:39:24.879Z] Removing intermediate container d70c35941179 [2021-02-11T15:39:24.879Z] ---> 957f015870c2 [2021-02-11T15:39:24.879Z] Step 20/22 : LABEL arch=x86_64 [2021-02-11T15:39:24.879Z] Removing intermediate container e9f9ec4624e9 [2021-02-11T15:39:24.879Z] ---> 472c2f2de2b1 [2021-02-11T15:39:24.879Z] Step 20/22 : LABEL arch=x86_64 [2021-02-11T15:39:24.879Z] ---> Running in abedfca68432 [2021-02-11T15:39:24.879Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-11T15:39:25.143Z] ---> Running in 0caebe3f824f [2021-02-11T15:39:25.143Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-11T15:39:25.143Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:39:25.143Z] OK: 8 MiB in 20 packages [2021-02-11T15:39:25.404Z] Removing intermediate container abedfca68432 [2021-02-11T15:39:25.404Z] ---> 9ad8747dfd98 [2021-02-11T15:39:25.404Z] Step 21/22 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:39:25.404Z] Removing intermediate container 0caebe3f824f [2021-02-11T15:39:25.404Z] ---> 6616a1c4989f [2021-02-11T15:39:25.404Z] Step 21/22 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:39:25.667Z] ---> Running in f8f9c458ca6c [2021-02-11T15:39:25.667Z] ---> Running in bcdde642c9db [2021-02-11T15:39:25.667Z] Removing intermediate container f8eac7e5b6a4 [2021-02-11T15:39:25.667Z] ---> f4910e8754b4 [2021-02-11T15:39:25.667Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-11T15:39:25.929Z] ---> Running in 472442eccc21 [2021-02-11T15:39:26.192Z] Removing intermediate container f8f9c458ca6c [2021-02-11T15:39:26.193Z] ---> d5fc86a4a0e4 [2021-02-11T15:39:26.193Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T15:39:26.193Z] Removing intermediate container bcdde642c9db [2021-02-11T15:39:26.193Z] ---> 7ecf3be4f591 [2021-02-11T15:39:26.193Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T15:39:26.193Z] Removing intermediate container f1434f4d584c [2021-02-11T15:39:26.193Z] ---> cc22a8b07d16 [2021-02-11T15:39:26.193Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:39:26.193Z] ---> Running in 45a2011785cd [2021-02-11T15:39:26.454Z] ---> Running in a9f78e6973ad [2021-02-11T15:39:26.454Z] Removing intermediate container f497b59d1707 [2021-02-11T15:39:26.454Z] ---> df01cc8419c1 [2021-02-11T15:39:26.454Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:39:26.454Z] Removing intermediate container 472442eccc21 [2021-02-11T15:39:26.454Z] ---> f6f12a2fa78e [2021-02-11T15:39:26.454Z] Step 22/24 : LABEL arch=x86_64 [2021-02-11T15:39:26.724Z] ---> Running in 28cd144dddc9 [2021-02-11T15:39:26.724Z] Removing intermediate container 45a2011785cd [2021-02-11T15:39:26.724Z] ---> b9c7ae223db3 [2021-02-11T15:39:26.724Z] [2021-02-11T15:39:26.724Z] ---> b5c483dd4a1e [2021-02-11T15:39:26.724Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-11T15:39:26.987Z] Removing intermediate container a9f78e6973ad [2021-02-11T15:39:26.987Z] ---> cf65bd93b7ac [2021-02-11T15:39:26.987Z] [2021-02-11T15:39:26.987Z] Successfully built b9c7ae223db3 [2021-02-11T15:39:26.987Z] ---> 3ad1aa42d576 [2021-02-11T15:39:26.987Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-11T15:39:27.253Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-11T15:39:27.253Z] Building docker-sys-mgmt-agent-go [2021-02-11T15:39:27.253Z]  Building docker-support-scheduler-go ... done Successfully built cf65bd93b7ac [2021-02-11T15:39:27.253Z] Removing intermediate container 28cd144dddc9 [2021-02-11T15:39:27.253Z] ---> 53d247a11b74 [2021-02-11T15:39:27.253Z] Step 23/24 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:39:27.253Z] Successfully tagged docker-support-notifications-go:latest [2021-02-11T15:39:27.253Z] Building docker-security-proxy-setup-go [2021-02-11T15:39:27.519Z]  Building docker-support-notifications-go ... done  ---> Running in dc59381cded4 [2021-02-11T15:39:27.519Z] ---> b7135b0efe17 [2021-02-11T15:39:27.519Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-11T15:39:27.792Z] Removing intermediate container dc59381cded4 [2021-02-11T15:39:27.792Z] ---> 0370b64f627b [2021-02-11T15:39:27.792Z] Step 24/24 : LABEL version=0.0.0 [2021-02-11T15:39:27.792Z] ---> e6506a882d8d [2021-02-11T15:39:27.792Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-11T15:39:27.792Z] ---> 149549e1e8f5 [2021-02-11T15:39:27.792Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-11T15:39:28.057Z] ---> Running in 4e83f6c38e01 [2021-02-11T15:39:29.457Z] Removing intermediate container 4e83f6c38e01 [2021-02-11T15:39:29.457Z] ---> 2d2c5b42561d [2021-02-11T15:39:29.457Z] [2021-02-11T15:39:31.379Z] ---> 12d0eb625844 [2021-02-11T15:39:31.379Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-11T15:39:31.641Z] Successfully built 2d2c5b42561d [2021-02-11T15:39:32.215Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-11T15:39:32.215Z] Building docker-core-metadata-go [2021-02-11T15:39:35.528Z]  Building docker-security-secretstore-setup-go ... done  ---> d6602c74b538 [2021-02-11T15:39:35.528Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-11T15:39:35.528Z] ---> Running in 21a778a4d19a [2021-02-11T15:39:36.918Z] ---> Running in 827de2055940 [2021-02-11T15:39:37.507Z] Removing intermediate container 21a778a4d19a [2021-02-11T15:39:37.507Z] ---> dbd1ddabd74a [2021-02-11T15:39:37.507Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:39:39.454Z] ---> Running in 277d96d08be1 [2021-02-11T15:39:39.455Z] Removing intermediate container 827de2055940 [2021-02-11T15:39:39.455Z] ---> 93f8b0802f47 [2021-02-11T15:39:39.455Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-11T15:39:42.705Z] Removing intermediate container 277d96d08be1 [2021-02-11T15:39:42.705Z] ---> d8c69484c217 [2021-02-11T15:39:42.705Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T15:39:47.022Z] ---> 6fc5efda1254 [2021-02-11T15:39:47.022Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-11T15:39:47.288Z] ---> Running in 74eb1dcc831d [2021-02-11T15:39:48.691Z] ---> Running in 21672b60816d [2021-02-11T15:39:49.647Z] Removing intermediate container 74eb1dcc831d [2021-02-11T15:39:49.647Z] ---> 56c09d0aa4f0 [2021-02-11T15:39:49.647Z] Step 22/23 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:39:49.909Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:39:49.909Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:39:49.909Z] ---> 0ff4ef72d5f9 [2021-02-11T15:39:49.909Z] Step 3/26 : WORKDIR /edgex-go [2021-02-11T15:39:49.909Z] ---> Using cache [2021-02-11T15:39:49.909Z] ---> 1598a9350eab [2021-02-11T15:39:49.909Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:39:49.909Z] ---> Using cache [2021-02-11T15:39:49.909Z] ---> 5c7ce4708431 [2021-02-11T15:39:49.909Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-11T15:39:51.301Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:39:51.301Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:39:51.301Z] ---> 0ff4ef72d5f9 [2021-02-11T15:39:51.301Z] Step 3/21 : WORKDIR /edgex-go [2021-02-11T15:39:51.301Z] ---> Using cache [2021-02-11T15:39:51.301Z] ---> 1598a9350eab [2021-02-11T15:39:51.301Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:39:51.301Z] ---> Using cache [2021-02-11T15:39:51.301Z] ---> 5c7ce4708431 [2021-02-11T15:39:51.301Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-11T15:39:51.301Z] ---> Using cache [2021-02-11T15:39:51.301Z] ---> e4ca2cd8541d [2021-02-11T15:39:51.301Z] Step 6/21 : COPY go.mod . [2021-02-11T15:39:51.301Z] ---> Using cache [2021-02-11T15:39:51.301Z] ---> 88b138ee1135 [2021-02-11T15:39:51.301Z] Step 7/21 : RUN go mod download [2021-02-11T15:39:51.301Z] ---> Using cache [2021-02-11T15:39:51.301Z] ---> 4204b1a47732 [2021-02-11T15:39:51.301Z] Step 8/21 : COPY . . [2021-02-11T15:39:51.301Z] ---> Using cache [2021-02-11T15:39:51.301Z] ---> cd6e20942e61 [2021-02-11T15:39:51.301Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-11T15:39:52.693Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:39:52.693Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:39:52.693Z] ---> 0ff4ef72d5f9 [2021-02-11T15:39:52.693Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:39:52.693Z] ---> Using cache [2021-02-11T15:39:52.693Z] ---> 1598a9350eab [2021-02-11T15:39:52.693Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:39:52.693Z] ---> Using cache [2021-02-11T15:39:52.693Z] ---> 5c7ce4708431 [2021-02-11T15:39:52.693Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T15:39:52.693Z] ---> Using cache [2021-02-11T15:39:52.693Z] ---> e4ca2cd8541d [2021-02-11T15:39:52.693Z] Step 6/23 : COPY go.mod . [2021-02-11T15:39:52.693Z] ---> Using cache [2021-02-11T15:39:52.693Z] ---> 88b138ee1135 [2021-02-11T15:39:52.693Z] Step 7/23 : RUN go mod download [2021-02-11T15:39:52.694Z] ---> Using cache [2021-02-11T15:39:52.694Z] ---> 4204b1a47732 [2021-02-11T15:39:52.694Z] Step 8/23 : COPY . . [2021-02-11T15:39:52.694Z] ---> Using cache [2021-02-11T15:39:52.694Z] ---> cd6e20942e61 [2021-02-11T15:39:52.694Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-11T15:39:52.694Z] ---> Running in ed8433151f07 [2021-02-11T15:39:52.694Z] ---> Running in dd46192b39ad [2021-02-11T15:39:53.639Z] ---> Running in ae9e2b2b3e9a [2021-02-11T15:39:53.639Z] ---> Running in 48c89fa2c16f [2021-02-11T15:39:53.639Z] Removing intermediate container ed8433151f07 [2021-02-11T15:39:53.639Z] ---> 319f4506f9ab [2021-02-11T15:39:53.639Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T15:39:53.901Z] ---> Running in 1db7b630f2b4 [2021-02-11T15:39:54.166Z] Removing intermediate container 1db7b630f2b4 [2021-02-11T15:39:54.166Z] ---> 392293aefcc2 [2021-02-11T15:39:54.166Z] [2021-02-11T15:39:54.439Z] 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-11T15:39:54.439Z] Successfully built 392293aefcc2 [2021-02-11T15:39:54.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:54.439Z] Successfully tagged docker-core-data-go:latest [2021-02-11T15:39:54.439Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-02-11T15:39:54.439Z] Removing intermediate container 21672b60816d [2021-02-11T15:39:54.439Z] ---> b36b8a33ebeb [2021-02-11T15:39:54.439Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-11T15:39:54.705Z] 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-11T15:39:54.705Z] ---> Running in 7b54f85ae3f2 [2021-02-11T15:39:54.974Z] Removing intermediate container 7b54f85ae3f2 [2021-02-11T15:39:54.974Z] ---> dc8246d4bca2 [2021-02-11T15:39:54.974Z] Step 27/30 : CMD ["gate"] [2021-02-11T15:39:54.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:55.250Z] ---> Running in c708317fc6c5 [2021-02-11T15:39:56.199Z] OK: 233 MiB in 51 packages [2021-02-11T15:39:56.593Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-11T15:39:58.285Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-11T15:39:59.594Z] Removing intermediate container c708317fc6c5 [2021-02-11T15:39:59.594Z] ---> 1e6dfa0c8f4c [2021-02-11T15:39:59.594Z] Step 28/30 : LABEL arch=x86_64 [2021-02-11T15:39:59.876Z] ---> Running in d391081854c8 [2021-02-11T15:39:59.876Z] Removing intermediate container dd46192b39ad [2021-02-11T15:39:59.876Z] ---> 58286789b778 [2021-02-11T15:39:59.876Z] Step 6/26 : COPY go.mod . [2021-02-11T15:40:01.314Z] Removing intermediate container d391081854c8 [2021-02-11T15:40:01.314Z] ---> 12fbceda37e4 [2021-02-11T15:40:01.314Z] Step 29/30 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:40:01.594Z] ---> 7482ede8f278 [2021-02-11T15:40:01.594Z] Step 7/26 : RUN go mod download [2021-02-11T15:40:02.193Z] ---> Running in f55da545c9fc [2021-02-11T15:40:02.193Z] ---> Running in addb6c81d4ea [2021-02-11T15:40:02.791Z] Removing intermediate container addb6c81d4ea [2021-02-11T15:40:02.791Z] ---> 92af82ea2f80 [2021-02-11T15:40:02.791Z] Step 30/30 : LABEL version=0.0.0 [2021-02-11T15:40:03.378Z] ---> Running in bea98843e416 [2021-02-11T15:40:04.002Z] Removing intermediate container bea98843e416 [2021-02-11T15:40:04.002Z] ---> 44783dc1c63f [2021-02-11T15:40:04.002Z] [2021-02-11T15:40:04.598Z] Successfully built 44783dc1c63f [2021-02-11T15:40:04.598Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-11T15:40:06.581Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container f55da545c9fc [2021-02-11T15:40:06.581Z] ---> 3f5cb5344a0b [2021-02-11T15:40:06.581Z] Step 8/26 : COPY . . [2021-02-11T15:40:08.487Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-11T15:40:08.487Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-11T15:40:10.567Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-11T15:40:10.567Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-11T15:40:10.567Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-11T15:40:10.567Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-11T15:40:12.555Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-11T15:40:14.546Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-11T15:40:14.962Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:40:14.962Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:40:14.962Z] ---> 0ff4ef72d5f9 [2021-02-11T15:40:14.962Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:40:14.962Z] ---> Using cache [2021-02-11T15:40:14.962Z] ---> 1598a9350eab [2021-02-11T15:40:14.962Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:40:14.962Z] ---> Using cache [2021-02-11T15:40:14.962Z] ---> 5c7ce4708431 [2021-02-11T15:40:14.962Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T15:40:14.962Z] ---> Using cache [2021-02-11T15:40:14.962Z] ---> e4ca2cd8541d [2021-02-11T15:40:14.962Z] Step 6/23 : COPY go.mod . [2021-02-11T15:40:14.962Z] ---> Using cache [2021-02-11T15:40:14.962Z] ---> 88b138ee1135 [2021-02-11T15:40:14.962Z] Step 7/23 : RUN go mod download [2021-02-11T15:40:14.962Z] ---> Using cache [2021-02-11T15:40:14.962Z] ---> 4204b1a47732 [2021-02-11T15:40:14.962Z] Step 8/23 : COPY . . [2021-02-11T15:40:14.962Z] ---> Using cache [2021-02-11T15:40:14.962Z] ---> cd6e20942e61 [2021-02-11T15:40:14.962Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-11T15:40:14.962Z] ---> Running in 6ad8e7004ad9 [2021-02-11T15:40:16.909Z] 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-11T15:40:16.909Z] 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-11T15:40:22.863Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-11T15:40:22.863Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-11T15:40:22.863Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-11T15:40:29.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.394s coverage: 45.9% of statements [2021-02-11T15:40:29.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-11T15:40:29.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-11T15:40:29.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-11T15:40:29.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-11T15:40:29.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-11T15:40:29.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-11T15:40:29.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-11T15:40:29.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.201s coverage: 100.0% of statements [2021-02-11T15:40:31.936Z] ---> da67262a926d [2021-02-11T15:40:31.937Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-11T15:40:31.937Z] Removing intermediate container ae9e2b2b3e9a [2021-02-11T15:40:31.937Z] ---> 47b822205bc8 [2021-02-11T15:40:31.937Z] [2021-02-11T15:40:31.937Z] Step 10/21 : FROM alpine:3.12 [2021-02-11T15:40:31.937Z] ---> 389fef711851 [2021-02-11T15:40:31.937Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-11T15:40:31.937Z] ---> Running in 282ceaf2356c [2021-02-11T15:40:32.205Z] ---> Running in 2a8aea26e12f [2021-02-11T15:40:32.205Z] Removing intermediate container 48c89fa2c16f [2021-02-11T15:40:32.205Z] ---> 5a4d19a379d6 [2021-02-11T15:40:32.205Z] [2021-02-11T15:40:32.205Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:40:32.205Z] ---> 389fef711851 [2021-02-11T15:40:32.205Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:40:32.205Z] ---> Using cache [2021-02-11T15:40:32.205Z] ---> 1a30ba6a0b72 [2021-02-11T15:40:32.205Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:40:32.477Z] ---> Using cache [2021-02-11T15:40:32.477Z] ---> 3286719bfbd0 [2021-02-11T15:40:32.477Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-11T15:40:32.749Z] ---> Running in 96018958c3ee [2021-02-11T15:40:33.343Z] Removing intermediate container 96018958c3ee [2021-02-11T15:40:33.343Z] ---> db4d815d5ca8 [2021-02-11T15:40:33.343Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T15:40:33.343Z] 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-11T15:40:33.343Z] ---> Running in 121a237365a6 [2021-02-11T15:40:33.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:40:33.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:40:33.619Z] Removing intermediate container 121a237365a6 [2021-02-11T15:40:33.619Z] ---> e3c2a64c5576 [2021-02-11T15:40:33.619Z] Step 15/23 : WORKDIR / [2021-02-11T15:40:33.619Z] ---> Running in 9d41558b769e [2021-02-11T15:40:33.891Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-11T15:40:33.891Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:40:33.891Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-11T15:40:33.891Z] (4/4) Installing curl (7.69.1-r3) [2021-02-11T15:40:33.891Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:40:33.891Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:40:33.891Z] OK: 7 MiB in 18 packages [2021-02-11T15:40:34.167Z] Removing intermediate container 9d41558b769e [2021-02-11T15:40:34.167Z] ---> 8889aba6ce1b [2021-02-11T15:40:34.167Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:40:34.773Z] ---> e0d9944d933e [2021-02-11T15:40:34.773Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-11T15:40:35.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.669s coverage: 27.1% of statements [2021-02-11T15:40:35.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-11T15:40:35.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-11T15:40:35.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-11T15:40:35.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-11T15:40:35.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-11T15:40:35.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-11T15:40:35.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-02-11T15:40:35.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-11T15:40:35.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements [2021-02-11T15:40:35.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-11T15:40:35.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-11T15:40:35.365Z] Removing intermediate container 2a8aea26e12f [2021-02-11T15:40:35.365Z] ---> 88ddb871e6f3 [2021-02-11T15:40:35.365Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T15:40:36.335Z] ---> Running in d14a3f0297d8 [2021-02-11T15:40:36.618Z] ---> bdecf9085ed5 [2021-02-11T15:40:36.618Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-11T15:40:36.887Z] Removing intermediate container d14a3f0297d8 [2021-02-11T15:40:36.887Z] ---> 67568750eefd [2021-02-11T15:40:36.887Z] Step 13/21 : WORKDIR /edgex [2021-02-11T15:40:37.158Z] ---> Running in 83416dccb51d [2021-02-11T15:40:37.158Z] ---> 534b73b21790 [2021-02-11T15:40:37.158Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-11T15:40:37.426Z] ---> Running in 36de76b9bcca [2021-02-11T15:40:37.426Z] Removing intermediate container 83416dccb51d [2021-02-11T15:40:37.426Z] ---> 40fdcc690c20 [2021-02-11T15:40:37.426Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-11T15:40:37.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 65.8% of statements [2021-02-11T15:40:37.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-11T15:40:37.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-11T15:40:37.705Z] Removing intermediate container 36de76b9bcca [2021-02-11T15:40:37.705Z] ---> a59b96672cb5 [2021-02-11T15:40:37.705Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:40:39.131Z] ---> Running in 9b7b667a9db0 [2021-02-11T15:40:39.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.702s coverage: 82.3% of statements [2021-02-11T15:40:39.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-11T15:40:39.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:40:39.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-11T15:40:39.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-11T15:40:40.082Z] ---> 1b1254eddf81 [2021-02-11T15:40:40.082Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-11T15:40:40.364Z] Removing intermediate container 9b7b667a9db0 [2021-02-11T15:40:40.364Z] ---> d4f71cef8c7e [2021-02-11T15:40:40.364Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T15:40:40.644Z] Removing intermediate container 6ad8e7004ad9 [2021-02-11T15:40:40.644Z] ---> d3b474911820 [2021-02-11T15:40:40.644Z] [2021-02-11T15:40:40.644Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:40:40.644Z] ---> 389fef711851 [2021-02-11T15:40:40.644Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:40:40.644Z] ---> Using cache [2021-02-11T15:40:40.644Z] ---> 1a30ba6a0b72 [2021-02-11T15:40:40.644Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:40:40.644Z] ---> Using cache [2021-02-11T15:40:40.644Z] ---> 3286719bfbd0 [2021-02-11T15:40:40.644Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-11T15:40:40.644Z] ---> Running in 46d1dfcbb920 [2021-02-11T15:40:41.603Z] ---> Running in dcd9716a79a1 [2021-02-11T15:40:41.880Z] ---> 4b0d8717dd74 [2021-02-11T15:40:41.880Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-11T15:40:41.880Z] Removing intermediate container 46d1dfcbb920 [2021-02-11T15:40:41.880Z] ---> 66b9c372e65a [2021-02-11T15:40:41.880Z] Step 22/23 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:40:42.156Z] Removing intermediate container dcd9716a79a1 [2021-02-11T15:40:42.156Z] ---> 8d5a98f1fb31 [2021-02-11T15:40:42.156Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T15:40:42.156Z] ---> Running in d010ecfa1354 [2021-02-11T15:40:42.438Z] ---> Running in 8065e0a8cfb2 [2021-02-11T15:40:42.438Z] ---> 941097076bdd [2021-02-11T15:40:42.438Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-11T15:40:42.709Z] Removing intermediate container d010ecfa1354 [2021-02-11T15:40:42.709Z] ---> 62b0b759de0b [2021-02-11T15:40:42.709Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T15:40:42.709Z] ---> Running in acbbf4bedd16 [2021-02-11T15:40:42.976Z] ---> Running in 711e95469aa3 [2021-02-11T15:40:42.976Z] Removing intermediate container 8065e0a8cfb2 [2021-02-11T15:40:42.976Z] ---> 84109d87713f [2021-02-11T15:40:42.976Z] Step 15/23 : WORKDIR / [2021-02-11T15:40:43.241Z] Removing intermediate container acbbf4bedd16 [2021-02-11T15:40:43.241Z] ---> a1164d516c62 [2021-02-11T15:40:43.241Z] Step 18/21 : CMD ["--init=true"] [2021-02-11T15:40:43.241Z] ---> Running in 6b3472751d0f [2021-02-11T15:40:43.513Z] Removing intermediate container 711e95469aa3 [2021-02-11T15:40:43.514Z] ---> 0c24d28a5c4b [2021-02-11T15:40:43.514Z] [2021-02-11T15:40:43.787Z] ---> Running in 0efa788de759 [2021-02-11T15:40:43.787Z] Successfully built 0c24d28a5c4b [2021-02-11T15:40:43.787Z] Successfully tagged docker-core-metadata-go:latest [2021-02-11T15:40:43.787Z]  Building docker-core-metadata-go ... done Removing intermediate container 6b3472751d0f [2021-02-11T15:40:43.787Z] ---> 942c88fac13c [2021-02-11T15:40:43.787Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:40:44.058Z] Removing intermediate container 0efa788de759 [2021-02-11T15:40:44.058Z] ---> 0b86ce34cd8a [2021-02-11T15:40:44.058Z] Step 19/21 : LABEL arch=x86_64 [2021-02-11T15:40:44.058Z] ---> Running in 061db8a2dc76 [2021-02-11T15:40:44.326Z] ---> f2ddd2b6432c [2021-02-11T15:40:44.326Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-11T15:40:44.326Z] Removing intermediate container 061db8a2dc76 [2021-02-11T15:40:44.326Z] ---> 83df824296b3 [2021-02-11T15:40:44.326Z] Step 20/21 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:40:44.588Z] ---> Running in d76aa3fb9c7d [2021-02-11T15:40:44.851Z] ---> a1c390910930 [2021-02-11T15:40:44.851Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-11T15:40:44.851Z] Removing intermediate container d76aa3fb9c7d [2021-02-11T15:40:44.851Z] ---> 52ca401e95b7 [2021-02-11T15:40:44.851Z] Step 21/21 : LABEL version=0.0.0 [2021-02-11T15:40:44.851Z] ---> Running in b2520c66878f [2021-02-11T15:40:45.115Z] ---> 147a05f88539 [2021-02-11T15:40:45.116Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-11T15:40:45.116Z] Removing intermediate container b2520c66878f [2021-02-11T15:40:45.116Z] ---> 165564bb4024 [2021-02-11T15:40:45.116Z] [2021-02-11T15:40:45.381Z] ---> Running in b6f5674c8f40 [2021-02-11T15:40:45.381Z] Successfully built 165564bb4024 [2021-02-11T15:40:45.381Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-11T15:40:45.651Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b6f5674c8f40 [2021-02-11T15:40:45.651Z] ---> 25762dd3cf0a [2021-02-11T15:40:45.651Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:40:45.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.325s coverage: 28.6% of statements [2021-02-11T15:40:45.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-11T15:40:45.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-11T15:40:45.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-11T15:40:45.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-11T15:40:45.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-11T15:40:45.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.155s coverage: 100.0% of statements [2021-02-11T15:40:45.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-11T15:40:45.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.108s coverage: 100.0% of statements [2021-02-11T15:40:45.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-11T15:40:45.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.327s coverage: 86.7% of statements [2021-02-11T15:40:45.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-11T15:40:47.052Z] ---> Running in ab4a91042f6d [2021-02-11T15:40:47.052Z] Removing intermediate container 282ceaf2356c [2021-02-11T15:40:47.052Z] ---> 938cc82f656b [2021-02-11T15:40:47.052Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-11T15:40:47.052Z] ---> Running in bc5ae450ff74 [2021-02-11T15:40:47.052Z] Removing intermediate container ab4a91042f6d [2021-02-11T15:40:47.052Z] ---> 5b9e94bbc307 [2021-02-11T15:40:47.052Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T15:40:47.317Z] ---> Running in cccab2bedc4f [2021-02-11T15:40:47.317Z] Removing intermediate container cccab2bedc4f [2021-02-11T15:40:47.317Z] ---> 7c875d7a9be4 [2021-02-11T15:40:47.317Z] Step 22/23 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:40:47.581Z] ---> Running in 9b112d25e628 [2021-02-11T15:40:47.581Z] 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-11T15:40:47.848Z] Removing intermediate container 9b112d25e628 [2021-02-11T15:40:47.848Z] ---> b209b8a77260 [2021-02-11T15:40:47.848Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T15:40:47.848Z] ---> Running in 8d32cff8f4ce [2021-02-11T15:40:47.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.399s coverage: 97.5% of statements [2021-02-11T15:40:47.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-11T15:40:47.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements [2021-02-11T15:40:47.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-11T15:40:47.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-11T15:40:47.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-11T15:40:47.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-11T15:40:48.113Z] Removing intermediate container 8d32cff8f4ce [2021-02-11T15:40:48.113Z] ---> 438739dd26e1 [2021-02-11T15:40:48.113Z] [2021-02-11T15:40:48.375Z] Successfully built 438739dd26e1 [2021-02-11T15:40:48.375Z] Successfully tagged docker-core-command-go:latest [2021-02-11T15:40:48.639Z]  Building docker-core-command-go ... done Removing intermediate container bc5ae450ff74 [2021-02-11T15:40:48.639Z] ---> ab933ebe6157 [2021-02-11T15:40:48.639Z] [2021-02-11T15:40:48.639Z] Step 11/26 : FROM docker:20.10.0 [2021-02-11T15:40:48.639Z] 20.10.0: Pulling from library/docker [2021-02-11T15:40:52.874Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-11T15:40:52.874Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-11T15:40:52.874Z] ---> aefe523efa57 [2021-02-11T15:40:52.874Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-11T15:40:53.451Z] ---> Running in e4a6d981669c [2021-02-11T15:40:53.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:40:53.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:40:53.978Z] (1/2) Installing readline (8.0.4-r0) [2021-02-11T15:40:53.978Z] (2/2) Installing bash (5.0.17-r0) [2021-02-11T15:40:53.978Z] Executing bash-5.0.17-r0.post-install [2021-02-11T15:40:53.978Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:40:53.978Z] OK: 12 MiB in 22 packages [2021-02-11T15:40:54.551Z] Removing intermediate container e4a6d981669c [2021-02-11T15:40:54.551Z] ---> 9d8391859876 [2021-02-11T15:40:54.551Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-11T15:40:54.551Z] ---> Running in 8ed4b3678520 [2021-02-11T15:40:54.813Z] Removing intermediate container 8ed4b3678520 [2021-02-11T15:40:54.813Z] ---> 127769d106a6 [2021-02-11T15:40:54.813Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-11T15:40:55.075Z] ---> Running in be25d01f16fb [2021-02-11T15:40:55.338Z] Removing intermediate container be25d01f16fb [2021-02-11T15:40:55.338Z] ---> 6838280cec11 [2021-02-11T15:40:55.338Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-11T15:40:55.338Z] ---> Running in ae6be91e947e [2021-02-11T15:40:55.600Z] Removing intermediate container ae6be91e947e [2021-02-11T15:40:55.600Z] ---> 927905cca9aa [2021-02-11T15:40:55.600Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-11T15:40:55.862Z] ---> 76ce7a4fcad9 [2021-02-11T15:40:55.862Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-11T15:40:56.124Z] ---> 08025c956882 [2021-02-11T15:40:56.124Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-11T15:40:56.696Z] ---> 7a7339326039 [2021-02-11T15:40:56.696Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-11T15:40:56.696Z] ---> Running in 223ce761e548 [2021-02-11T15:40:56.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:40:57.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:40:57.221Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-11T15:40:57.221Z] (2/33) Installing expat (2.2.9-r1) [2021-02-11T15:40:57.221Z] (3/33) Installing libffi (3.3-r2) [2021-02-11T15:40:57.221Z] (4/33) Installing gdbm (1.13-r1) [2021-02-11T15:40:57.221Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-11T15:40:57.221Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-11T15:40:57.221Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-11T15:40:58.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.352s coverage: 92.8% of statements [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-11T15:40:58.087Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-11T15:40:58.087Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.255s coverage: 0.1% of statements [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-11T15:40:58.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-11T15:40:58.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 45.5% of statements [2021-02-11T15:40:58.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.103s coverage: 79.5% of statements [2021-02-11T15:40:58.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements [2021-02-11T15:40:58.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements [2021-02-11T15:40:58.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-02-11T15:40:58.606Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-11T15:40:58.606Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-11T15:40:58.606Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-11T15:40:58.606Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-11T15:40:58.606Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-11T15:40:58.606Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-11T15:40:58.606Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-11T15:40:58.606Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-11T15:40:58.606Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-11T15:40:58.606Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-11T15:40:58.606Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-11T15:40:58.606Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-11T15:40:58.606Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-11T15:40:58.606Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-11T15:40:58.606Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-11T15:40:58.606Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-11T15:40:58.868Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-11T15:40:58.868Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-11T15:40:58.868Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-11T15:40:58.868Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-11T15:40:58.868Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-11T15:40:58.868Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-11T15:40:58.868Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-11T15:40:58.868Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-11T15:40:58.868Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-11T15:40:58.868Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-11T15:40:58.868Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:40:58.868Z] OK: 71 MiB in 55 packages [2021-02-11T15:41:07.076Z] Removing intermediate container 223ce761e548 [2021-02-11T15:41:07.076Z] ---> abe4d8cdf61b [2021-02-11T15:41:07.076Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-11T15:41:07.076Z] ---> Running in bcaab366e73e [2021-02-11T15:41:08.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.079s coverage: 94.4% of statements [2021-02-11T15:41:08.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.077s coverage: 44.8% of statements [2021-02-11T15:41:08.508Z] Collecting docker-compose==1.23.2 [2021-02-11T15:41:08.508Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-11T15:41:08.508Z] 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-11T15:41:08.508Z] Collecting texttable<0.10,>=0.9.0 [2021-02-11T15:41:08.508Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-11T15:41:08.785Z] Collecting docopt<0.7,>=0.6.1 [2021-02-11T15:41:08.785Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-11T15:41:09.362Z] Collecting docker<4.0,>=3.6.0 [2021-02-11T15:41:09.362Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-11T15:41:09.623Z] Collecting PyYAML<4,>=3.10 [2021-02-11T15:41:09.623Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-11T15:41:10.568Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-11T15:41:10.568Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-11T15:41:11.513Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-11T15:41:11.513Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-11T15:41:12.086Z] Collecting jsonschema<3,>=2.5.1 [2021-02-11T15:41:12.086Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-11T15:41:12.086Z] Collecting cached-property<2,>=1.2.0 [2021-02-11T15:41:12.086Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-11T15:41:12.348Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-11T15:41:12.348Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-11T15:41:12.608Z] Collecting docker-pycreds>=0.4.0 [2021-02-11T15:41:12.608Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-11T15:41:12.608Z] 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-11T15:41:12.608Z] 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-11T15:41:12.608Z] Collecting idna<2.8,>=2.5 [2021-02-11T15:41:12.608Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-11T15:41:12.608Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-11T15:41:12.608Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-11T15:41:12.870Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-11T15:41:12.870Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-11T15:41:12.870Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-11T15:41:12.870Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-11T15:41:12.870Z] Installing collected packages: texttable, docopt, docker-pycreds, websocket-client, idna, urllib3, requests, docker, PyYAML, dockerpty, jsonschema, cached-property, docker-compose [2021-02-11T15:41:12.870Z] Running setup.py install for texttable: started [2021-02-11T15:41:13.444Z] Running setup.py install for texttable: finished with status 'done' [2021-02-11T15:41:13.444Z] Running setup.py install for docopt: started [2021-02-11T15:41:14.017Z] Running setup.py install for docopt: finished with status 'done' [2021-02-11T15:41:14.017Z] Attempting uninstall: idna [2021-02-11T15:41:14.017Z] Found existing installation: idna 2.9 [2021-02-11T15:41:14.017Z] Uninstalling idna-2.9: [2021-02-11T15:41:14.017Z] Successfully uninstalled idna-2.9 [2021-02-11T15:41:14.279Z] Attempting uninstall: urllib3 [2021-02-11T15:41:14.279Z] Found existing installation: urllib3 1.25.9 [2021-02-11T15:41:14.279Z] Uninstalling urllib3-1.25.9: [2021-02-11T15:41:14.279Z] Successfully uninstalled urllib3-1.25.9 [2021-02-11T15:41:14.541Z] Attempting uninstall: requests [2021-02-11T15:41:14.541Z] Found existing installation: requests 2.23.0 [2021-02-11T15:41:14.541Z] Uninstalling requests-2.23.0: [2021-02-11T15:41:14.541Z] Successfully uninstalled requests-2.23.0 [2021-02-11T15:41:14.802Z] Running setup.py install for PyYAML: started [2021-02-11T15:41:15.375Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-11T15:41:15.375Z] Running setup.py install for dockerpty: started [2021-02-11T15:41:15.948Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-11T15:41:16.210Z] 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-11T15:41:19.525Z] Removing intermediate container bcaab366e73e [2021-02-11T15:41:19.525Z] ---> 0ae6c1a89f4e [2021-02-11T15:41:19.525Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-11T15:41:19.525Z] ---> Running in d4a06656fbdb [2021-02-11T15:41:19.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:41:19.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:41:19.797Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:41:19.797Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-11T15:41:19.797Z] (3/3) Installing curl (7.69.1-r3) [2021-02-11T15:41:19.797Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:41:19.797Z] OK: 72 MiB in 58 packages [2021-02-11T15:41:20.369Z] Removing intermediate container d4a06656fbdb [2021-02-11T15:41:20.369Z] ---> 44c00c668ccc [2021-02-11T15:41:20.369Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-11T15:41:20.369Z] ---> Running in 11c5f9e9d9b4 [2021-02-11T15:41:20.369Z] Removing intermediate container 11c5f9e9d9b4 [2021-02-11T15:41:20.369Z] ---> 6f80dae75a2e [2021-02-11T15:41:20.369Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:41:20.631Z] ---> Running in 58d2588f493b [2021-02-11T15:41:20.631Z] Removing intermediate container 58d2588f493b [2021-02-11T15:41:20.631Z] ---> 09bd142a3484 [2021-02-11T15:41:20.631Z] Step 24/26 : LABEL arch=x86_64 [2021-02-11T15:41:20.893Z] ---> Running in 2e0c7412de87 [2021-02-11T15:41:20.893Z] Removing intermediate container 2e0c7412de87 [2021-02-11T15:41:20.893Z] ---> 4aa0cd64e0b6 [2021-02-11T15:41:20.893Z] Step 25/26 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:41:20.893Z] ---> Running in 4d0d788a760f [2021-02-11T15:41:21.157Z] Removing intermediate container 4d0d788a760f [2021-02-11T15:41:21.157Z] ---> 08dcdf5dfe47 [2021-02-11T15:41:21.157Z] Step 26/26 : LABEL version=0.0.0 [2021-02-11T15:41:21.157Z] ---> Running in 518b141fa13e [2021-02-11T15:41:21.418Z] Removing intermediate container 518b141fa13e [2021-02-11T15:41:21.418Z] ---> 2827e7120809 [2021-02-11T15:41:21.419Z] [2021-02-11T15:41:21.419Z] Successfully built 2827e7120809 [2021-02-11T15:41:21.419Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-11T15:41:22.005Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-11T15:41:22.012Z] $ docker stop --time=1 362e1ba23de8b0843aec852dd4ebefac24ada937f55185cbdae48898c2092710 [2021-02-11T15:41:23.585Z] $ docker rm -f 362e1ba23de8b0843aec852dd4ebefac24ada937f55185cbdae48898c2092710 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T15:41:24.139Z] + docker images [2021-02-11T15:41:24.139Z] + grep docker [2021-02-11T15:41:24.401Z] docker-sys-mgmt-agent-go latest 2827e7120809 3 seconds ago 313MB [2021-02-11T15:41:24.401Z] docker-core-command-go latest 438739dd26e1 37 seconds ago 16.9MB [2021-02-11T15:41:24.401Z] docker-security-proxy-setup-go latest 165564bb4024 40 seconds ago 24.4MB [2021-02-11T15:41:24.401Z] docker-core-metadata-go latest 0c24d28a5c4b 41 seconds ago 18.8MB [2021-02-11T15:41:24.401Z] docker-security-bootstrapper-go latest 44783dc1c63f About a minute ago 17.9MB [2021-02-11T15:41:24.401Z] docker-core-data-go latest 392293aefcc2 About a minute ago 22.3MB [2021-02-11T15:41:24.401Z] docker-security-secretstore-setup-go latest 2d2c5b42561d About a minute ago 24.6MB [2021-02-11T15:41:24.401Z] docker-support-scheduler-go latest b9c7ae223db3 About a minute ago 17MB [2021-02-11T15:41:24.401Z] docker-support-notifications-go latest cf65bd93b7ac About a minute ago 17.6MB [2021-02-11T15:41:24.401Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.138s coverage: 92.9% of statements [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.598s coverage: 63.5% of statements [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-02-11T15:41:26.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.009s coverage: 68.9% of statements [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-11T15:41:26.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-11T15:41:29.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.414s coverage: 37.0% of statements [2021-02-11T15:41:29.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-11T15:41:29.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-11T15:41:29.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.824s coverage: 84.0% of statements [2021-02-11T15:41:29.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements [2021-02-11T15:41:36.035Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.442s coverage: 47.0% of statements [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-11T15:41:36.035Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.177s coverage: 100.0% of statements [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-11T15:41:36.035Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-11T15:41:36.035Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.389s coverage: 89.4% of statements [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:41:36.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-11T15:41:40.046Z] Still waiting to schedule task [2021-02-11T15:41:40.046Z] ‘prd-ubuntu18.04-docker-8c-8g-26104’ is offline [2021-02-11T15:41:46.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.386s coverage: 29.1% of statements [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-11T15:41:46.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-11T15:41:46.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.170s coverage: 100.0% of statements [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-11T15:41:46.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.273s coverage: 100.0% of statements [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-11T15:41:46.222Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-11T15:41:46.222Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-11T15:41:46.222Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-11T15:41:46.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-11T15:41:46.222Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-02-11T15:41:46.222Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-11T15:41:46.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-02-11T15:41:47.472Z] GO111MODULE=on go vet ./... [2021-02-11T15:43:09.334Z] gofmt -l . [2021-02-11T15:43:09.335Z] [ "`gofmt -l .`" = "" ] [2021-02-11T15:43:09.335Z] ./bin/test-go-mod-tidy.sh [2021-02-11T15:43:09.335Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-11T15:43:09.998Z] + ls -al . [2021-02-11T15:43:09.998Z] total 728 [2021-02-11T15:43:09.998Z] drwxrwxr-x 9 1001 1001 4096 Feb 11 15:43 . [2021-02-11T15:43:09.998Z] drwxr-xr-x 4 root root 4096 Feb 11 15:38 .. [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 11 Feb 11 15:37 .dockerignore [2021-02-11T15:43:09.998Z] drwxrwxr-x 8 1001 1001 4096 Feb 11 15:37 .git [2021-02-11T15:43:09.998Z] drwxrwxr-x 3 1001 1001 4096 Feb 11 15:37 .github [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 818 Feb 11 15:37 .gitignore [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 166 Feb 11 15:37 .sonarcloud.properties [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 7859 Feb 11 15:37 Attribution.txt [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 3804 Feb 11 15:37 CONTRIBUTING.md [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 931 Feb 11 15:37 Dockerfile.build [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 863 Feb 11 15:37 Jenkinsfile [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 10775 Feb 11 15:37 LICENSE [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 5774 Feb 11 15:37 Makefile [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 6524 Feb 11 15:37 README.md [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 6755 Feb 11 15:37 SECURITY.md [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 5 Feb 11 15:33 VERSION [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 4131 Feb 11 15:37 ZMQWindows.md [2021-02-11T15:43:09.998Z] drwxrwxr-x 2 1001 1001 4096 Feb 11 15:37 bin [2021-02-11T15:43:09.998Z] drwxrwxr-x 14 1001 1001 4096 Feb 11 15:37 cmd [2021-02-11T15:43:09.998Z] -rw-r--r-- 1 root root 595164 Feb 11 15:41 coverage.out [2021-02-11T15:43:09.998Z] -rw-r--r-- 1 root root 1054 Feb 11 15:43 go.mod [2021-02-11T15:43:09.998Z] -rw-r--r-- 1 root root 19290 Feb 11 15:43 go.sum [2021-02-11T15:43:09.998Z] drwxrwxr-x 8 1001 1001 4096 Feb 11 15:37 internal [2021-02-11T15:43:09.998Z] drwxrwxr-x 4 1001 1001 4096 Feb 11 15:37 openapi [2021-02-11T15:43:09.998Z] drwxrwxr-x 4 1001 1001 4096 Feb 11 15:37 snap [2021-02-11T15:43:09.998Z] -rw-rw-r-- 1 1001 1001 168 Feb 11 15:37 version.go [Pipeline] sh [2021-02-11T15:43:10.725Z] + '[' -e coverage.out ] [2021-02-11T15:43:10.725Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-11T15:43:10.763Z] Warning: overwriting stash ‘coverage-report’ [2021-02-11T15:43:12.112Z] Stashed 1 file(s) [Pipeline] sh [2021-02-11T15:43:12.779Z] + make build [2021-02-11T15:43:12.779Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-11T15:43:25.190Z] 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-11T15:43:48.707Z] 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-11T15:43:51.158Z] Running on prd-ubuntu18.04-docker-8c-8g-26106 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-11T15:43:51.213Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-02-11T15:43:53.072Z] 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-11T15:43:53.468Z] using credential edgex-jenkins-ssh [2021-02-11T15:43:53.547Z] Cloning the remote Git repository [2021-02-11T15:43:53.573Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:43:53.643Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-02-11T15:43:53.683Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:43:53.683Z] > git --version # timeout=10 [2021-02-11T15:43:53.696Z] > git --version # 'git version 2.17.1' [2021-02-11T15:43:53.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:43:53.825Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T15:43:59.776Z] 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-11T15:44:00.369Z] 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-11T15:44:05.761Z] 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-11T15:44:11.154Z] 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-11T15:44:16.564Z] 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-11T15:44:16.747Z] Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:44:16.909Z] Merge succeeded, producing 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:44:16.909Z] Checking out Revision 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 (PR-3113) [2021-02-11T15:44:16.203Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T15:44:16.220Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T15:44:16.232Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T15:44:16.245Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:44:16.245Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:44:16.250Z] > 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-11T15:44:16.755Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T15:44:16.763Z] > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 [2021-02-11T15:44:16.873Z] > git remote # timeout=10 [2021-02-11T15:44:16.883Z] > git config --get remote.origin.url # timeout=10 [2021-02-11T15:44:16.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:44:16.892Z] > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 [2021-02-11T15:44:16.900Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-11T15:44:16.910Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T15:44:16.914Z] > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 [2021-02-11T15:44:20.701Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2021-02-11T15:44:20.943Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:44:21.737Z] + echo snap-build.sh [2021-02-11T15:44:21.737Z] snap-build.sh [2021-02-11T15:44:21.737Z] + SNAP_BASE_DIR=. [2021-02-11T15:44:21.737Z] + '[' '!' -z /w/workspace/edgex-go/20 ']' [2021-02-11T15:44:21.737Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/20 [2021-02-11T15:44:21.737Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/20]' [2021-02-11T15:44:21.737Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/20] [2021-02-11T15:44:21.737Z] + cd /w/workspace/edgex-go/20 [2021-02-11T15:44:21.737Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-11T15:44:21.737Z] Reading package lists... [2021-02-11T15:44:21.998Z] Building dependency tree... [2021-02-11T15:44:21.998Z] Reading state information... [2021-02-11T15:44:21.998Z] The following packages were automatically installed and are no longer required: [2021-02-11T15:44:21.998Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-11T15:44:21.998Z] uidmap xdelta3 [2021-02-11T15:44:21.998Z] Use 'sudo apt autoremove' to remove them. [2021-02-11T15:44:21.998Z] The following packages will be REMOVED: [2021-02-11T15:44:21.998Z] lxd* lxd-client* [2021-02-11T15:44:22.572Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-11T15:44:22.572Z] After this operation, 31.7 MB disk space will be freed. [2021-02-11T15:44:23.616Z] (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-11T15:44:23.617Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-11T15:44:24.559Z] Removing lxd dnsmasq configuration [2021-02-11T15:44:24.821Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-11T15:44:25.081Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-11T15:44:25.250Z] 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-11T15:44:25.654Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-11T15:44:25.916Z] (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-11T15:44:26.178Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-11T15:44:27.569Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-11T15:44:27.830Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-11T15:44:29.752Z] + sudo snap remove --purge lxd [2021-02-11T15:44:29.752Z] snap "lxd" is not installed [2021-02-11T15:44:29.752Z] + sudo groupadd --force --system lxd [2021-02-11T15:44:29.752Z] ++ whoami [2021-02-11T15:44:29.752Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-11T15:44:29.752Z] + newgrp - lxd [2021-02-11T15:44:29.752Z] + sudo snap install lxd [2021-02-11T15:44:30.657Z] 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-11T15:44:37.926Z] 2021-02-11T15:44:35Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-02-11T15:44:40.826Z] $ docker stop --time=1 8368d1838b91e4467ac0d42a4bb9690dd50828a94613a2f52a615674683d5975 [2021-02-11T15:44:43.418Z] $ docker rm -f 8368d1838b91e4467ac0d42a4bb9690dd50828a94613a2f52a615674683d5975 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:44:45.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T15:44:45.446Z] [2021-02-11T15:44:45.446Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:44:46.102Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T15:44:46.373Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-11T15:44:46.373Z] 29e5d40040c1: Pulling fs layer [2021-02-11T15:44:46.373Z] 1ce36da41761: Pulling fs layer [2021-02-11T15:44:46.373Z] 25b303627fd3: Pulling fs layer [2021-02-11T15:44:46.648Z] 29e5d40040c1: Download complete [2021-02-11T15:44:46.926Z] 1ce36da41761: Verifying Checksum [2021-02-11T15:44:46.926Z] 1ce36da41761: Download complete [2021-02-11T15:44:47.203Z] 29e5d40040c1: Pull complete [2021-02-11T15:44:48.650Z] 1ce36da41761: Pull complete [2021-02-11T15:44:48.924Z] 25b303627fd3: Verifying Checksum [2021-02-11T15:44:48.924Z] 25b303627fd3: Download complete [2021-02-11T15:44:50.213Z] lxd 4.11 from Canonical* installed [2021-02-11T15:44:50.213Z] + sudo lxd init --auto [2021-02-11T15:44:59.092Z] 25b303627fd3: Pull complete [2021-02-11T15:44:59.092Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-11T15:44:59.092Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T15:44:59.092Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-11T15:44:59.397Z] prd-ubuntu18.04-docker-arm64-4c-16g-26100 does not seem to be running inside a container [2021-02-11T15:44:59.496Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-11T15:45:00.247Z] + sudo snap install --classic snapcraft [2021-02-11T15:45:03.133Z] $ docker top f4aa96ba7e11bd963754b7d2bbe41b5f79ac7f961abd742cb95b173b6f54f077 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:45:04.258Z] + + grepdocker-compose parallel build [2021-02-11T15:45:04.258Z] --help [2021-02-11T15:45:04.473Z] snapcraft 4.5.1 from Canonical* installed [2021-02-11T15:45:04.473Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-11T15:45:04.473Z] + patch --verbose -p1 [2021-02-11T15:45:04.473Z] Hmm... Looks like a unified diff to me... [2021-02-11T15:45:04.473Z] The text leading up to this was: [2021-02-11T15:45:04.473Z] -------------------------- [2021-02-11T15:45:04.473Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-11T15:45:04.473Z] |From: Tony Espy [2021-02-11T15:45:04.473Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-11T15:45:04.473Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-11T15:45:04.473Z] | [2021-02-11T15:45:04.473Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-11T15:45:04.473Z] |optimize the snap CI check run for pull requests. When [2021-02-11T15:45:04.473Z] |applied, it essentially strips out everything (apps and [2021-02-11T15:45:04.473Z] |parts) from the snapcraft.yaml file except those required [2021-02-11T15:45:04.473Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-11T15:45:04.473Z] |catch changes to edgex-go that break the snap build. [2021-02-11T15:45:04.473Z] | [2021-02-11T15:45:04.473Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-11T15:45:04.473Z] |to update this patch file, otherwise it may fail to apply, [2021-02-11T15:45:04.473Z] |resulting in a failed snap build CI check in the associated [2021-02-11T15:45:04.473Z] |pull request. [2021-02-11T15:45:04.473Z] | [2021-02-11T15:45:04.473Z] |Note - in addition to applying this patch, the pipeline also [2021-02-11T15:45:04.473Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-11T15:45:04.473Z] |need to build the finally binary .snap file (and it won't [2021-02-11T15:45:04.473Z] |work with the patch applied). This further reduces the build [2021-02-11T15:45:04.473Z] |time. [2021-02-11T15:45:04.473Z] |--- [2021-02-11T15:45:04.473Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-11T15:45:04.473Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-11T15:45:04.473Z] | [2021-02-11T15:45:04.473Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-11T15:45:04.473Z] |index 1e537489..faf42425 100644 [2021-02-11T15:45:04.473Z] |--- a/snap/snapcraft.yaml [2021-02-11T15:45:04.473Z] |+++ b/snap/snapcraft.yaml [2021-02-11T15:45:04.473Z] -------------------------- [2021-02-11T15:45:04.473Z] patching file snap/snapcraft.yaml [2021-02-11T15:45:04.473Z] Using Plan A... [2021-02-11T15:45:04.473Z] Hunk #1 succeeded at 73. [2021-02-11T15:45:04.473Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-11T15:45:04.473Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-11T15:45:04.473Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-11T15:45:04.473Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-11T15:45:04.473Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-11T15:45:04.473Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-11T15:45:04.473Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-11T15:45:04.473Z] Hmm... Ignoring the trailing garbage. [2021-02-11T15:45:04.473Z] done [2021-02-11T15:45:04.474Z] + sudo snapcraft prime --use-lxd [2021-02-11T15:45:06.399Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-11T15:45:06.399Z] 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-11T15:45:06.399Z] - README.md [2021-02-11T15:45:06.399Z] - snapcraft.yaml.orig [2021-02-11T15:45:06.399Z] [2021-02-11T15:45:06.399Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-11T15:45:06.974Z] Launching a container. [2021-02-11T15:45:09.662Z] --parallel Build images in parallel. [Pipeline] } [2021-02-11T15:45:09.686Z] $ docker stop --time=1 f4aa96ba7e11bd963754b7d2bbe41b5f79ac7f961abd742cb95b173b6f54f077 [2021-02-11T15:45:11.723Z] $ docker rm -f f4aa96ba7e11bd963754b7d2bbe41b5f79ac7f961abd742cb95b173b6f54f077 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:45:12.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T15:45:12.632Z] . [Pipeline] withDockerContainer [2021-02-11T15:45:12.921Z] prd-ubuntu18.04-docker-arm64-4c-16g-26100 does not seem to be running inside a container [2021-02-11T15:45:13.010Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-11T15:45:14.654Z] $ docker top ab453ffda68b6485051c0cfd3875e66973355525a6ef426bbcd69670a136fddb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:45:15.772Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-11T15:45:19.246Z] Waiting for container to be ready [2021-02-11T15:45:19.247Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-11T15:45:19.247Z] [2021-02-11T15:45:22.485Z] Building docker-core-command-go ... [2021-02-11T15:45:22.485Z] Building docker-core-data-go ... [2021-02-11T15:45:22.485Z] Building docker-core-metadata-go ... [2021-02-11T15:45:22.485Z] Building docker-security-bootstrapper-go ... [2021-02-11T15:45:22.485Z] Building docker-security-proxy-setup-go ... [2021-02-11T15:45:22.485Z] Building docker-security-secretstore-setup-go ... [2021-02-11T15:45:22.485Z] Building docker-support-notifications-go ... [2021-02-11T15:45:22.485Z] Building docker-support-scheduler-go ... [2021-02-11T15:45:22.485Z] Building docker-sys-mgmt-agent-go ... [2021-02-11T15:45:22.485Z] Building docker-core-data-go [2021-02-11T15:45:22.485Z] Building docker-security-bootstrapper-go [2021-02-11T15:45:22.485Z] Building docker-support-notifications-go [2021-02-11T15:45:22.485Z] Building docker-security-proxy-setup-go [2021-02-11T15:45:22.485Z] Building docker-support-scheduler-go [2021-02-11T15:45:22.564Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-11T15:45:23.140Z] Waiting for network to be ready... [2021-02-11T15:45:23.711Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-11T15:45:23.711Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-11T15:45:23.973Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-11T15:45:23.973Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-11T15:45:24.234Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-11T15:45:24.234Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-11T15:45:24.496Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-11T15:45:24.496Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-11T15:45:24.496Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-11T15:45:24.496Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-11T15:45:24.496Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-11T15:45:24.496Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-11T15:45:24.496Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-11T15:45:24.496Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-11T15:45:24.496Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-11T15:45:24.496Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-11T15:45:24.496Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-11T15:45:24.757Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-11T15:45:24.757Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-11T15:45:25.331Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-11T15:45:25.331Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-11T15:45:25.331Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-11T15:45:25.331Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-11T15:45:25.331Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-11T15:45:25.331Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-11T15:45:25.331Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-11T15:45:25.331Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-11T15:45:29.544Z] Fetched 23.9 MB in 6s (4143 kB/s) [2021-02-11T15:45:30.489Z] Reading package lists... [2021-02-11T15:45:30.752Z] Reading package lists... [2021-02-11T15:45:31.013Z] Building dependency tree... [2021-02-11T15:45:31.013Z] Reading state information... [2021-02-11T15:45:31.275Z] The following additional packages will be installed: [2021-02-11T15:45:31.275Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-11T15:45:31.275Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-11T15:45:31.275Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-11T15:45:31.275Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-11T15:45:31.275Z] Suggested packages: [2021-02-11T15:45:31.275Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-11T15:45:31.275Z] Recommended packages: [2021-02-11T15:45:31.275Z] gnupg libsasl2-modules [2021-02-11T15:45:31.275Z] The following NEW packages will be installed: [2021-02-11T15:45:31.275Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-11T15:45:31.275Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-11T15:45:31.275Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-11T15:45:31.275Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-11T15:45:31.275Z] The following packages will be upgraded: [2021-02-11T15:45:31.275Z] gpg gpg-agent gpgconf libudev1 [2021-02-11T15:45:31.275Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-11T15:45:31.275Z] Need to get 3532 kB of archives. [2021-02-11T15:45:31.275Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-11T15:45:31.275Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-11T15:45:31.275Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-11T15:45:31.275Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-11T15:45:31.275Z] Get:4 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-11T15:45:31.275Z] Get:5 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-11T15:45:31.275Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-11T15:45:31.275Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-11T15:45:31.275Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-11T15:45:31.275Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-11T15:45:31.542Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-11T15:45:32.125Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-11T15:45:32.126Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-11T15:45:32.126Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-11T15:45:32.126Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-11T15:45:32.126Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-11T15:45:32.126Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-11T15:45:32.387Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-11T15:45:32.387Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-11T15:45:32.387Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-11T15:45:32.387Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-11T15:45:32.387Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-11T15:45:32.387Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-11T15:45:32.649Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T15:45:32.649Z] Fetched 3532 kB in 1s (3032 kB/s) [2021-02-11T15:45:32.649Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-11T15:45:32.649Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-11T15:45:32.649Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T15:45:32.649Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-11T15:45:32.912Z] Selecting previously unselected package udev. [2021-02-11T15:45:32.912Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-11T15:45:32.912Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-11T15:45:32.912Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-11T15:45:33.174Z] Selecting previously unselected package libfuse2:amd64. [2021-02-11T15:45:33.174Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-11T15:45:33.174Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-11T15:45:33.435Z] Selecting previously unselected package fuse. [2021-02-11T15:45:33.435Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-11T15:45:33.435Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-11T15:45:33.435Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T15:45:33.435Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T15:45:33.696Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T15:45:33.696Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T15:45:33.696Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T15:45:33.696Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T15:45:33.958Z] Selecting previously unselected package libksba8:amd64. [2021-02-11T15:45:33.958Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-11T15:45:33.958Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-11T15:45:33.959Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-11T15:45:33.959Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:45:33.959Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:34.220Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-11T15:45:34.220Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:45:34.220Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:34.220Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-11T15:45:34.220Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:45:34.220Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:34.481Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-11T15:45:34.481Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:45:34.481Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:34.481Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-11T15:45:34.481Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:45:34.481Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:34.481Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-11T15:45:34.481Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:45:34.481Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:34.743Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-11T15:45:34.743Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:45:34.743Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:34.743Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-11T15:45:34.743Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:45:34.743Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:35.004Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-11T15:45:35.004Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:45:35.004Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:35.004Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-11T15:45:35.004Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-11T15:45:35.004Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T15:45:35.004Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-11T15:45:35.004Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-11T15:45:35.004Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T15:45:35.266Z] Selecting previously unselected package libldap-common. [2021-02-11T15:45:35.266Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-11T15:45:35.266Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T15:45:35.266Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-11T15:45:35.266Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-11T15:45:35.266Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T15:45:35.266Z] Selecting previously unselected package dirmngr. [2021-02-11T15:45:35.266Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T15:45:35.528Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-11T15:45:35.528Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T15:45:35.528Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-11T15:45:35.528Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-11T15:45:35.528Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T15:45:35.793Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T15:45:35.793Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-11T15:45:35.793Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:35.793Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-11T15:45:35.793Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T15:45:35.793Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-11T15:45:36.366Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-11T15:45:36.366Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:36.366Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-11T15:45:36.366Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-11T15:45:36.628Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-11T15:45:36.628Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:36.628Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:36.628Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:36.628Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:36.628Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:36.628Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:36.628Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:45:36.628Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T15:45:36.628Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-11T15:45:36.889Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T15:45:37.463Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-11T15:45:37.463Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-11T15:45:37.463Z] This means they are not meant to be enabled using systemctl. [2021-02-11T15:45:37.463Z] Possible reasons for having this kind of units are: [2021-02-11T15:45:37.464Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-11T15:45:37.464Z] .wants/ or .requires/ directory. [2021-02-11T15:45:37.464Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-11T15:45:37.464Z] a requirement dependency on it. [2021-02-11T15:45:37.464Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-11T15:45:37.464Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-11T15:45:37.464Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-11T15:45:37.464Z] instance name specified. [2021-02-11T15:45:37.730Z] Reading package lists... [2021-02-11T15:45:37.992Z] Building dependency tree... [2021-02-11T15:45:37.992Z] Reading state information... [2021-02-11T15:45:37.992Z] The following additional packages will be installed: [2021-02-11T15:45:37.992Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-11T15:45:37.992Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-11T15:45:37.992Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-11T15:45:37.992Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-11T15:45:37.992Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-11T15:45:37.992Z] Suggested packages: [2021-02-11T15:45:37.992Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-11T15:45:37.992Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-11T15:45:37.992Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-11T15:45:37.992Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-11T15:45:37.992Z] systemd-container policykit-1 [2021-02-11T15:45:37.992Z] Recommended packages: [2021-02-11T15:45:37.992Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-11T15:45:37.992Z] The following NEW packages will be installed: [2021-02-11T15:45:37.992Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-11T15:45:37.992Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-11T15:45:37.992Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-11T15:45:37.992Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-11T15:45:37.992Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-11T15:45:37.992Z] The following packages will be upgraded: [2021-02-11T15:45:37.992Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-11T15:45:38.254Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-11T15:45:38.254Z] Need to get 35.2 MB of archives. [2021-02-11T15:45:38.254Z] After this operation, 141 MB of additional disk space will be used. [2021-02-11T15:45:38.254Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-11T15:45:38.254Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-11T15:45:39.214Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-11T15:45:39.796Z] 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-11T15:45:39.796Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-11T15:45:39.796Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-11T15:45:39.796Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-11T15:45:39.796Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-11T15:45:39.796Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-11T15:45:39.796Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-11T15:45:39.796Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-11T15:45:39.796Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-11T15:45:39.796Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-11T15:45:39.796Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-11T15:45:39.796Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-11T15:45:40.058Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-11T15:45:40.326Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-11T15:45:40.326Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-11T15:45:40.902Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-11T15:45:41.165Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-11T15:45:41.165Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-11T15:45:41.165Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-11T15:45:41.165Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-11T15:45:41.427Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-11T15:45:41.427Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-11T15:45:41.427Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-11T15:45:41.427Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-11T15:45:41.427Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-11T15:45:41.688Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-11T15:45:41.688Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-11T15:45:44.235Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T15:45:44.235Z] Fetched 35.2 MB in 6s (6168 kB/s) [2021-02-11T15:45:44.235Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-11T15:45:44.235Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-11T15:45:44.235Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T15:45:44.805Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-11T15:45:44.805Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T15:45:45.068Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-11T15:45:45.068Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-11T15:45:45.068Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-11T15:45:45.068Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-11T15:45:45.328Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-11T15:45:45.328Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-11T15:45:45.328Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-11T15:45:45.589Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-11T15:45:45.851Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-11T15:45:45.851Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-11T15:45:46.424Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-11T15:45:47.005Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-11T15:45:47.005Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-11T15:45:47.005Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-11T15:45:47.266Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-11T15:45:47.266Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T15:45:47.266Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:45:47.528Z] Selecting previously unselected package libexpat1:amd64. [2021-02-11T15:45:47.528Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-11T15:45:47.528Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-11T15:45:47.528Z] Selecting previously unselected package python3.6-minimal. [2021-02-11T15:45:47.528Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T15:45:47.528Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:45:47.789Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-11T15:45:48.051Z] Checking for services that may need to be restarted...done. [2021-02-11T15:45:48.051Z] Checking for services that may need to be restarted...done. [2021-02-11T15:45:48.051Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:45:48.051Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-11T15:45:48.051Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:45:48.624Z] Selecting previously unselected package python3-minimal. [2021-02-11T15:45:48.624Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-11T15:45:48.624Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-11T15:45:48.624Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-11T15:45:48.887Z] Selecting previously unselected package mime-support. [2021-02-11T15:45:48.887Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-11T15:45:48.887Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-11T15:45:48.887Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-11T15:45:48.887Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-11T15:45:48.887Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-11T15:45:48.887Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-11T15:45:48.887Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T15:45:48.887Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:45:49.149Z] Selecting previously unselected package python3.6. [2021-02-11T15:45:49.149Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T15:45:49.410Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:45:49.410Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-11T15:45:49.410Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-11T15:45:49.410Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-11T15:45:49.410Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-11T15:45:49.672Z] Selecting previously unselected package python3. [2021-02-11T15:45:49.672Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-11T15:45:49.672Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-11T15:45:49.672Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-11T15:45:49.672Z] Selecting previously unselected package multiarch-support. [2021-02-11T15:45:49.672Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T15:45:49.672Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-11T15:45:49.933Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-11T15:45:49.933Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-11T15:45:49.933Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-11T15:45:49.933Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-11T15:45:49.933Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-11T15:45:49.933Z] Selecting previously unselected package libbsd0:amd64. [2021-02-11T15:45:49.933Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-11T15:45:49.933Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-11T15:45:50.195Z] Selecting previously unselected package sudo. [2021-02-11T15:45:50.195Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-11T15:45:50.195Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-11T15:45:50.195Z] Selecting previously unselected package apparmor. [2021-02-11T15:45:50.195Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-11T15:45:50.195Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-11T15:45:50.456Z] Selecting previously unselected package libedit2:amd64. [2021-02-11T15:45:50.456Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-11T15:45:50.456Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-11T15:45:50.456Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-11T15:45:50.456Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T15:45:50.456Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:45:50.719Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-11T15:45:50.719Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T15:45:50.719Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:45:50.719Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-11T15:45:50.719Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-11T15:45:50.719Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-11T15:45:50.719Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-11T15:45:50.719Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T15:45:50.980Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:45:50.980Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-11T15:45:50.980Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T15:45:50.980Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:45:50.980Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-11T15:45:50.980Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-11T15:45:51.241Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-11T15:45:51.241Z] Selecting previously unselected package openssh-client. [2021-02-11T15:45:51.241Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-11T15:45:51.241Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-11T15:45:51.501Z] Selecting previously unselected package squashfs-tools. [2021-02-11T15:45:51.501Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-11T15:45:51.502Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-11T15:45:51.502Z] Selecting previously unselected package snapd. [2021-02-11T15:45:51.502Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-11T15:45:51.764Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-11T15:45:54.315Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-11T15:45:54.315Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-11T15:45:54.315Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-11T15:45:54.315Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-11T15:45:54.315Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-11T15:45:54.315Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:45:54.315Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T15:45:54.315Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-11T15:45:54.315Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-11T15:45:54.890Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-11T15:45:55.152Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-11T15:45:55.152Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-11T15:45:55.152Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:45:55.152Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:45:55.152Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:45:56.096Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-11T15:45:56.096Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:45:56.096Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-11T15:45:56.096Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-11T15:45:56.096Z] running python rtupdate hooks for python3.6... [2021-02-11T15:45:56.096Z] running python post-rtupdate hooks for python3.6... [2021-02-11T15:45:56.096Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-11T15:45:58.013Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-11T15:45:58.013Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:45:58.013Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-11T15:45:58.274Z] Setting up snapd (2.48.3+18.04) ... [2021-02-11T15:45:58.853Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-11T15:45:58.853Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-11T15:45:59.116Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-11T15:45:59.377Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-11T15:45:59.640Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-11T15:45:59.640Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-11T15:45:59.901Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-11T15:45:59.901Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-11T15:46:00.163Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-11T15:46:00.424Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-11T15:46:00.685Z] /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-11T15:46:00.685Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T15:46:00.685Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-11T15:46:02.076Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-11T15:46:02.076Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-11T15:46:02.076Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-11T15:46:03.466Z] Reading package lists... [2021-02-11T15:46:03.728Z] Reading package lists... [2021-02-11T15:46:03.989Z] Building dependency tree... [2021-02-11T15:46:03.989Z] Reading state information... [2021-02-11T15:46:04.255Z] Calculating upgrade... [2021-02-11T15:46:04.255Z] The following packages will be upgraded: [2021-02-11T15:46:04.255Z] advancecomp base-files bash binutils binutils-common [2021-02-11T15:46:04.255Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-11T15:46:04.255Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-11T15:46:04.255Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-11T15:46:04.255Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-11T15:46:04.255Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-11T15:46:04.255Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-11T15:46:04.255Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-11T15:46:04.255Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-11T15:46:04.255Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-11T15:46:04.255Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-11T15:46:04.255Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-11T15:46:04.255Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-11T15:46:04.255Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-11T15:46:04.255Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-11T15:46:04.516Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-11T15:46:04.516Z] Need to get 63.8 MB of archives. [2021-02-11T15:46:04.517Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-11T15:46:04.517Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-11T15:46:04.517Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-11T15:46:05.090Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-11T15:46:05.090Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-11T15:46:05.090Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-11T15:46:05.090Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-11T15:46:05.090Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-11T15:46:05.090Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-11T15:46:05.090Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-11T15:46:05.090Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-11T15:46:05.090Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-11T15:46:05.354Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-11T15:46:05.354Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-11T15:46:05.354Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-11T15:46:05.354Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-11T15:46:05.354Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-11T15:46:05.354Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-11T15:46:05.354Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-11T15:46:05.354Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-11T15:46:05.354Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-11T15:46:05.354Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-11T15:46:05.355Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-11T15:46:05.355Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-11T15:46:05.616Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-11T15:46:05.616Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-11T15:46:05.616Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-11T15:46:05.616Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-11T15:46:05.616Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-11T15:46:05.616Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-11T15:46:05.616Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-11T15:46:05.616Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-11T15:46:05.616Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-11T15:46:05.616Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-11T15:46:05.616Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-11T15:46:05.616Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-11T15:46:05.616Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-11T15:46:05.616Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-11T15:46:05.616Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-11T15:46:05.616Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-11T15:46:05.616Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-11T15:46:05.878Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-11T15:46:05.878Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-11T15:46:05.878Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-11T15:46:05.878Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-11T15:46:05.878Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-11T15:46:05.878Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-11T15:46:05.878Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-11T15:46:05.878Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-11T15:46:05.878Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-11T15:46:05.878Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-11T15:46:05.878Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-11T15:46:05.878Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-11T15:46:05.878Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-11T15:46:05.878Z] Get:54 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-11T15:46:05.878Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-11T15:46:05.878Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-11T15:46:05.878Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-11T15:46:05.878Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-11T15:46:05.878Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-11T15:46:05.878Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-11T15:46:05.878Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-11T15:46:05.878Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-11T15:46:05.878Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-11T15:46:06.140Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-11T15:46:06.140Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-11T15:46:06.140Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-11T15:46:06.140Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-11T15:46:06.140Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-11T15:46:06.140Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-11T15:46:06.140Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-11T15:46:06.140Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-11T15:46:06.140Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-11T15:46:06.140Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-11T15:46:06.140Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-11T15:46:06.140Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-11T15:46:06.140Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-11T15:46:06.140Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-11T15:46:06.140Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-11T15:46:06.140Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-11T15:46:06.140Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-11T15:46:06.140Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-11T15:46:06.140Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-11T15:46:06.140Z] Get:83 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-11T15:46:06.401Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-11T15:46:06.401Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-11T15:46:06.401Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-11T15:46:06.401Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-11T15:46:06.401Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-11T15:46:06.401Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-11T15:46:06.401Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-11T15:46:06.662Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-11T15:46:07.235Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-11T15:46:07.235Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-11T15:46:07.496Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-11T15:46:08.071Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-11T15:46:08.071Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-11T15:46:08.071Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-11T15:46:08.071Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-11T15:46:08.071Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-11T15:46:08.332Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T15:46:08.332Z] Fetched 63.8 MB in 4s (17.0 MB/s) [2021-02-11T15:46:08.332Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:08.332Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T15:46:08.332Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T15:46:09.276Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T15:46:09.276Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T15:46:09.276Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-11T15:46:09.276Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-11T15:46:10.219Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:10.219Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:46:10.219Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:10.219Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:46:10.480Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:10.480Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:46:10.480Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:10.480Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:46:10.741Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:10.741Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:46:10.741Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:11.002Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:46:11.002Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:11.002Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:46:11.002Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:46:11.263Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T15:46:11.263Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:11.263Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-11T15:46:11.263Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:46:11.523Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T15:46:11.523Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:11.523Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:46:11.523Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:11.523Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:46:11.784Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:11.784Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:46:12.044Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:46:12.044Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T15:46:12.044Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T15:46:12.305Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T15:46:12.879Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-11T15:46:13.141Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T15:46:13.141Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-11T15:46:13.141Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-11T15:46:13.141Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-11T15:46:13.141Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-11T15:46:13.402Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-11T15:46:13.402Z] Installing new version of config file /etc/issue ... [2021-02-11T15:46:13.402Z] Installing new version of config file /etc/issue.net ... [2021-02-11T15:46:13.402Z] Installing new version of config file /etc/lsb-release ... [2021-02-11T15:46:13.402Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-11T15:46:13.664Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-11T15:46:13.664Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-11T15:46:13.925Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-11T15:46:13.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:13.925Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-11T15:46:13.925Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-11T15:46:14.187Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-11T15:46:14.187Z] 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-11T15:46:14.187Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:14.187Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:46:14.187Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-11T15:46:14.187Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:46:14.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:14.449Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-11T15:46:14.449Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-11T15:46:14.449Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-11T15:46:14.711Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:14.711Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-11T15:46:14.711Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-11T15:46:14.985Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-11T15:46:14.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:14.985Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T15:46:15.247Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T15:46:15.247Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-11T15:46:15.247Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:15.247Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T15:46:15.508Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T15:46:15.508Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-11T15:46:15.771Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:15.771Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-11T15:46:15.771Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-11T15:46:15.771Z] Setting up grep (3.1-2build1) ... [2021-02-11T15:46:15.771Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:15.771Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-11T15:46:15.771Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-11T15:46:16.032Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-11T15:46:16.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:16.032Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T15:46:16.293Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T15:46:16.293Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-11T15:46:16.293Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:16.293Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-11T15:46:16.293Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T15:46:17.242Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-11T15:46:17.242Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T15:46:17.242Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-11T15:46:17.242Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T15:46:17.817Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-11T15:46:17.817Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:17.817Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-11T15:46:17.817Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T15:46:19.205Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-11T15:46:19.205Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-11T15:46:19.205Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-11T15:46:19.205Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-11T15:46:19.466Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-11T15:46:19.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:19.466Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-11T15:46:19.467Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-11T15:46:19.728Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-11T15:46:19.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:19.988Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:46:19.988Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:46:19.988Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:46:20.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:20.249Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:46:20.249Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:46:20.249Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:46:20.510Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:20.510Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:46:20.510Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:46:20.510Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:46:20.771Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:20.771Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:46:20.771Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:46:20.771Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:46:20.771Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:20.771Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T15:46:20.771Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T15:46:21.033Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T15:46:21.033Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T15:46:21.033Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-11T15:46:21.294Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:21.294Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T15:46:21.294Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T15:46:21.294Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-11T15:46:21.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:21.554Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:46:21.554Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:46:21.554Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:46:21.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:21.554Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:46:21.554Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:46:21.815Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:46:21.815Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:21.815Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:46:22.077Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:46:22.339Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:46:22.600Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-11T15:46:23.171Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-11T15:46:23.171Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:23.171Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T15:46:23.171Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T15:46:23.432Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-11T15:46:23.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:46:23.693Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-11T15:46:23.693Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T15:46:23.953Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-11T15:46:23.953Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:23.953Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-11T15:46:23.953Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-11T15:46:24.214Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-11T15:46:24.475Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:24.475Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-11T15:46:24.475Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-11T15:46:24.741Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-11T15:46:24.741Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:24.741Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-11T15:46:24.741Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-11T15:46:25.002Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-11T15:46:25.002Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:25.002Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-11T15:46:25.264Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T15:46:25.264Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T15:46:25.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:25.525Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-11T15:46:25.525Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T15:46:25.788Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T15:46:25.788Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:25.788Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-11T15:46:26.072Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T15:46:26.334Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T15:46:26.596Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:26.596Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:46:26.596Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:46:26.596Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-11T15:46:26.596Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T15:46:26.857Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T15:46:26.857Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T15:46:26.857Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-11T15:46:27.117Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:27.117Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-11T15:46:27.117Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-11T15:46:27.117Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-11T15:46:27.414Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:27.414Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-11T15:46:27.414Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T15:46:27.414Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T15:46:27.675Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:27.938Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T15:46:27.938Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T15:46:27.938Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-11T15:46:28.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:28.510Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-11T15:46:28.510Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-11T15:46:28.510Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-11T15:46:28.813Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:28.813Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-11T15:46:28.813Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-11T15:46:29.092Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-11T15:46:29.377Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:29.377Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T15:46:29.377Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T15:46:29.377Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-11T15:46:29.642Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:29.642Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-11T15:46:29.642Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-11T15:46:29.916Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-11T15:46:29.916Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:29.916Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-11T15:46:29.916Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-11T15:46:29.916Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-11T15:46:30.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:30.188Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-11T15:46:30.188Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-11T15:46:30.455Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-11T15:46:30.455Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:30.455Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-11T15:46:30.455Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-11T15:46:30.724Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-11T15:46:30.991Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:30.991Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-11T15:46:30.991Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-11T15:46:30.991Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-11T15:46:31.271Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:46:31.271Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-11T15:46:31.271Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-11T15:46:31.271Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-11T15:46:31.271Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-11T15:46:31.271Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-11T15:46:31.537Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-11T15:46:31.537Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-11T15:46:31.537Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-11T15:46:31.798Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-11T15:46:31.798Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-11T15:46:32.062Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-11T15:46:32.062Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-11T15:46:32.062Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-11T15:46:32.062Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-11T15:46:32.323Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-11T15:46:32.323Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-11T15:46:32.323Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-11T15:46:32.323Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-11T15:46:32.585Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-11T15:46:32.585Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-11T15:46:32.585Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-11T15:46:32.585Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-11T15:46:32.847Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-11T15:46:32.847Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-11T15:46:32.847Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-11T15:46:32.847Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-11T15:46:33.108Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-11T15:46:33.108Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-11T15:46:34.060Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-11T15:46:34.060Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-11T15:46:34.060Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-11T15:46:34.328Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-11T15:46:34.328Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T15:46:34.328Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T15:46:34.905Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T15:46:34.905Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T15:46:34.905Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T15:46:34.905Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T15:46:35.167Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T15:46:35.167Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T15:46:35.167Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:35.167Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:46:35.429Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:35.429Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:46:35.429Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:35.690Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:46:35.690Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:35.690Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:46:36.637Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:36.637Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:46:37.583Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:37.583Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:46:38.529Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:38.529Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:46:38.794Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:38.794Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:46:39.749Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:46:39.749Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:46:39.749Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-11T15:46:40.013Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-11T15:46:40.013Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-11T15:46:40.013Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-11T15:46:40.274Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-11T15:46:40.274Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-11T15:46:40.274Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-11T15:46:40.274Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-11T15:46:40.535Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-11T15:46:40.535Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-11T15:46:40.535Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-11T15:46:40.535Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-11T15:46:40.797Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-11T15:46:40.797Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-11T15:46:40.797Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:46:40.797Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-11T15:46:41.059Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:46:41.059Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:46:41.059Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:46:41.059Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-11T15:46:41.059Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-11T15:46:41.059Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-11T15:46:41.320Z] [2021-02-11T15:46:41.320Z] Current default time zone: 'Etc/UTC' [2021-02-11T15:46:41.320Z] Local time is now: Thu Feb 11 15:46:41 UTC 2021. [2021-02-11T15:46:41.320Z] Universal Time is now: Thu Feb 11 15:46:41 UTC 2021. [2021-02-11T15:46:41.320Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-11T15:46:41.320Z] [2021-02-11T15:46:41.320Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-11T15:46:41.320Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:46:41.320Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-11T15:46:41.320Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:46:41.320Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-11T15:46:41.582Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-11T15:46:41.582Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-11T15:46:41.582Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-11T15:46:41.582Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-11T15:46:41.582Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-11T15:46:41.582Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:46:41.582Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-11T15:46:42.155Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:46:42.155Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-11T15:46:42.155Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:46:42.155Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-11T15:46:42.155Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-11T15:46:42.155Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-11T15:46:42.155Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-11T15:46:42.155Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-11T15:46:42.155Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-11T15:46:42.155Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-11T15:46:42.417Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-11T15:46:44.261Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:46:44.261Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:46:44.261Z] ---> b64592f56c55 [2021-02-11T15:46:44.261Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T15:46:44.261Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:46:44.261Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:46:44.261Z] ---> b64592f56c55 [2021-02-11T15:46:44.261Z] Step 3/21 : WORKDIR /edgex-go [2021-02-11T15:46:44.261Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:46:44.261Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:46:44.261Z] ---> b64592f56c55 [2021-02-11T15:46:44.261Z] Step 3/30 : WORKDIR /edgex-go [2021-02-11T15:46:44.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:46:44.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:46:44.261Z] ---> b64592f56c55 [2021-02-11T15:46:44.261Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:46:44.261Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:46:44.261Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:46:44.261Z] ---> b64592f56c55 [2021-02-11T15:46:44.261Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T15:46:44.261Z] ---> Running in 255c2fc91f37 [2021-02-11T15:46:44.261Z] ---> Running in 3c0e82ee1722 [2021-02-11T15:46:44.261Z] ---> Running in cc0649743d03 [2021-02-11T15:46:44.261Z] ---> Running in 8f7eec73e806 [2021-02-11T15:46:44.261Z] ---> Running in 12a2214e2c31 [2021-02-11T15:46:44.261Z] Removing intermediate container 12a2214e2c31 [2021-02-11T15:46:44.261Z] ---> 1801da3ddd44 [2021-02-11T15:46:44.261Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:46:44.261Z] Removing intermediate container cc0649743d03 [2021-02-11T15:46:44.261Z] ---> be8ca47336b6 [2021-02-11T15:46:44.261Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:46:44.261Z] Removing intermediate container 8f7eec73e806 [2021-02-11T15:46:44.262Z] ---> b103ec9ae054 [2021-02-11T15:46:44.262Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:46:44.262Z] Removing intermediate container 255c2fc91f37 [2021-02-11T15:46:44.262Z] ---> 8cd1bc75f754 [2021-02-11T15:46:44.262Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:46:44.262Z] Removing intermediate container 3c0e82ee1722 [2021-02-11T15:46:44.262Z] ---> 4d24b53317f7 [2021-02-11T15:46:44.262Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:46:44.262Z] ---> Running in 604772beb933 [2021-02-11T15:46:44.262Z] ---> Running in ec05a5a5d86b [2021-02-11T15:46:44.262Z] ---> Running in feebda897cda [2021-02-11T15:46:44.262Z] ---> Running in 5d8554e352a8 [2021-02-11T15:46:44.262Z] ---> Running in 34e62cc0c580 [2021-02-11T15:46:44.262Z] Removing intermediate container 604772beb933 [2021-02-11T15:46:44.262Z] ---> c59ffd4fd9f8 [2021-02-11T15:46:44.262Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-11T15:46:44.262Z] ---> Running in 5c4814d45ab9 [2021-02-11T15:46:44.262Z] Removing intermediate container ec05a5a5d86b [2021-02-11T15:46:44.262Z] ---> 25f361ffeb82 [2021-02-11T15:46:44.262Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-11T15:46:44.262Z] Removing intermediate container 34e62cc0c580 [2021-02-11T15:46:44.262Z] ---> be4b489e256f [2021-02-11T15:46:44.262Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-11T15:46:44.262Z] Removing intermediate container feebda897cda [2021-02-11T15:46:44.262Z] ---> 3a4052450a1e [2021-02-11T15:46:44.262Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-11T15:46:44.262Z] ---> Running in 097b52f6c2ca [2021-02-11T15:46:44.262Z] ---> Running in c9cfc00b6044 [2021-02-11T15:46:44.262Z] ---> Running in a34d0f2242e3 [2021-02-11T15:46:44.262Z] Removing intermediate container 5d8554e352a8 [2021-02-11T15:46:44.262Z] ---> aae8eef0723e [2021-02-11T15:46:44.262Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-11T15:46:44.262Z] ---> Running in b05928384245 [2021-02-11T15:46:44.334Z] Updating certificates in /etc/ssl/certs... [2021-02-11T15:46:44.906Z] 23 added, 27 removed; done. [2021-02-11T15:46:44.906Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-11T15:46:44.906Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:46:44.906Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-11T15:46:44.906Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-11T15:46:45.168Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-11T15:46:45.168Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:46:45.168Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-11T15:46:45.168Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:46:45.168Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:46:45.168Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:46:45.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:45.430Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:46:45.430Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:46:45.430Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-11T15:46:45.430Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-11T15:46:45.430Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-11T15:46:45.430Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-11T15:46:45.691Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-11T15:46:45.691Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:46:45.691Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:46:45.691Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-11T15:46:45.691Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-11T15:46:45.691Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-11T15:46:45.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:45.953Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-11T15:46:45.954Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-11T15:46:45.954Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-11T15:46:45.954Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-11T15:46:45.954Z] Updating certificates in /etc/ssl/certs... [2021-02-11T15:46:46.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:46.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:46.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:46.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:46.529Z] 0 added, 0 removed; done. [2021-02-11T15:46:46.529Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-11T15:46:46.529Z] done. [2021-02-11T15:46:47.025Z] OK: 217 MiB in 51 packages [2021-02-11T15:46:47.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:47.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:47.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:47.475Z] Reading package lists... [2021-02-11T15:46:47.475Z] Building dependency tree... [2021-02-11T15:46:47.475Z] Reading state information... [2021-02-11T15:46:47.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:47.737Z] The following NEW packages will be installed: [2021-02-11T15:46:47.737Z] apt-transport-https [2021-02-11T15:46:47.737Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-11T15:46:47.737Z] Need to get 1696 B of archives. [2021-02-11T15:46:47.737Z] After this operation, 153 kB of additional disk space will be used. [2021-02-11T15:46:47.737Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-11T15:46:47.998Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T15:46:47.998Z] Fetched 1696 B in 0s (28.5 kB/s) [2021-02-11T15:46:47.998Z] Selecting previously unselected package apt-transport-https. [2021-02-11T15:46:47.998Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-11T15:46:47.998Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-11T15:46:47.998Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-11T15:46:48.260Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-11T15:46:48.522Z] Waiting for network to be ready... [2021-02-11T15:46:48.576Z] OK: 217 MiB in 51 packages [2021-02-11T15:46:48.576Z] OK: 217 MiB in 51 packages [2021-02-11T15:46:48.576Z] OK: 217 MiB in 51 packages [2021-02-11T15:46:48.576Z] Removing intermediate container 5c4814d45ab9 [2021-02-11T15:46:48.576Z] ---> 04a27289e818 [2021-02-11T15:46:48.576Z] Step 6/22 : COPY go.mod . [2021-02-11T15:46:48.576Z] OK: 217 MiB in 51 packages [2021-02-11T15:46:50.025Z] ---> 6d535d45836e [2021-02-11T15:46:50.025Z] Step 7/22 : RUN go mod download [2021-02-11T15:46:50.304Z] Removing intermediate container c9cfc00b6044 [2021-02-11T15:46:50.304Z] ---> ad9eff2ebbc9 [2021-02-11T15:46:50.304Z] Step 6/30 : COPY go.mod . [2021-02-11T15:46:50.304Z] ---> Running in 59cc778e53a5 [2021-02-11T15:46:50.589Z] Removing intermediate container b05928384245 [2021-02-11T15:46:50.589Z] ---> 26da87755454 [2021-02-11T15:46:50.589Z] Step 6/23 : COPY go.mod . [2021-02-11T15:46:50.589Z] Removing intermediate container a34d0f2242e3 [2021-02-11T15:46:50.589Z] ---> 3f63b6442e4a [2021-02-11T15:46:50.589Z] Step 6/21 : COPY go.mod . [2021-02-11T15:46:50.867Z] Removing intermediate container 097b52f6c2ca [2021-02-11T15:46:50.867Z] ---> 4cfa5c85a3bc [2021-02-11T15:46:50.867Z] Step 6/22 : COPY go.mod . [2021-02-11T15:46:51.474Z] ---> 926cc9ccbe0b [2021-02-11T15:46:51.474Z] Step 7/30 : RUN go mod download [2021-02-11T15:46:51.746Z] ---> Running in 39a11267fa52 [2021-02-11T15:46:52.021Z] ---> 5227617727fe [2021-02-11T15:46:52.021Z] Step 7/23 : RUN go mod download [2021-02-11T15:46:52.021Z] ---> 3886a984af0b [2021-02-11T15:46:52.021Z] Step 7/21 : RUN go mod download [2021-02-11T15:46:52.302Z] ---> 166e30c2644c [2021-02-11T15:46:52.302Z] Step 7/22 : RUN go mod download [2021-02-11T15:46:52.302Z] ---> Running in 3c99f65ef243 [2021-02-11T15:46:52.579Z] ---> Running in 1715c6ca0bab [2021-02-11T15:46:52.579Z] ---> Running in 7ba8b271012d [2021-02-11T15:46:53.819Z] 2021-02-11T15:46:53Z INFO Waiting for automatic snapd restart... [2021-02-11T15:46:54.085Z] snapd 2.48.2.1 from Canonical* installed [2021-02-11T15:46:54.348Z] "snapd" switched to the "latest/stable" channel [2021-02-11T15:46:54.348Z] [2021-02-11T15:46:54.588Z] Removing intermediate container 59cc778e53a5 [2021-02-11T15:46:54.588Z] ---> c43acd9a9841 [2021-02-11T15:46:54.588Z] Step 8/22 : COPY . . [2021-02-11T15:46:56.635Z] Removing intermediate container 39a11267fa52 [2021-02-11T15:46:56.635Z] ---> 916e46b7c399 [2021-02-11T15:46:56.636Z] Step 8/30 : COPY . . [2021-02-11T15:46:57.238Z] Removing intermediate container 3c99f65ef243 [2021-02-11T15:46:57.238Z] ---> 8caeae95442a [2021-02-11T15:46:57.238Z] Step 8/23 : COPY . . [2021-02-11T15:46:58.691Z] Removing intermediate container 1715c6ca0bab [2021-02-11T15:46:58.691Z] Removing intermediate container 7ba8b271012d [2021-02-11T15:46:58.691Z] ---> ae368b54ef1e [2021-02-11T15:46:58.691Z] Step 8/21 : COPY . . [2021-02-11T15:46:58.691Z] ---> 0e96f8e42154 [2021-02-11T15:46:58.691Z] Step 8/22 : COPY . . [2021-02-11T15:46:59.646Z] core18 20210128 from Canonical* installed [2021-02-11T15:46:59.646Z] "core18" switched to the "latest/stable" channel [2021-02-11T15:46:59.646Z] [2021-02-11T15:47:06.245Z] snapcraft 4.5.1 from Canonical* installed [2021-02-11T15:47:06.245Z] "snapcraft" switched to the "latest/stable" channel [2021-02-11T15:47:06.245Z] [2021-02-11T15:47:08.788Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-11T15:47:08.788Z] - README.md [2021-02-11T15:47:08.788Z] - snapcraft.yaml.orig [2021-02-11T15:47:08.788Z] [2021-02-11T15:47:08.788Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-11T15:47:15.386Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T15:47:15.650Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-11T15:47:15.650Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-11T15:47:15.650Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-11T15:47:17.842Z] Reading package lists... [2021-02-11T15:47:17.842Z] 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-11T15:47:24.435Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T15:47:24.435Z] Reading package lists... [2021-02-11T15:47:24.435Z] Building dependency tree... [2021-02-11T15:47:24.435Z] Reading state information... [2021-02-11T15:47:24.435Z] Suggested packages: [2021-02-11T15:47:24.435Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-11T15:47:24.435Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-11T15:47:24.435Z] Recommended packages: [2021-02-11T15:47:24.435Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-11T15:47:24.435Z] The following NEW packages will be installed: [2021-02-11T15:47:24.435Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-11T15:47:24.435Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-11T15:47:24.435Z] pkg-config zip [2021-02-11T15:47:24.435Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-11T15:47:24.435Z] Need to get 7655 kB of archives. [2021-02-11T15:47:24.435Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-11T15:47:24.435Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-11T15:47:24.697Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-11T15:47:24.697Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-11T15:47:24.697Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-11T15:47:24.697Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-11T15:47:24.697Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-11T15:47:24.697Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-11T15:47:24.697Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-11T15:47:24.959Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-11T15:47:24.959Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-11T15:47:24.959Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-11T15:47:24.959Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-11T15:47:25.224Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-11T15:47:25.224Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-11T15:47:25.224Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-11T15:47:25.224Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T15:47:25.224Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-02-11T15:47:25.484Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-11T15:47:25.484Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-11T15:47:25.484Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-11T15:47:25.484Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-11T15:47:25.494Z] ---> 2a496cbc78b8 [2021-02-11T15:47:25.494Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-11T15:47:25.494Z] ---> b2ed513e3169 [2021-02-11T15:47:25.494Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-11T15:47:25.494Z] ---> 41ec6c724644 [2021-02-11T15:47:25.494Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-11T15:47:25.494Z] ---> 2e21be9a2abf [2021-02-11T15:47:25.494Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-11T15:47:25.494Z] ---> Running in f3b5a801322a [2021-02-11T15:47:25.494Z] ---> Running in bfdddd7bc7d8 [2021-02-11T15:47:25.494Z] ---> Running in 9fe30302a6e2 [2021-02-11T15:47:25.494Z] ---> Running in c12d3aba9140 [2021-02-11T15:47:25.494Z] ---> facd637112b2 [2021-02-11T15:47:25.494Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-11T15:47:25.494Z] ---> Running in 2a903bf2da0a [2021-02-11T15:47:25.494Z] 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-11T15:47:25.744Z] Selecting previously unselected package libpsl5:amd64. [2021-02-11T15:47:25.744Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-11T15:47:25.744Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-11T15:47:25.774Z] 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-11T15:47:26.006Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-11T15:47:26.006Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-11T15:47:26.006Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-11T15:47:26.006Z] Selecting previously unselected package librtmp1:amd64. [2021-02-11T15:47:26.006Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-11T15:47:26.006Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-11T15:47:26.006Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-11T15:47:26.006Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-11T15:47:26.006Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-11T15:47:26.052Z] 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-11T15:47:26.052Z] 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-11T15:47:26.266Z] Selecting previously unselected package liberror-perl. [2021-02-11T15:47:26.266Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-11T15:47:26.266Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-11T15:47:26.266Z] Selecting previously unselected package git-man. [2021-02-11T15:47:26.266Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-11T15:47:26.266Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-11T15:47:26.329Z] 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-11T15:47:26.527Z] Selecting previously unselected package git. [2021-02-11T15:47:26.527Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-11T15:47:26.527Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-11T15:47:27.470Z] Selecting previously unselected package libnorm1:amd64. [2021-02-11T15:47:27.470Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-11T15:47:27.470Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-11T15:47:27.470Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-11T15:47:27.470Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-11T15:47:27.470Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-11T15:47:27.470Z] Selecting previously unselected package libsodium23:amd64. [2021-02-11T15:47:27.470Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-11T15:47:27.470Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-11T15:47:27.730Z] Selecting previously unselected package libzmq5:amd64. [2021-02-11T15:47:27.730Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-11T15:47:27.730Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T15:47:27.730Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-11T15:47:27.730Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-11T15:47:27.730Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T15:47:27.992Z] Selecting previously unselected package pkg-config. [2021-02-11T15:47:27.992Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-11T15:47:27.992Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-11T15:47:27.992Z] Selecting previously unselected package zip. [2021-02-11T15:47:27.992Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-11T15:47:27.992Z] Unpacking zip (3.0-11build1) ... [2021-02-11T15:47:28.252Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-11T15:47:28.252Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-11T15:47:28.252Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-11T15:47:28.252Z] Setting up liberror-perl (0.17025-1) ... [2021-02-11T15:47:28.252Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-11T15:47:28.252Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-11T15:47:28.252Z] No schema files found: doing nothing. [2021-02-11T15:47:28.252Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-11T15:47:28.252Z] Setting up zip (3.0-11build1) ... [2021-02-11T15:47:28.513Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-11T15:47:28.513Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-11T15:47:28.513Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-11T15:47:28.513Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T15:47:28.513Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-11T15:47:28.513Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T15:47:28.513Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-11T15:47:28.774Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-11T15:47:35.417Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T15:47:35.417Z] git set to automatically installed. [2021-02-11T15:47:35.417Z] git-man set to automatically installed. [2021-02-11T15:47:35.417Z] libcurl3-gnutls set to automatically installed. [2021-02-11T15:47:35.417Z] liberror-perl set to automatically installed. [2021-02-11T15:47:35.417Z] libglib2.0-0 set to automatically installed. [2021-02-11T15:47:35.417Z] libnghttp2-14 set to automatically installed. [2021-02-11T15:47:35.417Z] libnorm1 set to automatically installed. [2021-02-11T15:47:35.417Z] libpgm-5.2-0 set to automatically installed. [2021-02-11T15:47:35.417Z] libpsl5 set to automatically installed. [2021-02-11T15:47:35.417Z] librtmp1 set to automatically installed. [2021-02-11T15:47:35.417Z] libsodium23 set to automatically installed. [2021-02-11T15:47:35.417Z] libzmq3-dev set to automatically installed. [2021-02-11T15:47:35.417Z] libzmq5 set to automatically installed. [2021-02-11T15:47:35.417Z] pkg-config set to automatically installed. [2021-02-11T15:47:35.417Z] zip set to automatically installed. [2021-02-11T15:47:37.332Z] snapd is not logged in, snap install commands will use sudo [2021-02-11T15:47:43.921Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T15:47:43.921Z] snap "core18" has no updates available [2021-02-11T15:47:44.494Z] Pulling config-common [2021-02-11T15:47:44.494Z] + snapcraftctl pull [2021-02-11T15:47:45.440Z] Pulling go-build-helper [2021-02-11T15:47:45.441Z] + snapcraftctl pull [2021-02-11T15:48:12.032Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-11T15:48:12.032Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-11T15:48:12.032Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-11T15:48:12.032Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-11T15:48:12.032Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-11T15:48:12.032Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-11T15:48:12.032Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-11T15:48:12.032Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-11T15:48:12.032Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-11T15:48:12.032Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-11T15:48:12.032Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-11T15:48:12.032Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-11T15:48:12.032Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-11T15:48:12.032Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-11T15:48:12.032Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-11T15:48:12.032Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-11T15:48:12.032Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-11T15:48:12.032Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-11T15:48:12.032Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-11T15:48:12.032Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-11T15:48:12.032Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-11T15:48:12.032Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-11T15:48:12.032Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-11T15:48:12.032Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-11T15:48:12.032Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-11T15:48:12.032Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-11T15:48:12.032Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-11T15:48:12.032Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-11T15:48:12.032Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-11T15:48:12.032Z] Fetched 279 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-11T15:48:12.032Z] Fetched 122 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-11T15:48:12.032Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-11T15:48:12.032Z] Fetched 8848 B in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-11T15:48:12.032Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-11T15:48:12.032Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-11T15:48:12.032Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-11T15:48:12.032Z] Fetched 214 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-11T15:48:12.032Z] Fetched 155 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-11T15:48:12.032Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-11T15:48:12.032Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-11T15:48:12.032Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-11T15:48:12.032Z] Fetched 499 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-11T15:48:12.032Z] Fetched 111 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-11T15:48:12.032Z] Fetched 240 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-11T15:48:12.032Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-11T15:48:12.032Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-11T15:48:12.032Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-11T15:48:12.032Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-11T15:48:12.032Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-11T15:48:12.032Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-11T15:48:12.032Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-11T15:48:12.032Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-11T15:48:12.032Z] Fetched 8720 B in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-11T15:48:12.032Z] Fetched 137 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-11T15:48:12.032Z] Fetched 119 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-11T15:48:12.032Z] Fetched 109 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-11T15:48:12.032Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-11T15:48:12.032Z] Fetched 645 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-11T15:48:12.032Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-11T15:48:12.032Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-11T15:48:12.032Z] Fetched 368 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-11T15:48:12.032Z] Fetched 187 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-11T15:48:12.032Z] Fetched 175 kB in 0s (0 B/s) [2021-02-11T15:48:12.032Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-11T15:48:12.298Z] Fetched 206 kB in 0s (0 B/s) [2021-02-11T15:48:12.298Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-11T15:48:12.298Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-11T15:48:12.298Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-11T15:48:12.298Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-11T15:48:12.298Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-11T15:48:12.298Z] Fetched 159 kB in 0s (0 B/s) [2021-02-11T15:48:12.298Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-11T15:48:12.298Z] Fetched 107 kB in 0s (0 B/s) [2021-02-11T15:48:12.298Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-11T15:48:12.298Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-11T15:48:12.298Z] Pulling static-packages [2021-02-11T15:48:12.298Z] + snapcraftctl pull [2021-02-11T15:48:13.688Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-11T15:48:13.689Z] Skipping pull go-build-helper (already ran) [2021-02-11T15:48:13.689Z] Skipping pull static-packages (already ran) [2021-02-11T15:48:13.689Z] Building go-build-helper [2021-02-11T15:48:13.689Z] + snapcraftctl build [2021-02-11T15:48:17.913Z] Building static-packages [2021-02-11T15:48:17.913Z] + snapcraftctl build [2021-02-11T15:48:20.462Z] Staging go-build-helper [2021-02-11T15:48:20.462Z] + snapcraftctl stage [2021-02-11T15:48:21.413Z] Staging static-packages [2021-02-11T15:48:21.413Z] + snapcraftctl stage [2021-02-11T15:48:22.354Z] Pulling go115 [2021-02-11T15:48:22.354Z] + snapcraftctl pull [2021-02-11T15:48:23.749Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-11T15:48:23.749Z] Skipping pull go115 (already ran) [2021-02-11T15:48:23.749Z] Building go115 [2021-02-11T15:48:23.749Z] + dpkg --print-architecture [2021-02-11T15:48:23.749Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-11T15:48:23.749Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-11T15:48:23.749Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-11T15:48:23.749Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-11T15:48:23.749Z] Dload Upload Total Spent Left Speed [2021-02-11T15:48:26.342Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 17.9M 0 0 30.8M 0 0:00:03 --:--:-- 0:00:03 30.8M 55 115M 55 63.6M 0 0 39.7M 0 0:00:02 0:00:01 0:00:01 39.7M 97 115M 97 112M 0 0 43.5M 0 0:00:02 0:00:02 --:--:-- 43.5M 100 115M 100 115M 0 0 43.3M 0 0:00:02 0:00:02 --:--:-- 43.3M [2021-02-11T15:48:26.342Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-11T15:48:26.342Z] + sha256sum -c sha256 [2021-02-11T15:48:26.342Z] + grep OK [2021-02-11T15:48:27.284Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-11T15:48:27.284Z] + mkdir -p /root/stage/go1.15 [2021-02-11T15:48:27.284Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-11T15:48:32.580Z] Staging go115 [2021-02-11T15:48:32.580Z] + snapcraftctl stage [2021-02-11T15:48:39.169Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-11T15:48:39.169Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-11T15:48:39.169Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-11T15:48:39.169Z] Fetched 0 B in 0s (0 B/s) [2021-02-11T15:48:39.169Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-11T15:48:39.169Z] Fetched 224 kB in 0s (0 B/s) [2021-02-11T15:48:39.169Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-11T15:48:39.169Z] Fetched 157 kB in 0s (0 B/s) [2021-02-11T15:48:39.169Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-11T15:48:39.169Z] Fetched 221 kB in 0s (0 B/s) [2021-02-11T15:48:39.169Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-11T15:48:39.169Z] Fetched 143 kB in 0s (0 B/s) [2021-02-11T15:48:39.169Z] Pulling edgex-go [2021-02-11T15:48:39.169Z] + snapcraftctl pull [2021-02-11T15:48:41.087Z] Pulling version [2021-02-11T15:48:41.087Z] + cd /root/project [2021-02-11T15:48:41.087Z] + [ -f VERSION ] [2021-02-11T15:48:41.087Z] + PROJECT_VERSION=local-dev [2021-02-11T15:48:41.087Z] + git rev-parse --short HEAD [2021-02-11T15:48:41.087Z] + GIT_REVISION=381370a2 [2021-02-11T15:48:41.087Z] + snapcraftctl set-version local-dev [2021-02-11T15:48:42.036Z] Building config-common [2021-02-11T15:48:42.037Z] + snapcraftctl build [2021-02-11T15:48:44.585Z] Skipping build go-build-helper (already ran) [2021-02-11T15:48:44.585Z] Skipping build static-packages (already ran) [2021-02-11T15:48:44.585Z] Skipping build go115 (already ran) [2021-02-11T15:48:44.585Z] Building edgex-go [2021-02-11T15:48:45.159Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-11T15:48:45.159Z] + cd /root/parts/edgex-go/src [2021-02-11T15:48:45.159Z] + make build [2021-02-11T15:48:45.159Z] 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-11T15:48:46.548Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-11T15:48:46.548Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-11T15:48:46.548Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-11T15:48:46.548Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 [2021-02-11T15:48:46.548Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-11T15:48:46.548Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-11T15:48:46.548Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-11T15:48:46.548Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-11T15:48:46.548Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-11T15:48:46.548Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-11T15:48:46.548Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-11T15:48:46.810Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-11T15:48:46.810Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-11T15:48:46.810Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-11T15:48:46.810Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-11T15:48:46.810Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-11T15:48:46.810Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-11T15:48:46.810Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-11T15:48:46.810Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-11T15:48:46.810Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-11T15:48:46.810Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-11T15:48:46.810Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-11T15:48:46.810Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-11T15:48:46.810Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-11T15:48:46.810Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-11T15:48:46.810Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-11T15:48:46.810Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-11T15:48:46.810Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-11T15:48:46.810Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-11T15:48:46.810Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-11T15:48:46.810Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-11T15:48:46.810Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-11T15:48:46.810Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-11T15:48:47.071Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-11T15:48:47.071Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-11T15:48:47.071Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-11T15:48:47.071Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-11T15:48:47.071Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-11T15:48:47.332Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-11T15:48:57.357Z] 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-11T15:48:57.357Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-11T15:49:01.570Z] 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-11T15:49:02.513Z] 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-11T15:49:03.272Z] 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-11T15:49:03.900Z] 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-11T15:49:04.162Z] 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-11T15:49:04.162Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-11T15:49:04.422Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-11T15:49:04.422Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-11T15:49:04.422Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-11T15:49:06.342Z] 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-11T15:49:06.342Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-11T15:49:06.342Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-11T15:49:07.732Z] 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-11T15:49:08.703Z] 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-11T15:49:08.703Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-11T15:49:10.012Z] Removing intermediate container bfdddd7bc7d8 [2021-02-11T15:49:10.012Z] ---> 76740c72b0c2 [2021-02-11T15:49:10.012Z] [2021-02-11T15:49:10.012Z] Step 10/30 : FROM alpine:3.12 [2021-02-11T15:49:10.012Z] 3.12: Pulling from library/alpine [2021-02-11T15:49:10.093Z] 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-11T15:49:11.008Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T15:49:11.008Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T15:49:11.008Z] ---> afeebe901d6b [2021-02-11T15:49:11.008Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-11T15:49:11.037Z] 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-11T15:49:11.037Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-11T15:49:11.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 [2021-02-11T15:49:11.982Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-11T15:49:12.007Z] ---> Running in 0c1044d4b3e4 [2021-02-11T15:49:12.989Z] Removing intermediate container 0c1044d4b3e4 [2021-02-11T15:49:12.989Z] ---> 222efc5045dc [2021-02-11T15:49:12.989Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-11T15:49:12.989Z] Removing intermediate container 2a903bf2da0a [2021-02-11T15:49:12.989Z] ---> 66c2157c1825 [2021-02-11T15:49:12.989Z] [2021-02-11T15:49:12.989Z] Step 10/21 : FROM alpine:3.12 [2021-02-11T15:49:12.989Z] ---> afeebe901d6b [2021-02-11T15:49:12.989Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-11T15:49:13.261Z] ---> Running in 8df78ddd7648 [2021-02-11T15:49:13.261Z] ---> Running in 915c11eb8da0 [2021-02-11T15:49:13.904Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-11T15:49:13.904Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-11T15:49:13.904Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-11T15:49:13.904Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-11T15:49:13.904Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-11T15:49:13.904Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-11T15:49:13.904Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-11T15:49:13.904Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-11T15:49:13.904Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-11T15:49:13.904Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-11T15:49:13.904Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-11T15:49:13.904Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-11T15:49:13.904Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-11T15:49:13.904Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-11T15:49:13.904Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-11T15:49:13.905Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-11T15:49:13.905Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-11T15:49:13.905Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-11T15:49:13.905Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-11T15:49:14.165Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-11T15:49:14.165Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-11T15:49:14.165Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-11T15:49:14.165Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-11T15:49:14.165Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-11T15:49:14.165Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-11T15:49:15.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:15.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:15.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:15.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:16.081Z] Building version [2021-02-11T15:49:16.081Z] + snapcraftctl build [2021-02-11T15:49:16.402Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-11T15:49:16.402Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-11T15:49:16.402Z] (2/2) Installing su-exec (0.2-r1) [2021-02-11T15:49:16.402Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:49:16.402Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:49:16.402Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-11T15:49:16.402Z] OK: 5 MiB in 16 packages [2021-02-11T15:49:16.402Z] (4/4) Installing curl (7.69.1-r3) [2021-02-11T15:49:16.402Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:49:16.680Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:49:16.959Z] OK: 7 MiB in 18 packages [2021-02-11T15:49:18.629Z] Staging config-common [2021-02-11T15:49:18.629Z] + snapcraftctl stage [2021-02-11T15:49:18.940Z] Removing intermediate container 915c11eb8da0 [2021-02-11T15:49:18.940Z] ---> ccae904219f2 [2021-02-11T15:49:18.940Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-11T15:49:18.940Z] ---> Running in fc7a6594a5b8 [2021-02-11T15:49:19.543Z] Removing intermediate container 8df78ddd7648 [2021-02-11T15:49:19.543Z] ---> 8c520e2b9aed [2021-02-11T15:49:19.543Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T15:49:19.574Z] Skipping stage go-build-helper (already ran) [2021-02-11T15:49:19.574Z] Skipping stage static-packages (already ran) [2021-02-11T15:49:19.574Z] Skipping stage go115 (already ran) [2021-02-11T15:49:19.574Z] Staging edgex-go [2021-02-11T15:49:19.574Z] + snapcraftctl stage [2021-02-11T15:49:19.822Z] ---> Running in 6fb7c4186766 [2021-02-11T15:49:19.822Z] Removing intermediate container fc7a6594a5b8 [2021-02-11T15:49:19.822Z] ---> 05af56c40dbd [2021-02-11T15:49:19.822Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-11T15:49:20.425Z] ---> Running in b4424fe02e05 [2021-02-11T15:49:20.425Z] Removing intermediate container 6fb7c4186766 [2021-02-11T15:49:20.425Z] ---> dd9c854f075b [2021-02-11T15:49:20.425Z] Step 13/21 : WORKDIR /edgex [2021-02-11T15:49:20.517Z] Staging version [2021-02-11T15:49:20.517Z] + snapcraftctl stage [2021-02-11T15:49:20.707Z] ---> Running in c81c101ecc9a [2021-02-11T15:49:21.315Z] Removing intermediate container b4424fe02e05 [2021-02-11T15:49:21.315Z] ---> 3bf4c185c831 [2021-02-11T15:49:21.315Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-11T15:49:21.592Z] ---> Running in 55d8f7ab48ff [2021-02-11T15:49:21.592Z] Removing intermediate container c81c101ecc9a [2021-02-11T15:49:21.592Z] ---> f911ab317116 [2021-02-11T15:49:21.592Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-11T15:49:21.899Z] Priming config-common [2021-02-11T15:49:21.900Z] + snapcraftctl prime [2021-02-11T15:49:22.909Z] Priming go-build-helper [2021-02-11T15:49:22.909Z] + snapcraftctl prime [2021-02-11T15:49:23.636Z] ---> f4fa5d90138a [2021-02-11T15:49:23.636Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-11T15:49:23.881Z] Priming static-packages [2021-02-11T15:49:23.881Z] + snapcraftctl prime [2021-02-11T15:49:27.148Z] Removing intermediate container 55d8f7ab48ff [2021-02-11T15:49:27.148Z] ---> bb8a176dc547 [2021-02-11T15:49:27.148Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-11T15:49:27.196Z] Priming go115 [2021-02-11T15:49:27.196Z] + snapcraftctl prime [2021-02-11T15:49:27.744Z] ---> 00b520659309 [2021-02-11T15:49:27.744Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-11T15:49:27.744Z] ---> Running in bd3fa2475471 [2021-02-11T15:49:27.768Z] Priming edgex-go [2021-02-11T15:49:27.768Z] + snapcraftctl prime [2021-02-11T15:49:28.357Z] Removing intermediate container f3b5a801322a [2021-02-11T15:49:28.357Z] ---> 805065e27c59 [2021-02-11T15:49:28.357Z] [2021-02-11T15:49:28.357Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T15:49:28.357Z] ---> afeebe901d6b [2021-02-11T15:49:28.357Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-11T15:49:28.633Z] Removing intermediate container 9fe30302a6e2 [2021-02-11T15:49:28.633Z] ---> 34ed4a3378b4 [2021-02-11T15:49:28.633Z] [2021-02-11T15:49:28.633Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T15:49:28.633Z] ---> afeebe901d6b [2021-02-11T15:49:28.633Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:49:28.907Z] ---> Running in d0dcfb86f5e7 [2021-02-11T15:49:28.907Z] ---> Running in 85f6acc4e290 [2021-02-11T15:49:29.153Z] Priming version [2021-02-11T15:49:29.154Z] + snapcraftctl prime [2021-02-11T15:49:29.186Z] Removing intermediate container bd3fa2475471 [2021-02-11T15:49:29.186Z] ---> 31f20520f4df [2021-02-11T15:49:29.186Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-11T15:49:29.186Z] ---> 47709f893855 [2021-02-11T15:49:29.186Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-11T15:49:29.456Z] ---> Running in 825c7d01417a [2021-02-11T15:49:30.450Z] ---> ae1e2b07a614 [2021-02-11T15:49:30.450Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-11T15:49:30.450Z] Removing intermediate container 825c7d01417a [2021-02-11T15:49:30.450Z] ---> 7672e2272039 [2021-02-11T15:49:30.450Z] Step 18/21 : CMD ["--init=true"] [2021-02-11T15:49:30.450Z] ---> Running in bb0b620904fa [2021-02-11T15:49:30.450Z] ---> Running in 5495f238f7b4 [2021-02-11T15:49:30.541Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-11T15:49:31.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:31.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:31.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:31.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:31.605Z] Removing intermediate container bb0b620904fa [2021-02-11T15:49:31.605Z] ---> 51a2707c7f28 [2021-02-11T15:49:31.605Z] Step 19/21 : LABEL arch=arm64 [2021-02-11T15:49:31.881Z] ---> Running in a5246237abdf [2021-02-11T15:49:31.881Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-11T15:49:32.162Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-11T15:49:32.162Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:49:32.162Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:49:32.162Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T15:49:32.162Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:49:32.162Z] OK: 5 MiB in 15 packages [2021-02-11T15:49:32.437Z] OK: 6 MiB in 16 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-02-11T15:49:33.040Z] Removing intermediate container a5246237abdf [2021-02-11T15:49:33.040Z] ---> 9fe923a7d4dd [2021-02-11T15:49:33.040Z] Step 20/21 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-11T15:49:33.314Z] ---> Running in 7e6de46aa128 [2021-02-11T15:49:34.304Z] Removing intermediate container d0dcfb86f5e7 [2021-02-11T15:49:34.304Z] ---> 7ec68e7841ca [2021-02-11T15:49:34.304Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:49:34.304Z] Removing intermediate container 7e6de46aa128 [2021-02-11T15:49:34.304Z] ---> 481d6b5db659 [2021-02-11T15:49:34.304Z] Step 21/21 : LABEL version=0.0.0 [2021-02-11T15:49:34.575Z] ---> Running in d9c1a23da0b5 [2021-02-11T15:49:34.575Z] ---> Running in 19b49740a549 [2021-02-11T15:49:34.850Z] Removing intermediate container 5495f238f7b4 [2021-02-11T15:49:34.850Z] ---> 82d2eda3f46a [2021-02-11T15:49:34.850Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:49:35.128Z] Removing intermediate container 85f6acc4e290 [2021-02-11T15:49:35.128Z] ---> 061531d27286 [2021-02-11T15:49:35.128Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:49:35.128Z] Removing intermediate container d9c1a23da0b5 [2021-02-11T15:49:35.128Z] ---> 9a69e50eade9 [2021-02-11T15:49:35.128Z] [2021-02-11T15:49:35.400Z] ---> Running in 2d28844b4927 [2021-02-11T15:49:35.400Z] Removing intermediate container 19b49740a549 [2021-02-11T15:49:35.400Z] ---> 8f377430a7d4 [2021-02-11T15:49:35.672Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-11T15:49:35.672Z] Successfully built 9a69e50eade9 [2021-02-11T15:49:35.947Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-11T15:49:35.947Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-11T15:49:35.947Z] ---> Running in 9a04adab6129 [2021-02-11T15:49:35.947Z] ---> d30d106c9678 [2021-02-11T15:49:35.947Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-11T15:49:36.220Z] Removing intermediate container 2d28844b4927 [2021-02-11T15:49:36.220Z] ---> c9df010868ca [2021-02-11T15:49:36.220Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-11T15:49:36.220Z] ---> Running in 9e707d1b820f [2021-02-11T15:49:36.500Z] Removing intermediate container 9a04adab6129 [2021-02-11T15:49:36.500Z] ---> 3b3446b3a3ed [2021-02-11T15:49:36.500Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T15:49:37.095Z] ---> Running in 5e2ace0f78ac [2021-02-11T15:49:37.095Z] Removing intermediate container 9e707d1b820f [2021-02-11T15:49:37.095Z] ---> 54e867af4da0 [2021-02-11T15:49:37.095Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T15:49:37.386Z] ---> Running in 94da48e7d530 [2021-02-11T15:49:38.377Z] Removing intermediate container 5e2ace0f78ac [2021-02-11T15:49:38.377Z] ---> 93a636af55c6 [2021-02-11T15:49:38.377Z] ---> 7a861e8e2709 [2021-02-11T15:49:38.377Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:49:38.377Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-11T15:49:38.986Z] Removing intermediate container 94da48e7d530 [2021-02-11T15:49:38.986Z] ---> 3c724f3ef2ee [2021-02-11T15:49:38.986Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:49:40.456Z] ---> c1d349c06f4f [2021-02-11T15:49:40.456Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-11T15:49:40.456Z] ---> 56bcb8b77b3f [2021-02-11T15:49:40.456Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-11T15:49:40.456Z] ---> db93085b00b5 [2021-02-11T15:49:40.456Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-11T15:49:43.885Z] ---> faac7eb59f53 [2021-02-11T15:49:43.885Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-11T15:49:44.488Z] ---> fd2369e292d8 [2021-02-11T15:49:44.488Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-11T15:49:44.488Z] ---> Running in 56d2cd45d03c [2021-02-11T15:49:44.488Z] ---> 2474794877eb [2021-02-11T15:49:44.488Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-11T15:49:45.098Z] Removing intermediate container c12d3aba9140 [2021-02-11T15:49:45.098Z] ---> d29466ab4347 [2021-02-11T15:49:45.098Z] [2021-02-11T15:49:45.098Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:49:45.098Z] ---> afeebe901d6b [2021-02-11T15:49:45.098Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-11T15:49:46.087Z] ---> Running in 5f5ee8aa25ff [2021-02-11T15:49:46.709Z] Removing intermediate container 56d2cd45d03c [2021-02-11T15:49:46.709Z] ---> 373e3530d3e7 [2021-02-11T15:49:46.709Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-11T15:49:46.709Z] ---> 5b76b1d2b323 [2021-02-11T15:49:46.709Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-11T15:49:46.983Z] ---> 4d9076f092ca [2021-02-11T15:49:46.983Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-11T15:49:47.973Z] ---> Running in 0cfc2a59e3fa [2021-02-11T15:49:47.973Z] ---> Running in 34eb23755b4c [2021-02-11T15:49:47.973Z] Removing intermediate container 5f5ee8aa25ff [2021-02-11T15:49:47.973Z] ---> 5f7962ee424d [2021-02-11T15:49:47.973Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-11T15:49:48.249Z] ---> 1ef12cb6fd38 [2021-02-11T15:49:48.249Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-11T15:49:48.524Z] ---> Running in 31ff076d31a7 [2021-02-11T15:49:49.509Z] ---> Running in c96b7a6b136e [2021-02-11T15:49:49.509Z] Removing intermediate container 0cfc2a59e3fa [2021-02-11T15:49:49.509Z] ---> 40548478deef [2021-02-11T15:49:49.509Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:49:49.509Z] Removing intermediate container 34eb23755b4c [2021-02-11T15:49:49.509Z] ---> ca8cb777ca9d [2021-02-11T15:49:49.509Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:49:49.790Z] Removing intermediate container 31ff076d31a7 [2021-02-11T15:49:49.790Z] ---> f75a51f9549e [2021-02-11T15:49:49.790Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-11T15:49:50.066Z] ---> Running in a44fa88ee007 [2021-02-11T15:49:50.066Z] ---> Running in 0e8fe9a9e75a [2021-02-11T15:49:50.346Z] ---> Running in 4e936f53fce0 [2021-02-11T15:49:51.327Z] Removing intermediate container 0e8fe9a9e75a [2021-02-11T15:49:51.327Z] ---> ccf6ee39143d [2021-02-11T15:49:51.327Z] Step 20/22 : LABEL arch=arm64 [2021-02-11T15:49:51.327Z] Removing intermediate container a44fa88ee007 [2021-02-11T15:49:51.327Z] ---> 98f6d2532628 [2021-02-11T15:49:51.327Z] Step 20/22 : LABEL arch=arm64 [2021-02-11T15:49:51.935Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:49:51.935Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:49:51.935Z] ---> b64592f56c55 [2021-02-11T15:49:51.935Z] Step 3/26 : WORKDIR /edgex-go [2021-02-11T15:49:51.935Z] ---> Using cache [2021-02-11T15:49:51.935Z] ---> b103ec9ae054 [2021-02-11T15:49:51.935Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:49:51.935Z] ---> Using cache [2021-02-11T15:49:51.935Z] ---> 25f361ffeb82 [2021-02-11T15:49:51.935Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-11T15:49:51.935Z] Removing intermediate container 4e936f53fce0 [2021-02-11T15:49:51.935Z] ---> cf2c49bee95b [2021-02-11T15:49:51.935Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:49:52.208Z] ---> Running in f5486a5003b4 [2021-02-11T15:49:52.208Z] ---> Running in 623998c28426 [2021-02-11T15:49:52.208Z] ---> Running in fb945c379d83 [2021-02-11T15:49:52.482Z] ---> Running in ee36ddedb54a [2021-02-11T15:49:53.086Z] Removing intermediate container f5486a5003b4 [2021-02-11T15:49:53.086Z] ---> 896cba17e6d2 [2021-02-11T15:49:53.086Z] Step 21/22 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:49:53.086Z] Removing intermediate container fb945c379d83 [2021-02-11T15:49:53.086Z] ---> 936c74d5287c [2021-02-11T15:49:53.086Z] Step 21/22 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:49:53.371Z] ---> Running in 987f966a173d [2021-02-11T15:49:53.371Z] ---> Running in 58c651284eb3 [2021-02-11T15:49:53.650Z] Removing intermediate container c96b7a6b136e [2021-02-11T15:49:53.650Z] ---> ea48735f3022 [2021-02-11T15:49:53.650Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-11T15:49:54.251Z] ---> Running in b652aef19c5f [2021-02-11T15:49:54.251Z] Removing intermediate container 987f966a173d [2021-02-11T15:49:54.251Z] ---> b343f0b3b561 [2021-02-11T15:49:54.251Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T15:49:54.526Z] Removing intermediate container 58c651284eb3 [2021-02-11T15:49:54.527Z] ---> 849e43260dea [2021-02-11T15:49:54.527Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T15:49:54.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:54.527Z] ---> Running in 2016626d075b [2021-02-11T15:49:54.807Z] ---> Running in 5515c42ac97c [2021-02-11T15:49:55.081Z] Removing intermediate container b652aef19c5f [2021-02-11T15:49:55.081Z] ---> 417309c7bb21 [2021-02-11T15:49:55.081Z] Step 27/30 : CMD ["gate"] [2021-02-11T15:49:55.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:55.354Z] ---> Running in ba98bff8672a [2021-02-11T15:49:55.632Z] Removing intermediate container 5515c42ac97c [2021-02-11T15:49:55.632Z] ---> 318f53728a8e [2021-02-11T15:49:55.632Z] [2021-02-11T15:49:55.632Z] Removing intermediate container 2016626d075b [2021-02-11T15:49:55.632Z] ---> 35757a6bf956 [2021-02-11T15:49:55.632Z] [2021-02-11T15:49:56.236Z] OK: 217 MiB in 51 packages [2021-02-11T15:49:56.236Z] Successfully built 318f53728a8e [2021-02-11T15:49:56.236Z] Successfully built 35757a6bf956 [2021-02-11T15:49:56.236Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-11T15:49:56.236Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-11T15:49:56.236Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-11T15:49:56.511Z] Building docker-core-metadata-go [2021-02-11T15:49:56.511Z]  Building docker-support-scheduler-go ... done Removing intermediate container ba98bff8672a [2021-02-11T15:49:56.511Z] ---> 62f3a8daaec1 [2021-02-11T15:49:56.511Z] Step 28/30 : LABEL arch=arm64 [2021-02-11T15:49:56.511Z] Removing intermediate container ee36ddedb54a [2021-02-11T15:49:56.511Z] ---> 695840a075fe [2021-02-11T15:49:56.511Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-11T15:49:56.791Z] ---> Running in a3dd1a102aca [2021-02-11T15:49:56.791Z] ---> Running in a72f1dfe58a8 [2021-02-11T15:49:57.788Z] Removing intermediate container a72f1dfe58a8 [2021-02-11T15:49:57.788Z] ---> 264a463a7fae [2021-02-11T15:49:57.788Z] Step 29/30 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:49:58.065Z] ---> Running in ae90462af21a [2021-02-11T15:49:58.065Z] Removing intermediate container 623998c28426 [2021-02-11T15:49:58.065Z] ---> 3661f09080b6 [2021-02-11T15:49:58.065Z] Step 6/26 : COPY go.mod . [2021-02-11T15:49:58.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:58.669Z] Removing intermediate container ae90462af21a [2021-02-11T15:49:58.951Z] ---> 4d118a0b33d7 [2021-02-11T15:49:58.951Z] Step 30/30 : LABEL version=0.0.0 [2021-02-11T15:49:59.226Z] ---> 035de2f1883a [2021-02-11T15:49:59.226Z] Step 7/26 : RUN go mod download [2021-02-11T15:49:59.226Z] ---> Running in 5da68609407d [2021-02-11T15:49:59.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:59.830Z] ---> Running in cd5ae0b4df72 [2021-02-11T15:50:00.115Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-11T15:50:00.390Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-11T15:50:00.390Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-11T15:50:00.675Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-11T15:50:00.675Z] Removing intermediate container 5da68609407d [2021-02-11T15:50:00.675Z] ---> 0dae03f74131 [2021-02-11T15:50:00.675Z] [2021-02-11T15:50:00.960Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-11T15:50:00.960Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-11T15:50:01.236Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:50:01.236Z] OK: 8 MiB in 20 packages [2021-02-11T15:50:01.236Z] Successfully built 0dae03f74131 [2021-02-11T15:50:01.236Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-11T15:50:01.236Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-02-11T15:50:04.635Z] Removing intermediate container a3dd1a102aca [2021-02-11T15:50:04.635Z] ---> bf7a6279ebb5 [2021-02-11T15:50:04.635Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:50:04.911Z] Removing intermediate container cd5ae0b4df72 [2021-02-11T15:50:04.911Z] ---> e1e36155ce76 [2021-02-11T15:50:04.911Z] Step 8/26 : COPY . . [2021-02-11T15:50:05.902Z] ---> 1b8c7afcfd32 [2021-02-11T15:50:05.902Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-11T15:50:11.343Z] ---> c3c5bd0ee2ef [2021-02-11T15:50:11.343Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-11T15:50:11.940Z] ---> 44e3e5826a88 [2021-02-11T15:50:11.940Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-11T15:50:12.214Z] ---> Running in c6dbf9632801 [2021-02-11T15:50:13.232Z] Removing intermediate container c6dbf9632801 [2021-02-11T15:50:13.232Z] ---> 0ea8ff98cb5c [2021-02-11T15:50:13.232Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:50:13.232Z] ---> Running in 1d14985cfd5e [2021-02-11T15:50:14.233Z] Removing intermediate container 1d14985cfd5e [2021-02-11T15:50:14.233Z] ---> ffb39774dbdc [2021-02-11T15:50:14.233Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T15:50:14.233Z] ---> Running in c50cd4b2ffff [2021-02-11T15:50:15.669Z] Removing intermediate container c50cd4b2ffff [2021-02-11T15:50:15.669Z] ---> 29325e431997 [2021-02-11T15:50:15.669Z] Step 22/23 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:50:15.958Z] ---> Running in 723fdb548c1e [2021-02-11T15:50:16.950Z] Removing intermediate container 723fdb548c1e [2021-02-11T15:50:16.950Z] ---> 13090f894035 [2021-02-11T15:50:16.950Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T15:50:17.552Z] ---> Running in 90ab0b796bc8 [2021-02-11T15:50:18.147Z] Removing intermediate container 90ab0b796bc8 [2021-02-11T15:50:18.147Z] ---> 48ac06f4543c [2021-02-11T15:50:18.147Z] [2021-02-11T15:50:18.147Z] ---> c7554ff39740 [2021-02-11T15:50:18.147Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-11T15:50:18.423Z] ---> Running in 0d0106fcd785 [2021-02-11T15:50:18.699Z] Successfully built 48ac06f4543c [2021-02-11T15:50:18.982Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-11T15:50:19.965Z]  Building docker-core-data-go ... done 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-11T15:50:35.183Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:50:35.183Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:50:35.183Z] ---> b64592f56c55 [2021-02-11T15:50:35.183Z] Step 3/24 : WORKDIR /edgex-go [2021-02-11T15:50:35.183Z] ---> Using cache [2021-02-11T15:50:35.183Z] ---> b103ec9ae054 [2021-02-11T15:50:35.183Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:50:35.183Z] ---> Using cache [2021-02-11T15:50:35.183Z] ---> 25f361ffeb82 [2021-02-11T15:50:35.183Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-11T15:50:35.183Z] ---> Using cache [2021-02-11T15:50:35.183Z] ---> ad9eff2ebbc9 [2021-02-11T15:50:35.183Z] Step 6/24 : COPY go.mod . [2021-02-11T15:50:35.183Z] ---> Using cache [2021-02-11T15:50:35.183Z] ---> 926cc9ccbe0b [2021-02-11T15:50:35.183Z] Step 7/24 : RUN go mod download [2021-02-11T15:50:35.183Z] ---> Using cache [2021-02-11T15:50:35.183Z] ---> 916e46b7c399 [2021-02-11T15:50:35.183Z] Step 8/24 : COPY . . [2021-02-11T15:50:35.183Z] ---> Using cache [2021-02-11T15:50:35.183Z] ---> b2ed513e3169 [2021-02-11T15:50:35.183Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-11T15:50:36.198Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:50:36.198Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:50:36.198Z] ---> b64592f56c55 [2021-02-11T15:50:36.198Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:50:36.198Z] ---> Using cache [2021-02-11T15:50:36.198Z] ---> b103ec9ae054 [2021-02-11T15:50:36.198Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:50:36.198Z] ---> Using cache [2021-02-11T15:50:36.198Z] ---> 25f361ffeb82 [2021-02-11T15:50:36.198Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T15:50:36.198Z] ---> Using cache [2021-02-11T15:50:36.198Z] ---> ad9eff2ebbc9 [2021-02-11T15:50:36.198Z] Step 6/23 : COPY go.mod . [2021-02-11T15:50:36.199Z] ---> Using cache [2021-02-11T15:50:36.199Z] ---> 926cc9ccbe0b [2021-02-11T15:50:36.199Z] Step 7/23 : RUN go mod download [2021-02-11T15:50:36.199Z] ---> Using cache [2021-02-11T15:50:36.199Z] ---> 916e46b7c399 [2021-02-11T15:50:36.199Z] Step 8/23 : COPY . . [2021-02-11T15:50:36.199Z] ---> Using cache [2021-02-11T15:50:36.199Z] ---> b2ed513e3169 [2021-02-11T15:50:36.199Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-11T15:50:38.890Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:50:38.890Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:50:38.890Z] ---> b64592f56c55 [2021-02-11T15:50:38.890Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:50:38.890Z] ---> Using cache [2021-02-11T15:50:38.890Z] ---> b103ec9ae054 [2021-02-11T15:50:38.890Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:50:38.890Z] ---> Using cache [2021-02-11T15:50:38.890Z] ---> 25f361ffeb82 [2021-02-11T15:50:38.890Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T15:50:38.890Z] ---> Using cache [2021-02-11T15:50:38.890Z] ---> ad9eff2ebbc9 [2021-02-11T15:50:38.890Z] Step 6/23 : COPY go.mod . [2021-02-11T15:50:38.890Z] ---> Using cache [2021-02-11T15:50:38.890Z] ---> 926cc9ccbe0b [2021-02-11T15:50:38.891Z] Step 7/23 : RUN go mod download [2021-02-11T15:50:38.891Z] ---> Using cache [2021-02-11T15:50:38.891Z] ---> 916e46b7c399 [2021-02-11T15:50:38.891Z] Step 8/23 : COPY . . [2021-02-11T15:50:39.175Z] ---> Using cache [2021-02-11T15:50:39.175Z] ---> b2ed513e3169 [2021-02-11T15:50:39.175Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-11T15:50:39.175Z] ---> Running in c0e091bd888a [2021-02-11T15:50:39.175Z] ---> Running in e13bdc1c8a3d [2021-02-11T15:50:39.451Z] ---> Running in 05eefdc44e0d [2021-02-11T15:50:41.440Z] 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-11T15:50:41.440Z] 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-11T15:50:41.720Z] 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-11T15:51:38.332Z] Removing intermediate container 0d0106fcd785 [2021-02-11T15:51:38.332Z] ---> 219bef1e8fed [2021-02-11T15:51:38.332Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-11T15:51:38.332Z] ---> Running in 97ca59a4c432 [2021-02-11T15:51:38.332Z] 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-11T15:51:38.332Z] Removing intermediate container 97ca59a4c432 [2021-02-11T15:51:38.332Z] ---> 969729ea1545 [2021-02-11T15:51:38.332Z] [2021-02-11T15:51:38.332Z] Step 11/26 : FROM docker:20.10.0 [2021-02-11T15:51:38.332Z] 20.10.0: Pulling from library/docker [2021-02-11T15:51:48.509Z] 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-11T15:51:56.812Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-11T15:51:56.812Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-11T15:51:56.812Z] ---> eeaf43b92773 [2021-02-11T15:51:56.812Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-11T15:51:58.817Z] ---> Running in 265268da30bc [2021-02-11T15:52:00.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:52:01.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:52:01.676Z] (1/2) Installing readline (8.0.4-r0) [2021-02-11T15:52:01.676Z] (2/2) Installing bash (5.0.17-r0) [2021-02-11T15:52:01.676Z] Executing bash-5.0.17-r0.post-install [2021-02-11T15:52:01.676Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:52:01.676Z] OK: 12 MiB in 22 packages [2021-02-11T15:52:02.681Z] Removing intermediate container c0e091bd888a [2021-02-11T15:52:02.681Z] ---> 2f6c9be7a1e4 [2021-02-11T15:52:02.681Z] [2021-02-11T15:52:02.681Z] Step 10/24 : FROM alpine:3.12 [2021-02-11T15:52:02.681Z] ---> afeebe901d6b [2021-02-11T15:52:02.681Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-11T15:52:02.960Z] ---> Running in 402e8d93a0b0 [2021-02-11T15:52:04.408Z] Removing intermediate container 265268da30bc [2021-02-11T15:52:04.408Z] ---> 662f7b300f21 [2021-02-11T15:52:04.408Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-11T15:52:04.408Z] ---> Running in 98a5d13653d6 [2021-02-11T15:52:05.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:52:05.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:52:05.298Z] Removing intermediate container 98a5d13653d6 [2021-02-11T15:52:05.298Z] ---> 90f5aceae536 [2021-02-11T15:52:05.298Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-11T15:52:05.298Z] ---> Running in e63f1b3f5f96 [2021-02-11T15:52:05.579Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-11T15:52:05.853Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:52:05.853Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-11T15:52:05.853Z] (4/5) Installing curl (7.69.1-r3) [2021-02-11T15:52:05.853Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-11T15:52:05.853Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:52:05.853Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:52:06.131Z] Removing intermediate container e63f1b3f5f96 [2021-02-11T15:52:06.131Z] ---> e4d874f4779b [2021-02-11T15:52:06.131Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-11T15:52:06.131Z] OK: 7 MiB in 19 packages [2021-02-11T15:52:06.411Z] ---> Running in c0661e24353f [2021-02-11T15:52:07.394Z] Removing intermediate container c0661e24353f [2021-02-11T15:52:07.394Z] ---> 1da6d66c3131 [2021-02-11T15:52:07.394Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-11T15:52:08.845Z] Removing intermediate container 402e8d93a0b0 [2021-02-11T15:52:08.845Z] ---> 781e4884735f [2021-02-11T15:52:08.845Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T15:52:08.845Z] ---> 46c94879df08 [2021-02-11T15:52:08.845Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-11T15:52:09.118Z] ---> Running in 79707f9bd675 [2021-02-11T15:52:10.102Z] ---> 268a08273a5f [2021-02-11T15:52:10.102Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-11T15:52:10.102Z] Removing intermediate container 79707f9bd675 [2021-02-11T15:52:10.102Z] ---> 360f4b50adcb [2021-02-11T15:52:10.102Z] Step 13/24 : WORKDIR / [2021-02-11T15:52:10.709Z] ---> Running in c3746a7a02d9 [2021-02-11T15:52:11.308Z] Removing intermediate container c3746a7a02d9 [2021-02-11T15:52:11.308Z] ---> 15b308798335 [2021-02-11T15:52:11.308Z] 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-11T15:52:11.582Z] ---> 3a1786306062 [2021-02-11T15:52:11.582Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-11T15:52:11.856Z] Removing intermediate container 05eefdc44e0d [2021-02-11T15:52:11.856Z] ---> 020b7040403a [2021-02-11T15:52:11.856Z] [2021-02-11T15:52:11.856Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:52:11.856Z] ---> afeebe901d6b [2021-02-11T15:52:11.856Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:52:11.856Z] ---> Running in 0efc349d5ecf [2021-02-11T15:52:11.856Z] ---> Using cache [2021-02-11T15:52:11.856Z] ---> 7ec68e7841ca [2021-02-11T15:52:11.856Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:52:11.856Z] ---> Using cache [2021-02-11T15:52:12.137Z] ---> 8f377430a7d4 [2021-02-11T15:52:12.137Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-11T15:52:12.414Z] ---> Running in 7eb75feff7f4 [2021-02-11T15:52:12.414Z] ---> d9643347fe92 [2021-02-11T15:52:12.414Z] 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-11T15:52:13.027Z] Removing intermediate container 7eb75feff7f4 [2021-02-11T15:52:13.027Z] ---> b5ec44e3b133 [2021-02-11T15:52:13.027Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T15:52:13.305Z] ---> Running in 01cf11a1c91c [2021-02-11T15:52:13.581Z] ---> 93a8af14e835 [2021-02-11T15:52:13.581Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-11T15:52:13.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:52:14.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:52:14.139Z] Removing intermediate container 01cf11a1c91c [2021-02-11T15:52:14.139Z] ---> b2557e0a0886 [2021-02-11T15:52:14.139Z] Step 15/23 : WORKDIR / [2021-02-11T15:52:14.412Z] ---> Running in 6bf618f4f646 [2021-02-11T15:52:14.688Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-11T15:52:14.688Z] (2/33) Installing expat (2.2.9-r1) [2021-02-11T15:52:14.688Z] (3/33) Installing libffi (3.3-r2) [2021-02-11T15:52:14.688Z] ---> b4be589480e4 [2021-02-11T15:52:14.688Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-11T15:52:14.688Z] (4/33) Installing gdbm (1.13-r1) [2021-02-11T15:52:14.688Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-11T15:52:14.688Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-11T15:52:14.688Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-11T15:52:15.288Z] Removing intermediate container 6bf618f4f646 [2021-02-11T15:52:15.288Z] ---> 1bc5a27abe45 [2021-02-11T15:52:15.288Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:52:16.729Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-11T15:52:16.729Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-11T15:52:16.729Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-11T15:52:16.729Z] ---> 516547cdb7e4 [2021-02-11T15:52:16.729Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-11T15:52:16.729Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-11T15:52:16.729Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-11T15:52:16.729Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-11T15:52:16.729Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-11T15:52:17.002Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-11T15:52:17.002Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-11T15:52:17.002Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-11T15:52:17.002Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-11T15:52:17.002Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-11T15:52:17.002Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-11T15:52:17.002Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-11T15:52:17.002Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-11T15:52:17.002Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-11T15:52:17.002Z] ---> 872ede12df3b [2021-02-11T15:52:17.002Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-11T15:52:17.002Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-11T15:52:17.002Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-11T15:52:17.282Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-11T15:52:17.282Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-11T15:52:17.282Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-11T15:52:17.282Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-11T15:52:17.282Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-11T15:52:17.282Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-11T15:52:17.282Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-11T15:52:17.282Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-11T15:52:17.557Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:52:17.557Z] OK: 71 MiB in 55 packages [2021-02-11T15:52:18.996Z] ---> 9b97b872d19f [2021-02-11T15:52:18.996Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-11T15:52:18.996Z] ---> 05cfe2768318 [2021-02-11T15:52:18.996Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-11T15:52:19.274Z] Removing intermediate container e13bdc1c8a3d [2021-02-11T15:52:19.274Z] ---> 2fd6fbdb4f50 [2021-02-11T15:52:19.274Z] [2021-02-11T15:52:19.274Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:52:19.274Z] ---> afeebe901d6b [2021-02-11T15:52:19.274Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:52:19.274Z] ---> Using cache [2021-02-11T15:52:19.274Z] ---> 7ec68e7841ca [2021-02-11T15:52:19.274Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:52:19.274Z] ---> Using cache [2021-02-11T15:52:19.274Z] ---> 8f377430a7d4 [2021-02-11T15:52:19.274Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-11T15:52:19.550Z] ---> Running in 3267d39ea787 [2021-02-11T15:52:20.153Z] ---> a3ce2d2ecefd [2021-02-11T15:52:20.153Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-11T15:52:20.153Z] ---> 3a05c66dedcb [2021-02-11T15:52:20.153Z] 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-11T15:52:20.153Z] ---> Running in ea829dd56645 [2021-02-11T15:52:20.153Z] Removing intermediate container 3267d39ea787 [2021-02-11T15:52:20.153Z] ---> 2aa03f4e8d29 [2021-02-11T15:52:20.153Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T15:52:20.427Z] ---> Running in 8b0f7ab91805 [2021-02-11T15:52:20.703Z] ---> Running in c696fa99ca2d [2021-02-11T15:52:20.977Z] Removing intermediate container ea829dd56645 [2021-02-11T15:52:20.977Z] ---> 0612a03f971a [2021-02-11T15:52:20.977Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:52:21.253Z] ---> Running in d533391ea0fb [2021-02-11T15:52:21.253Z] Removing intermediate container c696fa99ca2d [2021-02-11T15:52:21.253Z] ---> 51dc2d98251d [2021-02-11T15:52:21.253Z] Step 15/23 : WORKDIR / [2021-02-11T15:52:21.533Z] ---> Running in cfccc0070c85 [2021-02-11T15:52:22.135Z] Removing intermediate container d533391ea0fb [2021-02-11T15:52:22.135Z] ---> ca725dee5f11 [2021-02-11T15:52:22.135Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T15:52:22.135Z] ---> Running in 773234187e42 [2021-02-11T15:52:22.414Z] Removing intermediate container cfccc0070c85 [2021-02-11T15:52:22.414Z] ---> 85c2e516aab7 [2021-02-11T15:52:22.415Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:52:23.398Z] Removing intermediate container 773234187e42 [2021-02-11T15:52:23.398Z] ---> 8385ef8b92ce [2021-02-11T15:52:23.398Z] Step 22/23 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:52:23.398Z] ---> Running in 7f2aca0458cc [2021-02-11T15:52:23.398Z] ---> fb13a4c0bef1 [2021-02-11T15:52:23.398Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-11T15:52:23.676Z] Removing intermediate container 8b0f7ab91805 [2021-02-11T15:52:23.676Z] ---> cdf9d6599794 [2021-02-11T15:52:23.676Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-11T15:52:23.949Z] ---> Running in 1737c204e2b2 [2021-02-11T15:52:23.949Z] Removing intermediate container 7f2aca0458cc [2021-02-11T15:52:23.949Z] ---> dd5cdd75795d [2021-02-11T15:52:23.949Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T15:52:24.554Z] ---> Running in bcfa3e98ae8a [2021-02-11T15:52:24.554Z] Removing intermediate container 1737c204e2b2 [2021-02-11T15:52:24.554Z] ---> 19a5d4e7fc93 [2021-02-11T15:52:24.554Z] Step 22/24 : LABEL arch=arm64 [2021-02-11T15:52:24.832Z] ---> Running in bdf23301f513 [2021-02-11T15:52:25.103Z] Removing intermediate container bcfa3e98ae8a [2021-02-11T15:52:25.103Z] ---> f2aabf47d68e [2021-02-11T15:52:25.103Z] [2021-02-11T15:52:25.383Z] ---> 1dd9ad7b57f9 [2021-02-11T15:52:25.383Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-11T15:52:25.657Z] Removing intermediate container bdf23301f513 [2021-02-11T15:52:25.657Z] ---> eec8ec420d42 [2021-02-11T15:52:25.657Z] Step 23/24 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:52:25.657Z] Successfully built f2aabf47d68e [2021-02-11T15:52:25.657Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-11T15:52:25.929Z]  Building docker-core-command-go ... done Removing intermediate container 0efc349d5ecf [2021-02-11T15:52:25.929Z] ---> 6075d900d408 [2021-02-11T15:52:25.929Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-11T15:52:25.929Z] ---> Running in d270e6bf838e [2021-02-11T15:52:26.199Z] ---> Running in 7dba574eb0c1 [2021-02-11T15:52:26.199Z] ---> 8546134bc0aa [2021-02-11T15:52:26.199Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-11T15:52:26.470Z] ---> Running in 3f3030ebdee8 [2021-02-11T15:52:26.470Z] Removing intermediate container d270e6bf838e [2021-02-11T15:52:26.470Z] ---> eab17904bba5 [2021-02-11T15:52:26.470Z] Step 24/24 : LABEL version=0.0.0 [2021-02-11T15:52:26.740Z] ---> Running in f86ec3211145 [2021-02-11T15:52:27.011Z] Removing intermediate container 3f3030ebdee8 [2021-02-11T15:52:27.011Z] ---> 1f31247761d5 [2021-02-11T15:52:27.011Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:52:27.011Z] ---> Running in 67d70b9d364b [2021-02-11T15:52:27.288Z] Removing intermediate container f86ec3211145 [2021-02-11T15:52:27.288Z] ---> 096863c6ec77 [2021-02-11T15:52:27.288Z] [2021-02-11T15:52:27.560Z] Removing intermediate container 67d70b9d364b [2021-02-11T15:52:27.560Z] ---> de2d0060ef57 [2021-02-11T15:52:27.560Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T15:52:27.560Z] Successfully built 096863c6ec77 [2021-02-11T15:52:27.830Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-11T15:52:27.830Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 256700f52426 [2021-02-11T15:52:28.114Z] Removing intermediate container 256700f52426 [2021-02-11T15:52:28.114Z] ---> aca72f04f9e7 [2021-02-11T15:52:28.114Z] Step 22/23 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:52:28.388Z] ---> Running in 8c36a8c1eba0 [2021-02-11T15:52:28.983Z] Removing intermediate container 8c36a8c1eba0 [2021-02-11T15:52:28.983Z] ---> 4cea35f7549b [2021-02-11T15:52:28.983Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T15:52:28.983Z] ---> Running in c2348b3e04bf [2021-02-11T15:52:29.621Z] Removing intermediate container c2348b3e04bf [2021-02-11T15:52:29.621Z] ---> feef39f47d47 [2021-02-11T15:52:29.621Z] [2021-02-11T15:52:29.914Z] Successfully built feef39f47d47 [2021-02-11T15:52:29.914Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-11T15:52:31.358Z]  Building docker-core-metadata-go ... done Collecting docker-compose==1.23.2 [2021-02-11T15:52:31.627Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-11T15:52:32.218Z] Collecting jsonschema<3,>=2.5.1 [2021-02-11T15:52:32.218Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-11T15:52:33.187Z] Collecting PyYAML<4,>=3.10 [2021-02-11T15:52:33.187Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-11T15:52:36.560Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-11T15:52:36.560Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-11T15:52:37.983Z] Collecting cached-property<2,>=1.2.0 [2021-02-11T15:52:37.983Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-11T15:52:38.949Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-11T15:52:38.949Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-11T15:52:39.219Z] Collecting docopt<0.7,>=0.6.1 [2021-02-11T15:52:39.219Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-11T15:52:41.184Z] Collecting texttable<0.10,>=0.9.0 [2021-02-11T15:52:41.184Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-11T15:52:43.791Z] Collecting docker<4.0,>=3.6.0 [2021-02-11T15:52:43.791Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-11T15:52:43.791Z] 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-11T15:52:44.063Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-11T15:52:44.063Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-11T15:52:44.333Z] Collecting idna<2.8,>=2.5 [2021-02-11T15:52:44.333Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-11T15:52:44.920Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-11T15:52:44.920Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-11T15:52:45.189Z] 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-11T15:52:45.189Z] 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-11T15:52:45.457Z] Collecting docker-pycreds>=0.4.0 [2021-02-11T15:52:45.457Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-11T15:52:45.457Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-11T15:52:45.457Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-11T15:52:45.457Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-11T15:52:45.457Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-11T15:52:46.423Z] Installing collected packages: jsonschema, PyYAML, dockerpty, cached-property, idna, urllib3, requests, docopt, texttable, docker-pycreds, websocket-client, docker, docker-compose [2021-02-11T15:52:46.423Z] Running setup.py install for PyYAML: started [2021-02-11T15:52:48.399Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-11T15:52:48.399Z] Running setup.py install for dockerpty: started [2021-02-11T15:52:50.359Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-11T15:52:50.359Z] Attempting uninstall: idna [2021-02-11T15:52:50.359Z] Found existing installation: idna 2.9 [2021-02-11T15:52:50.359Z] Uninstalling idna-2.9: [2021-02-11T15:52:50.629Z] Successfully uninstalled idna-2.9 [2021-02-11T15:52:51.219Z] Attempting uninstall: urllib3 [2021-02-11T15:52:51.219Z] Found existing installation: urllib3 1.25.9 [2021-02-11T15:52:51.219Z] Uninstalling urllib3-1.25.9: [2021-02-11T15:52:51.219Z] Successfully uninstalled urllib3-1.25.9 [2021-02-11T15:52:51.809Z] Attempting uninstall: requests [2021-02-11T15:52:51.809Z] Found existing installation: requests 2.23.0 [2021-02-11T15:52:51.809Z] Uninstalling requests-2.23.0: [2021-02-11T15:52:52.079Z] Successfully uninstalled requests-2.23.0 [2021-02-11T15:52:52.349Z] Running setup.py install for docopt: started [2021-02-11T15:52:54.306Z] Running setup.py install for docopt: finished with status 'done' [2021-02-11T15:52:54.306Z] Running setup.py install for texttable: started [2021-02-11T15:52:55.726Z] Running setup.py install for texttable: finished with status 'done' [2021-02-11T15:52:57.698Z] 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-11T15:53:01.984Z] Removing intermediate container 7dba574eb0c1 [2021-02-11T15:53:01.984Z] ---> cc3220d80edc [2021-02-11T15:53:01.984Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-11T15:53:01.984Z] ---> Running in bcb6274d172f [2021-02-11T15:53:02.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:53:02.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:53:03.165Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:53:03.165Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-11T15:53:03.165Z] (3/3) Installing curl (7.69.1-r3) [2021-02-11T15:53:03.165Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:53:03.437Z] OK: 71 MiB in 58 packages [2021-02-11T15:53:04.412Z] Removing intermediate container bcb6274d172f [2021-02-11T15:53:04.412Z] ---> c26ec790a92c [2021-02-11T15:53:04.412Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-11T15:53:04.684Z] ---> Running in c42c21bf7c15 [2021-02-11T15:53:05.276Z] Removing intermediate container c42c21bf7c15 [2021-02-11T15:53:05.276Z] ---> 13552c952e50 [2021-02-11T15:53:05.276Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:53:05.276Z] ---> Running in cec362356d59 [2021-02-11T15:53:05.866Z] Removing intermediate container cec362356d59 [2021-02-11T15:53:05.866Z] ---> 65b17a17edcd [2021-02-11T15:53:05.866Z] Step 24/26 : LABEL arch=arm64 [2021-02-11T15:53:05.866Z] ---> Running in 192428e01158 [2021-02-11T15:53:06.458Z] Removing intermediate container 192428e01158 [2021-02-11T15:53:06.458Z] ---> 0b2534e6ea64 [2021-02-11T15:53:06.458Z] Step 25/26 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-11T15:53:06.458Z] ---> Running in 1ede6497b4cc [2021-02-11T15:53:07.050Z] Removing intermediate container 1ede6497b4cc [2021-02-11T15:53:07.050Z] ---> 91e3be84fea3 [2021-02-11T15:53:07.050Z] Step 26/26 : LABEL version=0.0.0 [2021-02-11T15:53:07.050Z] ---> Running in 6ef6f8ff2eaa [2021-02-11T15:53:07.642Z] Removing intermediate container 6ef6f8ff2eaa [2021-02-11T15:53:07.642Z] ---> 57190a18ca3b [2021-02-11T15:53:07.642Z] [2021-02-11T15:53:07.912Z] Successfully built 57190a18ca3b [2021-02-11T15:53:07.912Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-11T15:53:08.197Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-11T15:53:08.201Z] $ docker stop --time=1 ab453ffda68b6485051c0cfd3875e66973355525a6ef426bbcd69670a136fddb [2021-02-11T15:53:10.137Z] $ docker rm -f ab453ffda68b6485051c0cfd3875e66973355525a6ef426bbcd69670a136fddb [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T15:53:10.762Z] + grep docker [2021-02-11T15:53:10.762Z] + docker images [2021-02-11T15:53:11.037Z] docker-sys-mgmt-agent-go-arm64 latest 57190a18ca3b 3 seconds ago 300MB [2021-02-11T15:53:11.037Z] docker-core-metadata-go-arm64 latest feef39f47d47 41 seconds ago 17.8MB [2021-02-11T15:53:11.037Z] docker-security-secretstore-setup-go-arm64 latest 096863c6ec77 44 seconds ago 23.4MB [2021-02-11T15:53:11.037Z] docker-core-command-go-arm64 latest f2aabf47d68e 46 seconds ago 16MB [2021-02-11T15:53:11.037Z] docker-core-data-go-arm64 latest 48ac06f4543c 2 minutes ago 21MB [2021-02-11T15:53:11.037Z] docker-security-bootstrapper-go-arm64 latest 0dae03f74131 3 minutes ago 17MB [2021-02-11T15:53:11.037Z] docker-support-scheduler-go-arm64 latest 35757a6bf956 3 minutes ago 16.1MB [2021-02-11T15:53:11.037Z] docker-support-notifications-go-arm64 latest 318f53728a8e 3 minutes ago 16.7MB [2021-02-11T15:53:11.037Z] docker-security-proxy-setup-go-arm64 latest 9a69e50eade9 3 minutes ago 23.2MB [2021-02-11T15:53:11.037Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-11T15:53:12.802Z] provisioning config files... [2021-02-11T15:53:12.817Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config345440911218144831tmp [Pipeline] { [Pipeline] sh [2021-02-11T15:53:13.187Z] + set +x [2021-02-11T15:53:13.187Z] + curl -s https://codecov.io/bash [2021-02-11T15:53:13.187Z] + bash -s -- [2021-02-11T15:53:13.454Z] [2021-02-11T15:53:13.454Z] _____ _ [2021-02-11T15:53:13.454Z] / ____| | | [2021-02-11T15:53:13.454Z] | | ___ __| | ___ ___ _____ __ [2021-02-11T15:53:13.454Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-11T15:53:13.454Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-11T15:53:13.454Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-11T15:53:13.454Z] Bash-20210129-7c25fce [2021-02-11T15:53:13.454Z] [2021-02-11T15:53:13.454Z] [2021-02-11T15:53:13.454Z] ==> git version 2.24.3 found [2021-02-11T15:53:13.454Z] ==> 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-11T15:53:13.454Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-11T15:53:13.454Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-11T15:53:13.717Z] ==> Jenkins CI detected. [2021-02-11T15:53:13.717Z] project root: . [2021-02-11T15:53:13.717Z] --> token set from env [2021-02-11T15:53:13.717Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-11T15:53:13.717Z] ==> Running gcov in . (disable via -X gcov) [2021-02-11T15:53:13.717Z] ==> Python coveragepy not found [2021-02-11T15:53:13.717Z] ==> Searching for coverage reports in: [2021-02-11T15:53:13.717Z] + . [2021-02-11T15:53:13.717Z] -> Found 1 reports [2021-02-11T15:53:13.717Z] ==> Detecting git/mercurial file structure [2021-02-11T15:53:13.717Z] ==> Reading reports [2021-02-11T15:53:13.717Z] + ./coverage.out bytes=595164 [2021-02-11T15:53:13.717Z] ==> Appending adjustments [2021-02-11T15:53:13.717Z] https://docs.codecov.io/docs/fixing-reports [2021-02-11T15:53:17.029Z] + Found adjustments [2021-02-11T15:53:17.029Z] ==> Gzipping contents [2021-02-11T15:53:17.029Z] 88K /tmp/codecov.4lM0L0.gz [2021-02-11T15:53:17.029Z] ==> Uploading reports [2021-02-11T15:53:17.029Z] url: https://codecov.io [2021-02-11T15:53:17.029Z] query: branch=PR-3113&commit=381370a24fa11f31a9a344a70b43ef8e9a3a22d6&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-11T15:53:17.029Z] -> Pinging Codecov [2021-02-11T15:53:17.029Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=381370a24fa11f31a9a344a70b43ef8e9a3a22d6&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-11T15:53:17.610Z] -> Uploading to [2021-02-11T15:53:17.610Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-11/00271124DB129430A58F1EEE437C3FCB/381370a24fa11f31a9a344a70b43ef8e9a3a22d6/de04ff56-f499-4dfb-a644-89bba08dd508.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210211T155317Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ed69e3c2a56c103ccb9c685ec34b2ad49da51ecf640cca4a07405052540bd668 [2021-02-11T15:53:17.610Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-11T15:53:17.610Z] Dload Upload Total Spent Left Speed [2021-02-11T15:53:18.184Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89323 0 0 100 89323 0 177k --:--:-- --:--:-- --:--:-- 178k 100 89323 0 0 100 89323 0 177k --:--:-- --:--:-- --:--:-- 177k [2021-02-11T15:53:18.184Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [Pipeline] } [2021-02-11T15:53:18.193Z] 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-11T15:53:20.016Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:53:20.896Z] ---> package-listing.sh [2021-02-11T15:53:20.896Z] ++ facter osfamily [2021-02-11T15:53:20.896Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-11T15:53:20.896Z] + OS_FAMILY=redhat [2021-02-11T15:53:20.896Z] + workspace=/w/workspace/edgex-go/20 [2021-02-11T15:53:20.896Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-11T15:53:20.896Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-11T15:53:20.896Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-11T15:53:20.896Z] + PACKAGES=/tmp/packages_start.txt [2021-02-11T15:53:20.896Z] + '[' /w/workspace/edgex-go/20 ']' [2021-02-11T15:53:20.896Z] + PACKAGES=/tmp/packages_end.txt [2021-02-11T15:53:20.896Z] + case "${OS_FAMILY}" in [2021-02-11T15:53:20.896Z] + rpm -qa [2021-02-11T15:53:20.896Z] + sort [2021-02-11T15:53:26.203Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-11T15:53:26.203Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-11T15:53:26.203Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-11T15:53:26.203Z] + '[' /w/workspace/edgex-go/20 ']' [2021-02-11T15:53:26.203Z] + mkdir -p /w/workspace/edgex-go/20/archives/ [2021-02-11T15:53:26.203Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo [2021-02-11T15:53:26.216Z] 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-11T15:53:26.510Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:53:26.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T15:53:26.817Z] [2021-02-11T15:53:26.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:53:27.165Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T15:53:27.165Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-11T15:53:27.165Z] df20fa9351a1: Pulling fs layer [2021-02-11T15:53:27.165Z] 36b3adc4ff6f: Pulling fs layer [2021-02-11T15:53:27.165Z] 8ad3a11d3b57: Pulling fs layer [2021-02-11T15:53:27.165Z] 46f8f816bc3b: Pulling fs layer [2021-02-11T15:53:27.165Z] 93b61091891f: Pulling fs layer [2021-02-11T15:53:27.165Z] 93b9cdb0e59b: Pulling fs layer [2021-02-11T15:53:27.165Z] 5e14af77c1be: Pulling fs layer [2021-02-11T15:53:27.165Z] 01666e4c0597: Pulling fs layer [2021-02-11T15:53:27.165Z] aa168da1d23b: Pulling fs layer [2021-02-11T15:53:27.165Z] 93b9cdb0e59b: Waiting [2021-02-11T15:53:27.165Z] 5e14af77c1be: Waiting [2021-02-11T15:53:27.165Z] 46f8f816bc3b: Waiting [2021-02-11T15:53:27.165Z] 93b61091891f: Waiting [2021-02-11T15:53:27.165Z] aa168da1d23b: Waiting [2021-02-11T15:53:27.165Z] 01666e4c0597: Waiting [2021-02-11T15:53:27.165Z] 36b3adc4ff6f: Verifying Checksum [2021-02-11T15:53:27.165Z] 36b3adc4ff6f: Download complete [2021-02-11T15:53:27.165Z] 46f8f816bc3b: Download complete [2021-02-11T15:53:27.427Z] df20fa9351a1: Verifying Checksum [2021-02-11T15:53:27.427Z] df20fa9351a1: Download complete [2021-02-11T15:53:27.427Z] 93b9cdb0e59b: Verifying Checksum [2021-02-11T15:53:27.427Z] 93b9cdb0e59b: Download complete [2021-02-11T15:53:27.427Z] 93b61091891f: Verifying Checksum [2021-02-11T15:53:27.427Z] 93b61091891f: Download complete [2021-02-11T15:53:27.427Z] 5e14af77c1be: Verifying Checksum [2021-02-11T15:53:27.427Z] 5e14af77c1be: Download complete [2021-02-11T15:53:27.427Z] 01666e4c0597: Verifying Checksum [2021-02-11T15:53:27.427Z] 01666e4c0597: Download complete [2021-02-11T15:53:27.689Z] df20fa9351a1: Pull complete [2021-02-11T15:53:27.958Z] 36b3adc4ff6f: Pull complete [2021-02-11T15:53:27.958Z] 8ad3a11d3b57: Verifying Checksum [2021-02-11T15:53:27.958Z] 8ad3a11d3b57: Download complete [2021-02-11T15:53:28.920Z] 8ad3a11d3b57: Pull complete [2021-02-11T15:53:28.920Z] 46f8f816bc3b: Pull complete [2021-02-11T15:53:29.872Z] aa168da1d23b: Verifying Checksum [2021-02-11T15:53:29.872Z] aa168da1d23b: Download complete [2021-02-11T15:53:30.820Z] 93b61091891f: Pull complete [2021-02-11T15:53:31.082Z] 93b9cdb0e59b: Pull complete [2021-02-11T15:53:31.082Z] 5e14af77c1be: Pull complete [2021-02-11T15:53:31.345Z] 01666e4c0597: Pull complete [2021-02-11T15:53:39.548Z] aa168da1d23b: Pull complete [2021-02-11T15:53:39.548Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-11T15:53:39.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T15:53:39.548Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-11T15:53:39.767Z] prd-centos7-docker-4c-2g-26095 does not seem to be running inside a container [2021-02-11T15:53:39.817Z] $ 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/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-11T15:53:44.512Z] $ docker top afd4c8c99bdb8f7a547c05d9892127acdfbfcc47c1fc563a352aca6f42b35604 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:53:45.096Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-11T15:53:45.398Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-11T15:53:45.716Z] + ls /var/log/sa-host [2021-02-11T15:53:45.716Z] + sadf -c /var/log/sa-host/sa11 [2021-02-11T15:53:45.716Z] file_magic: OK [2021-02-11T15:53:45.716Z] HZ: Using current value: 100 [2021-02-11T15:53:45.716Z] file_header: OK [2021-02-11T15:53:45.716Z] 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-11T15:53:45.716Z] Statistics: [2021-02-11T15:53:45.716Z] 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... [2021-02-11T15:53:45.716Z] File successfully converted to sysstat format version 12.2.1 [2021-02-11T15:53:45.716Z] + sadf -c /var/log/sa-host/sa23 [2021-02-11T15:53:45.716Z] file_magic: OK [2021-02-11T15:53:45.716Z] HZ: Using current value: 100 [2021-02-11T15:53:45.716Z] file_header: OK [2021-02-11T15:53:45.716Z] 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-11T15:53:45.716Z] Statistics: [2021-02-11T15:53:45.716Z] Hnuu...uuuununununu... [2021-02-11T15:53:45.716Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-11T15:53:46.005Z] provisioning config files... [2021-02-11T15:53:46.034Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config8433303456497171505tmp [Pipeline] { [Pipeline] echo [2021-02-11T15:53:46.119Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:53:46.444Z] ---> create-netrc.sh [Pipeline] } [2021-02-11T15:53:46.455Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-11T15:53:46.562Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:53:46.858Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-11T15:53:46.870Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:53:47.166Z] ---> sudo-logs.sh [2021-02-11T15:53:47.167Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-11T15:53:47.177Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:53:47.473Z] ---> job-cost.sh [2021-02-11T15:53:47.473Z] lf-activate-venv: SKIPPING [2021-02-11T15:53:47.473Z] INFO: No Stack... [2021-02-11T15:53:48.863Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-11T15:53:49.434Z] INFO: Archiving Costs [Pipeline] echo [2021-02-11T15:53:49.447Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:53:49.740Z] ---> logs-deploy.sh [2021-02-11T15:53:49.740Z] lf-activate-venv: SKIPPING [2021-02-11T15:53:49.740Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/20 [2021-02-11T15:53:49.740Z] INFO: archiving workspace using pattern(s): [2021-02-11T15:53:51.130Z] Archives upload complete. [2021-02-11T15:53:51.393Z] INFO: archiving logs to Nexus [2021-02-11T15:53:52.340Z] ---> uname -a: [2021-02-11T15:53:52.340Z] Linux prd-centos7-docker-4c-2g-26095.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-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] ---> lscpu: [2021-02-11T15:53:52.340Z] Architecture: x86_64 [2021-02-11T15:53:52.340Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-11T15:53:52.340Z] Byte Order: Little Endian [2021-02-11T15:53:52.340Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-11T15:53:52.340Z] CPU(s): 4 [2021-02-11T15:53:52.340Z] On-line CPU(s) list: 0-3 [2021-02-11T15:53:52.340Z] Thread(s) per core: 1 [2021-02-11T15:53:52.340Z] Core(s) per socket: 1 [2021-02-11T15:53:52.340Z] Socket(s): 4 [2021-02-11T15:53:52.340Z] NUMA node(s): 1 [2021-02-11T15:53:52.340Z] Vendor ID: GenuineIntel [2021-02-11T15:53:52.340Z] CPU family: 6 [2021-02-11T15:53:52.340Z] Model: 44 [2021-02-11T15:53:52.340Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-11T15:53:52.340Z] Stepping: 1 [2021-02-11T15:53:52.340Z] CPU MHz: 2933.438 [2021-02-11T15:53:52.340Z] BogoMIPS: 5866.87 [2021-02-11T15:53:52.340Z] Virtualization: VT-x [2021-02-11T15:53:52.340Z] Hypervisor vendor: KVM [2021-02-11T15:53:52.340Z] Virtualization type: full [2021-02-11T15:53:52.340Z] L1d cache: 128 KiB [2021-02-11T15:53:52.340Z] L1i cache: 128 KiB [2021-02-11T15:53:52.340Z] L2 cache: 16 MiB [2021-02-11T15:53:52.340Z] L3 cache: 64 MiB [2021-02-11T15:53:52.340Z] NUMA node0 CPU(s): 0-3 [2021-02-11T15:53:52.340Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-11T15:53:52.340Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-11T15:53:52.340Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-11T15:53:52.340Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-11T15:53:52.340Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-11T15:53:52.340Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-11T15:53:52.340Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-11T15:53:52.340Z] Vulnerability Srbds: Not affected [2021-02-11T15:53:52.340Z] Vulnerability Tsx async abort: Not affected [2021-02-11T15:53:52.340Z] 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-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] ---> nproc: [2021-02-11T15:53:52.340Z] 4 [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] ---> df -h: [2021-02-11T15:53:52.340Z] Filesystem Size Used Available Use% Mounted on [2021-02-11T15:53:52.340Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-11T15:53:52.340Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-11T15:53:52.340Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-11T15:53:52.340Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-11T15:53:52.340Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-11T15:53:52.340Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-11T15:53:52.340Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-11T15:53:52.340Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-11T15:53:52.340Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-11T15:53:52.340Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-11T15:53:52.340Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-11T15:53:52.340Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-11T15:53:52.340Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/20 [2021-02-11T15:53:52.340Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/20@tmp [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] ---> free -m: [2021-02-11T15:53:52.340Z] total used free shared buff/cache available [2021-02-11T15:53:52.340Z] Mem: 1837 709 210 0 917 1043 [2021-02-11T15:53:52.340Z] Swap: 1023 64 959 [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] ---> ip addr: [2021-02-11T15:53:52.340Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-11T15:53:52.340Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-11T15:53:52.340Z] inet 127.0.0.1/8 scope host lo [2021-02-11T15:53:52.340Z] valid_lft forever preferred_lft forever [2021-02-11T15:53:52.340Z] inet6 ::1/128 scope host [2021-02-11T15:53:52.340Z] valid_lft forever preferred_lft forever [2021-02-11T15:53:52.340Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-11T15:53:52.340Z] link/ether fa:16:3e:89:d7:0e brd ff:ff:ff:ff:ff:ff [2021-02-11T15:53:52.340Z] inet 10.30.123.159/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-11T15:53:52.340Z] valid_lft 85079sec preferred_lft 85079sec [2021-02-11T15:53:52.340Z] inet6 fe80::f816:3eff:fe89:d70e/64 scope link [2021-02-11T15:53:52.340Z] valid_lft forever preferred_lft forever [2021-02-11T15:53:52.340Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-11T15:53:52.340Z] link/ether 02:42:7b:21:80:de brd ff:ff:ff:ff:ff:ff [2021-02-11T15:53:52.340Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-11T15:53:52.340Z] valid_lft forever preferred_lft forever [2021-02-11T15:53:52.340Z] inet6 fe80::42:7bff:fe21:80de/64 scope link [2021-02-11T15:53:52.340Z] valid_lft forever preferred_lft forever [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] ---> sar -b -r -n DEV: [2021-02-11T15:53:52.340Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/11/21 _x86_64_ (4 CPU) [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] 15:31:38 LINUX RESTART (4 CPU) [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] 15:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-11T15:53:52.340Z] 15:33:03 122.27 47.65 74.62 0.00 8187.85 27724.55 0.00 [2021-02-11T15:53:52.340Z] 15:34:01 184.46 85.92 98.54 0.00 6147.56 43638.47 0.00 [2021-02-11T15:53:52.340Z] 15:35:01 255.63 97.41 158.22 0.00 3863.89 21526.46 0.00 [2021-02-11T15:53:52.340Z] 15:36:01 139.77 61.79 77.98 0.00 2291.91 9304.77 0.00 [2021-02-11T15:53:52.340Z] 15:37:01 145.54 37.82 107.72 0.00 2739.95 25581.64 0.00 [2021-02-11T15:53:52.340Z] 15:38:03 1974.35 1643.86 330.49 0.00 145258.61 200913.40 0.00 [2021-02-11T15:53:52.340Z] 15:39:02 1751.26 1502.26 249.00 0.00 90046.72 101882.54 0.00 [2021-02-11T15:53:52.340Z] 15:40:01 1353.95 993.84 360.11 0.00 85063.36 131993.03 0.00 [2021-02-11T15:53:52.340Z] 15:41:01 1169.69 874.14 295.55 0.00 51601.21 78155.03 0.00 [2021-02-11T15:53:52.340Z] 15:42:01 69.96 14.41 55.54 0.00 2964.98 3809.27 0.00 [2021-02-11T15:53:52.340Z] 15:43:02 1.87 0.10 1.77 0.00 4.80 31.67 0.00 [2021-02-11T15:53:52.340Z] 15:44:01 0.27 0.00 0.27 0.00 0.00 3.29 0.00 [2021-02-11T15:53:52.340Z] 15:45:01 0.30 0.03 0.27 0.00 0.40 2.73 0.00 [2021-02-11T15:53:52.340Z] 15:46:01 0.75 0.00 0.75 0.00 0.00 8.56 0.00 [2021-02-11T15:53:52.340Z] 15:47:01 2.08 1.81 0.27 0.00 57.54 3.21 0.00 [2021-02-11T15:53:52.340Z] 15:48:01 0.82 0.03 0.78 0.00 1.07 15.45 0.00 [2021-02-11T15:53:52.340Z] 15:49:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 [2021-02-11T15:53:52.340Z] 15:50:01 0.67 0.43 0.23 0.00 47.96 3.26 0.00 [2021-02-11T15:53:52.340Z] 15:51:01 0.30 0.03 0.27 0.00 0.80 3.20 0.00 [2021-02-11T15:53:52.340Z] 15:52:01 0.22 0.02 0.20 0.00 0.13 1.65 0.00 [2021-02-11T15:53:52.340Z] 15:53:01 0.53 0.28 0.25 0.00 149.48 3.25 0.00 [2021-02-11T15:53:52.340Z] Average: 342.69 256.20 86.49 0.00 19100.67 30854.07 0.00 [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] 15:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-11T15:53:52.340Z] 15:33:03 69360 0 669900 35.60 2620 1139664 1387516 47.35 572716 1034328 54692 [2021-02-11T15:53:52.340Z] 15:34:01 116140 0 690496 36.70 2540 1072368 1433140 48.91 572164 953360 22064 [2021-02-11T15:53:52.340Z] 15:35:01 249372 0 753448 40.04 1492 877232 1730936 59.07 594420 766792 84248 [2021-02-11T15:53:52.340Z] 15:36:01 331256 0 768756 40.86 664 780868 1559688 53.23 569136 695704 51972 [2021-02-11T15:53:52.340Z] 15:37:01 193068 0 743600 39.52 520 944356 1426264 48.68 567260 831888 40 [2021-02-11T15:53:52.340Z] 15:38:03 53740 0 847288 45.03 0 980516 2347320 80.11 773436 832368 84084 [2021-02-11T15:53:52.340Z] 15:39:02 265188 0 1009864 53.67 0 606492 3765144 128.50 672020 669836 69124 [2021-02-11T15:53:52.340Z] 15:40:01 72012 0 978976 52.03 0 830556 2729908 93.17 783172 782732 11432 [2021-02-11T15:53:52.340Z] 15:41:01 128300 0 678480 36.06 0 1074764 1343464 45.85 506180 999044 8 [2021-02-11T15:53:52.340Z] 15:42:01 121424 0 635544 33.78 0 1124576 1190808 40.64 522848 992676 12 [2021-02-11T15:53:52.340Z] 15:43:02 124276 0 632576 33.62 0 1124692 1162992 39.69 521336 991480 16 [2021-02-11T15:53:52.340Z] 15:44:01 124384 0 632456 33.61 0 1124704 1163016 39.69 521604 991484 16 [2021-02-11T15:53:52.340Z] 15:45:01 125648 0 631188 33.55 0 1124708 1154744 39.41 520888 991272 12 [2021-02-11T15:53:52.340Z] 15:46:01 126092 0 630732 33.52 0 1124720 1154744 39.41 520764 991284 8 [2021-02-11T15:53:52.340Z] 15:47:01 123992 0 631844 33.58 0 1125708 1154744 39.41 520988 991932 16 [2021-02-11T15:53:52.340Z] 15:48:01 123492 0 632312 33.61 0 1125740 1154828 39.41 521492 991952 8 [2021-02-11T15:53:52.340Z] 15:49:01 123448 0 632352 33.61 0 1125744 1154744 39.41 520916 991948 12 [2021-02-11T15:53:52.340Z] 15:50:01 122256 0 632116 33.60 0 1127172 1154744 39.41 521508 992924 8 [2021-02-11T15:53:52.340Z] 15:51:01 122388 0 631976 33.59 0 1127180 1154744 39.41 521368 992952 12 [2021-02-11T15:53:52.340Z] 15:52:01 122288 0 632020 33.59 0 1127236 1154744 39.41 521436 992968 20 [2021-02-11T15:53:52.340Z] 15:53:01 114524 0 635344 33.77 0 1131676 1154828 39.41 527608 994608 8 [2021-02-11T15:53:52.340Z] Average: 140602 0 701489 37.28 373 1039080 1506336 51.41 565393 927311 17991 [2021-02-11T15:53:52.340Z] [2021-02-11T15:53:52.340Z] 15:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-11T15:53:52.340Z] 15:33:03 veth2960660 663.72 628.59 63.54 1932.16 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:33:03 eth0 1664.35 1447.46 5624.82 192.76 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:33:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:33:03 docker0 663.72 628.47 54.47 1932.15 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:34:01 eth0 586.73 552.87 3816.49 54.92 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:34:01 veth43b3c72 14.89 21.66 0.98 92.28 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:34:01 docker0 281.58 266.78 21.16 874.69 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:35:01 eth0 202.36 156.59 769.04 23.76 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:35:01 vethfaff679 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:35:01 docker0 138.97 171.79 10.33 741.61 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:36:01 eth0 48.41 35.98 23.35 79.78 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:36:01 vethfaff679 1.73 1.73 0.14 0.14 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:36:01 docker0 1.73 1.73 0.12 0.14 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:37:01 veth75dc6ae 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:37:01 eth0 183.80 150.42 1697.34 24.39 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:38:03 eth0 76.42 55.30 170.05 61.04 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:38:03 veth8f9316b 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:38:03 docker0 16.05 24.40 0.98 141.36 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:39:02 veth140abb0 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:39:02 vethed2e95a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.340Z] 15:39:02 vethd31cabf 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:39:02 eth0 13.88 7.15 11.50 6.03 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:40:01 eth0 100.99 62.72 291.06 90.38 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:40:01 veth8f9316b 0.00 0.84 0.00 0.04 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:40:01 veth9641f46 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:40:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:41:01 eth0 194.78 139.71 1628.48 24.74 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:41:01 veth8f9316b 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:41:01 docker0 1137.79 1176.92 88.82 4247.33 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:42:01 eth0 61.00 49.43 74.61 71.07 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:42:01 docker0 5.28 8.84 0.56 56.35 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:43:02 eth0 1.47 0.50 0.47 0.27 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:44:01 eth0 1.41 0.51 0.59 0.36 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:45:01 eth0 0.17 0.07 0.01 0.04 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:47:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:48:01 eth0 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:49:01 eth0 0.08 0.17 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:51:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:52:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:53:01 eth0 0.38 0.32 0.15 0.08 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] Average: eth0 148.95 126.20 667.88 30.04 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] Average: docker0 54.67 56.71 4.27 205.81 0.00 0.00 0.00 0.00 [2021-02-11T15:53:52.341Z] [2021-02-11T15:53:52.341Z] [2021-02-11T15:53:52.341Z] ---> sar -P ALL: [2021-02-11T15:53:52.341Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/11/21 _x86_64_ (4 CPU) [2021-02-11T15:53:52.341Z] [2021-02-11T15:53:52.341Z] 15:31:38 LINUX RESTART (4 CPU) [2021-02-11T15:53:52.341Z] [2021-02-11T15:53:52.341Z] 15:32:01 CPU %user %nice %system %iowait %steal %idle [2021-02-11T15:53:52.341Z] 15:33:03 all 16.82 0.00 8.68 3.26 0.09 71.14 [2021-02-11T15:53:52.341Z] 15:33:03 0 15.37 0.00 11.17 0.76 0.10 72.60 [2021-02-11T15:53:52.341Z] 15:33:03 1 19.68 0.00 7.72 3.96 0.09 68.55 [2021-02-11T15:53:52.341Z] 15:33:03 2 17.65 0.00 6.86 6.04 0.09 69.36 [2021-02-11T15:53:52.341Z] 15:33:03 3 14.56 0.00 9.02 2.25 0.07 74.10 [2021-02-11T15:53:52.341Z] 15:34:01 all 11.81 0.00 6.65 1.31 0.04 80.18 [2021-02-11T15:53:52.341Z] 15:34:01 0 12.13 0.00 8.12 1.02 0.04 78.70 [2021-02-11T15:53:52.341Z] 15:34:01 1 10.83 0.00 6.15 1.60 0.05 81.36 [2021-02-11T15:53:52.341Z] 15:34:01 2 11.71 0.00 6.52 2.08 0.04 79.65 [2021-02-11T15:53:52.341Z] 15:34:01 3 12.60 0.00 5.81 0.53 0.05 81.00 [2021-02-11T15:53:52.341Z] 15:35:01 all 26.12 0.00 9.37 7.80 0.06 56.65 [2021-02-11T15:53:52.341Z] 15:35:01 0 25.68 0.00 9.17 7.38 0.07 57.69 [2021-02-11T15:53:52.341Z] 15:35:01 1 26.06 0.00 10.04 10.86 0.09 52.95 [2021-02-11T15:53:52.341Z] 15:35:01 2 25.87 0.00 9.39 6.69 0.05 58.00 [2021-02-11T15:53:52.341Z] 15:35:01 3 26.87 0.00 8.89 6.26 0.03 57.95 [2021-02-11T15:53:52.341Z] 15:36:01 all 46.74 0.00 13.58 3.07 0.07 36.53 [2021-02-11T15:53:52.341Z] 15:36:01 0 46.76 0.00 13.62 2.25 0.05 37.32 [2021-02-11T15:53:52.341Z] 15:36:01 1 46.78 0.00 13.91 3.71 0.05 35.55 [2021-02-11T15:53:52.341Z] 15:36:01 2 47.24 0.00 13.28 2.91 0.14 36.43 [2021-02-11T15:53:52.341Z] 15:36:01 3 46.19 0.00 13.51 3.41 0.05 36.83 [2021-02-11T15:53:52.341Z] 15:37:01 all 35.38 0.00 12.38 4.54 0.05 47.66 [2021-02-11T15:53:52.341Z] 15:37:01 0 35.68 0.00 12.07 6.42 0.05 45.77 [2021-02-11T15:53:52.341Z] 15:37:01 1 37.03 0.00 12.84 2.96 0.03 47.13 [2021-02-11T15:53:52.341Z] 15:37:01 2 34.38 0.00 12.42 4.88 0.07 48.25 [2021-02-11T15:53:52.341Z] 15:37:01 3 34.42 0.00 12.18 3.89 0.03 49.47 [2021-02-11T15:53:52.341Z] 15:38:03 all 20.07 0.00 27.18 20.48 0.16 32.12 [2021-02-11T15:53:52.341Z] 15:38:03 0 19.17 0.00 26.61 19.92 0.19 34.12 [2021-02-11T15:53:52.341Z] 15:38:03 1 21.49 0.00 26.74 18.98 0.13 32.65 [2021-02-11T15:53:52.341Z] 15:38:03 2 20.12 0.00 27.43 21.14 0.15 31.15 [2021-02-11T15:53:52.341Z] 15:38:03 3 19.48 0.00 27.94 21.90 0.15 30.52 [2021-02-11T15:53:52.341Z] 15:39:02 all 48.18 0.00 20.03 18.06 0.10 13.63 [2021-02-11T15:53:52.341Z] 15:39:02 0 47.48 0.00 20.07 16.68 0.13 15.65 [2021-02-11T15:53:52.341Z] 15:39:02 1 47.67 0.00 20.47 20.35 0.09 11.42 [2021-02-11T15:53:52.341Z] 15:39:02 2 48.21 0.00 20.39 17.78 0.09 13.54 [2021-02-11T15:53:52.341Z] 15:39:02 3 49.36 0.00 19.20 17.41 0.11 13.93 [2021-02-11T15:53:52.341Z] 15:40:01 all 28.71 0.00 20.01 23.97 0.09 27.23 [2021-02-11T15:53:52.341Z] 15:40:01 0 29.46 0.00 18.49 23.01 0.09 28.96 [2021-02-11T15:53:52.341Z] 15:40:01 1 29.45 0.00 19.26 24.60 0.12 26.56 [2021-02-11T15:53:52.341Z] 15:40:01 2 27.72 0.00 19.85 24.84 0.05 27.54 [2021-02-11T15:53:52.341Z] 15:40:01 3 28.19 0.00 22.46 23.42 0.09 25.84 [2021-02-11T15:53:52.341Z] 15:41:01 all 40.21 0.00 18.02 17.00 0.08 24.69 [2021-02-11T15:53:52.341Z] 15:41:01 0 42.06 0.00 17.66 17.95 0.05 22.28 [2021-02-11T15:53:52.341Z] 15:41:01 1 39.06 0.00 17.80 15.69 0.12 27.33 [2021-02-11T15:53:52.341Z] 15:41:01 2 40.67 0.00 18.08 17.32 0.09 23.84 [2021-02-11T15:53:52.341Z] 15:41:01 3 39.02 0.00 18.55 17.05 0.07 25.32 [2021-02-11T15:53:52.341Z] 15:42:01 all 4.50 0.00 2.45 1.85 0.02 91.18 [2021-02-11T15:53:52.341Z] 15:42:01 0 4.33 0.00 2.55 0.40 0.02 92.70 [2021-02-11T15:53:52.341Z] 15:42:01 1 3.94 0.00 2.43 1.56 0.02 92.06 [2021-02-11T15:53:52.341Z] 15:42:01 2 3.97 0.00 2.55 2.00 0.02 91.46 [2021-02-11T15:53:52.341Z] 15:42:01 3 5.77 0.00 2.27 3.45 0.02 88.49 [2021-02-11T15:53:52.341Z] 15:43:02 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-02-11T15:53:52.341Z] 15:43:02 0 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-11T15:53:52.341Z] 15:43:02 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-11T15:53:52.341Z] 15:43:02 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-11T15:53:52.341Z] 15:43:02 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-11T15:53:52.341Z] [2021-02-11T15:53:52.341Z] 15:43:02 CPU %user %nice %system %iowait %steal %idle [2021-02-11T15:53:52.341Z] 15:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-11T15:53:52.341Z] 15:44:01 0 0.20 0.00 0.02 0.00 0.00 99.78 [2021-02-11T15:53:52.341Z] 15:44:01 1 0.36 0.00 0.03 0.00 0.00 99.61 [2021-02-11T15:53:52.341Z] 15:44:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-11T15:53:52.341Z] 15:44:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-11T15:53:52.341Z] 15:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-11T15:53:52.341Z] 15:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-11T15:53:52.341Z] 15:45:01 1 0.52 0.00 0.05 0.02 0.00 99.42 [2021-02-11T15:53:52.341Z] 15:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-11T15:53:52.341Z] 15:45:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-02-11T15:53:52.341Z] 15:46:01 all 0.21 0.00 0.25 0.00 0.00 99.54 [2021-02-11T15:53:52.341Z] 15:46:01 0 0.10 0.00 0.32 0.00 0.00 99.58 [2021-02-11T15:53:52.341Z] 15:46:01 1 0.58 0.00 0.18 0.00 0.00 99.23 [2021-02-11T15:53:52.341Z] 15:46:01 2 0.08 0.00 0.32 0.00 0.00 99.60 [2021-02-11T15:53:52.341Z] 15:46:01 3 0.07 0.00 0.18 0.00 0.00 99.75 [2021-02-11T15:53:52.341Z] 15:47:01 all 0.15 0.00 0.06 0.02 0.00 99.77 [2021-02-11T15:53:52.341Z] 15:47:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-11T15:53:52.341Z] 15:47:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-11T15:53:52.341Z] 15:47:01 2 0.03 0.00 0.10 0.08 0.00 99.78 [2021-02-11T15:53:52.341Z] 15:47:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-11T15:53:52.341Z] 15:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-11T15:53:52.341Z] 15:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-11T15:53:52.341Z] 15:48:01 1 0.53 0.00 0.03 0.00 0.02 99.42 [2021-02-11T15:53:52.341Z] 15:48:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-11T15:53:52.341Z] 15:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-11T15:53:52.341Z] 15:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-11T15:53:52.341Z] 15:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-11T15:53:52.341Z] 15:49:01 1 0.52 0.00 0.00 0.00 0.00 99.48 [2021-02-11T15:53:52.341Z] 15:49:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-11T15:53:52.341Z] 15:49:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-11T15:53:52.341Z] 15:50:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-02-11T15:53:52.341Z] 15:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-11T15:53:52.341Z] 15:50:01 1 0.40 0.00 0.03 0.00 0.00 99.57 [2021-02-11T15:53:52.341Z] 15:50:01 2 0.10 0.00 0.05 0.00 0.00 99.85 [2021-02-11T15:53:52.341Z] 15:50:01 3 0.17 0.00 0.03 0.00 0.00 99.80 [2021-02-11T15:53:52.341Z] 15:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-11T15:53:52.341Z] 15:51:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-11T15:53:52.341Z] 15:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-11T15:53:52.341Z] 15:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-11T15:53:52.341Z] 15:51:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-11T15:53:52.341Z] 15:52:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-11T15:53:52.341Z] 15:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-11T15:53:52.341Z] 15:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-11T15:53:52.341Z] 15:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-11T15:53:52.341Z] 15:52:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-11T15:53:52.341Z] 15:53:01 all 0.15 0.00 0.04 0.01 0.00 99.80 [2021-02-11T15:53:52.342Z] 15:53:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2021-02-11T15:53:52.342Z] 15:53:01 1 0.02 0.00 0.05 0.03 0.00 99.90 [2021-02-11T15:53:52.342Z] 15:53:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-11T15:53:52.342Z] 15:53:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-11T15:53:52.342Z] Average: all 13.03 0.00 6.47 4.70 0.04 75.76 [2021-02-11T15:53:52.342Z] Average: 0 12.97 0.00 6.53 4.45 0.04 76.01 [2021-02-11T15:53:52.342Z] Average: 1 13.30 0.00 6.43 4.85 0.04 75.38 [2021-02-11T15:53:52.342Z] Average: 2 12.92 0.00 6.40 4.91 0.04 75.73 [2021-02-11T15:53:52.342Z] Average: 3 12.91 0.00 6.52 4.60 0.03 75.93 [2021-02-11T15:53:52.342Z] [2021-02-11T15:53:52.342Z] [2021-02-11T15:53:52.342Z]