Pull request #3153 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 47b4c9e6fc4044b20e859d8e973f792df8961e2f+62a248a5b0afc117ade2468f75438786c02ce52d (e420b3c9bcb65fcd6432be0b3abe503c086b4510) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26068 in /w/workspace/edgexfoundry_edgex-go_PR-3153 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit 47b4c9e6fc4044b20e859d8e973f792df8961e2f > 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/3153/head:refs/remotes/origin/PR-3153 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 47b4c9e6fc4044b20e859d8e973f792df8961e2f # timeout=10 Merge succeeded, producing 47b4c9e6fc4044b20e859d8e973f792df8961e2f Checking out Revision 47b4c9e6fc4044b20e859d8e973f792df8961e2f (PR-3153) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 47b4c9e6fc4044b20e859d8e973f792df8961e2f # timeout=10 Commit message: "feat(command): remove required section out of response DTO" > git rev-list --no-walk 4a23d25d86ca8635477d675c485e5c8308d97705 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-11T04:44:45.284Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-11T04:44:45.598Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-11T04:44:45.702Z] ========================================================= [2021-02-11T04:44:45.703Z] EdgeX Global Pipelines Version Info [2021-02-11T04:44:45.703Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-11T04:44:47.286Z] ------------------- [2021-02-11T04:44:47.286Z] stable info: [2021-02-11T04:44:47.286Z] ------------------- [2021-02-11T04:44:47.286Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-11T04:44:47.286Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-11T04:44:47.286Z] Message: update stable to v1.0.179 [2021-02-11T04:44:48.238Z] ------------------- [2021-02-11T04:44:48.238Z] experimental info: [2021-02-11T04:44:48.238Z] ------------------- [2021-02-11T04:44:48.238Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-11T04:44:48.238Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-11T04:44:48.238Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-11T04:44:48.520Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-11T04:44:48.617Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-11T04:44:48.722Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-11T04:44:48.814Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-11T04:44:48.932Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-11T04:44:49.029Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-11T04:44:49.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-11T04:44:49.217Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-11T04:44:49.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-11T04:44:49.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-11T04:44:49.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-11T04:44:49.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-11T04:44:49.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-11T04:44:49.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-11T04:44:49.874Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-11T04:44:49.972Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-11T04:44:50.059Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-11T04:44:50.176Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-11T04:44:50.265Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-11T04:44:50.376Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-11T04:44:50.497Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-11T04:44:50.593Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-11T04:44:50.694Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-11T04:44:50.785Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3153 [Pipeline] echo [2021-02-11T04:44:50.882Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3153 [Pipeline] echo [2021-02-11T04:44:51.008Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3153 [Pipeline] echo [2021-02-11T04:44:51.098Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 47b4c9e6fc4044b20e859d8e973f792df8961e2f [Pipeline] echo [2021-02-11T04:44:51.194Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 47b4c9e [Pipeline] echo [2021-02-11T04:44:51.285Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T04:44:51.470Z] provisioning config files... [2021-02-11T04:44:51.508Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config6413836754490022084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T04:44:52.009Z] ---> docker-login.sh [2021-02-11T04:44:52.010Z] nexus3.edgexfoundry.org:10001 [2021-02-11T04:44:52.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T04:44:52.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T04:44:52.540Z] Configure a credential helper to remove this warning. See [2021-02-11T04:44:52.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T04:44:52.540Z] [2021-02-11T04:44:52.540Z] Login Succeeded [2021-02-11T04:44:52.540Z] nexus3.edgexfoundry.org:10002 [2021-02-11T04:44:52.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T04:44:52.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T04:44:52.805Z] Configure a credential helper to remove this warning. See [2021-02-11T04:44:52.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T04:44:52.805Z] [2021-02-11T04:44:52.805Z] Login Succeeded [2021-02-11T04:44:52.805Z] nexus3.edgexfoundry.org:10003 [2021-02-11T04:44:52.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T04:44:52.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T04:44:52.805Z] Configure a credential helper to remove this warning. See [2021-02-11T04:44:52.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T04:44:52.805Z] [2021-02-11T04:44:52.805Z] Login Succeeded [2021-02-11T04:44:52.805Z] nexus3.edgexfoundry.org:10004 [2021-02-11T04:44:53.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T04:44:53.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T04:44:53.068Z] Configure a credential helper to remove this warning. See [2021-02-11T04:44:53.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T04:44:53.068Z] [2021-02-11T04:44:53.068Z] Login Succeeded [2021-02-11T04:44:53.068Z] docker.io [2021-02-11T04:44:53.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T04:44:53.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T04:44:53.644Z] Configure a credential helper to remove this warning. See [2021-02-11T04:44:53.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T04:44:53.644Z] [2021-02-11T04:44:53.644Z] Login Succeeded [2021-02-11T04:44:53.644Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T04:44:53.654Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-11T04:44:54.126Z] ++ 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-11T04:44:54.127Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T04:44:54.127Z] ++ dirname cmd/core-command/Dockerfile [2021-02-11T04:44:54.127Z] ++ cut -d/ -f2 [2021-02-11T04:44:54.127Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-11T04:44:54.127Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T04:44:54.127Z] ++ dirname cmd/core-data/Dockerfile [2021-02-11T04:44:54.127Z] ++ cut -d/ -f2 [2021-02-11T04:44:54.127Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-11T04:44:54.127Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T04:44:54.127Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-11T04:44:54.127Z] ++ cut -d/ -f2 [2021-02-11T04:44:54.127Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-11T04:44:54.127Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T04:44:54.127Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-11T04:44:54.127Z] ++ cut -d/ -f2 [2021-02-11T04:44:54.127Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-11T04:44:54.127Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T04:44:54.127Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-11T04:44:54.127Z] ++ cut -d/ -f2 [2021-02-11T04:44:54.127Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-11T04:44:54.127Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T04:44:54.127Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-11T04:44:54.127Z] ++ cut -d/ -f2 [2021-02-11T04:44:54.127Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-11T04:44:54.127Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T04:44:54.127Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-11T04:44:54.127Z] ++ cut -d/ -f2 [2021-02-11T04:44:54.127Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-11T04:44:54.127Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T04:44:54.127Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-11T04:44:54.127Z] ++ cut -d/ -f2 [2021-02-11T04:44:54.127Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-11T04:44:54.127Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T04:44:54.127Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-11T04:44:54.127Z] ++ cut -d/ -f2 [2021-02-11T04:44:54.127Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-11T04:44:54.200Z] 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-11T04:44:55.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T04:44:55.804Z] [2021-02-11T04:44:55.804Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:44:56.148Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T04:44:56.148Z] latest: Pulling from edgex-devops/git-semver [2021-02-11T04:44:56.148Z] 31603596830f: Pulling fs layer [2021-02-11T04:44:56.148Z] 2a8b12db71e7: Pulling fs layer [2021-02-11T04:44:56.148Z] 6ca5941a6612: Pulling fs layer [2021-02-11T04:44:56.148Z] ecc8261a40a4: Pulling fs layer [2021-02-11T04:44:56.148Z] ecc8261a40a4: Waiting [2021-02-11T04:44:56.148Z] 2a8b12db71e7: Download complete [2021-02-11T04:44:56.410Z] 31603596830f: Verifying Checksum [2021-02-11T04:44:56.410Z] 31603596830f: Download complete [2021-02-11T04:44:56.410Z] ecc8261a40a4: Verifying Checksum [2021-02-11T04:44:56.410Z] ecc8261a40a4: Download complete [2021-02-11T04:44:56.410Z] 6ca5941a6612: Verifying Checksum [2021-02-11T04:44:56.410Z] 6ca5941a6612: Download complete [2021-02-11T04:44:56.672Z] 31603596830f: Pull complete [2021-02-11T04:44:56.939Z] 2a8b12db71e7: Pull complete [2021-02-11T04:44:57.519Z] 6ca5941a6612: Pull complete [2021-02-11T04:44:58.096Z] ecc8261a40a4: Pull complete [2021-02-11T04:44:58.096Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-11T04:44:58.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T04:44:58.096Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-11T04:44:58.198Z] prd-centos7-docker-4c-2g-26068 does not seem to be running inside a container [2021-02-11T04:44:58.252Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-11T04:45:00.731Z] $ docker top ae93ac8c06727eb037b1d2177dc529d035fb7521ab7cec138d168c4f66b03860 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-11T04:45:01.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-11T04:45:01.011Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-11T04:45:01.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-11T04:45:01.218Z] $ docker exec ae93ac8c06727eb037b1d2177dc529d035fb7521ab7cec138d168c4f66b03860 ssh-agent [2021-02-11T04:45:01.381Z] SSH_AUTH_SOCK=/tmp/ssh-rxKMqXpRZhaZ/agent.13 [2021-02-11T04:45:01.381Z] SSH_AGENT_PID=18 [2021-02-11T04:45:01.389Z] Running ssh-add (command line suppressed) [2021-02-11T04:45:01.524Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_2881022337777232513.key (/w/workspace/edgex-go/8@tmp/private_key_2881022337777232513.key) [2021-02-11T04:45:01.574Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-11T04:45:01.923Z] + git tag --points-at HEAD [Pipeline] } [2021-02-11T04:45:02.032Z] $ docker exec --env ******** --env ******** ae93ac8c06727eb037b1d2177dc529d035fb7521ab7cec138d168c4f66b03860 ssh-agent -k [2021-02-11T04:45:02.221Z] unset SSH_AUTH_SOCK; [2021-02-11T04:45:02.221Z] unset SSH_AGENT_PID; [2021-02-11T04:45:02.221Z] echo Agent pid 18 killed; [2021-02-11T04:45:02.267Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-11T04:45:02.461Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-11T04:45:02.461Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-11T04:45:02.634Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-11T04:45:02.640Z] $ docker exec ae93ac8c06727eb037b1d2177dc529d035fb7521ab7cec138d168c4f66b03860 ssh-agent [2021-02-11T04:45:02.798Z] SSH_AUTH_SOCK=/tmp/ssh-anCsmrDRblzT/agent.46 [2021-02-11T04:45:02.798Z] SSH_AGENT_PID=51 [2021-02-11T04:45:02.805Z] Running ssh-add (command line suppressed) [2021-02-11T04:45:02.922Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_5180719781138881671.key (/w/workspace/edgex-go/8@tmp/private_key_5180719781138881671.key) [2021-02-11T04:45:02.978Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-11T04:45:03.320Z] + git semver init [2021-02-11T04:45:03.320Z] # -> Open(): unable to determine branch for HEAD [2021-02-11T04:45:03.320Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-02-11T04:45:03.320Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-02-11T04:45:03.320Z] # $SEMVER_REMOTE_NAME = origin [2021-02-11T04:45:03.320Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-11T04:45:03.320Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-11T04:45:03.320Z] # $SEMVER_BRANCH = PR-3153 [2021-02-11T04:45:03.320Z] # $SEMVER_TEMP = /tmp/semver-004437115 [2021-02-11T04:45:03.320Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-11T04:45:25.333Z] # '/tmp/semver-004437115' -> '/w/workspace/edgex-go/8/.semver' [2021-02-11T04:45:25.333Z] # -> Force: false [2021-02-11T04:45:25.333Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-02-11T04:45:25.354Z] $ docker exec --env ******** --env ******** ae93ac8c06727eb037b1d2177dc529d035fb7521ab7cec138d168c4f66b03860 ssh-agent -k [2021-02-11T04:45:25.612Z] unset SSH_AUTH_SOCK; [2021-02-11T04:45:25.613Z] unset SSH_AGENT_PID; [2021-02-11T04:45:25.614Z] echo Agent pid 51 killed; [2021-02-11T04:45:25.707Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-11T04:45:26.221Z] + git semver [Pipeline] } [2021-02-11T04:45:26.241Z] $ docker stop --time=1 ae93ac8c06727eb037b1d2177dc529d035fb7521ab7cec138d168c4f66b03860 [2021-02-11T04:45:27.828Z] $ docker rm -f ae93ac8c06727eb037b1d2177dc529d035fb7521ab7cec138d168c4f66b03860 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T04:45:28.422Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-11T04:45:29.020Z] Stashed 1 file(s) [Pipeline] echo [2021-02-11T04:45:29.023Z] [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-11T04:45:29.917Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-11T04:45:30.219Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-11T04:45:30.517Z] + sudo service docker restart [2021-02-11T04:45:30.517Z] + true [2021-02-11T04:45:30.517Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-11T04:45:31.108Z] ========================================================= [2021-02-11T04:45:31.108Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-11T04:45:31.108Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:45:31.457Z] + 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-11T04:45:34.778Z] Sending build context to Docker daemon 327.9MB [2021-02-11T04:45:34.778Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-11T04:45:34.778Z] Step 2/6 : FROM ${BASE} [2021-02-11T04:45:34.778Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-11T04:45:34.778Z] 188c0c94c7c5: Pulling fs layer [2021-02-11T04:45:34.778Z] 0ef7d3d256c8: Pulling fs layer [2021-02-11T04:45:34.778Z] de9db76c5a1d: Pulling fs layer [2021-02-11T04:45:34.778Z] bca2f99d35d6: Pulling fs layer [2021-02-11T04:45:34.778Z] 93359f2a8cfa: Pulling fs layer [2021-02-11T04:45:34.778Z] 7c6f9722023f: Pulling fs layer [2021-02-11T04:45:34.778Z] a35cf1a2eb13: Pulling fs layer [2021-02-11T04:45:34.778Z] 93359f2a8cfa: Waiting [2021-02-11T04:45:34.778Z] 7c6f9722023f: Waiting [2021-02-11T04:45:34.778Z] a35cf1a2eb13: Waiting [2021-02-11T04:45:34.778Z] bca2f99d35d6: Waiting [2021-02-11T04:45:34.778Z] de9db76c5a1d: Verifying Checksum [2021-02-11T04:45:34.778Z] de9db76c5a1d: Download complete [2021-02-11T04:45:34.778Z] 0ef7d3d256c8: Download complete [2021-02-11T04:45:34.778Z] 93359f2a8cfa: Download complete [2021-02-11T04:45:34.778Z] 188c0c94c7c5: Verifying Checksum [2021-02-11T04:45:34.778Z] 188c0c94c7c5: Download complete [2021-02-11T04:45:34.778Z] 7c6f9722023f: Verifying Checksum [2021-02-11T04:45:34.778Z] 7c6f9722023f: Download complete [2021-02-11T04:45:35.041Z] 188c0c94c7c5: Pull complete [2021-02-11T04:45:35.988Z] 0ef7d3d256c8: Pull complete [2021-02-11T04:45:35.989Z] de9db76c5a1d: Pull complete [2021-02-11T04:45:37.382Z] a35cf1a2eb13: Verifying Checksum [2021-02-11T04:45:37.382Z] a35cf1a2eb13: Download complete [2021-02-11T04:45:37.382Z] bca2f99d35d6: Download complete [2021-02-11T04:45:42.733Z] bca2f99d35d6: Pull complete [2021-02-11T04:45:42.733Z] 93359f2a8cfa: Pull complete [2021-02-11T04:45:42.733Z] 7c6f9722023f: Pull complete [2021-02-11T04:45:44.405Z] Still waiting to schedule task [2021-02-11T04:45:44.405Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-11T04:45:48.057Z] a35cf1a2eb13: Pull complete [2021-02-11T04:45:48.057Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-11T04:45:48.057Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-11T04:45:48.057Z] ---> a62c8e92a672 [2021-02-11T04:45:48.057Z] 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-11T04:45:48.057Z] ---> Running in b12f22055380 [2021-02-11T04:45:48.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:45:49.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:45:49.544Z] (1/12) Installing libmagic (5.38-r0) [2021-02-11T04:45:50.119Z] (2/12) Installing file (5.38-r0) [2021-02-11T04:45:50.119Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-11T04:45:50.383Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-11T04:45:54.605Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-11T04:45:54.605Z] (6/12) Installing patch (2.7.6-r6) [2021-02-11T04:45:54.605Z] (7/12) Installing build-base (0.5-r2) [2021-02-11T04:45:54.605Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-11T04:45:54.605Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-11T04:45:54.605Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-11T04:45:54.605Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-11T04:45:54.605Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-11T04:45:54.605Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:45:54.605Z] OK: 233 MiB in 51 packages [2021-02-11T04:45:58.836Z] Removing intermediate container b12f22055380 [2021-02-11T04:45:58.836Z] ---> 867ef766cb94 [2021-02-11T04:45:58.836Z] Step 4/6 : WORKDIR /edgex-go [2021-02-11T04:45:58.836Z] ---> Running in 64aaf36e58fd [2021-02-11T04:45:58.836Z] Removing intermediate container 64aaf36e58fd [2021-02-11T04:45:58.836Z] ---> a5dea8ec62af [2021-02-11T04:45:58.836Z] Step 5/6 : COPY go.mod . [2021-02-11T04:45:58.836Z] ---> fdc7d873fd91 [2021-02-11T04:45:58.836Z] Step 6/6 : RUN go mod download [2021-02-11T04:45:58.836Z] ---> Running in 54d17312c22b [2021-02-11T04:46:20.868Z] Removing intermediate container 54d17312c22b [2021-02-11T04:46:20.868Z] ---> 8340c88aa62f [2021-02-11T04:46:20.868Z] Successfully built 8340c88aa62f [2021-02-11T04:46:20.868Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:46:21.196Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-11T04:46:21.196Z] . [Pipeline] withDockerContainer [2021-02-11T04:46:21.302Z] prd-centos7-docker-4c-2g-26068 does not seem to be running inside a container [2021-02-11T04:46:21.348Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-11T04:46:22.134Z] $ docker top 9e1c47dd17edb91e73d79c675c2c4c499962aed7f7aeefcbfc577e58c91e2811 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T04:46:22.630Z] + go version [2021-02-11T04:46:22.630Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-11T04:46:22.646Z] $ docker stop --time=1 9e1c47dd17edb91e73d79c675c2c4c499962aed7f7aeefcbfc577e58c91e2811 [2021-02-11T04:46:24.169Z] $ docker rm -f 9e1c47dd17edb91e73d79c675c2c4c499962aed7f7aeefcbfc577e58c91e2811 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:46:25.024Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-11T04:46:25.025Z] . [Pipeline] withDockerContainer [2021-02-11T04:46:25.120Z] prd-centos7-docker-4c-2g-26068 does not seem to be running inside a container [2021-02-11T04:46:25.171Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-11T04:46:25.938Z] $ docker top a8763d33284d95b9d4ad35a18d9a83eb48bcea1afc19e492046db17570469ddd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-11T04:46:26.167Z] ========================================================= [2021-02-11T04:46:26.168Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-11T04:46:26.168Z] ========================================================= [Pipeline] sh [2021-02-11T04:46:26.462Z] + make test [2021-02-11T04:46:26.462Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-11T04:46:36.517Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-11T04:46:51.556Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-11T04:46:55.851Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-11T04:46:55.851Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-11T04:46:55.851Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-11T04:46:59.367Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-11T04:46:59.367Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-11T04:46:59.367Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-11T04:46:59.367Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-11T04:46:59.367Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-11T04:46:59.953Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-11T04:47:01.898Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-11T04:47:01.899Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-11T04:47:01.899Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-11T04:47:03.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.133s coverage: 45.9% of statements [2021-02-11T04:47:03.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-11T04:47:03.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-11T04:47:03.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-11T04:47:03.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-11T04:47:03.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-11T04:47:03.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-11T04:47:03.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-11T04:47:04.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements [2021-02-11T04:47:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.159s coverage: 27.1% of statements [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-11T04:47:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-11T04:47:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-11T04:47:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 65.8% of statements [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-11T04:47:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.442s coverage: 82.3% of statements [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-11T04:47:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-11T04:47:10.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.342s coverage: 28.6% of statements [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-11T04:47:10.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-11T04:47:10.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-11T04:47:10.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-11T04:47:10.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-11T04:47:10.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-11T04:47:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-11T04:47:12.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.357s coverage: 92.8% of statements [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-11T04:47:12.689Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-11T04:47:12.689Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-11T04:47:12.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-11T04:47:12.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-11T04:47:12.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.036s coverage: 45.5% of statements [2021-02-11T04:47:12.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.049s coverage: 79.5% of statements [2021-02-11T04:47:12.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-02-11T04:47:12.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.046s coverage: 96.3% of statements [2021-02-11T04:47:12.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-02-11T04:47:24.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.046s coverage: 94.4% of statements [2021-02-11T04:47:24.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.286s coverage: 68.9% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 37.0% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.264s coverage: 84.0% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.112s coverage: 89.4% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.721s coverage: 29.1% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.059s coverage: 100.0% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-11T04:47:37.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-11T04:47:37.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-11T04:47:37.293Z] GO111MODULE=on go vet ./... [2021-02-11T04:47:41.420Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26069 in /w/workspace/edgexfoundry_edgex-go_PR-3153 [Pipeline] { [Pipeline] ws [2021-02-11T04:47:41.535Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-02-11T04:47:46.788Z] using credential edgex-jenkins-ssh [2021-02-11T04:47:46.847Z] Cloning the remote Git repository [2021-02-11T04:47:46.901Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-11T04:47:47.032Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-02-11T04:47:47.127Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T04:47:47.128Z] > git --version # timeout=10 [2021-02-11T04:47:47.146Z] > git --version # 'git version 2.17.1' [2021-02-11T04:47:47.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T04:47:47.229Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T04:48:04.075Z] gofmt -l . [2021-02-11T04:48:04.075Z] [ "`gofmt -l .`" = "" ] [2021-02-11T04:48:04.075Z] ./bin/test-go-mod-tidy.sh [2021-02-11T04:48:04.075Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-11T04:48:04.702Z] + ls -al . [2021-02-11T04:48:04.702Z] total 700 [2021-02-11T04:48:04.702Z] drwxrwxr-x 10 1001 1001 4096 Feb 11 04:48 . [2021-02-11T04:48:04.702Z] drwxr-xr-x 4 root root 28 Feb 11 04:46 .. [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 11 Feb 11 04:44 .dockerignore [2021-02-11T04:48:04.702Z] drwxrwxr-x 8 1001 1001 179 Feb 11 04:44 .git [2021-02-11T04:48:04.702Z] drwxrwxr-x 3 1001 1001 125 Feb 11 04:44 .github [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 818 Feb 11 04:44 .gitignore [2021-02-11T04:48:04.702Z] drwx------ 3 1001 1001 60 Feb 11 04:45 .semver [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 166 Feb 11 04:44 .sonarcloud.properties [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 7859 Feb 11 04:44 Attribution.txt [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 3804 Feb 11 04:44 CONTRIBUTING.md [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 931 Feb 11 04:44 Dockerfile.build [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 863 Feb 11 04:44 Jenkinsfile [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 10775 Feb 11 04:44 LICENSE [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 5774 Feb 11 04:44 Makefile [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 6524 Feb 11 04:44 README.md [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 6755 Feb 11 04:44 SECURITY.md [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 5 Feb 11 04:45 VERSION [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 4131 Feb 11 04:44 ZMQWindows.md [2021-02-11T04:48:04.702Z] drwxrwxr-x 2 1001 1001 117 Feb 11 04:44 bin [2021-02-11T04:48:04.702Z] drwxrwxr-x 14 1001 1001 4096 Feb 11 04:44 cmd [2021-02-11T04:48:04.702Z] -rw-r--r-- 1 root root 595164 Feb 11 04:47 coverage.out [2021-02-11T04:48:04.702Z] -rw-r--r-- 1 root root 1054 Feb 11 04:48 go.mod [2021-02-11T04:48:04.702Z] -rw-r--r-- 1 root root 19290 Feb 11 04:48 go.sum [2021-02-11T04:48:04.702Z] drwxrwxr-x 8 1001 1001 127 Feb 11 04:44 internal [2021-02-11T04:48:04.702Z] drwxrwxr-x 4 1001 1001 26 Feb 11 04:44 openapi [2021-02-11T04:48:04.702Z] drwxrwxr-x 4 1001 1001 71 Feb 11 04:44 snap [2021-02-11T04:48:04.702Z] -rw-rw-r-- 1 1001 1001 168 Feb 11 04:44 version.go [Pipeline] sh [2021-02-11T04:48:05.006Z] + '[' -e coverage.out ] [2021-02-11T04:48:05.006Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-11T04:48:05.251Z] Stashed 1 file(s) [Pipeline] sh [2021-02-11T04:48:05.553Z] + make build [2021-02-11T04:48:05.553Z] 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-11T04:48:06.224Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T04:48:06.242Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T04:48:06.272Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T04:48:07.215Z] Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit 47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:48:07.666Z] Merge succeeded, producing 47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:48:07.667Z] Checking out Revision 47b4c9e6fc4044b20e859d8e973f792df8961e2f (PR-3153) [2021-02-11T04:48:06.309Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T04:48:06.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T04:48:06.321Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3153/head:refs/remotes/origin/PR-3153 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-11T04:48:07.234Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T04:48:07.258Z] > git checkout -f 47b4c9e6fc4044b20e859d8e973f792df8961e2f # timeout=10 [2021-02-11T04:48:07.569Z] > git remote # timeout=10 [2021-02-11T04:48:07.588Z] > git config --get remote.origin.url # timeout=10 [2021-02-11T04:48:07.605Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T04:48:07.616Z] > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 [2021-02-11T04:48:07.641Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-11T04:48:07.671Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T04:48:07.685Z] > git checkout -f 47b4c9e6fc4044b20e859d8e973f792df8961e2f # timeout=10 [2021-02-11T04:48:08.882Z] 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-11T04:48:12.323Z] Commit message: "feat(command): remove required section out of response DTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-11T04:48:13.909Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-11T04:48:14.351Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-11T04:48:14.701Z] + true [2021-02-11T04:48:14.701Z] + sudo service docker restart [2021-02-11T04:48:17.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T04:48:17.439Z] provisioning config files... [2021-02-11T04:48:17.484Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config3970063388767527038tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T04:48:17.897Z] ---> docker-login.sh [2021-02-11T04:48:17.898Z] nexus3.edgexfoundry.org:10001 [2021-02-11T04:48:18.090Z] 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-11T04:48:18.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T04:48:19.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T04:48:19.490Z] Configure a credential helper to remove this warning. See [2021-02-11T04:48:19.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T04:48:19.490Z] [2021-02-11T04:48:19.490Z] Login Succeeded [2021-02-11T04:48:19.490Z] nexus3.edgexfoundry.org:10002 [2021-02-11T04:48:19.492Z] 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-11T04:48:19.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T04:48:20.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T04:48:20.037Z] Configure a credential helper to remove this warning. See [2021-02-11T04:48:20.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T04:48:20.037Z] [2021-02-11T04:48:20.037Z] Login Succeeded [2021-02-11T04:48:20.037Z] nexus3.edgexfoundry.org:10003 [2021-02-11T04:48:20.073Z] 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-11T04:48:20.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T04:48:20.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T04:48:20.584Z] Configure a credential helper to remove this warning. See [2021-02-11T04:48:20.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T04:48:20.584Z] [2021-02-11T04:48:20.584Z] Login Succeeded [2021-02-11T04:48:20.584Z] nexus3.edgexfoundry.org:10004 [2021-02-11T04:48:20.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T04:48:21.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T04:48:21.135Z] Configure a credential helper to remove this warning. See [2021-02-11T04:48:21.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T04:48:21.135Z] [2021-02-11T04:48:21.135Z] Login Succeeded [2021-02-11T04:48:21.135Z] docker.io [2021-02-11T04:48:21.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T04:48:21.470Z] 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-11T04:48:22.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T04:48:22.005Z] Configure a credential helper to remove this warning. See [2021-02-11T04:48:22.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T04:48:22.005Z] [2021-02-11T04:48:22.005Z] Login Succeeded [2021-02-11T04:48:22.005Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T04:48:22.022Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-11T04:48:22.497Z] ========================================================= [2021-02-11T04:48:22.497Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-11T04:48:22.497Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:48:22.874Z] 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-11T04:48:22.902Z] + 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-11T04:48:23.829Z] 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-11T04:48:25.235Z] 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-11T04:48:25.556Z] Sending build context to Docker daemon 166.3MB [2021-02-11T04:48:25.556Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-11T04:48:25.556Z] Step 2/6 : FROM ${BASE} [2021-02-11T04:48:25.556Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-11T04:48:25.556Z] 5f621e34cdf4: Pulling fs layer [2021-02-11T04:48:25.556Z] a4357932f1b6: Pulling fs layer [2021-02-11T04:48:25.556Z] 18c013af1878: Pulling fs layer [2021-02-11T04:48:25.556Z] 00ac8860ef70: Pulling fs layer [2021-02-11T04:48:25.556Z] 63d7cb157983: Pulling fs layer [2021-02-11T04:48:25.556Z] b116817d02f9: Pulling fs layer [2021-02-11T04:48:25.556Z] 745a02a5169b: Pulling fs layer [2021-02-11T04:48:25.556Z] 00ac8860ef70: Waiting [2021-02-11T04:48:25.556Z] 63d7cb157983: Waiting [2021-02-11T04:48:25.556Z] b116817d02f9: Waiting [2021-02-11T04:48:25.556Z] 745a02a5169b: Waiting [2021-02-11T04:48:25.556Z] 18c013af1878: Verifying Checksum [2021-02-11T04:48:25.556Z] 18c013af1878: Download complete [2021-02-11T04:48:25.556Z] a4357932f1b6: Verifying Checksum [2021-02-11T04:48:25.556Z] a4357932f1b6: Download complete [2021-02-11T04:48:25.556Z] 63d7cb157983: Verifying Checksum [2021-02-11T04:48:25.556Z] 63d7cb157983: Download complete [2021-02-11T04:48:25.556Z] b116817d02f9: Verifying Checksum [2021-02-11T04:48:25.556Z] b116817d02f9: Download complete [2021-02-11T04:48:25.556Z] 5f621e34cdf4: Verifying Checksum [2021-02-11T04:48:25.556Z] 5f621e34cdf4: Download complete [2021-02-11T04:48:26.160Z] 5f621e34cdf4: Pull complete [2021-02-11T04:48:26.199Z] 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-11T04:48:26.767Z] a4357932f1b6: Pull complete [2021-02-11T04:48:27.050Z] 18c013af1878: Pull complete [2021-02-11T04:48:27.153Z] 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-11T04:48:28.504Z] 745a02a5169b: Verifying Checksum [2021-02-11T04:48:28.504Z] 745a02a5169b: Download complete [Pipeline] } [2021-02-11T04:48:29.114Z] $ docker stop --time=1 a8763d33284d95b9d4ad35a18d9a83eb48bcea1afc19e492046db17570469ddd [2021-02-11T04:48:29.482Z] 00ac8860ef70: Verifying Checksum [2021-02-11T04:48:29.482Z] 00ac8860ef70: Download complete [2021-02-11T04:48:30.754Z] $ docker rm -f a8763d33284d95b9d4ad35a18d9a83eb48bcea1afc19e492046db17570469ddd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:48:34.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T04:48:34.332Z] [2021-02-11T04:48:34.332Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:48:34.677Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T04:48:34.677Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-11T04:48:34.677Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-11T04:48:34.677Z] ca9280d653b3: Pulling fs layer [2021-02-11T04:48:34.677Z] 7e9c9ca2126c: Pulling fs layer [2021-02-11T04:48:34.677Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-11T04:48:34.677Z] cbdbe7a5bc2a: Download complete [2021-02-11T04:48:35.262Z] ca9280d653b3: Verifying Checksum [2021-02-11T04:48:35.262Z] ca9280d653b3: Download complete [2021-02-11T04:48:35.262Z] cbdbe7a5bc2a: Pull complete [2021-02-11T04:48:36.215Z] ca9280d653b3: Pull complete [2021-02-11T04:48:36.215Z] 7e9c9ca2126c: Verifying Checksum [2021-02-11T04:48:36.215Z] 7e9c9ca2126c: Download complete [2021-02-11T04:48:39.715Z] 00ac8860ef70: Pull complete [2021-02-11T04:48:39.996Z] 63d7cb157983: Pull complete [2021-02-11T04:48:40.269Z] b116817d02f9: Pull complete [2021-02-11T04:48:44.402Z] 7e9c9ca2126c: Pull complete [2021-02-11T04:48:44.402Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-11T04:48:44.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T04:48:44.402Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-11T04:48:44.570Z] prd-centos7-docker-4c-2g-26068 does not seem to be running inside a container [2021-02-11T04:48:44.583Z] 745a02a5169b: Pull complete [2021-02-11T04:48:44.583Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-11T04:48:44.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-11T04:48:44.583Z] ---> b7e6874047d6 [2021-02-11T04:48:44.583Z] 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-11T04:48:44.624Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T04:48:45.554Z] $ docker top 95efdd015d6b02d8d14ba72a64568e9c937c8950c57f7ce820c0eedeb6f86bad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T04:48:46.079Z] + docker-compose build --help [2021-02-11T04:48:46.079Z] + grep parallel [2021-02-11T04:48:47.026Z] --parallel Build images in parallel. [Pipeline] } [2021-02-11T04:48:47.043Z] $ docker stop --time=1 95efdd015d6b02d8d14ba72a64568e9c937c8950c57f7ce820c0eedeb6f86bad [2021-02-11T04:48:47.969Z] ---> Running in 22e4223a85e9 [2021-02-11T04:48:48.405Z] $ docker rm -f 95efdd015d6b02d8d14ba72a64568e9c937c8950c57f7ce820c0eedeb6f86bad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:48:48.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T04:48:49.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T04:48:49.050Z] . [Pipeline] withDockerContainer [2021-02-11T04:48:49.185Z] prd-centos7-docker-4c-2g-26068 does not seem to be running inside a container [2021-02-11T04:48:49.413Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-11T04:48:49.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T04:48:50.236Z] $ docker top 4f1e3755f81db8ca95bbdc4bc9331b0d9b7c1bcf2c8a1d11c1c1d36c9a0b8949 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T04:48:50.536Z] (1/12) Installing libmagic (5.38-r0) [2021-02-11T04:48:50.536Z] (2/12) Installing file (5.38-r0) [2021-02-11T04:48:50.755Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-11T04:48:50.811Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-11T04:48:50.811Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-11T04:48:51.705Z] Building docker-core-command-go ... [2021-02-11T04:48:51.705Z] Building docker-core-data-go ... [2021-02-11T04:48:51.705Z] Building docker-core-metadata-go ... [2021-02-11T04:48:51.705Z] Building docker-security-bootstrapper-go ... [2021-02-11T04:48:51.705Z] Building docker-security-proxy-setup-go ... [2021-02-11T04:48:51.705Z] Building docker-security-secretstore-setup-go ... [2021-02-11T04:48:51.705Z] Building docker-support-notifications-go ... [2021-02-11T04:48:51.705Z] Building docker-support-scheduler-go ... [2021-02-11T04:48:51.705Z] Building docker-sys-mgmt-agent-go ... [2021-02-11T04:48:51.705Z] Building docker-support-notifications-go [2021-02-11T04:48:51.705Z] Building docker-core-command-go [2021-02-11T04:48:51.705Z] Building docker-security-secretstore-setup-go [2021-02-11T04:48:51.705Z] Building docker-security-bootstrapper-go [2021-02-11T04:48:51.705Z] Building docker-sys-mgmt-agent-go [2021-02-11T04:48:55.108Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-11T04:48:55.108Z] (6/12) Installing patch (2.7.6-r6) [2021-02-11T04:48:55.108Z] (7/12) Installing build-base (0.5-r2) [2021-02-11T04:48:55.108Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-11T04:48:55.699Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-11T04:48:55.699Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-11T04:48:55.976Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-11T04:48:55.976Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-11T04:48:55.976Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:48:55.976Z] OK: 217 MiB in 51 packages [2021-02-11T04:49:00.309Z] Removing intermediate container 22e4223a85e9 [2021-02-11T04:49:00.309Z] ---> 475c82b58a92 [2021-02-11T04:49:00.309Z] Step 4/6 : WORKDIR /edgex-go [2021-02-11T04:49:00.309Z] ---> Running in 108616ba1fb1 [2021-02-11T04:49:00.917Z] Removing intermediate container 108616ba1fb1 [2021-02-11T04:49:00.917Z] ---> da6003972aa5 [2021-02-11T04:49:00.917Z] Step 5/6 : COPY go.mod . [2021-02-11T04:49:01.517Z] ---> 06ff93c43e99 [2021-02-11T04:49:01.517Z] Step 6/6 : RUN go mod download [2021-02-11T04:49:01.792Z] ---> Running in 31a6b550fab4 [2021-02-11T04:49:23.995Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:49:23.995Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:49:23.995Z] ---> 8340c88aa62f [2021-02-11T04:49:23.995Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T04:49:23.996Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:49:23.996Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:49:23.996Z] ---> 8340c88aa62f [2021-02-11T04:49:23.996Z] Step 3/24 : WORKDIR /edgex-go [2021-02-11T04:49:24.332Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:49:24.332Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:49:24.332Z] ---> 8340c88aa62f [2021-02-11T04:49:24.332Z] Step 3/26 : WORKDIR /edgex-go [2021-02-11T04:49:24.332Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:49:24.332Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:49:24.332Z] ---> 8340c88aa62f [2021-02-11T04:49:24.332Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T04:49:24.332Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:49:24.332Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:49:24.332Z] ---> 8340c88aa62f [2021-02-11T04:49:24.332Z] Step 3/30 : WORKDIR /edgex-go [2021-02-11T04:49:25.303Z] ---> Running in 90376b58f061 [2021-02-11T04:49:25.303Z] ---> Running in 64b24fa5d83e [2021-02-11T04:49:25.303Z] ---> Running in bb3403f6aa19 [2021-02-11T04:49:25.303Z] ---> Running in 3e602e0e53cb [2021-02-11T04:49:25.303Z] ---> Running in b3f0dc0abcff [2021-02-11T04:49:25.898Z] Removing intermediate container b3f0dc0abcff [2021-02-11T04:49:25.898Z] ---> 3255b15e3bb0 [2021-02-11T04:49:25.898Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:49:25.898Z] Removing intermediate container 64b24fa5d83e [2021-02-11T04:49:25.898Z] ---> ea89c309260f [2021-02-11T04:49:25.898Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:49:25.898Z] Removing intermediate container 3e602e0e53cb [2021-02-11T04:49:25.898Z] ---> 0bf77a2eb7fc [2021-02-11T04:49:25.898Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:49:25.898Z] Removing intermediate container 90376b58f061 [2021-02-11T04:49:25.898Z] ---> 166cb337bb6f [2021-02-11T04:49:25.898Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:49:25.898Z] Removing intermediate container bb3403f6aa19 [2021-02-11T04:49:25.898Z] ---> c3bcee71ef7d [2021-02-11T04:49:25.898Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:49:25.898Z] ---> Running in c9102be07a50 [2021-02-11T04:49:25.898Z] ---> Running in f9adb2641f57 [2021-02-11T04:49:25.898Z] ---> Running in 76b5f7f9e2d2 [2021-02-11T04:49:25.898Z] ---> Running in 1884f75af357 [2021-02-11T04:49:26.178Z] ---> Running in 02863fc413f0 [2021-02-11T04:49:28.112Z] Removing intermediate container c9102be07a50 [2021-02-11T04:49:28.112Z] ---> 2ee002052615 [2021-02-11T04:49:28.112Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-11T04:49:28.112Z] ---> Running in e37658b768ee [2021-02-11T04:49:28.375Z] Removing intermediate container f9adb2641f57 [2021-02-11T04:49:28.375Z] ---> da3f3934c969 [2021-02-11T04:49:28.375Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-11T04:49:28.375Z] Removing intermediate container 76b5f7f9e2d2 [2021-02-11T04:49:28.375Z] ---> 3874f80c5f21 [2021-02-11T04:49:28.375Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-11T04:49:28.599Z] Removing intermediate container 31a6b550fab4 [2021-02-11T04:49:28.600Z] ---> 9b77cbc440f7 [2021-02-11T04:49:28.600Z] Successfully built 9b77cbc440f7 [2021-02-11T04:49:28.600Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:49:28.638Z] Removing intermediate container 1884f75af357 [2021-02-11T04:49:28.638Z] ---> 18d43e132461 [2021-02-11T04:49:28.638Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T04:49:28.638Z] ---> Running in 241af80d3ea9 [2021-02-11T04:49:28.638Z] ---> Running in ef5436121bc0 [2021-02-11T04:49:28.638Z] Removing intermediate container 02863fc413f0 [2021-02-11T04:49:28.638Z] ---> 515c490b82fb [2021-02-11T04:49:28.638Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-11T04:49:28.903Z] ---> Running in f2ef967d88fe [2021-02-11T04:49:28.903Z] ---> Running in bd6f742e7818 [2021-02-11T04:49:28.943Z] + docker inspect -f . ci-base-image-arm64 [2021-02-11T04:49:28.943Z] . [Pipeline] withDockerContainer [2021-02-11T04:49:29.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:49:29.222Z] prd-ubuntu18.04-docker-arm64-4c-16g-26069 does not seem to be running inside a container [2021-02-11T04:49:29.310Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-11T04:49:29.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:49:29.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:49:29.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:49:29.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:49:29.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:49:29.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:49:30.240Z] OK: 233 MiB in 51 packages [2021-02-11T04:49:30.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:49:30.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:49:30.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:49:30.507Z] OK: 233 MiB in 51 packages [2021-02-11T04:49:30.508Z] Removing intermediate container e37658b768ee [2021-02-11T04:49:30.508Z] ---> b36393f18443 [2021-02-11T04:49:30.508Z] Step 6/24 : COPY go.mod . [2021-02-11T04:49:30.508Z] OK: 233 MiB in 51 packages [2021-02-11T04:49:30.776Z] OK: 233 MiB in 51 packages [2021-02-11T04:49:30.776Z] OK: 233 MiB in 51 packages [2021-02-11T04:49:30.795Z] $ docker top 36654093f5d50534303f3d4888de53c5ad13a03c73d0d3bd3dbdd8f9779959f4 -eo pid,comm [2021-02-11T04:49:31.041Z] ---> 42bbfa94baa5 [2021-02-11T04:49:31.041Z] Step 7/24 : RUN go mod download [2021-02-11T04:49:31.041Z] Removing intermediate container 241af80d3ea9 [2021-02-11T04:49:31.041Z] ---> 780e7e02737c [2021-02-11T04:49:31.041Z] Step 6/26 : COPY go.mod . [2021-02-11T04:49:31.041Z] ---> Running in 2389526a2672 [Pipeline] { [Pipeline] sh [2021-02-11T04:49:31.628Z] ---> 7d00f5b4b123 [2021-02-11T04:49:31.628Z] Step 7/26 : RUN go mod download [2021-02-11T04:49:31.628Z] Removing intermediate container ef5436121bc0 [2021-02-11T04:49:31.628Z] ---> b829fc8f8fab [2021-02-11T04:49:31.628Z] Step 6/22 : COPY go.mod . [2021-02-11T04:49:31.830Z] + go version [2021-02-11T04:49:31.830Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-11T04:49:31.855Z] $ docker stop --time=1 36654093f5d50534303f3d4888de53c5ad13a03c73d0d3bd3dbdd8f9779959f4 [2021-02-11T04:49:31.895Z] ---> Running in 740be5968872 [2021-02-11T04:49:31.895Z] Removing intermediate container f2ef967d88fe [2021-02-11T04:49:31.895Z] ---> 2969f06cfc26 [2021-02-11T04:49:31.895Z] Step 6/23 : COPY go.mod . [2021-02-11T04:49:31.895Z] Removing intermediate container bd6f742e7818 [2021-02-11T04:49:31.895Z] ---> 7a75de203bd1 [2021-02-11T04:49:31.895Z] Step 6/30 : COPY go.mod . [2021-02-11T04:49:32.160Z] ---> d74af2b52efc [2021-02-11T04:49:32.160Z] Step 7/22 : RUN go mod download [2021-02-11T04:49:32.429Z] ---> Running in e191a83b856f [2021-02-11T04:49:32.430Z] ---> 58327133cbb5 [2021-02-11T04:49:32.430Z] Step 7/30 : RUN go mod download [2021-02-11T04:49:32.430Z] ---> f9d7f3cecb75 [2021-02-11T04:49:32.430Z] Step 7/23 : RUN go mod download [2021-02-11T04:49:32.698Z] ---> Running in 816a8221e324 [2021-02-11T04:49:32.698Z] ---> Running in 3e1ad893788f [2021-02-11T04:49:33.672Z] Removing intermediate container 740be5968872 [2021-02-11T04:49:33.672Z] ---> f0d6834bc307 [2021-02-11T04:49:33.672Z] Step 8/26 : COPY . . [2021-02-11T04:49:33.672Z] Removing intermediate container 2389526a2672 [2021-02-11T04:49:33.672Z] ---> f0af2b8656cc [2021-02-11T04:49:33.672Z] Step 8/24 : COPY . . [2021-02-11T04:49:33.801Z] $ docker rm -f 36654093f5d50534303f3d4888de53c5ad13a03c73d0d3bd3dbdd8f9779959f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:49:34.838Z] + docker inspect -f . ci-base-image-arm64 [2021-02-11T04:49:34.839Z] . [Pipeline] withDockerContainer [2021-02-11T04:49:35.070Z] prd-ubuntu18.04-docker-arm64-4c-16g-26069 does not seem to be running inside a container [2021-02-11T04:49:35.156Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-11T04:49:35.612Z] Removing intermediate container e191a83b856f [2021-02-11T04:49:35.612Z] ---> 252acb5a2a7f [2021-02-11T04:49:35.612Z] Step 8/22 : COPY . . [2021-02-11T04:49:36.542Z] $ docker top b42908bb2797610eaf31f9d16565614f92e2c4709a75448d120c7ae92d72c46e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-11T04:49:36.926Z] ========================================================= [2021-02-11T04:49:36.926Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-11T04:49:36.926Z] ========================================================= [Pipeline] sh [2021-02-11T04:49:37.584Z] + make test [2021-02-11T04:49:37.584Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-11T04:49:40.971Z] Removing intermediate container 816a8221e324 [2021-02-11T04:49:40.971Z] ---> 3eff7147cb58 [2021-02-11T04:49:40.971Z] Step 8/30 : COPY . . [2021-02-11T04:49:42.913Z] Removing intermediate container 3e1ad893788f [2021-02-11T04:49:42.913Z] ---> 677aa4a6d9ea [2021-02-11T04:49:42.913Z] Step 8/23 : COPY . . [2021-02-11T04:49:59.809Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-11T04:50:15.224Z] ---> b01a2ac10966 [2021-02-11T04:50:15.224Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-11T04:50:16.790Z] ---> Running in 24daaeb3ea90 [2021-02-11T04:50:17.063Z] ---> f5b0c34a3b1b [2021-02-11T04:50:17.063Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-11T04:50:17.063Z] ---> e4429ac99ca5 [2021-02-11T04:50:17.063Z] ---> 4bf931bf98a8 [2021-02-11T04:50:17.063Z] Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 9/23 : RUN make cmd/core-command/core-command [2021-02-11T04:50:17.063Z] [2021-02-11T04:50:17.063Z] ---> c87f59706dd3 [2021-02-11T04:50:17.063Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-11T04:50:18.016Z] ---> Running in c63739c571a2 [2021-02-11T04:50:18.016Z] ---> Running in 7bcc82c86501 [2021-02-11T04:50:18.016Z] ---> Running in b15760c42772 [2021-02-11T04:50:18.016Z] ---> Running in d77d7792b19d [2021-02-11T04:50:18.285Z] 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-11T04:50:18.871Z] 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-11T04:50:18.871Z] 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-11T04:50:19.140Z] 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-11T04:50:19.140Z] 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-11T04:50:45.881Z] 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-11T04:50:46.879Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-11T04:50:47.836Z] Removing intermediate container d77d7792b19d [2021-02-11T04:50:47.836Z] ---> f6f55707e71e [2021-02-11T04:50:47.836Z] [2021-02-11T04:50:47.836Z] Step 10/30 : FROM alpine:3.12 [2021-02-11T04:50:47.836Z] 3.12: Pulling from library/alpine [2021-02-11T04:50:49.256Z] Removing intermediate container c63739c571a2 [2021-02-11T04:50:49.256Z] ---> 891aa14bea46 [2021-02-11T04:50:49.256Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-11T04:50:51.190Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T04:50:51.190Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T04:50:51.190Z] ---> 389fef711851 [2021-02-11T04:50:51.190Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-11T04:50:51.190Z] ---> Running in 7988222d2f9d [2021-02-11T04:50:51.459Z] Removing intermediate container 24daaeb3ea90 [2021-02-11T04:50:51.459Z] ---> d5df1d376bfb [2021-02-11T04:50:51.459Z] [2021-02-11T04:50:51.459Z] Step 10/24 : FROM alpine:3.12 [2021-02-11T04:50:51.459Z] ---> 389fef711851 [2021-02-11T04:50:51.459Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-11T04:50:51.459Z] ---> Running in 3b6fefef8d95 [2021-02-11T04:50:51.459Z] ---> Running in cf04944229cc [2021-02-11T04:50:51.725Z] Removing intermediate container 3b6fefef8d95 [2021-02-11T04:50:51.725Z] ---> 0182280e5125 [2021-02-11T04:50:51.725Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-11T04:50:51.990Z] ---> Running in 202e639e2a12 [2021-02-11T04:50:52.255Z] 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-11T04:50:52.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:50:52.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:50:52.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:50:52.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:50:52.846Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-11T04:50:53.109Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-11T04:50:53.110Z] (2/2) Installing su-exec (0.2-r1) [2021-02-11T04:50:53.110Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T04:50:53.110Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:50:53.110Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-11T04:50:53.110Z] (4/5) Installing curl (7.69.1-r3) [2021-02-11T04:50:53.110Z] OK: 6 MiB in 16 packages [2021-02-11T04:50:53.110Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-11T04:50:53.110Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:50:53.110Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T04:50:53.110Z] OK: 7 MiB in 19 packages [2021-02-11T04:50:53.624Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-11T04:50:57.341Z] Removing intermediate container 7bcc82c86501 [2021-02-11T04:50:57.341Z] ---> 840fdee541ee [2021-02-11T04:50:57.341Z] [2021-02-11T04:50:57.341Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T04:50:57.341Z] ---> 389fef711851 [2021-02-11T04:50:57.341Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-11T04:50:57.341Z] ---> Running in 2df849fb5137 [2021-02-11T04:50:57.341Z] Removing intermediate container b15760c42772 [2021-02-11T04:50:57.341Z] ---> fcd1ac0d2211 [2021-02-11T04:50:57.341Z] [2021-02-11T04:50:57.341Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T04:50:57.341Z] ---> 389fef711851 [2021-02-11T04:50:57.341Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T04:50:57.921Z] ---> Running in b862c71b9189 [2021-02-11T04:50:58.204Z] Removing intermediate container 202e639e2a12 [2021-02-11T04:50:58.204Z] ---> 01e4cad5f76a [2021-02-11T04:50:58.204Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-11T04:50:58.481Z] Removing intermediate container cf04944229cc [2021-02-11T04:50:58.481Z] ---> b8ecca5c0c0c [2021-02-11T04:50:58.481Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T04:50:58.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:50:58.481Z] Removing intermediate container 7988222d2f9d [2021-02-11T04:50:58.481Z] ---> a1fe0aa0939d [2021-02-11T04:50:58.481Z] [2021-02-11T04:50:58.481Z] Step 11/26 : FROM docker:20.10.0 [2021-02-11T04:50:58.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:50:58.481Z] ---> Running in e13c8e3f4974 [2021-02-11T04:50:58.481Z] 20.10.0: Pulling from library/docker [2021-02-11T04:50:58.481Z] ---> Running in b1b57409433b [2021-02-11T04:50:58.744Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-11T04:50:58.744Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-11T04:50:58.744Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:50:58.744Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T04:50:58.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:50:58.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:50:59.007Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T04:50:59.007Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:50:59.007Z] OK: 6 MiB in 15 packages [2021-02-11T04:50:59.271Z] OK: 6 MiB in 16 packages [2021-02-11T04:50:59.271Z] Removing intermediate container e13c8e3f4974 [2021-02-11T04:50:59.271Z] ---> a76cbf1409a5 [2021-02-11T04:50:59.271Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-11T04:50:59.271Z] Removing intermediate container b1b57409433b [2021-02-11T04:50:59.271Z] ---> e81c50ba0f39 [2021-02-11T04:50:59.271Z] Step 13/24 : WORKDIR / [2021-02-11T04:50:59.536Z] ---> Running in c1a2f5f3895c [2021-02-11T04:50:59.536Z] ---> Running in 025232863c48 [2021-02-11T04:51:00.490Z] Removing intermediate container c1a2f5f3895c [2021-02-11T04:51:00.490Z] ---> d4160c331e2b [2021-02-11T04:51:00.490Z] 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-11T04:51:00.490Z] Removing intermediate container 025232863c48 [2021-02-11T04:51:00.490Z] ---> 79721eafb50a [2021-02-11T04:51:00.490Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-11T04:51:00.767Z] Removing intermediate container 2df849fb5137 [2021-02-11T04:51:00.767Z] ---> 441b035a239e [2021-02-11T04:51:00.767Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T04:51:00.767Z] ---> Running in f9f55815bebc [2021-02-11T04:51:01.745Z] Removing intermediate container b862c71b9189 [2021-02-11T04:51:01.745Z] ---> 22d0727a56e3 [2021-02-11T04:51:01.745Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T04:51:01.745Z] ---> a53efae9c84c [2021-02-11T04:51:01.745Z] 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-11T04:51:01.745Z] ---> Running in dc75ee798b5a [2021-02-11T04:51:02.015Z] ---> Running in 394a72c5c201 [2021-02-11T04:51:02.015Z] ---> 9cb0e3651c07 [2021-02-11T04:51:02.015Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-11T04:51:02.295Z] Removing intermediate container 394a72c5c201 [2021-02-11T04:51:02.295Z] ---> 402923ec1242 [2021-02-11T04:51:02.295Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-11T04:51:02.295Z] Removing intermediate container dc75ee798b5a [2021-02-11T04:51:02.295Z] ---> 69dc300a8abd [2021-02-11T04:51:02.295Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-11T04:51:02.295Z] ---> Running in e28b64a555f3 [2021-02-11T04:51:02.295Z] ---> Running in d47655923b80 [2021-02-11T04:51:02.561Z] ---> 6f10a6ead158 [2021-02-11T04:51:02.561Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-11T04:51:02.823Z] Removing intermediate container d47655923b80 [2021-02-11T04:51:02.823Z] ---> ac1247b3be35 [2021-02-11T04:51:02.823Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T04:51:02.823Z] Removing intermediate container e28b64a555f3 [2021-02-11T04:51:02.823Z] ---> 9a5c18f645ba [2021-02-11T04:51:02.823Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T04:51:03.087Z] ---> Running in 01bdd56b45e4 [2021-02-11T04:51:03.087Z] ---> Running in 8a9cf3ee447e [2021-02-11T04:51:03.087Z] Removing intermediate container f9f55815bebc [2021-02-11T04:51:03.087Z] ---> 4a20936fa716 [2021-02-11T04:51:03.087Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-11T04:51:03.087Z] ---> 5150219807f7 [2021-02-11T04:51:03.087Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-11T04:51:03.352Z] ---> Running in fab1a5c63574 [2021-02-11T04:51:03.352Z] Removing intermediate container 01bdd56b45e4 [2021-02-11T04:51:03.352Z] ---> eecfb07c7671 [2021-02-11T04:51:03.352Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T04:51:03.352Z] Removing intermediate container 8a9cf3ee447e [2021-02-11T04:51:03.352Z] ---> 67a298580066 [2021-02-11T04:51:03.352Z] Step 15/23 : WORKDIR / [2021-02-11T04:51:03.617Z] Removing intermediate container fab1a5c63574 [2021-02-11T04:51:03.617Z] ---> 55ba98c52889 [2021-02-11T04:51:03.617Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-11T04:51:03.882Z] ---> Running in 21bd19df34f5 [2021-02-11T04:51:04.174Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-11T04:51:04.174Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-11T04:51:04.459Z] ---> 3e0cf26eb574 [2021-02-11T04:51:04.459Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-11T04:51:04.726Z] ---> 1f5a0481ab00 [2021-02-11T04:51:04.726Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-11T04:51:04.726Z] ---> 137ff28bcc6c [2021-02-11T04:51:04.726Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-11T04:51:04.726Z] Removing intermediate container 21bd19df34f5 [2021-02-11T04:51:04.726Z] ---> feb762e3c965 [2021-02-11T04:51:04.726Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T04:51:04.726Z] ---> Running in d84cfe7e106c [2021-02-11T04:51:05.320Z] ---> b1fef4b34fab [2021-02-11T04:51:05.320Z] 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-11T04:51:05.320Z] ---> d21af5f6f644 [2021-02-11T04:51:05.320Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-11T04:51:05.320Z] ---> 03c1aaf41f59 [2021-02-11T04:51:05.320Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-11T04:51:05.320Z] ---> Running in b1abe2ae2947 [2021-02-11T04:51:05.911Z] ---> b693dbc1a207 [2021-02-11T04:51:05.911Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-11T04:51:06.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-11T04:51:06.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-11T04:51:06.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-11T04:51:06.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-11T04:51:06.240Z] ---> 93e0b5e96e99 [2021-02-11T04:51:06.240Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-11T04:51:06.240Z] ---> Running in 4ed38fdbcd4b [2021-02-11T04:51:06.240Z] Removing intermediate container d84cfe7e106c [2021-02-11T04:51:06.240Z] ---> 652f672462c0 [2021-02-11T04:51:06.240Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T04:51:06.562Z] Removing intermediate container 4ed38fdbcd4b [2021-02-11T04:51:06.562Z] ---> 25537a7a71a7 [2021-02-11T04:51:06.562Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T04:51:06.877Z] ---> bf10a1b8d91c [2021-02-11T04:51:06.878Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-11T04:51:06.878Z] ---> f66f4d2c8ec6 [2021-02-11T04:51:06.878Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-11T04:51:06.878Z] ---> Running in f090123ca6b7 [2021-02-11T04:51:06.878Z] ---> Running in dc39680f63e5 [2021-02-11T04:51:06.878Z] Removing intermediate container b1abe2ae2947 [2021-02-11T04:51:06.878Z] ---> cd2167c0aab4 [2021-02-11T04:51:06.878Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-11T04:51:07.267Z] ---> Running in 33c632fdcac1 [2021-02-11T04:51:07.267Z] Removing intermediate container dc39680f63e5 [2021-02-11T04:51:07.267Z] ---> a636e17da8e2 [2021-02-11T04:51:07.267Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T04:51:07.267Z] Removing intermediate container f090123ca6b7 [2021-02-11T04:51:07.267Z] ---> 6073bc4b14c0 [2021-02-11T04:51:07.267Z] Step 20/22 : LABEL arch=x86_64 [2021-02-11T04:51:07.565Z] Removing intermediate container 33c632fdcac1 [2021-02-11T04:51:07.565Z] ---> c28989571270 [2021-02-11T04:51:07.565Z] Step 22/24 : LABEL arch=x86_64 [2021-02-11T04:51:07.565Z] ---> Running in c49009c533c0 [2021-02-11T04:51:07.565Z] ---> Running in 3f825d2501b1 [2021-02-11T04:51:08.199Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-11T04:51:08.963Z] ---> 9e13a1046dc8 [2021-02-11T04:51:08.963Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-11T04:51:08.963Z] ---> Running in fca081adf169 [2021-02-11T04:51:08.963Z] Removing intermediate container 3f825d2501b1 [2021-02-11T04:51:08.963Z] ---> 1e5078feb07e [2021-02-11T04:51:08.963Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T04:51:08.963Z] Removing intermediate container c49009c533c0 [2021-02-11T04:51:08.963Z] ---> 5424ec37ece4 [2021-02-11T04:51:08.963Z] Step 21/22 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:51:09.227Z] ---> Running in 754cc06a1da8 [2021-02-11T04:51:09.227Z] ---> Running in d908ed3edd56 [2021-02-11T04:51:09.227Z] ---> bcb1ec8d12ad [2021-02-11T04:51:09.227Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-11T04:51:09.227Z] Removing intermediate container fca081adf169 [2021-02-11T04:51:09.227Z] ---> 24c605143a1d [2021-02-11T04:51:09.227Z] Step 23/24 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:51:09.490Z] ---> Running in ddbc89e05d6a [2021-02-11T04:51:09.490Z] Removing intermediate container 754cc06a1da8 [2021-02-11T04:51:09.490Z] ---> 4e112ec8053c [2021-02-11T04:51:09.490Z] Step 22/23 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:51:09.490Z] Removing intermediate container d908ed3edd56 [2021-02-11T04:51:09.490Z] ---> ff052397d36e [2021-02-11T04:51:09.490Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T04:51:09.754Z] ---> Running in 7476132b7d40 [2021-02-11T04:51:09.754Z] ---> 46daf7fd0822 [2021-02-11T04:51:09.754Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-11T04:51:09.754Z] ---> Running in a010a2b36dd2 [2021-02-11T04:51:09.754Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-11T04:51:09.754Z] Removing intermediate container ddbc89e05d6a [2021-02-11T04:51:09.754Z] ---> 86b46160a7ba [2021-02-11T04:51:09.754Z] Step 24/24 : LABEL version=0.0.0 [2021-02-11T04:51:10.022Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-11T04:51:10.022Z] ---> aefe523efa57 [2021-02-11T04:51:10.022Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-11T04:51:10.022Z] ---> Running in 9b8486e016c8 [2021-02-11T04:51:10.022Z] Removing intermediate container 7476132b7d40 [2021-02-11T04:51:10.022Z] ---> 8ac3a8898bd4 [2021-02-11T04:51:10.022Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T04:51:10.197Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-11T04:51:10.286Z] ---> Running in 1e17b1bdf767 [2021-02-11T04:51:10.286Z] ---> Running in bd8f38807bd8 [2021-02-11T04:51:10.286Z] Removing intermediate container a010a2b36dd2 [2021-02-11T04:51:10.286Z] ---> b7e483df337a [2021-02-11T04:51:10.286Z] [2021-02-11T04:51:10.286Z] ---> Running in 698aad042ecf [2021-02-11T04:51:10.551Z] Removing intermediate container 9b8486e016c8 [2021-02-11T04:51:10.551Z] ---> b36bfc1dd85f [2021-02-11T04:51:10.551Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-11T04:51:10.551Z] Successfully built b7e483df337a [2021-02-11T04:51:10.813Z] Successfully tagged docker-support-notifications-go:latest [2021-02-11T04:51:10.813Z] Removing intermediate container bd8f38807bd8 [2021-02-11T04:51:10.813Z] ---> 91b13acd2663 [2021-02-11T04:51:10.813Z] [2021-02-11T04:51:10.813Z] Building docker-core-data-go [2021-02-11T04:51:10.813Z]  Building docker-support-notifications-go ... done Removing intermediate container 698aad042ecf [2021-02-11T04:51:10.813Z] ---> d72ee3cb54c4 [2021-02-11T04:51:10.813Z] [2021-02-11T04:51:10.813Z] ---> 7d9aeb6efdd6 [2021-02-11T04:51:10.813Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-11T04:51:10.813Z] Successfully built d72ee3cb54c4 [2021-02-11T04:51:11.077Z] Successfully built 91b13acd2663 [2021-02-11T04:51:11.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:51:11.077Z] Successfully tagged docker-core-command-go:latest [2021-02-11T04:51:11.077Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-11T04:51:11.077Z] Building docker-support-scheduler-go [2021-02-11T04:51:11.077Z] Building docker-core-metadata-go [2021-02-11T04:51:11.077Z]  Building docker-core-command-go ... done  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:51:11.077Z] ---> Running in 291855890be0 [2021-02-11T04:51:11.346Z] (1/2) Installing readline (8.0.4-r0) [2021-02-11T04:51:11.346Z] (2/2) Installing bash (5.0.17-r0) [2021-02-11T04:51:11.346Z] Executing bash-5.0.17-r0.post-install [2021-02-11T04:51:11.346Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:51:11.346Z] OK: 12 MiB in 22 packages [2021-02-11T04:51:16.973Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-11T04:51:16.973Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-11T04:51:16.973Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-11T04:51:17.979Z] Removing intermediate container 1e17b1bdf767 [2021-02-11T04:51:17.979Z] Removing intermediate container 291855890be0 [2021-02-11T04:51:17.979Z] ---> 9445336a0f8c [2021-02-11T04:51:17.979Z] ---> 9d4b46d800a3 [2021-02-11T04:51:17.979Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"]Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-11T04:51:17.979Z] [2021-02-11T04:51:18.931Z] ---> Running in 38a0d8e65e57 [2021-02-11T04:51:20.324Z] ---> Running in 9e44ac5cd266 [2021-02-11T04:51:20.905Z] Removing intermediate container 38a0d8e65e57 [2021-02-11T04:51:20.905Z] ---> 299fd424b1f6 [2021-02-11T04:51:20.905Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-11T04:51:21.167Z] ---> Running in f0a64fa00999 [2021-02-11T04:51:21.167Z] Removing intermediate container 9e44ac5cd266 [2021-02-11T04:51:21.167Z] ---> 3bc93078625c [2021-02-11T04:51:21.167Z] Step 27/30 : CMD ["gate"] [2021-02-11T04:51:21.438Z] ---> Running in 75033d486473 [2021-02-11T04:51:21.438Z] Removing intermediate container f0a64fa00999 [2021-02-11T04:51:21.438Z] ---> 20c0bf9abf41 [2021-02-11T04:51:21.438Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-11T04:51:21.706Z] ---> Running in da3b61296566 [2021-02-11T04:51:21.973Z] Removing intermediate container 75033d486473 [2021-02-11T04:51:21.973Z] ---> 1d63487aa084 [2021-02-11T04:51:21.973Z] Step 28/30 : LABEL arch=x86_64 [2021-02-11T04:51:21.973Z] Removing intermediate container da3b61296566 [2021-02-11T04:51:21.973Z] ---> c19832993066 [2021-02-11T04:51:21.973Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-11T04:51:22.239Z] ---> Running in e155e39b80f8 [2021-02-11T04:51:22.512Z] Removing intermediate container e155e39b80f8 [2021-02-11T04:51:22.512Z] ---> 236c01d5d6b8 [2021-02-11T04:51:22.512Z] Step 29/30 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:51:23.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.366s coverage: 45.9% of statements [2021-02-11T04:51:23.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-11T04:51:23.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-11T04:51:23.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-11T04:51:23.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-11T04:51:23.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-11T04:51:23.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-11T04:51:23.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-11T04:51:23.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.262s coverage: 100.0% of statements [2021-02-11T04:51:25.857Z] ---> Running in 2a3ababef89a [2021-02-11T04:51:26.444Z] ---> daf94df33f83 [2021-02-11T04:51:26.444Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-11T04:51:27.420Z] Removing intermediate container 2a3ababef89a [2021-02-11T04:51:27.420Z] ---> 019e5967b1a5 [2021-02-11T04:51:27.420Z] Step 30/30 : LABEL version=0.0.0 [2021-02-11T04:51:28.868Z] ---> 636ef4a41022 [2021-02-11T04:51:28.868Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-11T04:51:28.868Z] ---> Running in 6cdd4b51d884 [2021-02-11T04:51:29.847Z] ---> a016b3d39224 [2021-02-11T04:51:29.847Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-11T04:51:30.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.516s coverage: 27.1% of statements [2021-02-11T04:51:30.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-11T04:51:30.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-11T04:51:30.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-11T04:51:30.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-11T04:51:30.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-11T04:51:30.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-11T04:51:30.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-02-11T04:51:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-11T04:51:30.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2021-02-11T04:51:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-11T04:51:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-11T04:51:30.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 65.8% of statements [2021-02-11T04:51:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-11T04:51:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-11T04:51:31.251Z] Removing intermediate container 6cdd4b51d884 [2021-02-11T04:51:31.251Z] ---> f2bd5129ab11 [2021-02-11T04:51:31.251Z] [2021-02-11T04:51:31.835Z] ---> Running in 50a85a7d65be [2021-02-11T04:51:32.097Z] Successfully built f2bd5129ab11 [2021-02-11T04:51:32.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.745s coverage: 82.3% of statements [2021-02-11T04:51:32.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-11T04:51:32.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T04:51:32.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-11T04:51:32.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-11T04:51:32.678Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-11T04:51:32.678Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-02-11T04:51:33.264Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:51:33.264Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:51:33.264Z] ---> 8340c88aa62f [2021-02-11T04:51:33.264Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T04:51:33.264Z] ---> Using cache [2021-02-11T04:51:33.264Z] ---> c3bcee71ef7d [2021-02-11T04:51:33.264Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:51:33.264Z] ---> Using cache [2021-02-11T04:51:33.265Z] ---> 515c490b82fb [2021-02-11T04:51:33.265Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-11T04:51:33.529Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:51:33.529Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:51:33.529Z] ---> 8340c88aa62f [2021-02-11T04:51:33.529Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T04:51:33.529Z] ---> Using cache [2021-02-11T04:51:33.529Z] ---> c3bcee71ef7d [2021-02-11T04:51:33.529Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:51:33.529Z] ---> Using cache [2021-02-11T04:51:33.529Z] ---> 515c490b82fb [2021-02-11T04:51:33.529Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T04:51:33.529Z] ---> Using cache [2021-02-11T04:51:33.529Z] ---> 7a75de203bd1 [2021-02-11T04:51:33.529Z] Step 6/23 : COPY go.mod . [2021-02-11T04:51:33.529Z] ---> Using cache [2021-02-11T04:51:33.529Z] ---> 58327133cbb5 [2021-02-11T04:51:33.529Z] Step 7/23 : RUN go mod download [2021-02-11T04:51:33.529Z] ---> Using cache [2021-02-11T04:51:33.529Z] ---> 3eff7147cb58 [2021-02-11T04:51:33.529Z] Step 8/23 : COPY . . [2021-02-11T04:51:33.795Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:51:33.796Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:51:33.796Z] ---> 8340c88aa62f [2021-02-11T04:51:33.796Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T04:51:33.796Z] ---> Using cache [2021-02-11T04:51:33.796Z] ---> c3bcee71ef7d [2021-02-11T04:51:33.796Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:51:33.796Z] ---> Using cache [2021-02-11T04:51:33.796Z] ---> 515c490b82fb [2021-02-11T04:51:33.796Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-11T04:51:33.796Z] ---> Using cache [2021-02-11T04:51:33.796Z] ---> 7a75de203bd1 [2021-02-11T04:51:33.796Z] Step 6/22 : COPY go.mod . [2021-02-11T04:51:33.796Z] ---> Using cache [2021-02-11T04:51:33.796Z] ---> 58327133cbb5 [2021-02-11T04:51:33.796Z] Step 7/22 : RUN go mod download [2021-02-11T04:51:33.796Z] ---> Using cache [2021-02-11T04:51:33.796Z] ---> 3eff7147cb58 [2021-02-11T04:51:33.796Z] Step 8/22 : COPY . . [2021-02-11T04:51:33.796Z] ---> Using cache [2021-02-11T04:51:33.796Z] ---> c87f59706dd3 [2021-02-11T04:51:33.796Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-11T04:51:33.796Z] ---> Using cache [2021-02-11T04:51:33.796Z] ---> c87f59706dd3 [2021-02-11T04:51:33.796Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-11T04:51:37.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:51:37.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:51:37.127Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-11T04:51:37.127Z] (2/33) Installing expat (2.2.9-r1) [2021-02-11T04:51:37.127Z] (3/33) Installing libffi (3.3-r2) [2021-02-11T04:51:37.127Z] (4/33) Installing gdbm (1.13-r1) [2021-02-11T04:51:37.393Z] ---> Running in d00ec722891a [2021-02-11T04:51:37.393Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-11T04:51:37.393Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-11T04:51:37.393Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-11T04:51:37.667Z] ---> Running in 333572b84ace [2021-02-11T04:51:37.667Z] ---> Running in 3cbecf5635ca [2021-02-11T04:51:39.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.109s coverage: 28.6% of statements [2021-02-11T04:51:39.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-11T04:51:39.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-11T04:51:39.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-11T04:51:39.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-11T04:51:39.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-11T04:51:39.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.245s coverage: 100.0% of statements [2021-02-11T04:51:39.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-11T04:51:39.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements [2021-02-11T04:51:39.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-11T04:51:39.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.408s coverage: 86.7% of statements [2021-02-11T04:51:39.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-11T04:51:39.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.335s coverage: 97.5% of statements [2021-02-11T04:51:39.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-11T04:51:39.610Z] 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-11T04:51:39.610Z] 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-11T04:51:39.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:51:39.882Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-11T04:51:39.882Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-11T04:51:39.882Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-11T04:51:39.882Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-11T04:51:39.882Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-11T04:51:39.882Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-11T04:51:39.882Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-11T04:51:40.147Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-11T04:51:40.147Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-11T04:51:40.147Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-11T04:51:40.147Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-11T04:51:40.147Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-11T04:51:40.148Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-11T04:51:40.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:51:40.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements [2021-02-11T04:51:40.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-11T04:51:40.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-11T04:51:40.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-11T04:51:40.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-11T04:51:41.001Z] OK: 233 MiB in 51 packages [2021-02-11T04:51:41.970Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-11T04:51:41.970Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-11T04:51:41.970Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-11T04:51:41.970Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-11T04:51:41.970Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-11T04:51:41.970Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-11T04:51:43.372Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-11T04:51:43.372Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-11T04:51:43.372Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-11T04:51:43.372Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-11T04:51:43.974Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-11T04:51:43.974Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-11T04:51:43.974Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-11T04:51:44.244Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:51:44.244Z] OK: 71 MiB in 55 packages [2021-02-11T04:51:46.248Z] Removing intermediate container d00ec722891a [2021-02-11T04:51:46.248Z] ---> 50ff9117409c [2021-02-11T04:51:46.248Z] Step 6/23 : COPY go.mod . [2021-02-11T04:51:46.524Z] ---> facc310e55ed [2021-02-11T04:51:46.524Z] Step 7/23 : RUN go mod download [2021-02-11T04:51:47.502Z] ---> Running in 27bf616e8940 [2021-02-11T04:51:51.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.297s coverage: 92.8% of statements [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-11T04:51:51.140Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-11T04:51:51.140Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.223s coverage: 0.1% of statements [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-11T04:51:51.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-11T04:51:51.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 45.5% of statements [2021-02-11T04:51:51.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-02-11T04:51:51.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.102s coverage: 94.1% of statements [2021-02-11T04:51:51.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements [2021-02-11T04:51:51.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-02-11T04:51:52.876Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:51:52.876Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:51:52.876Z] ---> 8340c88aa62f [2021-02-11T04:51:52.876Z] Step 3/21 : WORKDIR /edgex-go [2021-02-11T04:51:52.876Z] ---> Using cache [2021-02-11T04:51:52.876Z] ---> c3bcee71ef7d [2021-02-11T04:51:52.876Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:51:52.876Z] ---> Using cache [2021-02-11T04:51:52.876Z] ---> 515c490b82fb [2021-02-11T04:51:52.876Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-11T04:51:52.876Z] ---> Using cache [2021-02-11T04:51:52.876Z] ---> 7a75de203bd1 [2021-02-11T04:51:52.876Z] Step 6/21 : COPY go.mod . [2021-02-11T04:51:52.876Z] ---> Using cache [2021-02-11T04:51:52.876Z] ---> 58327133cbb5 [2021-02-11T04:51:52.876Z] Step 7/21 : RUN go mod download [2021-02-11T04:51:52.876Z] ---> Using cache [2021-02-11T04:51:52.876Z] ---> 3eff7147cb58 [2021-02-11T04:51:52.876Z] Step 8/21 : COPY . . [2021-02-11T04:51:52.876Z] ---> Using cache [2021-02-11T04:51:52.876Z] ---> c87f59706dd3 [2021-02-11T04:51:52.876Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-11T04:51:53.863Z] ---> Running in 33c653d8f891 [2021-02-11T04:51:53.863Z] Removing intermediate container 27bf616e8940 [2021-02-11T04:51:53.863Z] ---> 3bd76b126c05 [2021-02-11T04:51:53.863Z] Step 8/23 : COPY . . [2021-02-11T04:51:54.872Z] 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-11T04:52:01.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.082s coverage: 94.4% of statements [2021-02-11T04:52:01.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-02-11T04:52:09.946Z] Removing intermediate container 50a85a7d65be [2021-02-11T04:52:09.946Z] ---> 72b0e2738368 [2021-02-11T04:52:09.946Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-11T04:52:10.543Z] ---> Running in a39f803652b7 [2021-02-11T04:52:16.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.113s coverage: 92.9% of statements [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-11T04:52:16.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-11T04:52:16.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-11T04:52:16.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-11T04:52:16.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-11T04:52:16.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-02-11T04:52:16.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-11T04:52:16.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.169s coverage: 84.2% of statements [2021-02-11T04:52:16.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.196s coverage: 91.4% of statements [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-11T04:52:16.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.532s coverage: 63.5% of statements [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-11T04:52:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-11T04:52:16.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-02-11T04:52:16.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-02-11T04:52:16.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-02-11T04:52:16.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-02-11T04:52:16.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-02-11T04:52:16.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.735s coverage: 68.9% of statements [2021-02-11T04:52:16.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-11T04:52:16.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-11T04:52:17.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.355s coverage: 37.0% of statements [2021-02-11T04:52:17.059Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-11T04:52:17.059Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-11T04:52:17.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.557s coverage: 84.0% of statements [2021-02-11T04:52:18.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements [2021-02-11T04:52:18.782Z] 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-11T04:52:18.782Z] ---> 8f32bb50670a [2021-02-11T04:52:18.782Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-11T04:52:18.782Z] Collecting docker-compose==1.23.2 [2021-02-11T04:52:18.782Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-11T04:52:19.744Z] Removing intermediate container 333572b84ace [2021-02-11T04:52:19.744Z] ---> 3b5ceacb4848 [2021-02-11T04:52:19.744Z] [2021-02-11T04:52:19.744Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T04:52:19.744Z] ---> 389fef711851 [2021-02-11T04:52:19.744Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-11T04:52:19.744Z] ---> Using cache [2021-02-11T04:52:19.744Z] ---> 22d0727a56e3 [2021-02-11T04:52:19.744Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T04:52:19.744Z] ---> Using cache [2021-02-11T04:52:19.744Z] ---> 402923ec1242 [2021-02-11T04:52:19.744Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-11T04:52:20.329Z] ---> Running in f4e09090eb38 [2021-02-11T04:52:20.605Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-11T04:52:20.605Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-11T04:52:20.605Z] ---> Running in cb6da96e2511 [2021-02-11T04:52:20.885Z] Collecting cached-property<2,>=1.2.0 [2021-02-11T04:52:20.885Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-11T04:52:21.149Z] Removing intermediate container 3cbecf5635ca [2021-02-11T04:52:21.149Z] ---> d8a171daeab2 [2021-02-11T04:52:21.149Z] [2021-02-11T04:52:21.149Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T04:52:21.149Z] ---> 389fef711851 [2021-02-11T04:52:21.149Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T04:52:21.149Z] ---> Using cache [2021-02-11T04:52:21.149Z] ---> 22d0727a56e3 [2021-02-11T04:52:21.149Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T04:52:21.149Z] ---> Using cache [2021-02-11T04:52:21.149Z] ---> 402923ec1242 [2021-02-11T04:52:21.149Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-11T04:52:21.149Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-11T04:52:21.149Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-11T04:52:21.149Z] Removing intermediate container cb6da96e2511 [2021-02-11T04:52:21.149Z] ---> d75695f168a0 [2021-02-11T04:52:21.149Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T04:52:21.420Z] ---> Running in 19cf8cf927ff [2021-02-11T04:52:21.420Z] Collecting jsonschema<3,>=2.5.1 [2021-02-11T04:52:21.420Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-11T04:52:21.420Z] ---> Running in 7b79728301fc [2021-02-11T04:52:21.420Z] 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-11T04:52:21.420Z] 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-11T04:52:21.705Z] Removing intermediate container 19cf8cf927ff [2021-02-11T04:52:21.705Z] ---> 30440fb9085b [2021-02-11T04:52:21.705Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T04:52:21.705Z] Collecting PyYAML<4,>=3.10 [2021-02-11T04:52:21.705Z] ---> Running in b385bde05584 [2021-02-11T04:52:21.705Z] Removing intermediate container 7b79728301fc [2021-02-11T04:52:21.705Z] ---> e53f090d1426 [2021-02-11T04:52:21.705Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T04:52:21.705Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-11T04:52:22.666Z] Removing intermediate container b385bde05584 [2021-02-11T04:52:22.666Z] ---> 72138c7c94c9 [2021-02-11T04:52:22.666Z] Step 15/23 : WORKDIR / [2021-02-11T04:52:23.242Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-11T04:52:23.242Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-11T04:52:23.513Z] ---> 1cd10865d8dc [2021-02-11T04:52:23.513Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-11T04:52:23.513Z] ---> Running in 95cd2e7627e3 [2021-02-11T04:52:24.119Z] Collecting docker<4.0,>=3.6.0 [2021-02-11T04:52:24.119Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-11T04:52:24.119Z] Removing intermediate container 95cd2e7627e3 [2021-02-11T04:52:24.119Z] ---> 417b4ef5a958 [2021-02-11T04:52:24.119Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T04:52:24.119Z] Collecting docopt<0.7,>=0.6.1 [2021-02-11T04:52:25.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.395s coverage: 47.0% of statements [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-11T04:52:25.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.174s coverage: 100.0% of statements [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-11T04:52:25.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.129s coverage: 100.0% of statements [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-11T04:52:25.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.348s coverage: 89.4% of statements [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T04:52:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-11T04:52:25.520Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-11T04:52:26.611Z] ---> c4a347ab3513 [2021-02-11T04:52:26.611Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-11T04:52:26.611Z] Collecting texttable<0.10,>=0.9.0 [2021-02-11T04:52:26.611Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-11T04:52:28.165Z] ---> e01c853de810 [2021-02-11T04:52:28.165Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-11T04:52:28.165Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-11T04:52:28.165Z] Removing intermediate container 33c653d8f891 [2021-02-11T04:52:28.165Z] ---> 270e29e9bbe8 [2021-02-11T04:52:28.165Z] [2021-02-11T04:52:28.165Z] Step 10/21 : FROM alpine:3.12 [2021-02-11T04:52:28.165Z] ---> 389fef711851 [2021-02-11T04:52:28.165Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-11T04:52:28.165Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-11T04:52:28.165Z] ---> Running in 29c115e82c91 [2021-02-11T04:52:28.440Z] Collecting idna<2.8,>=2.5 [2021-02-11T04:52:28.440Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-11T04:52:28.440Z] ---> bf482c1e34a4 [2021-02-11T04:52:28.440Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-11T04:52:28.440Z] 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-11T04:52:28.440Z] 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-11T04:52:28.440Z] ---> 3e05a285f99c [2021-02-11T04:52:28.440Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-11T04:52:28.709Z] Collecting docker-pycreds>=0.4.0 [2021-02-11T04:52:28.709Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-11T04:52:28.709Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-11T04:52:28.709Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-11T04:52:28.709Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-11T04:52:28.709Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-11T04:52:28.983Z] ---> Running in a34783262767 [2021-02-11T04:52:28.983Z] Installing collected packages: urllib3, idna, requests, cached-property, websocket-client, jsonschema, PyYAML, dockerpty, docker-pycreds, docker, docopt, texttable, docker-compose [2021-02-11T04:52:28.983Z] Attempting uninstall: urllib3 [2021-02-11T04:52:28.983Z] Found existing installation: urllib3 1.25.9 [2021-02-11T04:52:28.983Z] Uninstalling urllib3-1.25.9: [2021-02-11T04:52:28.983Z] Successfully uninstalled urllib3-1.25.9 [2021-02-11T04:52:28.983Z] ---> 9802c302d25a [2021-02-11T04:52:28.983Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-11T04:52:30.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:52:30.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:52:30.426Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-11T04:52:30.688Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T04:52:30.688Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-11T04:52:30.688Z] (4/4) Installing curl (7.69.1-r3) [2021-02-11T04:52:30.688Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:52:30.688Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T04:52:30.688Z] Attempting uninstall: idna [2021-02-11T04:52:30.688Z] Found existing installation: idna 2.9 [2021-02-11T04:52:30.688Z] Uninstalling idna-2.9: [2021-02-11T04:52:30.688Z] Successfully uninstalled idna-2.9 [2021-02-11T04:52:31.272Z] OK: 7 MiB in 18 packages [2021-02-11T04:52:31.272Z] ---> Running in 9a04f86da258 [2021-02-11T04:52:31.272Z] Attempting uninstall: requests [2021-02-11T04:52:31.272Z] Found existing installation: requests 2.23.0 [2021-02-11T04:52:31.272Z] Uninstalling requests-2.23.0: [2021-02-11T04:52:31.272Z] Removing intermediate container a34783262767 [2021-02-11T04:52:31.272Z] ---> b6aa3b7d7a02 [2021-02-11T04:52:31.272Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T04:52:31.272Z] Successfully uninstalled requests-2.23.0 [2021-02-11T04:52:32.239Z] ---> Running in c24d1a6fa2b1 [2021-02-11T04:52:32.512Z] Removing intermediate container 9a04f86da258 [2021-02-11T04:52:32.512Z] ---> 0997c91685ab [2021-02-11T04:52:32.512Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T04:52:33.098Z] ---> Running in 30a93e7dfceb [2021-02-11T04:52:33.098Z] Running setup.py install for PyYAML: started [2021-02-11T04:52:33.098Z] Removing intermediate container c24d1a6fa2b1 [2021-02-11T04:52:33.098Z] ---> 3e54b22315dc [2021-02-11T04:52:33.098Z] Step 20/22 : LABEL arch=x86_64 [2021-02-11T04:52:33.675Z] Removing intermediate container 29c115e82c91 [2021-02-11T04:52:33.675Z] ---> cded8738f623 [2021-02-11T04:52:33.675Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T04:52:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.965s coverage: 29.1% of statements [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-11T04:52:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.195s coverage: 99.0% of statements [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-11T04:52:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.124s coverage: 100.0% of statements [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-11T04:52:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.150s coverage: 100.0% of statements [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-11T04:52:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-11T04:52:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-11T04:52:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-11T04:52:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-11T04:52:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-02-11T04:52:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.073s coverage: 32.1% of statements [2021-02-11T04:52:33.940Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-11T04:52:33.940Z] Running setup.py install for dockerpty: started [2021-02-11T04:52:34.206Z] ---> Running in 8787c4b6697b [2021-02-11T04:52:34.206Z] ---> Running in da6244184850 [2021-02-11T04:52:34.206Z] Removing intermediate container 30a93e7dfceb [2021-02-11T04:52:34.206Z] ---> 1b0095a00049 [2021-02-11T04:52:34.206Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T04:52:34.206Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-11T04:52:34.309Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-11T04:52:34.784Z] ---> Running in 8765b96959e2 [2021-02-11T04:52:34.784Z] Removing intermediate container 8787c4b6697b [2021-02-11T04:52:34.784Z] ---> 89d9cbab3e45 [2021-02-11T04:52:34.784Z] Step 21/22 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:52:34.904Z] GO111MODULE=on go vet ./... [2021-02-11T04:52:35.365Z] Running setup.py install for docopt: started [2021-02-11T04:52:35.365Z] Removing intermediate container da6244184850 [2021-02-11T04:52:35.365Z] ---> bab5efb299cf [2021-02-11T04:52:35.365Z] Step 13/21 : WORKDIR /edgex [2021-02-11T04:52:35.637Z] ---> Running in 77e0e5449d95 [2021-02-11T04:52:35.916Z] ---> Running in ec2ce02aae68 [2021-02-11T04:52:35.916Z] Removing intermediate container 8765b96959e2 [2021-02-11T04:52:35.916Z] ---> 82867f2cf911 [2021-02-11T04:52:35.916Z] Step 22/23 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:52:35.916Z] Running setup.py install for docopt: finished with status 'done' [2021-02-11T04:52:35.916Z] Running setup.py install for texttable: started [2021-02-11T04:52:35.916Z] ---> Running in cbb1bce5356d [2021-02-11T04:52:36.198Z] Removing intermediate container 77e0e5449d95 [2021-02-11T04:52:36.198Z] ---> 6f1a962f0f0e [2021-02-11T04:52:36.198Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T04:52:36.198Z] ---> Running in 3a16785c7c77 [2021-02-11T04:52:36.198Z] Removing intermediate container ec2ce02aae68 [2021-02-11T04:52:36.198Z] ---> f8d68b361d23 [2021-02-11T04:52:36.198Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-11T04:52:36.465Z] Removing intermediate container cbb1bce5356d [2021-02-11T04:52:36.465Z] ---> 4ca4a3400b6d [2021-02-11T04:52:36.465Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T04:52:36.465Z] Running setup.py install for texttable: finished with status 'done' [2021-02-11T04:52:36.465Z] ---> Running in f97ceac44c9b [2021-02-11T04:52:37.417Z] Removing intermediate container 3a16785c7c77 [2021-02-11T04:52:37.417Z] ---> 822fad9b062b [2021-02-11T04:52:37.417Z] [2021-02-11T04:52:37.417Z] 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-11T04:52:37.682Z] Successfully built 822fad9b062b [2021-02-11T04:52:37.951Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-11T04:52:37.951Z]  Building docker-support-scheduler-go ... done Removing intermediate container f97ceac44c9b [2021-02-11T04:52:37.951Z] ---> c49bf4a72e14 [2021-02-11T04:52:37.951Z] [2021-02-11T04:52:37.951Z] ---> 5fd198573539 [2021-02-11T04:52:37.951Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-11T04:52:38.225Z] Successfully built c49bf4a72e14 [2021-02-11T04:52:38.225Z] Successfully tagged docker-core-metadata-go:latest [2021-02-11T04:52:38.801Z]  Building docker-core-metadata-go ... done  ---> 3a61259f1296 [2021-02-11T04:52:38.801Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-11T04:52:42.130Z] Removing intermediate container a39f803652b7 [2021-02-11T04:52:42.130Z] ---> ed2cf526b96b [2021-02-11T04:52:42.130Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-11T04:52:42.130Z] ---> 0b4f5df505ef [2021-02-11T04:52:42.130Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-11T04:52:42.130Z] ---> Running in dfc6714e775e [2021-02-11T04:52:42.130Z] ---> Running in 7da3ac85e302 [2021-02-11T04:52:42.713Z] Removing intermediate container 7da3ac85e302 [2021-02-11T04:52:42.713Z] ---> c5692c974f8b [2021-02-11T04:52:42.713Z] Step 18/21 : CMD ["--init=true"] [2021-02-11T04:52:42.713Z] ---> Running in c8b9e57fb353 [2021-02-11T04:52:42.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:52:42.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:52:43.242Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T04:52:43.242Z] Removing intermediate container c8b9e57fb353 [2021-02-11T04:52:43.242Z] ---> 5a177b6b9b07 [2021-02-11T04:52:43.242Z] Step 19/21 : LABEL arch=x86_64 [2021-02-11T04:52:43.242Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-11T04:52:43.242Z] (3/3) Installing curl (7.69.1-r3) [2021-02-11T04:52:43.242Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:52:43.505Z] OK: 72 MiB in 58 packages [2021-02-11T04:52:44.898Z] ---> Running in 61649a0ff616 [2021-02-11T04:52:44.898Z] Removing intermediate container f4e09090eb38 [2021-02-11T04:52:44.898Z] ---> 5c953c2d5eb2 [2021-02-11T04:52:44.898Z] [2021-02-11T04:52:44.898Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T04:52:44.898Z] ---> 389fef711851 [2021-02-11T04:52:44.898Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-11T04:52:44.898Z] Removing intermediate container 61649a0ff616 [2021-02-11T04:52:44.898Z] ---> 6b980672f5d2 [2021-02-11T04:52:44.898Z] Step 20/21 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:52:45.161Z] ---> Running in c64d4537ad27 [2021-02-11T04:52:45.161Z] ---> Running in f3cd6decce9b [2021-02-11T04:52:45.161Z] Removing intermediate container dfc6714e775e [2021-02-11T04:52:45.161Z] ---> 61aeccaaa0c6 [2021-02-11T04:52:45.161Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-11T04:52:45.161Z] ---> Running in aa4a909c0ae1 [2021-02-11T04:52:45.423Z] Removing intermediate container f3cd6decce9b [2021-02-11T04:52:45.423Z] ---> df6495df1640 [2021-02-11T04:52:45.423Z] Step 21/21 : LABEL version=0.0.0 [2021-02-11T04:52:45.423Z] Removing intermediate container c64d4537ad27 [2021-02-11T04:52:45.423Z] ---> e262adfb8fc6 [2021-02-11T04:52:45.423Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-11T04:52:45.423Z] ---> Running in 0388f8934d8b [2021-02-11T04:52:45.423Z] ---> Running in c261e0d69d94 [2021-02-11T04:52:45.423Z] Removing intermediate container aa4a909c0ae1 [2021-02-11T04:52:45.423Z] ---> 9379aa76f237 [2021-02-11T04:52:45.423Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T04:52:45.685Z] ---> Running in d90b35c5ee06 [2021-02-11T04:52:45.685Z] Removing intermediate container c261e0d69d94 [2021-02-11T04:52:45.685Z] ---> 67cbd0b0bf2d [2021-02-11T04:52:45.685Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-11T04:52:45.686Z] Removing intermediate container 0388f8934d8b [2021-02-11T04:52:45.686Z] ---> 1289f1717af5 [2021-02-11T04:52:45.686Z] [2021-02-11T04:52:45.948Z] ---> Running in d10c9c497d9d [2021-02-11T04:52:45.948Z] Successfully built 1289f1717af5 [2021-02-11T04:52:45.948Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-11T04:52:45.948Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d90b35c5ee06 [2021-02-11T04:52:45.948Z] ---> 39486e3c91b4 [2021-02-11T04:52:45.948Z] Step 24/26 : LABEL arch=x86_64 [2021-02-11T04:52:45.948Z] ---> Running in fe55d40adae1 [2021-02-11T04:52:46.211Z] Removing intermediate container d10c9c497d9d [2021-02-11T04:52:46.211Z] ---> e874f74faf17 [2021-02-11T04:52:46.211Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:52:46.211Z] ---> Running in 0b93d02aeb55 [2021-02-11T04:52:46.211Z] Removing intermediate container fe55d40adae1 [2021-02-11T04:52:46.211Z] ---> 482c20ef4e8f [2021-02-11T04:52:46.211Z] Step 25/26 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:52:46.475Z] ---> Running in e24c0beb97a5 [2021-02-11T04:52:46.475Z] Removing intermediate container e24c0beb97a5 [2021-02-11T04:52:46.475Z] ---> 24246c3f9b4e [2021-02-11T04:52:46.475Z] Step 26/26 : LABEL version=0.0.0 [2021-02-11T04:52:46.738Z] ---> Running in 077d91e0395c [2021-02-11T04:52:46.738Z] Removing intermediate container 077d91e0395c [2021-02-11T04:52:46.738Z] ---> 39eb97e826a9 [2021-02-11T04:52:46.738Z] [2021-02-11T04:52:47.101Z] Successfully built 39eb97e826a9 [2021-02-11T04:52:47.101Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-11T04:52:48.054Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0b93d02aeb55 [2021-02-11T04:52:48.054Z] ---> c4feca6b3910 [2021-02-11T04:52:48.054Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-11T04:52:48.054Z] ---> Running in 502ca92b0636 [2021-02-11T04:52:48.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T04:52:49.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T04:52:49.527Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-11T04:52:49.527Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-11T04:52:49.527Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-11T04:52:49.790Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-11T04:52:50.051Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-11T04:52:50.051Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-11T04:52:50.313Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:52:50.313Z] OK: 8 MiB in 20 packages [2021-02-11T04:52:50.577Z] Removing intermediate container 502ca92b0636 [2021-02-11T04:52:50.577Z] ---> 71a92623aeb6 [2021-02-11T04:52:50.577Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T04:52:50.840Z] ---> 1af856f55791 [2021-02-11T04:52:50.840Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-11T04:52:51.416Z] ---> 3d1546aa55af [2021-02-11T04:52:51.416Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-11T04:52:51.679Z] ---> cb46b948bdf7 [2021-02-11T04:52:51.679Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-11T04:52:51.679Z] ---> Running in ed83f089c2cf [2021-02-11T04:52:51.944Z] Removing intermediate container ed83f089c2cf [2021-02-11T04:52:51.944Z] ---> c0219da86565 [2021-02-11T04:52:51.944Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T04:52:51.944Z] ---> Running in 99381fd3b5ad [2021-02-11T04:52:52.207Z] Removing intermediate container 99381fd3b5ad [2021-02-11T04:52:52.207Z] ---> e78a89519df6 [2021-02-11T04:52:52.207Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T04:52:52.207Z] ---> Running in d4cafaa5b318 [2021-02-11T04:52:52.470Z] Removing intermediate container d4cafaa5b318 [2021-02-11T04:52:52.470Z] ---> 0b6306aba0b8 [2021-02-11T04:52:52.470Z] Step 22/23 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:52:52.470Z] ---> Running in 42db18c93539 [2021-02-11T04:52:52.470Z] Removing intermediate container 42db18c93539 [2021-02-11T04:52:52.470Z] ---> 0d2390298525 [2021-02-11T04:52:52.470Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T04:52:52.733Z] ---> Running in ff95dbf53dd3 [2021-02-11T04:52:52.733Z] Removing intermediate container ff95dbf53dd3 [2021-02-11T04:52:52.733Z] ---> d5fae58a218d [2021-02-11T04:52:52.733Z] [2021-02-11T04:52:52.996Z] Successfully built d5fae58a218d [2021-02-11T04:52:52.996Z] Successfully tagged docker-core-data-go:latest [2021-02-11T04:52:53.272Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-11T04:52:53.283Z] $ docker stop --time=1 4f1e3755f81db8ca95bbdc4bc9331b0d9b7c1bcf2c8a1d11c1c1d36c9a0b8949 [2021-02-11T04:52:54.839Z] $ docker rm -f 4f1e3755f81db8ca95bbdc4bc9331b0d9b7c1bcf2c8a1d11c1c1d36c9a0b8949 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T04:52:55.412Z] + docker images [2021-02-11T04:52:55.412Z] + grep docker [2021-02-11T04:52:55.676Z] docker-core-data-go latest d5fae58a218d 3 seconds ago 22.3MB [2021-02-11T04:52:55.676Z] docker-sys-mgmt-agent-go latest 39eb97e826a9 9 seconds ago 313MB [2021-02-11T04:52:55.676Z] docker-security-proxy-setup-go latest 1289f1717af5 10 seconds ago 24.4MB [2021-02-11T04:52:55.676Z] docker-core-metadata-go latest c49bf4a72e14 18 seconds ago 18.8MB [2021-02-11T04:52:55.676Z] docker-support-scheduler-go latest 822fad9b062b 19 seconds ago 17MB [2021-02-11T04:52:55.676Z] docker-security-bootstrapper-go latest f2bd5129ab11 About a minute ago 17.9MB [2021-02-11T04:52:55.676Z] docker-core-command-go latest d72ee3cb54c4 About a minute ago 16.9MB [2021-02-11T04:52:55.676Z] docker-security-secretstore-setup-go latest 91b13acd2663 About a minute ago 24.6MB [2021-02-11T04:52:55.676Z] docker-support-notifications-go latest b7e483df337a About a minute ago 17.6MB [2021-02-11T04:52:55.676Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-11T04:52:56.514Z] Running on prd-ubuntu18.04-docker-8c-8g-25905 in /w/workspace/edgexfoundry_edgex-go_PR-3153 [Pipeline] { [Pipeline] ws [2021-02-11T04:52:56.622Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-02-11T04:52:58.775Z] using credential edgex-jenkins-ssh [2021-02-11T04:52:58.829Z] Cloning the remote Git repository [2021-02-11T04:52:58.859Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-11T04:52:58.933Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-02-11T04:52:58.966Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T04:52:58.966Z] > git --version # timeout=10 [2021-02-11T04:52:58.973Z] > git --version # 'git version 2.17.1' [2021-02-11T04:52:58.974Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T04:52:58.998Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T04:53:07.832Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T04:53:07.840Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T04:53:07.848Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T04:53:07.860Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T04:53:07.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T04:53:07.865Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3153/head:refs/remotes/origin/PR-3153 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-11T04:53:08.509Z] Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit 47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:53:08.638Z] Merge succeeded, producing 47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T04:53:08.639Z] Checking out Revision 47b4c9e6fc4044b20e859d8e973f792df8961e2f (PR-3153) [2021-02-11T04:53:08.520Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T04:53:08.525Z] > git checkout -f 47b4c9e6fc4044b20e859d8e973f792df8961e2f # timeout=10 [2021-02-11T04:53:08.610Z] > git remote # timeout=10 [2021-02-11T04:53:08.618Z] > git config --get remote.origin.url # timeout=10 [2021-02-11T04:53:08.624Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T04:53:08.627Z] > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 [2021-02-11T04:53:08.635Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-11T04:53:08.643Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T04:53:08.647Z] > git checkout -f 47b4c9e6fc4044b20e859d8e973f792df8961e2f # timeout=10 [2021-02-11T04:53:12.317Z] Commit message: "feat(command): remove required section out of response DTO" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T04:53:13.479Z] + echo snap-build.sh [2021-02-11T04:53:13.480Z] snap-build.sh [2021-02-11T04:53:13.480Z] + SNAP_BASE_DIR=. [2021-02-11T04:53:13.480Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-02-11T04:53:13.480Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-02-11T04:53:13.480Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-02-11T04:53:13.480Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-02-11T04:53:13.480Z] + cd /w/workspace/edgex-go/8 [2021-02-11T04:53:13.480Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-11T04:53:13.480Z] Reading package lists... [2021-02-11T04:53:13.480Z] Building dependency tree... [2021-02-11T04:53:13.480Z] Reading state information... [2021-02-11T04:53:13.742Z] The following packages were automatically installed and are no longer required: [2021-02-11T04:53:13.742Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-11T04:53:13.742Z] uidmap xdelta3 [2021-02-11T04:53:13.742Z] Use 'sudo apt autoremove' to remove them. [2021-02-11T04:53:13.742Z] The following packages will be REMOVED: [2021-02-11T04:53:13.742Z] lxd* lxd-client* [2021-02-11T04:53:14.004Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-11T04:53:14.004Z] After this operation, 31.7 MB disk space will be freed. [2021-02-11T04:53:15.314Z] (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-11T04:53:15.314Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-11T04:53:16.259Z] Removing lxd dnsmasq configuration [2021-02-11T04:53:16.259Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-11T04:53:16.259Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-11T04:53:16.834Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-11T04:53:17.096Z] (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-11T04:53:17.096Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-11T04:53:18.490Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-11T04:53:18.490Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-11T04:53:19.877Z] + sudo snap remove --purge lxd [2021-02-11T04:53:19.877Z] snap "lxd" is not installed [2021-02-11T04:53:19.877Z] + sudo groupadd --force --system lxd [2021-02-11T04:53:19.877Z] ++ whoami [2021-02-11T04:53:19.877Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-11T04:53:19.877Z] + newgrp - lxd [2021-02-11T04:53:19.877Z] + sudo snap install lxd [2021-02-11T04:53:29.886Z] 2021-02-11T04:53:27Z INFO Waiting for automatic snapd restart... [2021-02-11T04:53:48.026Z] lxd 4.11 from Canonical* installed [2021-02-11T04:53:48.026Z] + sudo lxd init --auto [2021-02-11T04:53:56.326Z] + sudo snap install --classic snapcraft [2021-02-11T04:53:56.743Z] gofmt -l . [2021-02-11T04:53:56.743Z] [ "`gofmt -l .`" = "" ] [2021-02-11T04:53:56.743Z] ./bin/test-go-mod-tidy.sh [2021-02-11T04:53:56.743Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-11T04:53:57.410Z] + ls -al . [2021-02-11T04:53:57.410Z] total 728 [2021-02-11T04:53:57.410Z] drwxrwxr-x 9 1001 1001 4096 Feb 11 04:53 . [2021-02-11T04:53:57.410Z] drwxr-xr-x 4 root root 4096 Feb 11 04:49 .. [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 11 Feb 11 04:48 .dockerignore [2021-02-11T04:53:57.410Z] drwxrwxr-x 8 1001 1001 4096 Feb 11 04:48 .git [2021-02-11T04:53:57.410Z] drwxrwxr-x 3 1001 1001 4096 Feb 11 04:48 .github [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 818 Feb 11 04:48 .gitignore [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 166 Feb 11 04:48 .sonarcloud.properties [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 7859 Feb 11 04:48 Attribution.txt [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 3804 Feb 11 04:48 CONTRIBUTING.md [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 931 Feb 11 04:48 Dockerfile.build [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 863 Feb 11 04:48 Jenkinsfile [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 10775 Feb 11 04:48 LICENSE [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 5774 Feb 11 04:48 Makefile [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 6524 Feb 11 04:48 README.md [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 6755 Feb 11 04:48 SECURITY.md [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 5 Feb 11 04:45 VERSION [2021-02-11T04:53:57.410Z] -rw-rw-r-- 1 1001 1001 4131 Feb 11 04:48 ZMQWindows.md [2021-02-11T04:53:57.410Z] drwxrwxr-x 2 1001 1001 4096 Feb 11 04:48 bin [2021-02-11T04:53:57.410Z] drwxrwxr-x 14 1001 1001 4096 Feb 11 04:48 cmd [2021-02-11T04:53:57.410Z] -rw-r--r-- 1 root root 595164 Feb 11 04:52 coverage.out [2021-02-11T04:53:57.410Z] -rw-r--r-- 1 root root 1054 Feb 11 04:53 go.mod [2021-02-11T04:53:57.410Z] -rw-r--r-- 1 root root 19290 Feb 11 04:53 go.sum [2021-02-11T04:53:57.410Z] drwxrwxr-x 8 1001 1001 4096 Feb 11 04:48 internal [2021-02-11T04:53:57.410Z] drwxrwxr-x 4 1001 1001 4096 Feb 11 04:48 openapi [2021-02-11T04:53:57.410Z] drwxrwxr-x 4 1001 1001 4096 Feb 11 04:48 snap [2021-02-11T04:53:57.411Z] -rw-rw-r-- 1 1001 1001 168 Feb 11 04:48 version.go [Pipeline] sh [2021-02-11T04:53:58.069Z] + '[' -e coverage.out ] [2021-02-11T04:53:58.069Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-11T04:53:58.095Z] Warning: overwriting stash ‘coverage-report’ [2021-02-11T04:53:59.459Z] Stashed 1 file(s) [Pipeline] sh [2021-02-11T04:54:00.220Z] + make build [2021-02-11T04:54:00.220Z] 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-11T04:54:00.536Z] snapcraft 4.5.1 from Canonical* installed [2021-02-11T04:54:00.536Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-11T04:54:00.536Z] + patch --verbose -p1 [2021-02-11T04:54:00.536Z] Hmm... Looks like a unified diff to me... [2021-02-11T04:54:00.536Z] The text leading up to this was: [2021-02-11T04:54:00.536Z] -------------------------- [2021-02-11T04:54:00.536Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-11T04:54:00.536Z] |From: Tony Espy [2021-02-11T04:54:00.536Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-11T04:54:00.536Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-11T04:54:00.536Z] | [2021-02-11T04:54:00.536Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-11T04:54:00.536Z] |optimize the snap CI check run for pull requests. When [2021-02-11T04:54:00.536Z] |applied, it essentially strips out everything (apps and [2021-02-11T04:54:00.536Z] |parts) from the snapcraft.yaml file except those required [2021-02-11T04:54:00.536Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-11T04:54:00.536Z] |catch changes to edgex-go that break the snap build. [2021-02-11T04:54:00.536Z] | [2021-02-11T04:54:00.536Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-11T04:54:00.536Z] |to update this patch file, otherwise it may fail to apply, [2021-02-11T04:54:00.536Z] |resulting in a failed snap build CI check in the associated [2021-02-11T04:54:00.536Z] |pull request. [2021-02-11T04:54:00.536Z] | [2021-02-11T04:54:00.536Z] |Note - in addition to applying this patch, the pipeline also [2021-02-11T04:54:00.536Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-11T04:54:00.536Z] |need to build the finally binary .snap file (and it won't [2021-02-11T04:54:00.536Z] |work with the patch applied). This further reduces the build [2021-02-11T04:54:00.536Z] |time. [2021-02-11T04:54:00.536Z] |--- [2021-02-11T04:54:00.536Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-11T04:54:00.537Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-11T04:54:00.537Z] | [2021-02-11T04:54:00.537Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-11T04:54:00.537Z] |index 1e537489..faf42425 100644 [2021-02-11T04:54:00.537Z] |--- a/snap/snapcraft.yaml [2021-02-11T04:54:00.537Z] |+++ b/snap/snapcraft.yaml [2021-02-11T04:54:00.537Z] -------------------------- [2021-02-11T04:54:00.537Z] patching file snap/snapcraft.yaml [2021-02-11T04:54:00.537Z] Using Plan A... [2021-02-11T04:54:00.537Z] Hunk #1 succeeded at 73. [2021-02-11T04:54:00.537Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-11T04:54:00.537Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-11T04:54:00.537Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-11T04:54:00.537Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-11T04:54:00.537Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-11T04:54:00.537Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-11T04:54:00.537Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-11T04:54:00.537Z] Hmm... Ignoring the trailing garbage. [2021-02-11T04:54:00.537Z] done [2021-02-11T04:54:00.537Z] + sudo snapcraft prime --use-lxd [2021-02-11T04:54:01.480Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-11T04:54:01.481Z] 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-11T04:54:01.481Z] - README.md [2021-02-11T04:54:01.481Z] - snapcraft.yaml.orig [2021-02-11T04:54:01.481Z] [2021-02-11T04:54:01.481Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-11T04:54:02.054Z] Launching a container. [2021-02-11T04:54:10.406Z] 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-11T04:54:14.287Z] Waiting for container to be ready [2021-02-11T04:54:14.287Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-11T04:54:14.287Z] [2021-02-11T04:54:16.201Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-11T04:54:16.462Z] Waiting for network to be ready... [2021-02-11T04:54:17.034Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-11T04:54:17.034Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-11T04:54:17.606Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-11T04:54:17.606Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-11T04:54:17.607Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-11T04:54:17.868Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-11T04:54:17.868Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-11T04:54:17.868Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-11T04:54:17.868Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-11T04:54:17.868Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-11T04:54:17.868Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-11T04:54:17.868Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-11T04:54:18.128Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-11T04:54:18.128Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-11T04:54:18.128Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-11T04:54:18.128Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-11T04:54:18.128Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-11T04:54:18.128Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-11T04:54:18.387Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-11T04:54:18.648Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-11T04:54:18.648Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-11T04:54:18.648Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-11T04:54:18.648Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-11T04:54:18.648Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-11T04:54:18.648Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-11T04:54:18.648Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-11T04:54:18.916Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-11T04:54:21.468Z] Fetched 23.9 MB in 4s (5602 kB/s) [2021-02-11T04:54:22.040Z] Reading package lists... [2021-02-11T04:54:22.040Z] Reading package lists... [2021-02-11T04:54:22.300Z] Building dependency tree... [2021-02-11T04:54:22.300Z] Reading state information... [2021-02-11T04:54:22.300Z] The following additional packages will be installed: [2021-02-11T04:54:22.300Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-11T04:54:22.300Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-11T04:54:22.300Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-11T04:54:22.300Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-11T04:54:22.300Z] Suggested packages: [2021-02-11T04:54:22.300Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-11T04:54:22.300Z] Recommended packages: [2021-02-11T04:54:22.300Z] gnupg libsasl2-modules [2021-02-11T04:54:22.300Z] The following NEW packages will be installed: [2021-02-11T04:54:22.300Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-11T04:54:22.300Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-11T04:54:22.300Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-11T04:54:22.300Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-11T04:54:22.300Z] The following packages will be upgraded: [2021-02-11T04:54:22.300Z] gpg gpg-agent gpgconf libudev1 [2021-02-11T04:54:22.561Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-11T04:54:22.561Z] Need to get 3532 kB of archives. [2021-02-11T04:54:22.561Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-11T04:54:22.561Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-11T04:54:22.561Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-11T04:54:22.561Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-11T04:54:22.561Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-11T04:54:22.561Z] 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-11T04:54:22.561Z] 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-11T04:54:22.561Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-11T04:54:22.561Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-11T04:54:22.561Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-11T04:54:22.823Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-11T04:54:23.395Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-11T04:54:23.395Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-11T04:54:23.395Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-11T04:54:23.395Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-11T04:54:23.395Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-11T04:54:23.395Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-11T04:54:23.395Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-11T04:54:23.395Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-11T04:54:23.395Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-11T04:54:23.395Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-11T04:54:23.395Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-11T04:54:23.395Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-11T04:54:23.395Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T04:54:23.395Z] Fetched 3532 kB in 1s (3483 kB/s) [2021-02-11T04:54:23.656Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-11T04:54:23.656Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-11T04:54:23.656Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T04:54:23.656Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-11T04:54:23.917Z] Selecting previously unselected package udev. [2021-02-11T04:54:23.917Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-11T04:54:23.917Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-11T04:54:23.918Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-11T04:54:24.178Z] Selecting previously unselected package libfuse2:amd64. [2021-02-11T04:54:24.178Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-11T04:54:24.178Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-11T04:54:24.178Z] Selecting previously unselected package fuse. [2021-02-11T04:54:24.178Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-11T04:54:24.178Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-11T04:54:24.440Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T04:54:24.440Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T04:54:24.440Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T04:54:24.440Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T04:54:24.702Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T04:54:24.702Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T04:54:24.702Z] Selecting previously unselected package libksba8:amd64. [2021-02-11T04:54:24.702Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-11T04:54:24.702Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-11T04:54:24.964Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-11T04:54:24.964Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T04:54:24.964Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:24.964Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-11T04:54:24.964Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T04:54:24.964Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:24.964Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-11T04:54:24.964Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T04:54:24.964Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:25.370Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-11T04:54:25.370Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T04:54:25.370Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:25.370Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-11T04:54:25.370Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T04:54:25.370Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:25.371Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-11T04:54:25.371Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T04:54:25.371Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:25.678Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-11T04:54:25.678Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T04:54:25.678Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:25.678Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-11T04:54:25.678Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T04:54:25.678Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:25.678Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-11T04:54:25.678Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T04:54:25.678Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:25.678Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-11T04:54:25.678Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-11T04:54:25.939Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T04:54:25.939Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-11T04:54:25.939Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-11T04:54:25.939Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T04:54:25.939Z] Selecting previously unselected package libldap-common. [2021-02-11T04:54:25.939Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-11T04:54:25.939Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T04:54:26.199Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-11T04:54:26.199Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-11T04:54:26.199Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T04:54:26.199Z] Selecting previously unselected package dirmngr. [2021-02-11T04:54:26.199Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T04:54:26.199Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-11T04:54:26.461Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T04:54:26.461Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-11T04:54:26.461Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-11T04:54:26.461Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T04:54:26.461Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T04:54:26.461Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-11T04:54:26.461Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:26.461Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-11T04:54:26.461Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T04:54:26.722Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-11T04:54:26.984Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-11T04:54:26.984Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:26.984Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-11T04:54:27.247Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-11T04:54:27.247Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-11T04:54:27.247Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:27.247Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:27.247Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:27.247Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:27.247Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:27.247Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:27.247Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T04:54:27.508Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T04:54:27.508Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-11T04:54:27.508Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T04:54:27.770Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-11T04:54:27.770Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-11T04:54:27.770Z] This means they are not meant to be enabled using systemctl. [2021-02-11T04:54:27.770Z] Possible reasons for having this kind of units are: [2021-02-11T04:54:27.770Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-11T04:54:27.770Z] .wants/ or .requires/ directory. [2021-02-11T04:54:27.770Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-11T04:54:27.770Z] a requirement dependency on it. [2021-02-11T04:54:27.770Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-11T04:54:27.770Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-11T04:54:27.770Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-11T04:54:27.770Z] instance name specified. [2021-02-11T04:54:28.294Z] Reading package lists... [2021-02-11T04:54:28.294Z] Building dependency tree... [2021-02-11T04:54:28.294Z] Reading state information... [2021-02-11T04:54:28.555Z] The following additional packages will be installed: [2021-02-11T04:54:28.555Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-11T04:54:28.555Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-11T04:54:28.555Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-11T04:54:28.555Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-11T04:54:28.555Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-11T04:54:28.555Z] Suggested packages: [2021-02-11T04:54:28.555Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-11T04:54:28.555Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-11T04:54:28.555Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-11T04:54:28.555Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-11T04:54:28.555Z] systemd-container policykit-1 [2021-02-11T04:54:28.555Z] Recommended packages: [2021-02-11T04:54:28.555Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-11T04:54:28.555Z] The following NEW packages will be installed: [2021-02-11T04:54:28.555Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-11T04:54:28.555Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-11T04:54:28.555Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-11T04:54:28.555Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-11T04:54:28.555Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-11T04:54:28.555Z] The following packages will be upgraded: [2021-02-11T04:54:28.555Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-11T04:54:28.816Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-11T04:54:28.816Z] Need to get 35.2 MB of archives. [2021-02-11T04:54:28.816Z] After this operation, 141 MB of additional disk space will be used. [2021-02-11T04:54:28.816Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-11T04:54:28.816Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-11T04:54:29.389Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-11T04:54:29.389Z] 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-11T04:54:29.389Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-11T04:54:29.649Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-11T04:54:29.649Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-11T04:54:29.649Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-11T04:54:29.649Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-11T04:54:29.649Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-11T04:54:29.649Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-11T04:54:29.649Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-11T04:54:29.650Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-11T04:54:29.650Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-11T04:54:29.650Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-11T04:54:29.650Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-11T04:54:29.650Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-11T04:54:29.650Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-11T04:54:29.650Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-11T04:54:29.650Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-11T04:54:29.650Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-11T04:54:29.650Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-11T04:54:29.650Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-11T04:54:29.650Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-11T04:54:29.650Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-11T04:54:29.650Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-11T04:54:29.650Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-11T04:54:29.650Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-11T04:54:29.918Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-11T04:54:29.918Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-11T04:54:31.303Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T04:54:31.303Z] Fetched 35.2 MB in 2s (15.0 MB/s) [2021-02-11T04:54:31.303Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-11T04:54:31.303Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-11T04:54:31.304Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T04:54:31.877Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-11T04:54:31.877Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T04:54:31.877Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-11T04:54:32.138Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-11T04:54:32.138Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-11T04:54:32.138Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-11T04:54:32.138Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-11T04:54:32.399Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-11T04:54:32.399Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-11T04:54:32.399Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-11T04:54:32.660Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-11T04:54:32.921Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-11T04:54:33.182Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-11T04:54:33.182Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-11T04:54:33.182Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-11T04:54:33.444Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-11T04:54:33.444Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-11T04:54:33.444Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T04:54:33.444Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T04:54:33.705Z] Selecting previously unselected package libexpat1:amd64. [2021-02-11T04:54:33.705Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-11T04:54:33.705Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-11T04:54:33.966Z] Selecting previously unselected package python3.6-minimal. [2021-02-11T04:54:33.966Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T04:54:33.966Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T04:54:34.228Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-11T04:54:34.228Z] Checking for services that may need to be restarted...done. [2021-02-11T04:54:34.228Z] Checking for services that may need to be restarted...done. [2021-02-11T04:54:34.228Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T04:54:34.489Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-11T04:54:34.489Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T04:54:34.750Z] Selecting previously unselected package python3-minimal. [2021-02-11T04:54:34.750Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-11T04:54:34.750Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-11T04:54:34.750Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-11T04:54:35.011Z] Selecting previously unselected package mime-support. [2021-02-11T04:54:35.011Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-11T04:54:35.011Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-11T04:54:35.011Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-11T04:54:35.011Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-11T04:54:35.011Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-11T04:54:35.273Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-11T04:54:35.273Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T04:54:35.273Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T04:54:35.533Z] Selecting previously unselected package python3.6. [2021-02-11T04:54:35.533Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T04:54:35.533Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T04:54:35.533Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-11T04:54:35.533Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-11T04:54:35.533Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-11T04:54:35.533Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-11T04:54:35.794Z] Selecting previously unselected package python3. [2021-02-11T04:54:35.794Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-11T04:54:35.794Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-11T04:54:35.794Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-11T04:54:36.056Z] Selecting previously unselected package multiarch-support. [2021-02-11T04:54:36.056Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T04:54:36.056Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-11T04:54:36.056Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-11T04:54:36.318Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-11T04:54:36.318Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-11T04:54:36.318Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-11T04:54:36.318Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-11T04:54:36.318Z] Selecting previously unselected package libbsd0:amd64. [2021-02-11T04:54:36.318Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-11T04:54:36.318Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-11T04:54:36.579Z] Selecting previously unselected package sudo. [2021-02-11T04:54:36.579Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-11T04:54:36.579Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-11T04:54:36.579Z] Selecting previously unselected package apparmor. [2021-02-11T04:54:36.579Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-11T04:54:36.579Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-11T04:54:36.842Z] Selecting previously unselected package libedit2:amd64. [2021-02-11T04:54:36.842Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-11T04:54:36.842Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-11T04:54:36.842Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-11T04:54:36.842Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T04:54:36.842Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T04:54:37.103Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-11T04:54:37.103Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T04:54:37.103Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T04:54:37.103Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-11T04:54:37.103Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-11T04:54:37.103Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-11T04:54:37.103Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-11T04:54:37.103Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T04:54:37.238Z] 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-11T04:54:37.364Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T04:54:37.364Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-11T04:54:37.364Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T04:54:37.364Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T04:54:37.625Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-11T04:54:37.625Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-11T04:54:37.625Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-11T04:54:37.625Z] Selecting previously unselected package openssh-client. [2021-02-11T04:54:37.625Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-11T04:54:37.625Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-11T04:54:38.197Z] Selecting previously unselected package squashfs-tools. [2021-02-11T04:54:38.197Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-11T04:54:38.197Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-11T04:54:38.197Z] Selecting previously unselected package snapd. [2021-02-11T04:54:38.197Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-11T04:54:38.197Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-11T04:54:39.854Z] 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-11T04:54:40.119Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-11T04:54:40.119Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-11T04:54:40.439Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-11T04:54:40.439Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-11T04:54:40.439Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-11T04:54:40.700Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T04:54:40.700Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T04:54:40.700Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-11T04:54:40.700Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-11T04:54:41.271Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-11T04:54:41.534Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-11T04:54:41.534Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-11T04:54:41.534Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T04:54:41.534Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T04:54:41.534Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T04:54:42.115Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-11T04:54:42.115Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T04:54:42.115Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-11T04:54:42.115Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-11T04:54:42.115Z] running python rtupdate hooks for python3.6... [2021-02-11T04:54:42.115Z] running python post-rtupdate hooks for python3.6... [2021-02-11T04:54:42.376Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-11T04:54:44.927Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-11T04:54:44.927Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T04:54:45.188Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-11T04:54:45.188Z] Setting up snapd (2.48.3+18.04) ... [2021-02-11T04:54:45.761Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-11T04:54:45.761Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-11T04:54:46.024Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-11T04:54:46.024Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-11T04:54:46.287Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-11T04:54:46.287Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-11T04:54:46.548Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-11T04:54:46.548Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-11T04:54:46.681Z] 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-11T04:54:46.810Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-11T04:54:47.071Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-11T04:54:47.072Z] /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-11T04:54:47.072Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T04:54:47.072Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-11T04:54:48.018Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-11T04:54:48.018Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-11T04:54:48.018Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-11T04:54:48.117Z] 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-11T04:54:49.231Z] Reading package lists... [2021-02-11T04:54:49.231Z] Reading package lists... [2021-02-11T04:54:49.494Z] Building dependency tree... [2021-02-11T04:54:49.494Z] Reading state information... [2021-02-11T04:54:49.494Z] Calculating upgrade... [2021-02-11T04:54:49.757Z] The following packages will be upgraded: [2021-02-11T04:54:49.757Z] advancecomp base-files bash binutils binutils-common [2021-02-11T04:54:49.757Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-11T04:54:49.757Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-11T04:54:49.757Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-11T04:54:49.757Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-11T04:54:49.757Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-11T04:54:49.757Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-11T04:54:49.757Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-11T04:54:49.757Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-11T04:54:49.757Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-11T04:54:49.757Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-11T04:54:49.757Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-11T04:54:49.757Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-11T04:54:49.757Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-11T04:54:49.757Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-11T04:54:50.018Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-11T04:54:50.018Z] Need to get 63.8 MB of archives. [2021-02-11T04:54:50.018Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-11T04:54:50.018Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-11T04:54:50.018Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-11T04:54:50.587Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-11T04:54:50.587Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-11T04:54:50.587Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-11T04:54:50.587Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-11T04:54:50.587Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-11T04:54:50.587Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-11T04:54:50.587Z] 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-11T04:54:50.587Z] 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-11T04:54:50.587Z] 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-11T04:54:50.587Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-11T04:54:50.587Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-11T04:54:50.587Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-11T04:54:50.587Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-11T04:54:50.587Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-11T04:54:50.587Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-11T04:54:50.587Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-11T04:54:50.847Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-11T04:54:50.847Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-11T04:54:50.847Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-11T04:54:50.847Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-11T04:54:50.847Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-11T04:54:50.847Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-11T04:54:50.847Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-11T04:54:50.847Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-11T04:54:50.847Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-11T04:54:50.847Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-11T04:54:50.847Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-11T04:54:50.847Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-11T04:54:50.847Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-11T04:54:50.847Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-11T04:54:51.109Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-11T04:54:51.109Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-11T04:54:51.109Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-11T04:54:51.109Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-11T04:54:51.109Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-11T04:54:51.109Z] Get:38 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-11T04:54:51.109Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-11T04:54:51.109Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-11T04:54:51.109Z] Get:41 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-11T04:54:51.109Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-11T04:54:51.109Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-11T04:54:51.109Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-11T04:54:51.109Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-11T04:54:51.109Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-11T04:54:51.109Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-11T04:54:51.109Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-11T04:54:51.109Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-11T04:54:51.109Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-11T04:54:51.109Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-11T04:54:51.109Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-11T04:54:51.109Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-11T04:54:51.109Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-11T04:54:51.109Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-11T04:54:51.109Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-11T04:54:51.109Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-11T04:54:51.109Z] Get:58 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-11T04:54:51.109Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-11T04:54:51.109Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-11T04:54:51.109Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-11T04:54:51.369Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-11T04:54:51.369Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-11T04:54:51.369Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-11T04:54:51.369Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-11T04:54:51.369Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-11T04:54:51.369Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-11T04:54:51.370Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-11T04:54:51.370Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-11T04:54:51.370Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-11T04:54:51.370Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-11T04:54:51.370Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-11T04:54:51.370Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-11T04:54:51.370Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-11T04:54:51.370Z] 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-11T04:54:51.370Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-11T04:54:51.370Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-11T04:54:51.370Z] 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-11T04:54:51.370Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-11T04:54:51.630Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-11T04:54:51.630Z] 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-11T04:54:51.630Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-11T04:54:51.630Z] 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-11T04:54:51.630Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-11T04:54:51.630Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-11T04:54:51.630Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-11T04:54:51.630Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-11T04:54:51.630Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-11T04:54:51.630Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-11T04:54:51.630Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-11T04:54:52.202Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-11T04:54:52.773Z] 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-11T04:54:52.773Z] 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-11T04:54:52.773Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-11T04:54:53.034Z] 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-11T04:54:53.034Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-11T04:54:53.034Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-11T04:54:53.034Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-11T04:54:53.034Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-11T04:54:53.296Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T04:54:53.296Z] Fetched 63.8 MB in 3s (18.8 MB/s) [2021-02-11T04:54:53.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:54:53.296Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T04:54:53.296Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T04:54:53.521Z] 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-11T04:54:53.868Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T04:54:54.130Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T04:54:54.130Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-11T04:54:54.130Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-11T04:54:55.074Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T04:54:55.074Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T04:54:55.074Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T04:54:55.074Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T04:54:55.335Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T04:54:55.335Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T04:54:55.335Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T04:54:55.598Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T04:54:55.598Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T04:54:55.598Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T04:54:55.858Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T04:54:55.858Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T04:54:55.858Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T04:54:55.858Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T04:54:56.120Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T04:54:56.120Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T04:54:56.120Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T04:54:56.120Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-11T04:54:56.382Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-11T04:54:56.382Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T04:54:56.382Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T04:54:56.382Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T04:54:56.644Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T04:54:56.644Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T04:54:56.644Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T04:54:56.644Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T04:54:56.907Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T04:54:56.907Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T04:54:56.907Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T04:54:57.169Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T04:54:57.744Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-11T04:54:57.744Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T04:54:57.744Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-11T04:54:57.744Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-11T04:54:58.006Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-11T04:54:58.006Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-11T04:54:58.268Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-11T04:54:58.268Z] Installing new version of config file /etc/issue ... [2021-02-11T04:54:58.268Z] Installing new version of config file /etc/issue.net ... [2021-02-11T04:54:58.268Z] Installing new version of config file /etc/lsb-release ... [2021-02-11T04:54:58.268Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-11T04:54:58.609Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-11T04:54:58.609Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-11T04:54:58.609Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-11T04:54:58.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:54:58.609Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-11T04:54:58.871Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-11T04:54:58.927Z] 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-11T04:54:59.133Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-11T04:54:59.133Z] 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-11T04:54:59.133Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:54:59.133Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T04:54:59.133Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-11T04:54:59.396Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-11T04:54:59.396Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:54:59.396Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-11T04:54:59.396Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-11T04:54:59.658Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-11T04:54:59.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:54:59.930Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-11T04:54:59.930Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-11T04:55:00.193Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-11T04:55:00.193Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:00.193Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T04:55:00.455Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T04:55:00.455Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-11T04:55:00.455Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:00.455Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T04:55:00.718Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T04:55:00.718Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-11T04:55:00.979Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:00.979Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-11T04:55:00.979Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-11T04:55:00.979Z] Setting up grep (3.1-2build1) ... [2021-02-11T04:55:01.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:01.245Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-11T04:55:01.245Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-11T04:55:01.245Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-11T04:55:01.509Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:01.509Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T04:55:01.509Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T04:55:01.509Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-11T04:55:01.772Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:01.772Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-11T04:55:01.772Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T04:55:02.322Z] 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-11T04:55:02.346Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-11T04:55:02.346Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T04:55:02.609Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-11T04:55:02.609Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T04:55:03.182Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-11T04:55:03.182Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:03.182Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-11T04:55:03.182Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T04:55:04.578Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-11T04:55:04.578Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-11T04:55:04.578Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-11T04:55:04.578Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-11T04:55:04.840Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-11T04:55:04.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:04.840Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-11T04:55:04.840Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-11T04:55:05.101Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-11T04:55:05.362Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:05.362Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T04:55:05.362Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T04:55:05.362Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T04:55:05.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:05.624Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T04:55:05.624Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T04:55:05.624Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T04:55:05.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:05.885Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T04:55:05.885Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T04:55:05.885Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T04:55:06.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:06.147Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T04:55:06.147Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T04:55:06.147Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T04:55:06.408Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:06.408Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T04:55:06.408Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T04:55:06.408Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T04:55:06.408Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T04:55:06.627Z] 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-11T04:55:06.670Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-11T04:55:06.670Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:06.670Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T04:55:06.670Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T04:55:06.931Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-11T04:55:06.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:06.931Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T04:55:06.931Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T04:55:07.196Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T04:55:07.196Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:07.196Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T04:55:07.196Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T04:55:07.196Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-11T04:55:07.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:07.458Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T04:55:07.458Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T04:55:08.032Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-11T04:55:08.032Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-11T04:55:08.295Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-11T04:55:08.557Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:08.557Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T04:55:08.557Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T04:55:08.819Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-11T04:55:08.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T04:55:08.819Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-11T04:55:08.819Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T04:55:09.083Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-11T04:55:09.083Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:09.083Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-11T04:55:09.083Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-11T04:55:09.346Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-11T04:55:10.018Z] 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-11T04:55:10.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:10.129Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-11T04:55:10.129Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-11T04:55:10.129Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-11T04:55:10.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:10.129Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-11T04:55:10.129Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-11T04:55:10.129Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-11T04:55:10.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:10.129Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-11T04:55:10.129Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T04:55:10.129Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T04:55:10.391Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:10.391Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-11T04:55:10.391Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T04:55:10.391Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T04:55:10.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:10.652Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-11T04:55:10.652Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T04:55:10.913Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T04:55:10.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:10.913Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T04:55:11.175Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T04:55:11.175Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-11T04:55:11.175Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T04:55:11.175Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T04:55:11.175Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T04:55:11.435Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-11T04:55:11.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:11.435Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-11T04:55:11.435Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-11T04:55:11.697Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-11T04:55:11.697Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:11.697Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-11T04:55:11.697Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T04:55:11.958Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T04:55:12.220Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:12.220Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T04:55:12.220Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T04:55:12.220Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-11T04:55:12.220Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:12.220Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-11T04:55:12.220Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-11T04:55:12.483Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-11T04:55:12.483Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:12.483Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-11T04:55:12.483Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-11T04:55:12.745Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-11T04:55:13.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:13.006Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T04:55:13.006Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T04:55:13.268Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-11T04:55:13.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:13.268Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-11T04:55:13.268Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-11T04:55:13.529Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-11T04:55:13.529Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:13.529Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-11T04:55:13.529Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-11T04:55:13.790Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-11T04:55:13.790Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:13.790Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-11T04:55:13.790Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-11T04:55:14.050Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-11T04:55:14.050Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:14.050Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-11T04:55:14.050Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-11T04:55:14.312Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-11T04:55:14.312Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:14.312Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-11T04:55:14.574Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-11T04:55:14.574Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-11T04:55:14.574Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T04:55:14.574Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-11T04:55:14.836Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-11T04:55:14.836Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-11T04:55:14.836Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-11T04:55:14.836Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-11T04:55:15.099Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-11T04:55:15.099Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-11T04:55:15.099Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-11T04:55:15.360Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-11T04:55:15.360Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-11T04:55:15.464Z] 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-11T04:55:15.940Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-11T04:55:15.940Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-11T04:55:16.201Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-11T04:55:16.201Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-11T04:55:16.201Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-11T04:55:16.201Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-11T04:55:16.462Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-11T04:55:16.462Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-11T04:55:16.724Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-11T04:55:16.725Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-11T04:55:16.725Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-11T04:55:16.725Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-11T04:55:16.985Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-11T04:55:16.986Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-11T04:55:16.986Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-11T04:55:16.986Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-11T04:55:17.247Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-11T04:55:17.247Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-11T04:55:18.190Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-11T04:55:18.190Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-11T04:55:18.190Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-11T04:55:18.452Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-11T04:55:18.452Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T04:55:18.452Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T04:55:18.715Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T04:55:18.976Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T04:55:18.976Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T04:55:18.976Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T04:55:19.238Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T04:55:19.238Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T04:55:19.238Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T04:55:19.500Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T04:55:19.500Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T04:55:19.500Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T04:55:19.761Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T04:55:19.762Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T04:55:19.762Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T04:55:20.021Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T04:55:20.963Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T04:55:20.963Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T04:55:21.906Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T04:55:21.906Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [2021-02-11T04:55:22.223Z] $ docker stop --time=1 b42908bb2797610eaf31f9d16565614f92e2c4709a75448d120c7ae92d72c46e [2021-02-11T04:55:22.850Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T04:55:22.850Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T04:55:23.111Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T04:55:23.111Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T04:55:24.053Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T04:55:24.053Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T04:55:24.053Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-11T04:55:24.053Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-11T04:55:24.314Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-11T04:55:24.314Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-11T04:55:24.314Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-11T04:55:24.584Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-11T04:55:24.584Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-11T04:55:24.584Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-11T04:55:24.845Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-11T04:55:24.845Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-11T04:55:24.845Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-11T04:55:24.845Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-11T04:55:25.003Z] $ docker rm -f b42908bb2797610eaf31f9d16565614f92e2c4709a75448d120c7ae92d72c46e [2021-02-11T04:55:25.110Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-11T04:55:25.110Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-11T04:55:25.110Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T04:55:25.372Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-11T04:55:25.372Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T04:55:25.372Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T04:55:25.372Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T04:55:25.372Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-11T04:55:25.372Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-11T04:55:25.372Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-11T04:55:25.372Z] [2021-02-11T04:55:25.372Z] Current default time zone: 'Etc/UTC' [2021-02-11T04:55:25.634Z] Local time is now: Thu Feb 11 04:55:25 UTC 2021. [2021-02-11T04:55:25.634Z] Universal Time is now: Thu Feb 11 04:55:25 UTC 2021. [2021-02-11T04:55:25.634Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-11T04:55:25.634Z] [2021-02-11T04:55:25.634Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-11T04:55:25.634Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T04:55:25.634Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-11T04:55:25.634Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-11T04:55:25.634Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-11T04:55:25.634Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-11T04:55:25.634Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-11T04:55:25.634Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-11T04:55:25.895Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-11T04:55:25.895Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-11T04:55:25.895Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T04:55:25.895Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-11T04:55:26.157Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T04:55:26.157Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-11T04:55:26.157Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T04:55:26.157Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-11T04:55:26.158Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [Pipeline] // withDockerContainer [Pipeline] } [2021-02-11T04:55:26.420Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-11T04:55:26.420Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-11T04:55:26.420Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-11T04:55:26.420Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-11T04:55:26.420Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-11T04:55:26.420Z] Setting up ca-certificates (20210119~18.04.1) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:55:27.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T04:55:27.089Z] [2021-02-11T04:55:27.089Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:55:27.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T04:55:28.027Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-11T04:55:28.027Z] 29e5d40040c1: Pulling fs layer [2021-02-11T04:55:28.027Z] 1ce36da41761: Pulling fs layer [2021-02-11T04:55:28.027Z] 25b303627fd3: Pulling fs layer [2021-02-11T04:55:28.340Z] Updating certificates in /etc/ssl/certs... [2021-02-11T04:55:28.624Z] 29e5d40040c1: Verifying Checksum [2021-02-11T04:55:28.624Z] 29e5d40040c1: Download complete [2021-02-11T04:55:29.227Z] 1ce36da41761: Verifying Checksum [2021-02-11T04:55:29.227Z] 1ce36da41761: Download complete [2021-02-11T04:55:29.227Z] 29e5d40040c1: Pull complete [2021-02-11T04:55:29.284Z] 23 added, 27 removed; done. [2021-02-11T04:55:29.284Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-11T04:55:29.284Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T04:55:29.284Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-11T04:55:29.545Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-11T04:55:29.545Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-11T04:55:29.545Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T04:55:29.545Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-11T04:55:29.545Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T04:55:29.545Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T04:55:29.808Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T04:55:29.808Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T04:55:29.808Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T04:55:29.808Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-11T04:55:29.808Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-11T04:55:29.808Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-11T04:55:29.808Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-11T04:55:30.071Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-11T04:55:30.071Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T04:55:30.071Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T04:55:30.071Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-11T04:55:30.071Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-11T04:55:30.071Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-11T04:55:30.071Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-11T04:55:30.331Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-11T04:55:30.331Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-11T04:55:30.331Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-11T04:55:30.331Z] Updating certificates in /etc/ssl/certs... [2021-02-11T04:55:30.667Z] 1ce36da41761: Pull complete [2021-02-11T04:55:30.905Z] 0 added, 0 removed; done. [2021-02-11T04:55:30.905Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-11T04:55:30.905Z] done. [2021-02-11T04:55:30.940Z] 25b303627fd3: Verifying Checksum [2021-02-11T04:55:30.940Z] 25b303627fd3: Download complete [2021-02-11T04:55:31.688Z] Reading package lists... [2021-02-11T04:55:31.688Z] Building dependency tree... [2021-02-11T04:55:31.688Z] Reading state information... [2021-02-11T04:55:31.688Z] The following NEW packages will be installed: [2021-02-11T04:55:31.688Z] apt-transport-https [2021-02-11T04:55:31.949Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-11T04:55:31.949Z] Need to get 1696 B of archives. [2021-02-11T04:55:31.949Z] After this operation, 153 kB of additional disk space will be used. [2021-02-11T04:55:31.949Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-11T04:55:31.949Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T04:55:31.949Z] Fetched 1696 B in 0s (10.0 kB/s) [2021-02-11T04:55:31.949Z] Selecting previously unselected package apt-transport-https. [2021-02-11T04:55:31.949Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-11T04:55:31.949Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-11T04:55:31.949Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-11T04:55:32.210Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-11T04:55:32.470Z] Waiting for network to be ready... [2021-02-11T04:55:37.843Z] 2021-02-11T04:55:35Z INFO Waiting for automatic snapd restart... [2021-02-11T04:55:37.843Z] snapd 2.48.2.1 from Canonical* installed [2021-02-11T04:55:37.843Z] "snapd" switched to the "latest/stable" channel [2021-02-11T04:55:37.843Z] [2021-02-11T04:55:40.395Z] core18 20210128 from Canonical* installed [2021-02-11T04:55:40.659Z] "core18" switched to the "latest/stable" channel [2021-02-11T04:55:40.659Z] [2021-02-11T04:55:41.100Z] 25b303627fd3: Pull complete [2021-02-11T04:55:41.100Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-11T04:55:41.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T04:55:41.100Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-11T04:55:41.379Z] prd-ubuntu18.04-docker-arm64-4c-16g-26069 does not seem to be running inside a container [2021-02-11T04:55:41.477Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-11T04:55:43.722Z] snapcraft 4.5.1 from Canonical* installed [2021-02-11T04:55:43.984Z] "snapcraft" switched to the "latest/stable" channel [2021-02-11T04:55:43.984Z] [2021-02-11T04:55:44.591Z] $ docker top 77c4969e33289990954a9e5119f7a451ec61e32fbe91cfdbb2ba8bfea5a4dc7e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T04:55:45.670Z] + grep parallel [2021-02-11T04:55:45.670Z] + docker-compose build --help [2021-02-11T04:55:47.291Z] 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-11T04:55:47.291Z] - README.md [2021-02-11T04:55:47.291Z] - snapcraft.yaml.orig [2021-02-11T04:55:47.291Z] [2021-02-11T04:55:47.291Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-11T04:55:49.971Z] --parallel Build images in parallel. [Pipeline] } [2021-02-11T04:55:50.002Z] $ docker stop --time=1 77c4969e33289990954a9e5119f7a451ec61e32fbe91cfdbb2ba8bfea5a4dc7e [2021-02-11T04:55:51.943Z] $ docker rm -f 77c4969e33289990954a9e5119f7a451ec61e32fbe91cfdbb2ba8bfea5a4dc7e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T04:55:52.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T04:55:52.890Z] . [Pipeline] withDockerContainer [2021-02-11T04:55:53.187Z] prd-ubuntu18.04-docker-arm64-4c-16g-26069 does not seem to be running inside a container [2021-02-11T04:55:53.292Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-11T04:55:53.886Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T04:55:53.886Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-11T04:55:53.886Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-11T04:55:53.886Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-11T04:55:54.709Z] $ docker top cd04c75b7c3a9093b389b27018e83b3b3967b85edb4d0bf20133a453c3797085 -eo pid,comm [2021-02-11T04:55:54.832Z] Reading package lists... [Pipeline] { [2021-02-11T04:55:55.093Z] 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 [Pipeline] sh [2021-02-11T04:55:55.747Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-11T04:56:00.044Z] Building docker-core-command-go ... [2021-02-11T04:56:00.044Z] Building docker-core-data-go ... [2021-02-11T04:56:00.044Z] Building docker-core-metadata-go ... [2021-02-11T04:56:00.044Z] Building docker-security-bootstrapper-go ... [2021-02-11T04:56:00.044Z] Building docker-security-proxy-setup-go ... [2021-02-11T04:56:00.044Z] Building docker-security-secretstore-setup-go ... [2021-02-11T04:56:00.044Z] Building docker-support-notifications-go ... [2021-02-11T04:56:00.044Z] Building docker-support-scheduler-go ... [2021-02-11T04:56:00.044Z] Building docker-sys-mgmt-agent-go ... [2021-02-11T04:56:00.044Z] Building docker-support-notifications-go [2021-02-11T04:56:00.044Z] Building docker-core-command-go [2021-02-11T04:56:00.044Z] Building docker-core-data-go [2021-02-11T04:56:00.044Z] Building docker-support-scheduler-go [2021-02-11T04:56:00.044Z] Building docker-security-bootstrapper-go [2021-02-11T04:56:01.687Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T04:56:01.688Z] Reading package lists... [2021-02-11T04:56:01.688Z] Building dependency tree... [2021-02-11T04:56:01.688Z] Reading state information... [2021-02-11T04:56:01.688Z] Suggested packages: [2021-02-11T04:56:01.688Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-11T04:56:01.688Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-11T04:56:01.688Z] Recommended packages: [2021-02-11T04:56:01.688Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-11T04:56:01.688Z] The following NEW packages will be installed: [2021-02-11T04:56:01.688Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-11T04:56:01.688Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-11T04:56:01.688Z] pkg-config zip [2021-02-11T04:56:01.688Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-11T04:56:01.688Z] Need to get 7655 kB of archives. [2021-02-11T04:56:01.688Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-11T04:56:01.688Z] 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-11T04:56:01.688Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-11T04:56:01.688Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-11T04:56:01.688Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-11T04:56:01.688Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-11T04:56:01.688Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-11T04:56:01.688Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-11T04:56:01.959Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-11T04:56:01.959Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-11T04:56:01.959Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-11T04:56:02.220Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-11T04:56:02.220Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-11T04:56:02.220Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-11T04:56:02.220Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-11T04:56:02.220Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-11T04:56:02.481Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T04:56:02.481Z] Fetched 7655 kB in 1s (10.1 MB/s) [2021-02-11T04:56:02.481Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-11T04:56:02.481Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-11T04:56:02.481Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-11T04:56:02.481Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-11T04:56:02.742Z] Selecting previously unselected package libpsl5:amd64. [2021-02-11T04:56:02.742Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-11T04:56:02.742Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-11T04:56:02.742Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-11T04:56:02.742Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-11T04:56:02.742Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-11T04:56:03.003Z] Selecting previously unselected package librtmp1:amd64. [2021-02-11T04:56:03.003Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-11T04:56:03.003Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-11T04:56:03.003Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-11T04:56:03.003Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-11T04:56:03.003Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-11T04:56:03.265Z] Selecting previously unselected package liberror-perl. [2021-02-11T04:56:03.265Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-11T04:56:03.265Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-11T04:56:03.265Z] Selecting previously unselected package git-man. [2021-02-11T04:56:03.265Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-11T04:56:03.265Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-11T04:56:03.526Z] Selecting previously unselected package git. [2021-02-11T04:56:03.526Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-11T04:56:03.526Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-11T04:56:04.101Z] Selecting previously unselected package libnorm1:amd64. [2021-02-11T04:56:04.101Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-11T04:56:04.101Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-11T04:56:04.363Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-11T04:56:04.363Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-11T04:56:04.363Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-11T04:56:04.363Z] Selecting previously unselected package libsodium23:amd64. [2021-02-11T04:56:04.363Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-11T04:56:04.363Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-11T04:56:04.760Z] Selecting previously unselected package libzmq5:amd64. [2021-02-11T04:56:04.760Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-11T04:56:04.760Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T04:56:04.760Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-11T04:56:04.760Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-11T04:56:04.760Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T04:56:05.032Z] Selecting previously unselected package pkg-config. [2021-02-11T04:56:05.032Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-11T04:56:05.032Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-11T04:56:05.032Z] Selecting previously unselected package zip. [2021-02-11T04:56:05.032Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-11T04:56:05.032Z] Unpacking zip (3.0-11build1) ... [2021-02-11T04:56:05.032Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-11T04:56:05.032Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-11T04:56:05.032Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-11T04:56:05.294Z] Setting up liberror-perl (0.17025-1) ... [2021-02-11T04:56:05.294Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-11T04:56:05.294Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-11T04:56:05.294Z] No schema files found: doing nothing. [2021-02-11T04:56:05.294Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-11T04:56:05.294Z] Setting up zip (3.0-11build1) ... [2021-02-11T04:56:05.294Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-11T04:56:05.294Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-11T04:56:05.294Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-11T04:56:05.555Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T04:56:05.555Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-11T04:56:05.555Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T04:56:05.555Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-11T04:56:05.555Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-11T04:56:12.152Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T04:56:12.152Z] git set to automatically installed. [2021-02-11T04:56:12.152Z] git-man set to automatically installed. [2021-02-11T04:56:12.152Z] libcurl3-gnutls set to automatically installed. [2021-02-11T04:56:12.152Z] liberror-perl set to automatically installed. [2021-02-11T04:56:12.152Z] libglib2.0-0 set to automatically installed. [2021-02-11T04:56:12.152Z] libnghttp2-14 set to automatically installed. [2021-02-11T04:56:12.152Z] libnorm1 set to automatically installed. [2021-02-11T04:56:12.152Z] libpgm-5.2-0 set to automatically installed. [2021-02-11T04:56:12.152Z] libpsl5 set to automatically installed. [2021-02-11T04:56:12.152Z] librtmp1 set to automatically installed. [2021-02-11T04:56:12.152Z] libsodium23 set to automatically installed. [2021-02-11T04:56:12.152Z] libzmq3-dev set to automatically installed. [2021-02-11T04:56:12.152Z] libzmq5 set to automatically installed. [2021-02-11T04:56:12.152Z] pkg-config set to automatically installed. [2021-02-11T04:56:12.152Z] zip set to automatically installed. [2021-02-11T04:56:14.702Z] snapd is not logged in, snap install commands will use sudo [2021-02-11T04:56:21.296Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T04:56:21.558Z] snap "core18" has no updates available [2021-02-11T04:56:22.504Z] Pulling config-common [2021-02-11T04:56:22.504Z] + snapcraftctl pull [2021-02-11T04:56:23.450Z] Pulling go-build-helper [2021-02-11T04:56:23.450Z] + snapcraftctl pull [2021-02-11T04:56:45.418Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-11T04:56:45.418Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-11T04:56:45.418Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-11T04:56:45.418Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-11T04:56:45.418Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-11T04:56:45.418Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-11T04:56:45.418Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-11T04:56:45.418Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-11T04:56:45.418Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-11T04:56:45.418Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-11T04:56:45.418Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-11T04:56:45.418Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-11T04:56:45.418Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-11T04:56:45.418Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-11T04:56:45.418Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-11T04:56:45.418Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-11T04:56:45.418Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-11T04:56:45.418Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-11T04:56:45.418Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-11T04:56:45.418Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-11T04:56:45.418Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-11T04:56:45.418Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-11T04:56:45.418Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-11T04:56:45.418Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-11T04:56:45.418Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-11T04:56:45.418Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-11T04:56:45.418Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-11T04:56:45.418Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-11T04:56:45.418Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-11T04:56:45.418Z] Fetched 279 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-11T04:56:45.418Z] Fetched 122 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-11T04:56:45.418Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-11T04:56:45.418Z] Fetched 8848 B in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-11T04:56:45.418Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-11T04:56:45.418Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-11T04:56:45.418Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-11T04:56:45.418Z] Fetched 214 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-11T04:56:45.418Z] Fetched 155 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-11T04:56:45.418Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-11T04:56:45.418Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-11T04:56:45.418Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-11T04:56:45.418Z] Fetched 499 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-11T04:56:45.418Z] Fetched 111 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-11T04:56:45.418Z] Fetched 240 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-11T04:56:45.418Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-11T04:56:45.418Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-11T04:56:45.418Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-11T04:56:45.418Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-11T04:56:45.418Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-11T04:56:45.418Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-11T04:56:45.418Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-11T04:56:45.418Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-11T04:56:45.418Z] Fetched 8720 B in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-11T04:56:45.418Z] Fetched 137 kB in 0s (0 B/s) [2021-02-11T04:56:45.418Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-11T04:56:45.419Z] Fetched 119 kB in 0s (0 B/s) [2021-02-11T04:56:45.419Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-11T04:56:45.419Z] Fetched 109 kB in 0s (0 B/s) [2021-02-11T04:56:45.419Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-11T04:56:45.419Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-11T04:56:45.419Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-11T04:56:45.419Z] Fetched 645 kB in 0s (0 B/s) [2021-02-11T04:56:45.419Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-11T04:56:45.419Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-11T04:56:45.419Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-11T04:56:45.419Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-11T04:56:45.419Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-11T04:56:45.419Z] Fetched 368 kB in 0s (0 B/s) [2021-02-11T04:56:45.419Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-11T04:56:45.419Z] Fetched 187 kB in 0s (0 B/s) [2021-02-11T04:56:45.419Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-11T04:56:45.419Z] Fetched 175 kB in 0s (0 B/s) [2021-02-11T04:56:45.419Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-11T04:56:47.967Z] Fetched 206 kB in 0s (0 B/s) [2021-02-11T04:56:47.967Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-11T04:56:47.967Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-11T04:56:47.967Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-11T04:56:47.967Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-11T04:56:47.967Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-11T04:56:47.967Z] Fetched 159 kB in 0s (0 B/s) [2021-02-11T04:56:47.967Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-11T04:56:47.967Z] Fetched 107 kB in 0s (0 B/s) [2021-02-11T04:56:47.967Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-11T04:56:47.967Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-11T04:56:47.967Z] Pulling static-packages [2021-02-11T04:56:47.967Z] + snapcraftctl pull [2021-02-11T04:56:48.678Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-11T04:56:48.678Z] Skipping pull go-build-helper (already ran) [2021-02-11T04:56:48.678Z] Skipping pull static-packages (already ran) [2021-02-11T04:56:48.678Z] Building go-build-helper [2021-02-11T04:56:48.678Z] + snapcraftctl build [2021-02-11T04:56:52.887Z] Building static-packages [2021-02-11T04:56:52.887Z] + snapcraftctl build [2021-02-11T04:56:54.272Z] Staging go-build-helper [2021-02-11T04:56:54.272Z] + snapcraftctl stage [2021-02-11T04:56:55.214Z] Staging static-packages [2021-02-11T04:56:55.214Z] + snapcraftctl stage [2021-02-11T04:56:56.157Z] Pulling go115 [2021-02-11T04:56:56.157Z] + snapcraftctl pull [2021-02-11T04:56:57.109Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-11T04:56:57.110Z] Skipping pull go115 (already ran) [2021-02-11T04:56:57.110Z] Building go115 [2021-02-11T04:56:57.110Z] + dpkg --print-architecture [2021-02-11T04:56:57.110Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-11T04:56:57.110Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-11T04:56:57.110Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-11T04:56:57.110Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-11T04:56:57.110Z] Dload Upload Total Spent Left Speed [2021-02-11T04:57:00.237Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 27.0M 0 0 26.3M 0 0:00:04 0:00:01 0:00:03 26.3M 54 115M 54 63.0M 0 0 31.0M 0 0:00:03 0:00:02 0:00:01 31.0M 92 115M 92 106M 0 0 35.1M 0 0:00:03 0:00:03 --:--:-- 35.1M 100 115M 100 115M 0 0 35.6M 0 0:00:03 0:00:03 --:--:-- 35.6M [2021-02-11T04:57:00.237Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-11T04:57:00.237Z] + sha256sum -c sha256 [2021-02-11T04:57:00.237Z] + grep OK [2021-02-11T04:57:00.813Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-11T04:57:00.813Z] + mkdir -p /root/stage/go1.15 [2021-02-11T04:57:00.813Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-11T04:57:04.123Z] Staging go115 [2021-02-11T04:57:04.123Z] + snapcraftctl stage [2021-02-11T04:57:08.064Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:57:08.064Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:57:08.064Z] ---> 9b77cbc440f7 [2021-02-11T04:57:08.064Z] Step 3/30 : WORKDIR /edgex-go [2021-02-11T04:57:08.064Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:57:08.064Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:57:08.064Z] ---> 9b77cbc440f7 [2021-02-11T04:57:08.064Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T04:57:08.064Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:57:08.064Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:57:08.064Z] ---> 9b77cbc440f7 [2021-02-11T04:57:08.064Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T04:57:08.064Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:57:08.064Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:57:08.064Z] ---> 9b77cbc440f7 [2021-02-11T04:57:08.064Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T04:57:08.337Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T04:57:08.337Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T04:57:08.337Z] ---> 9b77cbc440f7 [2021-02-11T04:57:08.337Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T04:57:09.419Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-11T04:57:09.419Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-11T04:57:09.419Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-11T04:57:09.419Z] Fetched 0 B in 0s (0 B/s) [2021-02-11T04:57:09.419Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-11T04:57:09.419Z] Fetched 224 kB in 0s (0 B/s) [2021-02-11T04:57:09.419Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-11T04:57:09.419Z] Fetched 157 kB in 0s (0 B/s) [2021-02-11T04:57:09.419Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-11T04:57:09.419Z] Fetched 221 kB in 0s (0 B/s) [2021-02-11T04:57:09.419Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-11T04:57:09.419Z] Fetched 143 kB in 0s (0 B/s) [2021-02-11T04:57:09.419Z] Pulling edgex-go [2021-02-11T04:57:09.419Z] + snapcraftctl pull [2021-02-11T04:57:10.362Z] Pulling version [2021-02-11T04:57:10.362Z] + cd /root/project [2021-02-11T04:57:10.362Z] + [ -f VERSION ] [2021-02-11T04:57:10.362Z] + PROJECT_VERSION=local-dev [2021-02-11T04:57:10.362Z] + git rev-parse --short HEAD [2021-02-11T04:57:10.362Z] + GIT_REVISION=47b4c9e6 [2021-02-11T04:57:10.362Z] + snapcraftctl set-version local-dev [2021-02-11T04:57:11.308Z] Building config-common [2021-02-11T04:57:11.308Z] + snapcraftctl build [2021-02-11T04:57:13.314Z] Skipping build go-build-helper (already ran) [2021-02-11T04:57:13.314Z] Skipping build static-packages (already ran) [2021-02-11T04:57:13.314Z] Skipping build go115 (already ran) [2021-02-11T04:57:13.314Z] Building edgex-go [2021-02-11T04:57:13.575Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-11T04:57:13.575Z] + cd /root/parts/edgex-go/src [2021-02-11T04:57:13.575Z] + make build [2021-02-11T04:57:13.575Z] 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-11T04:57:13.740Z] ---> Running in a62b19cf7bdb [2021-02-11T04:57:13.740Z] ---> Running in d0871371348b [2021-02-11T04:57:13.740Z] ---> Running in ea0f1af90653 [2021-02-11T04:57:13.740Z] ---> Running in 436ad6804848 [2021-02-11T04:57:13.740Z] ---> Running in 6a023090cdda [2021-02-11T04:57:14.727Z] Removing intermediate container d0871371348b [2021-02-11T04:57:14.727Z] ---> 8bf203194baa [2021-02-11T04:57:14.727Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:57:14.727Z] Removing intermediate container a62b19cf7bdb [2021-02-11T04:57:14.727Z] ---> 621edd1a5600 [2021-02-11T04:57:14.727Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:57:14.727Z] Removing intermediate container 6a023090cdda [2021-02-11T04:57:14.727Z] ---> c9c1ce71e10d [2021-02-11T04:57:14.727Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:57:14.727Z] Removing intermediate container 436ad6804848 [2021-02-11T04:57:14.727Z] ---> 002c8505f916 [2021-02-11T04:57:14.727Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:57:14.727Z] Removing intermediate container ea0f1af90653 [2021-02-11T04:57:14.727Z] ---> 0ce6afc15bac [2021-02-11T04:57:14.727Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T04:57:14.970Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-11T04:57:14.970Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-11T04:57:14.970Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 [2021-02-11T04:57:14.970Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-11T04:57:14.970Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-11T04:57:14.970Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-11T04:57:14.970Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-11T04:57:14.970Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-11T04:57:14.970Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-11T04:57:14.970Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-11T04:57:14.970Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-11T04:57:14.970Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-11T04:57:14.970Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-11T04:57:14.970Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-11T04:57:14.971Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-11T04:57:14.971Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-11T04:57:14.971Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-11T04:57:14.971Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-11T04:57:14.971Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-11T04:57:14.971Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-11T04:57:14.971Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-11T04:57:14.971Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-11T04:57:14.971Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-11T04:57:14.971Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-11T04:57:14.971Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-11T04:57:14.971Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-11T04:57:14.971Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-11T04:57:14.971Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-11T04:57:14.971Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-11T04:57:14.971Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-11T04:57:14.971Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-11T04:57:14.971Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-11T04:57:14.971Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-11T04:57:14.971Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-11T04:57:14.971Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-11T04:57:14.971Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-11T04:57:15.000Z] ---> Running in 8d5060807a41 [2021-02-11T04:57:15.000Z] ---> Running in 1038c3e7225a [2021-02-11T04:57:15.000Z] ---> Running in 4b46fdcf6127 [2021-02-11T04:57:15.000Z] ---> Running in 6ac7bd575ab5 [2021-02-11T04:57:15.000Z] ---> Running in 7581de801b7d [2021-02-11T04:57:15.237Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-11T04:57:15.237Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-11T04:57:15.237Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-11T04:57:19.370Z] Removing intermediate container 8d5060807a41 [2021-02-11T04:57:19.370Z] ---> e27201ce8e6c [2021-02-11T04:57:19.370Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T04:57:19.370Z] Removing intermediate container 1038c3e7225a [2021-02-11T04:57:19.370Z] ---> 5a1320e6677a [2021-02-11T04:57:19.370Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-11T04:57:19.370Z] Removing intermediate container 4b46fdcf6127 [2021-02-11T04:57:19.370Z] ---> 70a75636b2d1 [2021-02-11T04:57:19.370Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-11T04:57:19.370Z] Removing intermediate container 6ac7bd575ab5 [2021-02-11T04:57:19.370Z] ---> 3e304cc59a30 [2021-02-11T04:57:19.370Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-11T04:57:19.370Z] ---> Running in 29f8d301677d [2021-02-11T04:57:19.370Z] ---> Running in 9140f2cb077a [2021-02-11T04:57:19.370Z] ---> Running in 93982d3dac52 [2021-02-11T04:57:19.370Z] ---> Running in 3a3b8a322d1f [2021-02-11T04:57:19.646Z] Removing intermediate container 7581de801b7d [2021-02-11T04:57:19.646Z] ---> 3832d27c4b5e [2021-02-11T04:57:19.646Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-11T04:57:19.919Z] ---> Running in 52eb0ce6b74d [2021-02-11T04:57:21.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T04:57:21.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T04:57:21.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T04:57:21.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T04:57:21.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T04:57:21.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T04:57:22.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T04:57:22.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T04:57:22.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T04:57:22.733Z] OK: 217 MiB in 51 packages [2021-02-11T04:57:22.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T04:57:22.733Z] OK: 217 MiB in 51 packages [2021-02-11T04:57:23.343Z] OK: 217 MiB in 51 packages [2021-02-11T04:57:23.343Z] OK: 217 MiB in 51 packages [2021-02-11T04:57:23.399Z] 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-11T04:57:23.399Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-11T04:57:23.621Z] OK: 217 MiB in 51 packages [2021-02-11T04:57:24.610Z] Removing intermediate container 29f8d301677d [2021-02-11T04:57:24.610Z] ---> d2aeda98cfa2 [2021-02-11T04:57:24.610Z] Step 6/23 : COPY go.mod . [2021-02-11T04:57:24.610Z] Removing intermediate container 9140f2cb077a [2021-02-11T04:57:24.610Z] ---> 9a80d25e93b8 [2021-02-11T04:57:24.610Z] Step 6/30 : COPY go.mod . [2021-02-11T04:57:25.212Z] Removing intermediate container 93982d3dac52 [2021-02-11T04:57:25.212Z] ---> e24c487f7d95 [2021-02-11T04:57:25.212Z] Step 6/22 : COPY go.mod . [2021-02-11T04:57:25.486Z] Removing intermediate container 3a3b8a322d1f [2021-02-11T04:57:25.486Z] ---> a5d3d80d5710 [2021-02-11T04:57:25.486Z] Step 6/22 : COPY go.mod . [2021-02-11T04:57:25.486Z] ---> f7c739c1b0bc [2021-02-11T04:57:25.486Z] Step 7/23 : RUN go mod download [2021-02-11T04:57:25.486Z] Removing intermediate container 52eb0ce6b74d [2021-02-11T04:57:25.486Z] ---> f5b8ad305e7c [2021-02-11T04:57:25.486Z] Step 6/23 : COPY go.mod . [2021-02-11T04:57:25.761Z] ---> Running in e8da0c8cb586 [2021-02-11T04:57:25.761Z] ---> 1b7f371ea397 [2021-02-11T04:57:25.761Z] Step 7/30 : RUN go mod download [2021-02-11T04:57:26.038Z] ---> Running in c7e5fba98dfb [2021-02-11T04:57:26.312Z] ---> dfd423d1d94c [2021-02-11T04:57:26.312Z] Step 7/22 : RUN go mod download [2021-02-11T04:57:26.592Z] ---> Running in 87c636e2ea7b [2021-02-11T04:57:26.592Z] ---> 412ecfbae700 [2021-02-11T04:57:26.592Z] Step 7/22 : RUN go mod download [2021-02-11T04:57:26.867Z] ---> 3e2b26a733f1 [2021-02-11T04:57:26.867Z] Step 7/23 : RUN go mod download [2021-02-11T04:57:26.867Z] ---> Running in e370dea032b6 [2021-02-11T04:57:26.867Z] ---> Running in 4ad620d74845 [2021-02-11T04:57:27.605Z] 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-11T04:57:28.176Z] 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-11T04:57:29.562Z] 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-11T04:57:30.133Z] 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-11T04:57:30.133Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-11T04:57:30.291Z] Removing intermediate container e8da0c8cb586 [2021-02-11T04:57:30.291Z] ---> 4ba1acfb618e [2021-02-11T04:57:30.291Z] Step 8/23 : COPY . . [2021-02-11T04:57:30.408Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-11T04:57:30.409Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-11T04:57:30.409Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-11T04:57:31.276Z] Removing intermediate container c7e5fba98dfb [2021-02-11T04:57:31.276Z] ---> e8a5d5e55279 [2021-02-11T04:57:31.276Z] Step 8/30 : COPY . . [2021-02-11T04:57:31.566Z] Removing intermediate container 87c636e2ea7b [2021-02-11T04:57:31.566Z] ---> 6b2c89eefc57 [2021-02-11T04:57:31.566Z] Step 8/22 : COPY . . [2021-02-11T04:57:31.566Z] Removing intermediate container e370dea032b6 [2021-02-11T04:57:31.566Z] ---> 21ac6fc11239 [2021-02-11T04:57:31.566Z] Step 8/22 : COPY . . [2021-02-11T04:57:31.798Z] 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-11T04:57:32.061Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-11T04:57:32.061Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-11T04:57:32.163Z] Removing intermediate container 4ad620d74845 [2021-02-11T04:57:32.163Z] ---> c5006a6afeac [2021-02-11T04:57:32.163Z] Step 8/23 : COPY . . [2021-02-11T04:57:33.446Z] 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-11T04:57:34.017Z] 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-11T04:57:34.017Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-11T04:57:35.940Z] 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-11T04:57:36.511Z] 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-11T04:57:36.511Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-11T04:57:37.454Z] 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-11T04:57:37.454Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-11T04:57:39.490Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-11T04:57:39.490Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-11T04:57:39.490Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-11T04:57:39.490Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-11T04:57:39.490Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-11T04:57:39.490Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-11T04:57:39.491Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-11T04:57:39.491Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-11T04:57:39.491Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-11T04:57:39.491Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-11T04:57:39.491Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-11T04:57:39.491Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-11T04:57:39.491Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-11T04:57:39.491Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-11T04:57:39.491Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-11T04:57:39.491Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-11T04:57:39.491Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-11T04:57:39.491Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-11T04:57:39.491Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-11T04:57:39.491Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-11T04:57:39.491Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-11T04:57:39.491Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-11T04:57:39.491Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-11T04:57:39.491Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-11T04:57:39.491Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-11T04:57:40.434Z] Building version [2021-02-11T04:57:40.434Z] + snapcraftctl build [2021-02-11T04:57:42.349Z] Staging config-common [2021-02-11T04:57:42.349Z] + snapcraftctl stage [2021-02-11T04:57:43.292Z] Skipping stage go-build-helper (already ran) [2021-02-11T04:57:43.292Z] Skipping stage static-packages (already ran) [2021-02-11T04:57:43.292Z] Skipping stage go115 (already ran) [2021-02-11T04:57:43.292Z] Staging edgex-go [2021-02-11T04:57:43.292Z] + snapcraftctl stage [2021-02-11T04:57:44.235Z] Staging version [2021-02-11T04:57:44.235Z] + snapcraftctl stage [2021-02-11T04:57:45.176Z] Priming config-common [2021-02-11T04:57:45.176Z] + snapcraftctl prime [2021-02-11T04:57:46.118Z] Priming go-build-helper [2021-02-11T04:57:46.118Z] + snapcraftctl prime [2021-02-11T04:57:46.692Z] Priming static-packages [2021-02-11T04:57:46.692Z] + snapcraftctl prime [2021-02-11T04:57:49.241Z] Priming go115 [2021-02-11T04:57:49.241Z] + snapcraftctl prime [2021-02-11T04:57:49.812Z] Priming edgex-go [2021-02-11T04:57:49.813Z] + snapcraftctl prime [2021-02-11T04:57:51.207Z] Priming version [2021-02-11T04:57:51.207Z] + snapcraftctl prime [2021-02-11T04:57:51.778Z] 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 [2021-02-11T04:57:54.363Z] ---> 4784fffe99b0 [2021-02-11T04:57:54.363Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-11T04:57:54.363Z] ---> 01bd60fd6799 [2021-02-11T04:57:54.363Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-11T04:57:54.363Z] ---> 3cef7210adb3 [2021-02-11T04:57:54.363Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-11T04:57:54.363Z] ---> e28d9addcbe0 [2021-02-11T04:57:54.363Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-11T04:57:54.363Z] ---> 1441ebc50cb5 [2021-02-11T04:57:54.363Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-02-11T04:57:54.644Z] ---> Running in 13f063f95612 [2021-02-11T04:57:54.644Z] ---> Running in 58de838c5184 [Pipeline] } [2021-02-11T04:57:54.920Z] ---> Running in aa848cd510f8 [2021-02-11T04:57:54.920Z] ---> Running in 0cff5d1ed788 [2021-02-11T04:57:54.920Z] ---> Running in b8cc3985083d [2021-02-11T04:57:56.375Z] 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-11T04:57:56.974Z] 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-11T04:57:57.250Z] 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-11T04:57:57.523Z] 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-11T04:57:57.523Z] 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-11T04:59:34.379Z] Removing intermediate container aa848cd510f8 [2021-02-11T04:59:34.379Z] ---> 948223218f87 [2021-02-11T04:59:34.379Z] [2021-02-11T04:59:34.379Z] Step 10/30 : FROM alpine:3.12 [2021-02-11T04:59:34.379Z] 3.12: Pulling from library/alpine [2021-02-11T04:59:34.379Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T04:59:34.379Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T04:59:34.379Z] ---> afeebe901d6b [2021-02-11T04:59:34.379Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-11T04:59:34.379Z] ---> Running in 26a3d423150b [2021-02-11T04:59:34.379Z] Removing intermediate container 26a3d423150b [2021-02-11T04:59:34.379Z] ---> d216c48b3b51 [2021-02-11T04:59:34.379Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-11T04:59:34.977Z] ---> Running in a2443142a3d6 [2021-02-11T04:59:36.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T04:59:37.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T04:59:37.858Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-11T04:59:37.858Z] (2/2) Installing su-exec (0.2-r1) [2021-02-11T04:59:37.858Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:59:37.858Z] OK: 5 MiB in 16 packages [2021-02-11T04:59:40.498Z] Removing intermediate container a2443142a3d6 [2021-02-11T04:59:40.498Z] ---> e0337e1c3e70 [2021-02-11T04:59:40.498Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-11T04:59:40.498Z] ---> Running in c692321de5dd [2021-02-11T04:59:41.595Z] Removing intermediate container c692321de5dd [2021-02-11T04:59:41.595Z] ---> 05ce7f5effbe [2021-02-11T04:59:41.595Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-11T04:59:41.595Z] ---> Running in 969a857f5f74 [2021-02-11T04:59:42.680Z] Removing intermediate container 969a857f5f74 [2021-02-11T04:59:42.680Z] ---> 1753cfb20f54 [2021-02-11T04:59:42.680Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-11T04:59:42.972Z] ---> Running in 9d3f54684a2a [2021-02-11T04:59:48.420Z] Removing intermediate container 13f063f95612 [2021-02-11T04:59:48.420Z] ---> 00f8bfee500b [2021-02-11T04:59:48.420Z] [2021-02-11T04:59:48.420Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T04:59:48.420Z] ---> afeebe901d6b [2021-02-11T04:59:48.420Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T04:59:48.420Z] ---> Running in 6e53c418467c [2021-02-11T04:59:48.420Z] Removing intermediate container 9d3f54684a2a [2021-02-11T04:59:48.420Z] ---> e78b4c040078 [2021-02-11T04:59:48.420Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-11T04:59:48.703Z] ---> Running in 167e84a2c343 [2021-02-11T04:59:50.161Z] Removing intermediate container 167e84a2c343 [2021-02-11T04:59:50.161Z] ---> 07a14e8b9465 [2021-02-11T04:59:50.161Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-11T04:59:50.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T04:59:50.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T04:59:51.332Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T04:59:51.332Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:59:51.332Z] OK: 5 MiB in 15 packages [2021-02-11T04:59:53.332Z] ---> 1af4d2f3407c [2021-02-11T04:59:53.332Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-11T04:59:53.332Z] ---> Running in 2db5f96b72ba [2021-02-11T04:59:53.948Z] Removing intermediate container 0cff5d1ed788 [2021-02-11T04:59:53.948Z] ---> e271d8a423ad [2021-02-11T04:59:53.948Z] [2021-02-11T04:59:53.948Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T04:59:53.948Z] ---> afeebe901d6b [2021-02-11T04:59:53.948Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-11T04:59:53.948Z] Removing intermediate container 58de838c5184 [2021-02-11T04:59:54.241Z] ---> a6a503291ee2 [2021-02-11T04:59:54.241Z] [2021-02-11T04:59:54.241Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T04:59:54.241Z] ---> afeebe901d6b [2021-02-11T04:59:54.241Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-11T04:59:54.525Z] ---> Running in fc64f61b72c8 [2021-02-11T04:59:54.525Z] ---> Running in 3399bde82948 [2021-02-11T04:59:54.802Z] Removing intermediate container 6e53c418467c [2021-02-11T04:59:54.802Z] ---> 52d32adfc74b [2021-02-11T04:59:54.802Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T04:59:55.404Z] ---> Running in 29ee65307f24 [2021-02-11T04:59:56.013Z] Removing intermediate container 29ee65307f24 [2021-02-11T04:59:56.013Z] ---> 17eee4c8abc7 [2021-02-11T04:59:56.013Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-11T04:59:56.292Z] ---> Running in 14bc556a0ea1 [2021-02-11T04:59:56.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T04:59:56.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T04:59:57.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T04:59:57.170Z] Removing intermediate container 14bc556a0ea1 [2021-02-11T04:59:57.170Z] ---> 9f26ba7a5769 [2021-02-11T04:59:57.170Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T04:59:57.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T04:59:57.450Z] ---> Running in 1a0406ba2437 [2021-02-11T04:59:57.450Z] Removing intermediate container 2db5f96b72ba [2021-02-11T04:59:57.450Z] ---> c30aaec246e4 [2021-02-11T04:59:57.450Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T04:59:57.729Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T04:59:57.729Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:59:57.729Z] OK: 5 MiB in 15 packages [2021-02-11T04:59:58.008Z] Removing intermediate container 1a0406ba2437 [2021-02-11T04:59:58.008Z] ---> 8cad17408591 [2021-02-11T04:59:58.008Z] Step 15/23 : WORKDIR / [2021-02-11T04:59:58.008Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-11T04:59:58.292Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-11T04:59:58.292Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T04:59:58.292Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T04:59:58.568Z] ---> Running in 07d7efb79ce1 [2021-02-11T04:59:58.568Z] OK: 6 MiB in 16 packages [2021-02-11T04:59:58.847Z] ---> 36439a260603 [2021-02-11T04:59:58.847Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-11T04:59:59.451Z] Removing intermediate container 3399bde82948 [2021-02-11T04:59:59.451Z] ---> 1e8a78228fc2 [2021-02-11T04:59:59.451Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T05:00:00.049Z] Removing intermediate container 07d7efb79ce1 [2021-02-11T05:00:00.049Z] ---> 9ca3422fd6d4 [2021-02-11T05:00:00.049Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T05:00:00.049Z] ---> Running in 2787b467ee14 [2021-02-11T05:00:00.650Z] ---> 37481b68a950 [2021-02-11T05:00:00.650Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-11T05:00:00.922Z] Removing intermediate container 2787b467ee14 [2021-02-11T05:00:00.923Z] ---> 58a3d4d9d6c0 [2021-02-11T05:00:00.923Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-11T05:00:00.923Z] Removing intermediate container fc64f61b72c8 [2021-02-11T05:00:00.923Z] ---> a02d00230832 [2021-02-11T05:00:00.923Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T05:00:01.210Z] ---> f84a0232b7f5 [2021-02-11T05:00:01.210Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-11T05:00:01.490Z] ---> Running in 102ebe672b31 [2021-02-11T05:00:01.490Z] ---> Running in 367b7c7751a8 [2021-02-11T05:00:01.767Z] ---> 615f9549ab39 [2021-02-11T05:00:01.767Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-11T05:00:02.396Z] Removing intermediate container 367b7c7751a8 [2021-02-11T05:00:02.396Z] ---> d1834d0c68cf [2021-02-11T05:00:02.396Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T05:00:02.689Z] Removing intermediate container 102ebe672b31 [2021-02-11T05:00:02.689Z] ---> e5ffd3caf978 [2021-02-11T05:00:02.689Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-11T05:00:03.289Z] ---> 997919705f6e [2021-02-11T05:00:03.289Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-11T05:00:03.289Z] ---> Running in a539689a071d [2021-02-11T05:00:03.289Z] ---> Running in fd9809dbc58d [2021-02-11T05:00:03.289Z] ---> 02f76e8a7587 [2021-02-11T05:00:03.289Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-11T05:00:03.894Z] ---> Running in acbb66797a6d [2021-02-11T05:00:03.894Z] Removing intermediate container b8cc3985083d [2021-02-11T05:00:03.894Z] ---> 99a93d418fde [2021-02-11T05:00:03.894Z] [2021-02-11T05:00:03.894Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T05:00:03.894Z] ---> afeebe901d6b [2021-02-11T05:00:03.894Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-11T05:00:04.172Z] Removing intermediate container a539689a071d [2021-02-11T05:00:04.172Z] ---> ef5afb9d55f1 [2021-02-11T05:00:04.172Z] Removing intermediate container fd9809dbc58d [2021-02-11T05:00:04.172Z] ---> f0505a5266d8 [2021-02-11T05:00:04.172Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T05:00:04.172Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T05:00:04.172Z] ---> Running in bb7cab695149 [2021-02-11T05:00:04.172Z] ---> Running in 9acf64a1be5f [2021-02-11T05:00:04.449Z] ---> b8b8d05344a7 [2021-02-11T05:00:04.449Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-11T05:00:04.449Z] Removing intermediate container acbb66797a6d [2021-02-11T05:00:04.449Z] ---> 11336a0e706e [2021-02-11T05:00:04.449Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-11T05:00:04.724Z] ---> Running in 49da2f91691f [2021-02-11T05:00:04.724Z] Removing intermediate container bb7cab695149 [2021-02-11T05:00:04.724Z] ---> 838f981f2da3 [2021-02-11T05:00:04.724Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-11T05:00:04.999Z] Removing intermediate container 9acf64a1be5f [2021-02-11T05:00:04.999Z] ---> 8df2f29fbecb [2021-02-11T05:00:04.999Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T05:00:04.999Z] ---> Running in 39dca12339d5 [2021-02-11T05:00:05.282Z] ---> 4dc48f9127ce [2021-02-11T05:00:05.282Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-11T05:00:05.282Z] Removing intermediate container 49da2f91691f [2021-02-11T05:00:05.282Z] ---> 432527fd0fb5 [2021-02-11T05:00:05.282Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T05:00:05.555Z] ---> Running in da0e026d52f6 [2021-02-11T05:00:05.555Z] ---> 572fbb3d5446 [2021-02-11T05:00:05.555Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-11T05:00:05.555Z] Removing intermediate container 39dca12339d5 [2021-02-11T05:00:05.555Z] ---> 84bbaf10ff1c [2021-02-11T05:00:05.555Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-11T05:00:06.162Z] ---> Running in 92363f4b9d90 [2021-02-11T05:00:06.163Z] ---> Running in a6ddc8c2c8c1 [2021-02-11T05:00:06.447Z] ---> 6cf3e336a967 [2021-02-11T05:00:06.447Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-11T05:00:06.447Z] Removing intermediate container da0e026d52f6 [2021-02-11T05:00:06.447Z] ---> 66aa7fc9c399 [2021-02-11T05:00:06.447Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T05:00:06.737Z] ---> 97cf1d48e605 [2021-02-11T05:00:06.737Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-11T05:00:06.737Z] ---> Running in 4c51f165ee8e [2021-02-11T05:00:06.737Z] Removing intermediate container 92363f4b9d90 [2021-02-11T05:00:06.737Z] ---> 31cdc51e0051 [2021-02-11T05:00:06.737Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T05:00:07.014Z] ---> Running in 6ee414847946 [2021-02-11T05:00:08.009Z] Removing intermediate container 4c51f165ee8e [2021-02-11T05:00:08.009Z] ---> fb4d88f63ba5 [2021-02-11T05:00:08.009Z] Step 22/23 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T05:00:08.009Z] ---> c2d53477c612 [2021-02-11T05:00:08.009Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-11T05:00:08.292Z] ---> Running in 1edcb9c7c8b6 [2021-02-11T05:00:08.292Z] ---> Running in 462ba1133a61 [2021-02-11T05:00:08.292Z] ---> 4537883f4883 [2021-02-11T05:00:08.292Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-11T05:00:09.283Z] Removing intermediate container 1edcb9c7c8b6 [2021-02-11T05:00:09.283Z] ---> a43b5f526a56 [2021-02-11T05:00:09.283Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T05:00:09.283Z] Removing intermediate container 462ba1133a61 [2021-02-11T05:00:09.283Z] ---> 5bcf83dd645d [2021-02-11T05:00:09.283Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T05:00:09.556Z] ---> Running in fcfcadd7859e [2021-02-11T05:00:09.556Z] Removing intermediate container a6ddc8c2c8c1 [2021-02-11T05:00:09.556Z] ---> 47493f777840 [2021-02-11T05:00:09.556Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-11T05:00:09.556Z] ---> Running in a5d360c548a5 [2021-02-11T05:00:09.556Z] ---> 390393a2c2bd [2021-02-11T05:00:09.556Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-11T05:00:10.164Z] ---> Running in 8d4d03d47f26 [2021-02-11T05:00:10.164Z] ---> Running in bcfc912be4e0 [2021-02-11T05:00:10.164Z] Removing intermediate container a5d360c548a5 [2021-02-11T05:00:10.449Z] ---> 5dc6719d77b8 [2021-02-11T05:00:10.449Z] Step 20/22 : LABEL arch=arm64 [2021-02-11T05:00:10.449Z] Removing intermediate container fcfcadd7859e [2021-02-11T05:00:10.449Z] ---> 8b2cf64e6f1a [2021-02-11T05:00:10.449Z] [2021-02-11T05:00:10.449Z] ---> Running in 936cd1ca3330 [2021-02-11T05:00:10.725Z] Removing intermediate container 8d4d03d47f26 [2021-02-11T05:00:10.725Z] ---> c7d1c1216f81 [2021-02-11T05:00:10.725Z] Step 27/30 : CMD ["gate"] [2021-02-11T05:00:10.725Z] Removing intermediate container bcfc912be4e0 [2021-02-11T05:00:10.725Z] ---> 329670791696 [2021-02-11T05:00:10.725Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T05:00:10.999Z] Successfully built 8b2cf64e6f1a [2021-02-11T05:00:10.999Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-11T05:00:10.999Z] Building docker-security-proxy-setup-go [2021-02-11T05:00:10.999Z] Removing intermediate container 6ee414847946 [2021-02-11T05:00:10.999Z] ---> 28bd0215ef00 [2021-02-11T05:00:10.999Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-11T05:00:11.277Z]  Building docker-core-command-go ... done  ---> Running in 611e325e85d0 [2021-02-11T05:00:11.277Z] ---> Running in b7c51d0bc2f5 [2021-02-11T05:00:11.277Z] ---> Running in 40de62ed8ac1 [2021-02-11T05:00:11.277Z] Removing intermediate container 936cd1ca3330 [2021-02-11T05:00:11.277Z] ---> 8933027b8250 [2021-02-11T05:00:11.277Z] Step 21/22 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T05:00:11.887Z] ---> Running in 967a0a989cbc [2021-02-11T05:00:11.887Z] Removing intermediate container 611e325e85d0 [2021-02-11T05:00:11.887Z] ---> ad7092e70543 [2021-02-11T05:00:11.887Z] Step 20/22 : LABEL arch=arm64 [2021-02-11T05:00:12.163Z] Removing intermediate container b7c51d0bc2f5 [2021-02-11T05:00:12.163Z] ---> 0dbab9970aa9 [2021-02-11T05:00:12.163Z] Step 28/30 : LABEL arch=arm64 [2021-02-11T05:00:12.771Z] ---> Running in cb01f557bc75 [2021-02-11T05:00:12.771Z] ---> Running in 50e29840b3ea [2021-02-11T05:00:13.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T05:00:13.325Z] Removing intermediate container 967a0a989cbc [2021-02-11T05:00:13.325Z] ---> 2c162c319210 [2021-02-11T05:00:13.325Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T05:00:13.601Z] Removing intermediate container cb01f557bc75 [2021-02-11T05:00:13.601Z] ---> 592955eb27af [2021-02-11T05:00:13.601Z] Step 21/22 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T05:00:13.601Z] Removing intermediate container 50e29840b3ea [2021-02-11T05:00:13.601Z] ---> bcfe2fbf6d8b [2021-02-11T05:00:13.601Z] Step 29/30 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T05:00:13.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T05:00:14.248Z] ---> Running in 169362558bf0 [2021-02-11T05:00:14.531Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-11T05:00:14.531Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-11T05:00:14.804Z] ---> Running in 3bb90d8dc96f [2021-02-11T05:00:14.804Z] ---> Running in 090c7b84e79c [2021-02-11T05:00:14.804Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-11T05:00:14.804Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-11T05:00:14.804Z] Removing intermediate container 169362558bf0 [2021-02-11T05:00:14.804Z] ---> cad9bcc638e5 [2021-02-11T05:00:14.804Z] [2021-02-11T05:00:15.084Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-11T05:00:15.084Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-11T05:00:15.084Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T05:00:15.357Z] OK: 8 MiB in 20 packages [2021-02-11T05:00:15.357Z] Successfully built cad9bcc638e5 [2021-02-11T05:00:15.953Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-11T05:00:15.953Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-02-11T05:00:15.953Z] Removing intermediate container 090c7b84e79c [2021-02-11T05:00:15.953Z] ---> 89559eacd525 [2021-02-11T05:00:15.953Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T05:00:15.953Z] Removing intermediate container 3bb90d8dc96f [2021-02-11T05:00:15.953Z] ---> 8b0b220da390 [2021-02-11T05:00:15.953Z] Step 30/30 : LABEL version=0.0.0 [2021-02-11T05:00:16.931Z] ---> Running in 4cad81286443 [2021-02-11T05:00:16.931Z] ---> Running in 1630878b719f [2021-02-11T05:00:18.383Z] Removing intermediate container 4cad81286443 [2021-02-11T05:00:18.383Z] ---> 55783f584ec4 [2021-02-11T05:00:18.383Z] [2021-02-11T05:00:18.663Z] Removing intermediate container 1630878b719f [2021-02-11T05:00:18.663Z] ---> 6714bdf21aad [2021-02-11T05:00:18.663Z] [2021-02-11T05:00:18.663Z] Removing intermediate container 40de62ed8ac1 [2021-02-11T05:00:18.663Z] ---> 48924c853066 [2021-02-11T05:00:18.663Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T05:00:18.945Z] Successfully built 55783f584ec4 [2021-02-11T05:00:18.945Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-11T05:00:18.945Z] Building docker-sys-mgmt-agent-go [2021-02-11T05:00:19.222Z]  Building docker-support-notifications-go ... done Successfully built 6714bdf21aad [2021-02-11T05:00:19.222Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-11T05:00:19.222Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-02-11T05:00:19.824Z] ---> d054fbf69093 [2021-02-11T05:00:19.824Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-11T05:00:21.805Z] ---> be4217913a21 [2021-02-11T05:00:21.805Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-11T05:00:22.791Z] ---> d864b8586952 [2021-02-11T05:00:22.791Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-11T05:00:23.794Z] ---> Running in 33a4f38d0046 [2021-02-11T05:00:24.784Z] Removing intermediate container 33a4f38d0046 [2021-02-11T05:00:24.784Z] ---> 6c0486522127 [2021-02-11T05:00:24.784Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T05:00:25.388Z] ---> Running in 0aabbc23ade0 [2021-02-11T05:00:26.371Z] Removing intermediate container 0aabbc23ade0 [2021-02-11T05:00:26.371Z] ---> 9bbdf19d1459 [2021-02-11T05:00:26.371Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T05:00:26.971Z] ---> Running in 38911609a0c6 [2021-02-11T05:00:27.967Z] Removing intermediate container 38911609a0c6 [2021-02-11T05:00:27.967Z] ---> 36ffdd5a6685 [2021-02-11T05:00:27.967Z] Step 22/23 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T05:00:28.244Z] ---> Running in f3bdd822b846 [2021-02-11T05:00:29.233Z] Removing intermediate container f3bdd822b846 [2021-02-11T05:00:29.233Z] ---> f258466d3be0 [2021-02-11T05:00:29.233Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T05:00:29.838Z] ---> Running in 0d2ba18131ea [2021-02-11T05:00:31.277Z] Removing intermediate container 0d2ba18131ea [2021-02-11T05:00:31.277Z] ---> 81150e2cb3a8 [2021-02-11T05:00:31.277Z] [2021-02-11T05:00:31.277Z] Successfully built 81150e2cb3a8 [2021-02-11T05:00:31.548Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-11T05:00:58.423Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T05:00:58.423Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-11T05:00:58.423Z] ---> 9b77cbc440f7 [2021-02-11T05:00:58.423Z] Step 3/21 : WORKDIR /edgex-go [2021-02-11T05:00:58.423Z] ---> Using cache [2021-02-11T05:00:58.423Z] ---> 0ce6afc15bac [2021-02-11T05:00:58.423Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T05:00:58.423Z] ---> Using cache [2021-02-11T05:00:58.423Z] ---> 3832d27c4b5e [2021-02-11T05:00:58.423Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-11T05:01:03.922Z] ---> Running in 2bdfa620e036 [2021-02-11T05:01:05.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T05:01:05.934Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T05:01:05.934Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-11T05:01:05.934Z] ---> 9b77cbc440f7 [2021-02-11T05:01:05.934Z] Step 3/24 : WORKDIR /edgex-go [2021-02-11T05:01:05.934Z] ---> Using cache [2021-02-11T05:01:05.934Z] ---> 0ce6afc15bac [2021-02-11T05:01:05.934Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T05:01:05.934Z] ---> Using cache [2021-02-11T05:01:05.934Z] ---> 3832d27c4b5e [2021-02-11T05:01:05.934Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-11T05:01:06.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T05:01:07.104Z] OK: 217 MiB in 51 packages [2021-02-11T05:01:07.385Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T05:01:07.385Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-11T05:01:07.385Z] ---> 9b77cbc440f7 [2021-02-11T05:01:07.385Z] Step 3/26 : WORKDIR /edgex-go [2021-02-11T05:01:07.385Z] ---> Using cache [2021-02-11T05:01:07.385Z] ---> 0ce6afc15bac [2021-02-11T05:01:07.385Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T05:01:07.385Z] ---> Using cache [2021-02-11T05:01:07.385Z] ---> 3832d27c4b5e [2021-02-11T05:01:07.385Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-11T05:01:07.385Z] ---> Running in 443d103eab56 [2021-02-11T05:01:07.385Z] ---> Running in bd5e6b1271cd [2021-02-11T05:01:07.674Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T05:01:07.674Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T05:01:07.674Z] ---> 9b77cbc440f7 [2021-02-11T05:01:07.674Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T05:01:07.674Z] ---> Using cache [2021-02-11T05:01:07.674Z] ---> 0ce6afc15bac [2021-02-11T05:01:07.674Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T05:01:07.674Z] ---> Using cache [2021-02-11T05:01:07.674Z] ---> 3832d27c4b5e [2021-02-11T05:01:07.674Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T05:01:07.953Z] ---> Running in 3b5948223a60 [2021-02-11T05:01:08.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T05:01:08.938Z] Removing intermediate container 2bdfa620e036 [2021-02-11T05:01:08.938Z] ---> b787a53e7eac [2021-02-11T05:01:08.938Z] Step 6/21 : COPY go.mod . [2021-02-11T05:01:09.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T05:01:09.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T05:01:09.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T05:01:09.820Z] ---> 35ae285b2e02 [2021-02-11T05:01:09.820Z] Step 7/21 : RUN go mod download [2021-02-11T05:01:10.108Z] ---> Running in 9eeb2c3d0c8c [2021-02-11T05:01:10.388Z] OK: 217 MiB in 51 packages [2021-02-11T05:01:10.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T05:01:10.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T05:01:11.409Z] OK: 217 MiB in 51 packages [2021-02-11T05:01:11.409Z] OK: 217 MiB in 51 packages [2021-02-11T05:01:12.018Z] Removing intermediate container 443d103eab56 [2021-02-11T05:01:12.018Z] ---> 50ce713014c7 [2021-02-11T05:01:12.019Z] Step 6/24 : COPY go.mod . [2021-02-11T05:01:13.016Z] ---> dd64d78f17bf [2021-02-11T05:01:13.016Z] Step 7/24 : RUN go mod download [2021-02-11T05:01:13.294Z] Removing intermediate container 3b5948223a60 [2021-02-11T05:01:13.294Z] ---> 1756208efa1c [2021-02-11T05:01:13.294Z] Step 6/23 : COPY go.mod . [2021-02-11T05:01:13.294Z] Removing intermediate container bd5e6b1271cd [2021-02-11T05:01:13.294Z] ---> 410117472212 [2021-02-11T05:01:13.294Z] Step 6/26 : COPY go.mod . [2021-02-11T05:01:13.294Z] ---> Running in e95fe468bda8 [2021-02-11T05:01:13.577Z] Removing intermediate container 9eeb2c3d0c8c [2021-02-11T05:01:13.578Z] ---> 829aed7f9e88 [2021-02-11T05:01:13.578Z] Step 8/21 : COPY . . [2021-02-11T05:01:14.187Z] ---> e249e192de32 [2021-02-11T05:01:14.187Z] ---> 5ccb0fd90413 [2021-02-11T05:01:14.187Z] Step 7/23 : RUN go mod download [2021-02-11T05:01:14.187Z] Step 7/26 : RUN go mod download [2021-02-11T05:01:14.474Z] ---> Running in a00ca081f740 [2021-02-11T05:01:14.474Z] ---> Running in dd3cf808c80c [2021-02-11T05:01:18.825Z] Removing intermediate container e95fe468bda8 [2021-02-11T05:01:18.825Z] ---> e9c674662195 [2021-02-11T05:01:18.825Z] Step 8/24 : COPY . . [2021-02-11T05:01:19.107Z] Removing intermediate container a00ca081f740 [2021-02-11T05:01:19.107Z] ---> abfaa92769a9 [2021-02-11T05:01:19.107Z] Step 8/26 : COPY . . [2021-02-11T05:01:19.712Z] Removing intermediate container dd3cf808c80c [2021-02-11T05:01:19.712Z] ---> 185a7e647028 [2021-02-11T05:01:19.712Z] Step 8/23 : COPY . . [2021-02-11T05:01:38.097Z] ---> 7520413d403c [2021-02-11T05:01:38.097Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-11T05:01:38.097Z] ---> 551ae38a3811 [2021-02-11T05:01:38.097Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-11T05:01:38.097Z] ---> 68d3decb5c27 [2021-02-11T05:01:38.097Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-11T05:01:38.097Z] ---> Running in be0e3e894454 [2021-02-11T05:01:38.097Z] ---> 7b8690f42a1c [2021-02-11T05:01:38.097Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-11T05:01:38.097Z] ---> Running in 21919d038f3d [2021-02-11T05:01:38.097Z] ---> Running in 25c472f4e755 [2021-02-11T05:01:38.097Z] ---> Running in bb2b67446c13 [2021-02-11T05:01:39.091Z] 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-11T05:01:39.367Z] 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-11T05:01:39.643Z] 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-11T05:01:39.643Z] 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-11T05:02:47.747Z] 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-11T05:02:47.747Z] 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-11T05:02:57.947Z] Removing intermediate container be0e3e894454 [2021-02-11T05:02:57.947Z] ---> e5e030b6eb1c [2021-02-11T05:02:57.947Z] [2021-02-11T05:02:57.947Z] Step 10/21 : FROM alpine:3.12 [2021-02-11T05:02:57.947Z] ---> afeebe901d6b [2021-02-11T05:02:57.947Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-11T05:02:57.947Z] Removing intermediate container 21919d038f3d [2021-02-11T05:02:57.947Z] ---> dc1bddeb632a [2021-02-11T05:02:57.947Z] [2021-02-11T05:02:57.947Z] Step 10/24 : FROM alpine:3.12 [2021-02-11T05:02:57.947Z] ---> afeebe901d6b [2021-02-11T05:02:57.947Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-11T05:02:57.947Z] Removing intermediate container 25c472f4e755 [2021-02-11T05:02:57.947Z] ---> 0678956fc617 [2021-02-11T05:02:57.947Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-11T05:02:57.947Z] ---> Running in fb53f582a3ed [2021-02-11T05:02:57.947Z] ---> Running in 713b38763f44 [2021-02-11T05:02:57.947Z] ---> Running in a18e5f152c19 [2021-02-11T05:02:58.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T05:02:58.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T05:02:58.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T05:02:58.821Z] 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-11T05:02:59.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T05:02:59.377Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-11T05:02:59.656Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T05:02:59.656Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-11T05:02:59.656Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-11T05:02:59.656Z] (4/4) Installing curl (7.69.1-r3) [2021-02-11T05:02:59.656Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T05:02:59.656Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T05:02:59.656Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T05:02:59.656Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-11T05:02:59.656Z] (4/5) Installing curl (7.69.1-r3) [2021-02-11T05:02:59.656Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-11T05:02:59.656Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T05:02:59.656Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T05:02:59.934Z] OK: 7 MiB in 18 packages [2021-02-11T05:02:59.934Z] OK: 7 MiB in 19 packages [2021-02-11T05:03:02.567Z] Removing intermediate container 713b38763f44 [2021-02-11T05:03:02.567Z] ---> 8c5d42399ff2 [2021-02-11T05:03:02.567Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T05:03:02.567Z] Removing intermediate container fb53f582a3ed [2021-02-11T05:03:02.567Z] ---> 8e3fa5e2e1ff [2021-02-11T05:03:02.567Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T05:03:02.843Z] ---> Running in b25b1081d5d6 [2021-02-11T05:03:02.843Z] ---> Running in f0d17a452241 [2021-02-11T05:03:03.437Z] Removing intermediate container a18e5f152c19 [2021-02-11T05:03:03.437Z] ---> f5ef3c48e1c2 [2021-02-11T05:03:03.437Z] [2021-02-11T05:03:03.437Z] Step 11/26 : FROM docker:20.10.0 [2021-02-11T05:03:03.437Z] 20.10.0: Pulling from library/docker [2021-02-11T05:03:03.437Z] Removing intermediate container f0d17a452241 [2021-02-11T05:03:03.437Z] ---> e8594cd2e0ea [2021-02-11T05:03:03.437Z] Step 13/21 : WORKDIR /edgex [2021-02-11T05:03:03.437Z] Removing intermediate container b25b1081d5d6 [2021-02-11T05:03:03.437Z] ---> ba37f047fa71 [2021-02-11T05:03:03.437Z] Step 13/24 : WORKDIR / [2021-02-11T05:03:03.714Z] ---> Running in 3f981ca018e8 [2021-02-11T05:03:03.714Z] ---> Running in e2f4a9233976 [2021-02-11T05:03:04.696Z] Removing intermediate container 3f981ca018e8 [2021-02-11T05:03:04.696Z] ---> 2bf7493aeaac [2021-02-11T05:03:04.696Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-11T05:03:04.696Z] Removing intermediate container e2f4a9233976 [2021-02-11T05:03:04.696Z] ---> ab333b1728d5 [2021-02-11T05:03:04.696Z] 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-11T05:03:06.135Z] ---> abff9fbb2fcc [2021-02-11T05:03:06.135Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-11T05:03:06.135Z] ---> 67415a325e9f [2021-02-11T05:03:06.135Z] 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-11T05:03:07.565Z] ---> 5b671757098c [2021-02-11T05:03:07.565Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-11T05:03:07.566Z] ---> 27a19eef6213 [2021-02-11T05:03:07.566Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-11T05:03:07.845Z] Removing intermediate container bb2b67446c13 [2021-02-11T05:03:07.845Z] ---> ca9a64807516 [2021-02-11T05:03:07.845Z] [2021-02-11T05:03:07.845Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T05:03:07.845Z] ---> afeebe901d6b [2021-02-11T05:03:07.845Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T05:03:07.845Z] ---> Using cache [2021-02-11T05:03:07.845Z] ---> 1e8a78228fc2 [2021-02-11T05:03:07.845Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T05:03:07.845Z] ---> Using cache [2021-02-11T05:03:07.845Z] ---> 58a3d4d9d6c0 [2021-02-11T05:03:07.845Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-11T05:03:08.118Z] ---> Running in 360cc2f4d44e [2021-02-11T05:03:08.393Z] ---> 9f067e6a912f [2021-02-11T05:03:08.393Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-11T05:03:08.985Z] ---> 3523af5e7ae4 [2021-02-11T05:03:08.985Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-11T05:03:08.985Z] Removing intermediate container 360cc2f4d44e [2021-02-11T05:03:08.985Z] ---> 5cd212164a01 [2021-02-11T05:03:08.985Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T05:03:09.265Z] ---> Running in b8fe09d392cc [2021-02-11T05:03:09.265Z] ---> Running in 16f4c3db8d2b [2021-02-11T05:03:09.871Z] ---> 9f85944deefc [2021-02-11T05:03:09.871Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-11T05:03:10.145Z] Removing intermediate container 16f4c3db8d2b [2021-02-11T05:03:10.145Z] ---> d57509fbca8e [2021-02-11T05:03:10.145Z] Step 15/23 : WORKDIR / [2021-02-11T05:03:10.145Z] Removing intermediate container b8fe09d392cc [2021-02-11T05:03:10.145Z] ---> a7dc296fa5d7 [2021-02-11T05:03:10.145Z] Step 18/21 : CMD ["--init=true"] [2021-02-11T05:03:10.440Z] ---> Running in 040895d074cd [2021-02-11T05:03:10.440Z] ---> Running in 0b01b7ffdd30 [2021-02-11T05:03:11.415Z] Removing intermediate container 0b01b7ffdd30 [2021-02-11T05:03:11.415Z] ---> 45582ab498d8 [2021-02-11T05:03:11.415Z] Step 19/21 : LABEL arch=arm64 [2021-02-11T05:03:11.415Z] ---> df78c4078ab3 [2021-02-11T05:03:11.415Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-11T05:03:11.686Z] ---> Running in 44d55436db4b [2021-02-11T05:03:11.686Z] Removing intermediate container 040895d074cd [2021-02-11T05:03:11.686Z] ---> 29578ed02133 [2021-02-11T05:03:11.686Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T05:03:12.662Z] Removing intermediate container 44d55436db4b [2021-02-11T05:03:12.662Z] ---> 729ca3a0c75a [2021-02-11T05:03:12.662Z] Step 20/21 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T05:03:12.662Z] ---> 91bf3be932ad [2021-02-11T05:03:12.662Z] 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-11T05:03:12.936Z] ---> ea999f953a2a [2021-02-11T05:03:12.936Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-11T05:03:12.936Z] ---> Running in ccf980de1dea [2021-02-11T05:03:12.936Z] ---> Running in 5291c371ad0e [2021-02-11T05:03:13.922Z] Removing intermediate container 5291c371ad0e [2021-02-11T05:03:13.922Z] ---> e2b12ee2c5c9 [2021-02-11T05:03:13.922Z] Step 21/21 : LABEL version=0.0.0 [2021-02-11T05:03:14.197Z] ---> Running in a336331c2406 [2021-02-11T05:03:14.794Z] ---> 721a072ef760 [2021-02-11T05:03:14.794Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-11T05:03:15.070Z] Removing intermediate container a336331c2406 [2021-02-11T05:03:15.070Z] ---> 335ec462d312 [2021-02-11T05:03:15.070Z] [2021-02-11T05:03:15.667Z] Successfully built 335ec462d312 [2021-02-11T05:03:15.667Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-11T05:03:15.942Z]  Building docker-security-proxy-setup-go ... done  ---> 880a7d34c96f [2021-02-11T05:03:15.942Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-11T05:03:15.942Z] Removing intermediate container ccf980de1dea [2021-02-11T05:03:15.942Z] ---> 38d2747174e2 [2021-02-11T05:03:15.942Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-11T05:03:16.214Z] ---> Running in 409fb76500b0 [2021-02-11T05:03:16.214Z] ---> Running in 1fff9539fa94 [2021-02-11T05:03:16.810Z] Removing intermediate container 409fb76500b0 [2021-02-11T05:03:16.810Z] ---> a1ad33ffdd8f [2021-02-11T05:03:16.810Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T05:03:16.810Z] Removing intermediate container 1fff9539fa94 [2021-02-11T05:03:16.810Z] ---> c6670a6c0caf [2021-02-11T05:03:16.810Z] Step 22/24 : LABEL arch=arm64 [2021-02-11T05:03:16.810Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-11T05:03:16.810Z] ---> Running in 1199c3956d93 [2021-02-11T05:03:16.810Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-11T05:03:16.810Z] ---> eeaf43b92773 [2021-02-11T05:03:16.810Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-11T05:03:17.085Z] ---> Running in 2c8917eb6310 [2021-02-11T05:03:17.085Z] ---> Running in e5e8a7965150 [2021-02-11T05:03:17.385Z] Removing intermediate container 1199c3956d93 [2021-02-11T05:03:17.385Z] ---> b05a72c6fb3b [2021-02-11T05:03:17.385Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T05:03:17.696Z] Removing intermediate container 2c8917eb6310 [2021-02-11T05:03:17.696Z] ---> e5a100678b48 [2021-02-11T05:03:17.696Z] Step 23/24 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T05:03:17.696Z] ---> Running in ac4b6f54a063 [2021-02-11T05:03:17.987Z] ---> Running in 4ce0a6339323 [2021-02-11T05:03:18.619Z] Removing intermediate container ac4b6f54a063 [2021-02-11T05:03:18.619Z] ---> 430f96ecac74 [2021-02-11T05:03:18.619Z] Step 22/23 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T05:03:18.619Z] Removing intermediate container 4ce0a6339323 [2021-02-11T05:03:18.619Z] ---> 133141d00393 [2021-02-11T05:03:18.619Z] Step 24/24 : LABEL version=0.0.0 [2021-02-11T05:03:18.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T05:03:18.619Z] ---> Running in 313c7b420185 [2021-02-11T05:03:18.914Z] ---> Running in 3edfca39bd50 [2021-02-11T05:03:18.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T05:03:19.196Z] Removing intermediate container 313c7b420185 [2021-02-11T05:03:19.196Z] ---> b41e6e959be6 [2021-02-11T05:03:19.196Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T05:03:19.474Z] ---> Running in 2610bf8bb465 [2021-02-11T05:03:19.474Z] Removing intermediate container 3edfca39bd50 [2021-02-11T05:03:19.474Z] ---> a4a9e659d1f5 [2021-02-11T05:03:19.474Z] [2021-02-11T05:03:19.474Z] (1/2) Installing readline (8.0.4-r0) [2021-02-11T05:03:19.474Z] (2/2) Installing bash (5.0.17-r0) [2021-02-11T05:03:19.474Z] Executing bash-5.0.17-r0.post-install [2021-02-11T05:03:19.474Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T05:03:19.746Z] OK: 12 MiB in 22 packages [2021-02-11T05:03:20.026Z] Successfully built a4a9e659d1f5 [2021-02-11T05:03:20.299Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-11T05:03:20.299Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2610bf8bb465 [2021-02-11T05:03:20.299Z] ---> f295234c19cf [2021-02-11T05:03:20.299Z] [2021-02-11T05:03:20.574Z] Successfully built f295234c19cf [2021-02-11T05:03:20.574Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-11T05:03:21.172Z]  Building docker-core-metadata-go ... done Removing intermediate container e5e8a7965150 [2021-02-11T05:03:21.172Z] ---> 6d1671bb7f3e [2021-02-11T05:03:21.172Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-11T05:03:21.172Z] ---> Running in c78450727b69 [2021-02-11T05:03:21.767Z] Removing intermediate container c78450727b69 [2021-02-11T05:03:21.767Z] ---> a5ff62622b4d [2021-02-11T05:03:21.767Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-11T05:03:21.767Z] ---> Running in ef5264d7d5e5 [2021-02-11T05:03:22.363Z] Removing intermediate container ef5264d7d5e5 [2021-02-11T05:03:22.363Z] ---> 98a7dcfdd247 [2021-02-11T05:03:22.363Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-11T05:03:22.363Z] ---> Running in 18128dc0e473 [2021-02-11T05:03:22.957Z] Removing intermediate container 18128dc0e473 [2021-02-11T05:03:22.957Z] ---> ef6fe45b3566 [2021-02-11T05:03:22.957Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-11T05:03:23.934Z] ---> 9d7b880fe658 [2021-02-11T05:03:23.934Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-11T05:03:24.531Z] ---> 55d646ec0a00 [2021-02-11T05:03:24.809Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-11T05:03:25.788Z] ---> ea001c381b67 [2021-02-11T05:03:25.788Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-11T05:03:25.788Z] ---> Running in 38f29d35965d [2021-02-11T05:03:26.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T05:03:26.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T05:03:27.352Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-11T05:03:27.352Z] (2/33) Installing expat (2.2.9-r1) [2021-02-11T05:03:27.352Z] (3/33) Installing libffi (3.3-r2) [2021-02-11T05:03:27.352Z] (4/33) Installing gdbm (1.13-r1) [2021-02-11T05:03:27.352Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-11T05:03:27.352Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-11T05:03:27.352Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-11T05:03:29.320Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-11T05:03:29.320Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-11T05:03:29.320Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-11T05:03:29.320Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-11T05:03:29.320Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-11T05:03:29.320Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-11T05:03:29.320Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-11T05:03:29.320Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-11T05:03:29.321Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-11T05:03:29.321Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-11T05:03:29.321Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-11T05:03:29.321Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-11T05:03:29.321Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-11T05:03:29.321Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-11T05:03:29.321Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-11T05:03:29.321Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-11T05:03:29.321Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-11T05:03:29.321Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-11T05:03:29.593Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-11T05:03:29.593Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-11T05:03:29.593Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-11T05:03:29.593Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-11T05:03:29.593Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-11T05:03:29.593Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-11T05:03:29.593Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-11T05:03:29.593Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-11T05:03:29.872Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T05:03:29.872Z] OK: 71 MiB in 55 packages [2021-02-11T05:03:36.589Z] Removing intermediate container 38f29d35965d [2021-02-11T05:03:36.589Z] ---> 2e1af9191ff0 [2021-02-11T05:03:36.589Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-11T05:03:36.589Z] ---> Running in 90b578c2dbd6 [2021-02-11T05:03:41.978Z] Collecting docker-compose==1.23.2 [2021-02-11T05:03:41.978Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-11T05:03:42.570Z] Collecting PyYAML<4,>=3.10 [2021-02-11T05:03:42.570Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-11T05:03:46.864Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-11T05:03:46.864Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-11T05:03:47.458Z] Collecting texttable<0.10,>=0.9.0 [2021-02-11T05:03:47.458Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-11T05:03:49.434Z] 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-11T05:03:49.706Z] Collecting docker<4.0,>=3.6.0 [2021-02-11T05:03:49.706Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-11T05:03:50.677Z] Collecting jsonschema<3,>=2.5.1 [2021-02-11T05:03:50.677Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-11T05:03:50.948Z] Collecting docopt<0.7,>=0.6.1 [2021-02-11T05:03:50.948Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-11T05:03:53.559Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-11T05:03:53.559Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-11T05:03:53.830Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-11T05:03:53.830Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-11T05:03:56.440Z] Collecting cached-property<2,>=1.2.0 [2021-02-11T05:03:56.440Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-11T05:03:56.440Z] Collecting idna<2.8,>=2.5 [2021-02-11T05:03:56.440Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-11T05:03:57.414Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-11T05:03:57.414Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-11T05:03:57.414Z] 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-11T05:03:57.414Z] 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-11T05:03:57.685Z] Collecting docker-pycreds>=0.4.0 [2021-02-11T05:03:57.955Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-11T05:03:57.955Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-11T05:03:57.955Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-11T05:03:57.955Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-11T05:03:57.955Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-11T05:03:58.930Z] Installing collected packages: PyYAML, idna, urllib3, requests, texttable, docker-pycreds, websocket-client, docker, jsonschema, docopt, dockerpty, cached-property, docker-compose [2021-02-11T05:03:58.930Z] Running setup.py install for PyYAML: started [2021-02-11T05:04:00.897Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-11T05:04:00.897Z] Attempting uninstall: idna [2021-02-11T05:04:00.897Z] Found existing installation: idna 2.9 [2021-02-11T05:04:00.897Z] Uninstalling idna-2.9: [2021-02-11T05:04:01.171Z] Successfully uninstalled idna-2.9 [2021-02-11T05:04:01.766Z] Attempting uninstall: urllib3 [2021-02-11T05:04:01.766Z] Found existing installation: urllib3 1.25.9 [2021-02-11T05:04:01.766Z] Uninstalling urllib3-1.25.9: [2021-02-11T05:04:02.044Z] Successfully uninstalled urllib3-1.25.9 [2021-02-11T05:04:02.637Z] Attempting uninstall: requests [2021-02-11T05:04:02.637Z] Found existing installation: requests 2.23.0 [2021-02-11T05:04:02.637Z] Uninstalling requests-2.23.0: [2021-02-11T05:04:02.637Z] Successfully uninstalled requests-2.23.0 [2021-02-11T05:04:02.909Z] Running setup.py install for texttable: started [2021-02-11T05:04:04.880Z] Running setup.py install for texttable: finished with status 'done' [2021-02-11T05:04:06.311Z] Running setup.py install for docopt: started [2021-02-11T05:04:08.285Z] Running setup.py install for docopt: finished with status 'done' [2021-02-11T05:04:08.285Z] Running setup.py install for dockerpty: started [2021-02-11T05:04:10.260Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-11T05:04:10.854Z] 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-11T05:04:14.253Z] Removing intermediate container 90b578c2dbd6 [2021-02-11T05:04:14.253Z] ---> 8ad04baf6c0e [2021-02-11T05:04:14.253Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-11T05:04:14.527Z] ---> Running in 4194c6fe8b8a [2021-02-11T05:04:15.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T05:04:15.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T05:04:16.375Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T05:04:16.375Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-11T05:04:16.375Z] (3/3) Installing curl (7.69.1-r3) [2021-02-11T05:04:16.375Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T05:04:16.375Z] OK: 71 MiB in 58 packages [2021-02-11T05:04:17.811Z] Removing intermediate container 4194c6fe8b8a [2021-02-11T05:04:17.811Z] ---> 228cddffd2fa [2021-02-11T05:04:17.811Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-11T05:04:17.811Z] ---> Running in d08c776cea7c [2021-02-11T05:04:18.408Z] Removing intermediate container d08c776cea7c [2021-02-11T05:04:18.408Z] ---> 67fdfac7341c [2021-02-11T05:04:18.408Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T05:04:18.408Z] ---> Running in 95654060a1cf [2021-02-11T05:04:19.002Z] Removing intermediate container 95654060a1cf [2021-02-11T05:04:19.002Z] ---> cdf7a070ebd8 [2021-02-11T05:04:19.002Z] Step 24/26 : LABEL arch=arm64 [2021-02-11T05:04:19.002Z] ---> Running in 8fa5ed3d5010 [2021-02-11T05:04:19.599Z] Removing intermediate container 8fa5ed3d5010 [2021-02-11T05:04:19.599Z] ---> a2f05c657470 [2021-02-11T05:04:19.599Z] Step 25/26 : LABEL git_sha=47b4c9e6fc4044b20e859d8e973f792df8961e2f [2021-02-11T05:04:19.871Z] ---> Running in 638c132530e2 [2021-02-11T05:04:20.145Z] Removing intermediate container 638c132530e2 [2021-02-11T05:04:20.145Z] ---> 4c22aca90ad1 [2021-02-11T05:04:20.145Z] Step 26/26 : LABEL version=0.0.0 [2021-02-11T05:04:20.422Z] ---> Running in e4afca91683b [2021-02-11T05:04:21.049Z] Removing intermediate container e4afca91683b [2021-02-11T05:04:21.049Z] ---> 7688ccb492d0 [2021-02-11T05:04:21.049Z] [2021-02-11T05:04:21.328Z] Successfully built 7688ccb492d0 [2021-02-11T05:04:21.328Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-11T05:04:21.619Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-11T05:04:21.636Z] $ docker stop --time=1 cd04c75b7c3a9093b389b27018e83b3b3967b85edb4d0bf20133a453c3797085 [2021-02-11T05:04:23.628Z] $ docker rm -f cd04c75b7c3a9093b389b27018e83b3b3967b85edb4d0bf20133a453c3797085 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T05:04:24.480Z] + grep docker [2021-02-11T05:04:24.480Z] + docker images [2021-02-11T05:04:24.480Z] docker-sys-mgmt-agent-go-arm64 latest 7688ccb492d0 4 seconds ago 300MB [2021-02-11T05:04:24.480Z] docker-security-secretstore-setup-go-arm64 latest a4a9e659d1f5 About a minute ago 23.4MB [2021-02-11T05:04:24.480Z] docker-core-metadata-go-arm64 latest f295234c19cf About a minute ago 17.8MB [2021-02-11T05:04:24.480Z] docker-security-proxy-setup-go-arm64 latest 335ec462d312 About a minute ago 23.2MB [2021-02-11T05:04:24.480Z] docker-core-data-go-arm64 latest 81150e2cb3a8 3 minutes ago 21MB [2021-02-11T05:04:24.480Z] docker-security-bootstrapper-go-arm64 latest 6714bdf21aad 4 minutes ago 17MB [2021-02-11T05:04:24.480Z] docker-support-notifications-go-arm64 latest 55783f584ec4 4 minutes ago 16.7MB [2021-02-11T05:04:24.480Z] docker-support-scheduler-go-arm64 latest cad9bcc638e5 4 minutes ago 16.1MB [2021-02-11T05:04:24.480Z] docker-core-command-go-arm64 latest 8b2cf64e6f1a 4 minutes ago 16MB [2021-02-11T05:04:24.480Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-11T05:04:26.822Z] provisioning config files... [2021-02-11T05:04:26.837Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config1056764485605223418tmp [Pipeline] { [Pipeline] sh [2021-02-11T05:04:27.217Z] + set +x [2021-02-11T05:04:27.217Z] + curl -s https://codecov.io/bash [2021-02-11T05:04:27.217Z] + bash -s -- [2021-02-11T05:04:27.795Z] [2021-02-11T05:04:27.795Z] _____ _ [2021-02-11T05:04:27.795Z] / ____| | | [2021-02-11T05:04:27.795Z] | | ___ __| | ___ ___ _____ __ [2021-02-11T05:04:27.795Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-11T05:04:27.795Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-11T05:04:27.795Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-11T05:04:27.795Z] Bash-20210129-7c25fce [2021-02-11T05:04:27.795Z] [2021-02-11T05:04:27.795Z] [2021-02-11T05:04:27.795Z] ==> git version 2.24.3 found [2021-02-11T05:04:27.795Z] ==> 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-11T05:04:27.795Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-11T05:04:27.795Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-11T05:04:27.795Z] ==> Jenkins CI detected. [2021-02-11T05:04:27.795Z] project root: . [2021-02-11T05:04:27.795Z] --> token set from env [2021-02-11T05:04:27.795Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-11T05:04:27.795Z] ==> Running gcov in . (disable via -X gcov) [2021-02-11T05:04:27.795Z] ==> Python coveragepy not found [2021-02-11T05:04:27.795Z] ==> Searching for coverage reports in: [2021-02-11T05:04:27.795Z] + . [2021-02-11T05:04:28.060Z] -> Found 1 reports [2021-02-11T05:04:28.060Z] ==> Detecting git/mercurial file structure [2021-02-11T05:04:28.060Z] ==> Reading reports [2021-02-11T05:04:28.060Z] + ./coverage.out bytes=595164 [2021-02-11T05:04:28.060Z] ==> Appending adjustments [2021-02-11T05:04:28.060Z] https://docs.codecov.io/docs/fixing-reports [2021-02-11T05:04:31.377Z] + Found adjustments [2021-02-11T05:04:31.377Z] ==> Gzipping contents [2021-02-11T05:04:31.377Z] 88K /tmp/codecov.lNrObZ.gz [2021-02-11T05:04:31.377Z] ==> Uploading reports [2021-02-11T05:04:31.377Z] url: https://codecov.io [2021-02-11T05:04:31.377Z] query: branch=PR-3153&commit=47b4c9e6fc4044b20e859d8e973f792df8961e2f&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3153%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3153&job=&cmd_args= [2021-02-11T05:04:31.377Z] -> Pinging Codecov [2021-02-11T05:04:31.377Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3153&commit=47b4c9e6fc4044b20e859d8e973f792df8961e2f&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3153%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3153&job=&cmd_args= [2021-02-11T05:04:31.639Z] -> Uploading to [2021-02-11T05:04:31.639Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-11/00271124DB129430A58F1EEE437C3FCB/47b4c9e6fc4044b20e859d8e973f792df8961e2f/660f783d-667c-412e-be73-b5097f3d14f7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210211T050431Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f3025ad5fd2214baab173eeb456a5477dfd121075a0cf28e1c918f1fbd76ebe9 [2021-02-11T05:04:31.639Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-11T05:04:31.639Z] Dload Upload Total Spent Left Speed [2021-02-11T05:04:32.214Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89413 0 0 100 89413 0 146k --:--:-- --:--:-- --:--:-- 146k [2021-02-11T05:04:32.214Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/47b4c9e6fc4044b20e859d8e973f792df8961e2f [Pipeline] } [2021-02-11T05:04:32.224Z] 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-11T05:04:34.556Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T05:04:35.437Z] ---> package-listing.sh [2021-02-11T05:04:35.437Z] ++ facter osfamily [2021-02-11T05:04:35.437Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-11T05:04:35.437Z] + OS_FAMILY=redhat [2021-02-11T05:04:35.437Z] + workspace=/w/workspace/edgex-go/8 [2021-02-11T05:04:35.437Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-11T05:04:35.437Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-11T05:04:35.437Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-11T05:04:35.437Z] + PACKAGES=/tmp/packages_start.txt [2021-02-11T05:04:35.437Z] + '[' /w/workspace/edgex-go/8 ']' [2021-02-11T05:04:35.437Z] + PACKAGES=/tmp/packages_end.txt [2021-02-11T05:04:35.437Z] + case "${OS_FAMILY}" in [2021-02-11T05:04:35.437Z] + rpm -qa [2021-02-11T05:04:35.437Z] + sort [2021-02-11T05:04:40.739Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-11T05:04:40.739Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-11T05:04:40.739Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-11T05:04:40.739Z] + '[' /w/workspace/edgex-go/8 ']' [2021-02-11T05:04:40.739Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-02-11T05:04:40.739Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-02-11T05:04:40.754Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-11T05:04:41.047Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-11T05:04:41.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T05:04:41.353Z] [2021-02-11T05:04:41.353Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-11T05:04:41.778Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T05:04:41.778Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-11T05:04:41.778Z] df20fa9351a1: Pulling fs layer [2021-02-11T05:04:41.778Z] 36b3adc4ff6f: Pulling fs layer [2021-02-11T05:04:41.778Z] 8ad3a11d3b57: Pulling fs layer [2021-02-11T05:04:41.778Z] 46f8f816bc3b: Pulling fs layer [2021-02-11T05:04:41.778Z] 93b61091891f: Pulling fs layer [2021-02-11T05:04:41.778Z] 93b9cdb0e59b: Pulling fs layer [2021-02-11T05:04:41.778Z] 5e14af77c1be: Pulling fs layer [2021-02-11T05:04:41.778Z] 01666e4c0597: Pulling fs layer [2021-02-11T05:04:41.778Z] aa168da1d23b: Pulling fs layer [2021-02-11T05:04:41.778Z] 46f8f816bc3b: Waiting [2021-02-11T05:04:41.778Z] 93b61091891f: Waiting [2021-02-11T05:04:41.778Z] 93b9cdb0e59b: Waiting [2021-02-11T05:04:41.778Z] 01666e4c0597: Waiting [2021-02-11T05:04:41.778Z] aa168da1d23b: Waiting [2021-02-11T05:04:41.778Z] 5e14af77c1be: Waiting [2021-02-11T05:04:41.778Z] 36b3adc4ff6f: Verifying Checksum [2021-02-11T05:04:41.778Z] 36b3adc4ff6f: Download complete [2021-02-11T05:04:42.076Z] 46f8f816bc3b: Verifying Checksum [2021-02-11T05:04:42.076Z] 46f8f816bc3b: Download complete [2021-02-11T05:04:42.076Z] df20fa9351a1: Download complete [2021-02-11T05:04:42.076Z] 93b9cdb0e59b: Verifying Checksum [2021-02-11T05:04:42.076Z] 93b9cdb0e59b: Download complete [2021-02-11T05:04:42.076Z] 93b61091891f: Verifying Checksum [2021-02-11T05:04:42.076Z] 93b61091891f: Download complete [2021-02-11T05:04:42.076Z] 5e14af77c1be: Verifying Checksum [2021-02-11T05:04:42.076Z] 5e14af77c1be: Download complete [2021-02-11T05:04:42.076Z] 01666e4c0597: Verifying Checksum [2021-02-11T05:04:42.076Z] 01666e4c0597: Download complete [2021-02-11T05:04:42.671Z] df20fa9351a1: Pull complete [2021-02-11T05:04:42.671Z] 36b3adc4ff6f: Pull complete [2021-02-11T05:04:42.933Z] 8ad3a11d3b57: Verifying Checksum [2021-02-11T05:04:42.933Z] 8ad3a11d3b57: Download complete [2021-02-11T05:04:43.903Z] 8ad3a11d3b57: Pull complete [2021-02-11T05:04:43.903Z] 46f8f816bc3b: Pull complete [2021-02-11T05:04:44.852Z] aa168da1d23b: Verifying Checksum [2021-02-11T05:04:44.852Z] aa168da1d23b: Download complete [2021-02-11T05:04:45.802Z] 93b61091891f: Pull complete [2021-02-11T05:04:45.802Z] 93b9cdb0e59b: Pull complete [2021-02-11T05:04:45.802Z] 5e14af77c1be: Pull complete [2021-02-11T05:04:46.068Z] 01666e4c0597: Pull complete [2021-02-11T05:04:56.116Z] aa168da1d23b: Pull complete [2021-02-11T05:04:56.116Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-11T05:04:56.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T05:04:56.116Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-11T05:04:56.284Z] prd-centos7-docker-4c-2g-26068 does not seem to be running inside a container [2021-02-11T05:04:56.335Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-11T05:05:03.749Z] $ docker top 82dfbe313c8cc8c1c9bfcc0cac24a92e73e962f1a34849fc6efd50383ab6012e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T05:05:04.440Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-11T05:05:04.740Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-11T05:05:05.044Z] + ls /var/log/sa-host [2021-02-11T05:05:05.044Z] + sadf -c /var/log/sa-host/sa11 [2021-02-11T05:05:05.044Z] file_magic: OK [2021-02-11T05:05:05.044Z] HZ: Using current value: 100 [2021-02-11T05:05:05.044Z] file_header: OK [2021-02-11T05:05:05.044Z] 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-11T05:05:05.044Z] Statistics: [2021-02-11T05:05:05.044Z] 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-11T05:05:05.044Z] File successfully converted to sysstat format version 12.2.1 [2021-02-11T05:05:05.044Z] + sadf -c /var/log/sa-host/sa23 [2021-02-11T05:05:05.044Z] file_magic: OK [2021-02-11T05:05:05.044Z] HZ: Using current value: 100 [2021-02-11T05:05:05.044Z] file_header: OK [2021-02-11T05:05:05.044Z] 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-11T05:05:05.044Z] Statistics: [2021-02-11T05:05:05.044Z] Hnuu...uuuununununu... [2021-02-11T05:05:05.044Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-11T05:05:05.725Z] provisioning config files... [2021-02-11T05:05:05.741Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config7764513776761726120tmp [Pipeline] { [Pipeline] echo [2021-02-11T05:05:05.821Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T05:05:06.119Z] ---> create-netrc.sh [Pipeline] } [2021-02-11T05:05:06.129Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-11T05:05:06.223Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T05:05:06.523Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-11T05:05:06.536Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T05:05:06.832Z] ---> sudo-logs.sh [2021-02-11T05:05:06.832Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-11T05:05:06.843Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T05:05:07.141Z] ---> job-cost.sh [2021-02-11T05:05:07.141Z] lf-activate-venv: SKIPPING [2021-02-11T05:05:07.141Z] INFO: No Stack... [2021-02-11T05:05:08.087Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-11T05:05:08.663Z] INFO: Archiving Costs [Pipeline] echo [2021-02-11T05:05:08.679Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T05:05:08.978Z] ---> logs-deploy.sh [2021-02-11T05:05:08.978Z] lf-activate-venv: SKIPPING [2021-02-11T05:05:08.978Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3153/8 [2021-02-11T05:05:08.978Z] INFO: archiving workspace using pattern(s): [2021-02-11T05:05:10.367Z] Archives upload complete. [2021-02-11T05:05:10.628Z] INFO: archiving logs to Nexus [2021-02-11T05:05:11.575Z] ---> uname -a: [2021-02-11T05:05:11.575Z] Linux prd-centos7-docker-4c-2g-26068.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-11T05:05:11.575Z] [2021-02-11T05:05:11.575Z] [2021-02-11T05:05:11.575Z] ---> lscpu: [2021-02-11T05:05:11.575Z] Architecture: x86_64 [2021-02-11T05:05:11.575Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-11T05:05:11.575Z] Byte Order: Little Endian [2021-02-11T05:05:11.575Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-11T05:05:11.575Z] CPU(s): 4 [2021-02-11T05:05:11.575Z] On-line CPU(s) list: 0-3 [2021-02-11T05:05:11.575Z] Thread(s) per core: 1 [2021-02-11T05:05:11.575Z] Core(s) per socket: 1 [2021-02-11T05:05:11.575Z] Socket(s): 4 [2021-02-11T05:05:11.575Z] NUMA node(s): 1 [2021-02-11T05:05:11.575Z] Vendor ID: GenuineIntel [2021-02-11T05:05:11.575Z] CPU family: 6 [2021-02-11T05:05:11.575Z] Model: 44 [2021-02-11T05:05:11.575Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-11T05:05:11.575Z] Stepping: 1 [2021-02-11T05:05:11.575Z] CPU MHz: 2933.438 [2021-02-11T05:05:11.575Z] BogoMIPS: 5866.87 [2021-02-11T05:05:11.575Z] Virtualization: VT-x [2021-02-11T05:05:11.575Z] Hypervisor vendor: KVM [2021-02-11T05:05:11.575Z] Virtualization type: full [2021-02-11T05:05:11.575Z] L1d cache: 128 KiB [2021-02-11T05:05:11.575Z] L1i cache: 128 KiB [2021-02-11T05:05:11.575Z] L2 cache: 16 MiB [2021-02-11T05:05:11.576Z] L3 cache: 64 MiB [2021-02-11T05:05:11.576Z] NUMA node0 CPU(s): 0-3 [2021-02-11T05:05:11.576Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-11T05:05:11.576Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-11T05:05:11.576Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-11T05:05:11.576Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-11T05:05:11.576Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-11T05:05:11.576Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-11T05:05:11.576Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-11T05:05:11.576Z] Vulnerability Srbds: Not affected [2021-02-11T05:05:11.576Z] Vulnerability Tsx async abort: Not affected [2021-02-11T05:05:11.576Z] 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-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] ---> nproc: [2021-02-11T05:05:11.576Z] 4 [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] ---> df -h: [2021-02-11T05:05:11.576Z] Filesystem Size Used Available Use% Mounted on [2021-02-11T05:05:11.576Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-11T05:05:11.576Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-11T05:05:11.576Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-11T05:05:11.576Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-11T05:05:11.576Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-11T05:05:11.576Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-11T05:05:11.576Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-11T05:05:11.576Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-11T05:05:11.576Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-11T05:05:11.576Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-11T05:05:11.576Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-11T05:05:11.576Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-11T05:05:11.576Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/8 [2021-02-11T05:05:11.576Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/8@tmp [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] ---> free -m: [2021-02-11T05:05:11.576Z] total used free shared buff/cache available [2021-02-11T05:05:11.576Z] Mem: 1837 719 128 0 989 1033 [2021-02-11T05:05:11.576Z] Swap: 1023 52 971 [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] ---> ip addr: [2021-02-11T05:05:11.576Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-11T05:05:11.576Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-11T05:05:11.576Z] inet 127.0.0.1/8 scope host lo [2021-02-11T05:05:11.576Z] valid_lft forever preferred_lft forever [2021-02-11T05:05:11.576Z] inet6 ::1/128 scope host [2021-02-11T05:05:11.576Z] valid_lft forever preferred_lft forever [2021-02-11T05:05:11.576Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-11T05:05:11.576Z] link/ether fa:16:3e:69:80:f9 brd ff:ff:ff:ff:ff:ff [2021-02-11T05:05:11.576Z] inet 10.30.123.79/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-11T05:05:11.576Z] valid_lft 85132sec preferred_lft 85132sec [2021-02-11T05:05:11.576Z] inet6 fe80::f816:3eff:fe69:80f9/64 scope link [2021-02-11T05:05:11.576Z] valid_lft forever preferred_lft forever [2021-02-11T05:05:11.576Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-11T05:05:11.576Z] link/ether 02:42:90:ea:71:8c brd ff:ff:ff:ff:ff:ff [2021-02-11T05:05:11.576Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-11T05:05:11.576Z] valid_lft forever preferred_lft forever [2021-02-11T05:05:11.576Z] inet6 fe80::42:90ff:feea:718c/64 scope link [2021-02-11T05:05:11.576Z] valid_lft forever preferred_lft forever [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] ---> sar -b -r -n DEV: [2021-02-11T05:05:11.576Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/11/21 _x86_64_ (4 CPU) [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] 04:43:53 LINUX RESTART (4 CPU) [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] 04:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-11T05:05:11.576Z] 04:46:01 234.65 100.95 133.70 0.00 6962.04 49124.65 0.00 [2021-02-11T05:05:11.576Z] 04:47:01 237.82 96.52 141.30 0.00 3631.40 19368.25 0.00 [2021-02-11T05:05:11.576Z] 04:48:01 128.54 52.69 75.85 0.00 1856.29 10416.48 0.00 [2021-02-11T05:05:11.576Z] 04:49:02 202.91 60.24 142.68 0.00 13123.42 73955.98 0.00 [2021-02-11T05:05:11.576Z] 04:50:01 2671.52 2317.68 353.83 0.00 175002.41 196669.59 0.00 [2021-02-11T05:05:11.576Z] 04:51:02 1154.50 904.67 249.83 0.00 53124.78 72646.56 0.00 [2021-02-11T05:05:11.576Z] 04:52:01 1783.92 1414.25 369.67 0.00 109487.64 159302.34 0.00 [2021-02-11T05:05:11.576Z] 04:53:01 691.17 418.80 272.37 0.00 28611.81 41909.15 0.00 [2021-02-11T05:05:11.576Z] 04:54:01 1.50 0.05 1.45 0.00 0.80 23.28 0.00 [2021-02-11T05:05:11.576Z] 04:55:01 0.82 0.48 0.33 0.00 15.32 4.18 0.00 [2021-02-11T05:05:11.576Z] 04:56:01 2.13 1.87 0.27 0.00 132.16 3.30 0.00 [2021-02-11T05:05:11.576Z] 04:57:01 0.27 0.02 0.25 0.00 0.27 3.16 0.00 [2021-02-11T05:05:11.576Z] 04:58:01 0.35 0.13 0.22 0.00 1.07 3.16 0.00 [2021-02-11T05:05:11.576Z] 04:59:02 0.82 0.55 0.27 0.00 14.12 3.53 0.00 [2021-02-11T05:05:11.576Z] 05:00:01 2.29 1.46 0.83 0.00 83.17 15.59 0.00 [2021-02-11T05:05:11.576Z] 05:01:01 0.38 0.07 0.32 0.00 1.47 3.61 0.00 [2021-02-11T05:05:11.576Z] 05:02:01 0.70 0.35 0.35 0.00 23.03 5.36 0.00 [2021-02-11T05:05:11.576Z] 05:03:01 0.22 0.00 0.22 0.00 0.00 2.37 0.00 [2021-02-11T05:05:11.576Z] 05:04:01 0.20 0.00 0.20 0.00 0.00 2.10 0.00 [2021-02-11T05:05:11.576Z] 05:05:01 160.17 73.97 86.20 0.00 6740.21 17832.81 0.00 [2021-02-11T05:05:11.576Z] Average: 362.72 271.31 91.41 0.00 19868.70 31997.22 0.00 [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] 04:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-11T05:05:11.576Z] 04:46:01 131516 0 678940 36.08 2172 1068916 1526328 52.09 569884 934468 1188 [2021-02-11T05:05:11.576Z] 04:47:01 162408 0 759896 40.39 960 958280 1722848 58.80 656072 779452 83320 [2021-02-11T05:05:11.576Z] 04:48:01 340520 0 709708 37.72 776 830540 1298020 44.30 514256 732412 23280 [2021-02-11T05:05:11.576Z] 04:49:02 74560 0 704100 37.42 156 1102728 1242552 42.41 716920 834392 20624 [2021-02-11T05:05:11.576Z] 04:50:01 70876 0 842076 44.75 0 968592 2346892 80.10 768660 808280 82172 [2021-02-11T05:05:11.576Z] 04:51:02 413208 0 704632 37.45 0 763704 1487336 50.76 487868 730828 12 [2021-02-11T05:05:11.576Z] 04:52:01 180972 0 814008 43.26 0 886564 2394356 81.72 532712 908580 76336 [2021-02-11T05:05:11.576Z] 04:53:01 375396 0 642680 34.16 0 863468 1227716 41.90 507528 751244 20 [2021-02-11T05:05:11.576Z] 04:54:01 383228 0 634800 33.74 0 863516 1177916 40.20 501548 750684 12 [2021-02-11T05:05:11.576Z] 04:55:01 382528 0 635056 33.75 0 863960 1177988 40.20 502072 750840 8 [2021-02-11T05:05:11.576Z] 04:56:01 379268 0 634340 33.71 0 867936 1177916 40.20 501692 754812 8 [2021-02-11T05:05:11.576Z] 04:57:01 379488 0 634108 33.70 0 867948 1177916 40.20 501700 754820 16 [2021-02-11T05:05:11.576Z] 04:58:01 379560 0 634028 33.70 0 867956 1177980 40.20 501892 754852 20 [2021-02-11T05:05:11.576Z] 04:59:02 378720 0 634492 33.72 0 868332 1178428 40.22 501920 755108 8 [2021-02-11T05:05:11.576Z] 05:00:01 372960 0 638512 33.94 0 870072 1178052 40.20 507880 754080 12 [2021-02-11T05:05:11.576Z] 05:01:01 371944 0 639500 33.99 0 870100 1180792 40.30 508492 754104 16 [2021-02-11T05:05:11.576Z] 05:02:01 372488 0 638284 33.92 0 870772 1178488 40.22 507692 754676 8 [2021-02-11T05:05:11.576Z] 05:03:01 372612 0 638152 33.92 0 870780 1178488 40.22 507716 754676 16 [2021-02-11T05:05:11.576Z] 05:04:01 372364 0 638392 33.93 0 870788 1178488 40.22 507844 754676 8 [2021-02-11T05:05:11.576Z] 05:05:01 181932 0 708096 37.63 0 991516 1376628 46.98 526464 882924 716 [2021-02-11T05:05:11.576Z] Average: 303827 0 678190 36.04 203 899323 1379256 47.07 541541 782795 14390 [2021-02-11T05:05:11.576Z] [2021-02-11T05:05:11.576Z] 04:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-11T05:05:11.576Z] 04:46:01 veth4ca7d12 21.19 24.65 2.03 16.38 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:46:01 eth0 1103.83 1197.29 5903.39 135.85 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:46:01 docker0 941.09 802.93 75.60 3055.18 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:47:01 vethee47bcb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:47:01 eth0 149.78 133.67 482.20 42.55 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:47:01 docker0 110.76 114.42 8.46 453.83 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:48:01 vethee47bcb 1.95 1.95 0.15 0.17 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:48:01 eth0 26.68 14.30 21.52 8.85 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:48:01 docker0 1.95 1.95 0.13 0.17 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:49:02 eth0 208.94 173.98 1698.89 84.27 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:49:02 vethef1de23 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:50:01 eth0 47.59 24.31 164.17 9.74 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:50:01 vethef1de23 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:50:01 docker0 13.56 27.43 0.72 147.49 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:51:02 veth4eab675 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:51:02 eth0 58.39 36.46 274.85 11.31 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.576Z] 04:51:02 vethef1de23 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:52:01 vetheaaf2b6 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:52:01 vethb4e48cb 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:52:01 eth0 207.13 154.35 1564.70 82.90 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:53:01 eth0 87.84 61.05 176.02 73.62 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:53:01 docker0 1137.91 1062.42 89.29 4302.08 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:54:01 eth0 0.10 0.07 0.01 0.02 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:55:01 eth0 0.47 0.45 0.50 0.09 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:56:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:57:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:59:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 04:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:00:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:01:01 eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:02:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:03:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:04:01 eth0 0.57 0.05 0.05 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:05:01 eth0 218.92 185.24 2178.75 65.62 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] Average: eth0 105.68 99.24 623.93 25.77 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] Average: docker0 57.01 53.22 4.47 215.53 0.00 0.00 0.00 0.00 [2021-02-11T05:05:11.577Z] [2021-02-11T05:05:11.577Z] [2021-02-11T05:05:11.577Z] ---> sar -P ALL: [2021-02-11T05:05:11.577Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/11/21 _x86_64_ (4 CPU) [2021-02-11T05:05:11.577Z] [2021-02-11T05:05:11.577Z] 04:43:53 LINUX RESTART (4 CPU) [2021-02-11T05:05:11.577Z] [2021-02-11T05:05:11.577Z] 04:45:01 CPU %user %nice %system %iowait %steal %idle [2021-02-11T05:05:11.577Z] 04:46:01 all 15.34 0.00 9.05 2.57 0.06 72.98 [2021-02-11T05:05:11.577Z] 04:46:01 0 15.86 0.00 11.88 2.15 0.05 70.06 [2021-02-11T05:05:11.577Z] 04:46:01 1 15.47 0.00 7.55 1.95 0.05 74.98 [2021-02-11T05:05:11.577Z] 04:46:01 2 14.89 0.00 7.73 4.07 0.07 73.25 [2021-02-11T05:05:11.577Z] 04:46:01 3 15.16 0.00 9.08 2.09 0.05 73.62 [2021-02-11T05:05:11.577Z] 04:47:01 all 38.11 0.00 12.19 5.85 0.05 43.80 [2021-02-11T05:05:11.577Z] 04:47:01 0 38.65 0.00 11.55 4.51 0.05 45.23 [2021-02-11T05:05:11.577Z] 04:47:01 1 38.61 0.00 12.32 6.49 0.09 42.49 [2021-02-11T05:05:11.577Z] 04:47:01 2 37.67 0.00 12.94 4.38 0.03 44.97 [2021-02-11T05:05:11.577Z] 04:47:01 3 37.49 0.00 11.95 8.00 0.03 42.53 [2021-02-11T05:05:11.577Z] 04:48:01 all 48.78 0.00 13.68 2.52 0.05 34.97 [2021-02-11T05:05:11.577Z] 04:48:01 0 48.26 0.00 13.33 2.44 0.05 35.92 [2021-02-11T05:05:11.577Z] 04:48:01 1 49.45 0.00 14.27 2.53 0.03 33.71 [2021-02-11T05:05:11.577Z] 04:48:01 2 48.46 0.00 14.06 4.20 0.05 33.22 [2021-02-11T05:05:11.577Z] 04:48:01 3 48.94 0.00 13.04 0.90 0.07 37.05 [2021-02-11T05:05:11.577Z] 04:49:02 all 23.26 0.00 12.65 7.56 0.05 56.48 [2021-02-11T05:05:11.577Z] 04:49:02 0 22.62 0.00 12.34 8.78 0.03 56.23 [2021-02-11T05:05:11.577Z] 04:49:02 1 24.87 0.00 12.73 7.51 0.05 54.84 [2021-02-11T05:05:11.577Z] 04:49:02 2 23.43 0.00 12.30 6.99 0.05 57.23 [2021-02-11T05:05:11.577Z] 04:49:02 3 22.14 0.00 13.26 6.95 0.05 57.60 [2021-02-11T05:05:11.577Z] 04:50:01 all 20.93 0.00 29.26 23.62 0.13 26.06 [2021-02-11T05:05:11.577Z] 04:50:01 0 21.39 0.00 28.05 25.17 0.14 25.24 [2021-02-11T05:05:11.577Z] 04:50:01 1 20.28 0.00 29.25 21.43 0.18 28.86 [2021-02-11T05:05:11.577Z] 04:50:01 2 20.47 0.00 29.41 25.69 0.11 24.33 [2021-02-11T05:05:11.577Z] 04:50:01 3 21.60 0.00 30.33 22.15 0.11 25.81 [2021-02-11T05:05:11.577Z] 04:51:02 all 50.32 0.00 17.09 17.60 0.07 14.91 [2021-02-11T05:05:11.577Z] 04:51:02 0 50.00 0.00 17.05 12.76 0.09 20.11 [2021-02-11T05:05:11.577Z] 04:51:02 1 51.10 0.00 17.11 17.50 0.05 14.24 [2021-02-11T05:05:11.577Z] 04:51:02 2 48.70 0.00 17.37 19.80 0.09 14.04 [2021-02-11T05:05:11.577Z] 04:51:02 3 51.46 0.00 16.85 20.43 0.05 11.21 [2021-02-11T05:05:11.577Z] 04:52:01 all 34.24 0.00 23.88 23.11 0.12 18.65 [2021-02-11T05:05:11.577Z] 04:52:01 0 34.98 0.00 23.91 22.28 0.14 18.70 [2021-02-11T05:05:11.577Z] 04:52:01 1 34.44 0.00 23.26 24.26 0.11 17.93 [2021-02-11T05:05:11.577Z] 04:52:01 2 33.72 0.00 24.23 24.35 0.11 17.60 [2021-02-11T05:05:11.577Z] 04:52:01 3 33.81 0.00 24.15 21.53 0.12 20.37 [2021-02-11T05:05:11.577Z] 04:53:01 all 32.53 0.00 14.05 18.46 0.07 34.88 [2021-02-11T05:05:11.577Z] 04:53:01 0 32.28 0.00 14.46 20.72 0.07 32.47 [2021-02-11T05:05:11.577Z] 04:53:01 1 33.84 0.00 13.84 17.35 0.09 34.88 [2021-02-11T05:05:11.577Z] 04:53:01 2 32.06 0.00 14.17 18.39 0.07 35.31 [2021-02-11T05:05:11.577Z] 04:53:01 3 31.96 0.00 13.74 17.41 0.05 36.85 [2021-02-11T05:05:11.577Z] 04:54:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-11T05:05:11.577Z] 04:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-11T05:05:11.577Z] 04:54:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-11T05:05:11.577Z] 04:54:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-11T05:05:11.577Z] 04:54:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-11T05:05:11.577Z] 04:55:01 all 0.12 0.00 0.05 0.00 0.00 99.82 [2021-02-11T05:05:11.577Z] 04:55:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-11T05:05:11.577Z] 04:55:01 1 0.32 0.00 0.08 0.00 0.00 99.60 [2021-02-11T05:05:11.577Z] 04:55:01 2 0.05 0.00 0.03 0.02 0.00 99.90 [2021-02-11T05:05:11.577Z] 04:55:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-11T05:05:11.577Z] 04:56:01 all 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-11T05:05:11.577Z] 04:56:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-11T05:05:11.577Z] 04:56:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-11T05:05:11.577Z] 04:56:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-11T05:05:11.577Z] 04:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-11T05:05:11.577Z] [2021-02-11T05:05:11.577Z] 04:56:01 CPU %user %nice %system %iowait %steal %idle [2021-02-11T05:05:11.577Z] 04:57:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-11T05:05:11.577Z] 04:57:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-11T05:05:11.577Z] 04:57:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-11T05:05:11.577Z] 04:57:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-11T05:05:11.577Z] 04:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-11T05:05:11.577Z] 04:58:01 all 0.12 0.00 0.04 0.01 0.00 99.83 [2021-02-11T05:05:11.577Z] 04:58:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-02-11T05:05:11.577Z] 04:58:01 1 0.27 0.00 0.05 0.02 0.00 99.67 [2021-02-11T05:05:11.577Z] 04:58:01 2 0.12 0.00 0.03 0.02 0.00 99.83 [2021-02-11T05:05:11.577Z] 04:58:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-11T05:05:11.577Z] 04:59:02 all 0.10 0.00 0.03 0.00 0.00 99.87 [2021-02-11T05:05:11.577Z] 04:59:02 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-11T05:05:11.577Z] 04:59:02 1 0.30 0.00 0.03 0.00 0.00 99.67 [2021-02-11T05:05:11.577Z] 04:59:02 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-11T05:05:11.577Z] 04:59:02 3 0.03 0.00 0.05 0.02 0.00 99.90 [2021-02-11T05:05:11.577Z] 05:00:01 all 0.15 0.00 0.07 0.03 0.00 99.75 [2021-02-11T05:05:11.577Z] 05:00:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-11T05:05:11.577Z] 05:00:01 1 0.52 0.00 0.07 0.00 0.00 99.41 [2021-02-11T05:05:11.577Z] 05:00:01 2 0.02 0.00 0.05 0.03 0.00 99.90 [2021-02-11T05:05:11.577Z] 05:00:01 3 0.03 0.00 0.10 0.07 0.02 99.78 [2021-02-11T05:05:11.577Z] 05:01:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-11T05:05:11.577Z] 05:01:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-11T05:05:11.577Z] 05:01:01 1 0.50 0.00 0.03 0.00 0.02 99.45 [2021-02-11T05:05:11.577Z] 05:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-11T05:05:11.577Z] 05:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-11T05:05:11.577Z] 05:02:01 all 0.16 0.00 0.04 0.01 0.00 99.79 [2021-02-11T05:05:11.577Z] 05:02:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2021-02-11T05:05:11.577Z] 05:02:01 1 0.52 0.00 0.03 0.02 0.00 99.43 [2021-02-11T05:05:11.577Z] 05:02:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-11T05:05:11.577Z] 05:02:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-11T05:05:11.577Z] 05:03:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-02-11T05:05:11.577Z] 05:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-11T05:05:11.577Z] 05:03:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-11T05:05:11.577Z] 05:03:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-11T05:05:11.577Z] 05:03:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-11T05:05:11.577Z] 05:04:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-11T05:05:11.577Z] 05:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-11T05:05:11.577Z] 05:04:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-11T05:05:11.577Z] 05:04:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-11T05:05:11.577Z] 05:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-11T05:05:11.577Z] 05:05:01 all 6.37 0.00 4.73 3.27 0.02 85.61 [2021-02-11T05:05:11.577Z] 05:05:01 0 5.58 0.00 4.93 3.56 0.02 85.91 [2021-02-11T05:05:11.577Z] 05:05:01 1 7.48 0.00 5.31 3.69 0.03 83.48 [2021-02-11T05:05:11.577Z] 05:05:01 2 5.67 0.00 3.91 2.63 0.02 87.77 [2021-02-11T05:05:11.577Z] 05:05:01 3 6.75 0.00 4.75 3.20 0.02 85.29 [2021-02-11T05:05:11.577Z] Average: all 13.29 0.00 6.68 5.09 0.03 74.91 [2021-02-11T05:05:11.578Z] Average: 0 13.23 0.00 6.73 4.98 0.03 75.02 [2021-02-11T05:05:11.578Z] Average: 1 13.74 0.00 6.65 5.01 0.03 74.56 [2021-02-11T05:05:11.578Z] Average: 2 12.98 0.00 6.65 5.37 0.03 74.98 [2021-02-11T05:05:11.578Z] Average: 3 13.21 0.00 6.68 4.99 0.03 75.09 [2021-02-11T05:05:11.578Z] [2021-02-11T05:05:11.578Z] [2021-02-11T05:05:11.578Z]