Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bc46def1755e5a9771c9eeccd25309827250b7f2+74c372326013f994c98436bf4455b6fe21c08430 (f9ac2d7c1ceef9297dbd190b560369d4a31a44fe) 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-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24578’ is offline; ‘prd-centos7-docker-4c-2g-24580’ is offline Running on prd-centos7-docker-4c-2g-24583 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit bc46def1755e5a9771c9eeccd25309827250b7f2 > 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 bc46def1755e5a9771c9eeccd25309827250b7f2 # timeout=10 Merge succeeded, producing bc46def1755e5a9771c9eeccd25309827250b7f2 Checking out Revision bc46def1755e5a9771c9eeccd25309827250b7f2 (PR-3113) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc46def1755e5a9771c9eeccd25309827250b7f2 # 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-02T17:29:14.130Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T17:29:14.385Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 7cbd8b2f95d0db505ea87ee4a34606139244d0cb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T17:29:14.478Z] ========================================================= [2021-02-02T17:29:14.478Z] EdgeX Global Pipelines Version Info [2021-02-02T17:29:14.478Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:29:15.979Z] ------------------- [2021-02-02T17:29:15.979Z] stable info: [2021-02-02T17:29:15.979Z] ------------------- [2021-02-02T17:29:15.979Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T17:29:15.979Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T17:29:15.979Z] Message: update stable to v1.0.179 [2021-02-02T17:29:16.927Z] ------------------- [2021-02-02T17:29:16.927Z] experimental info: [2021-02-02T17:29:16.927Z] ------------------- [2021-02-02T17:29:16.927Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T17:29:16.927Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T17:29:16.927Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T17:29:17.200Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-02T17:29:17.290Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-02T17:29:17.377Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T17:29:17.463Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T17:29:17.572Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T17:29:17.657Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T17:29:17.760Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T17:29:17.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-02T17:29:17.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-02T17:29:18.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-02T17:29:18.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T17:29:18.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T17:29:18.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T17:29:18.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T17:29:18.495Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T17:29:18.577Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T17:29:18.660Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T17:29:18.744Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T17:29:18.850Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-02T17:29:18.948Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-02T17:29:19.043Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-02T17:29:19.123Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T17:29:19.213Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T17:29:19.291Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo [2021-02-02T17:29:19.371Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo [2021-02-02T17:29:19.454Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo [2021-02-02T17:29:19.551Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bc46def1755e5a9771c9eeccd25309827250b7f2 [Pipeline] echo [2021-02-02T17:29:19.634Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bc46def [Pipeline] echo [2021-02-02T17:29:19.719Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T17:29:19.882Z] provisioning config files... [2021-02-02T17:29:19.911Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8396460253415270982tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:29:20.278Z] ---> docker-login.sh [2021-02-02T17:29:20.278Z] nexus3.edgexfoundry.org:10001 [2021-02-02T17:29:20.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:29:20.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:29:20.806Z] Configure a credential helper to remove this warning. See [2021-02-02T17:29:20.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:29:20.806Z] [2021-02-02T17:29:20.806Z] Login Succeeded [2021-02-02T17:29:20.806Z] nexus3.edgexfoundry.org:10002 [2021-02-02T17:29:20.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:29:21.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:29:21.068Z] Configure a credential helper to remove this warning. See [2021-02-02T17:29:21.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:29:21.068Z] [2021-02-02T17:29:21.068Z] Login Succeeded [2021-02-02T17:29:21.068Z] nexus3.edgexfoundry.org:10003 [2021-02-02T17:29:21.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:29:21.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:29:21.068Z] Configure a credential helper to remove this warning. See [2021-02-02T17:29:21.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:29:21.068Z] [2021-02-02T17:29:21.068Z] Login Succeeded [2021-02-02T17:29:21.068Z] nexus3.edgexfoundry.org:10004 [2021-02-02T17:29:21.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:29:21.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:29:21.334Z] Configure a credential helper to remove this warning. See [2021-02-02T17:29:21.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:29:21.334Z] [2021-02-02T17:29:21.334Z] Login Succeeded [2021-02-02T17:29:21.334Z] docker.io [2021-02-02T17:29:21.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:29:21.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:29:21.595Z] Configure a credential helper to remove this warning. See [2021-02-02T17:29:21.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:29:21.595Z] [2021-02-02T17:29:21.595Z] Login Succeeded [2021-02-02T17:29:21.595Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T17:29:21.609Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:29:22.102Z] ++ 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-02T17:29:22.102Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:29:22.102Z] ++ dirname cmd/core-command/Dockerfile [2021-02-02T17:29:22.102Z] ++ cut -d/ -f2 [2021-02-02T17:29:22.102Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-02T17:29:22.102Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:29:22.102Z] ++ dirname cmd/core-data/Dockerfile [2021-02-02T17:29:22.102Z] ++ cut -d/ -f2 [2021-02-02T17:29:22.102Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-02T17:29:22.102Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:29:22.102Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-02T17:29:22.102Z] ++ cut -d/ -f2 [2021-02-02T17:29:22.102Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-02T17:29:22.102Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:29:22.102Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-02T17:29:22.102Z] ++ cut -d/ -f2 [2021-02-02T17:29:22.102Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-02T17:29:22.102Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:29:22.102Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-02T17:29:22.102Z] ++ cut -d/ -f2 [2021-02-02T17:29:22.102Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-02T17:29:22.102Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:29:22.102Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-02T17:29:22.102Z] ++ cut -d/ -f2 [2021-02-02T17:29:22.102Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-02T17:29:22.102Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:29:22.102Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-02T17:29:22.102Z] ++ cut -d/ -f2 [2021-02-02T17:29:22.102Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-02T17:29:22.102Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:29:22.102Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-02T17:29:22.102Z] ++ cut -d/ -f2 [2021-02-02T17:29:22.102Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-02T17:29:22.102Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:29:22.102Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-02T17:29:22.102Z] ++ cut -d/ -f2 [2021-02-02T17:29:22.102Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-02T17:29:22.175Z] 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-02T17:29:23.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:29:23.028Z] [2021-02-02T17:29:23.028Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:29:23.372Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:29:23.372Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T17:29:23.372Z] 31603596830f: Pulling fs layer [2021-02-02T17:29:23.372Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T17:29:23.372Z] 6ca5941a6612: Pulling fs layer [2021-02-02T17:29:23.372Z] ecc8261a40a4: Pulling fs layer [2021-02-02T17:29:23.372Z] ecc8261a40a4: Waiting [2021-02-02T17:29:23.372Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T17:29:23.372Z] 2a8b12db71e7: Download complete [2021-02-02T17:29:23.638Z] 31603596830f: Verifying Checksum [2021-02-02T17:29:23.638Z] 31603596830f: Download complete [2021-02-02T17:29:23.638Z] ecc8261a40a4: Verifying Checksum [2021-02-02T17:29:23.638Z] ecc8261a40a4: Download complete [2021-02-02T17:29:23.638Z] 6ca5941a6612: Verifying Checksum [2021-02-02T17:29:23.638Z] 6ca5941a6612: Download complete [2021-02-02T17:29:23.906Z] 31603596830f: Pull complete [2021-02-02T17:29:24.170Z] 2a8b12db71e7: Pull complete [2021-02-02T17:29:25.122Z] 6ca5941a6612: Pull complete [2021-02-02T17:29:25.122Z] ecc8261a40a4: Pull complete [2021-02-02T17:29:25.122Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T17:29:25.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:29:25.384Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T17:29:25.561Z] prd-centos7-docker-4c-2g-24583 does not seem to be running inside a container [2021-02-02T17:29:25.612Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-02T17:29:28.275Z] $ docker top 5a60f69c712ebef2900b68af32f64251580f831ef47c072492606e1322708be4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T17:29:28.633Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:29:28.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:29:28.866Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:29:28.871Z] $ docker exec 5a60f69c712ebef2900b68af32f64251580f831ef47c072492606e1322708be4 ssh-agent [2021-02-02T17:29:29.049Z] SSH_AUTH_SOCK=/tmp/ssh-TUzzhHNfBVuP/agent.12 [2021-02-02T17:29:29.049Z] SSH_AGENT_PID=17 [2021-02-02T17:29:29.068Z] Running ssh-add (command line suppressed) [2021-02-02T17:29:29.208Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7691421459670081103.key (/w/workspace/edgex-go/2@tmp/private_key_7691421459670081103.key) [2021-02-02T17:29:29.269Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:29:29.623Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T17:29:29.652Z] $ docker exec --env ******** --env ******** 5a60f69c712ebef2900b68af32f64251580f831ef47c072492606e1322708be4 ssh-agent -k [2021-02-02T17:29:29.780Z] unset SSH_AUTH_SOCK; [2021-02-02T17:29:29.780Z] unset SSH_AGENT_PID; [2021-02-02T17:29:29.780Z] echo Agent pid 17 killed; [2021-02-02T17:29:29.834Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T17:29:30.001Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:29:30.001Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:29:30.187Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:29:30.192Z] $ docker exec 5a60f69c712ebef2900b68af32f64251580f831ef47c072492606e1322708be4 ssh-agent [2021-02-02T17:29:30.388Z] SSH_AUTH_SOCK=/tmp/ssh-6t6GbfriLuzJ/agent.45 [2021-02-02T17:29:30.388Z] SSH_AGENT_PID=50 [2021-02-02T17:29:30.412Z] Running ssh-add (command line suppressed) [2021-02-02T17:29:30.563Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2198094430304916780.key (/w/workspace/edgex-go/2@tmp/private_key_2198094430304916780.key) [2021-02-02T17:29:30.622Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:29:30.969Z] + git semver init [2021-02-02T17:29:30.969Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T17:29:30.969Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-02T17:29:30.969Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-02T17:29:30.969Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T17:29:30.969Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T17:29:30.969Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T17:29:30.969Z] # $SEMVER_BRANCH = PR-3113 [2021-02-02T17:29:30.969Z] # $SEMVER_TEMP = /tmp/semver-685077674 [2021-02-02T17:29:30.969Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-02T17:29:53.018Z] # '/tmp/semver-685077674' -> '/w/workspace/edgex-go/2/.semver' [2021-02-02T17:29:53.018Z] # -> Force: false [2021-02-02T17:29:53.018Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-02T17:29:53.035Z] $ docker exec --env ******** --env ******** 5a60f69c712ebef2900b68af32f64251580f831ef47c072492606e1322708be4 ssh-agent -k [2021-02-02T17:29:53.345Z] unset SSH_AUTH_SOCK; [2021-02-02T17:29:53.345Z] unset SSH_AGENT_PID; [2021-02-02T17:29:53.345Z] echo Agent pid 50 killed; [2021-02-02T17:29:53.468Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:29:53.985Z] + git semver [Pipeline] } [2021-02-02T17:29:54.005Z] $ docker stop --time=1 5a60f69c712ebef2900b68af32f64251580f831ef47c072492606e1322708be4 [2021-02-02T17:29:55.709Z] $ docker rm -f 5a60f69c712ebef2900b68af32f64251580f831ef47c072492606e1322708be4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:29:56.269Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T17:29:56.778Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T17:29:56.781Z] [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-02T17:29:57.639Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:29:57.946Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:29:58.292Z] + sudo service docker restart [2021-02-02T17:29:58.292Z] + true [2021-02-02T17:29:58.292Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-02T17:29:58.883Z] ========================================================= [2021-02-02T17:29:58.883Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T17:29:58.883Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:29:59.225Z] + 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-02T17:30:03.468Z] Sending build context to Docker daemon 327.4MB [2021-02-02T17:30:03.468Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T17:30:03.468Z] Step 2/6 : FROM ${BASE} [2021-02-02T17:30:03.468Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T17:30:03.468Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T17:30:03.468Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T17:30:03.468Z] de9db76c5a1d: Pulling fs layer [2021-02-02T17:30:03.468Z] bca2f99d35d6: Pulling fs layer [2021-02-02T17:30:03.468Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T17:30:03.468Z] 7c6f9722023f: Pulling fs layer [2021-02-02T17:30:03.468Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T17:30:03.468Z] 93359f2a8cfa: Waiting [2021-02-02T17:30:03.468Z] 7c6f9722023f: Waiting [2021-02-02T17:30:03.468Z] a35cf1a2eb13: Waiting [2021-02-02T17:30:03.468Z] bca2f99d35d6: Waiting [2021-02-02T17:30:03.468Z] de9db76c5a1d: Verifying Checksum [2021-02-02T17:30:03.468Z] de9db76c5a1d: Download complete [2021-02-02T17:30:03.468Z] 0ef7d3d256c8: Download complete [2021-02-02T17:30:03.468Z] 93359f2a8cfa: Verifying Checksum [2021-02-02T17:30:03.468Z] 93359f2a8cfa: Download complete [2021-02-02T17:30:03.468Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T17:30:03.468Z] 188c0c94c7c5: Download complete [2021-02-02T17:30:03.468Z] 7c6f9722023f: Verifying Checksum [2021-02-02T17:30:03.468Z] 7c6f9722023f: Download complete [2021-02-02T17:30:03.747Z] 188c0c94c7c5: Pull complete [2021-02-02T17:30:04.016Z] 0ef7d3d256c8: Pull complete [2021-02-02T17:30:04.282Z] de9db76c5a1d: Pull complete [2021-02-02T17:30:05.238Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T17:30:05.238Z] a35cf1a2eb13: Download complete [2021-02-02T17:30:05.815Z] bca2f99d35d6: Verifying Checksum [2021-02-02T17:30:05.815Z] bca2f99d35d6: Download complete [2021-02-02T17:30:12.136Z] Still waiting to schedule task [2021-02-02T17:30:12.136Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24581’ [2021-02-02T17:30:14.046Z] bca2f99d35d6: Pull complete [2021-02-02T17:30:14.046Z] 93359f2a8cfa: Pull complete [2021-02-02T17:30:14.046Z] 7c6f9722023f: Pull complete [2021-02-02T17:30:17.396Z] a35cf1a2eb13: Pull complete [2021-02-02T17:30:17.396Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T17:30:17.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T17:30:17.396Z] ---> a62c8e92a672 [2021-02-02T17:30:17.396Z] 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-02T17:30:17.396Z] ---> Running in 31248b88bce7 [2021-02-02T17:30:18.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:30:18.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:30:19.882Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T17:30:19.882Z] (2/12) Installing file (5.38-r0) [2021-02-02T17:30:20.148Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T17:30:20.148Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T17:30:24.389Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T17:30:24.389Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T17:30:24.389Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T17:30:24.389Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T17:30:24.653Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T17:30:24.653Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T17:30:24.917Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T17:30:24.917Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T17:30:24.917Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:30:24.917Z] OK: 233 MiB in 51 packages [2021-02-02T17:30:28.251Z] Removing intermediate container 31248b88bce7 [2021-02-02T17:30:28.251Z] ---> 134130784abc [2021-02-02T17:30:28.251Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T17:30:28.251Z] ---> Running in d6fa6d591521 [2021-02-02T17:30:28.251Z] Removing intermediate container d6fa6d591521 [2021-02-02T17:30:28.251Z] ---> 98b63f67d581 [2021-02-02T17:30:28.251Z] Step 5/6 : COPY go.mod . [2021-02-02T17:30:28.251Z] ---> 25ced0247f1e [2021-02-02T17:30:28.251Z] Step 6/6 : RUN go mod download [2021-02-02T17:30:28.518Z] ---> Running in 6dd08c7bf95e [2021-02-02T17:30:50.638Z] Removing intermediate container 6dd08c7bf95e [2021-02-02T17:30:50.638Z] ---> 743ec7738c3a [2021-02-02T17:30:50.638Z] Successfully built 743ec7738c3a [2021-02-02T17:30:50.638Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:30:50.967Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T17:30:50.967Z] . [Pipeline] withDockerContainer [2021-02-02T17:30:51.127Z] prd-centos7-docker-4c-2g-24583 does not seem to be running inside a container [2021-02-02T17:30:51.182Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-02T17:30:52.133Z] $ docker top 8cf0fc1362b380ac059d0927ad42a43a9b73702351029f58ccfb8123abee5727 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:30:52.688Z] + go version [2021-02-02T17:30:52.688Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T17:30:52.707Z] $ docker stop --time=1 8cf0fc1362b380ac059d0927ad42a43a9b73702351029f58ccfb8123abee5727 [2021-02-02T17:30:54.092Z] $ docker rm -f 8cf0fc1362b380ac059d0927ad42a43a9b73702351029f58ccfb8123abee5727 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:30:54.963Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T17:30:54.963Z] . [Pipeline] withDockerContainer [2021-02-02T17:30:55.075Z] prd-centos7-docker-4c-2g-24583 does not seem to be running inside a container [2021-02-02T17:30:55.133Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-02T17:30:55.920Z] $ docker top 378841bcf1e676dbf0e975714b2abbb6423b1102303deb8fef6206d70a071195 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T17:30:56.111Z] ========================================================= [2021-02-02T17:30:56.112Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T17:30:56.112Z] ========================================================= [Pipeline] sh [2021-02-02T17:30:56.406Z] + make test [2021-02-02T17:30:56.406Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T17:31:06.540Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T17:31:28.739Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T17:31:29.013Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T17:31:31.072Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T17:31:31.073Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T17:31:31.073Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T17:31:33.700Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T17:31:33.700Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T17:31:33.700Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T17:31:33.700Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T17:31:33.700Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T17:31:35.139Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T17:31:37.762Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T17:31:37.762Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T17:31:37.762Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T17:31:40.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.126s coverage: 46.0% of statements [2021-02-02T17:31:40.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T17:31:40.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T17:31:40.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T17:31:40.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T17:31:40.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T17:31:40.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T17:31:40.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T17:31:40.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements [2021-02-02T17:31:44.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.199s coverage: 27.1% of statements [2021-02-02T17:31:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T17:31:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T17:31:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T17:31:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T17:31:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T17:31:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T17:31:44.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-02-02T17:31:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T17:31:44.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements [2021-02-02T17:31:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T17:31:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T17:31:44.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 65.8% of statements [2021-02-02T17:31:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T17:31:44.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T17:31:44.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.120s coverage: 82.3% of statements [2021-02-02T17:31:44.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T17:31:44.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:31:44.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T17:31:44.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T17:31:46.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.360s coverage: 28.6% of statements [2021-02-02T17:31:46.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T17:31:46.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T17:31:46.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T17:31:46.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T17:31:46.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T17:31:46.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.103s coverage: 100.0% of statements [2021-02-02T17:31:46.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T17:31:46.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2021-02-02T17:31:46.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T17:31:46.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements [2021-02-02T17:31:46.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T17:31:47.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements [2021-02-02T17:31:47.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T17:31:47.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-02-02T17:31:47.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T17:31:47.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T17:31:47.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T17:31:47.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T17:31:50.504Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.418s coverage: 92.8% of statements [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T17:31:50.504Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T17:31:50.504Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T17:31:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T17:31:50.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.036s coverage: 45.5% of statements [2021-02-02T17:31:50.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.052s coverage: 79.5% of statements [2021-02-02T17:31:50.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements [2021-02-02T17:31:50.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2021-02-02T17:31:50.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-02-02T17:32:03.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.052s coverage: 94.4% of statements [2021-02-02T17:32:03.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements [2021-02-02T17:32:13.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.355s coverage: 68.9% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 37.0% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.0% of statements [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.092s coverage: 100.0% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.701s coverage: 29.1% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T17:32:13.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-02T17:32:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-02T17:32:13.791Z] GO111MODULE=on go vet ./... [2021-02-02T17:32:41.082Z] gofmt -l . [2021-02-02T17:32:42.035Z] [ "`gofmt -l .`" = "" ] [2021-02-02T17:32:42.624Z] ./bin/test-go-mod-tidy.sh [2021-02-02T17:32:43.216Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T17:32:44.499Z] + ls -al . [2021-02-02T17:32:44.499Z] total 684 [2021-02-02T17:32:44.499Z] drwxrwxr-x 10 1001 1001 4096 Feb 2 17:32 . [2021-02-02T17:32:44.499Z] drwxr-xr-x 4 root root 28 Feb 2 17:30 .. [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 17:29 .dockerignore [2021-02-02T17:32:44.499Z] drwxrwxr-x 8 1001 1001 179 Feb 2 17:29 .git [2021-02-02T17:32:44.499Z] drwxrwxr-x 3 1001 1001 125 Feb 2 17:29 .github [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 17:29 .gitignore [2021-02-02T17:32:44.499Z] drwx------ 3 1001 1001 60 Feb 2 17:29 .semver [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 17:29 .sonarcloud.properties [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:29 Attribution.txt [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:29 CONTRIBUTING.md [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 17:29 Dockerfile.build [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 17:29 Jenkinsfile [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:29 LICENSE [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:29 Makefile [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:29 README.md [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:29 SECURITY.md [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 17:29 VERSION [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:29 ZMQWindows.md [2021-02-02T17:32:44.499Z] drwxrwxr-x 2 1001 1001 117 Feb 2 17:29 bin [2021-02-02T17:32:44.499Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 17:29 cmd [2021-02-02T17:32:44.499Z] -rw-r--r-- 1 root root 578674 Feb 2 17:32 coverage.out [2021-02-02T17:32:44.499Z] -rw-r--r-- 1 root root 1054 Feb 2 17:32 go.mod [2021-02-02T17:32:44.499Z] -rw-r--r-- 1 root root 19399 Feb 2 17:32 go.sum [2021-02-02T17:32:44.499Z] drwxrwxr-x 8 1001 1001 127 Feb 2 17:29 internal [2021-02-02T17:32:44.499Z] drwxrwxr-x 4 1001 1001 26 Feb 2 17:29 openapi [2021-02-02T17:32:44.499Z] drwxrwxr-x 4 1001 1001 71 Feb 2 17:29 snap [2021-02-02T17:32:44.499Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 17:29 version.go [Pipeline] sh [2021-02-02T17:32:44.805Z] + '[' -e coverage.out ] [2021-02-02T17:32:44.805Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T17:32:45.030Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T17:32:45.327Z] + make build [2021-02-02T17:32:45.327Z] 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-02T17:32:49.609Z] 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-02T17:32:59.746Z] 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-02T17:33:00.384Z] 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-02T17:33:02.342Z] 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-02T17:33:02.606Z] 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-02T17:33:04.566Z] 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-02T17:33:06.519Z] 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-02T17:33:07.471Z] 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-02T17:33:08.885Z] 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-02T17:33:10.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:33:11.703Z] 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-02T17:33:12.662Z] 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-02T17:33:14.641Z] $ docker stop --time=1 378841bcf1e676dbf0e975714b2abbb6423b1102303deb8fef6206d70a071195 [2021-02-02T17:33:16.391Z] $ docker rm -f 378841bcf1e676dbf0e975714b2abbb6423b1102303deb8fef6206d70a071195 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:33:18.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:33:18.405Z] [2021-02-02T17:33:18.405Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:33:18.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:33:18.798Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-02T17:33:18.798Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-02T17:33:18.798Z] ca9280d653b3: Pulling fs layer [2021-02-02T17:33:18.798Z] 7e9c9ca2126c: Pulling fs layer [2021-02-02T17:33:18.798Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-02T17:33:18.798Z] cbdbe7a5bc2a: Download complete [2021-02-02T17:33:19.386Z] cbdbe7a5bc2a: Pull complete [2021-02-02T17:33:19.386Z] ca9280d653b3: Download complete [2021-02-02T17:33:20.803Z] 7e9c9ca2126c: Download complete [2021-02-02T17:33:20.803Z] ca9280d653b3: Pull complete [2021-02-02T17:33:27.455Z] 7e9c9ca2126c: Pull complete [2021-02-02T17:33:27.455Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-02T17:33:27.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:33:27.455Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-02T17:33:27.717Z] prd-centos7-docker-4c-2g-24583 does not seem to be running inside a container [2021-02-02T17:33:27.773Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-02T17:33:30.339Z] $ docker top 9942f6c3eb575ab15bccdfa6328955bd9291bc27f6a6ce1be51aeda006392f90 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:33:30.876Z] + docker-compose build --help [2021-02-02T17:33:30.876Z] + grep parallel [2021-02-02T17:33:31.829Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T17:33:32.111Z] $ docker stop --time=1 9942f6c3eb575ab15bccdfa6328955bd9291bc27f6a6ce1be51aeda006392f90 [2021-02-02T17:33:33.470Z] $ docker rm -f 9942f6c3eb575ab15bccdfa6328955bd9291bc27f6a6ce1be51aeda006392f90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:33:34.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:33:34.115Z] . [Pipeline] withDockerContainer [2021-02-02T17:33:34.218Z] prd-centos7-docker-4c-2g-24583 does not seem to be running inside a container [2021-02-02T17:33:34.267Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-02T17:33:34.947Z] $ docker top adce5d432d473f1d6c07e375a4723af6419e6cb3abd11798421c17086446570c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:33:35.506Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T17:33:36.454Z] Building docker-core-command-go ... [2021-02-02T17:33:36.454Z] Building docker-core-data-go ... [2021-02-02T17:33:36.454Z] Building docker-core-metadata-go ... [2021-02-02T17:33:36.454Z] Building docker-security-bootstrapper-go ... [2021-02-02T17:33:36.454Z] Building docker-security-proxy-setup-go ... [2021-02-02T17:33:36.454Z] Building docker-security-secretstore-setup-go ... [2021-02-02T17:33:36.454Z] Building docker-support-notifications-go ... [2021-02-02T17:33:36.454Z] Building docker-support-scheduler-go ... [2021-02-02T17:33:36.454Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T17:33:36.454Z] Building docker-support-notifications-go [2021-02-02T17:33:36.454Z] Building docker-security-proxy-setup-go [2021-02-02T17:33:36.454Z] Building docker-core-data-go [2021-02-02T17:33:36.454Z] Building docker-support-scheduler-go [2021-02-02T17:33:36.454Z] Building docker-security-secretstore-setup-go [2021-02-02T17:33:38.003Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24587 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-02T17:33:38.057Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-02T17:33:43.463Z] using credential edgex-jenkins-ssh [2021-02-02T17:33:43.515Z] Cloning the remote Git repository [2021-02-02T17:33:43.576Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:33:43.697Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-02T17:33:43.794Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:33:43.796Z] > git --version # timeout=10 [2021-02-02T17:33:43.817Z] > git --version # 'git version 2.17.1' [2021-02-02T17:33:43.819Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:33:43.903Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:34:04.499Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:34:03.717Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:34:03.739Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:34:03.763Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:34:03.796Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:34:03.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:34:03.809Z] > 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-02T17:34:04.521Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:34:04.533Z] > git checkout -f bc46def1755e5a9771c9eeccd25309827250b7f2 # timeout=10 [2021-02-02T17:34:05.012Z] Merge succeeded, producing bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:34:05.013Z] Checking out Revision bc46def1755e5a9771c9eeccd25309827250b7f2 (PR-3113) [2021-02-02T17:34:04.858Z] > git remote # timeout=10 [2021-02-02T17:34:04.880Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:34:04.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:34:04.906Z] > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-02T17:34:04.973Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:34:05.022Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:34:05.065Z] > git checkout -f bc46def1755e5a9771c9eeccd25309827250b7f2 # timeout=10 [2021-02-02T17:34:09.528Z] 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-02T17:34:11.102Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:34:11.529Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:34:11.880Z] + sudo service+ docker restart [2021-02-02T17:34:11.881Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T17:34:13.972Z] provisioning config files... [2021-02-02T17:34:14.008Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4629964333217513055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:34:14.407Z] ---> docker-login.sh [2021-02-02T17:34:14.407Z] nexus3.edgexfoundry.org:10001 [2021-02-02T17:34:15.827Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:34:15.827Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:34:15.827Z] ---> 743ec7738c3a [2021-02-02T17:34:15.827Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T17:34:15.827Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:34:15.827Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:34:15.827Z] ---> 743ec7738c3a [2021-02-02T17:34:15.827Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:34:15.827Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:34:15.827Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:34:15.827Z] ---> 743ec7738c3a [2021-02-02T17:34:15.827Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:34:15.827Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:34:15.827Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:34:15.827Z] ---> 743ec7738c3a [2021-02-02T17:34:15.827Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:34:15.827Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:34:15.827Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:34:15.827Z] ---> 743ec7738c3a [2021-02-02T17:34:15.827Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T17:34:15.827Z] ---> Running in f1d038fd53ec [2021-02-02T17:34:15.827Z] ---> Running in fe338c53dc49 [2021-02-02T17:34:15.827Z] ---> Running in 108db8f19ff6 [2021-02-02T17:34:15.827Z] ---> Running in a97a4e9f5107 [2021-02-02T17:34:15.827Z] ---> Running in d87a927563b6 [2021-02-02T17:34:15.827Z] Removing intermediate container d87a927563b6 [2021-02-02T17:34:15.827Z] ---> 0ba07de09cd9 [2021-02-02T17:34:15.827Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:34:15.827Z] Removing intermediate container fe338c53dc49 [2021-02-02T17:34:15.827Z] ---> da0785a1e7bc [2021-02-02T17:34:15.827Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:34:15.827Z] Removing intermediate container f1d038fd53ec [2021-02-02T17:34:15.827Z] ---> bc2b939f9d2b [2021-02-02T17:34:15.827Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:34:15.827Z] Removing intermediate container a97a4e9f5107 [2021-02-02T17:34:15.827Z] ---> 5f8993ee063e [2021-02-02T17:34:15.827Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:34:15.827Z] Removing intermediate container 108db8f19ff6 [2021-02-02T17:34:15.827Z] ---> 24ac594a943b [2021-02-02T17:34:15.827Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:34:15.827Z] ---> Running in 371687c00a9a [2021-02-02T17:34:15.827Z] ---> Running in cd719294c8ba [2021-02-02T17:34:15.827Z] ---> Running in 7c0802768861 [2021-02-02T17:34:15.827Z] ---> Running in 2714b8c34cd8 [2021-02-02T17:34:15.827Z] ---> Running in 016431f686eb [2021-02-02T17:34:15.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:34:16.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:34:16.214Z] Configure a credential helper to remove this warning. See [2021-02-02T17:34:16.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:34:16.214Z] [2021-02-02T17:34:16.214Z] Login Succeeded [2021-02-02T17:34:16.214Z] nexus3.edgexfoundry.org:10002 [2021-02-02T17:34:16.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:34:16.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:34:16.762Z] Configure a credential helper to remove this warning. See [2021-02-02T17:34:16.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:34:16.762Z] [2021-02-02T17:34:16.762Z] Login Succeeded [2021-02-02T17:34:16.762Z] nexus3.edgexfoundry.org:10003 [2021-02-02T17:34:16.802Z] Removing intermediate container cd719294c8ba [2021-02-02T17:34:16.802Z] ---> c26b9630cfd3 [2021-02-02T17:34:16.802Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T17:34:17.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:34:17.065Z] ---> Running in e8ad6b0eb5c3 [2021-02-02T17:34:17.065Z] Removing intermediate container 2714b8c34cd8 [2021-02-02T17:34:17.065Z] ---> 2c33841e4796 [2021-02-02T17:34:17.065Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T17:34:17.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:34:17.317Z] Configure a credential helper to remove this warning. See [2021-02-02T17:34:17.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:34:17.317Z] [2021-02-02T17:34:17.317Z] Login Succeeded [2021-02-02T17:34:17.317Z] nexus3.edgexfoundry.org:10004 [2021-02-02T17:34:17.327Z] Removing intermediate container 371687c00a9a [2021-02-02T17:34:17.328Z] ---> 64f7d29eee59 [2021-02-02T17:34:17.328Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T17:34:17.328Z] ---> Running in 415fa2d47d0a [2021-02-02T17:34:17.328Z] Removing intermediate container 7c0802768861 [2021-02-02T17:34:17.328Z] ---> b65b89bc518b [2021-02-02T17:34:17.328Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T17:34:17.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:34:17.591Z] ---> Running in 7b07d1f720e5 [2021-02-02T17:34:17.591Z] Removing intermediate container 016431f686eb [2021-02-02T17:34:17.591Z] ---> e27369619ca6 [2021-02-02T17:34:17.591Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T17:34:17.591Z] ---> Running in 73903feb799c [2021-02-02T17:34:17.854Z] ---> Running in cdfcfe9f3dfd [2021-02-02T17:34:17.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:17.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:34:17.867Z] Configure a credential helper to remove this warning. See [2021-02-02T17:34:17.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:34:17.867Z] [2021-02-02T17:34:17.867Z] Login Succeeded [2021-02-02T17:34:17.867Z] docker.io [2021-02-02T17:34:18.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:34:18.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:34:18.417Z] Configure a credential helper to remove this warning. See [2021-02-02T17:34:18.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:34:18.417Z] [2021-02-02T17:34:18.417Z] Login Succeeded [2021-02-02T17:34:18.417Z] ---> docker-login.sh ends [2021-02-02T17:34:18.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:18.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:18.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:18.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] } [2021-02-02T17:34:18.436Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-02T17:34:18.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] echo [2021-02-02T17:34:18.858Z] ========================================================= [2021-02-02T17:34:18.858Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T17:34:18.858Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:34:18.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:18.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:18.961Z] OK: 233 MiB in 51 packages [2021-02-02T17:34:19.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:19.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:19.225Z] OK: 233 MiB in 51 packages [2021-02-02T17:34:19.243Z] + 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-02T17:34:19.498Z] Removing intermediate container e8ad6b0eb5c3 [2021-02-02T17:34:19.498Z] ---> 94afd3a9ee27 [2021-02-02T17:34:19.498Z] Step 6/22 : COPY go.mod . [2021-02-02T17:34:19.769Z] OK: 233 MiB in 51 packages [2021-02-02T17:34:19.769Z] OK: 233 MiB in 51 packages [2021-02-02T17:34:19.769Z] OK: 233 MiB in 51 packages [2021-02-02T17:34:19.769Z] Removing intermediate container 415fa2d47d0a [2021-02-02T17:34:19.769Z] ---> cb7af81c1f05 [2021-02-02T17:34:19.769Z] Step 6/23 : COPY go.mod . [2021-02-02T17:34:20.030Z] ---> 1a1005a79ff3 [2021-02-02T17:34:20.030Z] Step 7/22 : RUN go mod download [2021-02-02T17:34:20.292Z] ---> Running in 5a73ea1dac5d [2021-02-02T17:34:20.292Z] ---> 1a53bab4ace7 [2021-02-02T17:34:20.292Z] Step 7/23 : RUN go mod download [2021-02-02T17:34:21.246Z] ---> Running in 4875a58f6d99 [2021-02-02T17:34:21.517Z] Removing intermediate container cdfcfe9f3dfd [2021-02-02T17:34:21.517Z] ---> 850ba5200c89 [2021-02-02T17:34:21.517Z] Step 6/22 : COPY go.mod . [2021-02-02T17:34:21.517Z] Removing intermediate container 73903feb799c [2021-02-02T17:34:21.517Z] ---> 835264b4754e [2021-02-02T17:34:21.517Z] Step 6/21 : COPY go.mod . [2021-02-02T17:34:21.517Z] Removing intermediate container 7b07d1f720e5 [2021-02-02T17:34:21.517Z] ---> edc2fc8b7f15 [2021-02-02T17:34:21.517Z] Step 6/24 : COPY go.mod . [2021-02-02T17:34:21.790Z] ---> dfd44000f291 [2021-02-02T17:34:21.790Z] Step 7/22 : RUN go mod download [2021-02-02T17:34:21.862Z] Sending build context to Docker daemon 166.1MB [2021-02-02T17:34:21.862Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T17:34:21.862Z] Step 2/6 : FROM ${BASE} [2021-02-02T17:34:21.862Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T17:34:21.862Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T17:34:21.862Z] a4357932f1b6: Pulling fs layer [2021-02-02T17:34:21.862Z] 18c013af1878: Pulling fs layer [2021-02-02T17:34:21.862Z] 00ac8860ef70: Pulling fs layer [2021-02-02T17:34:21.862Z] 63d7cb157983: Pulling fs layer [2021-02-02T17:34:21.862Z] b116817d02f9: Pulling fs layer [2021-02-02T17:34:21.862Z] 745a02a5169b: Pulling fs layer [2021-02-02T17:34:21.862Z] 00ac8860ef70: Waiting [2021-02-02T17:34:21.862Z] 63d7cb157983: Waiting [2021-02-02T17:34:21.862Z] b116817d02f9: Waiting [2021-02-02T17:34:21.862Z] 745a02a5169b: Waiting [2021-02-02T17:34:21.862Z] 18c013af1878: Verifying Checksum [2021-02-02T17:34:21.862Z] 18c013af1878: Download complete [2021-02-02T17:34:21.862Z] a4357932f1b6: Verifying Checksum [2021-02-02T17:34:21.862Z] a4357932f1b6: Download complete [2021-02-02T17:34:21.862Z] 63d7cb157983: Verifying Checksum [2021-02-02T17:34:21.862Z] 63d7cb157983: Download complete [2021-02-02T17:34:21.862Z] b116817d02f9: Download complete [2021-02-02T17:34:22.053Z] ---> d48f842f85ed [2021-02-02T17:34:22.053Z] Step 7/21 : RUN go mod download [2021-02-02T17:34:22.053Z] ---> e2a5a58759a7 [2021-02-02T17:34:22.053Z] Step 7/24 : RUN go mod download [2021-02-02T17:34:22.053Z] ---> Running in 10bff0458fdc [2021-02-02T17:34:22.053Z] ---> Running in 2a93b7f4d248 [2021-02-02T17:34:22.136Z] 5f621e34cdf4: Verifying Checksum [2021-02-02T17:34:22.136Z] 5f621e34cdf4: Download complete [2021-02-02T17:34:22.334Z] ---> Running in f1af59dad1c5 [2021-02-02T17:34:22.740Z] 5f621e34cdf4: Pull complete [2021-02-02T17:34:23.306Z] Removing intermediate container 5a73ea1dac5d [2021-02-02T17:34:23.306Z] ---> 75b378d2a5fd [2021-02-02T17:34:23.306Z] Step 8/22 : COPY . . [2021-02-02T17:34:23.340Z] a4357932f1b6: Pull complete [2021-02-02T17:34:23.583Z] Removing intermediate container 4875a58f6d99 [2021-02-02T17:34:23.584Z] ---> 218a872c3831 [2021-02-02T17:34:23.584Z] Step 8/23 : COPY . . [2021-02-02T17:34:23.614Z] 18c013af1878: Pull complete [2021-02-02T17:34:24.213Z] 745a02a5169b: Verifying Checksum [2021-02-02T17:34:24.213Z] 745a02a5169b: Download complete [2021-02-02T17:34:25.654Z] 00ac8860ef70: Verifying Checksum [2021-02-02T17:34:25.654Z] 00ac8860ef70: Download complete [2021-02-02T17:34:26.941Z] Removing intermediate container 2a93b7f4d248 [2021-02-02T17:34:26.941Z] ---> 903fbc4e08eb [2021-02-02T17:34:26.941Z] Step 8/21 : COPY . . [2021-02-02T17:34:30.321Z] Removing intermediate container f1af59dad1c5 [2021-02-02T17:34:30.321Z] ---> ec4adb9544d8 [2021-02-02T17:34:30.321Z] Step 8/24 : COPY . . [2021-02-02T17:34:30.321Z] Removing intermediate container 10bff0458fdc [2021-02-02T17:34:30.321Z] ---> 3accbf931d3e [2021-02-02T17:34:30.321Z] Step 8/22 : COPY . . [2021-02-02T17:34:35.826Z] 00ac8860ef70: Pull complete [2021-02-02T17:34:35.826Z] 63d7cb157983: Pull complete [2021-02-02T17:34:36.098Z] b116817d02f9: Pull complete [2021-02-02T17:34:40.406Z] 745a02a5169b: Pull complete [2021-02-02T17:34:40.406Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T17:34:40.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T17:34:40.406Z] ---> b7e6874047d6 [2021-02-02T17:34:40.406Z] 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-02T17:34:43.011Z] ---> Running in 0acdea2e65da [2021-02-02T17:34:44.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:34:45.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:34:45.622Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T17:34:46.214Z] (2/12) Installing file (5.38-r0) [2021-02-02T17:34:46.214Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T17:34:46.214Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T17:35:01.279Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T17:35:01.279Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T17:35:01.279Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T17:35:01.279Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T17:35:01.279Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T17:35:01.279Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T17:35:01.279Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T17:35:01.279Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T17:35:01.279Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:35:01.279Z] OK: 217 MiB in 51 packages [2021-02-02T17:35:04.335Z] Removing intermediate container 0acdea2e65da [2021-02-02T17:35:04.335Z] ---> adf604aa940b [2021-02-02T17:35:04.335Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T17:35:04.606Z] ---> Running in f7d270b53774 [2021-02-02T17:35:04.886Z] Removing intermediate container f7d270b53774 [2021-02-02T17:35:04.886Z] ---> ae920ff8e930 [2021-02-02T17:35:04.886Z] Step 5/6 : COPY go.mod . [2021-02-02T17:35:05.917Z] ---> 4d8120118c49 [2021-02-02T17:35:05.917Z] Step 6/6 : RUN go mod download [2021-02-02T17:35:05.917Z] ---> Running in 0ff4961fdaf2 [2021-02-02T17:35:09.315Z] ---> 7b7e677d2bc8 [2021-02-02T17:35:09.315Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T17:35:09.315Z] ---> Running in 0e6e439c96f6 [2021-02-02T17:35:09.315Z] ---> 849fd5736cbb [2021-02-02T17:35:09.315Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T17:35:09.315Z] ---> Running in ec7db7f92837 [2021-02-02T17:35:09.315Z] ---> f2bad23c11cf [2021-02-02T17:35:09.315Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T17:35:09.315Z] ---> 7cb43a0182d8 [2021-02-02T17:35:09.315Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T17:35:09.315Z] ---> e896e5bd1ff6 [2021-02-02T17:35:09.315Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T17:35:09.315Z] ---> Running in e73952db4fe4 [2021-02-02T17:35:09.315Z] ---> Running in 8f753cdf7e2c [2021-02-02T17:35:09.315Z] ---> Running in db77daefee95 [2021-02-02T17:35:09.315Z] 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-02T17:35:09.315Z] 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-02T17:35:09.315Z] 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-02T17:35:09.315Z] 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-02T17:35:09.315Z] 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-02T17:35:32.771Z] Removing intermediate container 0ff4961fdaf2 [2021-02-02T17:35:32.771Z] ---> 724f10e187fb [2021-02-02T17:35:32.771Z] Successfully built 724f10e187fb [2021-02-02T17:35:32.771Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:33.109Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T17:35:33.109Z] . [Pipeline] withDockerContainer [2021-02-02T17:35:33.343Z] prd-ubuntu18.04-docker-arm64-4c-16g-24587 does not seem to be running inside a container [2021-02-02T17:35:33.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-02T17:35:34.903Z] $ docker top bd3c4abe2cdb39aab8f13838a40097a76fc789ec1b63014b482485142058278d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:35:35.893Z] + go version [2021-02-02T17:35:35.893Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T17:35:35.918Z] $ docker stop --time=1 bd3c4abe2cdb39aab8f13838a40097a76fc789ec1b63014b482485142058278d [2021-02-02T17:35:37.761Z] $ docker rm -f bd3c4abe2cdb39aab8f13838a40097a76fc789ec1b63014b482485142058278d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:38.885Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T17:35:38.885Z] . [Pipeline] withDockerContainer [2021-02-02T17:35:39.131Z] prd-ubuntu18.04-docker-arm64-4c-16g-24587 does not seem to be running inside a container [2021-02-02T17:35:39.212Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-02T17:35:40.508Z] $ docker top c87b960810420ad4bc21ad8fccb316de46c247cec4935ba861f3243d5e87068c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T17:35:40.887Z] ========================================================= [2021-02-02T17:35:40.887Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T17:35:40.887Z] ========================================================= [Pipeline] sh [2021-02-02T17:35:41.554Z] + make test [2021-02-02T17:35:41.554Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T17:35:41.771Z] 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-02T17:35:41.771Z] 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-02T17:35:48.514Z] Removing intermediate container db77daefee95 [2021-02-02T17:35:48.514Z] Removing intermediate container 8f753cdf7e2c [2021-02-02T17:35:48.514Z] ---> c3a22873beae [2021-02-02T17:35:48.514Z] ---> dc40ae610b6b [2021-02-02T17:35:48.514Z] [2021-02-02T17:35:48.514Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T17:35:48.514Z] [2021-02-02T17:35:48.514Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T17:35:48.514Z] 3.12: Pulling from library/alpine [2021-02-02T17:35:48.514Z] 3.12: Pulling from library/alpine [2021-02-02T17:35:48.783Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T17:35:48.783Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T17:35:48.783Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T17:35:48.783Z] ---> 389fef711851 [2021-02-02T17:35:48.783Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T17:35:48.783Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T17:35:48.783Z] ---> 389fef711851 [2021-02-02T17:35:48.783Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T17:35:53.007Z] ---> Running in 6e4e1e294d65 [2021-02-02T17:35:53.007Z] ---> Running in b3d7d4facc61 [2021-02-02T17:35:53.956Z] Removing intermediate container ec7db7f92837 [2021-02-02T17:35:53.956Z] ---> bd013b8b13e3 [2021-02-02T17:35:53.956Z] [2021-02-02T17:35:53.956Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:35:53.956Z] ---> 389fef711851 [2021-02-02T17:35:53.956Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T17:35:54.224Z] Removing intermediate container e73952db4fe4 [2021-02-02T17:35:54.224Z] ---> 5bd32a4d3df7 [2021-02-02T17:35:54.224Z] [2021-02-02T17:35:54.224Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:35:54.224Z] ---> 389fef711851 [2021-02-02T17:35:54.224Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:35:54.224Z] ---> Running in c5a874a63cec [2021-02-02T17:35:54.497Z] ---> Running in 863b2b731f36 [2021-02-02T17:35:55.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:35:55.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:35:55.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:35:55.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:35:55.401Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T17:35:55.401Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:35:55.401Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T17:35:55.401Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T17:35:55.401Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T17:35:55.401Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:35:55.710Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:35:55.710Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T17:35:55.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:35:55.710Z] OK: 7 MiB in 19 packages [2021-02-02T17:35:55.710Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:35:55.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:35:55.710Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T17:35:55.710Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T17:35:55.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:35:55.710Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:35:55.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:35:55.710Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:35:56.001Z] OK: 7 MiB in 18 packages [2021-02-02T17:35:56.001Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:35:56.001Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:35:56.001Z] OK: 6 MiB in 15 packages [2021-02-02T17:35:56.001Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T17:35:56.001Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:35:56.001Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:35:56.001Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:35:56.001Z] OK: 6 MiB in 16 packages [2021-02-02T17:35:58.573Z] Removing intermediate container 0e6e439c96f6 [2021-02-02T17:35:58.573Z] ---> 64a321880bae [2021-02-02T17:35:58.573Z] [2021-02-02T17:35:58.573Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:35:58.573Z] ---> 389fef711851 [2021-02-02T17:35:58.573Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T17:35:58.843Z] ---> Running in 73d21d6e8266 [2021-02-02T17:35:58.843Z] Removing intermediate container 6e4e1e294d65 [2021-02-02T17:35:58.843Z] ---> 3ce68f3c01f5 [2021-02-02T17:35:58.843Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:36:00.776Z] ---> Running in 1c4f109d14b2 [2021-02-02T17:36:00.776Z] Removing intermediate container b3d7d4facc61 [2021-02-02T17:36:00.776Z] ---> 1ccba4d45634 [2021-02-02T17:36:00.776Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:36:00.776Z] Removing intermediate container 863b2b731f36 [2021-02-02T17:36:00.776Z] ---> ed789e607730 [2021-02-02T17:36:00.776Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:36:00.776Z] Removing intermediate container c5a874a63cec [2021-02-02T17:36:00.776Z] ---> ddd8885ed203 [2021-02-02T17:36:00.776Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:36:00.776Z] Removing intermediate container 73d21d6e8266 [2021-02-02T17:36:00.776Z] ---> 39c05cd0dd2e [2021-02-02T17:36:00.776Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T17:36:00.776Z] ---> Running in cb82e00923c5 [2021-02-02T17:36:00.776Z] ---> Running in 731c48dfe78b [2021-02-02T17:36:00.776Z] ---> Running in cd3813bed174 [2021-02-02T17:36:00.776Z] ---> Running in beb7ae520131 [2021-02-02T17:36:01.041Z] Removing intermediate container 1c4f109d14b2 [2021-02-02T17:36:01.041Z] ---> d16456b41de4 [2021-02-02T17:36:01.041Z] Step 13/24 : WORKDIR / [2021-02-02T17:36:01.041Z] Removing intermediate container cb82e00923c5 [2021-02-02T17:36:01.041Z] ---> 2d81f02b2aa4 [2021-02-02T17:36:01.041Z] Step 13/21 : WORKDIR /edgex [2021-02-02T17:36:01.041Z] ---> Running in d36098627324 [2021-02-02T17:36:01.308Z] Removing intermediate container cd3813bed174 [2021-02-02T17:36:01.308Z] ---> 0de26f52402c [2021-02-02T17:36:01.308Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T17:36:01.308Z] Removing intermediate container 731c48dfe78b [2021-02-02T17:36:01.308Z] ---> 1b724c11d8ec [2021-02-02T17:36:01.308Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T17:36:01.308Z] Removing intermediate container beb7ae520131 [2021-02-02T17:36:01.308Z] ---> 351c0ea94228 [2021-02-02T17:36:01.308Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T17:36:01.308Z] ---> Running in f60410e70c72 [2021-02-02T17:36:01.901Z] ---> Running in 357c64e5a281 [2021-02-02T17:36:01.901Z] ---> Running in 78ac03c8dc4f [2021-02-02T17:36:01.901Z] ---> Running in 2515def8204b [2021-02-02T17:36:01.901Z] Removing intermediate container d36098627324 [2021-02-02T17:36:01.901Z] ---> d0ac17d58a28 [2021-02-02T17:36:01.901Z] 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-02T17:36:02.167Z] Removing intermediate container f60410e70c72 [2021-02-02T17:36:02.167Z] ---> 0085eef66ec4 [2021-02-02T17:36:02.167Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T17:36:02.167Z] Removing intermediate container 357c64e5a281 [2021-02-02T17:36:02.167Z] ---> 7720b44bacc0 [2021-02-02T17:36:02.167Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:36:02.167Z] Removing intermediate container 2515def8204b [2021-02-02T17:36:02.167Z] ---> 92e6368c0a08 [2021-02-02T17:36:02.167Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:36:02.167Z] Removing intermediate container 78ac03c8dc4f [2021-02-02T17:36:02.167Z] ---> df9d5298f652 [2021-02-02T17:36:02.167Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:36:02.441Z] ---> Running in 265585463b79 [2021-02-02T17:36:02.441Z] ---> Running in f7c2aeb7e36f [2021-02-02T17:36:02.441Z] ---> 7447f305468f [2021-02-02T17:36:02.441Z] 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-02T17:36:02.441Z] ---> Running in e598647616e9 [2021-02-02T17:36:02.720Z] ---> 3684c0a6edeb [2021-02-02T17:36:02.720Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T17:36:02.991Z] Removing intermediate container 265585463b79 [2021-02-02T17:36:02.991Z] ---> bd0991a4d067 [2021-02-02T17:36:02.991Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:36:02.991Z] Removing intermediate container e598647616e9 [2021-02-02T17:36:02.991Z] ---> 9b30c5b4c74f [2021-02-02T17:36:02.991Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:36:02.991Z] ---> 2c297d333fc8 [2021-02-02T17:36:02.991Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T17:36:03.613Z] ---> 127c38bfe713 [2021-02-02T17:36:03.613Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T17:36:03.613Z] ---> e0d195690378 [2021-02-02T17:36:03.613Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T17:36:03.613Z] ---> 696b7dd38386 [2021-02-02T17:36:03.613Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T17:36:03.613Z] ---> 2a169c80ad4e [2021-02-02T17:36:03.613Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T17:36:03.724Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T17:36:04.594Z] ---> 7a67f8fb1587 [2021-02-02T17:36:04.594Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T17:36:04.594Z] Removing intermediate container f7c2aeb7e36f [2021-02-02T17:36:04.594Z] ---> 6be3b27bf0f4 [2021-02-02T17:36:04.594Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T17:36:04.594Z] ---> 0f7c98f3a856 [2021-02-02T17:36:04.594Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T17:36:04.594Z] ---> d8b5d4920172 [2021-02-02T17:36:04.594Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T17:36:05.174Z] ---> ee5964e55cad [2021-02-02T17:36:05.174Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T17:36:05.174Z] ---> Running in 9c5097b056e4 [2021-02-02T17:36:05.440Z] ---> 56532b5ec10d [2021-02-02T17:36:05.440Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T17:36:05.440Z] ---> Running in bad2cb57f743 [2021-02-02T17:36:05.440Z] ---> ce172cce3c5a [2021-02-02T17:36:05.440Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T17:36:05.707Z] ---> Running in fac6ed032aef [2021-02-02T17:36:05.707Z] ---> 38e491355408 [2021-02-02T17:36:05.707Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T17:36:05.707Z] ---> Running in 5a050353fc3e [2021-02-02T17:36:05.974Z] Removing intermediate container bad2cb57f743 [2021-02-02T17:36:05.974Z] ---> e42109292345 [2021-02-02T17:36:05.974Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T17:36:05.974Z] ---> Running in 335e9b4f1a67 [2021-02-02T17:36:05.974Z] Removing intermediate container fac6ed032aef [2021-02-02T17:36:05.974Z] ---> ef99cc5b0c20 [2021-02-02T17:36:05.974Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:36:06.240Z] Removing intermediate container 5a050353fc3e [2021-02-02T17:36:06.240Z] ---> 50f82e23f079 [2021-02-02T17:36:06.240Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:36:06.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:06.240Z] ---> Running in c0eb7b8a7568 [2021-02-02T17:36:06.240Z] ---> Running in fbc160794c7e [2021-02-02T17:36:06.240Z] ---> 4d98fd2467f7 [2021-02-02T17:36:06.240Z] 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-02T17:36:06.240Z] Removing intermediate container 335e9b4f1a67 [2021-02-02T17:36:06.240Z] ---> 6fccd02968e9 [2021-02-02T17:36:06.240Z] Step 19/21 : LABEL arch=x86_64 [2021-02-02T17:36:06.508Z] ---> Running in af05087d3271 [2021-02-02T17:36:06.508Z] ---> Running in 5a0cf0936c15 [2021-02-02T17:36:06.775Z] Removing intermediate container c0eb7b8a7568 [2021-02-02T17:36:06.775Z] ---> f5ee21e28663 [2021-02-02T17:36:06.775Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T17:36:06.775Z] Removing intermediate container fbc160794c7e [2021-02-02T17:36:06.775Z] ---> e2ddd00785f4 [2021-02-02T17:36:06.775Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T17:36:06.775Z] ---> Running in 7349c10a057b [2021-02-02T17:36:07.039Z] ---> Running in a70bbf5d64fe [2021-02-02T17:36:07.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:07.039Z] Removing intermediate container 5a0cf0936c15 [2021-02-02T17:36:07.039Z] ---> 8aff5893494f [2021-02-02T17:36:07.039Z] Step 20/21 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:36:07.039Z] ---> Running in 304cfe02e1c7 [2021-02-02T17:36:07.303Z] Removing intermediate container 7349c10a057b [2021-02-02T17:36:07.303Z] ---> fffe919d40f4 [2021-02-02T17:36:07.303Z] Step 21/22 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:36:07.303Z] Removing intermediate container a70bbf5d64fe [2021-02-02T17:36:07.303Z] ---> 013055242ed5 [2021-02-02T17:36:07.303Z] Step 21/22 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:36:07.571Z] ---> Running in 0ebf5d4a4fb8 [2021-02-02T17:36:07.571Z] ---> Running in ccb6592717e3 [2021-02-02T17:36:07.571Z] Removing intermediate container 304cfe02e1c7 [2021-02-02T17:36:07.571Z] ---> b46efe7e2be2 [2021-02-02T17:36:07.571Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T17:36:07.571Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T17:36:07.839Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T17:36:07.839Z] ---> Running in d69103ca9df4 [2021-02-02T17:36:07.839Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T17:36:07.839Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T17:36:07.839Z] Removing intermediate container 0ebf5d4a4fb8 [2021-02-02T17:36:07.839Z] ---> 8d160cf5dfb6 [2021-02-02T17:36:07.839Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:36:08.114Z] Removing intermediate container ccb6592717e3 [2021-02-02T17:36:08.114Z] ---> 0defb81e3355 [2021-02-02T17:36:08.114Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:36:08.114Z] ---> Running in cd86fef59e94 [2021-02-02T17:36:08.114Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T17:36:08.114Z] ---> Running in 3a6708b40f1e [2021-02-02T17:36:08.114Z] Removing intermediate container d69103ca9df4 [2021-02-02T17:36:08.114Z] ---> b4a61a5ce5db [2021-02-02T17:36:08.114Z] [2021-02-02T17:36:08.381Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T17:36:08.381Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:36:08.381Z] OK: 8 MiB in 20 packages [2021-02-02T17:36:08.381Z] Removing intermediate container af05087d3271 [2021-02-02T17:36:08.381Z] ---> 7e5fe9702650 [2021-02-02T17:36:08.381Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T17:36:08.381Z] Removing intermediate container cd86fef59e94 [2021-02-02T17:36:08.381Z] ---> a4eb18ad7719 [2021-02-02T17:36:08.381Z] [2021-02-02T17:36:08.381Z] Removing intermediate container 3a6708b40f1e [2021-02-02T17:36:08.381Z] ---> d2eaeb5065a2 [2021-02-02T17:36:08.381Z] [2021-02-02T17:36:08.381Z] Successfully built b4a61a5ce5db [2021-02-02T17:36:08.650Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-02T17:36:08.650Z] Building docker-security-bootstrapper-go [2021-02-02T17:36:08.650Z]  Building docker-security-proxy-setup-go ... done Successfully built a4eb18ad7719 [2021-02-02T17:36:08.650Z] ---> Running in e73f65e8068d [2021-02-02T17:36:08.914Z] Successfully tagged docker-support-notifications-go:latest [2021-02-02T17:36:08.914Z] Building docker-sys-mgmt-agent-go [2021-02-02T17:36:08.914Z]  Building docker-support-notifications-go ... done Successfully built d2eaeb5065a2 [2021-02-02T17:36:08.914Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-02T17:36:08.914Z] Building docker-core-metadata-go [2021-02-02T17:36:08.914Z]  Building docker-support-scheduler-go ... done Removing intermediate container e73f65e8068d [2021-02-02T17:36:08.914Z] ---> c9e2800995ff [2021-02-02T17:36:08.914Z] Step 22/24 : LABEL arch=x86_64 [2021-02-02T17:36:09.188Z] ---> Running in d35b292342f2 [2021-02-02T17:36:09.188Z] Removing intermediate container 9c5097b056e4 [2021-02-02T17:36:09.188Z] ---> b86d81521b8d [2021-02-02T17:36:09.188Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:36:09.188Z] Removing intermediate container d35b292342f2 [2021-02-02T17:36:09.188Z] ---> 6dfb6cfb72b4 [2021-02-02T17:36:09.188Z] Step 23/24 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:36:09.458Z] ---> Running in 75f9efd33ae1 [2021-02-02T17:36:09.458Z] ---> 87436157d81f [2021-02-02T17:36:09.458Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T17:36:09.725Z] Removing intermediate container 75f9efd33ae1 [2021-02-02T17:36:09.725Z] ---> 615f1cd319bf [2021-02-02T17:36:09.725Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T17:36:09.725Z] ---> Running in 73987327a8a4 [2021-02-02T17:36:09.990Z] Removing intermediate container 73987327a8a4 [2021-02-02T17:36:09.990Z] ---> 330c0b3adf9d [2021-02-02T17:36:09.990Z] [2021-02-02T17:36:10.256Z] Successfully built 330c0b3adf9d [2021-02-02T17:36:12.830Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-02T17:36:12.830Z] Building docker-core-command-go [2021-02-02T17:36:13.778Z]  Building docker-security-secretstore-setup-go ... done  ---> 275852bcbf19 [2021-02-02T17:36:13.778Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T17:36:17.126Z] ---> 5a13c98342c2 [2021-02-02T17:36:17.126Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T17:36:17.126Z] ---> Running in 0ebdcea2e5df [2021-02-02T17:36:20.445Z] Removing intermediate container 0ebdcea2e5df [2021-02-02T17:36:20.445Z] ---> 434cabd59bf5 [2021-02-02T17:36:20.445Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:36:20.713Z] ---> Running in 2116036753c3 [2021-02-02T17:36:20.980Z] Removing intermediate container 2116036753c3 [2021-02-02T17:36:20.980Z] ---> dfb7530dc26a [2021-02-02T17:36:20.980Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:36:21.244Z] ---> Running in 262683bb9472 [2021-02-02T17:36:21.244Z] Removing intermediate container 262683bb9472 [2021-02-02T17:36:21.244Z] ---> db1f68554f18 [2021-02-02T17:36:21.244Z] Step 22/23 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:36:21.511Z] ---> Running in d8d70f85c994 [2021-02-02T17:36:21.511Z] Removing intermediate container d8d70f85c994 [2021-02-02T17:36:21.511Z] ---> 070a0f7390dd [2021-02-02T17:36:21.511Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:36:21.774Z] ---> Running in 13e6b2d6a5e2 [2021-02-02T17:36:21.774Z] Removing intermediate container 13e6b2d6a5e2 [2021-02-02T17:36:21.774Z] ---> 2540d3374c94 [2021-02-02T17:36:21.774Z] [2021-02-02T17:36:22.039Z] Successfully built 2540d3374c94 [2021-02-02T17:36:22.039Z] Successfully tagged docker-core-data-go:latest [2021-02-02T17:36:40.339Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:36:40.339Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:36:40.339Z] ---> 743ec7738c3a [2021-02-02T17:36:40.339Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> 24ac594a943b [2021-02-02T17:36:40.339Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> e27369619ca6 [2021-02-02T17:36:40.339Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T17:36:40.339Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:36:40.339Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:36:40.339Z] ---> 743ec7738c3a [2021-02-02T17:36:40.339Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> 24ac594a943b [2021-02-02T17:36:40.339Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> e27369619ca6 [2021-02-02T17:36:40.339Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> 850ba5200c89 [2021-02-02T17:36:40.339Z] Step 6/31 : COPY go.mod . [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> dfd44000f291 [2021-02-02T17:36:40.339Z] Step 7/31 : RUN go mod download [2021-02-02T17:36:40.339Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:36:40.339Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:36:40.339Z] ---> 743ec7738c3a [2021-02-02T17:36:40.339Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> 24ac594a943b [2021-02-02T17:36:40.339Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> e27369619ca6 [2021-02-02T17:36:40.339Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> 850ba5200c89 [2021-02-02T17:36:40.339Z] Step 6/23 : COPY go.mod . [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> dfd44000f291 [2021-02-02T17:36:40.339Z] Step 7/23 : RUN go mod download [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> 3accbf931d3e [2021-02-02T17:36:40.339Z] Step 8/31 : COPY . . [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> 3accbf931d3e [2021-02-02T17:36:40.339Z] Step 8/23 : COPY . . [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> f2bad23c11cf [2021-02-02T17:36:40.339Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T17:36:40.339Z] ---> Using cache [2021-02-02T17:36:40.339Z] ---> f2bad23c11cf [2021-02-02T17:36:40.339Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T17:36:40.339Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:36:40.340Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:36:40.340Z] ---> 743ec7738c3a [2021-02-02T17:36:40.340Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:36:40.340Z] ---> Using cache [2021-02-02T17:36:40.340Z] ---> 24ac594a943b [2021-02-02T17:36:40.340Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:36:40.340Z] ---> Using cache [2021-02-02T17:36:40.340Z] ---> e27369619ca6 [2021-02-02T17:36:40.340Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:36:40.340Z] ---> Using cache [2021-02-02T17:36:40.340Z] ---> 850ba5200c89 [2021-02-02T17:36:40.340Z] Step 6/23 : COPY go.mod . [2021-02-02T17:36:40.340Z] ---> Using cache [2021-02-02T17:36:40.340Z] ---> dfd44000f291 [2021-02-02T17:36:40.340Z] Step 7/23 : RUN go mod download [2021-02-02T17:36:40.340Z] ---> Using cache [2021-02-02T17:36:40.340Z] ---> 3accbf931d3e [2021-02-02T17:36:40.340Z] Step 8/23 : COPY . . [2021-02-02T17:36:40.340Z] ---> Using cache [2021-02-02T17:36:40.340Z] ---> f2bad23c11cf [2021-02-02T17:36:40.340Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T17:36:40.340Z] ---> Running in f30885b52e6b [2021-02-02T17:36:40.340Z] ---> Running in cd01021b3e5e [2021-02-02T17:36:40.340Z] ---> Running in d2ecff53262b [2021-02-02T17:36:40.340Z] ---> Running in 9511abd972b3 [2021-02-02T17:36:41.327Z] 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-02T17:36:41.327Z] 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-02T17:36:41.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-02T17:36:41.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:42.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:42.927Z] OK: 233 MiB in 51 packages [2021-02-02T17:36:45.581Z] Removing intermediate container cd01021b3e5e [2021-02-02T17:36:45.581Z] ---> 1ed18978a2ea [2021-02-02T17:36:45.581Z] Step 6/26 : COPY go.mod . [2021-02-02T17:36:45.856Z] ---> 71f6a9311a20 [2021-02-02T17:36:45.856Z] Step 7/26 : RUN go mod download [2021-02-02T17:36:46.149Z] ---> Running in f777005271c5 [2021-02-02T17:36:50.452Z] Removing intermediate container f777005271c5 [2021-02-02T17:36:50.452Z] ---> 156a714d6fac [2021-02-02T17:36:50.452Z] Step 8/26 : COPY . . [2021-02-02T17:36:50.794Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T17:37:08.932Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:37:09.142Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T17:37:09.142Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T17:37:09.142Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T17:37:09.142Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T17:37:09.142Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T17:37:09.142Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T17:37:09.142Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T17:37:09.142Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T17:37:09.142Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T17:37:09.142Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T17:37:13.233Z] ---> 7ff0aea6310d [2021-02-02T17:37:13.233Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T17:37:13.463Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T17:37:13.464Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T17:37:13.464Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T17:37:14.205Z] ---> Running in 37341df20201 [2021-02-02T17:37:15.617Z] Removing intermediate container 9511abd972b3 [2021-02-02T17:37:15.617Z] ---> 1b5148764861 [2021-02-02T17:37:15.617Z] [2021-02-02T17:37:15.617Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:37:15.617Z] ---> 389fef711851 [2021-02-02T17:37:15.617Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:37:15.617Z] ---> Using cache [2021-02-02T17:37:15.617Z] ---> ed789e607730 [2021-02-02T17:37:15.617Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:37:15.617Z] ---> Using cache [2021-02-02T17:37:15.617Z] ---> 0de26f52402c [2021-02-02T17:37:15.617Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T17:37:17.219Z] 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-02T17:37:17.219Z] ---> Running in aa710ce33008 [2021-02-02T17:37:17.587Z] Removing intermediate container d2ecff53262b [2021-02-02T17:37:17.587Z] ---> 5d9b03334803 [2021-02-02T17:37:17.587Z] [2021-02-02T17:37:17.587Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:37:17.587Z] ---> 389fef711851 [2021-02-02T17:37:17.587Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:37:17.588Z] ---> Using cache [2021-02-02T17:37:17.588Z] ---> ed789e607730 [2021-02-02T17:37:17.588Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:37:17.588Z] ---> Using cache [2021-02-02T17:37:17.588Z] ---> 0de26f52402c [2021-02-02T17:37:17.588Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T17:37:17.588Z] Removing intermediate container f30885b52e6b [2021-02-02T17:37:17.588Z] ---> 9fde8bffca62 [2021-02-02T17:37:17.588Z] [2021-02-02T17:37:17.588Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T17:37:17.588Z] ---> 389fef711851 [2021-02-02T17:37:17.588Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T17:37:17.588Z] ---> Running in b4f5c0b030df [2021-02-02T17:37:17.588Z] Removing intermediate container aa710ce33008 [2021-02-02T17:37:17.588Z] ---> 7d97f6e58655 [2021-02-02T17:37:17.588Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:37:17.588Z] ---> Running in 61d571f04b91 [2021-02-02T17:37:17.937Z] ---> Running in 27749c7c0fef [2021-02-02T17:37:17.937Z] Removing intermediate container b4f5c0b030df [2021-02-02T17:37:17.937Z] ---> ff6d4aaeda99 [2021-02-02T17:37:17.937Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T17:37:17.937Z] Removing intermediate container 61d571f04b91 [2021-02-02T17:37:17.937Z] ---> cf022ffd06de [2021-02-02T17:37:17.937Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:37:18.233Z] ---> Running in b06399ede9f9 [2021-02-02T17:37:18.560Z] Removing intermediate container 27749c7c0fef [2021-02-02T17:37:18.560Z] ---> 9adbd87ab9fe [2021-02-02T17:37:18.560Z] Step 15/23 : WORKDIR / [2021-02-02T17:37:18.850Z] ---> Running in 8c3bb62d550a [2021-02-02T17:37:19.180Z] ---> Running in e1e134d03075 [2021-02-02T17:37:19.180Z] Removing intermediate container 8c3bb62d550a [2021-02-02T17:37:19.180Z] ---> 3ee2fa058827 [2021-02-02T17:37:19.180Z] Step 15/23 : WORKDIR / [2021-02-02T17:37:19.180Z] ---> Running in 4f8288008ba9 [2021-02-02T17:37:19.452Z] Removing intermediate container e1e134d03075 [2021-02-02T17:37:19.452Z] ---> 736d38b51a23 [2021-02-02T17:37:19.452Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:37:19.723Z] Removing intermediate container 4f8288008ba9 [2021-02-02T17:37:19.723Z] ---> b780df4fc8fa [2021-02-02T17:37:19.723Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:37:19.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:37:19.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:37:19.995Z] ---> 3e8e6965c783 [2021-02-02T17:37:19.995Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T17:37:19.995Z] ---> e130d8bedebd [2021-02-02T17:37:19.995Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T17:37:20.268Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:37:20.268Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T17:37:20.268Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:37:20.268Z] OK: 6 MiB in 16 packages [2021-02-02T17:37:20.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.566s coverage: 46.0% of statements [2021-02-02T17:37:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T17:37:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T17:37:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T17:37:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T17:37:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T17:37:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T17:37:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T17:37:20.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.398s coverage: 100.0% of statements [2021-02-02T17:37:22.218Z] ---> 5c4d4381d0c3 [2021-02-02T17:37:22.218Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T17:37:22.218Z] ---> 18cbe2e3ada7 [2021-02-02T17:37:22.218Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T17:37:22.218Z] Removing intermediate container b06399ede9f9 [2021-02-02T17:37:22.218Z] ---> fd073af6c077 [2021-02-02T17:37:22.218Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T17:37:22.218Z] ---> Running in 347b24776d69 [2021-02-02T17:37:22.218Z] ---> 819a7ec770c7 [2021-02-02T17:37:22.218Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T17:37:22.218Z] ---> 16391662c0b0 [2021-02-02T17:37:22.218Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T17:37:22.486Z] ---> Running in 41fd49f87d81 [2021-02-02T17:37:22.486Z] ---> Running in 7783fa311656 [2021-02-02T17:37:22.486Z] Removing intermediate container 347b24776d69 [2021-02-02T17:37:22.486Z] ---> 1a82abef5393 [2021-02-02T17:37:22.486Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T17:37:22.486Z] ---> Running in 454161f00bb4 [2021-02-02T17:37:22.763Z] Removing intermediate container 7783fa311656 [2021-02-02T17:37:22.763Z] ---> c1982a97367c [2021-02-02T17:37:22.763Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:37:22.763Z] ---> Running in 5f9dd3e0d6cf [2021-02-02T17:37:22.763Z] Removing intermediate container 41fd49f87d81 [2021-02-02T17:37:22.763Z] ---> d4c757ee8362 [2021-02-02T17:37:22.763Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:37:22.763Z] ---> Running in b91dae283f77 [2021-02-02T17:37:22.763Z] Removing intermediate container 454161f00bb4 [2021-02-02T17:37:22.763Z] ---> d26f662d1deb [2021-02-02T17:37:22.763Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T17:37:23.051Z] ---> Running in bf52593b6175 [2021-02-02T17:37:23.051Z] Removing intermediate container 5f9dd3e0d6cf [2021-02-02T17:37:23.051Z] ---> e44cbd76d5a1 [2021-02-02T17:37:23.051Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:37:23.327Z] ---> Running in 4f788521e77a [2021-02-02T17:37:23.327Z] Removing intermediate container b91dae283f77 [2021-02-02T17:37:23.327Z] ---> eb11b0f6289d [2021-02-02T17:37:23.327Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:37:23.327Z] ---> Running in 8c630358dd6b [2021-02-02T17:37:23.600Z] Removing intermediate container 4f788521e77a [2021-02-02T17:37:23.600Z] ---> 22f4755e3448 [2021-02-02T17:37:23.600Z] Step 22/23 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:37:23.600Z] Removing intermediate container 8c630358dd6b [2021-02-02T17:37:23.600Z] ---> fe79afea5760 [2021-02-02T17:37:23.600Z] Step 22/23 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:37:23.872Z] ---> Running in 9c4040017953 [2021-02-02T17:37:23.872Z] ---> Running in d4f5611f5e41 [2021-02-02T17:37:24.150Z] Removing intermediate container 9c4040017953 [2021-02-02T17:37:24.150Z] ---> dbc3220f9cff [2021-02-02T17:37:24.150Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:37:24.431Z] Removing intermediate container d4f5611f5e41 [2021-02-02T17:37:24.431Z] ---> ce309340dc4a [2021-02-02T17:37:24.431Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:37:24.431Z] ---> Running in 75df89be367f [2021-02-02T17:37:24.722Z] ---> Running in 8417b17d6f70 [2021-02-02T17:37:24.994Z] Removing intermediate container 75df89be367f [2021-02-02T17:37:24.994Z] ---> 04a76478cc26 [2021-02-02T17:37:24.994Z] [2021-02-02T17:37:24.994Z] Removing intermediate container 8417b17d6f70 [2021-02-02T17:37:24.994Z] ---> be582112c59f [2021-02-02T17:37:24.994Z] [2021-02-02T17:37:25.266Z] Removing intermediate container bf52593b6175 [2021-02-02T17:37:25.266Z] ---> e5675675fefd [2021-02-02T17:37:25.266Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T17:37:25.266Z] Successfully built 04a76478cc26 [2021-02-02T17:37:25.266Z] Successfully tagged docker-core-command-go:latest [2021-02-02T17:37:25.266Z]  Building docker-core-command-go ... done  ---> Running in 3df0e86fcc51 [2021-02-02T17:37:25.266Z] Successfully built be582112c59f [2021-02-02T17:37:25.532Z] Successfully tagged docker-core-metadata-go:latest [2021-02-02T17:37:25.532Z]  Building docker-core-metadata-go ... done Removing intermediate container 3df0e86fcc51 [2021-02-02T17:37:25.532Z] ---> 141925b383cb [2021-02-02T17:37:25.532Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T17:37:26.113Z] ---> a3c3959413a5 [2021-02-02T17:37:26.113Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T17:37:26.113Z] ---> Running in cd6537f9f515 [2021-02-02T17:37:27.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.496s coverage: 27.1% of statements [2021-02-02T17:37:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T17:37:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T17:37:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T17:37:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T17:37:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T17:37:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T17:37:27.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.120s coverage: 100.0% of statements [2021-02-02T17:37:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T17:37:27.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements [2021-02-02T17:37:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T17:37:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T17:37:27.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.289s coverage: 65.8% of statements [2021-02-02T17:37:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T17:37:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T17:37:27.530Z] Removing intermediate container cd6537f9f515 [2021-02-02T17:37:27.530Z] ---> f36bf823e06e [2021-02-02T17:37:27.530Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:37:28.934Z] ---> dd89978fd566 [2021-02-02T17:37:28.934Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T17:37:28.934Z] Removing intermediate container 37341df20201 [2021-02-02T17:37:28.934Z] ---> 77e81d496b19 [2021-02-02T17:37:28.934Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T17:37:28.934Z] ---> Running in 7068328c2565 [2021-02-02T17:37:29.213Z] ---> 2b93caa3312b [2021-02-02T17:37:29.213Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T17:37:29.479Z] 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-02T17:37:29.479Z] ---> 14b368c4d3a8 [2021-02-02T17:37:29.479Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T17:37:30.082Z] ---> 022048319e9c [2021-02-02T17:37:30.082Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T17:37:30.346Z] ---> 17358ecb5ff8 [2021-02-02T17:37:30.346Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T17:37:30.611Z] ---> Running in 4b3aee6ef2a7 [2021-02-02T17:37:30.611Z] Removing intermediate container 7068328c2565 [2021-02-02T17:37:30.611Z] ---> 3f956cee7c2e [2021-02-02T17:37:30.611Z] [2021-02-02T17:37:30.611Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T17:37:30.611Z] 20.10.0: Pulling from library/docker [2021-02-02T17:37:30.611Z] Removing intermediate container 4b3aee6ef2a7 [2021-02-02T17:37:30.611Z] ---> d132697f16aa [2021-02-02T17:37:30.611Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T17:37:30.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.703s coverage: 82.3% of statements [2021-02-02T17:37:30.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T17:37:30.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:37:30.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T17:37:30.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T17:37:31.193Z] ---> e64591616e79 [2021-02-02T17:37:31.193Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T17:37:31.193Z] ---> Running in 78727dd30287 [2021-02-02T17:37:32.605Z] Removing intermediate container 78727dd30287 [2021-02-02T17:37:32.605Z] ---> af77308150ef [2021-02-02T17:37:32.605Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T17:37:32.870Z] ---> Running in 0effe01619ac [2021-02-02T17:37:33.137Z] Removing intermediate container 0effe01619ac [2021-02-02T17:37:33.137Z] ---> e0d4e727f7ed [2021-02-02T17:37:33.137Z] Step 28/31 : CMD ["gate"] [2021-02-02T17:37:33.402Z] ---> Running in d379b8d076d5 [2021-02-02T17:37:33.669Z] Removing intermediate container d379b8d076d5 [2021-02-02T17:37:33.669Z] ---> 9257ec09e782 [2021-02-02T17:37:33.669Z] Step 29/31 : LABEL arch=x86_64 [2021-02-02T17:37:33.936Z] ---> Running in 8602acd634a4 [2021-02-02T17:37:34.204Z] Removing intermediate container 8602acd634a4 [2021-02-02T17:37:34.204Z] ---> 75a279cbfef2 [2021-02-02T17:37:34.204Z] Step 30/31 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:37:34.468Z] ---> Running in 24ede6b846f0 [2021-02-02T17:37:36.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.202s coverage: 28.6% of statements [2021-02-02T17:37:36.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T17:37:36.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T17:37:36.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T17:37:36.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T17:37:36.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T17:37:36.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements [2021-02-02T17:37:36.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T17:37:36.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements [2021-02-02T17:37:36.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T17:37:36.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.302s coverage: 86.7% of statements [2021-02-02T17:37:36.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T17:37:36.404Z] Removing intermediate container 24ede6b846f0 [2021-02-02T17:37:36.404Z] ---> a896b8c0eb9f [2021-02-02T17:37:36.404Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T17:37:36.404Z] ---> Running in 57e0d06063e4 [2021-02-02T17:37:36.404Z] Removing intermediate container 57e0d06063e4 [2021-02-02T17:37:36.404Z] ---> fd7a073801e8 [2021-02-02T17:37:36.404Z] [2021-02-02T17:37:36.675Z] Successfully built fd7a073801e8 [2021-02-02T17:37:36.675Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-02T17:37:36.675Z]  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T17:37:36.675Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T17:37:36.675Z] ---> aefe523efa57 [2021-02-02T17:37:36.675Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T17:37:36.675Z] ---> Running in d02f25f735e5 [2021-02-02T17:37:36.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.350s coverage: 97.5% of statements [2021-02-02T17:37:36.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T17:37:37.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:37:37.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:37:37.786Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T17:37:37.786Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T17:37:37.786Z] Executing bash-5.0.17-r0.post-install [2021-02-02T17:37:37.786Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:37:37.786Z] OK: 12 MiB in 22 packages [2021-02-02T17:37:37.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.165s coverage: 78.3% of statements [2021-02-02T17:37:37.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T17:37:37.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T17:37:37.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T17:37:37.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T17:37:38.363Z] Removing intermediate container d02f25f735e5 [2021-02-02T17:37:38.363Z] ---> a058b265f449 [2021-02-02T17:37:38.363Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T17:37:38.363Z] ---> Running in 46a4cf33179f [2021-02-02T17:37:38.363Z] Removing intermediate container 46a4cf33179f [2021-02-02T17:37:38.363Z] ---> 9a7b7c589df6 [2021-02-02T17:37:38.363Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T17:37:38.632Z] ---> Running in a4cbe613f0d9 [2021-02-02T17:37:38.632Z] Removing intermediate container a4cbe613f0d9 [2021-02-02T17:37:38.632Z] ---> 4428f307e0e3 [2021-02-02T17:37:38.632Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T17:37:38.632Z] ---> Running in 734c4f48bba6 [2021-02-02T17:37:38.899Z] Removing intermediate container 734c4f48bba6 [2021-02-02T17:37:38.899Z] ---> 8a3c607b9685 [2021-02-02T17:37:38.899Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T17:37:39.476Z] ---> 9a85df6e7a0e [2021-02-02T17:37:39.476Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T17:37:39.741Z] ---> 93dea071dc71 [2021-02-02T17:37:39.741Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T17:37:40.007Z] ---> 322bc9a4cb5f [2021-02-02T17:37:40.007Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T17:37:40.007Z] ---> Running in af7f22524a35 [2021-02-02T17:37:40.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:37:40.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:37:40.851Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T17:37:40.851Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T17:37:40.851Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T17:37:40.851Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T17:37:40.851Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T17:37:40.851Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T17:37:40.851Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T17:37:41.803Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T17:37:41.803Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T17:37:41.803Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T17:37:41.803Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T17:37:41.803Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T17:37:41.803Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T17:37:42.067Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T17:37:42.067Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T17:37:42.067Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T17:37:42.067Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T17:37:42.067Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T17:37:42.067Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T17:37:42.067Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T17:37:42.067Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T17:37:42.067Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T17:37:42.067Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T17:37:42.331Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T17:37:42.331Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T17:37:42.331Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T17:37:42.331Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T17:37:42.331Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T17:37:42.331Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T17:37:42.331Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T17:37:42.331Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T17:37:42.331Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T17:37:42.331Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T17:37:42.594Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:37:42.594Z] OK: 71 MiB in 55 packages [2021-02-02T17:37:47.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.341s coverage: 92.8% of statements [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T17:37:47.974Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T17:37:47.974Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.179s coverage: 0.1% of statements [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T17:37:47.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T17:37:47.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 45.5% of statements [2021-02-02T17:37:47.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements [2021-02-02T17:37:47.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-02-02T17:37:47.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements [2021-02-02T17:37:47.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-02-02T17:37:50.776Z] Removing intermediate container af7f22524a35 [2021-02-02T17:37:50.776Z] ---> 1611bf0ca356 [2021-02-02T17:37:50.776Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T17:37:51.043Z] ---> Running in c46c027e2ff3 [2021-02-02T17:37:53.609Z] Collecting docker-compose==1.23.2 [2021-02-02T17:37:53.609Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T17:37:53.873Z] Collecting PyYAML<4,>=3.10 [2021-02-02T17:37:53.873Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T17:37:54.825Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T17:37:54.825Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T17:37:54.825Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T17:37:54.825Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T17:37:55.406Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T17:37:55.406Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T17:37:55.670Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T17:37:55.670Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T17:37:56.247Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T17:37:56.247Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T17:37:56.247Z] 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-02T17:37:56.247Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T17:37:56.247Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T17:37:56.511Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T17:37:56.511Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T17:37:56.511Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T17:37:56.775Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T17:37:57.040Z] Collecting idna<2.8,>=2.5 [2021-02-02T17:37:57.040Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T17:37:57.310Z] 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-02T17:37:57.310Z] 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-02T17:37:57.310Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T17:37:57.310Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T17:37:57.574Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T17:37:57.574Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T17:37:57.574Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T17:37:57.574Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T17:37:57.574Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T17:37:57.574Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T17:37:57.574Z] Installing collected packages: PyYAML, idna, urllib3, requests, dockerpty, cached-property, texttable, websocket-client, docker-pycreds, docker, jsonschema, docopt, docker-compose [2021-02-02T17:37:57.574Z] Running setup.py install for PyYAML: started [2021-02-02T17:37:58.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.083s coverage: 94.4% of statements [2021-02-02T17:37:58.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-02-02T17:37:58.151Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T17:37:58.151Z] Attempting uninstall: idna [2021-02-02T17:37:58.151Z] Found existing installation: idna 2.9 [2021-02-02T17:37:58.151Z] Uninstalling idna-2.9: [2021-02-02T17:37:58.151Z] Successfully uninstalled idna-2.9 [2021-02-02T17:37:58.423Z] Attempting uninstall: urllib3 [2021-02-02T17:37:58.423Z] Found existing installation: urllib3 1.25.9 [2021-02-02T17:37:58.423Z] Uninstalling urllib3-1.25.9: [2021-02-02T17:37:58.423Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T17:37:58.688Z] Attempting uninstall: requests [2021-02-02T17:37:58.688Z] Found existing installation: requests 2.23.0 [2021-02-02T17:37:58.688Z] Uninstalling requests-2.23.0: [2021-02-02T17:37:58.688Z] Successfully uninstalled requests-2.23.0 [2021-02-02T17:37:58.953Z] Running setup.py install for dockerpty: started [2021-02-02T17:37:59.217Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T17:37:59.217Z] Running setup.py install for texttable: started [2021-02-02T17:37:59.795Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T17:38:00.374Z] Running setup.py install for docopt: started [2021-02-02T17:38:00.641Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T17:38:00.905Z] 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-02T17:38:04.239Z] Removing intermediate container c46c027e2ff3 [2021-02-02T17:38:04.239Z] ---> fd284590968e [2021-02-02T17:38:04.239Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T17:38:04.239Z] ---> Running in f8076579a53c [2021-02-02T17:38:04.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:38:04.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:38:04.763Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:38:04.763Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T17:38:04.763Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T17:38:04.763Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:38:04.763Z] OK: 72 MiB in 58 packages [2021-02-02T17:38:05.337Z] Removing intermediate container f8076579a53c [2021-02-02T17:38:05.337Z] ---> deaf6608335f [2021-02-02T17:38:05.337Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T17:38:05.337Z] ---> Running in 82f7cc52536f [2021-02-02T17:38:05.599Z] Removing intermediate container 82f7cc52536f [2021-02-02T17:38:05.599Z] ---> ea1029b80395 [2021-02-02T17:38:05.599Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:38:05.599Z] ---> Running in 4269b804796b [2021-02-02T17:38:05.861Z] Removing intermediate container 4269b804796b [2021-02-02T17:38:05.861Z] ---> 89e916a2a6c9 [2021-02-02T17:38:05.861Z] Step 24/26 : LABEL arch=x86_64 [2021-02-02T17:38:05.861Z] ---> Running in 3857c55efaa6 [2021-02-02T17:38:06.123Z] Removing intermediate container 3857c55efaa6 [2021-02-02T17:38:06.123Z] ---> 0031541d8e11 [2021-02-02T17:38:06.123Z] Step 25/26 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:38:06.123Z] ---> Running in 67acf04fc9c5 [2021-02-02T17:38:06.123Z] Removing intermediate container 67acf04fc9c5 [2021-02-02T17:38:06.123Z] ---> 83c670c9133c [2021-02-02T17:38:06.123Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T17:38:06.386Z] ---> Running in a9613e22fc2e [2021-02-02T17:38:06.386Z] Removing intermediate container a9613e22fc2e [2021-02-02T17:38:06.386Z] ---> 661e23ab6af4 [2021-02-02T17:38:06.386Z] [2021-02-02T17:38:06.649Z] Successfully built 661e23ab6af4 [2021-02-02T17:38:06.649Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-02T17:38:07.234Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T17:38:07.252Z] $ docker stop --time=1 adce5d432d473f1d6c07e375a4723af6419e6cb3abd11798421c17086446570c [2021-02-02T17:38:08.859Z] $ docker rm -f adce5d432d473f1d6c07e375a4723af6419e6cb3abd11798421c17086446570c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:38:09.383Z] + docker images [2021-02-02T17:38:09.383Z] + grep docker [2021-02-02T17:38:09.645Z] docker-sys-mgmt-agent-go latest 661e23ab6af4 3 seconds ago 313MB [2021-02-02T17:38:09.645Z] docker-security-bootstrapper-go latest fd7a073801e8 33 seconds ago 23.8MB [2021-02-02T17:38:09.645Z] docker-core-command-go latest 04a76478cc26 45 seconds ago 16.9MB [2021-02-02T17:38:09.645Z] docker-core-metadata-go latest be582112c59f 45 seconds ago 18.8MB [2021-02-02T17:38:09.645Z] docker-core-data-go latest 2540d3374c94 About a minute ago 22.3MB [2021-02-02T17:38:09.645Z] docker-security-secretstore-setup-go latest 330c0b3adf9d 2 minutes ago 24.6MB [2021-02-02T17:38:09.645Z] docker-support-scheduler-go latest d2eaeb5065a2 2 minutes ago 17MB [2021-02-02T17:38:09.645Z] docker-support-notifications-go latest a4eb18ad7719 2 minutes ago 17.5MB [2021-02-02T17:38:09.645Z] docker-security-proxy-setup-go latest b4a61a5ce5db 2 minutes ago 24.4MB [2021-02-02T17:38:09.645Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-02T17:38:16.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.114s coverage: 92.9% of statements [2021-02-02T17:38:16.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T17:38:16.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T17:38:16.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T17:38:16.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T17:38:16.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.4% of statements [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.561s coverage: 63.5% of statements [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.699s coverage: 68.9% of statements [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.309s coverage: 37.0% of statements [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T17:38:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.437s coverage: 84.0% of statements [2021-02-02T17:38:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements [2021-02-02T17:38:21.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.479s coverage: 47.0% of statements [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T17:38:21.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T17:38:21.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-02T17:38:21.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.175s coverage: 100.0% of statements [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:38:21.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-02T17:38:25.405Z] Still waiting to schedule task [2021-02-02T17:38:25.405Z] ‘prd-ubuntu18.04-docker-8c-8g-24589’ is offline [2021-02-02T17:38:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.152s coverage: 29.1% of statements [2021-02-02T17:38:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T17:38:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T17:38:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T17:38:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T17:38:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T17:38:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements [2021-02-02T17:38:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T17:38:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T17:38:28.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.146s coverage: 100.0% of statements [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T17:38:28.688Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T17:38:28.688Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T17:38:28.688Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T17:38:28.688Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T17:38:28.688Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-02-02T17:38:28.688Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-02-02T17:38:28.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-02T17:38:29.946Z] GO111MODULE=on go vet ./... [2021-02-02T17:39:52.443Z] gofmt -l . [2021-02-02T17:39:52.443Z] [ "`gofmt -l .`" = "" ] [2021-02-02T17:39:52.443Z] ./bin/test-go-mod-tidy.sh [2021-02-02T17:39:52.443Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T17:39:53.096Z] + ls -al . [2021-02-02T17:39:53.096Z] total 712 [2021-02-02T17:39:53.096Z] drwxrwxr-x 9 1001 1001 4096 Feb 2 17:39 . [2021-02-02T17:39:53.096Z] drwxr-xr-x 4 root root 4096 Feb 2 17:35 .. [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 17:34 .dockerignore [2021-02-02T17:39:53.096Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 17:34 .git [2021-02-02T17:39:53.096Z] drwxrwxr-x 3 1001 1001 4096 Feb 2 17:34 .github [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 17:34 .gitignore [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 17:34 .sonarcloud.properties [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:34 Attribution.txt [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:34 CONTRIBUTING.md [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 17:34 Dockerfile.build [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 17:34 Jenkinsfile [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:34 LICENSE [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:34 Makefile [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:34 README.md [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:34 SECURITY.md [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 17:29 VERSION [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:34 ZMQWindows.md [2021-02-02T17:39:53.096Z] drwxrwxr-x 2 1001 1001 4096 Feb 2 17:34 bin [2021-02-02T17:39:53.096Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 17:34 cmd [2021-02-02T17:39:53.096Z] -rw-r--r-- 1 root root 578674 Feb 2 17:38 coverage.out [2021-02-02T17:39:53.096Z] -rw-r--r-- 1 root root 1054 Feb 2 17:39 go.mod [2021-02-02T17:39:53.096Z] -rw-r--r-- 1 root root 19399 Feb 2 17:39 go.sum [2021-02-02T17:39:53.096Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 17:34 internal [2021-02-02T17:39:53.096Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 17:34 openapi [2021-02-02T17:39:53.096Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 17:34 snap [2021-02-02T17:39:53.096Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 17:34 version.go [Pipeline] sh [2021-02-02T17:39:53.748Z] + '[' -e coverage.out ] [2021-02-02T17:39:53.748Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T17:39:53.809Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T17:39:54.915Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T17:39:55.599Z] + make build [2021-02-02T17:39:55.600Z] 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-02T17:40:05.760Z] 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-02T17:40:07.821Z] Running on prd-ubuntu18.04-docker-8c-8g-24592 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-02T17:40:07.884Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-02T17:40:10.122Z] using credential edgex-jenkins-ssh [2021-02-02T17:40:10.184Z] Cloning the remote Git repository [2021-02-02T17:40:10.208Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:40:10.272Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-02T17:40:10.295Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:40:10.296Z] > git --version # timeout=10 [2021-02-02T17:40:10.301Z] > git --version # 'git version 2.17.1' [2021-02-02T17:40:10.302Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:40:10.326Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:40:20.524Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:40:20.638Z] Merge succeeded, producing bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:40:20.638Z] Checking out Revision bc46def1755e5a9771c9eeccd25309827250b7f2 (PR-3113) [2021-02-02T17:40:19.999Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:40:20.006Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:40:20.017Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:40:20.035Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:40:20.035Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:40:20.040Z] > 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-02T17:40:20.536Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:40:20.541Z] > git checkout -f bc46def1755e5a9771c9eeccd25309827250b7f2 # timeout=10 [2021-02-02T17:40:20.612Z] > git remote # timeout=10 [2021-02-02T17:40:20.618Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:40:20.623Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:40:20.627Z] > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-02T17:40:20.634Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:40:20.644Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:40:20.648Z] > git checkout -f bc46def1755e5a9771c9eeccd25309827250b7f2 # timeout=10 [2021-02-02T17:40:24.287Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:40:25.719Z] + echo snap-build.sh [2021-02-02T17:40:25.719Z] snap-build.sh [2021-02-02T17:40:25.719Z] + SNAP_BASE_DIR=. [2021-02-02T17:40:25.719Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-02T17:40:25.719Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-02T17:40:25.720Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-02T17:40:25.720Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-02T17:40:25.720Z] + cd /w/workspace/edgex-go/2 [2021-02-02T17:40:25.720Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-02T17:40:25.720Z] Reading package lists... [2021-02-02T17:40:25.720Z] Building dependency tree... [2021-02-02T17:40:25.720Z] Reading state information... [2021-02-02T17:40:25.981Z] The following packages were automatically installed and are no longer required: [2021-02-02T17:40:25.981Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-02T17:40:25.981Z] uidmap xdelta3 [2021-02-02T17:40:25.981Z] Use 'sudo apt autoremove' to remove them. [2021-02-02T17:40:25.981Z] The following packages will be REMOVED: [2021-02-02T17:40:25.981Z] lxd* lxd-client* [2021-02-02T17:40:26.553Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-02T17:40:26.553Z] After this operation, 31.7 MB disk space will be freed. [2021-02-02T17:40:27.337Z] (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-02T17:40:27.337Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T17:40:27.968Z] 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-02T17:40:28.279Z] Removing lxd dnsmasq configuration [2021-02-02T17:40:28.279Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T17:40:28.538Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-02T17:40:29.484Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-02T17:40:29.746Z] (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-02T17:40:29.747Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T17:40:31.134Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-02T17:40:31.134Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-02T17:40:32.283Z] 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-02T17:40:32.524Z] + sudo snap remove --purge lxd [2021-02-02T17:40:32.524Z] snap "lxd" is not installed [2021-02-02T17:40:32.524Z] + sudo groupadd --force --system lxd [2021-02-02T17:40:32.524Z] ++ whoami [2021-02-02T17:40:32.524Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-02T17:40:32.524Z] + newgrp - lxd [2021-02-02T17:40:32.524Z] + sudo snap install lxd [2021-02-02T17:40:37.678Z] 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-02T17:40:39.112Z] 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-02T17:40:42.569Z] 2021-02-02T17:40:40Z INFO Waiting for automatic snapd restart... [2021-02-02T17:40:43.422Z] 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-02T17:40:48.817Z] 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-02T17:40:51.437Z] 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-02T17:40:54.819Z] 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-02T17:40:57.488Z] lxd 4.10 from Canonical* installed [2021-02-02T17:40:57.488Z] + sudo lxd init --auto [2021-02-02T17:40:58.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:41:02.501Z] 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-02T17:41:05.893Z] 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-02T17:41:07.499Z] + sudo snap install --classic snapcraft [Pipeline] } [2021-02-02T17:41:11.309Z] $ docker stop --time=1 c87b960810420ad4bc21ad8fccb316de46c247cec4935ba861f3243d5e87068c [2021-02-02T17:41:13.869Z] $ docker rm -f c87b960810420ad4bc21ad8fccb316de46c247cec4935ba861f3243d5e87068c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:41:15.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:41:15.875Z] [2021-02-02T17:41:15.875Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:41:16.521Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:41:16.793Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-02T17:41:16.793Z] 29e5d40040c1: Pulling fs layer [2021-02-02T17:41:16.793Z] 1ce36da41761: Pulling fs layer [2021-02-02T17:41:16.793Z] 25b303627fd3: Pulling fs layer [2021-02-02T17:41:17.069Z] 29e5d40040c1: Verifying Checksum [2021-02-02T17:41:17.069Z] 29e5d40040c1: Download complete [2021-02-02T17:41:17.680Z] 1ce36da41761: Verifying Checksum [2021-02-02T17:41:17.680Z] 1ce36da41761: Download complete [2021-02-02T17:41:17.680Z] 29e5d40040c1: Pull complete [2021-02-02T17:41:19.118Z] 25b303627fd3: Verifying Checksum [2021-02-02T17:41:19.118Z] 25b303627fd3: Download complete [2021-02-02T17:41:19.118Z] 1ce36da41761: Pull complete [2021-02-02T17:41:19.740Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T17:41:19.740Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-02T17:41:19.740Z] + patch --verbose -p1 [2021-02-02T17:41:19.740Z] Hmm... Looks like a unified diff to me... [2021-02-02T17:41:19.740Z] The text leading up to this was: [2021-02-02T17:41:19.740Z] -------------------------- [2021-02-02T17:41:19.740Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-02T17:41:19.740Z] |From: Tony Espy [2021-02-02T17:41:19.740Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-02T17:41:19.740Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-02T17:41:19.740Z] | [2021-02-02T17:41:19.740Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-02T17:41:19.740Z] |optimize the snap CI check run for pull requests. When [2021-02-02T17:41:19.740Z] |applied, it essentially strips out everything (apps and [2021-02-02T17:41:19.740Z] |parts) from the snapcraft.yaml file except those required [2021-02-02T17:41:19.740Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-02T17:41:19.740Z] |catch changes to edgex-go that break the snap build. [2021-02-02T17:41:19.740Z] | [2021-02-02T17:41:19.740Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-02T17:41:19.740Z] |to update this patch file, otherwise it may fail to apply, [2021-02-02T17:41:19.740Z] |resulting in a failed snap build CI check in the associated [2021-02-02T17:41:19.740Z] |pull request. [2021-02-02T17:41:19.740Z] | [2021-02-02T17:41:19.740Z] |Note - in addition to applying this patch, the pipeline also [2021-02-02T17:41:19.740Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-02T17:41:19.740Z] |need to build the finally binary .snap file (and it won't [2021-02-02T17:41:19.740Z] |work with the patch applied). This further reduces the build [2021-02-02T17:41:19.740Z] |time. [2021-02-02T17:41:19.740Z] |--- [2021-02-02T17:41:19.740Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-02T17:41:19.740Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-02T17:41:19.740Z] | [2021-02-02T17:41:19.740Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-02T17:41:19.740Z] |index 1e537489..faf42425 100644 [2021-02-02T17:41:19.740Z] |--- a/snap/snapcraft.yaml [2021-02-02T17:41:19.740Z] |+++ b/snap/snapcraft.yaml [2021-02-02T17:41:19.740Z] -------------------------- [2021-02-02T17:41:19.740Z] patching file snap/snapcraft.yaml [2021-02-02T17:41:19.740Z] Using Plan A... [2021-02-02T17:41:19.740Z] Hunk #1 succeeded at 73. [2021-02-02T17:41:19.740Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-02T17:41:19.740Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-02T17:41:19.740Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-02T17:41:19.740Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-02T17:41:19.740Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-02T17:41:19.740Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-02T17:41:19.740Z] Hunk #8 succeeded at 342. [2021-02-02T17:41:19.740Z] Hmm... Ignoring the trailing garbage. [2021-02-02T17:41:19.740Z] done [2021-02-02T17:41:19.740Z] + sudo snapcraft prime --use-lxd [2021-02-02T17:41:21.126Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-02T17:41:21.126Z] 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-02T17:41:21.126Z] - README.md [2021-02-02T17:41:21.126Z] - snapcraft.yaml.orig [2021-02-02T17:41:21.126Z] [2021-02-02T17:41:21.126Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T17:41:21.696Z] Launching a container. [2021-02-02T17:41:29.281Z] 25b303627fd3: Pull complete [2021-02-02T17:41:29.281Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-02T17:41:29.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:41:29.281Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-02T17:41:29.548Z] prd-ubuntu18.04-docker-arm64-4c-16g-24587 does not seem to be running inside a container [2021-02-02T17:41:29.628Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-02T17:41:32.579Z] $ docker top 3d3ee6859a1029d9a92ac27d81a725c3fbc73fab5b6d8ee82b1af7bfecb5cad5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:41:33.552Z] + grep parallel [2021-02-02T17:41:33.552Z] + docker-compose build --help [2021-02-02T17:41:33.930Z] Waiting for container to be ready [2021-02-02T17:41:33.930Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-02T17:41:33.930Z] [2021-02-02T17:41:36.927Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T17:41:36.945Z] $ docker stop --time=1 3d3ee6859a1029d9a92ac27d81a725c3fbc73fab5b6d8ee82b1af7bfecb5cad5 [2021-02-02T17:41:37.229Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-02T17:41:37.229Z] Waiting for network to be ready... [2021-02-02T17:41:37.488Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T17:41:37.488Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T17:41:37.488Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T17:41:37.749Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T17:41:37.749Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T17:41:37.749Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T17:41:37.749Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T17:41:37.749Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T17:41:37.749Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T17:41:37.749Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T17:41:38.008Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T17:41:38.268Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T17:41:38.268Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T17:41:38.268Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T17:41:38.527Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T17:41:38.528Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T17:41:38.528Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T17:41:38.528Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T17:41:38.790Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T17:41:38.855Z] $ docker rm -f 3d3ee6859a1029d9a92ac27d81a725c3fbc73fab5b6d8ee82b1af7bfecb5cad5 [2021-02-02T17:41:39.049Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1878 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-02-02T17:41:39.316Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T17:41:39.316Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T17:41:39.316Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T17:41:39.316Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T17:41:39.316Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T17:41:39.316Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T17:41:39.316Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:41:39.710Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:41:39.710Z] . [Pipeline] withDockerContainer [2021-02-02T17:41:40.029Z] prd-ubuntu18.04-docker-arm64-4c-16g-24587 does not seem to be running inside a container [2021-02-02T17:41:40.151Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-02T17:41:41.227Z] Fetched 23.9 MB in 4s (6134 kB/s) [2021-02-02T17:41:41.616Z] $ docker top 4d1453f09c2f66c42bbed6b3b1b0c7df386d52e745060e7e3d7bc33b09ec3220 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:41:42.169Z] Reading package lists... [2021-02-02T17:41:42.432Z] Reading package lists... [2021-02-02T17:41:42.432Z] Building dependency tree... [2021-02-02T17:41:42.432Z] Reading state information... [2021-02-02T17:41:42.432Z] The following additional packages will be installed: [2021-02-02T17:41:42.432Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T17:41:42.432Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T17:41:42.432Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T17:41:42.432Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-02T17:41:42.432Z] Suggested packages: [2021-02-02T17:41:42.432Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-02T17:41:42.432Z] Recommended packages: [2021-02-02T17:41:42.432Z] gnupg libsasl2-modules [2021-02-02T17:41:42.682Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T17:41:42.693Z] The following NEW packages will be installed: [2021-02-02T17:41:42.693Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T17:41:42.693Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T17:41:42.693Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T17:41:42.693Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-02T17:41:42.693Z] The following packages will be upgraded: [2021-02-02T17:41:42.693Z] gpg gpg-agent gpgconf libudev1 [2021-02-02T17:41:42.693Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-02T17:41:42.693Z] Need to get 3533 kB of archives. [2021-02-02T17:41:42.693Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-02T17:41:42.693Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-02T17:41:42.693Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-02T17:41:42.693Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-02T17:41:42.693Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-02T17:41:42.693Z] Get:5 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-02T17:41:42.693Z] Get:6 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-02T17:41:42.693Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-02T17:41:42.693Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-02T17:41:42.693Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-02T17:41:42.953Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-02T17:41:43.524Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-02T17:41:43.524Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-02T17:41:43.524Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-02T17:41:43.524Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-02T17:41:43.524Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-02T17:41:43.524Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-02T17:41:43.524Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-02T17:41:43.524Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-02T17:41:43.524Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-02T17:41:43.524Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-02T17:41:43.524Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-02T17:41:43.524Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-02T17:41:43.784Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:41:43.784Z] Fetched 3533 kB in 1s (3359 kB/s) [2021-02-02T17:41:43.784Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T17:41:43.784Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:41:43.785Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T17:41:44.044Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-02T17:41:44.044Z] Selecting previously unselected package udev. [2021-02-02T17:41:44.044Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T17:41:44.044Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:41:44.044Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-02T17:41:44.305Z] Selecting previously unselected package libfuse2:amd64. [2021-02-02T17:41:44.305Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T17:41:44.305Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T17:41:44.305Z] Selecting previously unselected package fuse. [2021-02-02T17:41:44.305Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T17:41:44.566Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-02T17:41:44.566Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:41:44.566Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T17:41:44.566Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:41:44.566Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T17:41:44.826Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:41:44.826Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T17:41:44.826Z] Selecting previously unselected package libksba8:amd64. [2021-02-02T17:41:44.826Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-02T17:41:44.826Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-02T17:41:45.086Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-02T17:41:45.086Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:41:45.086Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:45.086Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-02T17:41:45.086Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:41:45.086Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:45.348Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-02T17:41:45.348Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:41:45.348Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:45.348Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-02T17:41:45.348Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:41:45.348Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:45.348Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-02T17:41:45.348Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:41:45.348Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:45.608Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-02T17:41:45.608Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:41:45.608Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:45.608Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-02T17:41:45.608Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:41:45.608Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:45.868Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-02T17:41:45.868Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:41:45.868Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:45.868Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-02T17:41:45.868Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:41:45.868Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:45.868Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-02T17:41:45.868Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T17:41:45.868Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T17:41:46.128Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-02T17:41:46.128Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T17:41:46.128Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T17:41:46.128Z] Selecting previously unselected package libldap-common. [2021-02-02T17:41:46.128Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-02T17:41:46.128Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T17:41:46.128Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-02T17:41:46.128Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-02T17:41:46.128Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T17:41:46.389Z] Selecting previously unselected package dirmngr. [2021-02-02T17:41:46.389Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:41:46.389Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T17:41:46.389Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T17:41:46.389Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-02T17:41:46.389Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T17:41:46.649Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T17:41:46.649Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T17:41:46.649Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-02T17:41:46.649Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:46.649Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-02T17:41:46.649Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T17:41:46.649Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-02T17:41:46.982Z] Building docker-core-command-go ... [2021-02-02T17:41:46.982Z] Building docker-core-data-go ... [2021-02-02T17:41:46.982Z] Building docker-core-metadata-go ... [2021-02-02T17:41:46.982Z] Building docker-security-bootstrapper-go ... [2021-02-02T17:41:46.982Z] Building docker-security-proxy-setup-go ... [2021-02-02T17:41:46.982Z] Building docker-security-secretstore-setup-go ... [2021-02-02T17:41:46.982Z] Building docker-support-notifications-go ... [2021-02-02T17:41:46.982Z] Building docker-support-scheduler-go ... [2021-02-02T17:41:46.982Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T17:41:46.982Z] Building docker-security-secretstore-setup-go [2021-02-02T17:41:46.982Z] Building docker-core-metadata-go [2021-02-02T17:41:46.982Z] Building docker-security-bootstrapper-go [2021-02-02T17:41:46.982Z] Building docker-sys-mgmt-agent-go [2021-02-02T17:41:46.982Z] Building docker-core-data-go [2021-02-02T17:41:47.220Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-02T17:41:47.220Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:47.220Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-02T17:41:47.220Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-02T17:41:47.220Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-02T17:41:47.480Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:47.480Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:47.480Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:47.480Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:47.480Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:47.480Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:47.480Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:41:47.480Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T17:41:47.480Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T17:41:47.740Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T17:41:48.004Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-02T17:41:48.004Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-02T17:41:48.004Z] This means they are not meant to be enabled using systemctl. [2021-02-02T17:41:48.004Z] Possible reasons for having this kind of units are: [2021-02-02T17:41:48.004Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-02T17:41:48.004Z] .wants/ or .requires/ directory. [2021-02-02T17:41:48.004Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-02T17:41:48.004Z] a requirement dependency on it. [2021-02-02T17:41:48.004Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-02T17:41:48.004Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-02T17:41:48.004Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-02T17:41:48.004Z] instance name specified. [2021-02-02T17:41:48.264Z] Reading package lists... [2021-02-02T17:41:48.524Z] Building dependency tree... [2021-02-02T17:41:48.524Z] Reading state information... [2021-02-02T17:41:48.524Z] The following additional packages will be installed: [2021-02-02T17:41:48.524Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-02T17:41:48.524Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-02T17:41:48.524Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-02T17:41:48.524Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-02T17:41:48.524Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-02T17:41:48.524Z] Suggested packages: [2021-02-02T17:41:48.524Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-02T17:41:48.524Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-02T17:41:48.524Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-02T17:41:48.524Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-02T17:41:48.524Z] systemd-container policykit-1 [2021-02-02T17:41:48.524Z] Recommended packages: [2021-02-02T17:41:48.524Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-02T17:41:48.524Z] The following NEW packages will be installed: [2021-02-02T17:41:48.524Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-02T17:41:48.524Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-02T17:41:48.524Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-02T17:41:48.524Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-02T17:41:48.524Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-02T17:41:48.524Z] The following packages will be upgraded: [2021-02-02T17:41:48.524Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-02T17:41:48.524Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-02T17:41:48.524Z] Need to get 35.2 MB of archives. [2021-02-02T17:41:48.524Z] After this operation, 141 MB of additional disk space will be used. [2021-02-02T17:41:48.524Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-02T17:41:48.785Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-02T17:41:48.785Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-02T17:41:48.785Z] 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-02T17:41:48.785Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-02T17:41:48.785Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-02T17:41:48.785Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-02T17:41:48.785Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-02T17:41:49.044Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-02T17:41:49.044Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-02T17:41:49.044Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-02T17:41:49.044Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-02T17:41:49.044Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-02T17:41:49.044Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-02T17:41:49.044Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-02T17:41:49.044Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-02T17:41:49.044Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-02T17:41:49.044Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-02T17:41:49.616Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-02T17:41:49.616Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-02T17:41:49.616Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-02T17:41:49.616Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-02T17:41:49.616Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-02T17:41:49.616Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-02T17:41:49.616Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-02T17:41:49.616Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-02T17:41:49.616Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-02T17:41:49.616Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-02T17:41:49.616Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-02T17:41:49.616Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-02T17:41:50.996Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:41:50.996Z] Fetched 35.2 MB in 2s (15.8 MB/s) [2021-02-02T17:41:50.996Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T17:41:50.996Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:41:51.256Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T17:41:52.672Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:41:52.672Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T17:41:52.672Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-02T17:41:52.672Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T17:41:52.672Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T17:41:52.672Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T17:41:52.672Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-02T17:41:52.672Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T17:41:52.672Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T17:41:52.672Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T17:41:52.672Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-02T17:41:52.672Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-02T17:41:53.249Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-02T17:41:53.249Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-02T17:41:53.249Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T17:41:53.249Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T17:41:53.512Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-02T17:41:53.512Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T17:41:53.512Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:41:53.512Z] Selecting previously unselected package libexpat1:amd64. [2021-02-02T17:41:53.512Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-02T17:41:53.512Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T17:41:53.773Z] Selecting previously unselected package python3.6-minimal. [2021-02-02T17:41:53.773Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T17:41:53.773Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:41:54.034Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T17:41:54.301Z] Checking for services that may need to be restarted...done. [2021-02-02T17:41:54.301Z] Checking for services that may need to be restarted...done. [2021-02-02T17:41:54.569Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:41:54.569Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T17:41:54.569Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:41:54.831Z] Selecting previously unselected package python3-minimal. [2021-02-02T17:41:54.831Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-02T17:41:54.831Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-02T17:41:54.831Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-02T17:41:55.097Z] Selecting previously unselected package mime-support. [2021-02-02T17:41:55.097Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-02T17:41:55.097Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-02T17:41:55.097Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-02T17:41:55.097Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-02T17:41:55.097Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T17:41:55.358Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-02T17:41:55.358Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T17:41:55.358Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:41:55.619Z] Selecting previously unselected package python3.6. [2021-02-02T17:41:55.619Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T17:41:55.619Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:41:55.619Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-02T17:41:55.619Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-02T17:41:55.619Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T17:41:55.619Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-02T17:41:55.882Z] Selecting previously unselected package python3. [2021-02-02T17:41:55.882Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-02T17:41:55.882Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-02T17:41:55.882Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-02T17:41:56.142Z] Selecting previously unselected package multiarch-support. [2021-02-02T17:41:56.142Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:41:56.142Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T17:41:56.142Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T17:41:56.142Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-02T17:41:56.142Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-02T17:41:56.142Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-02T17:41:56.142Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T17:41:56.402Z] Selecting previously unselected package libbsd0:amd64. [2021-02-02T17:41:56.402Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-02T17:41:56.402Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T17:41:56.402Z] Selecting previously unselected package sudo. [2021-02-02T17:41:56.402Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-02T17:41:56.402Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T17:41:56.664Z] Selecting previously unselected package apparmor. [2021-02-02T17:41:56.664Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T17:41:56.664Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-02T17:41:56.664Z] Selecting previously unselected package libedit2:amd64. [2021-02-02T17:41:56.664Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-02T17:41:56.664Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T17:41:56.925Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-02T17:41:56.925Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T17:41:56.925Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:41:56.925Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-02T17:41:56.925Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T17:41:56.925Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:41:56.925Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-02T17:41:56.925Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-02T17:41:56.925Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T17:41:57.185Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-02T17:41:57.185Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T17:41:57.185Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:41:57.185Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-02T17:41:57.185Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T17:41:57.185Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:41:57.446Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-02T17:41:57.446Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-02T17:41:57.446Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T17:41:57.706Z] Selecting previously unselected package openssh-client. [2021-02-02T17:41:57.707Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-02T17:41:57.707Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T17:41:57.707Z] Selecting previously unselected package squashfs-tools. [2021-02-02T17:41:57.707Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-02T17:41:57.707Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T17:41:57.968Z] Selecting previously unselected package snapd. [2021-02-02T17:41:57.968Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-02T17:41:57.968Z] Unpacking snapd (2.48+18.04) ... [2021-02-02T17:41:59.878Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T17:41:59.878Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T17:41:59.878Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-02T17:41:59.878Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T17:41:59.878Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T17:41:59.878Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:42:00.139Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T17:42:00.139Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-02T17:42:00.139Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-02T17:42:00.709Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T17:42:00.709Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T17:42:00.710Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T17:42:00.710Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:42:00.970Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:42:00.970Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:42:01.548Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T17:42:01.548Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:42:01.548Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T17:42:01.548Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-02T17:42:01.548Z] running python rtupdate hooks for python3.6... [2021-02-02T17:42:01.548Z] running python post-rtupdate hooks for python3.6... [2021-02-02T17:42:01.548Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-02T17:42:02.931Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-02T17:42:03.190Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:42:03.190Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T17:42:03.190Z] Setting up snapd (2.48+18.04) ... [2021-02-02T17:42:03.761Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-02T17:42:03.761Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-02T17:42:04.021Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-02T17:42:04.280Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-02T17:42:04.280Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T17:42:04.280Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T17:42:04.540Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-02T17:42:04.802Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-02T17:42:05.062Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-02T17:42:05.062Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-02T17:42:05.322Z] /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-02T17:42:05.582Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T17:42:05.582Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T17:42:06.522Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T17:42:06.522Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T17:42:06.522Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T17:42:07.720Z] Reading package lists... [2021-02-02T17:42:07.720Z] Reading package lists... [2021-02-02T17:42:07.984Z] Building dependency tree... [2021-02-02T17:42:07.984Z] Reading state information... [2021-02-02T17:42:07.984Z] Calculating upgrade... [2021-02-02T17:42:08.246Z] The following packages will be upgraded: [2021-02-02T17:42:08.246Z] advancecomp base-files bash binutils binutils-common [2021-02-02T17:42:08.246Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-02T17:42:08.246Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-02T17:42:08.246Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-02T17:42:08.246Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-02T17:42:08.246Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-02T17:42:08.246Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-02T17:42:08.246Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-02T17:42:08.246Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-02T17:42:08.246Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-02T17:42:08.246Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-02T17:42:08.246Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-02T17:42:08.246Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-02T17:42:08.246Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-02T17:42:08.246Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-02T17:42:08.246Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T17:42:08.246Z] Need to get 63.8 MB of archives. [2021-02-02T17:42:08.246Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-02T17:42:08.246Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-02T17:42:08.246Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-02T17:42:09.189Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-02T17:42:09.189Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-02T17:42:09.189Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-02T17:42:09.189Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-02T17:42:09.189Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-02T17:42:09.189Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-02T17:42:09.189Z] 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-02T17:42:09.189Z] 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-02T17:42:09.189Z] 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-02T17:42:09.189Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-02T17:42:09.189Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-02T17:42:09.189Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-02T17:42:09.189Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-02T17:42:09.189Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-02T17:42:09.189Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-02T17:42:09.189Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-02T17:42:09.189Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-02T17:42:09.189Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-02T17:42:09.189Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-02T17:42:09.189Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-02T17:42:09.189Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-02T17:42:09.189Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-02T17:42:09.189Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-02T17:42:09.189Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-02T17:42:09.189Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-02T17:42:09.189Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-02T17:42:09.189Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-02T17:42:09.189Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-02T17:42:09.450Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-02T17:42:09.450Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-02T17:42:09.450Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-02T17:42:09.450Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-02T17:42:09.450Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-02T17:42:09.450Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-02T17:42:09.450Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-02T17:42:09.450Z] 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-02T17:42:09.450Z] 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-02T17:42:09.450Z] 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-02T17:42:09.450Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-02T17:42:09.450Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-02T17:42:09.450Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-02T17:42:09.450Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-02T17:42:09.450Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-02T17:42:09.450Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-02T17:42:09.450Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-02T17:42:09.450Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-02T17:42:09.450Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-02T17:42:09.450Z] Get:50 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-02T17:42:09.450Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-02T17:42:09.450Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-02T17:42:09.450Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-02T17:42:09.450Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-02T17:42:09.712Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-02T17:42:09.712Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-02T17:42:09.712Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-02T17:42:09.712Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-02T17:42:09.712Z] Get:59 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-02T17:42:09.712Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-02T17:42:09.712Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-02T17:42:09.712Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-02T17:42:09.712Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-02T17:42:09.712Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-02T17:42:09.712Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-02T17:42:09.712Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-02T17:42:09.712Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-02T17:42:09.712Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-02T17:42:09.712Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-02T17:42:09.712Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-02T17:42:09.712Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-02T17:42:09.712Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-02T17:42:09.712Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-02T17:42:09.712Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-02T17:42:09.712Z] 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-02T17:42:09.974Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-02T17:42:09.974Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-02T17:42:09.974Z] 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-02T17:42:09.974Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-02T17:42:09.974Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-02T17:42:09.974Z] 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-02T17:42:09.974Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-02T17:42:09.974Z] 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-02T17:42:09.974Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-02T17:42:09.974Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-02T17:42:09.974Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-02T17:42:09.974Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-02T17:42:09.974Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-02T17:42:10.235Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-02T17:42:10.235Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-02T17:42:10.495Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-02T17:42:11.066Z] 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-02T17:42:11.066Z] 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-02T17:42:11.066Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-02T17:42:11.325Z] 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-02T17:42:11.325Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-02T17:42:11.325Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-02T17:42:11.325Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-02T17:42:11.325Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-02T17:42:11.584Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:42:11.584Z] Fetched 63.8 MB in 3s (19.5 MB/s) [2021-02-02T17:42:11.584Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:11.584Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:42:11.584Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T17:42:12.153Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:42:12.414Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T17:42:12.414Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-02T17:42:12.414Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-02T17:42:13.358Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:13.358Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:42:13.358Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:13.358Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:42:13.358Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:13.358Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:42:13.620Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:13.620Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:42:13.620Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:13.620Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:42:13.620Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:13.620Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:42:13.881Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:13.882Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:42:13.882Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:42:13.882Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T17:42:13.882Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:13.882Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-02T17:42:14.142Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:42:14.142Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T17:42:14.142Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:14.142Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:42:14.402Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:14.402Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:42:14.402Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:14.402Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:42:14.661Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:42:14.661Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T17:42:14.661Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:42:14.921Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T17:42:15.181Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T17:42:15.442Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T17:42:15.442Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-02T17:42:15.442Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-02T17:42:15.442Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-02T17:42:15.702Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-02T17:42:15.702Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-02T17:42:15.966Z] Installing new version of config file /etc/issue ... [2021-02-02T17:42:15.966Z] Installing new version of config file /etc/issue.net ... [2021-02-02T17:42:15.966Z] Installing new version of config file /etc/lsb-release ... [2021-02-02T17:42:15.966Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-02T17:42:16.227Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-02T17:42:16.227Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-02T17:42:16.227Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-02T17:42:16.489Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:16.489Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-02T17:42:16.489Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-02T17:42:16.489Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-02T17:42:16.750Z] 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-02T17:42:16.750Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:16.750Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:42:16.750Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-02T17:42:16.750Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:42:17.010Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:17.010Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-02T17:42:17.010Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-02T17:42:17.010Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-02T17:42:17.270Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:17.270Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-02T17:42:17.270Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T17:42:17.531Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-02T17:42:17.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:17.531Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T17:42:17.531Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T17:42:17.794Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T17:42:17.794Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:17.794Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T17:42:17.794Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T17:42:18.053Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-02T17:42:18.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:18.054Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-02T17:42:18.054Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-02T17:42:18.313Z] Setting up grep (3.1-2build1) ... [2021-02-02T17:42:18.313Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:18.313Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T17:42:18.313Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T17:42:18.573Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-02T17:42:18.573Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:18.573Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T17:42:18.834Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:42:18.834Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-02T17:42:18.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:18.834Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T17:42:18.834Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T17:42:19.405Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T17:42:19.405Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T17:42:19.665Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T17:42:19.665Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T17:42:20.239Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-02T17:42:20.239Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:20.239Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-02T17:42:20.239Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T17:42:21.183Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T17:42:21.183Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T17:42:21.183Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T17:42:21.442Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T17:42:21.442Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T17:42:21.442Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:21.442Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-02T17:42:21.442Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-02T17:42:21.702Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-02T17:42:21.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:21.963Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:42:21.963Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:42:21.963Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:42:21.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:21.963Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:42:21.963Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:42:22.224Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:42:22.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:22.224Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:42:22.224Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:42:22.484Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:42:22.484Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:22.484Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:42:22.484Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:42:22.484Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:42:22.743Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:22.743Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T17:42:22.743Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:42:22.743Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T17:42:22.743Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:42:23.003Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T17:42:23.004Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:23.004Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T17:42:23.004Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:42:23.269Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T17:42:23.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:23.269Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:42:23.269Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:42:23.269Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:42:23.530Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:23.530Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:42:23.530Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:42:23.530Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:42:24.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:24.094Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:42:24.094Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:42:24.665Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:42:24.924Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-02T17:42:25.184Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-02T17:42:25.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:25.445Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:42:25.445Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T17:42:25.705Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T17:42:25.965Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:42:25.965Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-02T17:42:25.965Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:42:25.965Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-02T17:42:26.226Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:26.226Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-02T17:42:26.226Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-02T17:42:26.486Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-02T17:42:27.064Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:27.064Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-02T17:42:27.064Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T17:42:27.064Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-02T17:42:27.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:27.324Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-02T17:42:27.324Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T17:42:27.324Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-02T17:42:27.595Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:27.595Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T17:42:27.595Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T17:42:27.854Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T17:42:27.854Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:27.854Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T17:42:28.114Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T17:42:28.114Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T17:42:28.377Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:28.377Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T17:42:28.377Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T17:42:28.638Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T17:42:28.638Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:28.638Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:42:28.898Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:42:28.898Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:42:28.898Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T17:42:29.166Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T17:42:29.166Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T17:42:29.166Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T17:42:29.166Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:29.166Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-02T17:42:29.427Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-02T17:42:29.427Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-02T17:42:29.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:29.427Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-02T17:42:29.688Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T17:42:29.688Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T17:42:29.949Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:29.949Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T17:42:29.949Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T17:42:30.211Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T17:42:30.211Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:30.211Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-02T17:42:30.211Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-02T17:42:30.211Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-02T17:42:30.471Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:30.472Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T17:42:30.472Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T17:42:30.731Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-02T17:42:30.992Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:30.992Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:42:30.992Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T17:42:31.252Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-02T17:42:31.252Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:31.252Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-02T17:42:31.252Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-02T17:42:31.512Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-02T17:42:31.772Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:31.772Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-02T17:42:31.772Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-02T17:42:31.772Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-02T17:42:32.031Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:32.031Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-02T17:42:32.031Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-02T17:42:32.031Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-02T17:42:32.292Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:32.292Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-02T17:42:32.292Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-02T17:42:32.292Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-02T17:42:32.552Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:32.552Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T17:42:32.552Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-02T17:42:32.552Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-02T17:42:32.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:42:32.812Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-02T17:42:32.812Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-02T17:42:32.812Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-02T17:42:33.072Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-02T17:42:33.072Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T17:42:33.072Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T17:42:33.072Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T17:42:33.072Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T17:42:33.339Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T17:42:33.339Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T17:42:33.606Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-02T17:42:33.606Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-02T17:42:33.884Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T17:42:33.884Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-02T17:42:33.884Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T17:42:33.884Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-02T17:42:34.161Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-02T17:42:34.161Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-02T17:42:34.161Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-02T17:42:34.161Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-02T17:42:34.476Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-02T17:42:34.476Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-02T17:42:34.476Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-02T17:42:34.476Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-02T17:42:34.792Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-02T17:42:34.792Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-02T17:42:35.070Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-02T17:42:35.070Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-02T17:42:35.753Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-02T17:42:35.753Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-02T17:42:35.753Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-02T17:42:36.013Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-02T17:42:36.013Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T17:42:36.013Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T17:42:36.274Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T17:42:36.533Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T17:42:36.533Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T17:42:36.533Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T17:42:36.793Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T17:42:36.793Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T17:42:37.054Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:37.054Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:42:37.315Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:37.315Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:42:37.581Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:37.581Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:42:37.581Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:37.581Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:42:38.538Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:38.538Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:42:39.107Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:39.107Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:42:40.049Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:40.049Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:42:40.310Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:40.310Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:42:41.251Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:42:41.251Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:42:41.251Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T17:42:41.251Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T17:42:41.251Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T17:42:41.251Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T17:42:41.546Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T17:42:41.546Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T17:42:41.546Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-02T17:42:41.546Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-02T17:42:41.807Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T17:42:41.807Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T17:42:41.807Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T17:42:41.807Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T17:42:42.068Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-02T17:42:42.069Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-02T17:42:42.069Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:42:42.069Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T17:42:42.069Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:42:42.329Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:42:42.329Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:42:42.329Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-02T17:42:42.329Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-02T17:42:42.591Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-02T17:42:42.591Z] [2021-02-02T17:42:42.591Z] Current default time zone: 'Etc/UTC' [2021-02-02T17:42:42.591Z] Local time is now: Tue Feb 2 17:42:42 UTC 2021. [2021-02-02T17:42:42.591Z] Universal Time is now: Tue Feb 2 17:42:42 UTC 2021. [2021-02-02T17:42:42.591Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-02T17:42:42.591Z] [2021-02-02T17:42:42.591Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-02T17:42:42.591Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:42:42.591Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-02T17:42:42.591Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:42:42.853Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-02T17:42:42.853Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-02T17:42:42.853Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-02T17:42:42.853Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-02T17:42:42.853Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-02T17:42:42.853Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T17:42:42.853Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:42:42.853Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-02T17:42:43.117Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:42:43.117Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T17:42:43.117Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:42:43.117Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-02T17:42:43.376Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-02T17:42:43.376Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-02T17:42:43.376Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T17:42:43.376Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-02T17:42:43.376Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-02T17:42:43.376Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-02T17:42:43.376Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T17:42:45.289Z] Updating certificates in /etc/ssl/certs... [2021-02-02T17:42:45.860Z] 22 added, 17 removed; done. [2021-02-02T17:42:45.860Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T17:42:46.122Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:42:46.122Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-02T17:42:46.122Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-02T17:42:46.122Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-02T17:42:46.122Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:42:46.122Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T17:42:46.122Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:42:46.122Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:42:46.383Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:42:46.383Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:42:46.383Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:42:46.383Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-02T17:42:46.383Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-02T17:42:46.383Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-02T17:42:46.383Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-02T17:42:46.383Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-02T17:42:46.643Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:42:46.643Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:42:46.643Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-02T17:42:46.643Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-02T17:42:46.643Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-02T17:42:46.643Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T17:42:46.904Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T17:42:46.904Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-02T17:42:46.904Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T17:42:46.904Z] Updating certificates in /etc/ssl/certs... [2021-02-02T17:42:47.475Z] 0 added, 0 removed; done. [2021-02-02T17:42:47.475Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-02T17:42:47.475Z] done. [2021-02-02T17:42:48.046Z] Reading package lists... [2021-02-02T17:42:48.046Z] Building dependency tree... [2021-02-02T17:42:48.046Z] Reading state information... [2021-02-02T17:42:48.046Z] The following NEW packages will be installed: [2021-02-02T17:42:48.046Z] apt-transport-https [2021-02-02T17:42:48.307Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T17:42:48.307Z] Need to get 1696 B of archives. [2021-02-02T17:42:48.307Z] After this operation, 153 kB of additional disk space will be used. [2021-02-02T17:42:48.307Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-02T17:42:48.307Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:42:48.307Z] Fetched 1696 B in 0s (27.4 kB/s) [2021-02-02T17:42:48.307Z] Selecting previously unselected package apt-transport-https. [2021-02-02T17:42:48.307Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-02T17:42:48.307Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-02T17:42:48.307Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T17:42:48.567Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T17:42:48.827Z] Waiting for network to be ready... [2021-02-02T17:42:54.110Z] 2021-02-02T17:42:51Z INFO Waiting for automatic snapd restart... [2021-02-02T17:42:54.110Z] snapd 2.48.2 from Canonical* installed [2021-02-02T17:42:55.049Z] "snapd" switched to the "latest/stable" channel [2021-02-02T17:42:55.049Z] [2021-02-02T17:42:57.588Z] core18 20201210 from Canonical* installed [2021-02-02T17:42:57.849Z] "core18" switched to the "latest/stable" channel [2021-02-02T17:42:57.849Z] [2021-02-02T17:43:01.141Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T17:43:01.141Z] "snapcraft" switched to the "latest/stable" channel [2021-02-02T17:43:01.141Z] [2021-02-02T17:43:04.437Z] 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-02T17:43:04.437Z] - README.md [2021-02-02T17:43:04.437Z] - snapcraft.yaml.orig [2021-02-02T17:43:04.437Z] [2021-02-02T17:43:04.437Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T17:43:09.042Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:43:09.043Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:43:09.043Z] ---> 724f10e187fb [2021-02-02T17:43:09.043Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T17:43:09.043Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:43:09.043Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:43:09.043Z] ---> 724f10e187fb [2021-02-02T17:43:09.043Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:43:09.043Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:43:09.043Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:43:09.043Z] ---> 724f10e187fb [2021-02-02T17:43:09.043Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:43:09.043Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:43:09.043Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:43:09.043Z] ---> 724f10e187fb [2021-02-02T17:43:09.043Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T17:43:09.043Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:43:09.043Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:43:09.043Z] ---> 724f10e187fb [2021-02-02T17:43:09.043Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T17:43:09.043Z] ---> Running in 981176fe1b3a [2021-02-02T17:43:09.043Z] ---> Running in 9e6ff7650216 [2021-02-02T17:43:09.043Z] ---> Running in e10d738f2aa8 [2021-02-02T17:43:09.043Z] ---> Running in 2cad34506f3d [2021-02-02T17:43:09.043Z] ---> Running in 38accdce11ad [2021-02-02T17:43:09.043Z] Removing intermediate container e10d738f2aa8 [2021-02-02T17:43:09.043Z] ---> 5ababc47a073 [2021-02-02T17:43:09.043Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:43:09.043Z] Removing intermediate container 981176fe1b3a [2021-02-02T17:43:09.043Z] ---> c5f01d1b6371 [2021-02-02T17:43:09.043Z] Removing intermediate container 9e6ff7650216 [2021-02-02T17:43:09.043Z] ---> 0b935ce3f406 [2021-02-02T17:43:09.043Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:43:09.043Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:43:09.043Z] Removing intermediate container 2cad34506f3d [2021-02-02T17:43:09.043Z] ---> 4a707379f131 [2021-02-02T17:43:09.043Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:43:09.043Z] ---> Running in a02814ad307c [2021-02-02T17:43:09.043Z] Removing intermediate container 38accdce11ad [2021-02-02T17:43:09.043Z] ---> 79851b9bca53 [2021-02-02T17:43:09.043Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:43:09.043Z] ---> Running in 7b97052b3f95 [2021-02-02T17:43:09.043Z] ---> Running in eeb2382c05bb [2021-02-02T17:43:09.043Z] ---> Running in 5aeeb7deda6c [2021-02-02T17:43:09.043Z] ---> Running in c65e06e07018 [2021-02-02T17:43:09.043Z] Removing intermediate container a02814ad307c [2021-02-02T17:43:09.043Z] ---> abb80019be52 [2021-02-02T17:43:09.043Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T17:43:09.043Z] Removing intermediate container 7b97052b3f95 [2021-02-02T17:43:09.043Z] ---> 594bff5ed886 [2021-02-02T17:43:09.043Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T17:43:09.043Z] ---> Running in 1262758150f0 [2021-02-02T17:43:09.043Z] ---> Running in cd03beb7b48c [2021-02-02T17:43:09.043Z] Removing intermediate container eeb2382c05bb [2021-02-02T17:43:09.043Z] ---> a4c8143fe253 [2021-02-02T17:43:09.043Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:43:09.043Z] Removing intermediate container 5aeeb7deda6c [2021-02-02T17:43:09.043Z] ---> 4ca201bc1d31 [2021-02-02T17:43:09.043Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T17:43:09.043Z] ---> Running in 867a5b84ed1a [2021-02-02T17:43:09.043Z] Removing intermediate container c65e06e07018 [2021-02-02T17:43:09.043Z] ---> 3e72e1ee488b [2021-02-02T17:43:09.043Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T17:43:09.043Z] ---> Running in f02882131564 [2021-02-02T17:43:09.043Z] ---> Running in fc8a370b9d6f [2021-02-02T17:43:09.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:43:09.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:43:09.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:43:09.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:43:09.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:43:09.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:43:09.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:43:09.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:43:10.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:43:10.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:43:10.133Z] OK: 217 MiB in 51 packages [2021-02-02T17:43:10.412Z] OK: 217 MiB in 51 packages [2021-02-02T17:43:10.693Z] OK: 217 MiB in 51 packages [2021-02-02T17:43:10.992Z] OK: 217 MiB in 51 packages [2021-02-02T17:43:10.992Z] OK: 217 MiB in 51 packages [2021-02-02T17:43:11.017Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T17:43:11.017Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T17:43:11.017Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T17:43:11.017Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T17:43:11.848Z] Reading package lists... [2021-02-02T17:43:12.419Z] 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-02T17:43:12.505Z] Removing intermediate container 1262758150f0 [2021-02-02T17:43:12.505Z] ---> 2920b68ca25d [2021-02-02T17:43:12.505Z] Step 6/24 : COPY go.mod . [2021-02-02T17:43:12.505Z] Removing intermediate container cd03beb7b48c [2021-02-02T17:43:12.505Z] ---> 847ad22b4d5d [2021-02-02T17:43:12.505Z] Step 6/31 : COPY go.mod . [2021-02-02T17:43:12.782Z] Removing intermediate container f02882131564 [2021-02-02T17:43:12.782Z] ---> 91059ac099c6 [2021-02-02T17:43:12.782Z] Step 6/26 : COPY go.mod . [2021-02-02T17:43:12.782Z] Removing intermediate container 867a5b84ed1a [2021-02-02T17:43:12.782Z] ---> 4be1fa794c75 [2021-02-02T17:43:12.782Z] Step 6/23 : COPY go.mod . [2021-02-02T17:43:13.057Z] Removing intermediate container fc8a370b9d6f [2021-02-02T17:43:13.057Z] ---> 2ae4dcce0849 [2021-02-02T17:43:13.057Z] Step 6/23 : COPY go.mod . [2021-02-02T17:43:13.329Z] ---> a47f304d0f37 [2021-02-02T17:43:13.329Z] Step 7/24 : RUN go mod download [2021-02-02T17:43:13.604Z] ---> 579e66a76053 [2021-02-02T17:43:13.604Z] Step 7/31 : RUN go mod download [2021-02-02T17:43:13.604Z] ---> Running in b1b9c52d6b13 [2021-02-02T17:43:13.880Z] ---> Running in 99bfc73d1692 [2021-02-02T17:43:13.880Z] ---> 538aeb1458ec [2021-02-02T17:43:13.880Z] Step 7/23 : RUN go mod download [2021-02-02T17:43:13.880Z] ---> c3edcc899a30 [2021-02-02T17:43:13.880Z] Step 7/26 : RUN go mod download [2021-02-02T17:43:14.156Z] ---> 0fa8ebfefb02 [2021-02-02T17:43:14.156Z] Step 7/23 : RUN go mod download [2021-02-02T17:43:14.156Z] ---> Running in d053b77b0a8d [2021-02-02T17:43:14.430Z] ---> Running in f2fd2f71623e [2021-02-02T17:43:14.430Z] ---> Running in 937a6055bddd [2021-02-02T17:43:17.875Z] Removing intermediate container b1b9c52d6b13 [2021-02-02T17:43:17.875Z] ---> 3b961a622a40 [2021-02-02T17:43:17.875Z] Step 8/24 : COPY . . [2021-02-02T17:43:18.154Z] Removing intermediate container 99bfc73d1692 [2021-02-02T17:43:18.154Z] ---> 2c2a79a07324 [2021-02-02T17:43:18.154Z] Step 8/31 : COPY . . [2021-02-02T17:43:18.762Z] Removing intermediate container d053b77b0a8d [2021-02-02T17:43:18.762Z] ---> d4d0ca8e296d [2021-02-02T17:43:18.762Z] Step 8/23 : COPY . . [2021-02-02T17:43:19.033Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T17:43:19.033Z] Reading package lists... [2021-02-02T17:43:19.033Z] Building dependency tree... [2021-02-02T17:43:19.033Z] Reading state information... [2021-02-02T17:43:19.033Z] Suggested packages: [2021-02-02T17:43:19.033Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-02T17:43:19.033Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-02T17:43:19.033Z] Recommended packages: [2021-02-02T17:43:19.033Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-02T17:43:19.033Z] The following NEW packages will be installed: [2021-02-02T17:43:19.033Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-02T17:43:19.033Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-02T17:43:19.033Z] pkg-config zip [2021-02-02T17:43:19.033Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T17:43:19.033Z] Need to get 7655 kB of archives. [2021-02-02T17:43:19.033Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-02T17:43:19.033Z] 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-02T17:43:19.033Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-02T17:43:19.033Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-02T17:43:19.033Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-02T17:43:19.033Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-02T17:43:19.033Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-02T17:43:19.033Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-02T17:43:19.033Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-02T17:43:19.033Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-02T17:43:19.293Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-02T17:43:19.293Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-02T17:43:19.293Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-02T17:43:19.293Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-02T17:43:19.293Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-02T17:43:19.293Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-02T17:43:19.554Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:43:19.554Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-02-02T17:43:19.554Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-02T17:43:19.554Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-02T17:43:19.554Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-02T17:43:19.554Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T17:43:19.749Z] Removing intermediate container f2fd2f71623e [2021-02-02T17:43:19.749Z] ---> 3df1a59f0009 [2021-02-02T17:43:19.749Z] Step 8/26 : COPY . . [2021-02-02T17:43:19.814Z] Selecting previously unselected package libpsl5:amd64. [2021-02-02T17:43:19.814Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-02T17:43:19.814Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T17:43:19.814Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-02T17:43:19.814Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-02T17:43:19.814Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T17:43:20.024Z] Removing intermediate container 937a6055bddd [2021-02-02T17:43:20.025Z] ---> 4c3e95112316 [2021-02-02T17:43:20.025Z] Step 8/23 : COPY . . [2021-02-02T17:43:20.075Z] Selecting previously unselected package librtmp1:amd64. [2021-02-02T17:43:20.075Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-02T17:43:20.075Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T17:43:20.075Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-02T17:43:20.075Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-02T17:43:20.075Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T17:43:20.335Z] Selecting previously unselected package liberror-perl. [2021-02-02T17:43:20.335Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-02T17:43:20.335Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-02T17:43:20.335Z] Selecting previously unselected package git-man. [2021-02-02T17:43:20.335Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-02T17:43:20.335Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T17:43:20.594Z] Selecting previously unselected package git. [2021-02-02T17:43:20.594Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-02T17:43:20.594Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T17:43:21.164Z] Selecting previously unselected package libnorm1:amd64. [2021-02-02T17:43:21.164Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-02T17:43:21.164Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T17:43:21.423Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-02T17:43:21.424Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-02T17:43:21.424Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T17:43:21.424Z] Selecting previously unselected package libsodium23:amd64. [2021-02-02T17:43:21.424Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-02T17:43:21.424Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-02T17:43:21.683Z] Selecting previously unselected package libzmq5:amd64. [2021-02-02T17:43:21.683Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T17:43:21.683Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T17:43:21.683Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-02T17:43:21.683Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T17:43:21.683Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T17:43:21.943Z] Selecting previously unselected package pkg-config. [2021-02-02T17:43:21.944Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-02T17:43:21.944Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T17:43:21.944Z] Selecting previously unselected package zip. [2021-02-02T17:43:21.944Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-02T17:43:21.944Z] Unpacking zip (3.0-11build1) ... [2021-02-02T17:43:21.944Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T17:43:21.944Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T17:43:22.203Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T17:43:22.203Z] Setting up liberror-perl (0.17025-1) ... [2021-02-02T17:43:22.203Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T17:43:22.203Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T17:43:22.203Z] No schema files found: doing nothing. [2021-02-02T17:43:22.203Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T17:43:22.203Z] Setting up zip (3.0-11build1) ... [2021-02-02T17:43:22.203Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T17:43:22.203Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-02T17:43:22.463Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T17:43:22.463Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T17:43:22.463Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T17:43:22.463Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T17:43:22.463Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T17:43:22.463Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T17:43:29.041Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T17:43:29.041Z] git set to automatically installed. [2021-02-02T17:43:29.041Z] git-man set to automatically installed. [2021-02-02T17:43:29.041Z] libcurl3-gnutls set to automatically installed. [2021-02-02T17:43:29.041Z] liberror-perl set to automatically installed. [2021-02-02T17:43:29.041Z] libglib2.0-0 set to automatically installed. [2021-02-02T17:43:29.041Z] libnghttp2-14 set to automatically installed. [2021-02-02T17:43:29.041Z] libnorm1 set to automatically installed. [2021-02-02T17:43:29.041Z] libpgm-5.2-0 set to automatically installed. [2021-02-02T17:43:29.041Z] libpsl5 set to automatically installed. [2021-02-02T17:43:29.041Z] librtmp1 set to automatically installed. [2021-02-02T17:43:29.041Z] libsodium23 set to automatically installed. [2021-02-02T17:43:29.041Z] libzmq3-dev set to automatically installed. [2021-02-02T17:43:29.041Z] libzmq5 set to automatically installed. [2021-02-02T17:43:29.041Z] pkg-config set to automatically installed. [2021-02-02T17:43:29.041Z] zip set to automatically installed. [2021-02-02T17:43:30.422Z] snapd is not logged in, snap install commands will use sudo [2021-02-02T17:43:37.001Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T17:43:37.262Z] snap "core18" has no updates available [2021-02-02T17:43:38.203Z] Pulling config-common [2021-02-02T17:43:38.772Z] Pulling go-build-helper [2021-02-02T17:43:46.822Z] ---> a85b1596cd6a [2021-02-02T17:43:46.823Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T17:43:46.823Z] ---> 1fd625b2d331 [2021-02-02T17:43:46.823Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T17:43:46.823Z] ---> d34d070adeeb [2021-02-02T17:43:46.823Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T17:43:46.823Z] ---> b3ade5e3f63a [2021-02-02T17:43:46.823Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T17:43:46.823Z] ---> aef01bb0e4ed [2021-02-02T17:43:46.823Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T17:43:46.823Z] ---> Running in 1aa8cd460f5d [2021-02-02T17:43:46.823Z] ---> Running in 8025c6d2f57f [2021-02-02T17:43:46.823Z] ---> Running in e68559a4fe1b [2021-02-02T17:43:46.823Z] ---> Running in 1e927d067f2b [2021-02-02T17:43:46.823Z] ---> Running in b194ca0abe22 [2021-02-02T17:43:46.823Z] 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-02T17:43:46.823Z] 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-02T17:43:46.823Z] 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-02T17:43:46.823Z] 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-02T17:43:47.097Z] 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-02T17:44:05.452Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T17:44:05.452Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T17:44:05.452Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T17:44:05.452Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T17:44:05.452Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T17:44:05.452Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T17:44:05.452Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T17:44:05.452Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T17:44:05.452Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T17:44:05.452Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T17:44:05.452Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T17:44:05.452Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T17:44:05.452Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T17:44:05.452Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T17:44:05.452Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T17:44:05.452Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T17:44:05.452Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T17:44:05.452Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T17:44:05.452Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T17:44:05.452Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1878 kB] [2021-02-02T17:44:05.452Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T17:44:05.452Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T17:44:05.452Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T17:44:05.452Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T17:44:05.452Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T17:44:05.452Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T17:44:05.452Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T17:44:05.452Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-02T17:44:05.452Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-02T17:44:05.452Z] Fetched 279 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-02T17:44:05.452Z] Fetched 122 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-02T17:44:05.452Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-02T17:44:05.452Z] Fetched 8848 B in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-02T17:44:05.452Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-02T17:44:05.452Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-02T17:44:05.452Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-02T17:44:05.452Z] Fetched 214 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-02T17:44:05.452Z] Fetched 155 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-02T17:44:05.452Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-02T17:44:05.452Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-02T17:44:05.452Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-02T17:44:05.452Z] Fetched 499 kB in 0s (0 B/s) [2021-02-02T17:44:05.452Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-02T17:44:05.453Z] Fetched 111 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-02T17:44:05.453Z] Fetched 240 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-02T17:44:05.453Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-02T17:44:05.453Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-02T17:44:05.453Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-02T17:44:05.453Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-02T17:44:05.453Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-02T17:44:05.453Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-02T17:44:05.453Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-02T17:44:05.453Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-02T17:44:05.453Z] Fetched 8720 B in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-02T17:44:05.453Z] Fetched 137 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-02T17:44:05.453Z] Fetched 119 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-02T17:44:05.453Z] Fetched 109 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-02T17:44:05.453Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-02T17:44:05.453Z] Fetched 645 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-02T17:44:05.453Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-02T17:44:05.453Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-02T17:44:05.453Z] Fetched 368 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-02T17:44:05.453Z] Fetched 187 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-02T17:44:05.453Z] Fetched 175 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-02T17:44:05.453Z] Fetched 206 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-02T17:44:05.453Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-02T17:44:05.453Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-02T17:44:05.453Z] Fetched 159 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-02T17:44:05.453Z] Fetched 107 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-02T17:44:05.453Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-02T17:44:05.453Z] Pulling static-packages [2021-02-02T17:44:06.024Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-02T17:44:06.024Z] Skipping pull go-build-helper (already ran) [2021-02-02T17:44:06.024Z] Skipping pull static-packages (already ran) [2021-02-02T17:44:06.024Z] Building go-build-helper [2021-02-02T17:44:10.229Z] Building static-packages [2021-02-02T17:44:11.612Z] Staging go-build-helper [2021-02-02T17:44:12.183Z] Staging static-packages [2021-02-02T17:44:13.122Z] Pulling go115 [2021-02-02T17:44:14.063Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-02T17:44:14.063Z] Skipping pull go115 (already ran) [2021-02-02T17:44:14.063Z] Building go115 [2021-02-02T17:44:14.063Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:44:14.063Z] Dload Upload Total Spent Left Speed [2021-02-02T17:44:18.071Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 7455k 0 0 14.9M 0 0:00:07 --:--:-- 0:00:07 14.9M 39 115M 39 45.0M 0 0 30.3M 0 0:00:03 0:00:01 0:00:02 30.3M 71 115M 71 82.8M 0 0 33.0M 0 0:00:03 0:00:02 0:00:01 33.0M 93 115M 93 107M 0 0 30.9M 0 0:00:03 0:00:03 --:--:-- 30.9M 100 115M 100 115M 0 0 29.5M 0 0:00:03 0:00:03 --:--:-- 29.5M [2021-02-02T17:44:18.641Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-02T17:44:21.942Z] Staging go115 [2021-02-02T17:44:27.229Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T17:44:27.229Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T17:44:27.229Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T17:44:27.229Z] Fetched 0 B in 0s (0 B/s) [2021-02-02T17:44:27.229Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-02T17:44:27.229Z] Fetched 224 kB in 0s (0 B/s) [2021-02-02T17:44:27.229Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-02T17:44:27.229Z] Fetched 157 kB in 0s (0 B/s) [2021-02-02T17:44:27.229Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-02T17:44:27.229Z] Fetched 221 kB in 0s (0 B/s) [2021-02-02T17:44:27.229Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-02T17:44:27.229Z] Fetched 143 kB in 0s (0 B/s) [2021-02-02T17:44:27.229Z] Pulling edgex-go [2021-02-02T17:44:28.167Z] Pulling version [2021-02-02T17:44:29.113Z] Building config-common [2021-02-02T17:44:31.033Z] Skipping build go-build-helper (already ran) [2021-02-02T17:44:31.033Z] Skipping build static-packages (already ran) [2021-02-02T17:44:31.033Z] Skipping build go115 (already ran) [2021-02-02T17:44:31.033Z] Building edgex-go [2021-02-02T17:44:31.294Z] 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-02T17:44:32.232Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-02T17:44:32.232Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-02T17:44:32.232Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.17 [2021-02-02T17:44:32.232Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-02T17:44:32.232Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-02T17:44:32.232Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-02T17:44:32.232Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-02T17:44:32.491Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-02T17:44:32.491Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-02T17:44:32.491Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-02T17:44:32.491Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-02T17:44:32.491Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-02T17:44:32.491Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-02T17:44:32.491Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-02T17:44:32.491Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-02T17:44:32.491Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-02T17:44:32.491Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-02T17:44:32.491Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-02T17:44:32.491Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-02T17:44:32.491Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-02T17:44:32.491Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T17:44:32.491Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-02T17:44:32.491Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-02T17:44:32.751Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-02T17:44:32.751Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-02T17:44:32.751Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-02T17:44:33.011Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-02T17:44:33.011Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-02T17:44:39.582Z] 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-02T17:44:42.875Z] 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-02T17:44:44.258Z] 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-02T17:44:45.197Z] 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-02T17:44:45.768Z] 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-02T17:44:45.768Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-02T17:44:45.768Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-02T17:44:45.768Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-02T17:44:45.768Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-02T17:44:47.679Z] 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-02T17:44:47.679Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-02T17:44:47.679Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-02T17:44:48.618Z] 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-02T17:44:49.192Z] 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-02T17:44:49.192Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:44:50.577Z] 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-02T17:44:51.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:44:52.088Z] 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-02T17:44:52.088Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-02T17:44:53.028Z] 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-02T17:44:53.028Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-02T17:44:55.569Z] Building version [2021-02-02T17:44:57.483Z] Staging config-common [2021-02-02T17:44:58.422Z] Skipping stage go-build-helper (already ran) [2021-02-02T17:44:58.422Z] Skipping stage static-packages (already ran) [2021-02-02T17:44:58.422Z] Skipping stage go115 (already ran) [2021-02-02T17:44:58.422Z] Staging edgex-go [2021-02-02T17:44:59.361Z] Staging version [2021-02-02T17:45:00.298Z] Priming config-common [2021-02-02T17:45:00.875Z] Priming go-build-helper [2021-02-02T17:45:01.830Z] Priming static-packages [2021-02-02T17:45:04.375Z] Priming go115 [2021-02-02T17:45:04.947Z] Priming edgex-go [2021-02-02T17:45:06.330Z] Priming version [2021-02-02T17:45:06.904Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-02-02T17:45:08.941Z] 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-02T17:45:08.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2021-02-02T17:45:19.136Z] Removing intermediate container 1aa8cd460f5d [2021-02-02T17:45:19.136Z] ---> 6484603c7979 [2021-02-02T17:45:19.136Z] [2021-02-02T17:45:19.136Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T17:45:19.136Z] 3.12: Pulling from library/alpine [2021-02-02T17:45:20.130Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T17:45:20.130Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T17:45:20.130Z] ---> afeebe901d6b [2021-02-02T17:45:20.130Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T17:45:21.122Z] ---> Running in 953389baf59e [2021-02-02T17:45:21.399Z] Removing intermediate container b194ca0abe22 [2021-02-02T17:45:21.399Z] ---> 79aa05e30fce [2021-02-02T17:45:21.399Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T17:45:21.676Z] ---> Running in 66755ce3d1e4 [2021-02-02T17:45:23.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:23.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:23.675Z] 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-02T17:45:24.281Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T17:45:24.281Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:45:24.281Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T17:45:24.281Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T17:45:24.281Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T17:45:24.281Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:24.281Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:45:24.557Z] OK: 7 MiB in 19 packages [2021-02-02T17:45:27.897Z] Removing intermediate container 953389baf59e [2021-02-02T17:45:27.897Z] ---> 5efaf1a70e57 [2021-02-02T17:45:27.897Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:45:27.897Z] ---> Running in cf5b06d3cdbe [2021-02-02T17:45:29.368Z] Removing intermediate container cf5b06d3cdbe [2021-02-02T17:45:29.368Z] ---> f5a95b3f8055 [2021-02-02T17:45:29.368Z] Step 13/24 : WORKDIR / [2021-02-02T17:45:29.648Z] ---> Running in 4e893fafb07b [2021-02-02T17:45:30.246Z] Removing intermediate container 66755ce3d1e4 [2021-02-02T17:45:30.246Z] ---> 1a0046e928cf [2021-02-02T17:45:30.246Z] [2021-02-02T17:45:30.246Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T17:45:30.246Z] 20.10.0: Pulling from library/docker [2021-02-02T17:45:30.521Z] Removing intermediate container 4e893fafb07b [2021-02-02T17:45:30.522Z] ---> 65fb4556037f [2021-02-02T17:45:30.522Z] 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-02T17:45:33.949Z] ---> 3a77088cd889 [2021-02-02T17:45:33.949Z] 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-02T17:45:35.675Z] ---> 81cbbe35ecd7 [2021-02-02T17:45:35.675Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T17:45:35.675Z] Removing intermediate container 8025c6d2f57f [2021-02-02T17:45:35.675Z] ---> 35907b5f8f81 [2021-02-02T17:45:35.675Z] [2021-02-02T17:45:35.675Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T17:45:35.675Z] ---> afeebe901d6b [2021-02-02T17:45:35.675Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T17:45:35.956Z] ---> Running in 20c07f767abf [2021-02-02T17:45:36.939Z] Removing intermediate container 20c07f767abf [2021-02-02T17:45:36.939Z] ---> c0303b6e3188 [2021-02-02T17:45:36.939Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T17:45:36.939Z] ---> f76e8e062430 [2021-02-02T17:45:36.939Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T17:45:36.939Z] ---> Running in ad17c9be5b80 [2021-02-02T17:45:39.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:39.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:40.177Z] ---> ad8d5dfd44c5 [2021-02-02T17:45:40.177Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T17:45:40.177Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:45:40.177Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T17:45:40.177Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:40.177Z] OK: 5 MiB in 16 packages [2021-02-02T17:45:42.995Z] Removing intermediate container ad17c9be5b80 [2021-02-02T17:45:42.995Z] ---> 0843be9e1eb7 [2021-02-02T17:45:42.995Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T17:45:42.995Z] ---> a6cb25de01df [2021-02-02T17:45:42.995Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T17:45:42.995Z] ---> Running in 7251e9533326 [2021-02-02T17:45:44.478Z] Removing intermediate container 7251e9533326 [2021-02-02T17:45:44.478Z] ---> 0248ae4c3155 [2021-02-02T17:45:44.478Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T17:45:45.080Z] ---> e492cc75ac8a [2021-02-02T17:45:45.080Z] 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-02T17:45:45.080Z] ---> Running in 343b90895d55 [2021-02-02T17:45:45.355Z] ---> Running in e8efe0cecaca [2021-02-02T17:45:46.341Z] Removing intermediate container 343b90895d55 [2021-02-02T17:45:46.341Z] ---> ab303fae75ea [2021-02-02T17:45:46.341Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T17:45:46.955Z] ---> Running in 3221b84972fc [2021-02-02T17:45:47.941Z] Removing intermediate container e68559a4fe1b [2021-02-02T17:45:47.941Z] ---> 984425cee11d [2021-02-02T17:45:47.941Z] [2021-02-02T17:45:47.941Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:45:47.941Z] ---> afeebe901d6b [2021-02-02T17:45:47.941Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:45:48.539Z] ---> Running in 2c76934dade9 [2021-02-02T17:45:49.976Z] Removing intermediate container e8efe0cecaca [2021-02-02T17:45:49.976Z] ---> 16d67a45a2ee [2021-02-02T17:45:49.976Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T17:45:50.253Z] ---> Running in d686fc50c9ec [2021-02-02T17:45:50.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:50.799Z] Removing intermediate container 3221b84972fc [2021-02-02T17:45:50.799Z] ---> f87565c44e36 [2021-02-02T17:45:50.799Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T17:45:50.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:51.075Z] Removing intermediate container d686fc50c9ec [2021-02-02T17:45:51.075Z] ---> b0394d2ba4a5 [2021-02-02T17:45:51.075Z] Step 22/24 : LABEL arch=arm64 [2021-02-02T17:45:51.075Z] ---> Running in 1b640e5bb4a6 [2021-02-02T17:45:51.358Z] ---> Running in 9744ba2a562a [2021-02-02T17:45:51.358Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:45:51.358Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:51.358Z] OK: 5 MiB in 15 packages [2021-02-02T17:45:51.961Z] Removing intermediate container 1b640e5bb4a6 [2021-02-02T17:45:51.961Z] ---> 006aebbdd940 [2021-02-02T17:45:51.961Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T17:45:52.233Z] Removing intermediate container 9744ba2a562a [2021-02-02T17:45:52.233Z] ---> f32f2c63aceb [2021-02-02T17:45:52.233Z] Step 23/24 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:45:52.233Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T17:45:52.233Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T17:45:52.233Z] ---> eeaf43b92773 [2021-02-02T17:45:52.233Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T17:45:52.829Z] ---> Running in 197104f1215f [2021-02-02T17:45:52.829Z] ---> Running in e3a6864cf31b [2021-02-02T17:45:53.426Z] ---> c936c65e6594 [2021-02-02T17:45:53.426Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T17:45:53.698Z] Removing intermediate container 2c76934dade9 [2021-02-02T17:45:53.698Z] ---> 026a2a0f55c9 [2021-02-02T17:45:53.698Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:45:53.698Z] Removing intermediate container 197104f1215f [2021-02-02T17:45:53.698Z] ---> 81bd35043758 [2021-02-02T17:45:53.698Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T17:45:53.974Z] ---> Running in 9165007a00b7 [2021-02-02T17:45:54.249Z] ---> Running in e2dd2ddad902 [2021-02-02T17:45:54.250Z] ---> Running in d609558bccec [2021-02-02T17:45:54.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:54.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:54.851Z] Removing intermediate container 1e927d067f2b [2021-02-02T17:45:54.851Z] ---> be2b2c6e599e [2021-02-02T17:45:54.851Z] [2021-02-02T17:45:55.123Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:45:55.123Z] ---> afeebe901d6b [2021-02-02T17:45:55.123Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T17:45:55.123Z] Removing intermediate container e2dd2ddad902 [2021-02-02T17:45:55.123Z] ---> 0b0dd08ceec4 [2021-02-02T17:45:55.123Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T17:45:55.394Z] ---> Running in d8336bcddf4d [2021-02-02T17:45:55.394Z] Removing intermediate container d609558bccec [2021-02-02T17:45:55.394Z] ---> 654aede6f43d [2021-02-02T17:45:55.394Z] [2021-02-02T17:45:55.394Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T17:45:55.394Z] ---> Running in db8ded90d1a2 [2021-02-02T17:45:55.394Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T17:45:55.394Z] Executing bash-5.0.17-r0.post-install [2021-02-02T17:45:55.394Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:55.668Z] OK: 12 MiB in 22 packages [2021-02-02T17:45:55.945Z] Successfully built 654aede6f43d [2021-02-02T17:45:55.945Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-02T17:45:55.945Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-02-02T17:45:56.218Z] Removing intermediate container d8336bcddf4d [2021-02-02T17:45:56.218Z] ---> 7b689c42c877 [2021-02-02T17:45:56.218Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T17:45:56.218Z] Removing intermediate container db8ded90d1a2 [2021-02-02T17:45:56.218Z] ---> 47bb33c6d221 [2021-02-02T17:45:56.218Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:45:56.489Z] ---> Running in f69403953ace [2021-02-02T17:45:56.489Z] ---> Running in 83f15a643257 [2021-02-02T17:45:57.470Z] Removing intermediate container 83f15a643257 [2021-02-02T17:45:57.470Z] ---> 46f7544e008b [2021-02-02T17:45:57.470Z] Step 15/23 : WORKDIR / [2021-02-02T17:45:57.470Z] Removing intermediate container f69403953ace [2021-02-02T17:45:57.470Z] ---> 067f419378dd [2021-02-02T17:45:57.470Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T17:45:57.743Z] ---> Running in 6638eb5fb833 [2021-02-02T17:45:57.743Z] Removing intermediate container 9165007a00b7 [2021-02-02T17:45:57.743Z] ---> 65b490beed3f [2021-02-02T17:45:57.743Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:45:57.743Z] Removing intermediate container e3a6864cf31b [2021-02-02T17:45:57.743Z] ---> a5e0ed305c86 [2021-02-02T17:45:57.743Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T17:45:58.016Z] ---> Running in 0275d0be75d2 [2021-02-02T17:45:58.661Z] ---> Running in 5c5a82331462 [2021-02-02T17:45:59.263Z] Removing intermediate container 6638eb5fb833 [2021-02-02T17:45:59.263Z] ---> 6e11fa4f43d4 [2021-02-02T17:45:59.263Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:45:59.263Z] Removing intermediate container 0275d0be75d2 [2021-02-02T17:45:59.263Z] ---> ed24609441b4 [2021-02-02T17:45:59.263Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:45:59.263Z] ---> 9bc63f503b08 [2021-02-02T17:45:59.263Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T17:45:59.572Z] ---> Running in 024eb05a64bf [2021-02-02T17:45:59.572Z] Removing intermediate container 5c5a82331462 [2021-02-02T17:45:59.572Z] ---> e79dd6e430d9 [2021-02-02T17:45:59.572Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T17:45:59.847Z] ---> Running in afdbf3b863d7 [2021-02-02T17:46:00.451Z] ---> 8e96d62ac1f7 [2021-02-02T17:46:00.451Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T17:46:01.042Z] Removing intermediate container afdbf3b863d7 [2021-02-02T17:46:01.042Z] ---> cde50f54010a [2021-02-02T17:46:01.042Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T17:46:01.314Z] ---> c4ba351932a0 [2021-02-02T17:46:01.314Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T17:46:01.590Z] ---> Running in 45d0e67cf9b8 [2021-02-02T17:46:02.570Z] ---> 828f3ae9a22b [2021-02-02T17:46:02.570Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T17:46:02.570Z] ---> abaee9d7d785 [2021-02-02T17:46:02.570Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T17:46:02.843Z] Removing intermediate container 45d0e67cf9b8 [2021-02-02T17:46:02.843Z] ---> e96c30ca4a93 [2021-02-02T17:46:02.843Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T17:46:03.850Z] Removing intermediate container 024eb05a64bf [2021-02-02T17:46:03.850Z] ---> 7d4b5503bacf [2021-02-02T17:46:03.850Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T17:46:03.850Z] ---> 9d3dab2d94b3 [2021-02-02T17:46:03.850Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T17:46:04.134Z] ---> Running in ce2f41b2ac19 [2021-02-02T17:46:04.404Z] ---> Running in 856dde51a3ae [2021-02-02T17:46:04.679Z] ---> 5d0026113130 [2021-02-02T17:46:04.679Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T17:46:04.958Z] ---> 6b5cbda9a399 [2021-02-02T17:46:04.958Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T17:46:05.237Z] Removing intermediate container 856dde51a3ae [2021-02-02T17:46:05.237Z] ---> 461d963f5039 [2021-02-02T17:46:05.237Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:46:05.509Z] ---> Running in a7ae106c542c [2021-02-02T17:46:06.105Z] ---> 0acb3d4c95ec [2021-02-02T17:46:06.105Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T17:46:06.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:46:06.105Z] ---> c4d26fe172d8 [2021-02-02T17:46:06.105Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T17:46:06.378Z] Removing intermediate container a7ae106c542c [2021-02-02T17:46:06.378Z] ---> 5a106c07870d [2021-02-02T17:46:06.378Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T17:46:06.988Z] ---> Running in bd9cabef6dc5 [2021-02-02T17:46:06.988Z] ---> Running in d788501a30a8 [2021-02-02T17:46:06.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:46:07.270Z] ---> bb99a25d10ae [2021-02-02T17:46:07.270Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T17:46:07.543Z] ---> Running in a0e8b6a6dd9f [2021-02-02T17:46:07.829Z] Removing intermediate container bd9cabef6dc5 [2021-02-02T17:46:07.829Z] ---> 06605b6ef7fa [2021-02-02T17:46:07.829Z] Step 22/23 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:46:07.829Z] Removing intermediate container d788501a30a8 [2021-02-02T17:46:07.829Z] ---> 949a437995c9 [2021-02-02T17:46:07.829Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T17:46:08.107Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T17:46:08.107Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T17:46:08.107Z] ---> Running in 9c62afabe72f [2021-02-02T17:46:08.107Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T17:46:08.391Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T17:46:08.668Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T17:46:08.948Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T17:46:08.948Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:46:08.948Z] OK: 8 MiB in 20 packages [2021-02-02T17:46:08.948Z] Removing intermediate container 9c62afabe72f [2021-02-02T17:46:08.948Z] ---> 9f8f5b8f576a [2021-02-02T17:46:08.948Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:46:09.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:46:09.509Z] ---> a2b4f1173244 [2021-02-02T17:46:09.509Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T17:46:09.509Z] ---> Running in dcc636832e5e [2021-02-02T17:46:09.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:46:10.113Z] ---> Running in 84b411fbb09b [2021-02-02T17:46:10.113Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T17:46:10.113Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T17:46:10.113Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T17:46:10.113Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T17:46:10.113Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T17:46:10.113Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T17:46:10.391Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T17:46:10.391Z] Removing intermediate container dcc636832e5e [2021-02-02T17:46:10.391Z] ---> 5bdeb88eb308 [2021-02-02T17:46:10.391Z] [2021-02-02T17:46:11.381Z] Successfully built 5bdeb88eb308 [2021-02-02T17:46:11.659Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-02T17:46:11.936Z] Building docker-security-proxy-setup-go [2021-02-02T17:46:11.936Z]  Building docker-core-metadata-go ... done Removing intermediate container ce2f41b2ac19 [2021-02-02T17:46:11.936Z] ---> 94a1429c7ab7 [2021-02-02T17:46:11.936Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:46:12.212Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T17:46:12.212Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T17:46:12.212Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T17:46:12.212Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T17:46:12.536Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T17:46:12.536Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T17:46:12.536Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T17:46:12.536Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T17:46:12.536Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T17:46:12.536Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T17:46:12.829Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T17:46:12.829Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T17:46:12.829Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T17:46:12.829Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T17:46:12.829Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T17:46:12.829Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T17:46:12.829Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T17:46:12.829Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T17:46:12.829Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T17:46:12.829Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T17:46:13.105Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T17:46:13.105Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T17:46:13.105Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T17:46:13.105Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T17:46:13.105Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T17:46:13.105Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T17:46:13.105Z] ---> 05bebeed3e1a [2021-02-02T17:46:13.105Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T17:46:13.105Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:46:13.379Z] OK: 71 MiB in 55 packages [2021-02-02T17:46:14.381Z] Removing intermediate container 84b411fbb09b [2021-02-02T17:46:14.381Z] ---> adb879454f3b [2021-02-02T17:46:14.381Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T17:46:15.373Z] ---> Running in 611caed368f9 [2021-02-02T17:46:16.360Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:46:16.360Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:46:16.360Z] ---> 724f10e187fb [2021-02-02T17:46:16.360Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:46:16.360Z] ---> Using cache [2021-02-02T17:46:16.360Z] ---> 79851b9bca53 [2021-02-02T17:46:16.360Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:46:16.360Z] ---> Using cache [2021-02-02T17:46:16.360Z] ---> fb0ee51b6aa3 [2021-02-02T17:46:16.360Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T17:46:16.360Z] ---> 3e72e1ee488b [2021-02-02T17:46:16.360Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:46:16.646Z] ---> Running in ca32b1511c0e [2021-02-02T17:46:16.646Z] Removing intermediate container 611caed368f9 [2021-02-02T17:46:16.646Z] ---> b8b427293cca [2021-02-02T17:46:16.646Z] Step 28/31 : CMD ["gate"] [2021-02-02T17:46:17.632Z] ---> Running in 16335a0a9245 [2021-02-02T17:46:18.237Z] ---> 73c731cd2e88 [2021-02-02T17:46:18.237Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T17:46:18.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:46:19.123Z] ---> Running in 2a497b851b61 [2021-02-02T17:46:19.123Z] Removing intermediate container 16335a0a9245 [2021-02-02T17:46:19.123Z] ---> 96510891ae2e [2021-02-02T17:46:19.123Z] Step 29/31 : LABEL arch=arm64 [2021-02-02T17:46:19.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:46:20.013Z] ---> Running in bc4d5a222285 [2021-02-02T17:46:20.013Z] Removing intermediate container 2a497b851b61 [2021-02-02T17:46:20.013Z] ---> 3006a057ac3b [2021-02-02T17:46:20.013Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:46:20.288Z] OK: 217 MiB in 51 packages [2021-02-02T17:46:20.288Z] ---> Running in 269b1b2ef4f6 [2021-02-02T17:46:20.886Z] Removing intermediate container bc4d5a222285 [2021-02-02T17:46:20.886Z] ---> ff588edf9847 [2021-02-02T17:46:20.886Z] Step 30/31 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:46:21.167Z] Removing intermediate container 269b1b2ef4f6 [2021-02-02T17:46:21.167Z] ---> 5945cbd1964c [2021-02-02T17:46:21.167Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T17:46:21.443Z] ---> Running in 1cd9956a57b8 [2021-02-02T17:46:21.443Z] ---> Running in 5ff7ad4f9371 [2021-02-02T17:46:22.052Z] Removing intermediate container ca32b1511c0e [2021-02-02T17:46:22.052Z] ---> 54a6bb9485c7 [2021-02-02T17:46:22.052Z] Step 6/23 : COPY go.mod . [2021-02-02T17:46:22.329Z] Removing intermediate container 5ff7ad4f9371 [2021-02-02T17:46:22.329Z] ---> 4f449dd33302 [2021-02-02T17:46:22.329Z] Step 22/23 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:46:22.329Z] Removing intermediate container 1cd9956a57b8 [2021-02-02T17:46:22.329Z] ---> c53fae291e6d [2021-02-02T17:46:22.329Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T17:46:22.954Z] ---> Running in d3d3a248f7a0 [2021-02-02T17:46:22.954Z] ---> Running in c979751c209a [2021-02-02T17:46:23.231Z] ---> dcf3c2987f21 [2021-02-02T17:46:23.232Z] Step 7/23 : RUN go mod download [2021-02-02T17:46:23.232Z] Removing intermediate container a0e8b6a6dd9f [2021-02-02T17:46:23.232Z] ---> 977666ba91f4 [2021-02-02T17:46:23.232Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T17:46:23.522Z] ---> Running in dc8321f341e1 [2021-02-02T17:46:23.522Z] ---> Running in e06247963fdd [2021-02-02T17:46:23.796Z] Removing intermediate container d3d3a248f7a0 [2021-02-02T17:46:23.796Z] ---> 95680cb0c315 [2021-02-02T17:46:23.796Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:46:24.071Z] Removing intermediate container c979751c209a [2021-02-02T17:46:24.071Z] ---> 682f2b876845 [2021-02-02T17:46:24.071Z] [2021-02-02T17:46:24.359Z] ---> Running in a30f2c6a9c6c [2021-02-02T17:46:24.977Z] Successfully built 682f2b876845 [2021-02-02T17:46:24.977Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-02T17:46:24.977Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-02-02T17:46:25.252Z] Removing intermediate container a30f2c6a9c6c [2021-02-02T17:46:25.252Z] ---> 015578c86cb4 [2021-02-02T17:46:25.252Z] [2021-02-02T17:46:25.850Z] Successfully built 015578c86cb4 [2021-02-02T17:46:25.850Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-02T17:46:25.850Z] Building docker-support-notifications-go [2021-02-02T17:46:27.827Z]  Building docker-core-data-go ... done Removing intermediate container e06247963fdd [2021-02-02T17:46:27.827Z] ---> 9e6d44c63cd2 [2021-02-02T17:46:28.112Z] Step 8/23 : COPY . . [2021-02-02T17:46:30.735Z] Collecting docker-compose==1.23.2 [2021-02-02T17:46:30.735Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T17:46:31.335Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T17:46:31.335Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T17:46:33.956Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T17:46:33.956Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T17:46:34.551Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T17:46:34.551Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T17:46:34.822Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T17:46:34.822Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T17:46:37.442Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:46:37.442Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:46:37.442Z] ---> 724f10e187fb [2021-02-02T17:46:37.442Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T17:46:37.442Z] ---> Using cache [2021-02-02T17:46:37.442Z] ---> 79851b9bca53 [2021-02-02T17:46:37.442Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:46:37.442Z] ---> Using cache [2021-02-02T17:46:37.442Z] ---> 3e72e1ee488b [2021-02-02T17:46:37.442Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T17:46:37.442Z] ---> Using cache [2021-02-02T17:46:37.442Z] ---> 54a6bb9485c7 [2021-02-02T17:46:37.442Z] Step 6/21 : COPY go.mod . [2021-02-02T17:46:37.442Z] ---> Using cache [2021-02-02T17:46:37.442Z] ---> dcf3c2987f21 [2021-02-02T17:46:37.442Z] Step 7/21 : RUN go mod download [2021-02-02T17:46:37.442Z] ---> Using cache [2021-02-02T17:46:37.442Z] ---> 9e6d44c63cd2 [2021-02-02T17:46:37.442Z] Step 8/21 : COPY . . [2021-02-02T17:46:38.430Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T17:46:38.430Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T17:46:38.709Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T17:46:38.709Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T17:46:41.324Z] 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-02T17:46:42.090Z] Collecting PyYAML<4,>=3.10 [2021-02-02T17:46:42.090Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T17:46:47.674Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T17:46:47.674Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T17:46:49.670Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T17:46:49.670Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T17:46:52.309Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T17:46:52.309Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T17:46:52.907Z] Collecting idna<2.8,>=2.5 [2021-02-02T17:46:52.907Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T17:46:53.178Z] 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-02T17:46:53.178Z] 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-02T17:46:53.178Z] ---> 117f139daec6 [2021-02-02T17:46:53.178Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T17:46:53.777Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T17:46:53.778Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T17:46:54.382Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T17:46:54.382Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T17:46:54.382Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T17:46:54.654Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T17:46:54.926Z] ---> Running in 17bc20fd8025 [2021-02-02T17:46:55.910Z] Installing collected packages: dockerpty, jsonschema, cached-property, texttable, urllib3, idna, requests, docopt, PyYAML, websocket-client, docker-pycreds, docker, docker-compose [2021-02-02T17:46:55.910Z] Running setup.py install for dockerpty: started [2021-02-02T17:46:56.513Z] 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-02T17:46:58.505Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:46:58.505Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:46:58.505Z] ---> 724f10e187fb [2021-02-02T17:46:58.505Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:46:58.505Z] ---> Using cache [2021-02-02T17:46:58.505Z] ---> 79851b9bca53 [2021-02-02T17:46:58.505Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:46:58.505Z] ---> Using cache [2021-02-02T17:46:58.505Z] ---> 3e72e1ee488b [2021-02-02T17:46:58.505Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T17:46:58.505Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T17:46:58.505Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:46:58.505Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:46:58.505Z] ---> 724f10e187fb [2021-02-02T17:46:58.505Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:46:58.505Z] ---> Using cache [2021-02-02T17:46:58.505Z] ---> 79851b9bca53 [2021-02-02T17:46:58.505Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:46:58.505Z] ---> Using cache [2021-02-02T17:46:58.505Z] ---> 3e72e1ee488b [2021-02-02T17:46:58.505Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T17:46:58.505Z] ---> Using cache [2021-02-02T17:46:58.505Z] ---> 54a6bb9485c7 [2021-02-02T17:46:58.505Z] Step 6/22 : COPY go.mod . [2021-02-02T17:46:58.505Z] ---> Using cache [2021-02-02T17:46:58.505Z] ---> dcf3c2987f21 [2021-02-02T17:46:58.505Z] Step 7/22 : RUN go mod download [2021-02-02T17:46:58.505Z] ---> Using cache [2021-02-02T17:46:58.505Z] ---> 9e6d44c63cd2 [2021-02-02T17:46:58.505Z] Step 8/22 : COPY . . [2021-02-02T17:46:58.505Z] ---> Using cache [2021-02-02T17:46:58.505Z] ---> 30ce64b134e0 [2021-02-02T17:46:58.505Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T17:46:59.114Z] Running setup.py install for texttable: started [2021-02-02T17:46:59.393Z] ---> Running in 93cba6282a09 [2021-02-02T17:46:59.393Z] ---> Running in ba5fc2d3686c [2021-02-02T17:47:00.004Z] ---> 30ce64b134e0 [2021-02-02T17:47:00.004Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T17:47:00.287Z] ---> Running in c9eb1b0ab151 [2021-02-02T17:47:02.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:47:02.285Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T17:47:02.285Z] Attempting uninstall: urllib3 [2021-02-02T17:47:02.285Z] Found existing installation: urllib3 1.25.9 [2021-02-02T17:47:02.285Z] Uninstalling urllib3-1.25.9: [2021-02-02T17:47:02.285Z] 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-02T17:47:02.285Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T17:47:02.564Z] 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-02T17:47:02.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:47:03.114Z] Attempting uninstall: idna [2021-02-02T17:47:03.114Z] Found existing installation: idna 2.9 [2021-02-02T17:47:03.114Z] Uninstalling idna-2.9: [2021-02-02T17:47:03.391Z] Successfully uninstalled idna-2.9 [2021-02-02T17:47:03.666Z] OK: 217 MiB in 51 packages [2021-02-02T17:47:04.269Z] Attempting uninstall: requests [2021-02-02T17:47:04.269Z] Found existing installation: requests 2.23.0 [2021-02-02T17:47:04.269Z] Uninstalling requests-2.23.0: [2021-02-02T17:47:04.269Z] Successfully uninstalled requests-2.23.0 [2021-02-02T17:47:04.881Z] Running setup.py install for docopt: started [2021-02-02T17:47:05.481Z] Removing intermediate container ba5fc2d3686c [2021-02-02T17:47:05.481Z] ---> 2ee71e5cf4ef [2021-02-02T17:47:05.481Z] Step 6/22 : COPY go.mod . [2021-02-02T17:47:06.478Z] ---> d5fec25c2e6e [2021-02-02T17:47:06.478Z] Step 7/22 : RUN go mod download [2021-02-02T17:47:06.749Z] ---> Running in 85aa7eec4ac0 [2021-02-02T17:47:08.732Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T17:47:08.732Z] Running setup.py install for PyYAML: started [2021-02-02T17:47:11.365Z] Removing intermediate container 85aa7eec4ac0 [2021-02-02T17:47:11.365Z] ---> 83483b7b009a [2021-02-02T17:47:11.365Z] Step 8/22 : COPY . . [2021-02-02T17:47:12.351Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T17:47:15.745Z] 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-02T17:47:25.975Z] Removing intermediate container dc8321f341e1 [2021-02-02T17:47:25.975Z] ---> 64ff075e8ee7 [2021-02-02T17:47:25.975Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T17:47:25.975Z] ---> Running in bc6c8dc251c1 [2021-02-02T17:47:27.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:47:27.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:47:28.695Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:47:28.695Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T17:47:28.695Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T17:47:28.975Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:47:28.975Z] OK: 71 MiB in 58 packages [2021-02-02T17:47:30.416Z] ---> d3f15f56e937 [2021-02-02T17:47:30.416Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T17:47:30.702Z] ---> Running in 9ba05e508697 [2021-02-02T17:47:31.304Z] Removing intermediate container bc6c8dc251c1 [2021-02-02T17:47:31.304Z] ---> 62a18aa91e06 [2021-02-02T17:47:31.304Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T17:47:31.304Z] ---> Running in 6befb7e18477 [2021-02-02T17:47:32.286Z] Removing intermediate container 6befb7e18477 [2021-02-02T17:47:32.286Z] ---> 0771f97f4491 [2021-02-02T17:47:32.286Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:47:32.561Z] ---> Running in a60b90c6e5b0 [2021-02-02T17:47:32.561Z] 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-02T17:47:33.542Z] Removing intermediate container a60b90c6e5b0 [2021-02-02T17:47:33.542Z] ---> d724de7a07fa [2021-02-02T17:47:33.542Z] Step 24/26 : LABEL arch=arm64 [2021-02-02T17:47:33.542Z] ---> Running in c264a15d5f08 [2021-02-02T17:47:34.147Z] Removing intermediate container c264a15d5f08 [2021-02-02T17:47:34.147Z] ---> c3d934517a1f [2021-02-02T17:47:34.147Z] Step 25/26 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:47:34.421Z] ---> Running in 78e8748b0a70 [2021-02-02T17:47:35.024Z] Removing intermediate container 78e8748b0a70 [2021-02-02T17:47:35.024Z] ---> 6ea8d2adcb99 [2021-02-02T17:47:35.024Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T17:47:35.297Z] ---> Running in 5fc080ab21fe [2021-02-02T17:47:35.896Z] Removing intermediate container 5fc080ab21fe [2021-02-02T17:47:35.897Z] ---> e552c4376ac0 [2021-02-02T17:47:35.897Z] [2021-02-02T17:47:36.495Z] Successfully built e552c4376ac0 [2021-02-02T17:47:36.495Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-02T17:48:15.505Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-02T17:48:30.611Z] Removing intermediate container c9eb1b0ab151 [2021-02-02T17:48:30.611Z] ---> b9ffc5666ed8 [2021-02-02T17:48:30.611Z] [2021-02-02T17:48:30.611Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T17:48:30.611Z] ---> afeebe901d6b [2021-02-02T17:48:30.611Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T17:48:30.611Z] ---> Running in da31659a2122 [2021-02-02T17:48:30.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:48:30.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:48:30.938Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T17:48:31.214Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:48:31.214Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T17:48:31.214Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T17:48:31.214Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:48:31.214Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:48:31.488Z] OK: 7 MiB in 18 packages [2021-02-02T17:48:34.890Z] Removing intermediate container da31659a2122 [2021-02-02T17:48:34.890Z] ---> ca64132d0277 [2021-02-02T17:48:34.890Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:48:34.890Z] ---> Running in 998e7e5362f7 [2021-02-02T17:48:35.569Z] Removing intermediate container 17bc20fd8025 [2021-02-02T17:48:35.569Z] ---> 2d5f091064f1 [2021-02-02T17:48:35.569Z] [2021-02-02T17:48:35.569Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:48:35.569Z] ---> afeebe901d6b [2021-02-02T17:48:35.569Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:48:35.569Z] ---> Using cache [2021-02-02T17:48:35.569Z] ---> 026a2a0f55c9 [2021-02-02T17:48:35.569Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:48:35.569Z] ---> Using cache [2021-02-02T17:48:35.569Z] ---> 0b0dd08ceec4 [2021-02-02T17:48:35.569Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T17:48:35.569Z] ---> Running in 2149e63d5cdf [2021-02-02T17:48:35.859Z] Removing intermediate container 998e7e5362f7 [2021-02-02T17:48:35.859Z] ---> e111fcd92d41 [2021-02-02T17:48:35.859Z] Step 13/21 : WORKDIR /edgex [2021-02-02T17:48:36.179Z] ---> Running in 88a4fbc28c73 [2021-02-02T17:48:36.545Z] Removing intermediate container 2149e63d5cdf [2021-02-02T17:48:36.545Z] ---> c1a6e4c6201d [2021-02-02T17:48:36.545Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:48:36.975Z] ---> Running in 2090b6fae149 [2021-02-02T17:48:36.975Z] Removing intermediate container 88a4fbc28c73 [2021-02-02T17:48:36.975Z] ---> 6099f46c97cd [2021-02-02T17:48:36.975Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T17:48:38.034Z] Removing intermediate container 2090b6fae149 [2021-02-02T17:48:38.034Z] ---> 1e09e7b8da5d [2021-02-02T17:48:38.034Z] Step 15/23 : WORKDIR / [2021-02-02T17:48:38.310Z] ---> Running in 28a9cee23c85 [2021-02-02T17:48:38.310Z] ---> 73d3b1a1382e [2021-02-02T17:48:38.310Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T17:48:39.303Z] Removing intermediate container 28a9cee23c85 [2021-02-02T17:48:39.303Z] ---> 06ba67485441 [2021-02-02T17:48:39.303Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:48:41.301Z] ---> fa6b559233ae [2021-02-02T17:48:41.301Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T17:48:41.301Z] ---> 7c53067195c0 [2021-02-02T17:48:41.301Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T17:48:43.935Z] ---> 6754c3110dbf [2021-02-02T17:48:43.935Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T17:48:43.935Z] ---> e0705d4d989a [2021-02-02T17:48:43.935Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T17:48:43.935Z] ---> Running in 03342d03088c [2021-02-02T17:48:43.935Z] Removing intermediate container 93cba6282a09 [2021-02-02T17:48:43.935Z] ---> a844a57bebc7 [2021-02-02T17:48:43.935Z] [2021-02-02T17:48:43.935Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:48:43.935Z] ---> afeebe901d6b [2021-02-02T17:48:43.935Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:48:43.935Z] ---> Using cache [2021-02-02T17:48:43.935Z] ---> 026a2a0f55c9 [2021-02-02T17:48:43.935Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:48:43.935Z] ---> Using cache [2021-02-02T17:48:43.935Z] ---> 0b0dd08ceec4 [2021-02-02T17:48:43.935Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T17:48:44.214Z] ---> Running in 0898cb50decd [2021-02-02T17:48:44.498Z] Removing intermediate container 03342d03088c [2021-02-02T17:48:44.498Z] ---> 9e1c9e5345a0 [2021-02-02T17:48:44.498Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T17:48:44.498Z] ---> Running in a66730d497d4 [2021-02-02T17:48:44.776Z] ---> b24b8d2a5e95 [2021-02-02T17:48:44.776Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T17:48:44.776Z] Removing intermediate container 0898cb50decd [2021-02-02T17:48:44.776Z] ---> dd15300445ea [2021-02-02T17:48:44.776Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:48:45.048Z] ---> Running in e1de92cbdece [2021-02-02T17:48:45.048Z] ---> Running in 3e979bd913d8 [2021-02-02T17:48:45.318Z] Removing intermediate container a66730d497d4 [2021-02-02T17:48:45.318Z] ---> fc36a558f683 [2021-02-02T17:48:45.318Z] Step 19/21 : LABEL arch=arm64 [2021-02-02T17:48:45.599Z] ---> Running in 20c1bacdc329 [2021-02-02T17:48:45.599Z] Removing intermediate container e1de92cbdece [2021-02-02T17:48:45.599Z] ---> bc7d8c182cfb [2021-02-02T17:48:45.599Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:48:45.881Z] Removing intermediate container 3e979bd913d8 [2021-02-02T17:48:45.881Z] ---> f8aae2190032 [2021-02-02T17:48:45.881Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:48:45.881Z] ---> Running in 27687dc5fbee [2021-02-02T17:48:46.155Z] Removing intermediate container 20c1bacdc329 [2021-02-02T17:48:46.155Z] ---> 03d7933497fb [2021-02-02T17:48:46.155Z] Step 20/21 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:48:46.429Z] ---> Running in 3cb43b75d578 [2021-02-02T17:48:46.704Z] Removing intermediate container 27687dc5fbee [2021-02-02T17:48:46.704Z] ---> ca55c3289c59 [2021-02-02T17:48:46.704Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T17:48:46.704Z] ---> Running in 29577c3dd6c6 [2021-02-02T17:48:46.983Z] ---> e38fd48cdb5f [2021-02-02T17:48:46.983Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T17:48:47.256Z] Removing intermediate container 3cb43b75d578 [2021-02-02T17:48:47.256Z] ---> 97afae8c5c92 [2021-02-02T17:48:47.256Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T17:48:47.545Z] ---> Running in 2c5487d95aec [2021-02-02T17:48:47.545Z] Removing intermediate container 29577c3dd6c6 [2021-02-02T17:48:47.545Z] ---> 243f718177ae [2021-02-02T17:48:47.545Z] Step 22/23 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:48:47.825Z] ---> Running in 876c50214874 [2021-02-02T17:48:48.107Z] Removing intermediate container 2c5487d95aec [2021-02-02T17:48:48.107Z] ---> cc2be0d06a8a [2021-02-02T17:48:48.107Z] [2021-02-02T17:48:48.703Z] ---> cb4646687a07 [2021-02-02T17:48:48.703Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T17:48:48.703Z] Removing intermediate container 876c50214874 [2021-02-02T17:48:48.703Z] ---> 4af9fbaff146 [2021-02-02T17:48:48.703Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:48:48.703Z] Successfully built cc2be0d06a8a [2021-02-02T17:48:48.703Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-02T17:48:48.975Z]  Building docker-security-proxy-setup-go ... done  ---> Running in dcb9c58cd733 [2021-02-02T17:48:49.956Z] ---> 40e574abc1d0 [2021-02-02T17:48:49.956Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T17:48:49.956Z] Removing intermediate container dcb9c58cd733 [2021-02-02T17:48:49.956Z] ---> e69f278fca8d [2021-02-02T17:48:49.956Z] [2021-02-02T17:48:50.227Z] Successfully built e69f278fca8d [2021-02-02T17:48:50.227Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-02T17:48:50.227Z]  Building docker-core-command-go ... done  ---> Running in 8a913bd02b6a [2021-02-02T17:48:50.821Z] Removing intermediate container 9ba05e508697 [2021-02-02T17:48:50.821Z] ---> c7558be25ae1 [2021-02-02T17:48:50.821Z] [2021-02-02T17:48:50.821Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:48:50.821Z] ---> afeebe901d6b [2021-02-02T17:48:50.821Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T17:48:50.821Z] Removing intermediate container 8a913bd02b6a [2021-02-02T17:48:50.821Z] ---> 1839ba2e2a9e [2021-02-02T17:48:50.821Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:48:51.093Z] ---> Running in bb9016483939 [2021-02-02T17:48:51.093Z] ---> Running in 9bdd14cf504f [2021-02-02T17:48:51.683Z] Removing intermediate container 9bdd14cf504f [2021-02-02T17:48:51.683Z] ---> 0aecc6e42c1a [2021-02-02T17:48:51.683Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T17:48:51.955Z] ---> Running in 53c342077260 [2021-02-02T17:48:52.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:48:52.502Z] Removing intermediate container 53c342077260 [2021-02-02T17:48:52.502Z] ---> 6ef42274810a [2021-02-02T17:48:52.502Z] Step 21/22 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:48:52.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:48:52.502Z] ---> Running in 5c082f1549e0 [2021-02-02T17:48:53.099Z] Removing intermediate container 5c082f1549e0 [2021-02-02T17:48:53.099Z] ---> 68c3ef268052 [2021-02-02T17:48:53.099Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:48:53.099Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T17:48:53.099Z] ---> Running in 5c1e715222d5 [2021-02-02T17:48:53.099Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:48:53.099Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:48:53.099Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:48:53.370Z] OK: 6 MiB in 16 packages [2021-02-02T17:48:53.644Z] Removing intermediate container 5c1e715222d5 [2021-02-02T17:48:53.644Z] ---> 1c9c5258f9fc [2021-02-02T17:48:53.644Z] [2021-02-02T17:48:54.251Z] Successfully built 1c9c5258f9fc [2021-02-02T17:48:54.251Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-02T17:48:55.230Z]  Building docker-support-scheduler-go ... done Removing intermediate container bb9016483939 [2021-02-02T17:48:55.230Z] ---> 0628d6fb8200 [2021-02-02T17:48:55.230Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:48:55.230Z] ---> Running in 8ec110255366 [2021-02-02T17:48:55.821Z] Removing intermediate container 8ec110255366 [2021-02-02T17:48:55.821Z] ---> 481c1e277958 [2021-02-02T17:48:55.821Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T17:48:55.821Z] ---> Running in 02617d19688d [2021-02-02T17:48:56.414Z] Removing intermediate container 02617d19688d [2021-02-02T17:48:56.414Z] ---> bf370a45b865 [2021-02-02T17:48:56.414Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:48:56.414Z] ---> Running in 745f20a385cf [2021-02-02T17:48:57.007Z] Removing intermediate container 745f20a385cf [2021-02-02T17:48:57.007Z] ---> 6bc0f53cf760 [2021-02-02T17:48:57.007Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:48:57.598Z] ---> d8d3ac9e2e5d [2021-02-02T17:48:57.598Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T17:48:59.022Z] ---> 791643a37ef6 [2021-02-02T17:48:59.022Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T17:48:59.299Z] ---> be7d858122e0 [2021-02-02T17:48:59.299Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T17:48:59.575Z] ---> Running in 74624d535f0b [2021-02-02T17:49:00.167Z] Removing intermediate container 74624d535f0b [2021-02-02T17:49:00.167Z] ---> 8b4dd690662f [2021-02-02T17:49:00.167Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:49:00.167Z] ---> Running in e9aa94827a44 [2021-02-02T17:49:00.760Z] Removing intermediate container e9aa94827a44 [2021-02-02T17:49:00.760Z] ---> f2770cebb1ea [2021-02-02T17:49:00.760Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T17:49:00.760Z] ---> Running in c6ae875ecbc9 [2021-02-02T17:49:01.351Z] Removing intermediate container c6ae875ecbc9 [2021-02-02T17:49:01.351Z] ---> 79cf47980e99 [2021-02-02T17:49:01.351Z] Step 21/22 : LABEL git_sha=bc46def1755e5a9771c9eeccd25309827250b7f2 [2021-02-02T17:49:01.351Z] ---> Running in a72e2f0e270d [2021-02-02T17:49:01.943Z] Removing intermediate container a72e2f0e270d [2021-02-02T17:49:01.943Z] ---> fe5161cb4f59 [2021-02-02T17:49:01.943Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:49:01.943Z] ---> Running in 00432ab2819e [2021-02-02T17:49:02.535Z] Removing intermediate container 00432ab2819e [2021-02-02T17:49:02.535Z] ---> a1d1316d0bcb [2021-02-02T17:49:02.535Z] [2021-02-02T17:49:02.806Z] Successfully built a1d1316d0bcb [2021-02-02T17:49:02.806Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-02T17:49:03.090Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-02T17:49:03.093Z] $ docker stop --time=1 4d1453f09c2f66c42bbed6b3b1b0c7df386d52e745060e7e3d7bc33b09ec3220 [2021-02-02T17:49:05.055Z] $ docker rm -f 4d1453f09c2f66c42bbed6b3b1b0c7df386d52e745060e7e3d7bc33b09ec3220 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:49:05.745Z] + + grep docker [2021-02-02T17:49:05.746Z] docker images [2021-02-02T17:49:06.015Z] docker-support-notifications-go-arm64 latest a1d1316d0bcb 3 seconds ago 16.6MB [2021-02-02T17:49:06.015Z] docker-support-scheduler-go-arm64 latest 1c9c5258f9fc 12 seconds ago 16.1MB [2021-02-02T17:49:06.015Z] docker-core-command-go-arm64 latest e69f278fca8d 16 seconds ago 16MB [2021-02-02T17:49:06.015Z] docker-security-proxy-setup-go-arm64 latest cc2be0d06a8a 18 seconds ago 23.2MB [2021-02-02T17:49:06.015Z] docker-sys-mgmt-agent-go-arm64 latest e552c4376ac0 About a minute ago 300MB [2021-02-02T17:49:06.015Z] docker-core-data-go-arm64 latest 015578c86cb4 2 minutes ago 21MB [2021-02-02T17:49:06.015Z] docker-security-bootstrapper-go-arm64 latest 682f2b876845 2 minutes ago 22.6MB [2021-02-02T17:49:06.015Z] docker-core-metadata-go-arm64 latest 5bdeb88eb308 2 minutes ago 17.7MB [2021-02-02T17:49:06.015Z] docker-security-secretstore-setup-go-arm64 latest 654aede6f43d 3 minutes ago 23.4MB [2021-02-02T17:49:06.015Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-02T17:49:07.936Z] provisioning config files... [2021-02-02T17:49:07.947Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4925852006127856507tmp [Pipeline] { [Pipeline] sh [2021-02-02T17:49:08.338Z] + set +x [2021-02-02T17:49:08.338Z] + curl -s https://codecov.io/bash [2021-02-02T17:49:08.338Z] + bash -s -- [2021-02-02T17:49:08.914Z] [2021-02-02T17:49:08.914Z] _____ _ [2021-02-02T17:49:08.914Z] / ____| | | [2021-02-02T17:49:08.914Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T17:49:08.914Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T17:49:08.914Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T17:49:08.914Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T17:49:08.914Z] Bash-20210129-7c25fce [2021-02-02T17:49:08.914Z] [2021-02-02T17:49:08.914Z] [2021-02-02T17:49:08.914Z] ==> git version 2.24.3 found [2021-02-02T17:49:08.914Z] ==> 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-02T17:49:08.914Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T17:49:08.914Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T17:49:08.914Z] curl: option -sm: expected a proper numerical parameter [2021-02-02T17:49:08.914Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-02T17:49:08.914Z] ==> Jenkins CI detected. [2021-02-02T17:49:08.914Z] project root: . [2021-02-02T17:49:08.914Z] --> token set from env [2021-02-02T17:49:08.914Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T17:49:08.914Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T17:49:08.914Z] ==> Python coveragepy not found [2021-02-02T17:49:08.914Z] ==> Searching for coverage reports in: [2021-02-02T17:49:08.914Z] + . [2021-02-02T17:49:08.914Z] -> Found 1 reports [2021-02-02T17:49:08.914Z] ==> Detecting git/mercurial file structure [2021-02-02T17:49:09.177Z] ==> Reading reports [2021-02-02T17:49:09.177Z] + ./coverage.out bytes=578674 [2021-02-02T17:49:09.178Z] ==> Appending adjustments [2021-02-02T17:49:09.178Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T17:49:12.529Z] + Found adjustments [2021-02-02T17:49:12.529Z] ==> Gzipping contents [2021-02-02T17:49:12.529Z] 88K /tmp/codecov.rG2aSm.gz [2021-02-02T17:49:12.529Z] ==> Uploading reports [2021-02-02T17:49:12.529Z] url: https://codecov.io [2021-02-02T17:49:12.529Z] query: branch=PR-3113&commit=bc46def1755e5a9771c9eeccd25309827250b7f2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-02T17:49:12.529Z] -> Pinging Codecov [2021-02-02T17:49:12.529Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=bc46def1755e5a9771c9eeccd25309827250b7f2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-02T17:49:16.885Z] -> Uploading to [2021-02-02T17:49:16.885Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/00271124DB129430A58F1EEE437C3FCB/bc46def1755e5a9771c9eeccd25309827250b7f2/8634cb7c-65e8-41bf-a7c6-f5153be36e14.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T174916Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=caa3b123038c53c0f5f02ee46e82e0ab7ab96518302745a97c1b3ecca7647489 [2021-02-02T17:49:16.885Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:49:16.885Z] Dload Upload Total Spent Left Speed [2021-02-02T17:49:16.885Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 56 87462 0 0 56 49152 0 144k --:--:-- --:--:-- --:--:-- 144k 100 87462 0 0 100 87462 0 136k --:--:-- --:--:-- --:--:-- 136k [2021-02-02T17:49:16.885Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/bc46def1755e5a9771c9eeccd25309827250b7f2 [Pipeline] } [2021-02-02T17:49:16.897Z] 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-02T17:49:18.771Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:49:19.650Z] ---> package-listing.sh [2021-02-02T17:49:19.650Z] ++ facter osfamily [2021-02-02T17:49:19.650Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T17:49:19.650Z] + OS_FAMILY=redhat [2021-02-02T17:49:19.650Z] + workspace=/w/workspace/edgex-go/2 [2021-02-02T17:49:19.650Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T17:49:19.650Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T17:49:19.650Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T17:49:19.650Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T17:49:19.650Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-02T17:49:19.650Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T17:49:19.650Z] + case "${OS_FAMILY}" in [2021-02-02T17:49:19.650Z] + rpm -qa [2021-02-02T17:49:19.650Z] + sort [2021-02-02T17:49:24.955Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T17:49:24.955Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T17:49:24.955Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T17:49:24.955Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-02T17:49:24.955Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-02T17:49:24.955Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-02T17:49:24.971Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-02T17:49:25.276Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:49:25.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:49:25.590Z] [2021-02-02T17:49:25.590Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:49:25.950Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:49:25.950Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T17:49:25.950Z] df20fa9351a1: Pulling fs layer [2021-02-02T17:49:25.950Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T17:49:25.950Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T17:49:25.950Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T17:49:25.950Z] 93b61091891f: Pulling fs layer [2021-02-02T17:49:25.950Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T17:49:25.950Z] 5e14af77c1be: Pulling fs layer [2021-02-02T17:49:25.950Z] 01666e4c0597: Pulling fs layer [2021-02-02T17:49:25.950Z] aa168da1d23b: Pulling fs layer [2021-02-02T17:49:25.950Z] 93b9cdb0e59b: Waiting [2021-02-02T17:49:25.950Z] 46f8f816bc3b: Waiting [2021-02-02T17:49:25.950Z] 5e14af77c1be: Waiting [2021-02-02T17:49:25.950Z] 01666e4c0597: Waiting [2021-02-02T17:49:25.950Z] 93b61091891f: Waiting [2021-02-02T17:49:25.950Z] aa168da1d23b: Waiting [2021-02-02T17:49:25.950Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T17:49:25.950Z] 36b3adc4ff6f: Download complete [2021-02-02T17:49:25.950Z] 46f8f816bc3b: Verifying Checksum [2021-02-02T17:49:25.950Z] 46f8f816bc3b: Download complete [2021-02-02T17:49:25.950Z] df20fa9351a1: Download complete [2021-02-02T17:49:26.220Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T17:49:26.220Z] 93b9cdb0e59b: Download complete [2021-02-02T17:49:26.220Z] 5e14af77c1be: Verifying Checksum [2021-02-02T17:49:26.220Z] 5e14af77c1be: Download complete [2021-02-02T17:49:26.220Z] 93b61091891f: Verifying Checksum [2021-02-02T17:49:26.220Z] 93b61091891f: Download complete [2021-02-02T17:49:26.220Z] 01666e4c0597: Verifying Checksum [2021-02-02T17:49:26.220Z] 01666e4c0597: Download complete [2021-02-02T17:49:26.220Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T17:49:26.220Z] 8ad3a11d3b57: Download complete [2021-02-02T17:49:26.481Z] df20fa9351a1: Pull complete [2021-02-02T17:49:26.745Z] 36b3adc4ff6f: Pull complete [2021-02-02T17:49:28.158Z] aa168da1d23b: Verifying Checksum [2021-02-02T17:49:28.158Z] aa168da1d23b: Download complete [2021-02-02T17:49:28.420Z] 8ad3a11d3b57: Pull complete [2021-02-02T17:49:28.683Z] 46f8f816bc3b: Pull complete [2021-02-02T17:49:29.658Z] 93b61091891f: Pull complete [2021-02-02T17:49:29.920Z] 93b9cdb0e59b: Pull complete [2021-02-02T17:49:29.920Z] 5e14af77c1be: Pull complete [2021-02-02T17:49:30.184Z] 01666e4c0597: Pull complete [2021-02-02T17:49:40.253Z] aa168da1d23b: Pull complete [2021-02-02T17:49:40.253Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T17:49:40.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:49:40.253Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T17:49:40.463Z] prd-centos7-docker-4c-2g-24583 does not seem to be running inside a container [2021-02-02T17:49:40.517Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-02T17:49:43.661Z] $ docker top 95c60bbf273bf5c3ba0f8e80579e4e34c07dd14f9eefb4faca4010f40aace5f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:49:44.171Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T17:49:44.471Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T17:49:44.771Z] + ls /var/log/sa-host [2021-02-02T17:49:44.772Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T17:49:44.772Z] file_magic: OK [2021-02-02T17:49:44.772Z] HZ: Using current value: 100 [2021-02-02T17:49:44.772Z] file_header: OK [2021-02-02T17:49:44.772Z] 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-02T17:49:44.772Z] Statistics: [2021-02-02T17:49:44.772Z] 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... [2021-02-02T17:49:44.772Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T17:49:44.772Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T17:49:44.772Z] file_magic: OK [2021-02-02T17:49:44.772Z] HZ: Using current value: 100 [2021-02-02T17:49:44.772Z] file_header: OK [2021-02-02T17:49:44.772Z] 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-02T17:49:44.772Z] Statistics: [2021-02-02T17:49:44.772Z] Hnuu...uuuununununu... [2021-02-02T17:49:44.772Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T17:49:44.979Z] provisioning config files... [2021-02-02T17:49:44.993Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8117057871074544899tmp [Pipeline] { [Pipeline] echo [2021-02-02T17:49:45.063Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:49:45.361Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T17:49:45.373Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T17:49:45.478Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:49:45.776Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T17:49:45.787Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:49:46.086Z] ---> sudo-logs.sh [2021-02-02T17:49:46.086Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T17:49:46.097Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:49:46.422Z] ---> job-cost.sh [2021-02-02T17:49:46.422Z] lf-activate-venv: SKIPPING [2021-02-02T17:49:46.422Z] INFO: No Stack... [2021-02-02T17:49:47.366Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T17:49:47.948Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T17:49:47.964Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:49:48.269Z] ---> logs-deploy.sh [2021-02-02T17:49:48.269Z] lf-activate-venv: SKIPPING [2021-02-02T17:49:48.269Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/2 [2021-02-02T17:49:48.269Z] INFO: archiving workspace using pattern(s): [2021-02-02T17:49:49.656Z] Archives upload complete. [2021-02-02T17:49:49.919Z] INFO: archiving logs to Nexus [2021-02-02T17:49:50.869Z] ---> uname -a: [2021-02-02T17:49:50.869Z] Linux prd-centos7-docker-4c-2g-24583.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-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] ---> lscpu: [2021-02-02T17:49:50.869Z] Architecture: x86_64 [2021-02-02T17:49:50.869Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-02T17:49:50.869Z] Byte Order: Little Endian [2021-02-02T17:49:50.869Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-02T17:49:50.869Z] CPU(s): 4 [2021-02-02T17:49:50.869Z] On-line CPU(s) list: 0-3 [2021-02-02T17:49:50.869Z] Thread(s) per core: 1 [2021-02-02T17:49:50.869Z] Core(s) per socket: 1 [2021-02-02T17:49:50.869Z] Socket(s): 4 [2021-02-02T17:49:50.869Z] NUMA node(s): 1 [2021-02-02T17:49:50.869Z] Vendor ID: GenuineIntel [2021-02-02T17:49:50.869Z] CPU family: 6 [2021-02-02T17:49:50.869Z] Model: 44 [2021-02-02T17:49:50.869Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-02T17:49:50.869Z] Stepping: 1 [2021-02-02T17:49:50.869Z] CPU MHz: 2933.436 [2021-02-02T17:49:50.869Z] BogoMIPS: 5866.87 [2021-02-02T17:49:50.869Z] Virtualization: VT-x [2021-02-02T17:49:50.869Z] Hypervisor vendor: KVM [2021-02-02T17:49:50.869Z] Virtualization type: full [2021-02-02T17:49:50.869Z] L1d cache: 128 KiB [2021-02-02T17:49:50.869Z] L1i cache: 128 KiB [2021-02-02T17:49:50.869Z] L2 cache: 16 MiB [2021-02-02T17:49:50.869Z] L3 cache: 64 MiB [2021-02-02T17:49:50.869Z] NUMA node0 CPU(s): 0-3 [2021-02-02T17:49:50.869Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-02T17:49:50.869Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-02T17:49:50.869Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-02T17:49:50.869Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-02T17:49:50.869Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-02T17:49:50.869Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-02T17:49:50.869Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-02T17:49:50.869Z] Vulnerability Srbds: Not affected [2021-02-02T17:49:50.869Z] Vulnerability Tsx async abort: Not affected [2021-02-02T17:49:50.869Z] 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-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] ---> nproc: [2021-02-02T17:49:50.869Z] 4 [2021-02-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] ---> df -h: [2021-02-02T17:49:50.869Z] Filesystem Size Used Available Use% Mounted on [2021-02-02T17:49:50.869Z] overlay 50.0G 11.3G 38.7G 23% / [2021-02-02T17:49:50.869Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-02T17:49:50.869Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-02T17:49:50.869Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-02T17:49:50.869Z] /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os [2021-02-02T17:49:50.869Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf [2021-02-02T17:49:50.869Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname [2021-02-02T17:49:50.869Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts [2021-02-02T17:49:50.869Z] /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json [2021-02-02T17:49:50.869Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host [2021-02-02T17:49:50.869Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure [2021-02-02T17:49:50.869Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log [2021-02-02T17:49:50.869Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/2 [2021-02-02T17:49:50.869Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/2@tmp [2021-02-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] ---> free -m: [2021-02-02T17:49:50.869Z] total used free shared buff/cache available [2021-02-02T17:49:50.869Z] Mem: 1837 725 146 0 965 1029 [2021-02-02T17:49:50.869Z] Swap: 1023 55 968 [2021-02-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] ---> ip addr: [2021-02-02T17:49:50.869Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-02T17:49:50.869Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-02T17:49:50.869Z] inet 127.0.0.1/8 scope host lo [2021-02-02T17:49:50.869Z] valid_lft forever preferred_lft forever [2021-02-02T17:49:50.869Z] inet6 ::1/128 scope host [2021-02-02T17:49:50.869Z] valid_lft forever preferred_lft forever [2021-02-02T17:49:50.869Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-02T17:49:50.869Z] link/ether fa:16:3e:5f:1f:d1 brd ff:ff:ff:ff:ff:ff [2021-02-02T17:49:50.869Z] inet 10.30.122.19/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-02T17:49:50.869Z] valid_lft 85122sec preferred_lft 85122sec [2021-02-02T17:49:50.869Z] inet6 fe80::f816:3eff:fe5f:1fd1/64 scope link [2021-02-02T17:49:50.869Z] valid_lft forever preferred_lft forever [2021-02-02T17:49:50.869Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-02T17:49:50.869Z] link/ether 02:42:7a:d3:38:6a brd ff:ff:ff:ff:ff:ff [2021-02-02T17:49:50.869Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-02T17:49:50.869Z] valid_lft forever preferred_lft forever [2021-02-02T17:49:50.869Z] inet6 fe80::42:7aff:fed3:386a/64 scope link [2021-02-02T17:49:50.869Z] valid_lft forever preferred_lft forever [2021-02-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] ---> sar -b -r -n DEV: [2021-02-02T17:49:50.869Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/02/21 _x86_64_ (4 CPU) [2021-02-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] 17:28:20 LINUX RESTART (4 CPU) [2021-02-02T17:49:50.869Z] [2021-02-02T17:49:50.869Z] 17:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-02T17:49:50.869Z] 17:30:01 141.60 70.55 71.05 0.00 9536.91 24471.11 0.00 [2021-02-02T17:49:50.869Z] 17:31:01 329.27 134.63 194.64 0.00 5538.12 46163.32 0.00 [2021-02-02T17:49:50.869Z] 17:32:01 122.86 37.70 85.16 0.00 1513.76 9687.72 0.00 [2021-02-02T17:49:50.869Z] 17:33:02 134.61 60.23 74.38 0.00 3402.06 9821.45 0.00 [2021-02-02T17:49:50.869Z] 17:34:01 325.11 124.59 200.52 0.00 55339.15 128684.50 0.00 [2021-02-02T17:49:50.869Z] 17:35:02 3145.25 2791.88 353.37 0.00 169913.57 184774.70 0.00 [2021-02-02T17:49:50.869Z] 17:36:01 463.01 272.66 190.35 0.00 19895.18 31555.23 0.00 [2021-02-02T17:49:50.869Z] 17:37:02 1388.89 1090.69 298.21 0.00 100793.76 149097.63 0.00 [2021-02-02T17:49:50.869Z] 17:38:01 536.58 291.14 245.44 0.00 20345.00 49591.32 0.00 [2021-02-02T17:49:50.869Z] 17:39:01 37.30 12.25 25.05 0.00 2902.13 840.03 0.00 [2021-02-02T17:49:50.869Z] 17:40:01 0.30 0.02 0.28 0.00 0.13 3.36 0.00 [2021-02-02T17:49:50.869Z] 17:41:01 0.27 0.03 0.23 0.00 0.27 2.48 0.00 [2021-02-02T17:49:50.869Z] 17:42:01 0.35 0.02 0.33 0.00 0.13 3.55 0.00 [2021-02-02T17:49:50.869Z] 17:43:01 0.27 0.02 0.25 0.00 0.13 2.46 0.00 [2021-02-02T17:49:50.869Z] 17:44:01 2.46 1.67 0.80 0.00 58.48 15.09 0.00 [2021-02-02T17:49:50.869Z] 17:45:01 0.27 0.00 0.27 0.00 0.00 2.76 0.00 [2021-02-02T17:49:50.869Z] 17:46:01 0.23 0.03 0.20 0.00 0.80 1.78 0.00 [2021-02-02T17:49:50.869Z] 17:47:01 0.25 0.00 0.25 0.00 0.00 3.26 0.00 [2021-02-02T17:49:50.870Z] 17:48:01 0.27 0.00 0.27 0.00 0.00 2.65 0.00 [2021-02-02T17:49:50.870Z] 17:49:01 0.30 0.03 0.27 0.00 0.80 3.25 0.00 [2021-02-02T17:49:50.870Z] Average: 333.46 246.38 87.07 0.00 19573.73 31828.17 0.00 [2021-02-02T17:49:50.870Z] [2021-02-02T17:49:50.870Z] 17:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-02T17:49:50.870Z] 17:30:01 81748 0 680764 36.18 2596 1116436 1496460 51.07 715460 878108 94016 [2021-02-02T17:49:50.870Z] 17:31:01 144368 0 842940 44.80 1492 892744 1507384 51.44 636328 832688 5728 [2021-02-02T17:49:50.870Z] 17:32:01 181380 0 785592 41.75 704 913868 1835288 62.64 687404 731976 80404 [2021-02-02T17:49:50.870Z] 17:33:02 224504 0 753284 40.04 632 903124 1356920 46.31 626748 739560 49792 [2021-02-02T17:49:50.870Z] 17:34:01 72608 0 830028 44.11 36 978872 2263160 77.24 742236 861164 25288 [2021-02-02T17:49:50.870Z] 17:35:02 68044 0 807964 42.94 36 1005500 2157688 73.64 772048 813664 46704 [2021-02-02T17:49:50.870Z] 17:36:01 455952 0 712716 37.88 36 712840 1379168 47.07 474500 703528 72 [2021-02-02T17:49:50.870Z] 17:37:02 78180 0 788764 41.92 36 1014564 2170620 74.08 598456 954120 70340 [2021-02-02T17:49:50.870Z] 17:38:01 123580 0 734748 39.05 36 1023180 1515808 51.73 588936 918168 7460 [2021-02-02T17:49:50.870Z] 17:39:01 171884 0 647920 34.44 36 1061704 1185588 40.46 507720 957584 12 [2021-02-02T17:49:50.870Z] 17:40:01 172824 0 646976 34.39 36 1061708 1175428 40.12 507372 956936 8 [2021-02-02T17:49:50.870Z] 17:41:01 173760 0 646028 34.33 36 1061720 1175308 40.11 507524 956812 8 [2021-02-02T17:49:50.870Z] 17:42:01 174176 0 645604 34.31 36 1061728 1167072 39.83 506912 956676 8 [2021-02-02T17:49:50.870Z] 17:43:01 174704 0 645068 34.28 36 1061736 1167144 39.83 506972 956680 12 [2021-02-02T17:49:50.870Z] 17:44:01 172556 0 646156 34.34 36 1062796 1167144 39.83 507556 957388 12 [2021-02-02T17:49:50.870Z] 17:45:01 172760 0 645936 34.33 36 1062812 1167096 39.83 507172 957396 12 [2021-02-02T17:49:50.870Z] 17:46:01 173080 0 645620 34.31 36 1062808 1167072 39.83 507156 957412 8 [2021-02-02T17:49:50.870Z] 17:47:01 172424 0 646256 34.35 36 1062828 1167168 39.83 507444 957424 8 [2021-02-02T17:49:50.870Z] 17:48:01 172676 0 646000 34.33 36 1062832 1167072 39.83 507296 957420 16 [2021-02-02T17:49:50.870Z] 17:49:01 172992 0 645684 34.32 36 1062832 1167144 39.83 507380 957436 12 [2021-02-02T17:49:50.870Z] Average: 166710 0 702202 37.32 300 1012332 1427787 48.73 571131 898107 18996 [2021-02-02T17:49:50.870Z] [2021-02-02T17:49:50.870Z] 17:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-02T17:49:50.870Z] 17:30:01 eth0 1374.69 1665.14 5789.09 195.46 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:30:01 docker0 1061.65 723.49 80.26 2675.55 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:31:01 veth6ef0399 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:31:01 eth0 479.76 378.54 3676.76 40.90 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:31:01 docker0 128.98 174.87 9.36 834.33 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:32:01 veth6ef0399 0.63 0.65 0.05 0.05 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:32:01 eth0 26.95 13.29 21.43 10.33 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:32:01 docker0 0.63 0.63 0.04 0.05 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:33:02 veth6ef0399 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:33:02 eth0 38.54 28.15 21.17 82.81 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:33:02 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:34:01 eth0 203.43 164.38 1711.65 54.36 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:34:01 vetheb15211 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:35:02 eth0 51.14 37.83 159.36 27.50 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:35:02 vetheb15211 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:35:02 docker0 25.41 30.32 1.62 144.79 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:36:01 eth0 48.54 26.15 203.93 9.14 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:36:01 vetheb15211 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:36:01 docker0 11.07 24.40 0.62 141.51 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:37:02 vethf011814 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:37:02 eth0 44.63 28.14 99.51 14.28 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:37:02 veth1ea56d5 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:38:01 veth775ef5a 5.02 5.41 0.61 21.06 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:38:01 eth0 241.87 183.31 1674.96 107.73 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:38:01 vetheb15211 0.00 0.95 0.00 0.04 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:39:01 eth0 13.80 7.84 43.91 3.88 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:39:01 docker0 1263.55 1026.45 94.16 4301.70 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:40:01 eth0 1.65 0.50 0.38 0.21 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:41:01 eth0 1.05 0.53 0.54 0.39 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:42:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:43:01 eth0 0.53 0.28 0.27 0.17 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:44:01 eth0 0.20 0.10 0.08 0.09 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:45:01 eth0 0.15 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:46:01 eth0 0.53 0.15 0.05 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:47:01 eth0 0.53 0.30 0.27 0.20 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:48:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:49:01 eth0 0.23 0.15 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] Average: eth0 126.37 126.76 669.34 27.33 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] Average: docker0 63.25 51.38 4.71 215.34 0.00 0.00 0.00 0.00 [2021-02-02T17:49:50.870Z] [2021-02-02T17:49:50.870Z] [2021-02-02T17:49:50.870Z] ---> sar -P ALL: [2021-02-02T17:49:50.870Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/02/21 _x86_64_ (4 CPU) [2021-02-02T17:49:50.870Z] [2021-02-02T17:49:50.870Z] 17:28:20 LINUX RESTART (4 CPU) [2021-02-02T17:49:50.870Z] [2021-02-02T17:49:50.870Z] 17:29:01 CPU %user %nice %system %iowait %steal %idle [2021-02-02T17:49:50.870Z] 17:30:01 all 15.35 0.00 7.49 1.71 0.21 75.24 [2021-02-02T17:49:50.870Z] 17:30:01 0 12.86 0.00 8.32 1.77 0.17 76.88 [2021-02-02T17:49:50.870Z] 17:30:01 1 20.60 0.00 7.18 2.71 0.22 69.28 [2021-02-02T17:49:50.870Z] 17:30:01 2 11.40 0.00 6.72 0.92 0.24 80.71 [2021-02-02T17:49:50.870Z] 17:30:01 3 16.52 0.00 7.75 1.42 0.21 74.10 [2021-02-02T17:49:50.870Z] 17:31:01 all 13.28 0.00 10.39 5.85 0.67 69.81 [2021-02-02T17:49:50.870Z] 17:31:01 0 12.66 0.00 10.25 4.52 0.68 71.90 [2021-02-02T17:49:50.870Z] 17:31:01 1 13.26 0.00 9.81 6.83 0.65 69.44 [2021-02-02T17:49:50.870Z] 17:31:01 2 13.30 0.00 11.25 5.09 0.74 69.62 [2021-02-02T17:49:50.870Z] 17:31:01 3 13.91 0.00 10.24 6.95 0.61 68.29 [2021-02-02T17:49:50.870Z] 17:32:01 all 56.53 0.00 13.54 3.73 0.88 25.31 [2021-02-02T17:49:50.870Z] 17:32:01 0 53.34 0.00 12.85 1.25 1.04 31.52 [2021-02-02T17:49:50.870Z] 17:32:01 1 57.57 0.00 13.92 3.02 0.94 24.55 [2021-02-02T17:49:50.870Z] 17:32:01 2 57.43 0.00 14.39 6.96 0.85 20.37 [2021-02-02T17:49:50.870Z] 17:32:01 3 57.77 0.00 13.01 3.72 0.71 24.78 [2021-02-02T17:49:50.870Z] 17:33:02 all 48.28 0.00 14.59 3.15 0.48 33.49 [2021-02-02T17:49:50.870Z] 17:33:02 0 46.51 0.00 14.26 3.60 0.50 35.12 [2021-02-02T17:49:50.870Z] 17:33:02 1 49.92 0.00 15.04 1.95 0.52 32.56 [2021-02-02T17:49:50.870Z] 17:33:02 2 48.93 0.00 14.56 4.15 0.49 31.87 [2021-02-02T17:49:50.870Z] 17:33:02 3 47.76 0.00 14.51 2.90 0.42 34.42 [2021-02-02T17:49:50.870Z] 17:34:01 all 22.60 0.00 19.96 6.23 1.00 50.21 [2021-02-02T17:49:50.870Z] 17:34:01 0 21.74 0.00 19.71 6.90 1.05 50.60 [2021-02-02T17:49:50.870Z] 17:34:01 1 23.26 0.00 20.18 6.08 0.98 49.49 [2021-02-02T17:49:50.870Z] 17:34:01 2 23.41 0.00 19.90 5.75 0.91 50.03 [2021-02-02T17:49:50.870Z] 17:34:01 3 21.99 0.00 20.07 6.18 1.04 50.73 [2021-02-02T17:49:50.870Z] 17:35:02 all 22.18 0.00 29.37 24.22 1.11 23.11 [2021-02-02T17:49:50.870Z] 17:35:02 0 22.23 0.00 30.02 25.09 1.09 21.56 [2021-02-02T17:49:50.870Z] 17:35:02 1 23.50 0.00 29.46 26.31 1.11 19.63 [2021-02-02T17:49:50.870Z] 17:35:02 2 22.52 0.00 30.17 25.50 0.97 20.83 [2021-02-02T17:49:50.870Z] 17:35:02 3 20.46 0.00 27.82 19.90 1.26 30.56 [2021-02-02T17:49:50.870Z] 17:36:01 all 57.62 0.00 16.30 13.60 0.53 11.96 [2021-02-02T17:49:50.870Z] 17:36:01 0 56.81 0.00 17.24 15.55 0.51 9.88 [2021-02-02T17:49:50.870Z] 17:36:01 1 58.42 0.00 15.93 13.15 0.49 12.01 [2021-02-02T17:49:50.870Z] 17:36:01 2 58.07 0.00 15.66 15.34 0.53 10.40 [2021-02-02T17:49:50.870Z] 17:36:01 3 57.19 0.00 16.36 10.33 0.57 15.56 [2021-02-02T17:49:50.870Z] 17:37:02 all 41.82 0.00 26.22 12.01 1.05 18.90 [2021-02-02T17:49:50.870Z] 17:37:02 0 41.71 0.00 26.45 11.86 1.09 18.89 [2021-02-02T17:49:50.870Z] 17:37:02 1 42.86 0.00 26.54 12.14 0.88 17.58 [2021-02-02T17:49:50.870Z] 17:37:02 2 41.31 0.00 26.20 12.96 0.93 18.59 [2021-02-02T17:49:50.871Z] 17:37:02 3 41.41 0.00 25.69 11.08 1.29 20.53 [2021-02-02T17:49:50.871Z] 17:38:01 all 28.44 0.00 14.42 11.86 0.14 45.14 [2021-02-02T17:49:50.871Z] 17:38:01 0 31.48 0.00 15.45 14.73 0.14 38.20 [2021-02-02T17:49:50.871Z] 17:38:01 1 26.64 0.00 14.14 11.54 0.10 47.57 [2021-02-02T17:49:50.871Z] 17:38:01 2 29.05 0.00 14.42 11.58 0.12 44.83 [2021-02-02T17:49:50.871Z] 17:38:01 3 26.61 0.00 13.67 9.63 0.18 49.91 [2021-02-02T17:49:50.871Z] 17:39:01 all 0.91 0.00 0.93 1.01 0.02 97.14 [2021-02-02T17:49:50.871Z] 17:39:01 0 1.14 0.00 0.79 0.28 0.02 97.78 [2021-02-02T17:49:50.871Z] 17:39:01 1 0.64 0.00 0.82 0.32 0.02 98.21 [2021-02-02T17:49:50.871Z] 17:39:01 2 0.74 0.00 1.12 1.89 0.03 96.22 [2021-02-02T17:49:50.871Z] 17:39:01 3 1.12 0.00 1.00 1.54 0.00 96.33 [2021-02-02T17:49:50.871Z] 17:40:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-02-02T17:49:50.871Z] 17:40:01 0 0.30 0.00 0.05 0.00 0.00 99.65 [2021-02-02T17:49:50.871Z] 17:40:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-02T17:49:50.871Z] 17:40:01 2 0.27 0.00 0.03 0.00 0.00 99.70 [2021-02-02T17:49:50.871Z] 17:40:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-02-02T17:49:50.871Z] [2021-02-02T17:49:50.871Z] 17:40:01 CPU %user %nice %system %iowait %steal %idle [2021-02-02T17:49:50.871Z] 17:41:01 all 0.17 0.00 0.03 0.00 0.00 99.79 [2021-02-02T17:49:50.871Z] 17:41:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-02-02T17:49:50.871Z] 17:41:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-02T17:49:50.871Z] 17:41:01 2 0.53 0.00 0.02 0.02 0.00 99.43 [2021-02-02T17:49:50.871Z] 17:41:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-02T17:49:50.871Z] 17:42:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-02T17:49:50.871Z] 17:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-02T17:49:50.871Z] 17:42:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-02T17:49:50.871Z] 17:42:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-02T17:49:50.871Z] 17:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-02T17:49:50.871Z] 17:43:01 all 0.19 0.00 0.17 0.00 0.00 99.64 [2021-02-02T17:49:50.871Z] 17:43:01 0 0.05 0.00 0.10 0.00 0.00 99.85 [2021-02-02T17:49:50.871Z] 17:43:01 1 0.05 0.00 0.15 0.00 0.00 99.80 [2021-02-02T17:49:50.871Z] 17:43:01 2 0.57 0.00 0.23 0.00 0.00 99.20 [2021-02-02T17:49:50.871Z] 17:43:01 3 0.08 0.00 0.18 0.00 0.02 99.72 [2021-02-02T17:49:50.871Z] 17:44:01 all 0.14 0.00 0.07 0.02 0.00 99.76 [2021-02-02T17:49:50.871Z] 17:44:01 0 0.03 0.00 0.08 0.00 0.00 99.88 [2021-02-02T17:49:50.871Z] 17:44:01 1 0.03 0.00 0.12 0.08 0.00 99.77 [2021-02-02T17:49:50.871Z] 17:44:01 2 0.45 0.00 0.05 0.00 0.00 99.50 [2021-02-02T17:49:50.871Z] 17:44:01 3 0.03 0.00 0.05 0.02 0.00 99.90 [2021-02-02T17:49:50.871Z] 17:45:01 all 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-02T17:49:50.871Z] 17:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-02T17:49:50.871Z] 17:45:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-02T17:49:50.871Z] 17:45:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2021-02-02T17:49:50.871Z] 17:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-02T17:49:50.871Z] 17:46:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-02T17:49:50.871Z] 17:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-02T17:49:50.871Z] 17:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-02T17:49:50.871Z] 17:46:01 2 0.22 0.00 0.07 0.00 0.00 99.72 [2021-02-02T17:49:50.871Z] 17:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-02T17:49:50.871Z] 17:47:01 all 0.17 0.00 0.02 0.00 0.00 99.80 [2021-02-02T17:49:50.871Z] 17:47:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2021-02-02T17:49:50.871Z] 17:47:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-02T17:49:50.871Z] 17:47:01 2 0.52 0.00 0.02 0.00 0.02 99.45 [2021-02-02T17:49:50.871Z] 17:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-02T17:49:50.871Z] 17:48:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-02-02T17:49:50.871Z] 17:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-02T17:49:50.871Z] 17:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-02T17:49:50.871Z] 17:48:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-02T17:49:50.871Z] 17:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-02T17:49:50.871Z] 17:49:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-02T17:49:50.871Z] 17:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-02T17:49:50.871Z] 17:49:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-02T17:49:50.871Z] 17:49:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-02T17:49:50.871Z] 17:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-02T17:49:50.871Z] Average: all 14.97 0.00 7.46 4.04 0.30 73.24 [2021-02-02T17:49:50.871Z] Average: 0 14.63 0.00 7.57 4.15 0.31 73.35 [2021-02-02T17:49:50.871Z] Average: 1 15.40 0.00 7.46 4.08 0.29 72.77 [2021-02-02T17:49:50.871Z] Average: 2 15.06 0.00 7.52 4.37 0.28 72.77 [2021-02-02T17:49:50.871Z] Average: 3 14.78 0.00 7.28 3.56 0.30 74.07 [2021-02-02T17:49:50.871Z] [2021-02-02T17:49:50.871Z] [2021-02-02T17:49:50.871Z]