Branch indexing 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 gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25666 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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 cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing 41501bb39896fad05c0c6a7340478cbfc8761cad Checking out Revision 41501bb39896fad05c0c6a7340478cbfc8761cad (PR-3034) > 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/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 41501bb39896fad05c0c6a7340478cbfc8761cad # timeout=10 Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T00:31:52.761Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T00:31:53.112Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 001d3264a47c15d2a94c46add7e1e6be213861aa # timeout=10 [Pipeline] echo [2021-02-09T00:31:53.216Z] ========================================================= [2021-02-09T00:31:53.216Z] EdgeX Global Pipelines Version Info [2021-02-09T00:31:53.216Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:31:54.974Z] ------------------- [2021-02-09T00:31:54.974Z] stable info: [2021-02-09T00:31:54.974Z] ------------------- [2021-02-09T00:31:54.974Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T00:31:54.974Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T00:31:54.974Z] Message: update stable to v1.0.179 [2021-02-09T00:31:55.966Z] ------------------- [2021-02-09T00:31:55.966Z] experimental info: [2021-02-09T00:31:55.966Z] ------------------- [2021-02-09T00:31:55.966Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T00:31:55.966Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T00:31:55.966Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T00:31:56.451Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-09T00:31:56.542Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-09T00:31:56.658Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T00:31:56.767Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T00:31:56.886Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T00:31:56.987Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T00:31:57.155Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T00:31:57.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-09T00:31:57.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-09T00:31:57.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-09T00:31:57.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T00:31:57.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T00:31:58.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T00:31:58.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T00:31:58.418Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T00:31:58.575Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T00:31:58.719Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T00:31:58.838Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T00:31:59.017Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T00:31:59.221Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-09T00:31:59.344Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T00:31:59.458Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T00:31:59.596Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T00:31:59.693Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-02-09T00:31:59.813Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-02-09T00:31:59.935Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-02-09T00:32:00.074Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 41501bb39896fad05c0c6a7340478cbfc8761cad [Pipeline] echo [2021-02-09T00:32:00.172Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 41501bb [Pipeline] echo [2021-02-09T00:32:00.258Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T00:32:00.448Z] provisioning config files... [2021-02-09T00:32:00.478Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config8485987218157105139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:32:00.920Z] ---> docker-login.sh [2021-02-09T00:32:00.920Z] nexus3.edgexfoundry.org:10001 [2021-02-09T00:32:01.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:32:01.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:32:01.512Z] Configure a credential helper to remove this warning. See [2021-02-09T00:32:01.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:32:01.512Z] [2021-02-09T00:32:01.512Z] Login Succeeded [2021-02-09T00:32:01.512Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:32:01.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:32:01.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:32:01.795Z] Configure a credential helper to remove this warning. See [2021-02-09T00:32:01.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:32:01.795Z] [2021-02-09T00:32:01.795Z] Login Succeeded [2021-02-09T00:32:01.795Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:32:02.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:32:02.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:32:02.087Z] Configure a credential helper to remove this warning. See [2021-02-09T00:32:02.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:32:02.087Z] [2021-02-09T00:32:02.087Z] Login Succeeded [2021-02-09T00:32:02.087Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:32:02.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:32:02.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:32:02.373Z] Configure a credential helper to remove this warning. See [2021-02-09T00:32:02.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:32:02.373Z] [2021-02-09T00:32:02.373Z] Login Succeeded [2021-02-09T00:32:02.373Z] docker.io [2021-02-09T00:32:02.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:32:02.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:32:02.934Z] Configure a credential helper to remove this warning. See [2021-02-09T00:32:02.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:32:02.934Z] [2021-02-09T00:32:02.934Z] Login Succeeded [2021-02-09T00:32:02.934Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:32:02.948Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T00:32:03.456Z] ++ 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-09T00:32:03.456Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:03.456Z] ++ dirname cmd/core-command/Dockerfile [2021-02-09T00:32:03.456Z] ++ cut -d/ -f2 [2021-02-09T00:32:03.456Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-09T00:32:03.456Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:03.456Z] ++ dirname cmd/core-data/Dockerfile [2021-02-09T00:32:03.456Z] ++ cut -d/ -f2 [2021-02-09T00:32:03.456Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-09T00:32:03.456Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:03.456Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-09T00:32:03.456Z] ++ cut -d/ -f2 [2021-02-09T00:32:03.456Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-09T00:32:03.456Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:03.456Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-09T00:32:03.456Z] ++ cut -d/ -f2 [2021-02-09T00:32:03.456Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-09T00:32:03.456Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:03.456Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-09T00:32:03.456Z] ++ cut -d/ -f2 [2021-02-09T00:32:03.456Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-09T00:32:03.456Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:03.456Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-09T00:32:03.456Z] ++ cut -d/ -f2 [2021-02-09T00:32:03.456Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-09T00:32:03.456Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:03.456Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-09T00:32:03.456Z] ++ cut -d/ -f2 [2021-02-09T00:32:03.456Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-09T00:32:03.456Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:03.456Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-09T00:32:03.456Z] ++ cut -d/ -f2 [2021-02-09T00:32:03.456Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-09T00:32:03.456Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:03.456Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-09T00:32:03.456Z] ++ cut -d/ -f2 [2021-02-09T00:32:03.456Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-09T00:32:03.607Z] 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-09T00:32:04.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:32:04.551Z] [2021-02-09T00:32:04.551Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:32:04.945Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:32:04.945Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T00:32:04.945Z] 31603596830f: Pulling fs layer [2021-02-09T00:32:04.945Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T00:32:04.945Z] 6ca5941a6612: Pulling fs layer [2021-02-09T00:32:04.945Z] ecc8261a40a4: Pulling fs layer [2021-02-09T00:32:04.945Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T00:32:04.945Z] 2a8b12db71e7: Download complete [2021-02-09T00:32:04.945Z] 31603596830f: Download complete [2021-02-09T00:32:05.213Z] ecc8261a40a4: Verifying Checksum [2021-02-09T00:32:05.213Z] ecc8261a40a4: Download complete [2021-02-09T00:32:05.213Z] 6ca5941a6612: Verifying Checksum [2021-02-09T00:32:05.213Z] 6ca5941a6612: Download complete [2021-02-09T00:32:05.478Z] 31603596830f: Pull complete [2021-02-09T00:32:05.478Z] 2a8b12db71e7: Pull complete [2021-02-09T00:32:06.952Z] 6ca5941a6612: Pull complete [2021-02-09T00:32:06.952Z] ecc8261a40a4: Pull complete [2021-02-09T00:32:06.952Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T00:32:06.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:32:06.952Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T00:32:07.176Z] prd-centos7-docker-4c-2g-25666 does not seem to be running inside a container [2021-02-09T00:32:07.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-09T00:32:09.976Z] $ docker top 64e192af0b1acd829c0be8c37c12f0fca825e7990d12bee24230d24a4d723243 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T00:32:10.375Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T00:32:10.375Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T00:32:10.651Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T00:32:10.656Z] $ docker exec 64e192af0b1acd829c0be8c37c12f0fca825e7990d12bee24230d24a4d723243 ssh-agent [2021-02-09T00:32:10.895Z] SSH_AUTH_SOCK=/tmp/ssh-xn1XbQrgslYO/agent.12 [2021-02-09T00:32:10.895Z] SSH_AGENT_PID=17 [2021-02-09T00:32:10.921Z] Running ssh-add (command line suppressed) [2021-02-09T00:32:11.080Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_6155035816230171558.key (/w/workspace/edgex-go/21@tmp/private_key_6155035816230171558.key) [2021-02-09T00:32:11.137Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T00:32:11.485Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T00:32:11.511Z] $ docker exec --env ******** --env ******** 64e192af0b1acd829c0be8c37c12f0fca825e7990d12bee24230d24a4d723243 ssh-agent -k [2021-02-09T00:32:11.670Z] unset SSH_AUTH_SOCK; [2021-02-09T00:32:11.670Z] unset SSH_AGENT_PID; [2021-02-09T00:32:11.670Z] echo Agent pid 17 killed; [2021-02-09T00:32:11.723Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T00:32:11.876Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T00:32:11.876Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T00:32:12.087Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T00:32:12.092Z] $ docker exec 64e192af0b1acd829c0be8c37c12f0fca825e7990d12bee24230d24a4d723243 ssh-agent [2021-02-09T00:32:12.274Z] SSH_AUTH_SOCK=/tmp/ssh-JuipMpMKoul3/agent.47 [2021-02-09T00:32:12.274Z] SSH_AGENT_PID=52 [2021-02-09T00:32:12.281Z] Running ssh-add (command line suppressed) [2021-02-09T00:32:12.410Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_4149390196346116254.key (/w/workspace/edgex-go/21@tmp/private_key_4149390196346116254.key) [2021-02-09T00:32:12.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T00:32:12.946Z] + git semver init [2021-02-09T00:32:12.946Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T00:32:12.946Z] # $GIT_DIR = /w/workspace/edgex-go/21/.git [2021-02-09T00:32:12.946Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/21 [2021-02-09T00:32:12.946Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T00:32:12.946Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T00:32:12.946Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T00:32:12.946Z] # $SEMVER_BRANCH = PR-3034 [2021-02-09T00:32:12.946Z] # $SEMVER_TEMP = /tmp/semver-598916456 [2021-02-09T00:32:12.946Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-09T00:32:51.866Z] # '/tmp/semver-598916456' -> '/w/workspace/edgex-go/21/.semver' [2021-02-09T00:32:51.866Z] # -> Force: false [2021-02-09T00:32:51.866Z] # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } [2021-02-09T00:32:51.893Z] $ docker exec --env ******** --env ******** 64e192af0b1acd829c0be8c37c12f0fca825e7990d12bee24230d24a4d723243 ssh-agent -k [2021-02-09T00:32:52.235Z] unset SSH_AUTH_SOCK; [2021-02-09T00:32:52.235Z] unset SSH_AGENT_PID; [2021-02-09T00:32:52.235Z] echo Agent pid 52 killed; [2021-02-09T00:32:52.361Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T00:32:52.853Z] + git semver [Pipeline] } [2021-02-09T00:32:52.880Z] $ docker stop --time=1 64e192af0b1acd829c0be8c37c12f0fca825e7990d12bee24230d24a4d723243 [2021-02-09T00:32:54.522Z] $ docker rm -f 64e192af0b1acd829c0be8c37c12f0fca825e7990d12bee24230d24a4d723243 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:32:55.134Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T00:32:55.806Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T00:32:55.809Z] [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-09T00:32:56.678Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:32:57.028Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:32:57.332Z] + sudo service docker restart [2021-02-09T00:32:57.332Z] + true [2021-02-09T00:32:57.332Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-09T00:32:57.926Z] ========================================================= [2021-02-09T00:32:57.926Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T00:32:57.926Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:32:58.292Z] + 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-09T00:33:02.606Z] Sending build context to Docker daemon 327.8MB [2021-02-09T00:33:02.606Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T00:33:02.606Z] Step 2/6 : FROM ${BASE} [2021-02-09T00:33:02.606Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T00:33:02.606Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T00:33:02.606Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T00:33:02.606Z] de9db76c5a1d: Pulling fs layer [2021-02-09T00:33:02.606Z] bca2f99d35d6: Pulling fs layer [2021-02-09T00:33:02.606Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T00:33:02.606Z] 7c6f9722023f: Pulling fs layer [2021-02-09T00:33:02.606Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T00:33:02.606Z] 93359f2a8cfa: Waiting [2021-02-09T00:33:02.606Z] 7c6f9722023f: Waiting [2021-02-09T00:33:02.606Z] a35cf1a2eb13: Waiting [2021-02-09T00:33:02.606Z] bca2f99d35d6: Waiting [2021-02-09T00:33:02.606Z] de9db76c5a1d: Verifying Checksum [2021-02-09T00:33:02.606Z] de9db76c5a1d: Download complete [2021-02-09T00:33:02.606Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T00:33:02.606Z] 0ef7d3d256c8: Download complete [2021-02-09T00:33:02.606Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T00:33:02.606Z] 93359f2a8cfa: Download complete [2021-02-09T00:33:02.606Z] 7c6f9722023f: Verifying Checksum [2021-02-09T00:33:02.606Z] 7c6f9722023f: Download complete [2021-02-09T00:33:02.606Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T00:33:02.606Z] 188c0c94c7c5: Download complete [2021-02-09T00:33:03.190Z] 188c0c94c7c5: Pull complete [2021-02-09T00:33:03.190Z] 0ef7d3d256c8: Pull complete [2021-02-09T00:33:03.466Z] de9db76c5a1d: Pull complete [2021-02-09T00:33:06.821Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T00:33:06.821Z] a35cf1a2eb13: Download complete [2021-02-09T00:33:08.255Z] bca2f99d35d6: Verifying Checksum [2021-02-09T00:33:08.255Z] bca2f99d35d6: Download complete [2021-02-09T00:33:11.162Z] Still waiting to schedule task [2021-02-09T00:33:11.162Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-09T00:33:14.926Z] bca2f99d35d6: Pull complete [2021-02-09T00:33:14.926Z] 93359f2a8cfa: Pull complete [2021-02-09T00:33:14.926Z] 7c6f9722023f: Pull complete [2021-02-09T00:33:19.208Z] a35cf1a2eb13: Pull complete [2021-02-09T00:33:19.208Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T00:33:19.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T00:33:19.208Z] ---> a62c8e92a672 [2021-02-09T00:33:19.208Z] 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-09T00:33:20.643Z] ---> Running in c15be222920d [2021-02-09T00:33:20.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:33:20.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:33:21.173Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T00:33:21.750Z] (2/12) Installing file (5.38-r0) [2021-02-09T00:33:21.750Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T00:33:22.011Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T00:33:28.612Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T00:33:28.612Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T00:33:28.612Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T00:33:28.612Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T00:33:28.612Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T00:33:28.612Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T00:33:28.612Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T00:33:28.877Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T00:33:28.877Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:33:28.877Z] OK: 233 MiB in 51 packages [2021-02-09T00:33:32.258Z] Removing intermediate container c15be222920d [2021-02-09T00:33:32.258Z] ---> 0969ba476c08 [2021-02-09T00:33:32.258Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T00:33:32.258Z] ---> Running in edb1a3cad9af [2021-02-09T00:33:32.529Z] Removing intermediate container edb1a3cad9af [2021-02-09T00:33:32.529Z] ---> 19e0dfe46d04 [2021-02-09T00:33:32.529Z] Step 5/6 : COPY go.mod . [2021-02-09T00:33:32.796Z] ---> 9cc13950c81b [2021-02-09T00:33:32.796Z] Step 6/6 : RUN go mod download [2021-02-09T00:33:33.060Z] ---> Running in f6db1f7e2367 [2021-02-09T00:33:55.109Z] Removing intermediate container f6db1f7e2367 [2021-02-09T00:33:55.109Z] ---> 37dee9078c80 [2021-02-09T00:33:55.109Z] Successfully built 37dee9078c80 [2021-02-09T00:33:55.109Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:33:55.436Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T00:33:55.436Z] . [Pipeline] withDockerContainer [2021-02-09T00:33:55.546Z] prd-centos7-docker-4c-2g-25666 does not seem to be running inside a container [2021-02-09T00:33:55.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-09T00:33:56.476Z] $ docker top 4af29d4c8663c30d8d765ecc5c6f589f7df199599f825a68e4d38d6e9fe63e31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:33:56.996Z] + go version [2021-02-09T00:33:56.996Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T00:33:57.011Z] $ docker stop --time=1 4af29d4c8663c30d8d765ecc5c6f589f7df199599f825a68e4d38d6e9fe63e31 [2021-02-09T00:33:58.395Z] $ docker rm -f 4af29d4c8663c30d8d765ecc5c6f589f7df199599f825a68e4d38d6e9fe63e31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:33:59.288Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T00:33:59.288Z] . [Pipeline] withDockerContainer [2021-02-09T00:33:59.573Z] prd-centos7-docker-4c-2g-25666 does not seem to be running inside a container [2021-02-09T00:33:59.848Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-09T00:34:01.117Z] $ docker top 371154d9e4bcbd1addbd24448ef8c31db25df9b45f1d14978da3dcc3f00dfb31 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T00:34:01.363Z] ========================================================= [2021-02-09T00:34:01.363Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T00:34:01.363Z] ========================================================= [Pipeline] sh [2021-02-09T00:34:01.665Z] + make test [2021-02-09T00:34:01.665Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T00:34:14.149Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T00:34:36.670Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T00:34:43.484Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T00:34:43.484Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T00:34:43.484Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T00:34:45.646Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T00:34:45.646Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T00:34:45.646Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T00:34:45.646Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T00:34:47.180Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T00:34:47.866Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T00:34:51.335Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T00:34:51.335Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T00:34:51.335Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T00:34:53.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.187s coverage: 45.9% of statements [2021-02-09T00:34:53.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T00:34:53.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T00:34:53.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T00:34:53.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T00:34:53.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T00:34:53.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T00:34:53.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T00:34:53.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements [2021-02-09T00:34:58.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.239s coverage: 27.1% of statements [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T00:34:58.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T00:34:58.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T00:34:58.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 65.8% of statements [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T00:34:58.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.480s coverage: 82.3% of statements [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T00:34:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T00:35:01.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.480s coverage: 28.6% of statements [2021-02-09T00:35:01.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T00:35:01.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T00:35:01.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T00:35:01.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T00:35:01.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T00:35:01.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements [2021-02-09T00:35:01.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T00:35:01.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-02-09T00:35:01.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T00:35:01.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.157s coverage: 86.7% of statements [2021-02-09T00:35:01.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T00:35:02.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.189s coverage: 97.5% of statements [2021-02-09T00:35:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T00:35:02.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 78.3% of statements [2021-02-09T00:35:02.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T00:35:02.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T00:35:02.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T00:35:02.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T00:35:07.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.662s coverage: 92.8% of statements [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T00:35:07.158Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T00:35:07.158Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.098s coverage: 0.1% of statements [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T00:35:07.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T00:35:07.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements [2021-02-09T00:35:07.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements [2021-02-09T00:35:07.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-02-09T00:35:07.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-02-09T00:35:07.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-02-09T00:35:19.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements [2021-02-09T00:35:19.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.088s coverage: 92.9% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 77.8% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.052s coverage: 87.2% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.4% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.412s coverage: 68.9% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 37.0% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.388s coverage: 84.0% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.215s coverage: 47.0% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.178s coverage: 87.7% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.916s coverage: 29.1% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.139s coverage: 99.0% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.059s coverage: 100.0% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T00:35:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-02-09T00:35:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.072s coverage: 100.0% of statements [2021-02-09T00:35:32.118Z] GO111MODULE=on go vet ./... [2021-02-09T00:35:58.823Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25673 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-02-09T00:35:58.902Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-02-09T00:36:04.581Z] using credential edgex-jenkins-ssh [2021-02-09T00:36:04.636Z] Cloning the remote Git repository [2021-02-09T00:36:04.689Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:36:04.808Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-02-09T00:36:04.880Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:36:04.881Z] > git --version # timeout=10 [2021-02-09T00:36:04.905Z] > git --version # 'git version 2.17.1' [2021-02-09T00:36:04.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:36:04.984Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:36:11.826Z] gofmt -l . [2021-02-09T00:36:11.826Z] [ "`gofmt -l .`" = "" ] [2021-02-09T00:36:11.826Z] ./bin/test-go-mod-tidy.sh [2021-02-09T00:36:11.826Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T00:36:12.191Z] + ls -al . [2021-02-09T00:36:12.191Z] total 696 [2021-02-09T00:36:12.191Z] drwxrwxr-x 10 1001 1001 4096 Feb 9 00:36 . [2021-02-09T00:36:12.191Z] drwxr-xr-x 4 root root 30 Feb 9 00:34 .. [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 00:31 .dockerignore [2021-02-09T00:36:12.191Z] drwxrwxr-x 8 1001 1001 179 Feb 9 00:31 .git [2021-02-09T00:36:12.191Z] drwxrwxr-x 3 1001 1001 125 Feb 9 00:31 .github [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 00:31 .gitignore [2021-02-09T00:36:12.191Z] drwx------ 3 1001 1001 60 Feb 9 00:32 .semver [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 00:31 .sonarcloud.properties [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:31 Attribution.txt [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:31 CONTRIBUTING.md [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 00:31 Dockerfile.build [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 00:31 Jenkinsfile [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:31 LICENSE [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:31 Makefile [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:31 README.md [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:31 SECURITY.md [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 00:32 VERSION [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:31 ZMQWindows.md [2021-02-09T00:36:12.191Z] drwxrwxr-x 2 1001 1001 117 Feb 9 00:31 bin [2021-02-09T00:36:12.191Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 00:31 cmd [2021-02-09T00:36:12.191Z] -rw-r--r-- 1 root root 592672 Feb 9 00:35 coverage.out [2021-02-09T00:36:12.191Z] -rw-r--r-- 1 root root 1054 Feb 9 00:36 go.mod [2021-02-09T00:36:12.191Z] -rw-r--r-- 1 root root 19290 Feb 9 00:36 go.sum [2021-02-09T00:36:12.191Z] drwxrwxr-x 8 1001 1001 127 Feb 9 00:31 internal [2021-02-09T00:36:12.191Z] drwxrwxr-x 4 1001 1001 26 Feb 9 00:31 openapi [2021-02-09T00:36:12.191Z] drwxrwxr-x 4 1001 1001 71 Feb 9 00:31 snap [2021-02-09T00:36:12.191Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 00:31 version.go [Pipeline] sh [2021-02-09T00:36:12.512Z] + '[' -e coverage.out ] [2021-02-09T00:36:12.512Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T00:36:12.756Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T00:36:13.089Z] + make build [2021-02-09T00:36:13.090Z] 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-09T00:36:17.342Z] 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-09T00:36:26.142Z] 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-09T00:36:27.550Z] 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-09T00:36:30.139Z] 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-09T00:36:30.413Z] 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-09T00:36:32.401Z] 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-09T00:36:32.645Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:36:32.671Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:36:32.700Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:36:32.739Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:36:32.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:36:32.755Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T00:36:33.576Z] Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-02-09T00:36:34.810Z] Merge succeeded, producing 47b6cb5a0966c34d2c723b3d1c182961d175a0be [2021-02-09T00:36:34.811Z] Checking out Revision 47b6cb5a0966c34d2c723b3d1c182961d175a0be (PR-3034) [2021-02-09T00:36:35.020Z] 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-09T00:36:33.644Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:36:33.694Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-02-09T00:36:34.033Z] > git remote # timeout=10 [2021-02-09T00:36:34.058Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T00:36:34.078Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:36:34.088Z] > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 [2021-02-09T00:36:34.798Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T00:36:34.819Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:36:34.845Z] > git checkout -f 47b6cb5a0966c34d2c723b3d1c182961d175a0be # timeout=10 [2021-02-09T00:36:36.007Z] 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-09T00:36:37.967Z] 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-09T00:36:38.941Z] 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-09T00:36:39.268Z] Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" [2021-02-09T00:36:39.293Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T00:36:40.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T00:36:40.811Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:36:39.280Z] > git rev-list --no-walk 001d3264a47c15d2a94c46add7e1e6be213861aa # timeout=10 [2021-02-09T00:36:41.247Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:36:41.605Z] + sudo service docker restart [2021-02-09T00:36:41.605Z] + true [Pipeline] } [2021-02-09T00:36:43.013Z] $ docker stop --time=1 371154d9e4bcbd1addbd24448ef8c31db25df9b45f1d14978da3dcc3f00dfb31 [2021-02-09T00:36:45.537Z] $ docker rm -f 371154d9e4bcbd1addbd24448ef8c31db25df9b45f1d14978da3dcc3f00dfb31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-02-09T00:36:46.491Z] provisioning config files... [2021-02-09T00:36:46.533Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config1902881437899787239tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-02-09T00:36:46.916Z] ---> docker-login.sh [2021-02-09T00:36:46.917Z] nexus3.edgexfoundry.org:10001 [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:36:47.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:36:47.687Z] [2021-02-09T00:36:47.687Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:36:47.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:36:48.056Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:36:48.056Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-09T00:36:48.057Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-09T00:36:48.057Z] ca9280d653b3: Pulling fs layer [2021-02-09T00:36:48.057Z] 7e9c9ca2126c: Pulling fs layer [2021-02-09T00:36:48.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:36:48.182Z] Configure a credential helper to remove this warning. See [2021-02-09T00:36:48.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:36:48.182Z] [2021-02-09T00:36:48.182Z] Login Succeeded [2021-02-09T00:36:48.182Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:36:48.320Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-09T00:36:48.320Z] cbdbe7a5bc2a: Download complete [2021-02-09T00:36:48.583Z] cbdbe7a5bc2a: Pull complete [2021-02-09T00:36:48.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:36:48.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:36:48.786Z] Configure a credential helper to remove this warning. See [2021-02-09T00:36:48.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:36:48.786Z] [2021-02-09T00:36:48.786Z] Login Succeeded [2021-02-09T00:36:48.786Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:36:48.856Z] ca9280d653b3: Verifying Checksum [2021-02-09T00:36:48.856Z] ca9280d653b3: Download complete [2021-02-09T00:36:49.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:36:49.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:36:49.392Z] Configure a credential helper to remove this warning. See [2021-02-09T00:36:49.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:36:49.392Z] [2021-02-09T00:36:49.392Z] Login Succeeded [2021-02-09T00:36:49.392Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:36:49.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:36:50.273Z] ca9280d653b3: Pull complete [2021-02-09T00:36:50.539Z] 7e9c9ca2126c: Verifying Checksum [2021-02-09T00:36:50.539Z] 7e9c9ca2126c: Download complete [2021-02-09T00:36:50.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:36:50.968Z] Configure a credential helper to remove this warning. See [2021-02-09T00:36:50.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:36:50.968Z] [2021-02-09T00:36:50.968Z] Login Succeeded [2021-02-09T00:36:50.968Z] docker.io [2021-02-09T00:36:51.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:36:51.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:36:51.848Z] Configure a credential helper to remove this warning. See [2021-02-09T00:36:51.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:36:51.848Z] [2021-02-09T00:36:51.848Z] Login Succeeded [2021-02-09T00:36:51.848Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:36:51.866Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T00:36:52.328Z] ========================================================= [2021-02-09T00:36:52.328Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T00:36:52.328Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:36:52.715Z] + 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-09T00:36:55.356Z] Sending build context to Docker daemon 166.3MB [2021-02-09T00:36:55.356Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T00:36:55.356Z] Step 2/6 : FROM ${BASE} [2021-02-09T00:36:55.356Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T00:36:55.356Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T00:36:55.356Z] a4357932f1b6: Pulling fs layer [2021-02-09T00:36:55.356Z] 18c013af1878: Pulling fs layer [2021-02-09T00:36:55.356Z] 00ac8860ef70: Pulling fs layer [2021-02-09T00:36:55.356Z] 63d7cb157983: Pulling fs layer [2021-02-09T00:36:55.356Z] b116817d02f9: Pulling fs layer [2021-02-09T00:36:55.356Z] 745a02a5169b: Pulling fs layer [2021-02-09T00:36:55.356Z] 00ac8860ef70: Waiting [2021-02-09T00:36:55.356Z] b116817d02f9: Waiting [2021-02-09T00:36:55.356Z] 63d7cb157983: Waiting [2021-02-09T00:36:55.356Z] 745a02a5169b: Waiting [2021-02-09T00:36:55.356Z] 18c013af1878: Download complete [2021-02-09T00:36:55.356Z] a4357932f1b6: Verifying Checksum [2021-02-09T00:36:55.356Z] a4357932f1b6: Download complete [2021-02-09T00:36:55.356Z] 63d7cb157983: Verifying Checksum [2021-02-09T00:36:55.356Z] 63d7cb157983: Download complete [2021-02-09T00:36:55.356Z] b116817d02f9: Verifying Checksum [2021-02-09T00:36:55.356Z] b116817d02f9: Download complete [2021-02-09T00:36:55.356Z] 5f621e34cdf4: Download complete [2021-02-09T00:36:55.953Z] 5f621e34cdf4: Pull complete [2021-02-09T00:36:56.564Z] a4357932f1b6: Pull complete [2021-02-09T00:36:56.838Z] 18c013af1878: Pull complete [2021-02-09T00:36:58.789Z] 7e9c9ca2126c: Pull complete [2021-02-09T00:36:58.789Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-09T00:36:58.789Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:36:58.789Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-09T00:36:58.837Z] 745a02a5169b: Verifying Checksum [2021-02-09T00:36:58.837Z] 745a02a5169b: Download complete [2021-02-09T00:36:58.980Z] prd-centos7-docker-4c-2g-25666 does not seem to be running inside a container [2021-02-09T00:36:59.100Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-09T00:36:59.108Z] 00ac8860ef70: Verifying Checksum [2021-02-09T00:36:59.108Z] 00ac8860ef70: Download complete [2021-02-09T00:37:01.754Z] $ docker top 5c36fec2161a66faa4f5071b461591b29dc96da64aff41ee4f29209227476e26 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:37:02.514Z] + docker-compose build --help [2021-02-09T00:37:02.514Z] + grep parallel [2021-02-09T00:37:03.916Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T00:37:03.932Z] $ docker stop --time=1 5c36fec2161a66faa4f5071b461591b29dc96da64aff41ee4f29209227476e26 [2021-02-09T00:37:05.348Z] $ docker rm -f 5c36fec2161a66faa4f5071b461591b29dc96da64aff41ee4f29209227476e26 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:37:05.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:37:05.985Z] . [Pipeline] withDockerContainer [2021-02-09T00:37:06.107Z] prd-centos7-docker-4c-2g-25666 does not seem to be running inside a container [2021-02-09T00:37:06.170Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-09T00:37:07.075Z] $ docker top 4af3a15416e958ac95d2c78d0c7f1794b3e91ed00360b9a34b09b1441b5bf5cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:37:07.569Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T00:37:08.992Z] Building docker-core-command-go ... [2021-02-09T00:37:08.992Z] Building docker-core-data-go ... [2021-02-09T00:37:08.992Z] Building docker-core-metadata-go ... [2021-02-09T00:37:08.992Z] Building docker-security-bootstrapper-go ... [2021-02-09T00:37:08.992Z] Building docker-security-proxy-setup-go ... [2021-02-09T00:37:08.992Z] Building docker-security-secretstore-setup-go ... [2021-02-09T00:37:08.992Z] Building docker-support-notifications-go ... [2021-02-09T00:37:08.992Z] Building docker-support-scheduler-go ... [2021-02-09T00:37:08.992Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T00:37:08.992Z] Building docker-security-secretstore-setup-go [2021-02-09T00:37:08.992Z] Building docker-core-command-go [2021-02-09T00:37:08.992Z] Building docker-support-scheduler-go [2021-02-09T00:37:08.992Z] Building docker-support-notifications-go [2021-02-09T00:37:08.992Z] Building docker-core-metadata-go [2021-02-09T00:37:09.267Z] 00ac8860ef70: Pull complete [2021-02-09T00:37:09.267Z] 63d7cb157983: Pull complete [2021-02-09T00:37:09.547Z] b116817d02f9: Pull complete [2021-02-09T00:37:12.933Z] 745a02a5169b: Pull complete [2021-02-09T00:37:12.933Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T00:37:12.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T00:37:12.933Z] ---> b7e6874047d6 [2021-02-09T00:37:12.933Z] 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-09T00:37:16.353Z] ---> Running in c4293ac8bf4a [2021-02-09T00:37:17.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:37:18.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:37:19.031Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T00:37:19.305Z] (2/12) Installing file (5.38-r0) [2021-02-09T00:37:19.305Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T00:37:19.579Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T00:37:22.974Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T00:37:22.974Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T00:37:22.974Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T00:37:22.974Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T00:37:22.974Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T00:37:22.974Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T00:37:23.251Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T00:37:23.251Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T00:37:23.251Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:37:23.251Z] OK: 217 MiB in 51 packages [2021-02-09T00:37:27.576Z] Removing intermediate container c4293ac8bf4a [2021-02-09T00:37:27.576Z] ---> f661874485eb [2021-02-09T00:37:27.576Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T00:37:27.576Z] ---> Running in 3d0f6ecfcaf8 [2021-02-09T00:37:27.852Z] Removing intermediate container 3d0f6ecfcaf8 [2021-02-09T00:37:27.852Z] ---> 3a3691dd3893 [2021-02-09T00:37:27.852Z] Step 5/6 : COPY go.mod . [2021-02-09T00:37:28.448Z] ---> fb7da5637025 [2021-02-09T00:37:28.448Z] Step 6/6 : RUN go mod download [2021-02-09T00:37:28.721Z] ---> Running in 374303dadd68 [2021-02-09T00:37:55.540Z] Removing intermediate container 374303dadd68 [2021-02-09T00:37:55.540Z] ---> 8a43bb62f4f9 [2021-02-09T00:37:55.540Z] Successfully built 8a43bb62f4f9 [2021-02-09T00:37:55.540Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:37:55.883Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T00:37:55.883Z] . [Pipeline] withDockerContainer [2021-02-09T00:37:56.083Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:37:56.083Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:37:56.083Z] ---> 37dee9078c80 [2021-02-09T00:37:56.083Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:37:56.083Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:37:56.083Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:37:56.083Z] ---> 37dee9078c80 [2021-02-09T00:37:56.083Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:37:56.083Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:37:56.083Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:37:56.083Z] ---> 37dee9078c80 [2021-02-09T00:37:56.083Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:37:56.083Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:37:56.083Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:37:56.083Z] ---> 37dee9078c80 [2021-02-09T00:37:56.083Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T00:37:56.084Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:37:56.084Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:37:56.084Z] ---> 37dee9078c80 [2021-02-09T00:37:56.084Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:37:56.084Z] ---> Running in c2fbd405dfeb [2021-02-09T00:37:56.084Z] ---> Running in d871181857e5 [2021-02-09T00:37:56.084Z] ---> Running in 6db01752748b [2021-02-09T00:37:56.084Z] ---> Running in d42471847424 [2021-02-09T00:37:56.084Z] ---> Running in 7cffa29910a1 [2021-02-09T00:37:56.084Z] Removing intermediate container c2fbd405dfeb [2021-02-09T00:37:56.084Z] ---> f24aecd654a2 [2021-02-09T00:37:56.084Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:37:56.084Z] Removing intermediate container 7cffa29910a1 [2021-02-09T00:37:56.084Z] ---> 0d6478bcce84 [2021-02-09T00:37:56.084Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:37:56.084Z] Removing intermediate container d871181857e5 [2021-02-09T00:37:56.084Z] ---> 7cb4abd8cbd5 [2021-02-09T00:37:56.084Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:37:56.084Z] Removing intermediate container 6db01752748b [2021-02-09T00:37:56.084Z] ---> 38585ae73b9a [2021-02-09T00:37:56.084Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:37:56.084Z] Removing intermediate container d42471847424 [2021-02-09T00:37:56.084Z] ---> 3a59d30a16ab [2021-02-09T00:37:56.084Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:37:56.084Z] ---> Running in c0be4990c438 [2021-02-09T00:37:56.084Z] ---> Running in 4a85f8d62d35 [2021-02-09T00:37:56.084Z] ---> Running in a61ebc59998f [2021-02-09T00:37:56.084Z] ---> Running in a4f8837063be [2021-02-09T00:37:56.084Z] ---> Running in 8879ca1dcdf4 [2021-02-09T00:37:56.136Z] prd-ubuntu18.04-docker-arm64-4c-16g-25673 does not seem to be running inside a container [2021-02-09T00:37:56.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-arm64 cat [2021-02-09T00:37:56.676Z] Removing intermediate container a61ebc59998f [2021-02-09T00:37:56.676Z] ---> 10b7c5af6384 [2021-02-09T00:37:56.676Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T00:37:56.676Z] Removing intermediate container c0be4990c438 [2021-02-09T00:37:56.676Z] ---> bd0186b67f12 [2021-02-09T00:37:56.676Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:37:56.676Z] Removing intermediate container 4a85f8d62d35 [2021-02-09T00:37:56.676Z] ---> bd89aa3c46fe [2021-02-09T00:37:56.676Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T00:37:56.947Z] ---> Running in 61acc9691845 [2021-02-09T00:37:56.947Z] ---> Running in e4958c139220 [2021-02-09T00:37:56.947Z] ---> Running in 4564079d33b2 [2021-02-09T00:37:57.215Z] Removing intermediate container a4f8837063be [2021-02-09T00:37:57.215Z] ---> 0167e9cb49dd [2021-02-09T00:37:57.215Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T00:37:57.215Z] Removing intermediate container 8879ca1dcdf4 [2021-02-09T00:37:57.215Z] ---> dc6470eb8016 [2021-02-09T00:37:57.215Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:37:57.215Z] ---> Running in 74960d3ace31 [2021-02-09T00:37:57.512Z] ---> Running in e79d25dfd6b9 [2021-02-09T00:37:57.621Z] $ docker top 26d45c89881f1e92117c16d1e10403b1427c29053b994f02c47b933fbda25fdc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:37:58.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:37:58.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:37:58.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:37:58.595Z] + go version [2021-02-09T00:37:58.595Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T00:37:58.621Z] $ docker stop --time=1 26d45c89881f1e92117c16d1e10403b1427c29053b994f02c47b933fbda25fdc [2021-02-09T00:37:58.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:37:58.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:37:59.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:37:59.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:37:59.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:37:59.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:37:59.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:00.282Z] OK: 233 MiB in 51 packages [2021-02-09T00:38:00.282Z] OK: 233 MiB in 51 packages [2021-02-09T00:38:00.547Z] $ docker rm -f 26d45c89881f1e92117c16d1e10403b1427c29053b994f02c47b933fbda25fdc [2021-02-09T00:38:00.563Z] OK: 233 MiB in 51 packages [2021-02-09T00:38:00.845Z] OK: 233 MiB in 51 packages [2021-02-09T00:38:00.845Z] OK: 233 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-02-09T00:38:01.128Z] Removing intermediate container 74960d3ace31 [2021-02-09T00:38:01.128Z] ---> 9e53a8540077 [2021-02-09T00:38:01.128Z] Step 6/22 : COPY go.mod . [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:38:01.399Z] Removing intermediate container e79d25dfd6b9 [2021-02-09T00:38:01.400Z] ---> 2723691c0665 [2021-02-09T00:38:01.400Z] Step 6/23 : COPY go.mod . [2021-02-09T00:38:01.585Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T00:38:01.585Z] . [Pipeline] withDockerContainer [2021-02-09T00:38:01.683Z] Removing intermediate container 61acc9691845 [2021-02-09T00:38:01.683Z] ---> 022015624f48 [2021-02-09T00:38:01.683Z] Step 6/22 : COPY go.mod . [2021-02-09T00:38:01.683Z] ---> 3b292e19a9ad [2021-02-09T00:38:01.683Z] Step 7/22 : RUN go mod download [2021-02-09T00:38:01.683Z] Removing intermediate container e4958c139220 [2021-02-09T00:38:01.683Z] ---> 26cff36e43f3 [2021-02-09T00:38:01.683Z] Step 6/23 : COPY go.mod . [2021-02-09T00:38:01.840Z] prd-ubuntu18.04-docker-arm64-4c-16g-25673 does not seem to be running inside a container [2021-02-09T00:38:01.934Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-arm64 cat [2021-02-09T00:38:01.982Z] ---> Running in 05f9891297c9 [2021-02-09T00:38:01.982Z] ---> 4344449b36f3 [2021-02-09T00:38:01.982Z] Step 7/23 : RUN go mod download [2021-02-09T00:38:01.982Z] Removing intermediate container 4564079d33b2 [2021-02-09T00:38:01.982Z] ---> 0a0f19ed34b9 [2021-02-09T00:38:01.982Z] Step 6/24 : COPY go.mod . [2021-02-09T00:38:02.264Z] ---> Running in 528a6a653b17 [2021-02-09T00:38:02.264Z] ---> 2df4859637c5 [2021-02-09T00:38:02.264Z] Step 7/22 : RUN go mod download [2021-02-09T00:38:02.533Z] ---> 003b499e0416 [2021-02-09T00:38:02.533Z] Step 7/23 : RUN go mod download [2021-02-09T00:38:02.533Z] ---> Running in 5822df5d8008 [2021-02-09T00:38:02.533Z] ---> 67ec4aa00809 [2021-02-09T00:38:02.533Z] Step 7/24 : RUN go mod download [2021-02-09T00:38:02.801Z] ---> Running in 78c3dac305a8 [2021-02-09T00:38:02.801Z] ---> Running in 3aa755265ea1 [2021-02-09T00:38:03.432Z] $ docker top 62d501c51144185fa8c830963565684b5b941e41b39ee8a59ca742efffd2f9f5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T00:38:03.858Z] ========================================================= [2021-02-09T00:38:03.858Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T00:38:03.858Z] ========================================================= [Pipeline] sh [2021-02-09T00:38:04.512Z] + make test [2021-02-09T00:38:04.512Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T00:38:05.467Z] Removing intermediate container 5822df5d8008 [2021-02-09T00:38:05.467Z] ---> 1161e3721277 [2021-02-09T00:38:05.467Z] Step 8/22 : COPY . . [2021-02-09T00:38:05.760Z] Removing intermediate container 3aa755265ea1 [2021-02-09T00:38:05.760Z] ---> 3061f0cc686d [2021-02-09T00:38:05.760Z] Step 8/24 : COPY . . [2021-02-09T00:38:06.360Z] Removing intermediate container 05f9891297c9 [2021-02-09T00:38:06.360Z] ---> a0908a5d1ada [2021-02-09T00:38:06.360Z] Step 8/22 : COPY . . [2021-02-09T00:38:06.360Z] Removing intermediate container 78c3dac305a8 [2021-02-09T00:38:06.360Z] ---> 4048a7f2a686 [2021-02-09T00:38:06.360Z] Step 8/23 : COPY . . [2021-02-09T00:38:06.360Z] Removing intermediate container 528a6a653b17 [2021-02-09T00:38:06.360Z] ---> 8e69eb0a20a4 [2021-02-09T00:38:06.360Z] Step 8/23 : COPY . . [2021-02-09T00:38:26.676Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T00:38:53.572Z] ---> 37a76b103f78 [2021-02-09T00:38:53.572Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T00:38:53.572Z] ---> 23c77e526916 [2021-02-09T00:38:53.572Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T00:38:53.572Z] ---> 3a71324f2fd8 [2021-02-09T00:38:53.572Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T00:38:53.572Z] ---> Running in 69548b7c3e47 [2021-02-09T00:38:53.572Z] ---> Running in f2941e9cbeb4 [2021-02-09T00:38:53.572Z] ---> Running in 11d603811893 [2021-02-09T00:38:53.572Z] ---> 76b51fcafac1 [2021-02-09T00:38:53.572Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T00:38:53.572Z] ---> 0ba2f8bd4b9e [2021-02-09T00:38:53.572Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T00:38:53.572Z] ---> Running in 9d24e5643a0b [2021-02-09T00:38:53.572Z] ---> Running in fff1dbfbf4f6 [2021-02-09T00:38:53.572Z] 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-09T00:38:53.572Z] 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-09T00:38:53.572Z] 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-09T00:38:53.572Z] 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-09T00:38:53.573Z] 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-09T00:39:13.766Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T00:39:20.504Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T00:39:28.836Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T00:39:28.836Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T00:39:32.249Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T00:39:32.249Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T00:39:32.249Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T00:39:32.249Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T00:39:33.261Z] 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-09T00:39:34.238Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T00:39:35.683Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T00:39:40.190Z] Removing intermediate container f2941e9cbeb4 [2021-02-09T00:39:40.191Z] ---> 3ffc623cc2c5 [2021-02-09T00:39:40.191Z] [2021-02-09T00:39:40.191Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T00:39:40.480Z] 3.12: Pulling from library/alpine [2021-02-09T00:39:44.011Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T00:39:44.011Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T00:39:44.011Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T00:39:44.817Z] Removing intermediate container 11d603811893 [2021-02-09T00:39:44.817Z] ---> 9b9a77055881 [2021-02-09T00:39:44.817Z] [2021-02-09T00:39:44.817Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:39:44.817Z] 3.12: Pulling from library/alpine [2021-02-09T00:39:44.817Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T00:39:44.817Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T00:39:44.817Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T00:39:44.817Z] ---> 389fef711851 [2021-02-09T00:39:44.817Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T00:39:44.817Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T00:39:44.817Z] ---> 389fef711851 [2021-02-09T00:39:44.817Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:39:45.803Z] Removing intermediate container fff1dbfbf4f6 [2021-02-09T00:39:45.803Z] ---> 3aaefc7bdde3 [2021-02-09T00:39:45.803Z] [2021-02-09T00:39:45.803Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:39:45.803Z] ---> 389fef711851 [2021-02-09T00:39:45.803Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T00:39:45.803Z] Removing intermediate container 9d24e5643a0b [2021-02-09T00:39:45.803Z] ---> bd6491584eb5 [2021-02-09T00:39:45.803Z] [2021-02-09T00:39:45.803Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:39:45.803Z] ---> 389fef711851 [2021-02-09T00:39:45.803Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:39:47.256Z] ---> Running in 8289fe8e48f4 [2021-02-09T00:39:47.256Z] ---> Running in 5dd0f3353e58 [2021-02-09T00:39:47.256Z] ---> Running in 67971a60eaa6 [2021-02-09T00:39:47.256Z] ---> Running in c2aba003e2bb [2021-02-09T00:39:47.849Z] Removing intermediate container 69548b7c3e47 [2021-02-09T00:39:47.849Z] ---> ba8898aaa6a0 [2021-02-09T00:39:47.849Z] [2021-02-09T00:39:47.849Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:39:47.849Z] ---> 389fef711851 [2021-02-09T00:39:47.849Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:39:48.126Z] ---> Running in f941028e2d86 [2021-02-09T00:39:49.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:49.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:49.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:49.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:49.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:49.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:49.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:49.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:49.426Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T00:39:49.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:49.426Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:39:49.426Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T00:39:49.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.300s coverage: 45.9% of statements [2021-02-09T00:39:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T00:39:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T00:39:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T00:39:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T00:39:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T00:39:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T00:39:49.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T00:39:49.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.192s coverage: 100.0% of statements [2021-02-09T00:39:49.720Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T00:39:49.720Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:39:49.720Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:39:49.720Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T00:39:49.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:49.720Z] OK: 6 MiB in 15 packages [2021-02-09T00:39:49.720Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:39:49.720Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:39:49.720Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T00:39:49.720Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:39:49.720Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:39:49.720Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:39:49.720Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:39:49.720Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:39:49.720Z] OK: 6 MiB in 15 packages [2021-02-09T00:39:49.720Z] OK: 7 MiB in 19 packages [2021-02-09T00:39:49.720Z] OK: 6 MiB in 16 packages [2021-02-09T00:39:49.988Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:39:49.988Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:39:49.988Z] OK: 6 MiB in 15 packages [2021-02-09T00:39:51.948Z] Removing intermediate container 8289fe8e48f4 [2021-02-09T00:39:51.948Z] ---> 213647b883c9 [2021-02-09T00:39:51.948Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:39:51.948Z] ---> Running in d21f6707dea7 [2021-02-09T00:39:51.948Z] Removing intermediate container 67971a60eaa6 [2021-02-09T00:39:51.948Z] ---> 9c3ae91b10b1 [2021-02-09T00:39:51.948Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:39:51.948Z] Removing intermediate container 5dd0f3353e58 [2021-02-09T00:39:51.948Z] ---> 9e38ce2589b8 [2021-02-09T00:39:51.948Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:39:52.545Z] ---> Running in 77f1b56b9c76 [2021-02-09T00:39:52.545Z] ---> Running in 48c5edb5ed2d [2021-02-09T00:39:52.545Z] Removing intermediate container c2aba003e2bb [2021-02-09T00:39:52.545Z] ---> 70ae08946a30 [2021-02-09T00:39:52.545Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:39:52.545Z] Removing intermediate container d21f6707dea7 [2021-02-09T00:39:52.545Z] ---> 44e94a8dc7a2 [2021-02-09T00:39:52.545Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T00:39:52.545Z] Removing intermediate container f941028e2d86 [2021-02-09T00:39:52.545Z] ---> d8e19940a40c [2021-02-09T00:39:52.545Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:39:52.545Z] ---> Running in a328ac370192 [2021-02-09T00:39:52.825Z] ---> Running in 6d5e8de23aa8 [2021-02-09T00:39:52.825Z] ---> Running in 689edb64e6ff [2021-02-09T00:39:52.825Z] Removing intermediate container 48c5edb5ed2d [2021-02-09T00:39:52.825Z] ---> 3a944cc8c147 [2021-02-09T00:39:52.825Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T00:39:52.825Z] Removing intermediate container 77f1b56b9c76 [2021-02-09T00:39:52.825Z] ---> ed8040c7d5ef [2021-02-09T00:39:52.825Z] Step 13/24 : WORKDIR / [2021-02-09T00:39:53.129Z] Removing intermediate container a328ac370192 [2021-02-09T00:39:53.129Z] ---> 770b6cd7c43d [2021-02-09T00:39:53.129Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T00:39:53.129Z] ---> Running in c3b5dada588b [2021-02-09T00:39:53.129Z] ---> Running in 9e93bfd1b605 [2021-02-09T00:39:53.129Z] ---> Running in 5f7af54b1c64 [2021-02-09T00:39:53.129Z] Removing intermediate container 6d5e8de23aa8 [2021-02-09T00:39:53.129Z] ---> 34b714e95c69 [2021-02-09T00:39:53.129Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:39:53.129Z] Removing intermediate container 689edb64e6ff [2021-02-09T00:39:53.129Z] ---> 21326ae99005 [2021-02-09T00:39:53.446Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T00:39:53.446Z] ---> Running in 1872d3ef91a3 [2021-02-09T00:39:53.446Z] ---> Running in da4537a734bb [2021-02-09T00:39:53.446Z] Removing intermediate container c3b5dada588b [2021-02-09T00:39:53.446Z] ---> 25fc32a3df6b [2021-02-09T00:39:53.446Z] 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-09T00:39:53.737Z] Removing intermediate container 5f7af54b1c64 [2021-02-09T00:39:53.737Z] ---> 71512164e536 [2021-02-09T00:39:53.737Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:39:53.737Z] Removing intermediate container 9e93bfd1b605 [2021-02-09T00:39:53.737Z] ---> a140d5acbd96 [2021-02-09T00:39:53.737Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:39:54.358Z] Removing intermediate container da4537a734bb [2021-02-09T00:39:54.358Z] ---> 84ce044ed4b7 [2021-02-09T00:39:54.358Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:39:54.358Z] ---> Running in 54cf290ae4e9 [2021-02-09T00:39:54.358Z] Removing intermediate container 1872d3ef91a3 [2021-02-09T00:39:54.358Z] ---> 56747bd5839c [2021-02-09T00:39:54.358Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:39:54.645Z] ---> Running in 493789a6870c [2021-02-09T00:39:54.645Z] ---> Running in 99e4d4611d4f [2021-02-09T00:39:54.645Z] ---> ce632a681661 [2021-02-09T00:39:54.645Z] 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-09T00:39:54.940Z] Removing intermediate container 54cf290ae4e9 [2021-02-09T00:39:54.940Z] ---> 1ef5a5a6dde3 [2021-02-09T00:39:54.940Z] Step 15/23 : WORKDIR / [2021-02-09T00:39:54.940Z] ---> 8fe3ba1608cc [2021-02-09T00:39:54.940Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T00:39:54.940Z] ---> Running in 9f428dc39b9e [2021-02-09T00:39:55.223Z] Removing intermediate container 99e4d4611d4f [2021-02-09T00:39:55.223Z] ---> 409ded3ee6b5 [2021-02-09T00:39:55.223Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:39:55.223Z] Removing intermediate container 493789a6870c [2021-02-09T00:39:55.223Z] ---> 3112ea803e97 [2021-02-09T00:39:55.223Z] Step 15/23 : WORKDIR / [2021-02-09T00:39:55.223Z] ---> Running in 68e6621ce06e [2021-02-09T00:39:55.223Z] ---> 7d5cd62df297 [2021-02-09T00:39:55.223Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T00:39:55.521Z] Removing intermediate container 9f428dc39b9e [2021-02-09T00:39:55.521Z] ---> 39e6f42716b7 [2021-02-09T00:39:55.521Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:39:55.807Z] ---> f3cfb23083c0 [2021-02-09T00:39:55.807Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T00:39:55.807Z] Removing intermediate container 68e6621ce06e [2021-02-09T00:39:55.807Z] ---> daa74a23213f [2021-02-09T00:39:55.807Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:39:56.096Z] ---> bfd9ca99fe14 [2021-02-09T00:39:56.096Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T00:39:56.096Z] ---> e45415d114e2 [2021-02-09T00:39:56.096Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T00:39:56.096Z] ---> bf9629d7bcae [2021-02-09T00:39:56.096Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T00:39:56.710Z] ---> 773832b8aedd [2021-02-09T00:39:56.710Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T00:39:56.710Z] ---> f35dbda9d7c9 [2021-02-09T00:39:56.710Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T00:39:56.993Z] ---> Running in 71d16ef94349 [2021-02-09T00:39:57.316Z] ---> d2e1aebd3939 [2021-02-09T00:39:57.316Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T00:39:57.316Z] ---> 59feec6fc5a7 [2021-02-09T00:39:57.316Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T00:39:57.316Z] ---> d588f9a9c6f3 [2021-02-09T00:39:57.316Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T00:39:57.316Z] Removing intermediate container 71d16ef94349 [2021-02-09T00:39:57.316Z] ---> 847af82533f8 [2021-02-09T00:39:57.316Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:39:57.656Z] ---> 47eee21d9852 [2021-02-09T00:39:57.656Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T00:39:57.656Z] ---> Running in 15e41c4861ce [2021-02-09T00:39:57.656Z] ---> d82d84f7b76e [2021-02-09T00:39:57.656Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T00:39:57.656Z] ---> bbc3aa47fc68 [2021-02-09T00:39:57.656Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T00:39:57.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.494s coverage: 27.1% of statements [2021-02-09T00:39:57.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T00:39:57.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T00:39:57.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T00:39:57.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T00:39:57.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T00:39:57.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T00:39:57.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-02-09T00:39:57.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T00:39:57.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements [2021-02-09T00:39:57.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T00:39:57.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T00:39:57.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.262s coverage: 65.8% of statements [2021-02-09T00:39:57.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T00:39:57.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T00:39:57.952Z] ---> Running in befc5a4997c1 [2021-02-09T00:39:57.952Z] ---> Running in 600ca1ce2f0c [2021-02-09T00:39:57.952Z] Removing intermediate container 15e41c4861ce [2021-02-09T00:39:57.952Z] ---> f2c7847312bc [2021-02-09T00:39:57.952Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T00:39:58.264Z] ---> 26bc5ffdd0f6 [2021-02-09T00:39:58.264Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T00:39:58.264Z] ---> a7f0daf68742 [2021-02-09T00:39:58.264Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T00:39:58.264Z] ---> Running in 073a93b6c164 [2021-02-09T00:39:58.264Z] ---> Running in 4c8758d8d69c [2021-02-09T00:39:58.264Z] Removing intermediate container befc5a4997c1 [2021-02-09T00:39:58.264Z] ---> 4342d1cd5fe9 [2021-02-09T00:39:58.264Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:39:58.264Z] Removing intermediate container 600ca1ce2f0c [2021-02-09T00:39:58.264Z] ---> 53eb53df909f [2021-02-09T00:39:58.264Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:39:58.553Z] ---> Running in 1af99e95a512 [2021-02-09T00:39:58.553Z] ---> Running in a02c75459e04 [2021-02-09T00:39:58.553Z] Removing intermediate container 073a93b6c164 [2021-02-09T00:39:58.553Z] ---> 2b89dbac4636 [2021-02-09T00:39:58.553Z] Step 21/22 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:39:58.553Z] ---> 652839ede9f2 [2021-02-09T00:39:58.553Z] 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-09T00:39:58.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.705s coverage: 82.3% of statements [2021-02-09T00:39:58.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T00:39:58.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:39:58.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T00:39:58.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T00:39:58.833Z] Removing intermediate container 4c8758d8d69c [2021-02-09T00:39:58.833Z] ---> d5f7b4186c64 [2021-02-09T00:39:58.833Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:39:59.105Z] ---> Running in b81b8f5355c2 [2021-02-09T00:39:59.105Z] ---> Running in 87daf9f9c464 [2021-02-09T00:39:59.105Z] ---> Running in f9de8e0121eb [2021-02-09T00:39:59.105Z] Removing intermediate container a02c75459e04 [2021-02-09T00:39:59.105Z] ---> c8ee7aa0c60c [2021-02-09T00:39:59.105Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T00:39:59.105Z] Removing intermediate container 1af99e95a512 [2021-02-09T00:39:59.105Z] ---> 2e9cb3a41c65 [2021-02-09T00:39:59.105Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T00:39:59.384Z] ---> Running in 8ef8efe01b99 [2021-02-09T00:39:59.384Z] ---> Running in 02682b75c6d6 [2021-02-09T00:39:59.384Z] Removing intermediate container f9de8e0121eb [2021-02-09T00:39:59.384Z] ---> 1d5fd840067b [2021-02-09T00:39:59.384Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T00:39:59.654Z] Removing intermediate container 87daf9f9c464 [2021-02-09T00:39:59.654Z] ---> 14f825d434b5 [2021-02-09T00:39:59.654Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:39:59.654Z] ---> Running in 357fde2c761b [2021-02-09T00:39:59.654Z] ---> Running in 10b8f3376c31 [2021-02-09T00:39:59.654Z] Removing intermediate container 8ef8efe01b99 [2021-02-09T00:39:59.654Z] ---> bb582ee06ee1 [2021-02-09T00:39:59.654Z] Step 22/23 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:39:59.956Z] Removing intermediate container 02682b75c6d6 [2021-02-09T00:39:59.956Z] ---> 768329163ef8 [2021-02-09T00:39:59.956Z] Step 21/22 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:39:59.956Z] ---> Running in f767cdea078b [2021-02-09T00:39:59.956Z] ---> Running in 58a665579ddd [2021-02-09T00:40:00.249Z] Removing intermediate container 10b8f3376c31 [2021-02-09T00:40:00.249Z] ---> e8537d4c5d83 [2021-02-09T00:40:00.249Z] Step 22/23 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:40:00.249Z] Removing intermediate container 357fde2c761b [2021-02-09T00:40:00.249Z] ---> 62d5b7980f1e [2021-02-09T00:40:00.249Z] [2021-02-09T00:40:00.249Z] ---> Running in 891f00c41916 [2021-02-09T00:40:00.249Z] Removing intermediate container f767cdea078b [2021-02-09T00:40:00.249Z] ---> e80d1e6aa109 [2021-02-09T00:40:00.249Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:40:00.526Z] Removing intermediate container 58a665579ddd [2021-02-09T00:40:00.526Z] ---> 24850d951a52 [2021-02-09T00:40:00.526Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:40:00.526Z] Successfully built 62d5b7980f1e [2021-02-09T00:40:00.810Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-09T00:40:00.810Z] ---> Running in 9deb443e6e42 [2021-02-09T00:40:00.810Z] Building docker-security-bootstrapper-go [2021-02-09T00:40:00.810Z]  Building docker-support-scheduler-go ... done  ---> Running in eac12bf83b42 [2021-02-09T00:40:00.810Z] Removing intermediate container 891f00c41916 [2021-02-09T00:40:00.810Z] ---> 4934ec2ede95 [2021-02-09T00:40:00.810Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:40:01.086Z] ---> Running in e4be09768fd8 [2021-02-09T00:40:01.086Z] Removing intermediate container 9deb443e6e42 [2021-02-09T00:40:01.086Z] ---> 24fc83616d29 [2021-02-09T00:40:01.086Z] [2021-02-09T00:40:01.086Z] Removing intermediate container eac12bf83b42 [2021-02-09T00:40:01.086Z] ---> 88e60125defe [2021-02-09T00:40:01.086Z] [2021-02-09T00:40:01.361Z] Removing intermediate container b81b8f5355c2 [2021-02-09T00:40:01.361Z] ---> a93ec77a038c [2021-02-09T00:40:01.361Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T00:40:01.361Z] Successfully built 24fc83616d29 [2021-02-09T00:40:01.361Z] Removing intermediate container e4be09768fd8 [2021-02-09T00:40:01.361Z] ---> 911fa3728e1c [2021-02-09T00:40:01.361Z] [2021-02-09T00:40:01.361Z] ---> Running in f82f98149e52 [2021-02-09T00:40:01.361Z] Successfully tagged docker-core-command-go:latest [2021-02-09T00:40:01.361Z] Building docker-security-proxy-setup-go [2021-02-09T00:40:01.647Z]  Building docker-core-command-go ... done Successfully built 88e60125defe [2021-02-09T00:40:01.647Z] Successfully tagged docker-support-notifications-go:latest [2021-02-09T00:40:01.647Z] Building docker-core-data-go [2021-02-09T00:40:01.647Z]  Building docker-support-notifications-go ... done Successfully built 911fa3728e1c [2021-02-09T00:40:01.942Z] Successfully tagged docker-core-metadata-go:latest [2021-02-09T00:40:01.942Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-09T00:40:01.942Z] Removing intermediate container f82f98149e52 [2021-02-09T00:40:01.942Z] ---> 0fc967d46286 [2021-02-09T00:40:01.942Z] Step 22/24 : LABEL arch=x86_64 [2021-02-09T00:40:01.942Z] ---> Running in 0072fdb9cfb9 [2021-02-09T00:40:02.216Z] Removing intermediate container 0072fdb9cfb9 [2021-02-09T00:40:02.216Z] ---> 33f0db90c9d0 [2021-02-09T00:40:02.216Z] Step 23/24 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:40:02.488Z] ---> Running in 9e91d0bdfcba [2021-02-09T00:40:02.766Z] Removing intermediate container 9e91d0bdfcba [2021-02-09T00:40:02.766Z] ---> 93215c6891d8 [2021-02-09T00:40:02.766Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T00:40:02.766Z] ---> Running in 20223c37dc63 [2021-02-09T00:40:03.401Z] Removing intermediate container 20223c37dc63 [2021-02-09T00:40:03.401Z] ---> 52ee374a5e55 [2021-02-09T00:40:03.401Z] [2021-02-09T00:40:03.401Z] Successfully built 52ee374a5e55 [2021-02-09T00:40:03.668Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-09T00:40:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.165s coverage: 28.6% of statements [2021-02-09T00:40:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T00:40:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T00:40:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T00:40:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T00:40:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T00:40:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements [2021-02-09T00:40:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T00:40:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements [2021-02-09T00:40:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T00:40:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.306s coverage: 86.7% of statements [2021-02-09T00:40:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T00:40:06.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.320s coverage: 97.5% of statements [2021-02-09T00:40:06.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T00:40:07.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.162s coverage: 78.3% of statements [2021-02-09T00:40:07.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T00:40:07.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T00:40:07.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T00:40:07.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T00:40:16.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.266s coverage: 92.8% of statements [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T00:40:16.250Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T00:40:16.250Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.1% of statements [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T00:40:16.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T00:40:16.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 45.5% of statements [2021-02-09T00:40:16.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.085s coverage: 79.5% of statements [2021-02-09T00:40:16.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2021-02-09T00:40:16.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-02-09T00:40:16.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-02-09T00:40:28.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2021-02-09T00:40:28.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-02-09T00:40:36.065Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:40:36.065Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:40:36.065Z] ---> 37dee9078c80 [2021-02-09T00:40:36.065Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> 3a59d30a16ab [2021-02-09T00:40:36.065Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> dc6470eb8016 [2021-02-09T00:40:36.065Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> 2723691c0665 [2021-02-09T00:40:36.065Z] Step 6/21 : COPY go.mod . [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> 4344449b36f3 [2021-02-09T00:40:36.065Z] Step 7/21 : RUN go mod download [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> 8e69eb0a20a4 [2021-02-09T00:40:36.065Z] Step 8/21 : COPY . . [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> 23c77e526916 [2021-02-09T00:40:36.065Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T00:40:36.065Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:40:36.065Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:40:36.065Z] ---> 37dee9078c80 [2021-02-09T00:40:36.065Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> 3a59d30a16ab [2021-02-09T00:40:36.065Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> dc6470eb8016 [2021-02-09T00:40:36.065Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T00:40:36.065Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:40:36.065Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:40:36.065Z] ---> 37dee9078c80 [2021-02-09T00:40:36.065Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> 3a59d30a16ab [2021-02-09T00:40:36.065Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> dc6470eb8016 [2021-02-09T00:40:36.065Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T00:40:36.065Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:40:36.065Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:40:36.065Z] ---> 37dee9078c80 [2021-02-09T00:40:36.065Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> 3a59d30a16ab [2021-02-09T00:40:36.065Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> dc6470eb8016 [2021-02-09T00:40:36.065Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> 2723691c0665 [2021-02-09T00:40:36.065Z] Step 6/30 : COPY go.mod . [2021-02-09T00:40:36.065Z] ---> Using cache [2021-02-09T00:40:36.065Z] ---> 4344449b36f3 [2021-02-09T00:40:36.328Z] Step 7/30 : RUN go mod download [2021-02-09T00:40:36.328Z] ---> Using cache [2021-02-09T00:40:36.328Z] ---> 8e69eb0a20a4 [2021-02-09T00:40:36.328Z] Step 8/30 : COPY . . [2021-02-09T00:40:36.328Z] ---> Using cache [2021-02-09T00:40:36.328Z] ---> 23c77e526916 [2021-02-09T00:40:36.328Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T00:40:36.591Z] ---> Running in b020ccba18a4 [2021-02-09T00:40:36.591Z] ---> Running in 5f4ae5fd65b4 [2021-02-09T00:40:36.591Z] ---> Running in 40bd20199ef0 [2021-02-09T00:40:36.591Z] ---> Running in 59e0b835d7d4 [2021-02-09T00:40:39.169Z] 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-09T00:40:39.169Z] 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-09T00:40:39.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:40:39.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:40:39.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:40:39.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:40:39.458Z] OK: 233 MiB in 51 packages [2021-02-09T00:40:39.458Z] OK: 233 MiB in 51 packages [2021-02-09T00:40:40.921Z] Removing intermediate container 5f4ae5fd65b4 [2021-02-09T00:40:40.921Z] ---> bb77f677a2d3 [2021-02-09T00:40:40.921Z] Step 6/26 : COPY go.mod . [2021-02-09T00:40:40.921Z] Removing intermediate container 40bd20199ef0 [2021-02-09T00:40:40.921Z] ---> a5ea4f9a7dce [2021-02-09T00:40:40.921Z] Step 6/23 : COPY go.mod . [2021-02-09T00:40:41.544Z] ---> 9aec3fe03daa [2021-02-09T00:40:41.544Z] Step 7/26 : RUN go mod download [2021-02-09T00:40:41.544Z] ---> Running in 322e2930f507 [2021-02-09T00:40:41.820Z] ---> 6aab8fdaa972 [2021-02-09T00:40:41.820Z] Step 7/23 : RUN go mod download [2021-02-09T00:40:41.820Z] ---> Running in fd5da0ed2034 [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.120s coverage: 92.9% of statements [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.4% of statements [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.514s coverage: 63.5% of statements [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-02-09T00:40:44.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.854s coverage: 68.9% of statements [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T00:40:44.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T00:40:44.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.436s coverage: 37.0% of statements [2021-02-09T00:40:44.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T00:40:44.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T00:40:44.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.700s coverage: 84.0% of statements [2021-02-09T00:40:45.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.103s coverage: 100.0% of statements [2021-02-09T00:40:46.216Z] Removing intermediate container 322e2930f507 [2021-02-09T00:40:46.216Z] ---> 357b6affbe5f [2021-02-09T00:40:46.216Z] Step 8/26 : COPY . . [2021-02-09T00:40:46.216Z] Removing intermediate container fd5da0ed2034 [2021-02-09T00:40:46.216Z] ---> 48fa63e36179 [2021-02-09T00:40:46.216Z] Step 8/23 : COPY . . [2021-02-09T00:40:52.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.426s coverage: 47.0% of statements [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T00:40:52.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T00:40:52.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.161s coverage: 100.0% of statements [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T00:40:52.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.306s coverage: 87.7% of statements [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:40:52.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T00:41:01.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.215s coverage: 29.1% of statements [2021-02-09T00:41:01.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T00:41:01.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T00:41:01.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T00:41:01.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T00:41:01.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T00:41:01.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.192s coverage: 100.0% of statements [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T00:41:01.060Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.056s coverage: 0.0% of statements [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T00:41:01.060Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T00:41:01.060Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T00:41:01.060Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T00:41:01.060Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-02-09T00:41:01.060Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-09T00:41:01.332Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-09T00:41:02.308Z] GO111MODULE=on go vet ./... [2021-02-09T00:41:04.828Z] 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-09T00:41:11.818Z] Removing intermediate container b020ccba18a4 [2021-02-09T00:41:11.818Z] ---> 95ff5b7143cc [2021-02-09T00:41:11.818Z] [2021-02-09T00:41:11.818Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T00:41:11.818Z] ---> 389fef711851 [2021-02-09T00:41:11.818Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T00:41:14.471Z] ---> Running in 3aa54b3ead1d [2021-02-09T00:41:15.058Z] Removing intermediate container 3aa54b3ead1d [2021-02-09T00:41:15.058Z] ---> e79c3fd20333 [2021-02-09T00:41:15.058Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T00:41:16.466Z] ---> Running in 815b77cb4fbc [2021-02-09T00:41:17.877Z] Removing intermediate container 59e0b835d7d4 [2021-02-09T00:41:17.877Z] ---> 83200323ead9 [2021-02-09T00:41:17.877Z] [2021-02-09T00:41:17.877Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T00:41:17.877Z] ---> 389fef711851 [2021-02-09T00:41:17.877Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T00:41:17.877Z] ---> Running in 4856e54c0e15 [2021-02-09T00:41:17.877Z] ---> 4915224cfb19 [2021-02-09T00:41:17.877Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T00:41:17.877Z] ---> 4788ccf8f1d7 [2021-02-09T00:41:17.877Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T00:41:18.144Z] ---> Running in 95e7e3c0e2f7 [2021-02-09T00:41:18.144Z] ---> Running in aef4b6ae1276 [2021-02-09T00:41:18.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:41:18.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:41:18.693Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:41:18.693Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T00:41:18.693Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:41:18.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:41:18.693Z] OK: 6 MiB in 16 packages [2021-02-09T00:41:18.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:41:18.960Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T00:41:18.960Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:41:18.960Z] 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-09T00:41:18.960Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T00:41:18.960Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T00:41:18.960Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:41:18.960Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:41:18.960Z] 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-09T00:41:19.243Z] OK: 7 MiB in 18 packages [2021-02-09T00:41:19.852Z] Removing intermediate container 815b77cb4fbc [2021-02-09T00:41:19.852Z] ---> 14b87a12df5d [2021-02-09T00:41:19.852Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T00:41:20.131Z] ---> Running in 3ee469179443 [2021-02-09T00:41:20.726Z] Removing intermediate container 3ee469179443 [2021-02-09T00:41:20.726Z] ---> 5a877768df4f [2021-02-09T00:41:20.726Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T00:41:20.726Z] Removing intermediate container 4856e54c0e15 [2021-02-09T00:41:20.726Z] ---> 5d6f555604ea [2021-02-09T00:41:20.726Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:41:21.001Z] ---> Running in b70a309de170 [2021-02-09T00:41:21.001Z] ---> Running in 6f6b4da21382 [2021-02-09T00:41:22.002Z] Removing intermediate container 6f6b4da21382 [2021-02-09T00:41:22.002Z] ---> 40c4ae15ee58 [2021-02-09T00:41:22.002Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T00:41:22.620Z] Removing intermediate container b70a309de170 [2021-02-09T00:41:22.620Z] ---> 6a1b2a08dde9 [2021-02-09T00:41:22.620Z] Step 13/21 : WORKDIR /edgex [2021-02-09T00:41:22.620Z] ---> Running in b292f5616ece [2021-02-09T00:41:22.620Z] ---> Running in 40ad2ca752c8 [2021-02-09T00:41:23.231Z] Removing intermediate container 40ad2ca752c8 [2021-02-09T00:41:23.231Z] ---> 73d8e9c93359 [2021-02-09T00:41:23.231Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T00:41:24.251Z] ---> c396c62ec151 [2021-02-09T00:41:24.251Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T00:41:24.858Z] Removing intermediate container b292f5616ece [2021-02-09T00:41:24.858Z] ---> 9555e11c2b15 [2021-02-09T00:41:24.858Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T00:41:25.132Z] ---> Running in b3c8bbea98ed [2021-02-09T00:41:25.132Z] ---> bc8c4c3ae9da [2021-02-09T00:41:25.132Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T00:41:25.420Z] Removing intermediate container b3c8bbea98ed [2021-02-09T00:41:25.420Z] ---> db25ea6bc185 [2021-02-09T00:41:25.420Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T00:41:26.878Z] ---> f2da1a75d9cf [2021-02-09T00:41:26.878Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T00:41:26.878Z] ---> 4599cde25baf [2021-02-09T00:41:26.878Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T00:41:26.878Z] ---> Running in da66b97d894d [2021-02-09T00:41:26.878Z] ---> Running in 470783e324a7 [2021-02-09T00:41:27.507Z] Removing intermediate container 470783e324a7 [2021-02-09T00:41:27.507Z] ---> 18e5bbd22e0d [2021-02-09T00:41:27.507Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T00:41:27.507Z] ---> Running in 0a655c2b671e [2021-02-09T00:41:28.515Z] Removing intermediate container 0a655c2b671e [2021-02-09T00:41:28.515Z] ---> 61c51b4d6745 [2021-02-09T00:41:28.515Z] Step 19/21 : LABEL arch=x86_64 [2021-02-09T00:41:28.805Z] ---> Running in 5979f63fe36c [2021-02-09T00:41:29.090Z] Removing intermediate container 5979f63fe36c [2021-02-09T00:41:29.090Z] ---> 1b93983d9c10 [2021-02-09T00:41:29.090Z] Step 20/21 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:41:29.090Z] ---> Running in 57844d97d921 [2021-02-09T00:41:29.374Z] Removing intermediate container 57844d97d921 [2021-02-09T00:41:29.374Z] ---> fe689b802489 [2021-02-09T00:41:29.374Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T00:41:29.374Z] Removing intermediate container da66b97d894d [2021-02-09T00:41:29.374Z] ---> a550e3a30793 [2021-02-09T00:41:29.374Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:41:29.374Z] ---> Running in 62bbe5c80da7 [2021-02-09T00:41:29.665Z] Removing intermediate container 62bbe5c80da7 [2021-02-09T00:41:29.665Z] ---> f05c1f1c0daa [2021-02-09T00:41:29.665Z] [2021-02-09T00:41:29.950Z] ---> e596a4271ace [2021-02-09T00:41:29.950Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T00:41:30.230Z] Successfully built f05c1f1c0daa [2021-02-09T00:41:30.230Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-09T00:41:31.690Z]  Building docker-security-proxy-setup-go ... done  ---> 2917c0bc7442 [2021-02-09T00:41:31.690Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T00:41:32.311Z] ---> f4c60a7db230 [2021-02-09T00:41:32.312Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T00:41:32.914Z] ---> e84c41535106 [2021-02-09T00:41:32.914Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T00:41:33.190Z] ---> Running in 506d82dfd488 [2021-02-09T00:41:33.464Z] Removing intermediate container 506d82dfd488 [2021-02-09T00:41:33.464Z] ---> 670bfd22537d [2021-02-09T00:41:33.464Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T00:41:34.059Z] ---> aec627d89782 [2021-02-09T00:41:34.059Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T00:41:34.659Z] ---> Running in 45ea815c5998 [2021-02-09T00:41:37.298Z] Removing intermediate container 45ea815c5998 [2021-02-09T00:41:37.298Z] ---> 7099f33019da [2021-02-09T00:41:37.298Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T00:41:37.298Z] ---> Running in c95ff67296e6 [2021-02-09T00:41:37.888Z] Removing intermediate container c95ff67296e6 [2021-02-09T00:41:37.888Z] ---> 01b2a24c7045 [2021-02-09T00:41:37.888Z] Step 27/30 : CMD ["gate"] [2021-02-09T00:41:38.163Z] ---> Running in 6875430ba72a [2021-02-09T00:41:38.428Z] Removing intermediate container 6875430ba72a [2021-02-09T00:41:38.429Z] ---> a485a2d0ddd6 [2021-02-09T00:41:38.429Z] Step 28/30 : LABEL arch=x86_64 [2021-02-09T00:41:38.694Z] ---> Running in 493d958805a3 [2021-02-09T00:41:38.961Z] Removing intermediate container 493d958805a3 [2021-02-09T00:41:38.961Z] ---> 19da5156bbca [2021-02-09T00:41:38.961Z] Step 29/30 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:41:39.239Z] ---> Running in 8ab4129e5e28 [2021-02-09T00:41:39.514Z] Removing intermediate container 8ab4129e5e28 [2021-02-09T00:41:39.514Z] ---> d354267db1ad [2021-02-09T00:41:39.514Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T00:41:42.092Z] ---> Running in b3987485f764 [2021-02-09T00:41:42.359Z] Removing intermediate container aef4b6ae1276 [2021-02-09T00:41:42.359Z] ---> 2d0228720f38 [2021-02-09T00:41:42.359Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T00:41:42.359Z] Removing intermediate container b3987485f764 [2021-02-09T00:41:42.359Z] ---> af2b90ada2e0 [2021-02-09T00:41:42.359Z] [2021-02-09T00:41:42.359Z] ---> Running in 6116ea6eed23 [2021-02-09T00:41:42.632Z] Successfully built af2b90ada2e0 [2021-02-09T00:41:42.632Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-09T00:41:43.221Z]  Building docker-security-bootstrapper-go ... done 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-09T00:41:46.555Z] Removing intermediate container 95e7e3c0e2f7 [2021-02-09T00:41:46.555Z] ---> 1604eb1fd8d4 [2021-02-09T00:41:46.555Z] [2021-02-09T00:41:46.555Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:41:46.555Z] ---> 389fef711851 [2021-02-09T00:41:46.555Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T00:41:46.555Z] ---> Running in 83fe16d1a1f0 [2021-02-09T00:41:46.555Z] Removing intermediate container 83fe16d1a1f0 [2021-02-09T00:41:46.555Z] ---> 396f4f433aa5 [2021-02-09T00:41:46.555Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T00:41:46.555Z] Removing intermediate container 6116ea6eed23 [2021-02-09T00:41:46.555Z] ---> 27eae2b7db8c [2021-02-09T00:41:46.555Z] [2021-02-09T00:41:46.555Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T00:41:46.555Z] ---> Running in 369f13dd7027 [2021-02-09T00:41:46.555Z] 20.10.0: Pulling from library/docker [2021-02-09T00:41:46.555Z] Removing intermediate container 369f13dd7027 [2021-02-09T00:41:46.555Z] ---> dbecfb4889c3 [2021-02-09T00:41:46.555Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T00:41:46.555Z] ---> Running in 17c752bd67c8 [2021-02-09T00:41:46.820Z] Removing intermediate container 17c752bd67c8 [2021-02-09T00:41:46.820Z] ---> c1e27462a79c [2021-02-09T00:41:46.820Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:41:46.820Z] ---> Running in 05b32b9334bc [2021-02-09T00:41:48.790Z] Removing intermediate container 05b32b9334bc [2021-02-09T00:41:48.790Z] ---> 7cf989893482 [2021-02-09T00:41:48.790Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T00:41:48.790Z] ---> Running in 73427493767a [2021-02-09T00:41:49.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:41:50.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:41:50.943Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T00:41:50.943Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T00:41:51.209Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T00:41:51.209Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T00:41:51.507Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T00:41:52.100Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T00:41:52.100Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:41:52.100Z] OK: 8 MiB in 20 packages [2021-02-09T00:41:53.060Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T00:41:53.060Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T00:41:53.060Z] ---> aefe523efa57 [2021-02-09T00:41:53.060Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T00:41:53.060Z] Removing intermediate container 73427493767a [2021-02-09T00:41:53.060Z] ---> 76de4cd3c9a0 [2021-02-09T00:41:53.060Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:41:53.060Z] ---> Running in 08a350b5840f [2021-02-09T00:41:53.322Z] ---> 74ab45b9cb3f [2021-02-09T00:41:53.322Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T00:41:53.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:41:53.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:41:53.883Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T00:41:53.883Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T00:41:53.883Z] Executing bash-5.0.17-r0.post-install [2021-02-09T00:41:53.883Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:41:53.883Z] OK: 12 MiB in 22 packages [2021-02-09T00:41:54.149Z] ---> 3d2ba73a5be7 [2021-02-09T00:41:54.150Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T00:41:54.413Z] ---> d541f8933cb1 [2021-02-09T00:41:54.413Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T00:41:54.678Z] ---> Running in 83a27c052327 [2021-02-09T00:41:54.678Z] Removing intermediate container 08a350b5840f [2021-02-09T00:41:54.678Z] ---> fd809e218312 [2021-02-09T00:41:54.678Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T00:41:54.678Z] ---> Running in 1e803e17f108 [2021-02-09T00:41:54.678Z] Removing intermediate container 83a27c052327 [2021-02-09T00:41:54.678Z] ---> 8e382edbfd5d [2021-02-09T00:41:54.678Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:41:54.678Z] ---> Running in 7a52cb06542d [2021-02-09T00:41:54.941Z] Removing intermediate container 1e803e17f108 [2021-02-09T00:41:54.941Z] ---> ea484ab47426 [2021-02-09T00:41:54.941Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T00:41:54.941Z] ---> Running in f56dd7e05edf [2021-02-09T00:41:54.941Z] Removing intermediate container 7a52cb06542d [2021-02-09T00:41:54.941Z] ---> a3999b9e2fed [2021-02-09T00:41:54.941Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T00:41:55.204Z] ---> Running in ab22cdfde0ff [2021-02-09T00:41:55.204Z] Removing intermediate container f56dd7e05edf [2021-02-09T00:41:55.204Z] ---> 0f25cd77a540 [2021-02-09T00:41:55.204Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T00:41:55.204Z] ---> Running in fc9cf05881dd [2021-02-09T00:41:55.204Z] Removing intermediate container ab22cdfde0ff [2021-02-09T00:41:55.204Z] ---> aafd75a36d5f [2021-02-09T00:41:55.204Z] Step 22/23 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:41:55.469Z] ---> Running in 5c076d7da431 [2021-02-09T00:41:55.469Z] Removing intermediate container fc9cf05881dd [2021-02-09T00:41:55.469Z] ---> 5e10904f2190 [2021-02-09T00:41:55.469Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T00:41:55.745Z] Removing intermediate container 5c076d7da431 [2021-02-09T00:41:55.745Z] ---> 923ba5695097 [2021-02-09T00:41:55.745Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:41:55.745Z] ---> Running in 689e4a198498 [2021-02-09T00:41:56.008Z] Removing intermediate container 689e4a198498 [2021-02-09T00:41:56.008Z] ---> d8c998fc9238 [2021-02-09T00:41:56.008Z] [2021-02-09T00:41:56.008Z] ---> 9f4f83a7d8fc [2021-02-09T00:41:56.008Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T00:41:56.272Z] Successfully built d8c998fc9238 [2021-02-09T00:41:56.272Z] Successfully tagged docker-core-data-go:latest [2021-02-09T00:41:56.272Z]  Building docker-core-data-go ... done  ---> 60eb9379fb79 [2021-02-09T00:41:56.272Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T00:41:56.852Z] ---> 9b7b45ede2bc [2021-02-09T00:41:56.852Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T00:41:56.852Z] ---> Running in 08da08bec90f [2021-02-09T00:41:57.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:41:57.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:41:57.700Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T00:41:57.700Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T00:41:57.700Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T00:41:57.700Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T00:41:57.700Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T00:41:57.700Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T00:41:57.700Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T00:41:59.089Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T00:41:59.089Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T00:41:59.089Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T00:41:59.089Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T00:41:59.089Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T00:41:59.089Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T00:41:59.089Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T00:41:59.089Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T00:41:59.089Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T00:41:59.089Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T00:41:59.089Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T00:41:59.089Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T00:41:59.089Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T00:41:59.089Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T00:41:59.089Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T00:41:59.089Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T00:41:59.089Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T00:41:59.089Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T00:41:59.089Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T00:41:59.351Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T00:41:59.351Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T00:41:59.351Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T00:41:59.351Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T00:41:59.351Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T00:41:59.351Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T00:41:59.351Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T00:41:59.351Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:41:59.351Z] OK: 71 MiB in 55 packages [2021-02-09T00:42:07.536Z] Removing intermediate container 08da08bec90f [2021-02-09T00:42:07.536Z] ---> 79676b1907a8 [2021-02-09T00:42:07.536Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T00:42:07.536Z] ---> Running in 5957ba9f0915 [2021-02-09T00:42:08.944Z] Collecting docker-compose==1.23.2 [2021-02-09T00:42:08.944Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T00:42:09.206Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T00:42:09.207Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T00:42:09.468Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T00:42:09.468Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T00:42:09.729Z] Collecting PyYAML<4,>=3.10 [2021-02-09T00:42:09.992Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T00:42:10.935Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T00:42:10.935Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T00:42:11.198Z] 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-09T00:42:11.459Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T00:42:11.459Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T00:42:11.459Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T00:42:11.720Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T00:42:12.022Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T00:42:12.022Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T00:42:12.606Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T00:42:12.607Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T00:42:12.871Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T00:42:12.871Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T00:42:12.871Z] 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-09T00:42:12.871Z] 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-09T00:42:13.139Z] Collecting idna<2.8,>=2.5 [2021-02-09T00:42:13.139Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T00:42:13.139Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T00:42:13.139Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T00:42:13.406Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T00:42:13.406Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T00:42:13.406Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T00:42:13.406Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T00:42:13.406Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T00:42:13.406Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T00:42:13.670Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, texttable, docopt, cached-property, jsonschema, docker-compose [2021-02-09T00:42:13.670Z] Attempting uninstall: idna [2021-02-09T00:42:13.670Z] Found existing installation: idna 2.9 [2021-02-09T00:42:13.670Z] Uninstalling idna-2.9: [2021-02-09T00:42:13.670Z] Successfully uninstalled idna-2.9 [2021-02-09T00:42:13.933Z] Attempting uninstall: urllib3 [2021-02-09T00:42:13.933Z] Found existing installation: urllib3 1.25.9 [2021-02-09T00:42:13.933Z] Uninstalling urllib3-1.25.9: [2021-02-09T00:42:13.933Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T00:42:14.198Z] Attempting uninstall: requests [2021-02-09T00:42:14.198Z] Found existing installation: requests 2.23.0 [2021-02-09T00:42:14.198Z] Uninstalling requests-2.23.0: [2021-02-09T00:42:14.198Z] Successfully uninstalled requests-2.23.0 [2021-02-09T00:42:14.779Z] Running setup.py install for PyYAML: started [2021-02-09T00:42:16.175Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T00:42:16.175Z] Running setup.py install for dockerpty: started [2021-02-09T00:42:16.749Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T00:42:16.749Z] Running setup.py install for texttable: started [2021-02-09T00:42:17.011Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T00:42:17.011Z] Running setup.py install for docopt: started [2021-02-09T00:42:17.584Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T00:42:18.163Z] 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-09T00:42:21.488Z] Removing intermediate container 5957ba9f0915 [2021-02-09T00:42:21.488Z] ---> bbd0cd822787 [2021-02-09T00:42:21.488Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T00:42:21.488Z] ---> Running in 63b4c7783be3 [2021-02-09T00:42:21.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:42:21.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:42:22.021Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:42:22.021Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T00:42:22.021Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T00:42:22.021Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:42:22.021Z] OK: 72 MiB in 58 packages [2021-02-09T00:42:22.605Z] Removing intermediate container 63b4c7783be3 [2021-02-09T00:42:22.605Z] ---> 6bc05ab1dcaf [2021-02-09T00:42:22.605Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T00:42:22.605Z] ---> Running in d7412d526e63 [2021-02-09T00:42:22.868Z] Removing intermediate container d7412d526e63 [2021-02-09T00:42:22.868Z] ---> ec93f65fa13d [2021-02-09T00:42:22.868Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:42:22.868Z] ---> Running in 6dee58cace5c [2021-02-09T00:42:22.868Z] Removing intermediate container 6dee58cace5c [2021-02-09T00:42:22.868Z] ---> 2c277a5608d3 [2021-02-09T00:42:22.868Z] Step 24/26 : LABEL arch=x86_64 [2021-02-09T00:42:23.132Z] ---> Running in c78075207633 [2021-02-09T00:42:23.132Z] Removing intermediate container c78075207633 [2021-02-09T00:42:23.132Z] ---> c8188fc553ab [2021-02-09T00:42:23.132Z] Step 25/26 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:42:23.395Z] ---> Running in 2b3ade2bd129 [2021-02-09T00:42:23.395Z] Removing intermediate container 2b3ade2bd129 [2021-02-09T00:42:23.395Z] ---> 31b0f33564e9 [2021-02-09T00:42:23.395Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T00:42:23.658Z] ---> Running in 188c8fc482b7 [2021-02-09T00:42:23.658Z] Removing intermediate container 188c8fc482b7 [2021-02-09T00:42:23.658Z] ---> d27d89d739fd [2021-02-09T00:42:23.658Z] [2021-02-09T00:42:23.921Z] Successfully built d27d89d739fd [2021-02-09T00:42:23.921Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-09T00:42:24.138Z] gofmt -l . [2021-02-09T00:42:24.138Z] [ "`gofmt -l .`" = "" ] [2021-02-09T00:42:24.138Z] ./bin/test-go-mod-tidy.sh [2021-02-09T00:42:24.138Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T00:42:24.505Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T00:42:24.511Z] $ docker stop --time=1 4af3a15416e958ac95d2c78d0c7f1794b3e91ed00360b9a34b09b1441b5bf5cd [2021-02-09T00:42:24.805Z] + ls -al . [2021-02-09T00:42:24.805Z] total 724 [2021-02-09T00:42:24.805Z] drwxrwxr-x 9 1001 1001 4096 Feb 9 00:42 . [2021-02-09T00:42:24.805Z] drwxr-xr-x 4 root root 4096 Feb 9 00:38 .. [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 00:36 .dockerignore [2021-02-09T00:42:24.805Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 00:36 .git [2021-02-09T00:42:24.805Z] drwxrwxr-x 3 1001 1001 4096 Feb 9 00:36 .github [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 00:36 .gitignore [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 00:36 .sonarcloud.properties [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:36 Attribution.txt [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:36 CONTRIBUTING.md [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 00:36 Dockerfile.build [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 00:36 Jenkinsfile [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:36 LICENSE [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:36 Makefile [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:36 README.md [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:36 SECURITY.md [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 00:32 VERSION [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:36 ZMQWindows.md [2021-02-09T00:42:24.805Z] drwxrwxr-x 2 1001 1001 4096 Feb 9 00:36 bin [2021-02-09T00:42:24.805Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 00:36 cmd [2021-02-09T00:42:24.805Z] -rw-r--r-- 1 root root 592672 Feb 9 00:41 coverage.out [2021-02-09T00:42:24.805Z] -rw-r--r-- 1 root root 1054 Feb 9 00:42 go.mod [2021-02-09T00:42:24.805Z] -rw-r--r-- 1 root root 19290 Feb 9 00:42 go.sum [2021-02-09T00:42:24.805Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 00:36 internal [2021-02-09T00:42:24.805Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 00:36 openapi [2021-02-09T00:42:24.805Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 00:36 snap [2021-02-09T00:42:24.805Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 00:36 version.go [2021-02-09T00:42:26.114Z] $ docker rm -f 4af3a15416e958ac95d2c78d0c7f1794b3e91ed00360b9a34b09b1441b5bf5cd [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-02-09T00:42:26.639Z] + grep docker [2021-02-09T00:42:26.639Z] + docker images [2021-02-09T00:42:26.909Z] docker-sys-mgmt-agent-go latest d27d89d739fd 3 seconds ago 313MB [2021-02-09T00:42:26.909Z] docker-core-data-go latest d8c998fc9238 31 seconds ago 22.3MB [2021-02-09T00:42:26.909Z] docker-security-bootstrapper-go latest af2b90ada2e0 44 seconds ago 17.9MB [2021-02-09T00:42:26.909Z] docker-security-proxy-setup-go latest f05c1f1c0daa 57 seconds ago 24.4MB [2021-02-09T00:42:26.909Z] docker-security-secretstore-setup-go latest 52ee374a5e55 2 minutes ago 24.6MB [2021-02-09T00:42:26.909Z] docker-core-metadata-go latest 911fa3728e1c 2 minutes ago 18.8MB [2021-02-09T00:42:26.909Z] docker-support-notifications-go latest 88e60125defe 2 minutes ago 17.6MB [2021-02-09T00:42:26.909Z] docker-core-command-go latest 24fc83616d29 2 minutes ago 16.9MB [2021-02-09T00:42:26.909Z] docker-support-scheduler-go latest 62d5b7980f1e 2 minutes ago 17MB [2021-02-09T00:42:26.909Z] docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2021-02-09T00:42:27.082Z] + '[' -e coverage.out ] [2021-02-09T00:42:27.082Z] + chown 1001:1001 coverage.out [Pipeline] } [Pipeline] // stage [Pipeline] stash [2021-02-09T00:42:27.254Z] Warning: overwriting stash ‘coverage-report’ [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-09T00:42:28.719Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T00:42:29.402Z] + make build [2021-02-09T00:42:29.402Z] 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-09T00:42:41.791Z] 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-09T00:42:42.591Z] Still waiting to schedule task [2021-02-09T00:42:42.591Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-25678’ [2021-02-09T00:43:08.645Z] 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-09T00:43:09.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T00:43:14.641Z] 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-09T00:43:16.633Z] 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-09T00:43:22.092Z] 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-09T00:43:27.510Z] 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-09T00:43:30.125Z] 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-09T00:43:34.437Z] 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-09T00:43:38.775Z] 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-09T00:43:44.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-09T00:43:50.998Z] $ docker stop --time=1 62d501c51144185fa8c830963565684b5b941e41b39ee8a59ca742efffd2f9f5 [2021-02-09T00:43:53.570Z] $ docker rm -f 62d501c51144185fa8c830963565684b5b941e41b39ee8a59ca742efffd2f9f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:43:55.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:43:55.879Z] [2021-02-09T00:43:55.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:43:56.267Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:43:56.538Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-09T00:43:56.538Z] 29e5d40040c1: Pulling fs layer [2021-02-09T00:43:56.538Z] 1ce36da41761: Pulling fs layer [2021-02-09T00:43:56.538Z] 25b303627fd3: Pulling fs layer [2021-02-09T00:43:56.811Z] 29e5d40040c1: Verifying Checksum [2021-02-09T00:43:56.811Z] 29e5d40040c1: Download complete [2021-02-09T00:43:57.412Z] 1ce36da41761: Verifying Checksum [2021-02-09T00:43:57.412Z] 1ce36da41761: Download complete [2021-02-09T00:43:57.412Z] 29e5d40040c1: Pull complete [2021-02-09T00:43:58.843Z] 1ce36da41761: Pull complete [2021-02-09T00:43:58.843Z] 25b303627fd3: Verifying Checksum [2021-02-09T00:43:58.843Z] 25b303627fd3: Download complete [2021-02-09T00:44:08.997Z] 25b303627fd3: Pull complete [2021-02-09T00:44:08.997Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-09T00:44:08.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:44:08.997Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-09T00:44:09.268Z] prd-ubuntu18.04-docker-arm64-4c-16g-25673 does not seem to be running inside a container [2021-02-09T00:44:09.342Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-09T00:44:12.857Z] $ docker top 0f36c059254505d08c8ed9bc7b1d1689fbbbb9e365d55d93df25401dff658aa9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:44:13.892Z] + grep parallel [2021-02-09T00:44:13.892Z] + docker-compose build --help [2021-02-09T00:44:18.184Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T00:44:18.200Z] $ docker stop --time=1 0f36c059254505d08c8ed9bc7b1d1689fbbbb9e365d55d93df25401dff658aa9 [2021-02-09T00:44:20.292Z] $ docker rm -f 0f36c059254505d08c8ed9bc7b1d1689fbbbb9e365d55d93df25401dff658aa9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:44:21.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:44:21.240Z] . [Pipeline] withDockerContainer [2021-02-09T00:44:21.510Z] prd-ubuntu18.04-docker-arm64-4c-16g-25673 does not seem to be running inside a container [2021-02-09T00:44:21.587Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-09T00:44:23.204Z] $ docker top fcdb5bc498282371e26cdc2755c0c0e0713ce4f59fa5d67dede3235e8991d1de -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:44:24.212Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T00:44:29.364Z] Building docker-core-command-go ... [2021-02-09T00:44:29.364Z] Building docker-core-data-go ... [2021-02-09T00:44:29.364Z] Building docker-core-metadata-go ... [2021-02-09T00:44:29.364Z] Building docker-security-bootstrapper-go ... [2021-02-09T00:44:29.364Z] Building docker-security-proxy-setup-go ... [2021-02-09T00:44:29.364Z] Building docker-security-secretstore-setup-go ... [2021-02-09T00:44:29.364Z] Building docker-support-notifications-go ... [2021-02-09T00:44:29.364Z] Building docker-support-scheduler-go ... [2021-02-09T00:44:29.364Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T00:44:29.364Z] Building docker-sys-mgmt-agent-go [2021-02-09T00:44:29.364Z] Building docker-core-data-go [2021-02-09T00:44:29.364Z] Building docker-security-proxy-setup-go [2021-02-09T00:44:29.364Z] Building docker-support-scheduler-go [2021-02-09T00:44:29.364Z] Building docker-core-command-go [2021-02-09T00:44:29.723Z] Running on prd-ubuntu18.04-docker-8c-8g-25681 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-02-09T00:44:29.781Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-02-09T00:44:32.059Z] using credential edgex-jenkins-ssh [2021-02-09T00:44:32.185Z] Cloning the remote Git repository [2021-02-09T00:44:32.210Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:44:32.377Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-02-09T00:44:32.403Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:44:32.403Z] > git --version # timeout=10 [2021-02-09T00:44:32.409Z] > git --version # 'git version 2.17.1' [2021-02-09T00:44:32.410Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:44:32.433Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:44:47.297Z] Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-02-09T00:44:47.550Z] Merge succeeded, producing 9c346183a0127efeee5fd0d9943c212f33859717 [2021-02-09T00:44:47.551Z] Checking out Revision 9c346183a0127efeee5fd0d9943c212f33859717 (PR-3034) [2021-02-09T00:44:46.700Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:44:46.713Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:44:46.721Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:44:46.733Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:44:46.733Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:44:46.737Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T00:44:47.335Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:44:47.339Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-02-09T00:44:47.416Z] > git remote # timeout=10 [2021-02-09T00:44:47.422Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T00:44:47.427Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:44:47.432Z] > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 [2021-02-09T00:44:47.573Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T00:44:47.583Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:44:47.587Z] > git checkout -f 9c346183a0127efeee5fd0d9943c212f33859717 # timeout=10 [2021-02-09T00:44:51.228Z] Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" [2021-02-09T00:44:51.236Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:44:51.257Z] > git rev-list --no-walk 001d3264a47c15d2a94c46add7e1e6be213861aa # timeout=10 [2021-02-09T00:44:52.183Z] + echo snap-build.sh [2021-02-09T00:44:52.183Z] snap-build.sh [2021-02-09T00:44:52.183Z] + SNAP_BASE_DIR=. [2021-02-09T00:44:52.183Z] + '[' '!' -z /w/workspace/edgex-go/21 ']' [2021-02-09T00:44:52.183Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/21 [2021-02-09T00:44:52.183Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/21]' [2021-02-09T00:44:52.183Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/21] [2021-02-09T00:44:52.183Z] + cd /w/workspace/edgex-go/21 [2021-02-09T00:44:52.183Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-09T00:44:52.183Z] Reading package lists... [2021-02-09T00:44:52.183Z] Building dependency tree... [2021-02-09T00:44:52.183Z] Reading state information... [2021-02-09T00:44:52.445Z] The following packages were automatically installed and are no longer required: [2021-02-09T00:44:52.445Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-09T00:44:52.445Z] uidmap xdelta3 [2021-02-09T00:44:52.445Z] Use 'sudo apt autoremove' to remove them. [2021-02-09T00:44:52.445Z] The following packages will be REMOVED: [2021-02-09T00:44:52.445Z] lxd* lxd-client* [2021-02-09T00:44:52.706Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-09T00:44:52.706Z] After this operation, 31.7 MB disk space will be freed. [2021-02-09T00:44:53.752Z] (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-09T00:44:53.752Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T00:44:54.700Z] Removing lxd dnsmasq configuration [2021-02-09T00:44:54.700Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T00:44:54.700Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-09T00:44:55.647Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-09T00:44:55.910Z] (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-09T00:44:55.910Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T00:44:57.307Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-09T00:44:57.307Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-09T00:44:58.251Z] + sudo snap remove --purge lxd [2021-02-09T00:44:58.518Z] snap "lxd" is not installed [2021-02-09T00:44:58.518Z] + sudo groupadd --force --system lxd [2021-02-09T00:44:58.518Z] ++ whoami [2021-02-09T00:44:58.518Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-09T00:44:58.518Z] + newgrp - lxd [2021-02-09T00:44:58.518Z] + sudo snap install lxd [2021-02-09T00:45:08.628Z] 2021-02-09T00:45:05Z INFO Waiting for automatic snapd restart... [2021-02-09T00:45:37.533Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:45:37.533Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:45:37.533Z] ---> 8a43bb62f4f9 [2021-02-09T00:45:37.533Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T00:45:37.533Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:45:37.533Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:45:37.533Z] ---> 8a43bb62f4f9 [2021-02-09T00:45:37.533Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:45:37.533Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:45:37.533Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:45:37.533Z] ---> 8a43bb62f4f9 [2021-02-09T00:45:37.533Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T00:45:37.533Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:45:37.533Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:45:37.533Z] ---> 8a43bb62f4f9 [2021-02-09T00:45:37.533Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:45:37.533Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:45:37.533Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:45:37.533Z] ---> 8a43bb62f4f9 [2021-02-09T00:45:37.533Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:45:39.518Z] ---> Running in 8d8afa0c4301 [2021-02-09T00:45:39.518Z] ---> Running in c420a8e717d4 [2021-02-09T00:45:39.518Z] ---> Running in a0ead76cff98 [2021-02-09T00:45:39.518Z] ---> Running in e13d16adfa94 [2021-02-09T00:45:39.518Z] ---> Running in 3d21ef94602c [2021-02-09T00:45:39.791Z] Removing intermediate container e13d16adfa94 [2021-02-09T00:45:39.791Z] ---> 112d7550bcba [2021-02-09T00:45:39.791Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:45:39.791Z] Removing intermediate container a0ead76cff98 [2021-02-09T00:45:39.791Z] ---> 04de8ebaca96 [2021-02-09T00:45:39.791Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:45:40.065Z] Removing intermediate container 8d8afa0c4301 [2021-02-09T00:45:40.065Z] ---> 8b895dc1ea53 [2021-02-09T00:45:40.065Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:45:40.065Z] ---> Running in 9fd7232c62d0 [2021-02-09T00:45:40.065Z] ---> Running in c533a8f4808d [2021-02-09T00:45:40.065Z] Removing intermediate container 3d21ef94602c [2021-02-09T00:45:40.065Z] ---> 732ff2d7f45d [2021-02-09T00:45:40.065Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:45:40.065Z] Removing intermediate container c420a8e717d4 [2021-02-09T00:45:40.065Z] ---> 657cfdcadbaa [2021-02-09T00:45:40.065Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:45:40.342Z] ---> Running in e99f2807e4b0 [2021-02-09T00:45:40.342Z] ---> Running in ca8cf332fe35 [2021-02-09T00:45:40.342Z] ---> Running in 17cd2a0a6e24 [2021-02-09T00:45:40.793Z] lxd 4.11 from Canonical* installed [2021-02-09T00:45:40.793Z] + sudo lxd init --auto [2021-02-09T00:45:43.784Z] Removing intermediate container 9fd7232c62d0 [2021-02-09T00:45:43.784Z] ---> 81bb06b716b9 [2021-02-09T00:45:43.784Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T00:45:44.056Z] ---> Running in ea75c090c332 [2021-02-09T00:45:44.331Z] Removing intermediate container c533a8f4808d [2021-02-09T00:45:44.331Z] ---> b1e22c7f4923 [2021-02-09T00:45:44.331Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T00:45:44.608Z] Removing intermediate container e99f2807e4b0 [2021-02-09T00:45:44.608Z] ---> 13d7ba4e52ff [2021-02-09T00:45:44.608Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T00:45:44.608Z] ---> Running in b9544d3ecd81 [2021-02-09T00:45:44.879Z] ---> Running in e5ebb7d8a161 [2021-02-09T00:45:44.879Z] Removing intermediate container 17cd2a0a6e24 [2021-02-09T00:45:44.879Z] ---> fd9611dbbeab [2021-02-09T00:45:44.879Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T00:45:44.879Z] Removing intermediate container ca8cf332fe35 [2021-02-09T00:45:44.879Z] ---> 0afabca074b6 [2021-02-09T00:45:44.879Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:45:44.999Z] + sudo snap install --classic snapcraft [2021-02-09T00:45:45.161Z] ---> Running in a706abcd8b79 [2021-02-09T00:45:45.161Z] ---> Running in 7e128cffd7fa [2021-02-09T00:45:45.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:45:46.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:45:46.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:45:46.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:45:46.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:45:47.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:45:47.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:45:47.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:45:47.758Z] OK: 217 MiB in 51 packages [2021-02-09T00:45:48.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:45:48.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:45:49.017Z] OK: 217 MiB in 51 packages [2021-02-09T00:45:49.017Z] OK: 217 MiB in 51 packages [2021-02-09T00:45:49.292Z] Removing intermediate container ea75c090c332 [2021-02-09T00:45:49.292Z] ---> 3ff362b55bfe [2021-02-09T00:45:49.292Z] Step 6/26 : COPY go.mod . [2021-02-09T00:45:50.285Z] ---> 275bc074e68b [2021-02-09T00:45:50.285Z] Step 7/26 : RUN go mod download [2021-02-09T00:45:50.285Z] ---> Running in a930aa3c7f10 [2021-02-09T00:45:50.285Z] OK: 217 MiB in 51 packages [2021-02-09T00:45:50.597Z] OK: 217 MiB in 51 packages [2021-02-09T00:45:50.597Z] Removing intermediate container b9544d3ecd81 [2021-02-09T00:45:50.597Z] ---> 9dcc9ffb8ba2 [2021-02-09T00:45:50.597Z] Step 6/22 : COPY go.mod . [2021-02-09T00:45:50.879Z] Removing intermediate container e5ebb7d8a161 [2021-02-09T00:45:50.879Z] ---> 5905c41a2d94 [2021-02-09T00:45:50.879Z] Step 6/21 : COPY go.mod . [2021-02-09T00:45:51.875Z] ---> 213c2f22d395 [2021-02-09T00:45:51.875Z] Step 7/22 : RUN go mod download [2021-02-09T00:45:51.875Z] Removing intermediate container 7e128cffd7fa [2021-02-09T00:45:51.875Z] ---> c28dca34f9a0 [2021-02-09T00:45:51.875Z] Step 6/23 : COPY go.mod . [2021-02-09T00:45:51.875Z] ---> 50b3857c6357 [2021-02-09T00:45:51.875Z] Step 7/21 : RUN go mod download [2021-02-09T00:45:52.153Z] ---> Running in 4ee23ddb7547 [2021-02-09T00:45:52.153Z] Removing intermediate container a706abcd8b79 [2021-02-09T00:45:52.153Z] ---> 7050c4789880 [2021-02-09T00:45:52.153Z] Step 6/23 : COPY go.mod . [2021-02-09T00:45:52.153Z] ---> Running in f3bbd7e23f90 [2021-02-09T00:45:53.151Z] snapcraft 4.4.4 from Canonical* installed [2021-02-09T00:45:53.151Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-09T00:45:53.151Z] + patch --verbose -p1 [2021-02-09T00:45:53.151Z] Hmm... Looks like a unified diff to me... [2021-02-09T00:45:53.151Z] The text leading up to this was: [2021-02-09T00:45:53.151Z] -------------------------- [2021-02-09T00:45:53.151Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-09T00:45:53.151Z] |From: Tony Espy [2021-02-09T00:45:53.151Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-09T00:45:53.151Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-09T00:45:53.151Z] | [2021-02-09T00:45:53.151Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-09T00:45:53.151Z] |optimize the snap CI check run for pull requests. When [2021-02-09T00:45:53.151Z] |applied, it essentially strips out everything (apps and [2021-02-09T00:45:53.151Z] |parts) from the snapcraft.yaml file except those required [2021-02-09T00:45:53.151Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-09T00:45:53.151Z] |catch changes to edgex-go that break the snap build. [2021-02-09T00:45:53.151Z] | [2021-02-09T00:45:53.151Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-09T00:45:53.151Z] |to update this patch file, otherwise it may fail to apply, [2021-02-09T00:45:53.151Z] |resulting in a failed snap build CI check in the associated [2021-02-09T00:45:53.151Z] |pull request. [2021-02-09T00:45:53.151Z] | [2021-02-09T00:45:53.151Z] |Note - in addition to applying this patch, the pipeline also [2021-02-09T00:45:53.151Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-09T00:45:53.151Z] |need to build the finally binary .snap file (and it won't [2021-02-09T00:45:53.151Z] |work with the patch applied). This further reduces the build [2021-02-09T00:45:53.151Z] |time. [2021-02-09T00:45:53.151Z] |--- [2021-02-09T00:45:53.151Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-09T00:45:53.151Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-09T00:45:53.151Z] | [2021-02-09T00:45:53.151Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-09T00:45:53.151Z] |index 1e537489..faf42425 100644 [2021-02-09T00:45:53.151Z] |--- a/snap/snapcraft.yaml [2021-02-09T00:45:53.151Z] |+++ b/snap/snapcraft.yaml [2021-02-09T00:45:53.151Z] -------------------------- [2021-02-09T00:45:53.151Z] patching file snap/snapcraft.yaml [2021-02-09T00:45:53.151Z] Using Plan A... [2021-02-09T00:45:53.151Z] Hunk #1 succeeded at 73. [2021-02-09T00:45:53.151Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-09T00:45:53.151Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-09T00:45:53.151Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-09T00:45:53.151Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-09T00:45:53.151Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-09T00:45:53.151Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-09T00:45:53.151Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-09T00:45:53.151Z] Hmm... Ignoring the trailing garbage. [2021-02-09T00:45:53.151Z] done [2021-02-09T00:45:53.151Z] + sudo snapcraft prime --use-lxd [2021-02-09T00:45:53.410Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-09T00:45:53.410Z] 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-09T00:45:53.411Z] - README.md [2021-02-09T00:45:53.411Z] - snapcraft.yaml.orig [2021-02-09T00:45:53.411Z] [2021-02-09T00:45:53.411Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T00:45:53.594Z] ---> b89c15cad665 [2021-02-09T00:45:53.594Z] Step 7/23 : RUN go mod download [2021-02-09T00:45:53.594Z] ---> 72efaded9cb7 [2021-02-09T00:45:53.594Z] Step 7/23 : RUN go mod download [2021-02-09T00:45:53.594Z] ---> Running in ebcc8b0a9823 [2021-02-09T00:45:53.870Z] ---> Running in 2bc9f7ab9e91 [2021-02-09T00:45:53.986Z] Launching a container. [2021-02-09T00:45:54.477Z] Removing intermediate container a930aa3c7f10 [2021-02-09T00:45:54.477Z] ---> db6b6a96582b [2021-02-09T00:45:54.477Z] Step 8/26 : COPY . . [2021-02-09T00:45:57.117Z] Removing intermediate container f3bbd7e23f90 [2021-02-09T00:45:57.117Z] ---> 6463cb2eba8c [2021-02-09T00:45:57.117Z] Step 8/21 : COPY . . [2021-02-09T00:45:57.117Z] Removing intermediate container 4ee23ddb7547 [2021-02-09T00:45:57.117Z] ---> 3c185d799052 [2021-02-09T00:45:57.117Z] Step 8/22 : COPY . . [2021-02-09T00:45:59.112Z] Removing intermediate container 2bc9f7ab9e91 [2021-02-09T00:45:59.112Z] ---> 08318a5c5770 [2021-02-09T00:45:59.112Z] Step 8/23 : COPY . . [2021-02-09T00:45:59.386Z] Removing intermediate container ebcc8b0a9823 [2021-02-09T00:45:59.386Z] ---> 0320150d8687 [2021-02-09T00:45:59.386Z] Step 8/23 : COPY . . [2021-02-09T00:46:08.905Z] Waiting for container to be ready [2021-02-09T00:46:08.905Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-09T00:46:08.905Z] [2021-02-09T00:46:11.451Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-09T00:46:12.023Z] Waiting for network to be ready... [2021-02-09T00:46:12.288Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T00:46:12.288Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T00:46:12.858Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1538 kB] [2021-02-09T00:46:12.858Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T00:46:12.858Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T00:46:13.118Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T00:46:13.118Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-09T00:46:13.118Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T00:46:13.378Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T00:46:13.378Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T00:46:13.378Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T00:46:13.378Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T00:46:13.378Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T00:46:13.378Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T00:46:13.378Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T00:46:13.378Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T00:46:13.378Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-09T00:46:13.378Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-09T00:46:13.639Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T00:46:13.901Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T00:46:13.901Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T00:46:13.901Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T00:46:13.901Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T00:46:13.901Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T00:46:13.901Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T00:46:13.901Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T00:46:13.901Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T00:46:16.457Z] Fetched 23.9 MB in 4s (5718 kB/s) [2021-02-09T00:46:17.397Z] Reading package lists... [2021-02-09T00:46:17.397Z] Reading package lists... [2021-02-09T00:46:17.659Z] Building dependency tree... [2021-02-09T00:46:17.659Z] Reading state information... [2021-02-09T00:46:17.920Z] The following additional packages will be installed: [2021-02-09T00:46:17.920Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T00:46:17.920Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T00:46:17.920Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T00:46:17.920Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-09T00:46:17.920Z] Suggested packages: [2021-02-09T00:46:17.920Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-09T00:46:17.920Z] Recommended packages: [2021-02-09T00:46:17.920Z] gnupg libsasl2-modules [2021-02-09T00:46:17.920Z] The following NEW packages will be installed: [2021-02-09T00:46:17.920Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T00:46:17.920Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T00:46:17.920Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T00:46:17.920Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-09T00:46:17.920Z] The following packages will be upgraded: [2021-02-09T00:46:17.920Z] gpg gpg-agent gpgconf libudev1 [2021-02-09T00:46:17.920Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-09T00:46:17.920Z] Need to get 3532 kB of archives. [2021-02-09T00:46:17.920Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-09T00:46:17.920Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-09T00:46:17.920Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-09T00:46:17.920Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-09T00:46:17.920Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-09T00:46:17.920Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-09T00:46:17.920Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-09T00:46:17.920Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-09T00:46:17.920Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-09T00:46:17.920Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-09T00:46:18.492Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-09T00:46:18.752Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-09T00:46:18.752Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-09T00:46:18.752Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-09T00:46:18.752Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-09T00:46:18.752Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-09T00:46:18.752Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-09T00:46:18.752Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-09T00:46:18.752Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-09T00:46:18.752Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-09T00:46:19.012Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-09T00:46:19.012Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-09T00:46:19.012Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-09T00:46:19.012Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:46:19.012Z] Fetched 3532 kB in 1s (3151 kB/s) [2021-02-09T00:46:19.273Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T00:46:19.273Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:46:19.273Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T00:46:19.273Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-09T00:46:19.273Z] Selecting previously unselected package udev. [2021-02-09T00:46:19.273Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T00:46:19.273Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:46:19.536Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-09T00:46:19.799Z] Selecting previously unselected package libfuse2:amd64. [2021-02-09T00:46:19.799Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T00:46:19.799Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T00:46:19.799Z] Selecting previously unselected package fuse. [2021-02-09T00:46:19.799Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T00:46:19.799Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-09T00:46:19.799Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:46:20.060Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T00:46:20.060Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:46:20.060Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T00:46:20.060Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:46:20.320Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T00:46:20.320Z] Selecting previously unselected package libksba8:amd64. [2021-02-09T00:46:20.320Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-09T00:46:20.320Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-09T00:46:20.320Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-09T00:46:20.320Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:46:20.320Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:20.586Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-09T00:46:20.586Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:46:20.586Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:20.586Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-09T00:46:20.586Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:46:20.586Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:20.586Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-09T00:46:20.586Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:46:20.586Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:20.848Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-09T00:46:20.848Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:46:20.848Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:20.848Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-09T00:46:20.848Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:46:20.848Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:20.848Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-09T00:46:20.848Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:46:21.109Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:21.109Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-09T00:46:21.109Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:46:21.109Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:21.109Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-09T00:46:21.109Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:46:21.109Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:21.373Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-09T00:46:21.373Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T00:46:21.373Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T00:46:21.374Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-09T00:46:21.374Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T00:46:21.374Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T00:46:21.374Z] Selecting previously unselected package libldap-common. [2021-02-09T00:46:21.374Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-09T00:46:21.374Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T00:46:21.374Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-09T00:46:21.374Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-09T00:46:21.638Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T00:46:21.638Z] Selecting previously unselected package dirmngr. [2021-02-09T00:46:21.638Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:46:21.638Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T00:46:21.638Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T00:46:21.638Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-09T00:46:21.902Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T00:46:21.902Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T00:46:21.902Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T00:46:21.902Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-09T00:46:21.902Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:21.902Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-09T00:46:21.902Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T00:46:21.902Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-09T00:46:22.476Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-09T00:46:22.476Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:22.476Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-09T00:46:22.476Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-09T00:46:22.741Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-09T00:46:22.741Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:22.741Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:22.741Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:22.741Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:22.741Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:22.741Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:22.741Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:46:22.741Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T00:46:22.741Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T00:46:23.004Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T00:46:23.272Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-09T00:46:23.272Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-09T00:46:23.272Z] This means they are not meant to be enabled using systemctl. [2021-02-09T00:46:23.272Z] Possible reasons for having this kind of units are: [2021-02-09T00:46:23.272Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-09T00:46:23.272Z] .wants/ or .requires/ directory. [2021-02-09T00:46:23.272Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-09T00:46:23.272Z] a requirement dependency on it. [2021-02-09T00:46:23.272Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-09T00:46:23.272Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-09T00:46:23.272Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-09T00:46:23.272Z] instance name specified. [2021-02-09T00:46:23.534Z] Reading package lists... [2021-02-09T00:46:23.797Z] Building dependency tree... [2021-02-09T00:46:23.797Z] Reading state information... [2021-02-09T00:46:24.062Z] The following additional packages will be installed: [2021-02-09T00:46:24.062Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-09T00:46:24.062Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-09T00:46:24.062Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-09T00:46:24.062Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-09T00:46:24.062Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-09T00:46:24.062Z] Suggested packages: [2021-02-09T00:46:24.062Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-09T00:46:24.062Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-09T00:46:24.062Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-09T00:46:24.062Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-09T00:46:24.062Z] systemd-container policykit-1 [2021-02-09T00:46:24.062Z] Recommended packages: [2021-02-09T00:46:24.062Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-09T00:46:24.062Z] The following NEW packages will be installed: [2021-02-09T00:46:24.062Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-09T00:46:24.062Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-09T00:46:24.062Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-09T00:46:24.062Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-09T00:46:24.062Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-09T00:46:24.062Z] The following packages will be upgraded: [2021-02-09T00:46:24.062Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-09T00:46:24.324Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-09T00:46:24.324Z] Need to get 35.2 MB of archives. [2021-02-09T00:46:24.324Z] After this operation, 141 MB of additional disk space will be used. [2021-02-09T00:46:24.324Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-09T00:46:24.324Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-09T00:46:24.893Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-09T00:46:24.893Z] 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-09T00:46:24.893Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-09T00:46:24.893Z] 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-09T00:46:24.893Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-09T00:46:24.893Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-09T00:46:24.893Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-09T00:46:24.893Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-09T00:46:24.893Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-09T00:46:24.893Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-09T00:46:24.893Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-09T00:46:25.153Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-09T00:46:25.153Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-09T00:46:25.153Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-09T00:46:25.153Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-09T00:46:25.153Z] 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-09T00:46:25.153Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-09T00:46:25.153Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-09T00:46:25.153Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-09T00:46:25.414Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-09T00:46:25.414Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-09T00:46:25.414Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-09T00:46:25.414Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-09T00:46:25.414Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-09T00:46:25.414Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-09T00:46:25.414Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-09T00:46:25.414Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-09T00:46:25.414Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-09T00:46:26.214Z] ---> 0f9806c3b733 [2021-02-09T00:46:26.214Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T00:46:26.214Z] ---> Running in c995a49e5f10 [2021-02-09T00:46:26.214Z] ---> 6fb62dd92636 [2021-02-09T00:46:26.214Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T00:46:26.214Z] ---> c842dcbd7eff [2021-02-09T00:46:26.214Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T00:46:26.214Z] ---> 6b25b7836ba2 [2021-02-09T00:46:26.214Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T00:46:26.214Z] ---> bf906fa1ad39 [2021-02-09T00:46:26.214Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T00:46:26.214Z] ---> Running in 959e983f332d [2021-02-09T00:46:26.214Z] ---> Running in fb06926fe226 [2021-02-09T00:46:26.214Z] ---> Running in ef6c7b771316 [2021-02-09T00:46:26.214Z] ---> Running in f51f49abee7b [2021-02-09T00:46:26.214Z] 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-09T00:46:26.214Z] 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-09T00:46:26.214Z] 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-09T00:46:26.354Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:46:26.354Z] Fetched 35.2 MB in 2s (17.5 MB/s) [2021-02-09T00:46:26.354Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T00:46:26.354Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:46:26.354Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T00:46:26.491Z] 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-09T00:46:26.491Z] 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-09T00:46:26.926Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:46:26.926Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T00:46:26.926Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-09T00:46:27.188Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T00:46:27.188Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T00:46:27.188Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T00:46:27.449Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-09T00:46:27.449Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T00:46:27.449Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T00:46:27.710Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T00:46:27.970Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-09T00:46:27.970Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-09T00:46:28.231Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-09T00:46:28.491Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-09T00:46:28.491Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T00:46:28.491Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T00:46:28.491Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-09T00:46:28.491Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T00:46:28.752Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:46:28.752Z] Selecting previously unselected package libexpat1:amd64. [2021-02-09T00:46:28.752Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-09T00:46:28.752Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T00:46:29.019Z] Selecting previously unselected package python3.6-minimal. [2021-02-09T00:46:29.019Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T00:46:29.019Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:46:29.287Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T00:46:29.287Z] Checking for services that may need to be restarted...done. [2021-02-09T00:46:29.287Z] Checking for services that may need to be restarted...done. [2021-02-09T00:46:29.549Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:46:29.549Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T00:46:29.549Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:46:30.120Z] Selecting previously unselected package python3-minimal. [2021-02-09T00:46:30.120Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-09T00:46:30.120Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-09T00:46:30.120Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-09T00:46:30.120Z] Selecting previously unselected package mime-support. [2021-02-09T00:46:30.120Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-09T00:46:30.120Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-09T00:46:30.120Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-09T00:46:30.120Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-09T00:46:30.120Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T00:46:30.380Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-09T00:46:30.380Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T00:46:30.380Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:46:30.640Z] Selecting previously unselected package python3.6. [2021-02-09T00:46:30.640Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T00:46:30.640Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:46:30.640Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-09T00:46:30.640Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-09T00:46:30.640Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T00:46:30.640Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-09T00:46:30.908Z] Selecting previously unselected package python3. [2021-02-09T00:46:30.908Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-09T00:46:30.908Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-09T00:46:30.908Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-09T00:46:31.177Z] Selecting previously unselected package multiarch-support. [2021-02-09T00:46:31.177Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:46:31.177Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T00:46:31.177Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T00:46:31.177Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-09T00:46:31.177Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-09T00:46:31.177Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-09T00:46:31.177Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T00:46:31.445Z] Selecting previously unselected package libbsd0:amd64. [2021-02-09T00:46:31.445Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-09T00:46:31.445Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T00:46:31.445Z] Selecting previously unselected package sudo. [2021-02-09T00:46:31.445Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-09T00:46:31.445Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T00:46:31.706Z] Selecting previously unselected package apparmor. [2021-02-09T00:46:31.706Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T00:46:31.706Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-09T00:46:31.706Z] Selecting previously unselected package libedit2:amd64. [2021-02-09T00:46:31.706Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-09T00:46:31.706Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T00:46:31.969Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-09T00:46:31.969Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T00:46:31.969Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:46:31.969Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-09T00:46:31.969Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T00:46:31.969Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:46:32.231Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-09T00:46:32.232Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-09T00:46:32.232Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T00:46:32.232Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-09T00:46:32.232Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T00:46:32.232Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:46:32.492Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-09T00:46:32.492Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T00:46:32.492Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:46:32.492Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-09T00:46:32.492Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-09T00:46:32.492Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T00:46:32.754Z] Selecting previously unselected package openssh-client. [2021-02-09T00:46:32.754Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-09T00:46:32.754Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T00:46:32.754Z] Selecting previously unselected package squashfs-tools. [2021-02-09T00:46:32.754Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-09T00:46:32.754Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T00:46:33.015Z] Selecting previously unselected package snapd. [2021-02-09T00:46:33.015Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-09T00:46:33.015Z] Unpacking snapd (2.48+18.04) ... [2021-02-09T00:46:34.937Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T00:46:36.327Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T00:46:36.327Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-09T00:46:36.327Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T00:46:36.327Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T00:46:36.327Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:46:36.327Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T00:46:36.588Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-09T00:46:36.588Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-09T00:46:37.532Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T00:46:37.532Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T00:46:37.532Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T00:46:37.532Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:46:37.532Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:46:37.532Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:46:38.104Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T00:46:38.104Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:46:38.104Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T00:46:38.104Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-09T00:46:38.104Z] running python rtupdate hooks for python3.6... [2021-02-09T00:46:38.104Z] running python post-rtupdate hooks for python3.6... [2021-02-09T00:46:38.366Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-09T00:46:39.753Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-09T00:46:39.753Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:46:39.753Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T00:46:39.753Z] Setting up snapd (2.48+18.04) ... [2021-02-09T00:46:40.327Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-09T00:46:40.327Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-09T00:46:40.592Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-09T00:46:40.856Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-09T00:46:40.856Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T00:46:40.856Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T00:46:41.118Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-09T00:46:41.379Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-09T00:46:41.379Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-09T00:46:41.641Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-09T00:46:41.904Z] /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-09T00:46:41.904Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T00:46:41.904Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T00:46:42.853Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T00:46:42.853Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T00:46:42.853Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T00:46:44.055Z] Reading package lists... [2021-02-09T00:46:44.316Z] Reading package lists... [2021-02-09T00:46:44.584Z] Building dependency tree... [2021-02-09T00:46:44.584Z] Reading state information... [2021-02-09T00:46:44.584Z] Calculating upgrade... [2021-02-09T00:46:44.845Z] The following packages will be upgraded: [2021-02-09T00:46:44.845Z] advancecomp base-files bash binutils binutils-common [2021-02-09T00:46:44.845Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-09T00:46:44.845Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-09T00:46:44.845Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-09T00:46:44.845Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-09T00:46:44.845Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-09T00:46:44.845Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-09T00:46:44.845Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-09T00:46:44.845Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-09T00:46:44.845Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-09T00:46:44.845Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-09T00:46:44.845Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-09T00:46:44.845Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-09T00:46:44.845Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-09T00:46:44.845Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-09T00:46:44.845Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T00:46:44.845Z] Need to get 63.8 MB of archives. [2021-02-09T00:46:44.845Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-09T00:46:44.845Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-09T00:46:45.105Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-09T00:46:45.106Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-09T00:46:45.106Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-09T00:46:45.106Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-09T00:46:45.106Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-09T00:46:45.106Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-09T00:46:45.106Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-09T00:46:45.106Z] 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-09T00:46:45.106Z] 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-09T00:46:45.106Z] 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-09T00:46:45.106Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-09T00:46:45.106Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-09T00:46:45.106Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-09T00:46:45.106Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-09T00:46:45.106Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-09T00:46:45.106Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-09T00:46:45.106Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-09T00:46:45.106Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-09T00:46:45.106Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-09T00:46:45.106Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-09T00:46:45.106Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-09T00:46:45.106Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-09T00:46:45.106Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-09T00:46:45.370Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-09T00:46:45.370Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-09T00:46:45.370Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-09T00:46:45.370Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-09T00:46:45.370Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-09T00:46:45.370Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-09T00:46:45.370Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-09T00:46:45.370Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-09T00:46:45.370Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-09T00:46:45.370Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-09T00:46:45.370Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-09T00:46:45.370Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-09T00:46:45.370Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-09T00:46:45.370Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-09T00:46:45.370Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-09T00:46:45.370Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-09T00:46:45.370Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-09T00:46:45.370Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-09T00:46:45.370Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-09T00:46:45.370Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-09T00:46:45.370Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-09T00:46:45.370Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-09T00:46:45.370Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-09T00:46:45.370Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-09T00:46:45.370Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-09T00:46:45.370Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-09T00:46:45.370Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-09T00:46:45.370Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-09T00:46:45.370Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-09T00:46:45.370Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-09T00:46:45.370Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-09T00:46:45.370Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-09T00:46:45.633Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-09T00:46:45.633Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-09T00:46:45.634Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-09T00:46:45.634Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-09T00:46:45.897Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-09T00:46:45.897Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-09T00:46:45.897Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-09T00:46:45.897Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-09T00:46:45.897Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-09T00:46:46.157Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-09T00:46:46.157Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-09T00:46:46.729Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-09T00:46:46.729Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-09T00:46:46.729Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-09T00:46:46.729Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-09T00:46:46.729Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-09T00:46:46.729Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-09T00:46:46.729Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-09T00:46:46.729Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-09T00:46:46.729Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-09T00:46:46.729Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-09T00:46:46.729Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-09T00:46:46.729Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-09T00:46:46.729Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-09T00:46:46.729Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-09T00:46:46.991Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-09T00:46:46.991Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-09T00:46:46.991Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-09T00:46:46.991Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-09T00:46:46.991Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-09T00:46:46.991Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-09T00:46:46.991Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-09T00:46:46.991Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-09T00:46:46.991Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-09T00:46:46.991Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-09T00:46:46.991Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-09T00:46:46.991Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-09T00:46:47.252Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-09T00:46:47.252Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-09T00:46:47.252Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-09T00:46:47.252Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-09T00:46:47.252Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-09T00:46:47.252Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-09T00:46:47.252Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:46:47.252Z] Fetched 63.8 MB in 2s (27.1 MB/s) [2021-02-09T00:46:47.517Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:47.517Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:46:47.517Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T00:46:48.089Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:46:48.089Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T00:46:48.089Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-09T00:46:48.089Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-09T00:46:49.032Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:46:49.032Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:46:49.032Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:46:49.032Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:46:49.296Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:46:49.296Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:46:49.296Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:46:49.296Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:46:49.560Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:46:49.560Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:46:49.560Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:46:49.560Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:46:49.560Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:46:49.822Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:46:49.823Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:46:49.823Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T00:46:49.823Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:46:49.823Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-09T00:46:50.085Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:46:50.085Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T00:46:50.085Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:46:50.085Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:46:50.347Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:46:50.347Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:46:50.347Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:46:50.347Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:46:50.607Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:46:50.607Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T00:46:50.607Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:46:50.868Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T00:46:51.440Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T00:46:51.440Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T00:46:51.440Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-09T00:46:51.440Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-09T00:46:51.440Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-09T00:46:51.701Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-09T00:46:51.964Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-09T00:46:51.964Z] Installing new version of config file /etc/issue ... [2021-02-09T00:46:51.964Z] Installing new version of config file /etc/issue.net ... [2021-02-09T00:46:51.964Z] Installing new version of config file /etc/lsb-release ... [2021-02-09T00:46:51.964Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-09T00:46:52.225Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-09T00:46:52.225Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-09T00:46:52.225Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-09T00:46:52.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:52.486Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-09T00:46:52.486Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-09T00:46:52.486Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-09T00:46:52.746Z] 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-09T00:46:52.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:52.746Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:46:52.746Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-09T00:46:53.007Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:46:53.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:53.007Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-09T00:46:53.007Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-09T00:46:53.268Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-09T00:46:53.268Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:53.268Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-09T00:46:53.268Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T00:46:53.528Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-09T00:46:53.789Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:53.789Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T00:46:53.789Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T00:46:53.789Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T00:46:54.050Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:54.050Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T00:46:54.050Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T00:46:54.050Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-09T00:46:54.311Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:54.311Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-09T00:46:54.311Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-09T00:46:54.311Z] Setting up grep (3.1-2build1) ... [2021-02-09T00:46:54.311Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:54.311Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T00:46:54.571Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T00:46:54.571Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-09T00:46:54.831Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:54.831Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T00:46:54.831Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:46:54.831Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-09T00:46:55.091Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:55.091Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T00:46:55.091Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T00:46:55.662Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T00:46:55.662Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T00:46:55.662Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T00:46:55.662Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T00:46:56.233Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-09T00:46:56.233Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:56.233Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-09T00:46:56.233Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T00:46:57.633Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T00:46:57.633Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T00:46:57.633Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T00:46:57.633Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T00:46:57.633Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T00:46:57.894Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:57.894Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-09T00:46:57.894Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-09T00:46:58.158Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-09T00:46:58.158Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:58.158Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:46:58.158Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:46:58.418Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:46:58.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:58.418Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:46:58.418Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:46:58.679Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:46:58.679Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:58.679Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:46:58.679Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:46:58.939Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:46:58.939Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:58.939Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:46:58.939Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:46:59.200Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:46:59.200Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:59.200Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T00:46:59.200Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:46:59.200Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T00:46:59.461Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:46:59.461Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T00:46:59.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:59.461Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T00:46:59.724Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:46:59.724Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T00:46:59.724Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:59.724Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:46:59.724Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:46:59.988Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:46:59.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:46:59.988Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:46:59.988Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:47:00.248Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:47:00.248Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:47:00.248Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:47:00.508Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:47:00.769Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:47:01.031Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-09T00:47:01.299Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-09T00:47:01.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:47:01.560Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:47:01.560Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T00:47:01.902Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T00:47:02.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:47:02.163Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-09T00:47:02.163Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:47:02.163Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-09T00:47:02.423Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:02.423Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-09T00:47:02.423Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-09T00:47:02.423Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-09T00:47:02.685Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:02.685Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-09T00:47:02.685Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T00:47:02.685Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-09T00:47:02.946Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:02.946Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-09T00:47:02.946Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T00:47:02.946Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-09T00:47:03.208Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:03.208Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T00:47:03.208Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T00:47:03.208Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T00:47:03.469Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:03.469Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T00:47:03.469Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T00:47:03.469Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T00:47:03.730Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:03.730Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T00:47:03.730Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T00:47:03.991Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T00:47:04.251Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:04.251Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:47:04.251Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:47:04.251Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:47:04.251Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T00:47:04.511Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T00:47:04.511Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T00:47:04.511Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T00:47:04.511Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:04.511Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-09T00:47:04.511Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-09T00:47:04.772Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-09T00:47:04.772Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:04.772Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-09T00:47:04.772Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T00:47:05.034Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T00:47:05.295Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:05.295Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T00:47:05.295Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T00:47:05.295Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T00:47:05.557Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:05.557Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-09T00:47:05.557Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-09T00:47:05.557Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-09T00:47:05.818Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:05.818Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T00:47:05.818Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T00:47:06.080Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-09T00:47:06.080Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:06.080Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:47:06.342Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T00:47:06.342Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-09T00:47:06.342Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:06.342Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-09T00:47:06.604Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-09T00:47:06.604Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-09T00:47:06.604Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:06.604Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-09T00:47:06.604Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-09T00:47:06.864Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-09T00:47:06.864Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:06.864Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-09T00:47:06.864Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-09T00:47:07.125Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-09T00:47:07.125Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:07.125Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-09T00:47:07.125Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-09T00:47:07.388Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-09T00:47:07.388Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:07.388Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T00:47:07.388Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-09T00:47:07.650Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-09T00:47:07.650Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:47:07.650Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-09T00:47:07.650Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-09T00:47:07.650Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-09T00:47:07.912Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-09T00:47:07.912Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T00:47:07.912Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T00:47:07.912Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T00:47:07.912Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T00:47:08.172Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T00:47:08.172Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T00:47:08.434Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-09T00:47:08.434Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-09T00:47:08.434Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T00:47:08.696Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-09T00:47:08.696Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T00:47:08.696Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-09T00:47:08.696Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-09T00:47:08.957Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-09T00:47:08.957Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-09T00:47:08.957Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-09T00:47:09.217Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-09T00:47:09.217Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-09T00:47:09.217Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-09T00:47:09.217Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-09T00:47:09.478Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-09T00:47:09.478Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-09T00:47:09.478Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-09T00:47:09.478Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-09T00:47:10.420Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-09T00:47:10.420Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-09T00:47:10.420Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-09T00:47:10.420Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-09T00:47:10.681Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T00:47:10.681Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T00:47:10.941Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T00:47:10.941Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T00:47:11.201Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T00:47:11.201Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T00:47:11.201Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T00:47:11.201Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T00:47:11.461Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:47:11.461Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:47:11.461Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:47:11.461Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:47:11.746Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:47:11.746Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:47:11.746Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:47:11.746Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:47:12.898Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:47:12.898Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:47:13.620Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:47:13.620Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:47:14.561Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:47:14.561Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:47:14.822Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:47:14.822Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:47:15.767Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:47:15.767Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:47:15.767Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T00:47:15.767Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T00:47:15.767Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T00:47:16.051Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T00:47:16.051Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T00:47:16.051Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T00:47:16.312Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-09T00:47:16.312Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-09T00:47:16.312Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T00:47:16.312Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T00:47:16.574Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T00:47:16.574Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T00:47:16.574Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-09T00:47:16.574Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-09T00:47:16.835Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:47:16.835Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T00:47:16.835Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:47:16.835Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:47:16.835Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:47:17.096Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-09T00:47:17.096Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-09T00:47:17.096Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-09T00:47:17.096Z] [2021-02-09T00:47:17.096Z] Current default time zone: 'Etc/UTC' [2021-02-09T00:47:17.096Z] Local time is now: Tue Feb 9 00:47:17 UTC 2021. [2021-02-09T00:47:17.096Z] Universal Time is now: Tue Feb 9 00:47:17 UTC 2021. [2021-02-09T00:47:17.096Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-09T00:47:17.096Z] [2021-02-09T00:47:17.096Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-09T00:47:17.358Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:47:17.358Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-09T00:47:17.358Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:47:17.358Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-09T00:47:17.358Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-09T00:47:17.358Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-09T00:47:17.358Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-09T00:47:17.358Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-09T00:47:17.358Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T00:47:17.358Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:47:17.622Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-09T00:47:17.883Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:47:17.883Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T00:47:17.883Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:47:17.883Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-09T00:47:17.883Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-09T00:47:17.883Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-09T00:47:17.883Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T00:47:17.883Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-09T00:47:18.145Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-09T00:47:18.145Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-09T00:47:18.145Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-09T00:47:20.062Z] Updating certificates in /etc/ssl/certs... [2021-02-09T00:47:21.004Z] 23 added, 27 removed; done. [2021-02-09T00:47:21.004Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T00:47:21.004Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:47:21.004Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-09T00:47:21.004Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-09T00:47:21.004Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-09T00:47:21.265Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:47:21.265Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T00:47:21.265Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:47:21.265Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:47:21.265Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:47:21.265Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:47:21.265Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:47:21.265Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-09T00:47:21.265Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-09T00:47:21.525Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-09T00:47:21.525Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-09T00:47:21.525Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-09T00:47:21.525Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:47:21.525Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:47:21.525Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-09T00:47:21.525Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-09T00:47:21.525Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-09T00:47:21.785Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T00:47:21.785Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T00:47:21.785Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-09T00:47:21.785Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-09T00:47:21.785Z] Updating certificates in /etc/ssl/certs... [2021-02-09T00:47:22.356Z] 0 added, 0 removed; done. [2021-02-09T00:47:22.356Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-09T00:47:22.356Z] done. [2021-02-09T00:47:22.927Z] Reading package lists... [2021-02-09T00:47:22.927Z] Building dependency tree... [2021-02-09T00:47:22.927Z] Reading state information... [2021-02-09T00:47:23.188Z] The following NEW packages will be installed: [2021-02-09T00:47:23.188Z] apt-transport-https [2021-02-09T00:47:23.188Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T00:47:23.188Z] Need to get 1696 B of archives. [2021-02-09T00:47:23.188Z] After this operation, 153 kB of additional disk space will be used. [2021-02-09T00:47:23.188Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-09T00:47:23.448Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:47:23.448Z] Fetched 1696 B in 0s (44.7 kB/s) [2021-02-09T00:47:23.448Z] Selecting previously unselected package apt-transport-https. [2021-02-09T00:47:23.448Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-09T00:47:23.448Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-09T00:47:23.448Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T00:47:23.448Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T00:47:23.708Z] Waiting for network to be ready... [2021-02-09T00:47:28.994Z] 2021-02-09T00:47:26Z INFO Waiting for automatic snapd restart... [2021-02-09T00:47:29.261Z] snapd 2.48.2.1 from Canonical* installed [2021-02-09T00:47:30.201Z] "snapd" switched to the "latest/stable" channel [2021-02-09T00:47:30.201Z] [2021-02-09T00:47:32.743Z] core18 20210128 from Canonical* installed [2021-02-09T00:47:33.003Z] "core18" switched to the "latest/stable" channel [2021-02-09T00:47:33.003Z] [2021-02-09T00:47:36.304Z] snapcraft 4.4.4 from Canonical* installed [2021-02-09T00:47:36.304Z] "snapcraft" switched to the "latest/stable" channel [2021-02-09T00:47:36.304Z] [2021-02-09T00:47:39.612Z] 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-09T00:47:39.612Z] - README.md [2021-02-09T00:47:39.612Z] - snapcraft.yaml.orig [2021-02-09T00:47:39.612Z] [2021-02-09T00:47:39.612Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T00:47:45.975Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T00:47:46.235Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T00:47:46.235Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T00:47:46.496Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T00:47:47.697Z] Reading package lists... [2021-02-09T00:47:47.697Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-09T00:47:48.335Z] 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-09T00:47:54.284Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T00:47:54.284Z] Reading package lists... [2021-02-09T00:47:54.284Z] Building dependency tree... [2021-02-09T00:47:54.284Z] Reading state information... [2021-02-09T00:47:54.284Z] Suggested packages: [2021-02-09T00:47:54.284Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-09T00:47:54.284Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-09T00:47:54.284Z] Recommended packages: [2021-02-09T00:47:54.284Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-09T00:47:54.284Z] The following NEW packages will be installed: [2021-02-09T00:47:54.284Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-09T00:47:54.284Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-09T00:47:54.284Z] pkg-config zip [2021-02-09T00:47:54.284Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T00:47:54.284Z] Need to get 7655 kB of archives. [2021-02-09T00:47:54.284Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-09T00:47:54.284Z] 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-09T00:47:54.284Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-09T00:47:54.284Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-09T00:47:54.284Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-09T00:47:54.548Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-09T00:47:54.548Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-09T00:47:54.548Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-09T00:47:54.548Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-09T00:47:54.808Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-09T00:47:54.808Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-09T00:47:54.808Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-09T00:47:55.068Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-09T00:47:55.068Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-09T00:47:55.068Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-09T00:47:55.068Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-09T00:47:55.329Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:47:55.329Z] Fetched 7655 kB in 1s (8580 kB/s) [2021-02-09T00:47:55.329Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-09T00:47:55.329Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-09T00:47:55.329Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-09T00:47:55.329Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T00:47:55.590Z] Selecting previously unselected package libpsl5:amd64. [2021-02-09T00:47:55.590Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-09T00:47:55.590Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T00:47:55.590Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-09T00:47:55.590Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-09T00:47:55.590Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T00:47:55.590Z] Selecting previously unselected package librtmp1:amd64. [2021-02-09T00:47:55.590Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-09T00:47:55.590Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T00:47:55.857Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-09T00:47:55.857Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-09T00:47:55.857Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T00:47:55.857Z] Selecting previously unselected package liberror-perl. [2021-02-09T00:47:55.857Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-09T00:47:55.857Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-09T00:47:55.857Z] Selecting previously unselected package git-man. [2021-02-09T00:47:55.857Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-09T00:47:55.857Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T00:47:56.117Z] Selecting previously unselected package git. [2021-02-09T00:47:56.117Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-09T00:47:56.117Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T00:47:57.059Z] Selecting previously unselected package libnorm1:amd64. [2021-02-09T00:47:57.059Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-09T00:47:57.059Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T00:47:57.059Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-09T00:47:57.059Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-09T00:47:57.059Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T00:47:57.326Z] Selecting previously unselected package libsodium23:amd64. [2021-02-09T00:47:57.326Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-09T00:47:57.326Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-09T00:47:57.326Z] Selecting previously unselected package libzmq5:amd64. [2021-02-09T00:47:57.326Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T00:47:57.326Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T00:47:57.326Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-09T00:47:57.588Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T00:47:57.588Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T00:47:57.588Z] Selecting previously unselected package pkg-config. [2021-02-09T00:47:57.588Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-09T00:47:57.588Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T00:47:57.588Z] Selecting previously unselected package zip. [2021-02-09T00:47:57.588Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-09T00:47:57.588Z] Unpacking zip (3.0-11build1) ... [2021-02-09T00:47:57.849Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T00:47:57.849Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T00:47:57.849Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T00:47:57.849Z] Setting up liberror-perl (0.17025-1) ... [2021-02-09T00:47:57.849Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T00:47:57.849Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T00:47:58.109Z] No schema files found: doing nothing. [2021-02-09T00:47:58.109Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T00:47:58.109Z] Setting up zip (3.0-11build1) ... [2021-02-09T00:47:58.109Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T00:47:58.109Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-09T00:47:58.109Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T00:47:58.109Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T00:47:58.109Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T00:47:58.109Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T00:47:58.109Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T00:47:58.370Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T00:48:00.751Z] Removing intermediate container c995a49e5f10 [2021-02-09T00:48:00.751Z] ---> 00064b9bbd79 [2021-02-09T00:48:00.751Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T00:48:01.367Z] ---> Running in 5634a515b99a [2021-02-09T00:48:04.020Z] 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-09T00:48:04.960Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T00:48:04.960Z] git set to automatically installed. [2021-02-09T00:48:04.960Z] git-man set to automatically installed. [2021-02-09T00:48:04.960Z] libcurl3-gnutls set to automatically installed. [2021-02-09T00:48:04.960Z] liberror-perl set to automatically installed. [2021-02-09T00:48:04.960Z] libglib2.0-0 set to automatically installed. [2021-02-09T00:48:04.960Z] libnghttp2-14 set to automatically installed. [2021-02-09T00:48:04.960Z] libnorm1 set to automatically installed. [2021-02-09T00:48:04.960Z] libpgm-5.2-0 set to automatically installed. [2021-02-09T00:48:04.960Z] libpsl5 set to automatically installed. [2021-02-09T00:48:04.960Z] librtmp1 set to automatically installed. [2021-02-09T00:48:04.960Z] libsodium23 set to automatically installed. [2021-02-09T00:48:04.960Z] libzmq3-dev set to automatically installed. [2021-02-09T00:48:04.960Z] libzmq5 set to automatically installed. [2021-02-09T00:48:04.960Z] pkg-config set to automatically installed. [2021-02-09T00:48:04.960Z] zip set to automatically installed. [2021-02-09T00:48:05.503Z] Removing intermediate container 959e983f332d [2021-02-09T00:48:05.503Z] ---> 4e922417d287 [2021-02-09T00:48:05.503Z] [2021-02-09T00:48:05.503Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T00:48:05.503Z] 3.12: Pulling from library/alpine [2021-02-09T00:48:06.872Z] snapd is not logged in, snap install commands will use sudo [2021-02-09T00:48:06.956Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T00:48:06.956Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T00:48:06.956Z] ---> afeebe901d6b [2021-02-09T00:48:06.956Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T00:48:06.956Z] ---> Running in 11d002455f22 [2021-02-09T00:48:09.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:09.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:09.901Z] Removing intermediate container 5634a515b99a [2021-02-09T00:48:09.901Z] ---> d573b9efa1d3 [2021-02-09T00:48:09.901Z] [2021-02-09T00:48:09.901Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T00:48:09.901Z] 20.10.0: Pulling from library/docker [2021-02-09T00:48:10.505Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T00:48:10.505Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:48:10.505Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T00:48:10.505Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T00:48:10.505Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:48:10.505Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:48:10.785Z] OK: 7 MiB in 18 packages [2021-02-09T00:48:13.461Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T00:48:13.461Z] snap "core18" has no updates available [2021-02-09T00:48:14.405Z] Pulling config-common [2021-02-09T00:48:15.346Z] Pulling go-build-helper [2021-02-09T00:48:16.210Z] Removing intermediate container 11d002455f22 [2021-02-09T00:48:16.211Z] ---> 105f4ea8a43b [2021-02-09T00:48:16.211Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:48:16.599Z] ---> Running in 439cf36d0b2d [2021-02-09T00:48:17.428Z] Removing intermediate container ef6c7b771316 [2021-02-09T00:48:17.428Z] ---> 1d3c76b14012 [2021-02-09T00:48:17.428Z] [2021-02-09T00:48:17.428Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:48:17.428Z] ---> afeebe901d6b [2021-02-09T00:48:17.428Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:48:17.428Z] Removing intermediate container 439cf36d0b2d [2021-02-09T00:48:17.428Z] ---> 72118472ef57 [2021-02-09T00:48:17.428Z] Step 13/21 : WORKDIR /edgex [2021-02-09T00:48:17.742Z] ---> Running in 8c762956cf1f [2021-02-09T00:48:18.043Z] Removing intermediate container fb06926fe226 [2021-02-09T00:48:18.043Z] ---> 18b1f2bcc362 [2021-02-09T00:48:18.043Z] [2021-02-09T00:48:18.043Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:48:18.043Z] ---> afeebe901d6b [2021-02-09T00:48:18.043Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:48:18.390Z] ---> Running in d6feda2d0221 [2021-02-09T00:48:18.678Z] ---> Running in 755575f50672 [2021-02-09T00:48:19.719Z] Removing intermediate container d6feda2d0221 [2021-02-09T00:48:19.719Z] ---> 4f33cbe4e016 [2021-02-09T00:48:19.719Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T00:48:20.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:20.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:20.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:20.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:21.493Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:48:21.493Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:48:21.493Z] OK: 5 MiB in 15 packages [2021-02-09T00:48:21.493Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:48:21.493Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:48:21.493Z] OK: 5 MiB in 15 packages [2021-02-09T00:48:21.773Z] ---> 778e55c70aaa [2021-02-09T00:48:21.773Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T00:48:23.758Z] Removing intermediate container 8c762956cf1f [2021-02-09T00:48:23.758Z] ---> fcfdc072fe13 [2021-02-09T00:48:23.758Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:48:24.039Z] ---> Running in feac425cba6e [2021-02-09T00:48:24.039Z] Removing intermediate container 755575f50672 [2021-02-09T00:48:24.039Z] ---> 60173c8764b8 [2021-02-09T00:48:24.039Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:48:24.039Z] ---> b21ea9c847db [2021-02-09T00:48:24.039Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T00:48:24.313Z] ---> Running in d2eec5f3a925 [2021-02-09T00:48:24.586Z] Removing intermediate container feac425cba6e [2021-02-09T00:48:24.586Z] ---> 057571167a33 [2021-02-09T00:48:24.586Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T00:48:24.891Z] ---> Running in 7856419b4cc4 [2021-02-09T00:48:25.169Z] Removing intermediate container d2eec5f3a925 [2021-02-09T00:48:25.169Z] ---> 72a4cf964f14 [2021-02-09T00:48:25.169Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T00:48:25.444Z] ---> Running in b64fecdc45bd [2021-02-09T00:48:25.717Z] Removing intermediate container 7856419b4cc4 [2021-02-09T00:48:25.717Z] ---> 78f663cba367 [2021-02-09T00:48:25.717Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:48:26.322Z] ---> Running in adff08cde2e9 [2021-02-09T00:48:26.597Z] ---> 53fa044d20ec [2021-02-09T00:48:26.597Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T00:48:26.597Z] Removing intermediate container b64fecdc45bd [2021-02-09T00:48:26.597Z] ---> ff7e4c648312 [2021-02-09T00:48:26.597Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:48:26.878Z] ---> Running in 0e633798fdcc [2021-02-09T00:48:26.878Z] ---> Running in 9dde7d9fbc19 [2021-02-09T00:48:27.152Z] Removing intermediate container adff08cde2e9 [2021-02-09T00:48:27.152Z] ---> 7fd4370ea862 [2021-02-09T00:48:27.152Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:48:27.750Z] Removing intermediate container 0e633798fdcc [2021-02-09T00:48:27.750Z] ---> 25d24f2a4b47 [2021-02-09T00:48:27.750Z] Step 15/23 : WORKDIR / [2021-02-09T00:48:27.750Z] Removing intermediate container 9dde7d9fbc19 [2021-02-09T00:48:27.750Z] ---> c395864b86cf [2021-02-09T00:48:27.750Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T00:48:28.026Z] ---> Running in 0a3258118b49 [2021-02-09T00:48:28.026Z] ---> Running in 504e6d37f3f0 [2021-02-09T00:48:28.302Z] ---> 318eef329a10 [2021-02-09T00:48:28.302Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T00:48:28.912Z] Removing intermediate container 504e6d37f3f0 [2021-02-09T00:48:28.912Z] ---> 53f891dbc40c [2021-02-09T00:48:28.912Z] Step 19/21 : LABEL arch=arm64 [2021-02-09T00:48:29.510Z] Removing intermediate container 0a3258118b49 [2021-02-09T00:48:29.510Z] ---> d7c94213cd70 [2021-02-09T00:48:29.510Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:48:29.510Z] ---> Running in 6ca086c43b37 [2021-02-09T00:48:30.490Z] Removing intermediate container 6ca086c43b37 [2021-02-09T00:48:30.490Z] ---> e93c11d58a0b [2021-02-09T00:48:30.490Z] Step 20/21 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:48:30.490Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T00:48:30.766Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T00:48:30.766Z] ---> eeaf43b92773 [2021-02-09T00:48:30.766Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T00:48:30.766Z] ---> 48528994360b [2021-02-09T00:48:30.766Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T00:48:30.766Z] ---> 9ae4b390a1ca [2021-02-09T00:48:30.766Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T00:48:31.041Z] ---> Running in 3541f9fbe56b [2021-02-09T00:48:31.041Z] Removing intermediate container f51f49abee7b [2021-02-09T00:48:31.041Z] ---> c8b12b6cf9ac [2021-02-09T00:48:31.041Z] [2021-02-09T00:48:31.041Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:48:31.041Z] ---> afeebe901d6b [2021-02-09T00:48:31.041Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T00:48:31.041Z] ---> Running in 6793f8491c7f [2021-02-09T00:48:31.644Z] ---> Running in 452799ea5276 [2021-02-09T00:48:31.918Z] Removing intermediate container 3541f9fbe56b [2021-02-09T00:48:31.918Z] ---> 2a7db71c35e6 [2021-02-09T00:48:31.918Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T00:48:31.918Z] ---> 0b84aa071b2f [2021-02-09T00:48:31.918Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T00:48:32.192Z] ---> Running in c02baf4b7556 [2021-02-09T00:48:32.192Z] ---> Running in e5b0e6ea4f17 [2021-02-09T00:48:32.465Z] Removing intermediate container 452799ea5276 [2021-02-09T00:48:32.465Z] ---> f0b1d488eeb3 [2021-02-09T00:48:32.465Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T00:48:32.465Z] ---> 2240fe66a4fa [2021-02-09T00:48:32.465Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T00:48:32.739Z] ---> Running in bc0e1f07e76c [2021-02-09T00:48:32.739Z] Removing intermediate container c02baf4b7556 [2021-02-09T00:48:32.739Z] ---> 9f7c0f53db65 [2021-02-09T00:48:32.739Z] [2021-02-09T00:48:33.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:33.028Z] Removing intermediate container e5b0e6ea4f17 [2021-02-09T00:48:33.028Z] ---> 7c0141188485 [2021-02-09T00:48:33.028Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:48:33.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:33.304Z] ---> Running in bd938dbe7cf6 [2021-02-09T00:48:33.304Z] Removing intermediate container bc0e1f07e76c [2021-02-09T00:48:33.304Z] ---> 16e1e5d18407 [2021-02-09T00:48:33.304Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T00:48:33.577Z] Successfully built 9f7c0f53db65 [2021-02-09T00:48:33.577Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-09T00:48:33.577Z] ---> 8d4ba07f563b [2021-02-09T00:48:33.577Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T00:48:33.577Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T00:48:33.577Z] ---> Running in 5e26e0450a29 [2021-02-09T00:48:33.577Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-09T00:48:33.577Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T00:48:33.577Z] Executing bash-5.0.17-r0.post-install [2021-02-09T00:48:33.577Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:48:33.577Z] OK: 12 MiB in 22 packages [2021-02-09T00:48:33.852Z] ---> Running in b7b7c01da63e [2021-02-09T00:48:33.852Z] Removing intermediate container bd938dbe7cf6 [2021-02-09T00:48:33.852Z] ---> 5e0fca2d69c4 [2021-02-09T00:48:33.852Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T00:48:34.133Z] ---> Running in 1f7897492149 [2021-02-09T00:48:34.133Z] Removing intermediate container 5e26e0450a29 [2021-02-09T00:48:34.133Z] ---> d82410112587 [2021-02-09T00:48:34.133Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:48:34.404Z] ---> Running in 12cb1ebd6509 [2021-02-09T00:48:34.680Z] Removing intermediate container b7b7c01da63e [2021-02-09T00:48:34.680Z] ---> 1fd0a305f06f [2021-02-09T00:48:34.680Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:48:34.960Z] ---> Running in eba00e1b48f0 [2021-02-09T00:48:34.960Z] Removing intermediate container 1f7897492149 [2021-02-09T00:48:34.960Z] ---> fe142efff310 [2021-02-09T00:48:34.960Z] Step 21/22 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:48:35.236Z] ---> Running in 11d6973d4d06 [2021-02-09T00:48:36.219Z] Removing intermediate container eba00e1b48f0 [2021-02-09T00:48:36.219Z] ---> df6e44965a99 [2021-02-09T00:48:36.219Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T00:48:36.219Z] Removing intermediate container 6793f8491c7f [2021-02-09T00:48:36.219Z] ---> b24fc0002c91 [2021-02-09T00:48:36.219Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T00:48:36.493Z] Removing intermediate container 11d6973d4d06 [2021-02-09T00:48:36.493Z] ---> 90caf92302b4 [2021-02-09T00:48:36.493Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:48:36.766Z] ---> Running in 27f2a1261b35 [2021-02-09T00:48:36.766Z] ---> Running in 7d67056a5c00 [2021-02-09T00:48:37.044Z] ---> Running in 1823cbd41b95 [2021-02-09T00:48:37.302Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T00:48:37.303Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T00:48:37.303Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1538 kB] [2021-02-09T00:48:37.303Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-09T00:48:37.303Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T00:48:37.303Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T00:48:37.303Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T00:48:37.303Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T00:48:37.303Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-09T00:48:37.303Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-09T00:48:37.303Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T00:48:37.303Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T00:48:37.303Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T00:48:37.303Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T00:48:37.303Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T00:48:37.303Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T00:48:37.303Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T00:48:37.303Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T00:48:37.303Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T00:48:37.303Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T00:48:37.303Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T00:48:37.303Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T00:48:37.303Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T00:48:37.303Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T00:48:37.303Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T00:48:37.303Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T00:48:37.303Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T00:48:37.303Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-09T00:48:37.303Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-09T00:48:37.303Z] Fetched 279 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-09T00:48:37.303Z] Fetched 122 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-09T00:48:37.303Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-09T00:48:37.303Z] Fetched 8848 B in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-09T00:48:37.303Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-09T00:48:37.303Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-09T00:48:37.303Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-09T00:48:37.303Z] Fetched 214 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-09T00:48:37.303Z] Fetched 155 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-09T00:48:37.303Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-09T00:48:37.303Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-09T00:48:37.303Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-09T00:48:37.303Z] Fetched 499 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-09T00:48:37.303Z] Fetched 111 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-09T00:48:37.303Z] Fetched 240 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-09T00:48:37.303Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-09T00:48:37.303Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-09T00:48:37.303Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-09T00:48:37.303Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-09T00:48:37.303Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-09T00:48:37.303Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-09T00:48:37.303Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-09T00:48:37.303Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-09T00:48:37.303Z] Fetched 8720 B in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-09T00:48:37.303Z] Fetched 137 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-09T00:48:37.303Z] Fetched 119 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-09T00:48:37.303Z] Fetched 109 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-09T00:48:37.303Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-09T00:48:37.303Z] Fetched 645 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-09T00:48:37.303Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-09T00:48:37.303Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-09T00:48:37.303Z] Fetched 368 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-09T00:48:37.303Z] Fetched 187 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-09T00:48:37.303Z] Fetched 175 kB in 0s (0 B/s) [2021-02-09T00:48:37.303Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-09T00:48:37.638Z] Removing intermediate container 7d67056a5c00 [2021-02-09T00:48:37.638Z] ---> a51f3dba4af2 [2021-02-09T00:48:37.638Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T00:48:37.638Z] Removing intermediate container 27f2a1261b35 [2021-02-09T00:48:37.638Z] ---> f24528efbd43 [2021-02-09T00:48:37.638Z] Step 22/23 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:48:37.917Z] Removing intermediate container 1823cbd41b95 [2021-02-09T00:48:37.917Z] ---> 56a820bdde93 [2021-02-09T00:48:37.917Z] [2021-02-09T00:48:37.917Z] ---> Running in 931d557dd147 [2021-02-09T00:48:37.917Z] ---> Running in 78f2f1cefbe1 [2021-02-09T00:48:38.525Z] Removing intermediate container 12cb1ebd6509 [2021-02-09T00:48:38.525Z] ---> 886d760a380c [2021-02-09T00:48:38.525Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T00:48:38.525Z] Successfully built 56a820bdde93 [2021-02-09T00:48:38.825Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-09T00:48:38.825Z] Building docker-support-notifications-go [2021-02-09T00:48:39.103Z]  Building docker-support-scheduler-go ... done  ---> Running in d956864e14d8 [2021-02-09T00:48:39.103Z] Removing intermediate container 78f2f1cefbe1 [2021-02-09T00:48:39.103Z] ---> a079b8e496d7 [2021-02-09T00:48:39.103Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:48:39.103Z] Removing intermediate container 931d557dd147 [2021-02-09T00:48:39.103Z] ---> 11b6c1c01f79 [2021-02-09T00:48:39.103Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T00:48:39.382Z] ---> Running in 0e6097e0b2e0 [2021-02-09T00:48:39.382Z] ---> Running in 80094434c520 [2021-02-09T00:48:40.003Z] Removing intermediate container 80094434c520 [2021-02-09T00:48:40.003Z] ---> 91208084cb14 [2021-02-09T00:48:40.003Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T00:48:40.276Z] Removing intermediate container 0e6097e0b2e0 [2021-02-09T00:48:40.276Z] ---> cadbf44ac8e5 [2021-02-09T00:48:40.276Z] [2021-02-09T00:48:40.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:40.607Z] Fetched 206 kB in 0s (0 B/s) [2021-02-09T00:48:40.607Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-09T00:48:40.607Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-09T00:48:40.607Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-09T00:48:40.607Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-09T00:48:40.607Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-09T00:48:40.607Z] Fetched 159 kB in 0s (0 B/s) [2021-02-09T00:48:40.607Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-09T00:48:40.607Z] Fetched 107 kB in 0s (0 B/s) [2021-02-09T00:48:40.607Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-09T00:48:40.607Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-09T00:48:40.607Z] Pulling static-packages [2021-02-09T00:48:40.829Z] Successfully built cadbf44ac8e5 [2021-02-09T00:48:40.829Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-09T00:48:40.829Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-02-09T00:48:40.913Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-09T00:48:40.913Z] Skipping pull go-build-helper (already ran) [2021-02-09T00:48:40.913Z] Skipping pull static-packages (already ran) [2021-02-09T00:48:40.913Z] Building go-build-helper [2021-02-09T00:48:41.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:42.028Z] ---> 86b5d700f369 [2021-02-09T00:48:42.028Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T00:48:42.028Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T00:48:42.303Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T00:48:42.303Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T00:48:42.577Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T00:48:42.851Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T00:48:42.851Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T00:48:43.128Z] ---> 44b1a968da61 [2021-02-09T00:48:43.128Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T00:48:43.128Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:48:43.128Z] OK: 8 MiB in 20 packages [2021-02-09T00:48:44.600Z] ---> 968d3fb72874 [2021-02-09T00:48:44.600Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T00:48:44.600Z] ---> Running in 8706821c89b1 [2021-02-09T00:48:44.874Z] Removing intermediate container d956864e14d8 [2021-02-09T00:48:44.874Z] ---> 9d7181b8035c [2021-02-09T00:48:44.874Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:48:45.275Z] Building static-packages [2021-02-09T00:48:46.661Z] Staging go-build-helper [2021-02-09T00:48:46.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:46.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:46.873Z] ---> cf9bf062bca3 [2021-02-09T00:48:46.873Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T00:48:47.473Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T00:48:47.473Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T00:48:47.473Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T00:48:47.473Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T00:48:47.473Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T00:48:47.473Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T00:48:47.473Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T00:48:47.601Z] Staging static-packages [2021-02-09T00:48:48.541Z] Pulling go115 [2021-02-09T00:48:49.458Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T00:48:49.458Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T00:48:49.458Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T00:48:49.458Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T00:48:49.458Z] ---> 902ce2c06f37 [2021-02-09T00:48:49.458Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T00:48:49.458Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T00:48:49.458Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T00:48:49.458Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T00:48:49.492Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-09T00:48:49.492Z] Skipping pull go115 (already ran) [2021-02-09T00:48:49.492Z] Building go115 [2021-02-09T00:48:49.492Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T00:48:49.492Z] Dload Upload Total Spent Left Speed [2021-02-09T00:48:49.734Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T00:48:49.734Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T00:48:49.734Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T00:48:49.734Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T00:48:50.015Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T00:48:50.015Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T00:48:50.015Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T00:48:50.015Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T00:48:50.015Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T00:48:50.015Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T00:48:50.015Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T00:48:50.015Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T00:48:50.015Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T00:48:50.293Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T00:48:50.293Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T00:48:50.293Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T00:48:50.293Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T00:48:50.293Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T00:48:50.293Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T00:48:50.293Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:48:50.580Z] OK: 71 MiB in 55 packages [2021-02-09T00:48:50.858Z] ---> 662cb1e35c38 [2021-02-09T00:48:50.858Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T00:48:51.462Z] ---> Running in f93fdc7c7184 [2021-02-09T00:48:52.048Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 20.6M 0 0 31.2M 0 0:00:03 --:--:-- 0:00:03 31.2M 56 115M 56 65.6M 0 0 39.5M 0 0:00:02 0:00:01 0:00:01 39.5M 92 115M 92 107M 0 0 40.2M 0 0:00:02 0:00:02 --:--:-- 40.2M 100 115M 100 115M 0 0 40.1M 0 0:00:02 0:00:02 --:--:-- 40.1M [2021-02-09T00:48:52.067Z] Removing intermediate container f93fdc7c7184 [2021-02-09T00:48:52.067Z] ---> 095e1ae70350 [2021-02-09T00:48:52.068Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:48:52.343Z] ---> Running in d3241d592fe5 [2021-02-09T00:48:52.619Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-09T00:48:53.335Z] Removing intermediate container d3241d592fe5 [2021-02-09T00:48:53.335Z] ---> eecb3cd1d799 [2021-02-09T00:48:53.335Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T00:48:53.609Z] ---> Running in 7a247b726c81 [2021-02-09T00:48:54.609Z] Removing intermediate container 7a247b726c81 [2021-02-09T00:48:54.609Z] ---> 09139e17e721 [2021-02-09T00:48:54.609Z] Step 22/23 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:48:54.897Z] ---> Running in 00f723f8bb58 [2021-02-09T00:48:55.886Z] Removing intermediate container 00f723f8bb58 [2021-02-09T00:48:55.886Z] ---> ccc73604c7ea [2021-02-09T00:48:55.886Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:48:55.886Z] ---> Running in 9d954178924b [2021-02-09T00:48:56.496Z] Removing intermediate container 9d954178924b [2021-02-09T00:48:56.496Z] ---> 6046e1ab8399 [2021-02-09T00:48:56.496Z] [2021-02-09T00:48:56.826Z] Staging go115 [2021-02-09T00:48:57.134Z] Successfully built 6046e1ab8399 [2021-02-09T00:48:57.134Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-09T00:48:57.134Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-02-09T00:48:58.108Z] Removing intermediate container 8706821c89b1 [2021-02-09T00:48:58.108Z] ---> 3b5db77f7324 [2021-02-09T00:48:58.108Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T00:48:58.108Z] ---> Running in d08ad781bdfa [2021-02-09T00:49:02.111Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T00:49:02.111Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T00:49:02.111Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T00:49:02.111Z] Fetched 0 B in 0s (0 B/s) [2021-02-09T00:49:02.111Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-09T00:49:02.111Z] Fetched 224 kB in 0s (0 B/s) [2021-02-09T00:49:02.111Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-09T00:49:02.111Z] Fetched 157 kB in 0s (0 B/s) [2021-02-09T00:49:02.111Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-09T00:49:02.111Z] Fetched 221 kB in 0s (0 B/s) [2021-02-09T00:49:02.111Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-09T00:49:02.111Z] Fetched 143 kB in 0s (0 B/s) [2021-02-09T00:49:02.111Z] Pulling edgex-go [2021-02-09T00:49:02.702Z] Pulling version [2021-02-09T00:49:03.528Z] Collecting docker-compose==1.23.2 [2021-02-09T00:49:03.528Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T00:49:03.657Z] Building config-common [2021-02-09T00:49:04.524Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T00:49:04.524Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T00:49:05.581Z] Skipping build go-build-helper (already ran) [2021-02-09T00:49:05.581Z] Skipping build static-packages (already ran) [2021-02-09T00:49:05.581Z] Skipping build go115 (already ran) [2021-02-09T00:49:05.581Z] Building edgex-go [2021-02-09T00:49:05.842Z] 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-09T00:49:07.165Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T00:49:07.165Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T00:49:07.240Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-09T00:49:07.240Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-09T00:49:07.240Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-09T00:49:07.240Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.29 [2021-02-09T00:49:07.240Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-09T00:49:07.240Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-09T00:49:07.240Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-09T00:49:07.240Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-09T00:49:07.240Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-09T00:49:07.240Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-09T00:49:07.240Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-09T00:49:07.240Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-09T00:49:07.240Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-09T00:49:07.240Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-09T00:49:07.240Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-09T00:49:07.240Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-09T00:49:07.240Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-09T00:49:07.240Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-09T00:49:07.240Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-09T00:49:07.240Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-09T00:49:07.240Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-09T00:49:07.240Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-09T00:49:07.240Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-09T00:49:07.240Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-09T00:49:07.503Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-09T00:49:07.503Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-09T00:49:07.503Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-09T00:49:09.792Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T00:49:09.792Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:49:09.792Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:49:09.792Z] ---> 8a43bb62f4f9 [2021-02-09T00:49:09.792Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T00:49:09.792Z] ---> Using cache [2021-02-09T00:49:09.792Z] ---> 657cfdcadbaa [2021-02-09T00:49:09.792Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:49:09.792Z] ---> Using cache [2021-02-09T00:49:09.792Z] ---> 0afabca074b6 [2021-02-09T00:49:09.793Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T00:49:09.793Z] ---> Using cache [2021-02-09T00:49:09.793Z] ---> c28dca34f9a0 [2021-02-09T00:49:09.793Z] Step 6/30 : COPY go.mod . [2021-02-09T00:49:09.793Z] ---> Using cache [2021-02-09T00:49:09.793Z] ---> b89c15cad665 [2021-02-09T00:49:09.793Z] Step 7/30 : RUN go mod download [2021-02-09T00:49:09.793Z] ---> Using cache [2021-02-09T00:49:09.793Z] ---> 0320150d8687 [2021-02-09T00:49:09.793Z] Step 8/30 : COPY . . [2021-02-09T00:49:09.793Z] ---> Using cache [2021-02-09T00:49:09.793Z] ---> 6fb62dd92636 [2021-02-09T00:49:09.793Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T00:49:09.793Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T00:49:10.786Z] 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-09T00:49:12.786Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T00:49:12.786Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T00:49:13.060Z] ---> Running in 484173b32cb8 [2021-02-09T00:49:14.045Z] Collecting PyYAML<4,>=3.10 [2021-02-09T00:49:14.045Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T00:49:14.089Z] 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-09T00:49:14.089Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-09T00:49:14.321Z] 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-09T00:49:18.793Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T00:49:18.793Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T00:49:19.367Z] 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-09T00:49:20.312Z] 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-09T00:49:21.427Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T00:49:21.427Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T00:49:21.700Z] 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-09T00:49:21.700Z] 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-09T00:49:21.960Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-09T00:49:21.960Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-09T00:49:21.960Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-09T00:49:21.960Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-09T00:49:22.029Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T00:49:22.029Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T00:49:23.020Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T00:49:23.020Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T00:49:23.622Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T00:49:23.622Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T00:49:23.869Z] 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-09T00:49:23.869Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-09T00:49:23.869Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-09T00:49:24.633Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T00:49:24.810Z] 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-09T00:49:24.927Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T00:49:25.204Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:49:25.204Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:49:25.204Z] ---> 8a43bb62f4f9 [2021-02-09T00:49:25.204Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:49:25.204Z] ---> Using cache [2021-02-09T00:49:25.204Z] ---> 657cfdcadbaa [2021-02-09T00:49:25.204Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:49:25.204Z] ---> Using cache [2021-02-09T00:49:25.204Z] ---> 0afabca074b6 [2021-02-09T00:49:25.204Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T00:49:25.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-09T00:49:25.747Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-09T00:49:26.673Z] Collecting idna<2.8,>=2.5 [2021-02-09T00:49:26.673Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T00:49:27.128Z] 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-09T00:49:27.283Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:49:27.283Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:49:27.283Z] ---> 8a43bb62f4f9 [2021-02-09T00:49:27.283Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T00:49:27.283Z] ---> Using cache [2021-02-09T00:49:27.283Z] ---> 657cfdcadbaa [2021-02-09T00:49:27.283Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:49:27.283Z] ---> Using cache [2021-02-09T00:49:27.283Z] ---> 0afabca074b6 [2021-02-09T00:49:27.283Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T00:49:27.283Z] ---> Using cache [2021-02-09T00:49:27.283Z] ---> c28dca34f9a0 [2021-02-09T00:49:27.283Z] Step 6/24 : COPY go.mod . [2021-02-09T00:49:27.283Z] ---> Using cache [2021-02-09T00:49:27.283Z] ---> b89c15cad665 [2021-02-09T00:49:27.283Z] Step 7/24 : RUN go mod download [2021-02-09T00:49:27.283Z] ---> Using cache [2021-02-09T00:49:27.283Z] ---> 0320150d8687 [2021-02-09T00:49:27.283Z] Step 8/24 : COPY . . [2021-02-09T00:49:27.283Z] ---> Using cache [2021-02-09T00:49:27.283Z] ---> 6fb62dd92636 [2021-02-09T00:49:27.283Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T00:49:27.283Z] 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-09T00:49:27.283Z] 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-09T00:49:27.283Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T00:49:27.283Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T00:49:27.283Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T00:49:27.283Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T00:49:27.565Z] ---> Running in 18f4acd084c8 [2021-02-09T00:49:27.838Z] ---> Running in c122ef9bc857 [2021-02-09T00:49:28.067Z] 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-09T00:49:28.067Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-09T00:49:28.834Z] Installing collected packages: texttable, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, docopt, jsonschema, cached-property, docker-compose [2021-02-09T00:49:28.835Z] Running setup.py install for texttable: started [2021-02-09T00:49:29.449Z] 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-09T00:49:29.449Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-09T00:49:30.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:49:30.280Z] 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-09T00:49:30.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:49:31.487Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T00:49:31.487Z] Running setup.py install for dockerpty: started [2021-02-09T00:49:31.762Z] OK: 217 MiB in 51 packages [2021-02-09T00:49:31.992Z] Building version [2021-02-09T00:49:33.902Z] Staging config-common [2021-02-09T00:49:34.417Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T00:49:34.417Z] Attempting uninstall: urllib3 [2021-02-09T00:49:34.417Z] Found existing installation: urllib3 1.25.9 [2021-02-09T00:49:34.417Z] Uninstalling urllib3-1.25.9: [2021-02-09T00:49:34.691Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T00:49:34.691Z] Removing intermediate container 18f4acd084c8 [2021-02-09T00:49:34.691Z] ---> 308a90ae0297 [2021-02-09T00:49:34.691Z] Step 6/22 : COPY go.mod . [2021-02-09T00:49:34.844Z] Skipping stage go-build-helper (already ran) [2021-02-09T00:49:34.844Z] Skipping stage static-packages (already ran) [2021-02-09T00:49:34.844Z] Skipping stage go115 (already ran) [2021-02-09T00:49:34.844Z] Staging edgex-go [2021-02-09T00:49:35.295Z] Attempting uninstall: idna [2021-02-09T00:49:35.295Z] Found existing installation: idna 2.9 [2021-02-09T00:49:35.295Z] Uninstalling idna-2.9: [2021-02-09T00:49:35.569Z] Successfully uninstalled idna-2.9 [2021-02-09T00:49:35.785Z] Staging version [2021-02-09T00:49:36.559Z] ---> eec283bb039f [2021-02-09T00:49:36.559Z] Step 7/22 : RUN go mod download [2021-02-09T00:49:36.559Z] Attempting uninstall: requests [2021-02-09T00:49:36.559Z] Found existing installation: requests 2.23.0 [2021-02-09T00:49:36.559Z] Uninstalling requests-2.23.0: [2021-02-09T00:49:36.726Z] Priming config-common [2021-02-09T00:49:36.839Z] Successfully uninstalled requests-2.23.0 [2021-02-09T00:49:36.839Z] ---> Running in 23a475816010 [2021-02-09T00:49:37.680Z] Priming go-build-helper [2021-02-09T00:49:38.622Z] Priming static-packages [2021-02-09T00:49:38.823Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:49:38.823Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:49:38.823Z] ---> 8a43bb62f4f9 [2021-02-09T00:49:38.823Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:49:38.823Z] ---> Using cache [2021-02-09T00:49:38.823Z] ---> 657cfdcadbaa [2021-02-09T00:49:38.823Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:49:38.823Z] ---> Using cache [2021-02-09T00:49:38.823Z] ---> 0afabca074b6 [2021-02-09T00:49:38.823Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:49:38.823Z] ---> Using cache [2021-02-09T00:49:38.823Z] ---> c28dca34f9a0 [2021-02-09T00:49:38.823Z] Step 6/23 : COPY go.mod . [2021-02-09T00:49:38.823Z] ---> Using cache [2021-02-09T00:49:38.823Z] ---> b89c15cad665 [2021-02-09T00:49:38.823Z] Step 7/23 : RUN go mod download [2021-02-09T00:49:38.823Z] ---> Using cache [2021-02-09T00:49:38.823Z] ---> 0320150d8687 [2021-02-09T00:49:38.823Z] Step 8/23 : COPY . . [2021-02-09T00:49:39.124Z] ---> Using cache [2021-02-09T00:49:39.124Z] ---> 6fb62dd92636 [2021-02-09T00:49:39.124Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T00:49:39.124Z] Running setup.py install for PyYAML: started [2021-02-09T00:49:39.407Z] ---> Running in 9c632a57ce36 [2021-02-09T00:49:40.533Z] Priming go115 [2021-02-09T00:49:41.401Z] Removing intermediate container 23a475816010 [2021-02-09T00:49:41.401Z] ---> 825f17c4c93e [2021-02-09T00:49:41.401Z] Step 8/22 : COPY . . [2021-02-09T00:49:41.484Z] Priming edgex-go [2021-02-09T00:49:41.682Z] 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-09T00:49:42.667Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T00:49:42.667Z] Running setup.py install for docopt: started [2021-02-09T00:49:42.871Z] Priming version [2021-02-09T00:49:43.810Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T00:49:46.989Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T00:49:48.997Z] 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-09T00:49:59.165Z] Removing intermediate container d08ad781bdfa [2021-02-09T00:49:59.165Z] ---> 4f900d05617c [2021-02-09T00:49:59.165Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T00:49:59.165Z] ---> Running in bf79a7f6f5dd [2021-02-09T00:50:00.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:50:00.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:50:01.565Z] ---> 47b9af10338c [2021-02-09T00:50:01.565Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T00:50:01.846Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:50:01.846Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T00:50:01.846Z] ---> Running in 1051ba5ca791 [2021-02-09T00:50:01.846Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T00:50:01.846Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:50:01.846Z] OK: 71 MiB in 58 packages [2021-02-09T00:50:03.844Z] 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-09T00:50:03.844Z] Removing intermediate container bf79a7f6f5dd [2021-02-09T00:50:03.844Z] ---> 896b1076ea3d [2021-02-09T00:50:03.844Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T00:50:04.138Z] ---> Running in 279b5688ceaa [2021-02-09T00:50:04.749Z] Removing intermediate container 279b5688ceaa [2021-02-09T00:50:04.749Z] ---> 217ecbda7388 [2021-02-09T00:50:04.749Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:50:05.038Z] ---> Running in 48fc1c1539d3 [2021-02-09T00:50:05.666Z] Removing intermediate container 48fc1c1539d3 [2021-02-09T00:50:05.666Z] ---> 141fc90f7120 [2021-02-09T00:50:05.666Z] Step 24/26 : LABEL arch=arm64 [2021-02-09T00:50:05.954Z] ---> Running in c70cb55c2753 [2021-02-09T00:50:06.555Z] Removing intermediate container c70cb55c2753 [2021-02-09T00:50:06.555Z] ---> 7198a5a34119 [2021-02-09T00:50:06.555Z] Step 25/26 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:50:06.831Z] ---> Running in f04ebbc9523d [2021-02-09T00:50:07.444Z] Removing intermediate container f04ebbc9523d [2021-02-09T00:50:07.444Z] ---> 5e5ade717821 [2021-02-09T00:50:07.444Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T00:50:07.444Z] ---> Running in b9d8110e9aa9 [2021-02-09T00:50:08.437Z] Removing intermediate container b9d8110e9aa9 [2021-02-09T00:50:08.437Z] ---> a799ea293cbc [2021-02-09T00:50:08.437Z] [2021-02-09T00:50:08.713Z] Successfully built a799ea293cbc [2021-02-09T00:50:08.713Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-09T00:50:35.518Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 484173b32cb8 [2021-02-09T00:50:35.518Z] ---> b9bfc7a0df60 [2021-02-09T00:50:35.518Z] [2021-02-09T00:50:35.518Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T00:50:35.518Z] ---> afeebe901d6b [2021-02-09T00:50:35.518Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T00:50:35.518Z] ---> Running in 9443293e0d71 [2021-02-09T00:50:35.518Z] Removing intermediate container 9443293e0d71 [2021-02-09T00:50:35.518Z] ---> f1a60ac503d0 [2021-02-09T00:50:35.518Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T00:50:35.518Z] ---> Running in fb9bcd72965c [2021-02-09T00:50:35.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:50:35.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:50:35.518Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:50:35.518Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T00:50:35.518Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:50:35.518Z] OK: 5 MiB in 16 packages [2021-02-09T00:50:37.508Z] Removing intermediate container fb9bcd72965c [2021-02-09T00:50:37.508Z] ---> e72a6040718f [2021-02-09T00:50:37.508Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T00:50:37.508Z] ---> Running in 0665fdbc9478 [2021-02-09T00:50:37.785Z] 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-09T00:50:38.066Z] Removing intermediate container 0665fdbc9478 [2021-02-09T00:50:38.066Z] ---> 83ded5c02e8e [2021-02-09T00:50:38.066Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T00:50:38.345Z] ---> Running in 524f6f626e3f [2021-02-09T00:50:38.945Z] Removing intermediate container 524f6f626e3f [2021-02-09T00:50:38.945Z] ---> f5c8a9180374 [2021-02-09T00:50:38.945Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T00:50:38.945Z] ---> Running in 4ac220c0f137 [2021-02-09T00:50:43.274Z] Removing intermediate container 4ac220c0f137 [2021-02-09T00:50:43.274Z] ---> 0b6154bb565f [2021-02-09T00:50:43.274Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T00:50:43.274Z] ---> Running in 097d3f930951 [2021-02-09T00:50:43.554Z] Removing intermediate container 097d3f930951 [2021-02-09T00:50:43.555Z] ---> 75eedd68caf0 [2021-02-09T00:50:43.555Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T00:50:44.543Z] ---> 76012e1b1d20 [2021-02-09T00:50:44.543Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T00:50:44.819Z] ---> Running in 92f69b121787 [2021-02-09T00:50:49.251Z] Removing intermediate container 92f69b121787 [2021-02-09T00:50:49.251Z] ---> 59060e040ab1 [2021-02-09T00:50:49.251Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:50:50.719Z] ---> 58b37552b47d [2021-02-09T00:50:50.719Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T00:50:53.373Z] ---> a6d18a07d922 [2021-02-09T00:50:53.373Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T00:50:53.652Z] Removing intermediate container c122ef9bc857 [2021-02-09T00:50:53.652Z] ---> 645fdfbd056a [2021-02-09T00:50:53.652Z] [2021-02-09T00:50:53.652Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T00:50:53.652Z] ---> afeebe901d6b [2021-02-09T00:50:53.652Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T00:50:53.927Z] ---> Running in 706f3b78123e [2021-02-09T00:50:54.910Z] ---> b6b375836855 [2021-02-09T00:50:54.910Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T00:50:56.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:50:56.356Z] ---> b2adfdec1c84 [2021-02-09T00:50:56.356Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T00:50:56.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:50:56.923Z] ---> Running in f2527942bf0d [2021-02-09T00:50:57.523Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T00:50:57.523Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:50:57.523Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T00:50:57.523Z] Removing intermediate container f2527942bf0d [2021-02-09T00:50:57.523Z] ---> 3e0685d1ad6f [2021-02-09T00:50:57.523Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T00:50:57.523Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T00:50:57.523Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T00:50:57.523Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:50:57.799Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:50:58.075Z] OK: 7 MiB in 19 packages [2021-02-09T00:50:59.068Z] ---> d2b79814d0a7 [2021-02-09T00:50:59.068Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T00:50:59.668Z] ---> Running in 5295e7a49df8 [2021-02-09T00:51:01.151Z] Removing intermediate container 706f3b78123e [2021-02-09T00:51:01.151Z] ---> ecd6e4a20dfd [2021-02-09T00:51:01.151Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:51:01.431Z] ---> Running in 320d3715f61c [2021-02-09T00:51:02.042Z] Removing intermediate container 320d3715f61c [2021-02-09T00:51:02.042Z] ---> 5696b92aec61 [2021-02-09T00:51:02.042Z] Step 13/24 : WORKDIR / [2021-02-09T00:51:02.323Z] ---> Running in 369b7ac5e678 [2021-02-09T00:51:03.323Z] Removing intermediate container 369b7ac5e678 [2021-02-09T00:51:03.323Z] ---> 6d83f2d18f13 [2021-02-09T00:51:03.323Z] 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-09T00:51:03.604Z] Removing intermediate container 5295e7a49df8 [2021-02-09T00:51:03.604Z] ---> 962535cec9ad [2021-02-09T00:51:03.604Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T00:51:04.216Z] ---> Running in d2124dc06112 [2021-02-09T00:51:04.502Z] ---> 4429a907d372 [2021-02-09T00:51:04.502Z] 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-09T00:51:04.775Z] Removing intermediate container d2124dc06112 [2021-02-09T00:51:04.775Z] ---> 9eae6877fc84 [2021-02-09T00:51:04.775Z] Step 27/30 : CMD ["gate"] [2021-02-09T00:51:05.373Z] ---> Running in 9cc66be688be [2021-02-09T00:51:05.648Z] ---> 1e56987c5b68 [2021-02-09T00:51:05.648Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T00:51:06.255Z] Removing intermediate container 9cc66be688be [2021-02-09T00:51:06.255Z] ---> 42a51a0fd30a [2021-02-09T00:51:06.255Z] Step 28/30 : LABEL arch=arm64 [2021-02-09T00:51:06.867Z] ---> Running in afa43f30d252 [2021-02-09T00:51:06.867Z] ---> 55d1b4e232d2 [2021-02-09T00:51:06.867Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T00:51:07.471Z] Removing intermediate container afa43f30d252 [2021-02-09T00:51:07.471Z] ---> 9991e135cb13 [2021-02-09T00:51:07.471Z] Step 29/30 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:51:08.076Z] ---> Running in d24deb8ffb45 [2021-02-09T00:51:09.061Z] ---> 24da2ed6b0a8 [2021-02-09T00:51:09.061Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T00:51:09.061Z] Removing intermediate container d24deb8ffb45 [2021-02-09T00:51:09.061Z] ---> 57f8b4b0e6f6 [2021-02-09T00:51:09.061Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T00:51:09.664Z] ---> Running in ec4eee4d8b36 [2021-02-09T00:51:10.651Z] Removing intermediate container ec4eee4d8b36 [2021-02-09T00:51:10.651Z] ---> 7648ca34a1bb [2021-02-09T00:51:10.651Z] [2021-02-09T00:51:10.927Z] ---> 84ad194aa357 [2021-02-09T00:51:10.927Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T00:51:11.203Z] Successfully built 7648ca34a1bb [2021-02-09T00:51:11.203Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-09T00:51:11.815Z]  Building docker-security-bootstrapper-go ... done  ---> 5586875b0ac2 [2021-02-09T00:51:11.815Z] 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-09T00:51:12.108Z] ---> Running in 500e1dbb61f2 [2021-02-09T00:51:15.525Z] Removing intermediate container 500e1dbb61f2 [2021-02-09T00:51:15.525Z] ---> 49eb301412e3 [2021-02-09T00:51:15.525Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T00:51:15.525Z] ---> Running in b2d14f638658 [2021-02-09T00:51:15.825Z] Removing intermediate container b2d14f638658 [2021-02-09T00:51:15.825Z] ---> 6970f49a4108 [2021-02-09T00:51:15.825Z] Step 22/24 : LABEL arch=arm64 [2021-02-09T00:51:16.424Z] ---> Running in befdf9196e68 [2021-02-09T00:51:17.042Z] Removing intermediate container befdf9196e68 [2021-02-09T00:51:17.042Z] ---> f845b7b57705 [2021-02-09T00:51:17.042Z] Step 23/24 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:51:17.662Z] ---> Running in 607e6e42df01 [2021-02-09T00:51:18.658Z] Removing intermediate container 607e6e42df01 [2021-02-09T00:51:18.658Z] ---> 7e0a78f44323 [2021-02-09T00:51:18.658Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T00:51:18.951Z] ---> Running in c191e7fac70e [2021-02-09T00:51:20.383Z] Removing intermediate container 9c632a57ce36 [2021-02-09T00:51:20.383Z] ---> a1b9b01350d1 [2021-02-09T00:51:20.383Z] [2021-02-09T00:51:20.383Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:51:20.383Z] ---> afeebe901d6b [2021-02-09T00:51:20.383Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:51:20.383Z] ---> Using cache [2021-02-09T00:51:20.383Z] ---> 60173c8764b8 [2021-02-09T00:51:20.383Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:51:20.383Z] ---> Using cache [2021-02-09T00:51:20.383Z] ---> 72a4cf964f14 [2021-02-09T00:51:20.383Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T00:51:20.383Z] ---> Running in 97bee3b78695 [2021-02-09T00:51:20.383Z] Removing intermediate container c191e7fac70e [2021-02-09T00:51:20.383Z] ---> f0ceb80add6b [2021-02-09T00:51:20.383Z] [2021-02-09T00:51:20.383Z] Removing intermediate container 1051ba5ca791 [2021-02-09T00:51:20.383Z] ---> da8541349357 [2021-02-09T00:51:20.383Z] [2021-02-09T00:51:20.383Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:51:20.383Z] ---> afeebe901d6b [2021-02-09T00:51:20.383Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T00:51:20.383Z] ---> Running in 5bd34db60d8e [2021-02-09T00:51:20.383Z] Successfully built f0ceb80add6b [2021-02-09T00:51:20.383Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-09T00:51:20.383Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 97bee3b78695 [2021-02-09T00:51:20.383Z] ---> b339f748c52e [2021-02-09T00:51:20.383Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:51:20.673Z] ---> Running in 7e96305164ef [2021-02-09T00:51:20.954Z] Removing intermediate container 7e96305164ef [2021-02-09T00:51:20.954Z] ---> e5a0c8582609 [2021-02-09T00:51:20.954Z] Step 15/23 : WORKDIR / [2021-02-09T00:51:21.244Z] ---> Running in 07d625536aa4 [2021-02-09T00:51:21.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:51:21.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:51:21.807Z] Removing intermediate container 07d625536aa4 [2021-02-09T00:51:21.807Z] ---> 3052513e08d3 [2021-02-09T00:51:21.807Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:51:22.077Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T00:51:22.360Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:51:22.360Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:51:22.360Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:51:22.642Z] OK: 6 MiB in 16 packages [2021-02-09T00:51:22.642Z] ---> 4996d0406d47 [2021-02-09T00:51:22.642Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T00:51:24.171Z] ---> 29493dcdad80 [2021-02-09T00:51:24.171Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T00:51:24.171Z] Removing intermediate container 5bd34db60d8e [2021-02-09T00:51:24.171Z] ---> 3073f5684043 [2021-02-09T00:51:24.171Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:51:24.457Z] ---> Running in 0021b16e4c2b [2021-02-09T00:51:24.797Z] ---> 42af04ff5c38 [2021-02-09T00:51:24.797Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T00:51:24.797Z] Removing intermediate container 0021b16e4c2b [2021-02-09T00:51:24.797Z] ---> 2b8d1ebc0583 [2021-02-09T00:51:24.797Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T00:51:24.797Z] ---> Running in cead7832cbfa [2021-02-09T00:51:25.078Z] ---> Running in 8013584053f4 [2021-02-09T00:51:25.354Z] Removing intermediate container cead7832cbfa [2021-02-09T00:51:25.354Z] ---> d79371727d46 [2021-02-09T00:51:25.354Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:51:25.354Z] ---> Running in bdbcc1a7d90e [2021-02-09T00:51:25.628Z] Removing intermediate container 8013584053f4 [2021-02-09T00:51:25.628Z] ---> bf4d9707375d [2021-02-09T00:51:25.628Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:51:25.628Z] ---> Running in d8dbc80db500 [2021-02-09T00:51:25.902Z] Removing intermediate container bdbcc1a7d90e [2021-02-09T00:51:25.902Z] ---> 54121cb9b920 [2021-02-09T00:51:25.902Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T00:51:26.179Z] ---> Running in 7c7be69a5a78 [2021-02-09T00:51:26.179Z] Removing intermediate container d8dbc80db500 [2021-02-09T00:51:26.179Z] ---> d10c10bb8f9b [2021-02-09T00:51:26.179Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:51:26.470Z] Removing intermediate container 7c7be69a5a78 [2021-02-09T00:51:26.470Z] ---> 97232e642ce5 [2021-02-09T00:51:26.470Z] Step 22/23 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:51:26.746Z] ---> Running in 1d432f2252d0 [2021-02-09T00:51:27.022Z] ---> 3630e65e4eec [2021-02-09T00:51:27.022Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T00:51:27.296Z] Removing intermediate container 1d432f2252d0 [2021-02-09T00:51:27.296Z] ---> 5fb956cd19f5 [2021-02-09T00:51:27.296Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:51:27.296Z] ---> Running in 48b9fd30bbfd [2021-02-09T00:51:27.892Z] Removing intermediate container 48b9fd30bbfd [2021-02-09T00:51:27.892Z] ---> 2a05c8e0b534 [2021-02-09T00:51:27.892Z] [2021-02-09T00:51:28.176Z] ---> 615a5f262f9c [2021-02-09T00:51:28.176Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T00:51:28.449Z] Successfully built 2a05c8e0b534 [2021-02-09T00:51:28.449Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-09T00:51:29.043Z]  Building docker-core-metadata-go ... done  ---> fb48a6969cd7 [2021-02-09T00:51:29.043Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T00:51:29.319Z] ---> Running in b5018d23bf8f [2021-02-09T00:51:29.592Z] Removing intermediate container b5018d23bf8f [2021-02-09T00:51:29.592Z] ---> 59229b44ba27 [2021-02-09T00:51:29.592Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:51:29.866Z] ---> Running in 5716f4d26b97 [2021-02-09T00:51:30.148Z] Removing intermediate container 5716f4d26b97 [2021-02-09T00:51:30.148Z] ---> 6b8d13656660 [2021-02-09T00:51:30.148Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T00:51:30.424Z] ---> Running in 35bbee2ede16 [2021-02-09T00:51:30.697Z] Removing intermediate container 35bbee2ede16 [2021-02-09T00:51:30.697Z] ---> 67f89e9e4dfb [2021-02-09T00:51:30.697Z] Step 21/22 : LABEL git_sha=41501bb39896fad05c0c6a7340478cbfc8761cad [2021-02-09T00:51:30.971Z] ---> Running in 12eb39e2b238 [2021-02-09T00:51:31.249Z] Removing intermediate container 12eb39e2b238 [2021-02-09T00:51:31.249Z] ---> e526ae914eb8 [2021-02-09T00:51:31.249Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:51:31.525Z] ---> Running in f15d391a6c90 [2021-02-09T00:51:32.122Z] Removing intermediate container f15d391a6c90 [2021-02-09T00:51:32.122Z] ---> 772c373e32dd [2021-02-09T00:51:32.122Z] [2021-02-09T00:51:32.396Z] Successfully built 772c373e32dd [2021-02-09T00:51:32.396Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-09T00:51:32.702Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-09T00:51:32.696Z] $ docker stop --time=1 fcdb5bc498282371e26cdc2755c0c0e0713ce4f59fa5d67dede3235e8991d1de [2021-02-09T00:51:34.678Z] $ docker rm -f fcdb5bc498282371e26cdc2755c0c0e0713ce4f59fa5d67dede3235e8991d1de [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:51:35.360Z] + + docker images [2021-02-09T00:51:35.360Z] grep docker [2021-02-09T00:51:35.637Z] docker-support-notifications-go-arm64 latest 772c373e32dd 4 seconds ago 16.7MB [2021-02-09T00:51:35.637Z] docker-core-metadata-go-arm64 latest 2a05c8e0b534 8 seconds ago 17.8MB [2021-02-09T00:51:35.637Z] docker-security-secretstore-setup-go-arm64 latest f0ceb80add6b 16 seconds ago 23.4MB [2021-02-09T00:51:35.637Z] docker-security-bootstrapper-go-arm64 latest 7648ca34a1bb 25 seconds ago 17MB [2021-02-09T00:51:35.637Z] docker-sys-mgmt-agent-go-arm64 latest a799ea293cbc About a minute ago 300MB [2021-02-09T00:51:35.637Z] docker-core-data-go-arm64 latest 6046e1ab8399 2 minutes ago 21MB [2021-02-09T00:51:35.637Z] docker-core-command-go-arm64 latest cadbf44ac8e5 2 minutes ago 16MB [2021-02-09T00:51:35.637Z] docker-support-scheduler-go-arm64 latest 56a820bdde93 2 minutes ago 16.1MB [2021-02-09T00:51:35.637Z] docker-security-proxy-setup-go-arm64 latest 9f7c0f53db65 3 minutes ago 23.2MB [2021-02-09T00:51:35.637Z] docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-09T00:51:37.194Z] provisioning config files... [2021-02-09T00:51:37.227Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config1883009438876358333tmp [Pipeline] { [Pipeline] sh [2021-02-09T00:51:37.637Z] + set +x [2021-02-09T00:51:37.638Z] + curl -s https://codecov.io/bash [2021-02-09T00:51:37.638Z] + bash -s -- [2021-02-09T00:51:37.915Z] [2021-02-09T00:51:37.915Z] _____ _ [2021-02-09T00:51:37.915Z] / ____| | | [2021-02-09T00:51:37.915Z] | | ___ __| | ___ ___ _____ __ [2021-02-09T00:51:37.915Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-09T00:51:37.915Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-09T00:51:37.915Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-09T00:51:37.915Z] Bash-20210129-7c25fce [2021-02-09T00:51:37.915Z] [2021-02-09T00:51:37.915Z] [2021-02-09T00:51:37.915Z] ==> git version 2.24.3 found [2021-02-09T00:51:37.915Z] ==> 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-09T00:51:37.915Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-09T00:51:37.915Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-09T00:51:38.187Z] ==> Jenkins CI detected. [2021-02-09T00:51:38.187Z] project root: . [2021-02-09T00:51:38.187Z] --> token set from env [2021-02-09T00:51:38.187Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-09T00:51:38.187Z] ==> Running gcov in . (disable via -X gcov) [2021-02-09T00:51:38.187Z] ==> Python coveragepy not found [2021-02-09T00:51:38.187Z] ==> Searching for coverage reports in: [2021-02-09T00:51:38.187Z] + . [2021-02-09T00:51:38.187Z] -> Found 1 reports [2021-02-09T00:51:38.187Z] ==> Detecting git/mercurial file structure [2021-02-09T00:51:38.187Z] ==> Reading reports [2021-02-09T00:51:38.451Z] + ./coverage.out bytes=592672 [2021-02-09T00:51:38.451Z] ==> Appending adjustments [2021-02-09T00:51:38.451Z] https://docs.codecov.io/docs/fixing-reports [2021-02-09T00:51:41.773Z] + Found adjustments [2021-02-09T00:51:41.773Z] ==> Gzipping contents [2021-02-09T00:51:41.773Z] 88K /tmp/codecov.9CCHMe.gz [2021-02-09T00:51:41.773Z] ==> Uploading reports [2021-02-09T00:51:41.773Z] url: https://codecov.io [2021-02-09T00:51:41.773Z] query: branch=PR-3034&commit=41501bb39896fad05c0c6a7340478cbfc8761cad&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-02-09T00:51:41.773Z] -> Pinging Codecov [2021-02-09T00:51:41.773Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3034&commit=41501bb39896fad05c0c6a7340478cbfc8761cad&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-02-09T00:51:42.037Z] -> Uploading to [2021-02-09T00:51:42.037Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/41501bb39896fad05c0c6a7340478cbfc8761cad/7d3c18f6-c205-4457-8266-3cc25a63d6ed.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T005141Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a72b42753537eaabdca84bd2c69a9432c49be6ac7dd1c096571f4ee30a80850a [2021-02-09T00:51:42.037Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T00:51:42.037Z] Dload Upload Total Spent Left Speed [2021-02-09T00:51:42.612Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89028 0 0 100 89028 0 163k --:--:-- --:--:-- --:--:-- 163k 100 89028 0 0 100 89028 0 163k --:--:-- --:--:-- --:--:-- 163k [2021-02-09T00:51:42.612Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/41501bb39896fad05c0c6a7340478cbfc8761cad [Pipeline] } [2021-02-09T00:51:42.624Z] 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-09T00:51:44.379Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:51:45.324Z] ---> package-listing.sh [2021-02-09T00:51:45.324Z] ++ facter osfamily [2021-02-09T00:51:45.324Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T00:51:45.324Z] + OS_FAMILY=redhat [2021-02-09T00:51:45.324Z] + workspace=/w/workspace/edgex-go/21 [2021-02-09T00:51:45.324Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T00:51:45.324Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T00:51:45.324Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T00:51:45.324Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T00:51:45.324Z] + '[' /w/workspace/edgex-go/21 ']' [2021-02-09T00:51:45.324Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T00:51:45.324Z] + case "${OS_FAMILY}" in [2021-02-09T00:51:45.324Z] + rpm -qa [2021-02-09T00:51:45.324Z] + sort [2021-02-09T00:51:50.655Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T00:51:50.655Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T00:51:50.655Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T00:51:50.655Z] + '[' /w/workspace/edgex-go/21 ']' [2021-02-09T00:51:50.655Z] + mkdir -p /w/workspace/edgex-go/21/archives/ [2021-02-09T00:51:50.655Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo [2021-02-09T00:51:50.671Z] 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-09T00:51:50.979Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:51:51.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:51:51.301Z] [2021-02-09T00:51:51.301Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:51:51.649Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:51:51.649Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T00:51:51.649Z] df20fa9351a1: Pulling fs layer [2021-02-09T00:51:51.649Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T00:51:51.649Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T00:51:51.649Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T00:51:51.649Z] 93b61091891f: Pulling fs layer [2021-02-09T00:51:51.649Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T00:51:51.649Z] 5e14af77c1be: Pulling fs layer [2021-02-09T00:51:51.649Z] 01666e4c0597: Pulling fs layer [2021-02-09T00:51:51.649Z] aa168da1d23b: Pulling fs layer [2021-02-09T00:51:51.649Z] 93b9cdb0e59b: Waiting [2021-02-09T00:51:51.649Z] 5e14af77c1be: Waiting [2021-02-09T00:51:51.649Z] 01666e4c0597: Waiting [2021-02-09T00:51:51.649Z] 46f8f816bc3b: Waiting [2021-02-09T00:51:51.649Z] 93b61091891f: Waiting [2021-02-09T00:51:51.649Z] aa168da1d23b: Waiting [2021-02-09T00:51:51.649Z] 36b3adc4ff6f: Verifying Checksum [2021-02-09T00:51:51.649Z] 36b3adc4ff6f: Download complete [2021-02-09T00:51:51.649Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T00:51:51.649Z] 46f8f816bc3b: Download complete [2021-02-09T00:51:51.649Z] df20fa9351a1: Verifying Checksum [2021-02-09T00:51:51.649Z] df20fa9351a1: Download complete [2021-02-09T00:51:51.910Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T00:51:51.910Z] 93b9cdb0e59b: Download complete [2021-02-09T00:51:51.910Z] 93b61091891f: Verifying Checksum [2021-02-09T00:51:51.910Z] 93b61091891f: Download complete [2021-02-09T00:51:51.910Z] 5e14af77c1be: Verifying Checksum [2021-02-09T00:51:51.910Z] 5e14af77c1be: Download complete [2021-02-09T00:51:51.910Z] 01666e4c0597: Download complete [2021-02-09T00:51:51.910Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T00:51:51.910Z] 8ad3a11d3b57: Download complete [2021-02-09T00:51:52.488Z] df20fa9351a1: Pull complete [2021-02-09T00:51:52.754Z] 36b3adc4ff6f: Pull complete [2021-02-09T00:51:53.721Z] 8ad3a11d3b57: Pull complete [2021-02-09T00:51:53.987Z] aa168da1d23b: Verifying Checksum [2021-02-09T00:51:53.987Z] aa168da1d23b: Download complete [2021-02-09T00:51:54.564Z] 46f8f816bc3b: Pull complete [2021-02-09T00:51:54.828Z] 93b61091891f: Pull complete [2021-02-09T00:51:55.091Z] 93b9cdb0e59b: Pull complete [2021-02-09T00:51:55.356Z] 5e14af77c1be: Pull complete [2021-02-09T00:51:55.356Z] 01666e4c0597: Pull complete [2021-02-09T00:52:03.559Z] aa168da1d23b: Pull complete [2021-02-09T00:52:03.559Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T00:52:03.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:52:03.559Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T00:52:03.766Z] prd-centos7-docker-4c-2g-25666 does not seem to be running inside a container [2021-02-09T00:52:03.821Z] $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-09T00:52:08.716Z] $ docker top c157897c3ffa8d441729c2dfc208fdb9dc154ad118880d98c7898db290f530dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:52:09.318Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T00:52:09.627Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T00:52:09.935Z] + ls /var/log/sa-host [2021-02-09T00:52:09.935Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T00:52:09.935Z] file_magic: OK [2021-02-09T00:52:09.935Z] HZ: Using current value: 100 [2021-02-09T00:52:09.935Z] file_header: OK [2021-02-09T00:52:09.935Z] 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-09T00:52:09.935Z] Statistics: [2021-02-09T00:52:09.935Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-09T00:52:09.935Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T00:52:09.935Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T00:52:09.935Z] file_magic: OK [2021-02-09T00:52:09.935Z] HZ: Using current value: 100 [2021-02-09T00:52:09.935Z] file_header: OK [2021-02-09T00:52:09.935Z] 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-09T00:52:09.935Z] Statistics: [2021-02-09T00:52:09.935Z] Hnuu...uuuununununu... [2021-02-09T00:52:09.935Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T00:52:10.669Z] provisioning config files... [2021-02-09T00:52:10.694Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config3727833053038489255tmp [Pipeline] { [Pipeline] echo [2021-02-09T00:52:10.776Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:52:11.086Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T00:52:11.143Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T00:52:11.232Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:52:11.532Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T00:52:11.543Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:52:11.841Z] ---> sudo-logs.sh [2021-02-09T00:52:11.842Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T00:52:11.852Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:52:12.167Z] ---> job-cost.sh [2021-02-09T00:52:12.167Z] lf-activate-venv: SKIPPING [2021-02-09T00:52:12.167Z] INFO: No Stack... [2021-02-09T00:52:13.114Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T00:52:13.691Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T00:52:13.706Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:52:14.007Z] ---> logs-deploy.sh [2021-02-09T00:52:14.007Z] lf-activate-venv: SKIPPING [2021-02-09T00:52:14.007Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/21 [2021-02-09T00:52:14.007Z] INFO: archiving workspace using pattern(s): [2021-02-09T00:52:15.929Z] Archives upload complete. [2021-02-09T00:52:15.930Z] INFO: archiving logs to Nexus