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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 6cadec5fc374fbebd95401286db985839ef5e674 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 6cadec5fc374fbebd95401286db985839ef5e674 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33075 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/95 [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/95 # 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 > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6cadec5fc374fbebd95401286db985839ef5e674 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 4507b6a0ddebaf32590ba996c4a512dde99c0b69 Checking out Revision 4507b6a0ddebaf32590ba996c4a512dde99c0b69 (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4507b6a0ddebaf32590ba996c4a512dde99c0b69 # timeout=10 Commit message: "Merge commit '6cadec5fc374fbebd95401286db985839ef5e674' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 12fb89090adf6f3fac85bfa6fc3246ca30cf0656 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-07T00:31:51.332Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-07T00:31:51.622Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-07T00:31:51.747Z] ========================================================= [2021-04-07T00:31:51.747Z] EdgeX Global Pipelines Version Info [2021-04-07T00:31:51.747Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-07T00:31:53.185Z] ------------------- [2021-04-07T00:31:53.185Z] stable info: [2021-04-07T00:31:53.185Z] ------------------- [2021-04-07T00:31:53.185Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-07T00:31:53.185Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-07T00:31:53.185Z] Message: update stable to v1.0.186 [2021-04-07T00:31:54.132Z] ------------------- [2021-04-07T00:31:54.132Z] experimental info: [2021-04-07T00:31:54.132Z] ------------------- [2021-04-07T00:31:54.132Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-07T00:31:54.132Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-07T00:31:54.132Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-07T00:31:54.413Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-07T00:31:54.496Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-07T00:31:54.575Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-07T00:31:54.681Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-07T00:31:54.775Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-07T00:31:54.862Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-07T00:31:54.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-07T00:31:55.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-07T00:31:55.164Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-07T00:31:55.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-07T00:31:55.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-07T00:31:55.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-07T00:31:55.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-07T00:31:55.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-07T00:31:55.841Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T00:31:55.952Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T00:31:56.034Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-07T00:31:56.119Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-07T00:31:56.207Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-07T00:31:56.304Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-07T00:31:56.415Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-07T00:31:56.512Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-07T00:31:56.599Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-04-07T00:31:56.690Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-04-07T00:31:56.784Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-04-07T00:31:56.881Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4507b6a0ddebaf32590ba996c4a512dde99c0b69 [Pipeline] echo [2021-04-07T00:31:56.967Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4507b6a [Pipeline] echo [2021-04-07T00:31:57.067Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T00:31:57.282Z] provisioning config files... [2021-04-07T00:31:57.326Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/95@tmp/config474758205775315716tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T00:31:57.678Z] ---> docker-login.sh [2021-04-07T00:31:57.678Z] nexus3.edgexfoundry.org:10001 [2021-04-07T00:31:57.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T00:31:57.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T00:31:57.943Z] Configure a credential helper to remove this warning. See [2021-04-07T00:31:57.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T00:31:57.943Z] [2021-04-07T00:31:57.943Z] Login Succeeded [2021-04-07T00:31:57.943Z] nexus3.edgexfoundry.org:10002 [2021-04-07T00:31:58.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T00:31:58.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T00:31:58.208Z] Configure a credential helper to remove this warning. See [2021-04-07T00:31:58.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T00:31:58.208Z] [2021-04-07T00:31:58.208Z] Login Succeeded [2021-04-07T00:31:58.208Z] nexus3.edgexfoundry.org:10003 [2021-04-07T00:31:58.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T00:31:58.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T00:31:58.470Z] Configure a credential helper to remove this warning. See [2021-04-07T00:31:58.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T00:31:58.470Z] [2021-04-07T00:31:58.470Z] Login Succeeded [2021-04-07T00:31:58.470Z] nexus3.edgexfoundry.org:10004 [2021-04-07T00:31:58.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T00:31:58.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T00:31:58.734Z] Configure a credential helper to remove this warning. See [2021-04-07T00:31:58.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T00:31:58.734Z] [2021-04-07T00:31:58.734Z] Login Succeeded [2021-04-07T00:31:58.734Z] docker.io [2021-04-07T00:31:58.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T00:31:58.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T00:31:58.996Z] Configure a credential helper to remove this warning. See [2021-04-07T00:31:58.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T00:31:58.996Z] [2021-04-07T00:31:58.996Z] Login Succeeded [2021-04-07T00:31:58.996Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T00:31:59.006Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T00:31:59.463Z] ++ 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-04-07T00:31:59.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T00:31:59.463Z] ++ dirname cmd/core-command/Dockerfile [2021-04-07T00:31:59.463Z] ++ cut -d/ -f2 [2021-04-07T00:31:59.463Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-07T00:31:59.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T00:31:59.463Z] ++ dirname cmd/core-data/Dockerfile [2021-04-07T00:31:59.463Z] ++ cut -d/ -f2 [2021-04-07T00:31:59.463Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-07T00:31:59.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T00:31:59.463Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-07T00:31:59.463Z] ++ cut -d/ -f2 [2021-04-07T00:31:59.463Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-07T00:31:59.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T00:31:59.463Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-07T00:31:59.463Z] ++ cut -d/ -f2 [2021-04-07T00:31:59.463Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-07T00:31:59.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T00:31:59.463Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-07T00:31:59.463Z] ++ cut -d/ -f2 [2021-04-07T00:31:59.463Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-07T00:31:59.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T00:31:59.463Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-07T00:31:59.463Z] ++ cut -d/ -f2 [2021-04-07T00:31:59.463Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-07T00:31:59.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T00:31:59.463Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-07T00:31:59.463Z] ++ cut -d/ -f2 [2021-04-07T00:31:59.463Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-07T00:31:59.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T00:31:59.463Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-07T00:31:59.463Z] ++ cut -d/ -f2 [2021-04-07T00:31:59.463Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-07T00:31:59.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T00:31:59.463Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-07T00:31:59.463Z] ++ cut -d/ -f2 [2021-04-07T00:31:59.463Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-07T00:31:59.536Z] 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-04-07T00:32:00.362Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T00:32:00.362Z] [2021-04-07T00:32:00.362Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:32:00.709Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T00:32:00.709Z] latest: Pulling from edgex-devops/git-semver [2021-04-07T00:32:00.709Z] 31603596830f: Pulling fs layer [2021-04-07T00:32:00.709Z] 2a8b12db71e7: Pulling fs layer [2021-04-07T00:32:00.709Z] 6ca5941a6612: Pulling fs layer [2021-04-07T00:32:00.709Z] ecc8261a40a4: Pulling fs layer [2021-04-07T00:32:00.709Z] ecc8261a40a4: Waiting [2021-04-07T00:32:00.709Z] 2a8b12db71e7: Download complete [2021-04-07T00:32:00.709Z] 31603596830f: Verifying Checksum [2021-04-07T00:32:00.709Z] 31603596830f: Download complete [2021-04-07T00:32:00.973Z] ecc8261a40a4: Verifying Checksum [2021-04-07T00:32:00.973Z] ecc8261a40a4: Download complete [2021-04-07T00:32:00.973Z] 6ca5941a6612: Verifying Checksum [2021-04-07T00:32:00.973Z] 6ca5941a6612: Download complete [2021-04-07T00:32:01.235Z] 31603596830f: Pull complete [2021-04-07T00:32:01.235Z] 2a8b12db71e7: Pull complete [2021-04-07T00:32:02.190Z] 6ca5941a6612: Pull complete [2021-04-07T00:32:02.453Z] ecc8261a40a4: Pull complete [2021-04-07T00:32:02.453Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-07T00:32:02.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T00:32:02.453Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-07T00:32:02.570Z] prd-centos7-docker-4c-2g-33075 does not seem to be running inside a container [2021-04-07T00:32:02.628Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/95 -v /w/workspace/edgex-go/95:/w/workspace/edgex-go/95:rw,z -v /w/workspace/edgex-go/95@tmp:/w/workspace/edgex-go/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T00:32:05.249Z] $ docker top 474db3c1c4bc8ec6365e0674b555f46047e2fe607e4626fd89569872a734d3e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T00:32:05.637Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T00:32:05.637Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T00:32:05.907Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T00:32:05.912Z] $ docker exec 474db3c1c4bc8ec6365e0674b555f46047e2fe607e4626fd89569872a734d3e6 ssh-agent [2021-04-07T00:32:06.126Z] SSH_AUTH_SOCK=/tmp/ssh-ckQvcdRcnuc4/agent.12 [2021-04-07T00:32:06.126Z] SSH_AGENT_PID=17 [2021-04-07T00:32:06.143Z] Running ssh-add (command line suppressed) [2021-04-07T00:32:06.270Z] Identity added: /w/workspace/edgex-go/95@tmp/private_key_6053017833042845119.key (/w/workspace/edgex-go/95@tmp/private_key_6053017833042845119.key) [2021-04-07T00:32:06.325Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T00:32:06.664Z] + git tag --points-at HEAD [Pipeline] } [2021-04-07T00:32:06.694Z] $ docker exec --env ******** --env ******** 474db3c1c4bc8ec6365e0674b555f46047e2fe607e4626fd89569872a734d3e6 ssh-agent -k [2021-04-07T00:32:06.814Z] unset SSH_AUTH_SOCK; [2021-04-07T00:32:06.815Z] unset SSH_AGENT_PID; [2021-04-07T00:32:06.815Z] echo Agent pid 17 killed; [2021-04-07T00:32:06.873Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-07T00:32:07.020Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T00:32:07.020Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T00:32:07.192Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T00:32:07.197Z] $ docker exec 474db3c1c4bc8ec6365e0674b555f46047e2fe607e4626fd89569872a734d3e6 ssh-agent [2021-04-07T00:32:07.372Z] SSH_AUTH_SOCK=/tmp/ssh-QIVnegFtdLYM/agent.47 [2021-04-07T00:32:07.372Z] SSH_AGENT_PID=52 [2021-04-07T00:32:07.381Z] Running ssh-add (command line suppressed) [2021-04-07T00:32:07.575Z] Identity added: /w/workspace/edgex-go/95@tmp/private_key_5128478311810353870.key (/w/workspace/edgex-go/95@tmp/private_key_5128478311810353870.key) [2021-04-07T00:32:07.639Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T00:32:07.976Z] + git semver init [2021-04-07T00:32:07.976Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T00:32:07.976Z] # $GIT_DIR = /w/workspace/edgex-go/95/.git [2021-04-07T00:32:07.976Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/95 [2021-04-07T00:32:07.976Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T00:32:07.976Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T00:32:07.976Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T00:32:07.976Z] # $SEMVER_BRANCH = PR-2858 [2021-04-07T00:32:07.976Z] # $SEMVER_TEMP = /tmp/semver-860971108 [2021-04-07T00:32:07.976Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-07T00:32:40.153Z] # '/tmp/semver-860971108' -> '/w/workspace/edgex-go/95/.semver' [2021-04-07T00:32:40.153Z] # -> Force: false [2021-04-07T00:32:40.153Z] # $SEMVER_DIR = /w/workspace/edgex-go/95/.semver [Pipeline] } [2021-04-07T00:32:40.167Z] $ docker exec --env ******** --env ******** 474db3c1c4bc8ec6365e0674b555f46047e2fe607e4626fd89569872a734d3e6 ssh-agent -k [2021-04-07T00:32:40.443Z] unset SSH_AUTH_SOCK; [2021-04-07T00:32:40.443Z] unset SSH_AGENT_PID; [2021-04-07T00:32:40.443Z] echo Agent pid 52 killed; [2021-04-07T00:32:40.526Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T00:32:41.054Z] + git semver [Pipeline] } [2021-04-07T00:32:41.072Z] $ docker stop --time=1 474db3c1c4bc8ec6365e0674b555f46047e2fe607e4626fd89569872a734d3e6 [2021-04-07T00:32:43.007Z] $ docker rm -f 474db3c1c4bc8ec6365e0674b555f46047e2fe607e4626fd89569872a734d3e6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T00:32:43.543Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-07T00:32:44.056Z] Stashed 1 file(s) [Pipeline] echo [2021-04-07T00:32:44.059Z] [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-04-07T00:32:44.950Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-07T00:32:45.258Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T00:32:45.560Z] + sudo service docker restart [2021-04-07T00:32:45.560Z] + true [2021-04-07T00:32:45.560Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-07T00:32:46.151Z] ========================================================= [2021-04-07T00:32:46.151Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-07T00:32:46.151Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:32:46.495Z] + 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-04-07T00:32:50.735Z] Sending build context to Docker daemon 329.3MB [2021-04-07T00:32:50.735Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T00:32:50.735Z] Step 2/6 : FROM ${BASE} [2021-04-07T00:32:50.735Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-07T00:32:50.735Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T00:32:50.735Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T00:32:50.735Z] de9db76c5a1d: Pulling fs layer [2021-04-07T00:32:50.735Z] bca2f99d35d6: Pulling fs layer [2021-04-07T00:32:50.735Z] 93359f2a8cfa: Pulling fs layer [2021-04-07T00:32:50.735Z] 7c6f9722023f: Pulling fs layer [2021-04-07T00:32:50.735Z] a35cf1a2eb13: Pulling fs layer [2021-04-07T00:32:50.735Z] 93359f2a8cfa: Waiting [2021-04-07T00:32:50.735Z] 7c6f9722023f: Waiting [2021-04-07T00:32:50.735Z] a35cf1a2eb13: Waiting [2021-04-07T00:32:50.735Z] bca2f99d35d6: Waiting [2021-04-07T00:32:50.735Z] de9db76c5a1d: Verifying Checksum [2021-04-07T00:32:50.735Z] de9db76c5a1d: Download complete [2021-04-07T00:32:50.735Z] 0ef7d3d256c8: Download complete [2021-04-07T00:32:50.735Z] 93359f2a8cfa: Download complete [2021-04-07T00:32:50.735Z] 7c6f9722023f: Verifying Checksum [2021-04-07T00:32:50.735Z] 7c6f9722023f: Download complete [2021-04-07T00:32:50.735Z] 188c0c94c7c5: Verifying Checksum [2021-04-07T00:32:50.735Z] 188c0c94c7c5: Download complete [2021-04-07T00:32:51.001Z] 188c0c94c7c5: Pull complete [2021-04-07T00:32:51.267Z] 0ef7d3d256c8: Pull complete [2021-04-07T00:32:51.536Z] de9db76c5a1d: Pull complete [2021-04-07T00:32:52.119Z] a35cf1a2eb13: Verifying Checksum [2021-04-07T00:32:52.119Z] a35cf1a2eb13: Download complete [2021-04-07T00:32:53.083Z] bca2f99d35d6: Verifying Checksum [2021-04-07T00:32:53.083Z] bca2f99d35d6: Download complete [2021-04-07T00:32:58.417Z] bca2f99d35d6: Pull complete [2021-04-07T00:32:58.417Z] 93359f2a8cfa: Pull complete [2021-04-07T00:32:58.417Z] 7c6f9722023f: Pull complete [2021-04-07T00:32:59.418Z] Still waiting to schedule task [2021-04-07T00:32:59.418Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-07T00:33:02.676Z] a35cf1a2eb13: Pull complete [2021-04-07T00:33:02.676Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-07T00:33:02.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-07T00:33:02.676Z] ---> a62c8e92a672 [2021-04-07T00:33:02.676Z] 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-04-07T00:33:02.676Z] ---> Running in a7f415721981 [2021-04-07T00:33:03.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:33:04.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:33:04.793Z] (1/12) Installing libmagic (5.38-r0) [2021-04-07T00:33:04.793Z] (2/12) Installing file (5.38-r0) [2021-04-07T00:33:04.793Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-07T00:33:05.057Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-07T00:33:07.615Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-07T00:33:07.878Z] (6/12) Installing patch (2.7.6-r6) [2021-04-07T00:33:07.878Z] (7/12) Installing build-base (0.5-r2) [2021-04-07T00:33:07.878Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-07T00:33:08.142Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-07T00:33:08.142Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-07T00:33:08.142Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-07T00:33:08.405Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-07T00:33:08.405Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T00:33:08.405Z] OK: 233 MiB in 51 packages [2021-04-07T00:33:12.628Z] Removing intermediate container a7f415721981 [2021-04-07T00:33:12.628Z] ---> 7b3ff643a3cf [2021-04-07T00:33:12.628Z] Step 4/6 : WORKDIR /edgex-go [2021-04-07T00:33:12.628Z] ---> Running in 721da1175e74 [2021-04-07T00:33:12.628Z] Removing intermediate container 721da1175e74 [2021-04-07T00:33:12.628Z] ---> cd974b3183d6 [2021-04-07T00:33:12.628Z] Step 5/6 : COPY go.mod . [2021-04-07T00:33:12.628Z] ---> 361c9c1a237d [2021-04-07T00:33:12.628Z] Step 6/6 : RUN go mod download [2021-04-07T00:33:12.628Z] ---> Running in 6d562c7b3182 [2021-04-07T00:33:34.666Z] Removing intermediate container 6d562c7b3182 [2021-04-07T00:33:34.666Z] ---> 216148b94c42 [2021-04-07T00:33:34.666Z] Successfully built 216148b94c42 [2021-04-07T00:33:34.666Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:33:35.005Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T00:33:35.005Z] . [Pipeline] withDockerContainer [2021-04-07T00:33:35.196Z] prd-centos7-docker-4c-2g-33075 does not seem to be running inside a container [2021-04-07T00:33:35.261Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/95 -v /w/workspace/edgex-go/95:/w/workspace/edgex-go/95:rw,z -v /w/workspace/edgex-go/95@tmp:/w/workspace/edgex-go/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T00:33:36.596Z] $ docker top 7fa66c188930d7c0bc42f2a43c4b0fa754200e21d8f694d360a7ef28b837ce2b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T00:33:37.128Z] + go version [2021-04-07T00:33:37.128Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-07T00:33:37.143Z] $ docker stop --time=1 7fa66c188930d7c0bc42f2a43c4b0fa754200e21d8f694d360a7ef28b837ce2b [2021-04-07T00:33:38.504Z] $ docker rm -f 7fa66c188930d7c0bc42f2a43c4b0fa754200e21d8f694d360a7ef28b837ce2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:33:39.288Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T00:33:39.288Z] . [Pipeline] withDockerContainer [2021-04-07T00:33:39.400Z] prd-centos7-docker-4c-2g-33075 does not seem to be running inside a container [2021-04-07T00:33:39.455Z] $ 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/95 -v /w/workspace/edgex-go/95:/w/workspace/edgex-go/95:rw,z -v /w/workspace/edgex-go/95@tmp:/w/workspace/edgex-go/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T00:33:40.142Z] $ docker top 1108cd5acb9a9b510c1cd00d25463c3dcb07e581c274b2ba10116611784a75a0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-07T00:33:40.338Z] ========================================================= [2021-04-07T00:33:40.338Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-07T00:33:40.338Z] ========================================================= [Pipeline] sh [2021-04-07T00:33:40.633Z] + make test [2021-04-07T00:33:40.633Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-07T00:33:50.720Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-07T00:34:05.779Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-07T00:34:12.475Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-07T00:34:13.443Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-07T00:34:13.443Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-07T00:34:15.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-07T00:34:15.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-07T00:34:15.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-07T00:34:15.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-07T00:34:16.393Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-07T00:34:16.978Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-07T00:34:19.562Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-07T00:34:19.562Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-07T00:34:19.562Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-07T00:34:22.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements [2021-04-07T00:34:22.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-07T00:34:22.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-07T00:34:22.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-07T00:34:22.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-07T00:34:22.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-07T00:34:22.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-07T00:34:22.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements [2021-04-07T00:34:22.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.094s coverage: 100.0% of statements [2021-04-07T00:34:24.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements [2021-04-07T00:34:24.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-07T00:34:24.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-07T00:34:24.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-07T00:34:24.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-07T00:34:24.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-07T00:34:24.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-07T00:34:24.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-04-07T00:34:24.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-07T00:34:24.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-04-07T00:34:24.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-07T00:34:24.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-07T00:34:25.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.124s coverage: 71.3% of statements [2021-04-07T00:34:25.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-07T00:34:25.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-07T00:34:25.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.187s coverage: 82.9% of statements [2021-04-07T00:34:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-07T00:34:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T00:34:25.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.055s coverage: 78.9% of statements [2021-04-07T00:34:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-07T00:34:29.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.434s coverage: 28.6% of statements [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-07T00:34:29.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-07T00:34:29.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-07T00:34:29.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.147s coverage: 86.7% of statements [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-07T00:34:29.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.203s coverage: 97.5% of statements [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-07T00:34:29.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.117s coverage: 78.3% of statements [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-07T00:34:29.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-07T00:34:31.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.407s coverage: 92.8% of statements [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-07T00:34:31.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-07T00:34:31.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 1.0% of statements [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-07T00:34:31.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-07T00:34:31.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements [2021-04-07T00:34:31.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements [2021-04-07T00:34:31.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-04-07T00:34:31.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2021-04-07T00:34:31.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements [2021-04-07T00:34:44.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements [2021-04-07T00:34:44.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-04-07T00:34:46.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.241s coverage: 81.5% of statements [2021-04-07T00:34:46.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-07T00:34:46.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.045s coverage: 87.1% of statements [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 75.5% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.085s coverage: 84.6% of statements [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.6% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 64.4% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.349s coverage: 69.0% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 38.4% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.0% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.061s coverage: 11.0% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.141s coverage: 87.1% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.753s coverage: 29.1% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.123s coverage: 95.6% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-07T00:34:57.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-04-07T00:34:57.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements [2021-04-07T00:34:57.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-07T00:34:57.910Z] GO111MODULE=on go vet ./... [2021-04-07T00:35:24.750Z] gofmt -l . [2021-04-07T00:35:24.750Z] [ "`gofmt -l .`" = "" ] [2021-04-07T00:35:25.329Z] ./bin/test-go-mod-tidy.sh [2021-04-07T00:35:25.914Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-07T00:35:26.808Z] + ls -al . [2021-04-07T00:35:26.808Z] total 808 [2021-04-07T00:35:26.808Z] drwxrwxr-x 10 1001 1001 4096 Apr 7 00:35 . [2021-04-07T00:35:26.808Z] drwxr-xr-x 4 root root 30 Apr 7 00:33 .. [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 11 Apr 7 00:31 .dockerignore [2021-04-07T00:35:26.808Z] drwxrwxr-x 8 1001 1001 179 Apr 7 00:31 .git [2021-04-07T00:35:26.808Z] drwxrwxr-x 3 1001 1001 125 Apr 7 00:31 .github [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 818 Apr 7 00:31 .gitignore [2021-04-07T00:35:26.808Z] drwx------ 3 1001 1001 60 Apr 7 00:32 .semver [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 166 Apr 7 00:31 .sonarcloud.properties [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 8607 Apr 7 00:31 Attribution.txt [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 3804 Apr 7 00:31 CONTRIBUTING.md [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 931 Apr 7 00:31 Dockerfile.build [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 863 Apr 7 00:31 Jenkinsfile [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 10775 Apr 7 00:31 LICENSE [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 5774 Apr 7 00:31 Makefile [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 6548 Apr 7 00:31 README.md [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 6755 Apr 7 00:31 SECURITY.md [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 5 Apr 7 00:32 VERSION [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 4131 Apr 7 00:31 ZMQWindows.md [2021-04-07T00:35:26.808Z] drwxrwxr-x 2 1001 1001 117 Apr 7 00:31 bin [2021-04-07T00:35:26.808Z] drwxrwxr-x 14 1001 1001 4096 Apr 7 00:31 cmd [2021-04-07T00:35:26.808Z] -rw-r--r-- 1 root root 697383 Apr 7 00:34 coverage.out [2021-04-07T00:35:26.808Z] -rw-r--r-- 1 root root 1056 Apr 7 00:35 go.mod [2021-04-07T00:35:26.808Z] -rw-r--r-- 1 root root 22360 Apr 7 00:35 go.sum [2021-04-07T00:35:26.808Z] drwxrwxr-x 8 1001 1001 127 Apr 7 00:31 internal [2021-04-07T00:35:26.808Z] drwxrwxr-x 4 1001 1001 26 Apr 7 00:31 openapi [2021-04-07T00:35:26.808Z] drwxrwxr-x 4 1001 1001 71 Apr 7 00:31 snap [2021-04-07T00:35:26.808Z] -rw-rw-r-- 1 1001 1001 168 Apr 7 00:31 version.go [Pipeline] sh [2021-04-07T00:35:27.124Z] + '[' -e coverage.out ] [2021-04-07T00:35:27.124Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-07T00:35:27.395Z] Stashed 1 file(s) [Pipeline] sh [2021-04-07T00:35:27.741Z] + make build [2021-04-07T00:35:27.742Z] 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-04-07T00:35:31.066Z] 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-04-07T00:35:39.290Z] 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-04-07T00:35:40.687Z] 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-04-07T00:35:42.614Z] 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-04-07T00:35:42.878Z] 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-04-07T00:35:44.799Z] 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-04-07T00:35:46.201Z] 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-04-07T00:35:47.154Z] 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-04-07T00:35:48.555Z] 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-04-07T00:35:49.964Z] 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-04-07T00:35:50.929Z] 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-04-07T00:35:53.514Z] $ docker stop --time=1 1108cd5acb9a9b510c1cd00d25463c3dcb07e581c274b2ba10116611784a75a0 [2021-04-07T00:35:56.218Z] $ docker rm -f 1108cd5acb9a9b510c1cd00d25463c3dcb07e581c274b2ba10116611784a75a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:35:58.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T00:35:58.052Z] [2021-04-07T00:35:58.052Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:35:58.402Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T00:35:58.402Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-07T00:35:58.402Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-07T00:35:58.402Z] ca9280d653b3: Pulling fs layer [2021-04-07T00:35:58.402Z] 7e9c9ca2126c: Pulling fs layer [2021-04-07T00:35:58.981Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-07T00:35:58.981Z] cbdbe7a5bc2a: Download complete [2021-04-07T00:35:59.252Z] ca9280d653b3: Verifying Checksum [2021-04-07T00:35:59.252Z] ca9280d653b3: Download complete [2021-04-07T00:35:59.526Z] cbdbe7a5bc2a: Pull complete [2021-04-07T00:36:00.108Z] 7e9c9ca2126c: Verifying Checksum [2021-04-07T00:36:00.108Z] 7e9c9ca2126c: Download complete [2021-04-07T00:36:00.370Z] ca9280d653b3: Pull complete [2021-04-07T00:36:08.557Z] 7e9c9ca2126c: Pull complete [2021-04-07T00:36:08.557Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-07T00:36:08.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T00:36:08.557Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-07T00:36:08.734Z] prd-centos7-docker-4c-2g-33075 does not seem to be running inside a container [2021-04-07T00:36:08.782Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/95 -v /w/workspace/edgex-go/95:/w/workspace/edgex-go/95:rw,z -v /w/workspace/edgex-go/95@tmp:/w/workspace/edgex-go/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-07T00:36:11.487Z] $ docker top 90571bf54015efaa47b4248d80942cbb942d5dd3eb3d41796af009b3788ff767 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T00:36:12.023Z] + docker-compose build --help [2021-04-07T00:36:12.023Z] + grep parallel [2021-04-07T00:36:12.970Z] --parallel Build images in parallel. [Pipeline] } [2021-04-07T00:36:12.985Z] $ docker stop --time=1 90571bf54015efaa47b4248d80942cbb942d5dd3eb3d41796af009b3788ff767 [2021-04-07T00:36:14.384Z] $ docker rm -f 90571bf54015efaa47b4248d80942cbb942d5dd3eb3d41796af009b3788ff767 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:36:15.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T00:36:15.212Z] . [Pipeline] withDockerContainer [2021-04-07T00:36:15.451Z] prd-centos7-docker-4c-2g-33075 does not seem to be running inside a container [2021-04-07T00:36:15.518Z] $ 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/95 -v /w/workspace/edgex-go/95:/w/workspace/edgex-go/95:rw,z -v /w/workspace/edgex-go/95@tmp:/w/workspace/edgex-go/95@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-04-07T00:36:16.353Z] $ docker top b133b06e041ecfe92e7dacb054a916d5d703b45e300ba071f1bf5c8829952fb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T00:36:16.829Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-07T00:36:17.782Z] Building docker-core-command-go ... [2021-04-07T00:36:17.782Z] Building docker-core-data-go ... [2021-04-07T00:36:17.782Z] Building docker-core-metadata-go ... [2021-04-07T00:36:17.782Z] Building docker-security-bootstrapper-go ... [2021-04-07T00:36:17.782Z] Building docker-security-proxy-setup-go ... [2021-04-07T00:36:17.782Z] Building docker-security-secretstore-setup-go ... [2021-04-07T00:36:17.782Z] Building docker-support-notifications-go ... [2021-04-07T00:36:17.782Z] Building docker-support-scheduler-go ... [2021-04-07T00:36:17.782Z] Building docker-sys-mgmt-agent-go ... [2021-04-07T00:36:17.782Z] Building docker-core-data-go [2021-04-07T00:36:17.782Z] Building docker-security-secretstore-setup-go [2021-04-07T00:36:17.782Z] Building docker-sys-mgmt-agent-go [2021-04-07T00:36:17.782Z] Building docker-core-metadata-go [2021-04-07T00:36:17.782Z] Building docker-support-notifications-go [2021-04-07T00:36:18.471Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33078 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-07T00:36:18.520Z] Running in /w/workspace/edgex-go/95 [Pipeline] { [Pipeline] checkout [2021-04-07T00:36:23.386Z] using credential edgex-jenkins-ssh [2021-04-07T00:36:23.448Z] Cloning the remote Git repository [2021-04-07T00:36:23.503Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-07T00:36:23.624Z] > git init /w/workspace/edgex-go/95 # timeout=10 [2021-04-07T00:36:23.709Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T00:36:23.709Z] > git --version # timeout=10 [2021-04-07T00:36:23.727Z] > git --version # 'git version 2.17.1' [2021-04-07T00:36:23.729Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T00:36:23.784Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T00:36:40.579Z] Merging remotes/origin/master commit 6cadec5fc374fbebd95401286db985839ef5e674 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-07T00:36:39.528Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T00:36:39.547Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T00:36:39.581Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T00:36:39.676Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T00:36:39.677Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T00:36:39.693Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T00:36:40.578Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T00:36:40.598Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-07T00:36:41.985Z] Merge succeeded, producing be0c87863194da4480fee94b9d95c35e769d5ce2 [2021-04-07T00:36:41.986Z] Checking out Revision be0c87863194da4480fee94b9d95c35e769d5ce2 (PR-2858) [2021-04-07T00:36:40.917Z] > git remote # timeout=10 [2021-04-07T00:36:40.937Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T00:36:40.950Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T00:36:40.961Z] > git merge 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 [2021-04-07T00:36:41.949Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T00:36:41.972Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T00:36:41.984Z] > git checkout -f be0c87863194da4480fee94b9d95c35e769d5ce2 # timeout=10 [2021-04-07T00:36:46.580Z] Commit message: "Merge commit '6cadec5fc374fbebd95401286db985839ef5e674' into HEAD" [2021-04-07T00:36:46.603Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T00:36:46.567Z] > git rev-list --no-walk 12fb89090adf6f3fac85bfa6fc3246ca30cf0656 # timeout=10 [2021-04-07T00:36:48.118Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-07T00:36:48.549Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T00:36:48.886Z] + sudo service docker restart [2021-04-07T00:36:48.886Z] + true [2021-04-07T00:36:50.131Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:36:50.131Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:36:50.131Z] ---> 216148b94c42 [2021-04-07T00:36:50.131Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T00:36:50.880Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:36:50.880Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:36:50.880Z] ---> 216148b94c42 [2021-04-07T00:36:50.880Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T00:36:50.880Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:36:50.880Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:36:50.880Z] ---> 216148b94c42 [2021-04-07T00:36:50.880Z] Step 3/26 : WORKDIR /edgex-go [2021-04-07T00:36:50.880Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:36:50.880Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:36:50.880Z] ---> 216148b94c42 [2021-04-07T00:36:50.880Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T00:36:50.880Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:36:50.880Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:36:50.880Z] ---> 216148b94c42 [2021-04-07T00:36:50.880Z] Step 3/24 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T00:36:50.967Z] provisioning config files... [2021-04-07T00:36:51.017Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/95@tmp/config9156154804108786429tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T00:36:51.437Z] ---> docker-login.sh [2021-04-07T00:36:51.438Z] nexus3.edgexfoundry.org:10001 [2021-04-07T00:36:51.834Z] ---> Running in cf79e782448d [2021-04-07T00:36:51.834Z] ---> Running in 97a59e6d53d3 [2021-04-07T00:36:51.834Z] ---> Running in 20a74378a2ab [2021-04-07T00:36:51.834Z] ---> Running in cd896fb879d3 [2021-04-07T00:36:51.834Z] ---> Running in de3a71fb810c [2021-04-07T00:36:52.100Z] Removing intermediate container 97a59e6d53d3 [2021-04-07T00:36:52.100Z] ---> 5dc4ac740778 [2021-04-07T00:36:52.100Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:36:52.100Z] Removing intermediate container 20a74378a2ab [2021-04-07T00:36:52.100Z] ---> 1b06d8e28044 [2021-04-07T00:36:52.100Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:36:52.364Z] Removing intermediate container cd896fb879d3 [2021-04-07T00:36:52.364Z] ---> 37a42c5fc320 [2021-04-07T00:36:52.364Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:36:52.364Z] Removing intermediate container de3a71fb810c [2021-04-07T00:36:52.364Z] ---> 0d5d55a28d59 [2021-04-07T00:36:52.364Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:36:52.364Z] Removing intermediate container cf79e782448d [2021-04-07T00:36:52.364Z] ---> 9c7aea75e5ec [2021-04-07T00:36:52.364Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:36:52.364Z] ---> Running in b44151ac43f8 [2021-04-07T00:36:52.364Z] ---> Running in adf06c8ed798 [2021-04-07T00:36:52.364Z] ---> Running in 2f53161ea7a7 [2021-04-07T00:36:52.364Z] ---> Running in 06eb4a07ab19 [2021-04-07T00:36:52.364Z] ---> Running in c0c6ef2552e7 [2021-04-07T00:36:52.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T00:36:52.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T00:36:52.702Z] Configure a credential helper to remove this warning. See [2021-04-07T00:36:52.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T00:36:52.702Z] [2021-04-07T00:36:52.702Z] Login Succeeded [2021-04-07T00:36:52.702Z] nexus3.edgexfoundry.org:10002 [2021-04-07T00:36:53.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T00:36:53.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T00:36:53.302Z] Configure a credential helper to remove this warning. See [2021-04-07T00:36:53.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T00:36:53.302Z] [2021-04-07T00:36:53.302Z] Login Succeeded [2021-04-07T00:36:53.302Z] nexus3.edgexfoundry.org:10003 [2021-04-07T00:36:53.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T00:36:53.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T00:36:53.899Z] Configure a credential helper to remove this warning. See [2021-04-07T00:36:53.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T00:36:53.899Z] [2021-04-07T00:36:53.899Z] Login Succeeded [2021-04-07T00:36:53.899Z] nexus3.edgexfoundry.org:10004 [2021-04-07T00:36:54.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T00:36:54.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T00:36:54.497Z] Configure a credential helper to remove this warning. See [2021-04-07T00:36:54.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T00:36:54.497Z] [2021-04-07T00:36:54.497Z] Login Succeeded [2021-04-07T00:36:54.497Z] docker.io [2021-04-07T00:36:54.945Z] Removing intermediate container 2f53161ea7a7 [2021-04-07T00:36:54.945Z] ---> 21fce89f6843 [2021-04-07T00:36:54.945Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-07T00:36:55.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T00:36:55.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T00:36:55.367Z] Configure a credential helper to remove this warning. See [2021-04-07T00:36:55.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T00:36:55.367Z] [2021-04-07T00:36:55.367Z] Login Succeeded [2021-04-07T00:36:55.367Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T00:36:55.383Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-04-07T00:36:55.522Z] ---> Running in 92217a27f6b1 [2021-04-07T00:36:55.522Z] Removing intermediate container 06eb4a07ab19 [2021-04-07T00:36:55.522Z] ---> 242c66bca46b [2021-04-07T00:36:55.522Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-07T00:36:55.522Z] Removing intermediate container b44151ac43f8 [2021-04-07T00:36:55.522Z] ---> 312f3f525291 [2021-04-07T00:36:55.522Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] unstash [2021-04-07T00:36:55.791Z] ---> Running in a57ee79e4102 [2021-04-07T00:36:55.792Z] ---> Running in 28cdf8d7a739 [Pipeline] echo [2021-04-07T00:36:55.853Z] ========================================================= [2021-04-07T00:36:55.854Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-07T00:36:55.854Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:36:56.054Z] Removing intermediate container c0c6ef2552e7 [2021-04-07T00:36:56.054Z] ---> 23c98e6d41d6 [2021-04-07T00:36:56.054Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-07T00:36:56.054Z] Removing intermediate container adf06c8ed798 [2021-04-07T00:36:56.054Z] ---> ba0c8101812f [2021-04-07T00:36:56.054Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T00:36:56.241Z] + 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-04-07T00:36:56.325Z] ---> Running in 7263aa57a62a [2021-04-07T00:36:56.325Z] ---> Running in 34d40260ea4e [2021-04-07T00:36:56.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:36:56.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:36:56.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:36:56.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:36:57.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:36:57.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:36:57.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:36:57.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:36:57.689Z] OK: 233 MiB in 51 packages [2021-04-07T00:36:57.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:36:57.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:36:58.215Z] Removing intermediate container 92217a27f6b1 [2021-04-07T00:36:58.215Z] ---> 0ec2df863dc1 [2021-04-07T00:36:58.215Z] Step 6/26 : COPY go.mod . [2021-04-07T00:36:58.215Z] OK: 233 MiB in 51 packages [2021-04-07T00:36:58.494Z] OK: 233 MiB in 51 packages [2021-04-07T00:36:58.494Z] ---> 6580cc7852ad [2021-04-07T00:36:58.494Z] Step 7/26 : RUN go mod download [2021-04-07T00:36:58.767Z] ---> Running in 250c2f6e9ef8 [2021-04-07T00:36:58.767Z] OK: 233 MiB in 51 packages [2021-04-07T00:36:58.767Z] Removing intermediate container a57ee79e4102 [2021-04-07T00:36:58.767Z] ---> 4f7b667b12e6 [2021-04-07T00:36:58.767Z] Step 6/24 : COPY go.mod . [2021-04-07T00:36:58.767Z] OK: 233 MiB in 51 packages [2021-04-07T00:36:58.871Z] Sending build context to Docker daemon 167.2MB [2021-04-07T00:36:58.871Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T00:36:58.871Z] Step 2/6 : FROM ${BASE} [2021-04-07T00:36:58.871Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-07T00:36:58.871Z] 5f621e34cdf4: Pulling fs layer [2021-04-07T00:36:58.871Z] a4357932f1b6: Pulling fs layer [2021-04-07T00:36:58.871Z] 18c013af1878: Pulling fs layer [2021-04-07T00:36:58.871Z] 00ac8860ef70: Pulling fs layer [2021-04-07T00:36:58.871Z] 63d7cb157983: Pulling fs layer [2021-04-07T00:36:58.871Z] b116817d02f9: Pulling fs layer [2021-04-07T00:36:58.871Z] 00ac8860ef70: Waiting [2021-04-07T00:36:58.871Z] 745a02a5169b: Pulling fs layer [2021-04-07T00:36:58.871Z] b116817d02f9: Waiting [2021-04-07T00:36:58.871Z] 63d7cb157983: Waiting [2021-04-07T00:36:58.871Z] 745a02a5169b: Waiting [2021-04-07T00:36:58.871Z] 18c013af1878: Verifying Checksum [2021-04-07T00:36:58.871Z] 18c013af1878: Download complete [2021-04-07T00:36:58.871Z] a4357932f1b6: Download complete [2021-04-07T00:36:58.871Z] 63d7cb157983: Download complete [2021-04-07T00:36:58.871Z] b116817d02f9: Verifying Checksum [2021-04-07T00:36:58.871Z] b116817d02f9: Download complete [2021-04-07T00:36:58.871Z] 5f621e34cdf4: Verifying Checksum [2021-04-07T00:36:58.871Z] 5f621e34cdf4: Download complete [2021-04-07T00:36:59.353Z] Removing intermediate container 28cdf8d7a739 [2021-04-07T00:36:59.353Z] ---> 8f19c97a7e82 [2021-04-07T00:36:59.353Z] Step 6/23 : COPY go.mod . [2021-04-07T00:36:59.353Z] ---> 26be5b648c6f [2021-04-07T00:36:59.353Z] Step 7/24 : RUN go mod download [2021-04-07T00:36:59.353Z] ---> Running in 522fab3a42fc [2021-04-07T00:36:59.483Z] 5f621e34cdf4: Pull complete [2021-04-07T00:36:59.621Z] ---> dca06d83afc3 [2021-04-07T00:36:59.621Z] Step 7/23 : RUN go mod download [2021-04-07T00:36:59.900Z] ---> Running in fbbc2d265d15 [2021-04-07T00:36:59.900Z] Removing intermediate container 7263aa57a62a [2021-04-07T00:36:59.900Z] ---> 641a4a38f135 [2021-04-07T00:36:59.900Z] Step 6/23 : COPY go.mod . [2021-04-07T00:36:59.900Z] Removing intermediate container 34d40260ea4e [2021-04-07T00:36:59.900Z] ---> 79e4091b3749 [2021-04-07T00:36:59.900Z] Step 6/22 : COPY go.mod . [2021-04-07T00:37:00.086Z] a4357932f1b6: Pull complete [2021-04-07T00:37:00.168Z] ---> dd6eae7d88c2 [2021-04-07T00:37:00.168Z] Step 7/23 : RUN go mod download [2021-04-07T00:37:00.362Z] 18c013af1878: Pull complete [2021-04-07T00:37:00.436Z] ---> fbbd652f18e4 [2021-04-07T00:37:00.436Z] Step 7/22 : RUN go mod download [2021-04-07T00:37:00.436Z] ---> Running in c07d3bfc5977 [2021-04-07T00:37:00.702Z] ---> Running in 7ab821ab04b1 [2021-04-07T00:37:00.702Z] Removing intermediate container 250c2f6e9ef8 [2021-04-07T00:37:00.702Z] ---> 5c7030887041 [2021-04-07T00:37:00.702Z] Step 8/26 : COPY . . [2021-04-07T00:37:01.348Z] 745a02a5169b: Verifying Checksum [2021-04-07T00:37:01.348Z] 745a02a5169b: Download complete [2021-04-07T00:37:02.336Z] 00ac8860ef70: Verifying Checksum [2021-04-07T00:37:02.336Z] 00ac8860ef70: Download complete [2021-04-07T00:37:04.037Z] Removing intermediate container 522fab3a42fc [2021-04-07T00:37:04.037Z] ---> 3a8df58e91eb [2021-04-07T00:37:04.037Z] Step 8/24 : COPY . . [2021-04-07T00:37:06.668Z] Removing intermediate container fbbc2d265d15 [2021-04-07T00:37:06.668Z] ---> 8f501f445153 [2021-04-07T00:37:06.668Z] Step 8/23 : COPY . . [2021-04-07T00:37:10.008Z] Removing intermediate container c07d3bfc5977 [2021-04-07T00:37:10.008Z] ---> 6e4b89423569 [2021-04-07T00:37:10.008Z] Step 8/23 : COPY . . [2021-04-07T00:37:12.503Z] 00ac8860ef70: Pull complete [2021-04-07T00:37:12.503Z] 63d7cb157983: Pull complete [2021-04-07T00:37:12.784Z] b116817d02f9: Pull complete [2021-04-07T00:37:14.261Z] Removing intermediate container 7ab821ab04b1 [2021-04-07T00:37:14.261Z] ---> 3ccd0349b4fe [2021-04-07T00:37:14.261Z] Step 8/22 : COPY . . [2021-04-07T00:37:16.194Z] 745a02a5169b: Pull complete [2021-04-07T00:37:16.194Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-07T00:37:16.194Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-07T00:37:16.194Z] ---> b7e6874047d6 [2021-04-07T00:37:16.194Z] 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-04-07T00:37:20.543Z] ---> Running in 2d5f9f60d60c [2021-04-07T00:37:21.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:37:22.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:37:23.096Z] (1/12) Installing libmagic (5.38-r0) [2021-04-07T00:37:23.368Z] (2/12) Installing file (5.38-r0) [2021-04-07T00:37:23.368Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-07T00:37:23.368Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-07T00:37:35.756Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-07T00:37:35.756Z] (6/12) Installing patch (2.7.6-r6) [2021-04-07T00:37:35.756Z] (7/12) Installing build-base (0.5-r2) [2021-04-07T00:37:35.756Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-07T00:37:35.756Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-07T00:37:35.756Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-07T00:37:35.756Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-07T00:37:35.756Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-07T00:37:35.756Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T00:37:35.756Z] OK: 217 MiB in 51 packages [2021-04-07T00:37:39.156Z] Removing intermediate container 2d5f9f60d60c [2021-04-07T00:37:39.156Z] ---> 31739bdb2019 [2021-04-07T00:37:39.156Z] Step 4/6 : WORKDIR /edgex-go [2021-04-07T00:37:39.429Z] ---> Running in 3b99bff75ea4 [2021-04-07T00:37:40.026Z] Removing intermediate container 3b99bff75ea4 [2021-04-07T00:37:40.026Z] ---> 44deb7af3ad1 [2021-04-07T00:37:40.026Z] Step 5/6 : COPY go.mod . [2021-04-07T00:37:40.618Z] ---> bab691f6ff7d [2021-04-07T00:37:40.618Z] Step 6/6 : RUN go mod download [2021-04-07T00:37:40.893Z] ---> Running in ce848c68c046 [2021-04-07T00:37:46.501Z] ---> b790822d0cb3 [2021-04-07T00:37:46.501Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-07T00:37:49.846Z] ---> Running in 4a86b08ee690 [2021-04-07T00:37:49.846Z] ---> 904181297d04 [2021-04-07T00:37:49.846Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-07T00:37:49.846Z] ---> e3bc7e355844 [2021-04-07T00:37:49.846Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-07T00:37:50.425Z] ---> d7139be0a47c [2021-04-07T00:37:50.426Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-07T00:37:50.426Z] ---> a19c9544b1ab [2021-04-07T00:37:50.426Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-07T00:37:50.717Z] ---> Running in d238d77c5719 [2021-04-07T00:37:50.717Z] ---> Running in fc169e7e4e15 [2021-04-07T00:37:50.717Z] ---> Running in 74c07c1a1cb4 [2021-04-07T00:37:50.717Z] ---> Running in d26b8e13d32c [2021-04-07T00:37:51.311Z] 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-04-07T00:37:51.626Z] 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-04-07T00:37:51.626Z] 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-04-07T00:37:51.903Z] 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-04-07T00:37:51.903Z] 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-04-07T00:38:07.769Z] Removing intermediate container ce848c68c046 [2021-04-07T00:38:07.769Z] ---> 452704bfd2ca [2021-04-07T00:38:07.769Z] Successfully built 452704bfd2ca [2021-04-07T00:38:07.769Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:38:08.107Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T00:38:08.107Z] . [Pipeline] withDockerContainer [2021-04-07T00:38:08.353Z] prd-ubuntu18.04-docker-arm64-4c-16g-33078 does not seem to be running inside a container [2021-04-07T00:38:08.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/95 -v /w/workspace/edgex-go/95:/w/workspace/edgex-go/95:rw,z -v /w/workspace/edgex-go/95@tmp:/w/workspace/edgex-go/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T00:38:09.852Z] $ docker top 96edc7dd4e714f79664c152cb8da78cb7eb33af642fe0c150ef45904ed909daa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T00:38:10.930Z] + go version [2021-04-07T00:38:10.930Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-07T00:38:10.959Z] $ docker stop --time=1 96edc7dd4e714f79664c152cb8da78cb7eb33af642fe0c150ef45904ed909daa [2021-04-07T00:38:12.839Z] $ docker rm -f 96edc7dd4e714f79664c152cb8da78cb7eb33af642fe0c150ef45904ed909daa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:38:13.781Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T00:38:13.781Z] . [Pipeline] withDockerContainer [2021-04-07T00:38:14.056Z] prd-ubuntu18.04-docker-arm64-4c-16g-33078 does not seem to be running inside a container [2021-04-07T00:38:14.143Z] $ 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/95 -v /w/workspace/edgex-go/95:/w/workspace/edgex-go/95:rw,z -v /w/workspace/edgex-go/95@tmp:/w/workspace/edgex-go/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T00:38:15.629Z] $ docker top e17b6b3715cf49523eb00efb706a3cf57d9e7090a4b51fb53cf64b20720884de -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-07T00:38:16.026Z] ========================================================= [2021-04-07T00:38:16.026Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-07T00:38:16.026Z] ========================================================= [Pipeline] sh [2021-04-07T00:38:16.669Z] + make test [2021-04-07T00:38:16.670Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-07T00:38:24.144Z] 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-04-07T00:38:32.388Z] Removing intermediate container 4a86b08ee690 [2021-04-07T00:38:32.388Z] ---> 4aeacc9351bb [2021-04-07T00:38:32.388Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-07T00:38:32.660Z] ---> Running in 88210bb51dd0 [2021-04-07T00:38:35.219Z] 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-04-07T00:38:37.846Z] Removing intermediate container d26b8e13d32c [2021-04-07T00:38:37.846Z] ---> a5602aa7ce27 [2021-04-07T00:38:37.846Z] [2021-04-07T00:38:37.846Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T00:38:37.846Z] Removing intermediate container d238d77c5719 [2021-04-07T00:38:37.846Z] ---> 722f49b47c8b [2021-04-07T00:38:37.846Z] [2021-04-07T00:38:37.846Z] Step 10/24 : FROM alpine:3.12 [2021-04-07T00:38:37.846Z] 3.12: Pulling from library/alpine [2021-04-07T00:38:37.846Z] 3.12: Pulling from library/alpine [2021-04-07T00:38:40.406Z] Removing intermediate container 74c07c1a1cb4 [2021-04-07T00:38:40.406Z] ---> 779e59f457af [2021-04-07T00:38:40.406Z] [2021-04-07T00:38:40.406Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T00:38:40.406Z] 3.12: Pulling from library/alpine [2021-04-07T00:38:40.406Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T00:38:40.406Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T00:38:40.406Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T00:38:40.406Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T00:38:40.406Z] ---> 7230e588e954 [2021-04-07T00:38:40.406Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T00:38:40.406Z] Status: Image is up to date for alpine:3.12 [2021-04-07T00:38:40.406Z] ---> 7230e588e954 [2021-04-07T00:38:40.406Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-07T00:38:40.406Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T00:38:40.406Z] ---> 7230e588e954 [2021-04-07T00:38:40.406Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-07T00:38:40.406Z] Removing intermediate container fc169e7e4e15 [2021-04-07T00:38:40.406Z] ---> 5f5be5b61fb2 [2021-04-07T00:38:40.406Z] [2021-04-07T00:38:40.406Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T00:38:40.684Z] ---> 7230e588e954 [2021-04-07T00:38:40.684Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-07T00:38:40.684Z] ---> Running in e7f32e358a2c [2021-04-07T00:38:40.684Z] ---> Running in 2b2fc4ed04c4 [2021-04-07T00:38:40.684Z] ---> Running in 62fabcfb8320 [2021-04-07T00:38:40.684Z] Removing intermediate container 88210bb51dd0 [2021-04-07T00:38:40.684Z] ---> f8937d66313b [2021-04-07T00:38:40.684Z] [2021-04-07T00:38:40.684Z] Step 11/26 : FROM docker:20.10.0 [2021-04-07T00:38:40.684Z] 20.10.0: Pulling from library/docker [2021-04-07T00:38:40.952Z] ---> Running in a73b9fb968e3 [2021-04-07T00:38:41.530Z] Removing intermediate container a73b9fb968e3 [2021-04-07T00:38:41.530Z] ---> 6a0072bd3f6a [2021-04-07T00:38:41.530Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-07T00:38:41.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:38:41.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:38:42.066Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-07T00:38:42.066Z] ---> Running in 8b04c113f75f [2021-04-07T00:38:42.066Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-07T00:38:42.066Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T00:38:42.066Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T00:38:42.066Z] OK: 6 MiB in 16 packages [2021-04-07T00:38:42.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:38:42.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:38:42.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:38:42.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:38:42.592Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-07T00:38:42.592Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T00:38:42.592Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-07T00:38:42.592Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T00:38:42.592Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-07T00:38:42.592Z] (4/6) Installing curl (7.69.1-r3) [2021-04-07T00:38:42.592Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-07T00:38:42.592Z] (6/6) Installing su-exec (0.2-r1) [2021-04-07T00:38:42.592Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T00:38:43.180Z] OK: 6 MiB in 15 packages [2021-04-07T00:38:43.181Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T00:38:43.181Z] OK: 7 MiB in 20 packages [2021-04-07T00:38:43.489Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-07T00:38:43.756Z] Removing intermediate container 8b04c113f75f [2021-04-07T00:38:43.756Z] ---> 47099e63423c [2021-04-07T00:38:43.756Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-07T00:38:44.335Z] ---> Running in 79579395e541 [2021-04-07T00:38:45.298Z] Removing intermediate container 79579395e541 [2021-04-07T00:38:45.298Z] ---> 8c15d2f17ca1 [2021-04-07T00:38:45.298Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:38:45.298Z] Removing intermediate container e7f32e358a2c [2021-04-07T00:38:45.298Z] ---> aee6668bc656 [2021-04-07T00:38:45.298Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T00:38:45.591Z] ---> Running in e2f433f832ed [2021-04-07T00:38:45.863Z] ---> Running in eb73514a6972 [2021-04-07T00:38:46.837Z] Removing intermediate container 2b2fc4ed04c4 [2021-04-07T00:38:46.837Z] ---> c381e49ff92d [2021-04-07T00:38:46.837Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T00:38:46.837Z] Removing intermediate container 62fabcfb8320 [2021-04-07T00:38:46.837Z] ---> fb9b8e76a4cd [2021-04-07T00:38:46.837Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T00:38:46.837Z] ---> Running in 77dac98490fa [2021-04-07T00:38:46.838Z] Removing intermediate container eb73514a6972 [2021-04-07T00:38:46.838Z] ---> 78989d2e2a84 [2021-04-07T00:38:46.838Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-07T00:38:46.838Z] ---> Running in 74faf2db235f [2021-04-07T00:38:47.104Z] ---> Running in fb1fcf6b0852 [2021-04-07T00:38:47.105Z] Removing intermediate container 77dac98490fa [2021-04-07T00:38:47.105Z] ---> 3f8a8549cc28 [2021-04-07T00:38:47.105Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-07T00:38:47.371Z] Removing intermediate container 74faf2db235f [2021-04-07T00:38:47.371Z] ---> 1df1a0e4dc35 [2021-04-07T00:38:47.371Z] Step 13/24 : WORKDIR / [2021-04-07T00:38:47.633Z] ---> Running in 4661d620b6f0 [2021-04-07T00:38:47.896Z] ---> Running in cc5afa21b647 [2021-04-07T00:38:47.896Z] Removing intermediate container fb1fcf6b0852 [2021-04-07T00:38:47.896Z] ---> 0fd4f2e8655c [2021-04-07T00:38:47.896Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T00:38:47.896Z] ---> Running in 2ff629ac7493 [2021-04-07T00:38:47.896Z] Removing intermediate container 4661d620b6f0 [2021-04-07T00:38:47.896Z] ---> e6387f7b631a [2021-04-07T00:38:47.896Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T00:38:48.159Z] ---> Running in a2505ca23c42 [2021-04-07T00:38:48.159Z] Removing intermediate container e2f433f832ed [2021-04-07T00:38:48.159Z] ---> dca8b15e08ad [2021-04-07T00:38:48.159Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-07T00:38:48.159Z] Removing intermediate container cc5afa21b647 [2021-04-07T00:38:48.159Z] ---> f53feb68bdbe [2021-04-07T00:38:48.159Z] 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-04-07T00:38:48.420Z] ---> Running in 906c4be49f2e [2021-04-07T00:38:48.420Z] Removing intermediate container 2ff629ac7493 [2021-04-07T00:38:48.420Z] ---> ef064d0824c7 [2021-04-07T00:38:48.420Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T00:38:48.682Z] Removing intermediate container a2505ca23c42 [2021-04-07T00:38:48.682Z] ---> 21e8019974fd [2021-04-07T00:38:48.682Z] Step 15/23 : WORKDIR / [2021-04-07T00:38:48.954Z] ---> Running in 4f465c8c439c [2021-04-07T00:38:48.954Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-07T00:38:48.954Z] ---> 3cc66cf40091 [2021-04-07T00:38:48.954Z] 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-04-07T00:38:48.954Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-07T00:38:48.954Z] ---> aefe523efa57 [2021-04-07T00:38:48.954Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-07T00:38:48.954Z] ---> 9d32b5013a4c [2021-04-07T00:38:48.954Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-07T00:38:48.954Z] ---> Running in d2f5553b0e38 [2021-04-07T00:38:49.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:38:49.221Z] Removing intermediate container 4f465c8c439c [2021-04-07T00:38:49.221Z] ---> aadaf5bed1d8 [2021-04-07T00:38:49.221Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T00:38:49.494Z] ---> ae3dab78529b [2021-04-07T00:38:49.494Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-07T00:38:49.772Z] ---> 09e5fed57809 [2021-04-07T00:38:49.772Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-07T00:38:49.772Z] ---> 4b16324480f0 [2021-04-07T00:38:49.772Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-07T00:38:49.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:38:50.034Z] ---> 5f7e0fee27be [2021-04-07T00:38:50.034Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-07T00:38:50.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:38:50.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:38:50.034Z] ---> 23f3b1652b80 [2021-04-07T00:38:50.034Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-07T00:38:50.034Z] (1/2) Installing readline (8.0.4-r0) [2021-04-07T00:38:50.034Z] (2/2) Installing bash (5.0.17-r0) [2021-04-07T00:38:50.566Z] Executing bash-5.0.17-r0.post-install [2021-04-07T00:38:50.566Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T00:38:50.566Z] OK: 12 MiB in 22 packages [2021-04-07T00:38:50.566Z] ---> Running in 89dc4c6ed376 [2021-04-07T00:38:50.566Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-07T00:38:50.887Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-07T00:38:50.887Z] ---> 1064e4d61f8c [2021-04-07T00:38:50.887Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-07T00:38:50.887Z] ---> a8008b1c0aae [2021-04-07T00:38:50.887Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-07T00:38:50.887Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-07T00:38:50.887Z] Removing intermediate container 89dc4c6ed376 [2021-04-07T00:38:50.887Z] ---> fe6b33d372eb [2021-04-07T00:38:50.887Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T00:38:50.887Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-07T00:38:50.887Z] ---> Running in 4ef7ea2e7bbd [2021-04-07T00:38:51.182Z] Removing intermediate container d2f5553b0e38 [2021-04-07T00:38:51.182Z] ---> 8809959542ff [2021-04-07T00:38:51.182Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-07T00:38:51.182Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T00:38:51.476Z] ---> 34b3de28d803 [2021-04-07T00:38:51.476Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-07T00:38:51.476Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-07T00:38:51.476Z] ---> Running in 65a3e9439d1a [2021-04-07T00:38:51.476Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T00:38:51.476Z] OK: 8 MiB in 20 packages [2021-04-07T00:38:51.476Z] ---> Running in 0d3e8e74a299 [2021-04-07T00:38:51.476Z] Removing intermediate container 4ef7ea2e7bbd [2021-04-07T00:38:51.476Z] ---> a16c24691d6a [2021-04-07T00:38:51.476Z] Step 20/22 : LABEL arch=x86_64 [2021-04-07T00:38:51.476Z] ---> 3145b9ea760d [2021-04-07T00:38:51.476Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-07T00:38:51.749Z] ---> Running in c82267b1b533 [2021-04-07T00:38:51.749Z] Removing intermediate container 65a3e9439d1a [2021-04-07T00:38:51.749Z] ---> 497256a43f80 [2021-04-07T00:38:51.749Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-07T00:38:52.020Z] Removing intermediate container 0d3e8e74a299 [2021-04-07T00:38:52.020Z] ---> cc7391ab30a7 [2021-04-07T00:38:52.020Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T00:38:52.020Z] ---> Running in f543ff41d2c5 [2021-04-07T00:38:52.284Z] Removing intermediate container c82267b1b533 [2021-04-07T00:38:52.284Z] ---> f94d70a7bc87 [2021-04-07T00:38:52.284Z] Step 21/22 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:38:52.284Z] ---> 48d9523e85f2 [2021-04-07T00:38:52.284Z] 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-04-07T00:38:52.573Z] ---> Running in 7b8052eaa997 [2021-04-07T00:38:52.573Z] ---> Running in 502f17c9ceb9 [2021-04-07T00:38:52.573Z] ---> Running in 42364b5a2ab4 [2021-04-07T00:38:52.843Z] Removing intermediate container f543ff41d2c5 [2021-04-07T00:38:52.843Z] ---> 09ed21189e55 [2021-04-07T00:38:52.843Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-07T00:38:52.843Z] Removing intermediate container 906c4be49f2e [2021-04-07T00:38:52.843Z] ---> 1aff1fa0112f [2021-04-07T00:38:52.843Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T00:38:52.843Z] Removing intermediate container 7b8052eaa997 [2021-04-07T00:38:52.843Z] ---> a7b701615bce [2021-04-07T00:38:52.843Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T00:38:52.843Z] Removing intermediate container 502f17c9ceb9 [2021-04-07T00:38:52.843Z] ---> 1d797ffc87c4 [2021-04-07T00:38:52.843Z] Step 22/22 : LABEL version=0.0.0 [2021-04-07T00:38:53.108Z] ---> Running in 178f815b713d [2021-04-07T00:38:53.108Z] ---> Running in 459e495f8122 [2021-04-07T00:38:53.108Z] ---> Running in 5f84204fd2a4 [2021-04-07T00:38:53.108Z] ---> 0736c88b837d [2021-04-07T00:38:53.108Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-07T00:38:53.374Z] Removing intermediate container 178f815b713d [2021-04-07T00:38:53.374Z] ---> cb9666d7e8e0 [2021-04-07T00:38:53.374Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-07T00:38:53.374Z] Removing intermediate container 459e495f8122 [2021-04-07T00:38:53.374Z] ---> c3d1aeaa2b78 [2021-04-07T00:38:53.374Z] Step 22/23 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:38:53.640Z] ---> Running in dad36263b6e2 [2021-04-07T00:38:53.640Z] Removing intermediate container 5f84204fd2a4 [2021-04-07T00:38:53.640Z] ---> 4c08ebd81a70 [2021-04-07T00:38:53.640Z] [2021-04-07T00:38:53.904Z] Successfully built 4c08ebd81a70 [2021-04-07T00:38:54.166Z] Successfully tagged docker-support-notifications-go:latest [2021-04-07T00:38:54.166Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-04-07T00:38:54.741Z] ---> 82f1812a8a9c [2021-04-07T00:38:54.741Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-07T00:38:54.741Z] ---> 86fc360f5e1e [2021-04-07T00:38:54.741Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-07T00:38:54.741Z] Removing intermediate container dad36263b6e2 [2021-04-07T00:38:54.741Z] ---> 18ac1dde4e50 [2021-04-07T00:38:54.741Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T00:38:56.960Z] ---> Running in 62dd9e437873 [2021-04-07T00:38:56.960Z] Removing intermediate container 42364b5a2ab4 [2021-04-07T00:38:56.960Z] ---> 24d8b9ce07a3 [2021-04-07T00:38:56.960Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-07T00:38:57.224Z] ---> 5efef20d5007 [2021-04-07T00:38:57.224Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-07T00:38:57.224Z] ---> 7b25b8d70fe3 [2021-04-07T00:38:57.224Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-07T00:38:58.175Z] ---> Running in 648783a7dc9d [2021-04-07T00:38:58.175Z] Removing intermediate container 62dd9e437873 [2021-04-07T00:38:58.175Z] ---> a1bcfc269c3e [2021-04-07T00:38:58.175Z] [2021-04-07T00:38:58.437Z] ---> Running in d2c4fa12b433 [2021-04-07T00:38:58.437Z] Successfully built a1bcfc269c3e [2021-04-07T00:38:58.706Z] ---> 1ae5230f44c4 [2021-04-07T00:38:58.706Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-07T00:38:58.706Z] Successfully tagged docker-core-metadata-go:latest [2021-04-07T00:38:58.706Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-04-07T00:38:58.706Z] Removing intermediate container 648783a7dc9d [2021-04-07T00:38:58.706Z] ---> 474b692ecd62 [2021-04-07T00:38:58.706Z] Step 22/24 : LABEL arch=x86_64 [2021-04-07T00:38:58.706Z] Removing intermediate container d2c4fa12b433 [2021-04-07T00:38:58.706Z] ---> cf479fce6c96 [2021-04-07T00:38:58.706Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T00:38:58.706Z] ---> Running in 486c643d8cff [2021-04-07T00:38:58.706Z] ---> Running in 046b74540558 [2021-04-07T00:38:58.969Z] ---> Running in 43d41031650e [2021-04-07T00:39:00.897Z] Removing intermediate container 046b74540558 [2021-04-07T00:39:00.897Z] ---> c80cb7cb71d4 [2021-04-07T00:39:00.897Z] Step 23/24 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:39:00.897Z] Removing intermediate container 43d41031650e [2021-04-07T00:39:00.897Z] ---> 0f2b4782137f [2021-04-07T00:39:00.897Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T00:39:01.478Z] ---> Running in 6d544a15767d [2021-04-07T00:39:01.748Z] ---> Running in d1ae37c2c311 [2021-04-07T00:39:02.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:39:02.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:39:02.317Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-07T00:39:02.317Z] (2/33) Installing expat (2.2.9-r1) [2021-04-07T00:39:02.317Z] (3/33) Installing libffi (3.3-r2) [2021-04-07T00:39:02.317Z] (4/33) Installing gdbm (1.13-r1) [2021-04-07T00:39:02.901Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-07T00:39:02.901Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-07T00:39:02.901Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-07T00:39:06.230Z] Removing intermediate container 6d544a15767d [2021-04-07T00:39:06.230Z] ---> 4c5bded80022 [2021-04-07T00:39:06.230Z] Step 24/24 : LABEL version=0.0.0 [2021-04-07T00:39:06.809Z] Removing intermediate container d1ae37c2c311 [2021-04-07T00:39:06.809Z] ---> 542316ffd388 [2021-04-07T00:39:06.809Z] Step 22/23 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:39:10.150Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-07T00:39:10.422Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-07T00:39:10.422Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-07T00:39:10.422Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-07T00:39:10.690Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-07T00:39:10.690Z] ---> Running in d59faa4fccac [2021-04-07T00:39:10.690Z] ---> Running in 66ad7f4a7188 [2021-04-07T00:39:10.690Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-07T00:39:10.690Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-07T00:39:10.956Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-07T00:39:11.223Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-07T00:39:11.223Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-07T00:39:11.797Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-07T00:39:11.797Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-07T00:39:12.451Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-07T00:39:13.136Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-07T00:39:13.549Z] Removing intermediate container d59faa4fccac [2021-04-07T00:39:13.549Z] ---> 409dc3cb528e [2021-04-07T00:39:13.549Z] [2021-04-07T00:39:13.549Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-07T00:39:13.549Z] Removing intermediate container 66ad7f4a7188 [2021-04-07T00:39:13.549Z] ---> 02da216d181b [2021-04-07T00:39:13.549Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T00:39:13.549Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-07T00:39:14.438Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-07T00:39:14.438Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-07T00:39:14.734Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-07T00:39:15.617Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-07T00:39:15.617Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:39:15.617Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:39:15.617Z] ---> 216148b94c42 [2021-04-07T00:39:15.617Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T00:39:15.617Z] ---> Using cache [2021-04-07T00:39:15.617Z] ---> 9c7aea75e5ec [2021-04-07T00:39:15.617Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:39:15.617Z] ---> Using cache [2021-04-07T00:39:15.617Z] ---> 23c98e6d41d6 [2021-04-07T00:39:15.617Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-07T00:39:15.617Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-07T00:39:15.617Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-07T00:39:15.617Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-07T00:39:16.599Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-07T00:39:16.931Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-07T00:39:16.931Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-07T00:39:16.931Z] Successfully built 409dc3cb528e [2021-04-07T00:39:17.241Z] ---> Running in c2e64ff130b1 [2021-04-07T00:39:17.241Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-07T00:39:17.241Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-04-07T00:39:17.241Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T00:39:17.241Z] OK: 71 MiB in 55 packages [2021-04-07T00:39:17.584Z] ---> Running in 49819c06efc4 [2021-04-07T00:39:18.504Z] Removing intermediate container c2e64ff130b1 [2021-04-07T00:39:18.504Z] ---> e27a31f54639 [2021-04-07T00:39:18.504Z] [2021-04-07T00:39:20.065Z] Successfully built e27a31f54639 [2021-04-07T00:39:20.065Z] Successfully tagged docker-core-data-go:latest [2021-04-07T00:39:20.065Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-04-07T00:39:20.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:39:21.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:39:21.669Z] OK: 233 MiB in 51 packages [2021-04-07T00:39:23.668Z] Removing intermediate container 49819c06efc4 [2021-04-07T00:39:23.668Z] ---> 9d4059a57b1f [2021-04-07T00:39:23.668Z] Step 6/22 : COPY go.mod . [2021-04-07T00:39:24.538Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:39:24.538Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:39:24.538Z] ---> 216148b94c42 [2021-04-07T00:39:24.538Z] Step 3/31 : WORKDIR /edgex-go [2021-04-07T00:39:24.538Z] ---> Using cache [2021-04-07T00:39:24.538Z] ---> 9c7aea75e5ec [2021-04-07T00:39:24.538Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:39:24.538Z] ---> Using cache [2021-04-07T00:39:24.538Z] ---> 23c98e6d41d6 [2021-04-07T00:39:24.538Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-07T00:39:24.538Z] ---> Using cache [2021-04-07T00:39:24.538Z] ---> 9d4059a57b1f [2021-04-07T00:39:24.538Z] Step 6/31 : COPY go.mod . [2021-04-07T00:39:28.779Z] ---> 026127296ae7 [2021-04-07T00:39:28.779Z] Step 7/31 : RUN go mod download [2021-04-07T00:39:28.779Z] ---> 345f92c4adb2 [2021-04-07T00:39:28.779Z] Step 7/22 : RUN go mod download [2021-04-07T00:39:29.733Z] ---> Running in 59672bbb887d [2021-04-07T00:39:29.733Z] ---> Running in 89347667e9fe [2021-04-07T00:39:30.687Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-07T00:39:37.519Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-07T00:39:39.851Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:39:39.851Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:39:39.851Z] ---> 216148b94c42 [2021-04-07T00:39:39.851Z] Step 3/21 : WORKDIR /edgex-go [2021-04-07T00:39:39.851Z] ---> Using cache [2021-04-07T00:39:39.851Z] ---> 9c7aea75e5ec [2021-04-07T00:39:39.851Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:39:39.851Z] ---> Using cache [2021-04-07T00:39:39.851Z] ---> 23c98e6d41d6 [2021-04-07T00:39:39.851Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-07T00:39:39.851Z] ---> Using cache [2021-04-07T00:39:39.851Z] ---> 9d4059a57b1f [2021-04-07T00:39:39.851Z] Step 6/21 : COPY go.mod . [2021-04-07T00:39:39.851Z] ---> Using cache [2021-04-07T00:39:39.851Z] ---> 026127296ae7 [2021-04-07T00:39:39.851Z] Step 7/21 : RUN go mod download [2021-04-07T00:39:41.266Z] ---> Running in ac0e8852eecf [2021-04-07T00:39:42.685Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:39:42.686Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:39:42.686Z] ---> 216148b94c42 [2021-04-07T00:39:42.686Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T00:39:42.686Z] ---> Using cache [2021-04-07T00:39:42.686Z] ---> 9c7aea75e5ec [2021-04-07T00:39:42.686Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:39:42.686Z] ---> Using cache [2021-04-07T00:39:42.686Z] ---> 23c98e6d41d6 [2021-04-07T00:39:42.686Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T00:39:42.686Z] ---> Using cache [2021-04-07T00:39:42.686Z] ---> 9d4059a57b1f [2021-04-07T00:39:42.686Z] Step 6/23 : COPY go.mod . [2021-04-07T00:39:42.686Z] ---> Using cache [2021-04-07T00:39:42.686Z] ---> 026127296ae7 [2021-04-07T00:39:42.686Z] Step 7/23 : RUN go mod download [2021-04-07T00:39:43.280Z] ---> Running in efe5c2c10ca2 [2021-04-07T00:39:44.266Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-07T00:39:44.266Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-07T00:39:44.681Z] Removing intermediate container ac0e8852eecf [2021-04-07T00:39:44.681Z] ---> 954bdc6b3565 [2021-04-07T00:39:44.681Z] Step 8/21 : COPY . . [2021-04-07T00:39:45.260Z] Removing intermediate container 486c643d8cff [2021-04-07T00:39:45.260Z] ---> cf7531230c31 [2021-04-07T00:39:45.260Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-07T00:39:45.528Z] Removing intermediate container 59672bbb887d [2021-04-07T00:39:45.528Z] ---> bb50e595170d [2021-04-07T00:39:45.528Z] Step 8/31 : COPY . . [2021-04-07T00:39:45.796Z] Removing intermediate container 89347667e9fe [2021-04-07T00:39:45.796Z] ---> e00d45edcd38 [2021-04-07T00:39:45.796Z] Step 8/22 : COPY . . [2021-04-07T00:39:46.068Z] ---> Running in 5d2104c7fb61 [2021-04-07T00:39:48.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-07T00:39:48.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-07T00:39:48.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-07T00:39:48.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-07T00:39:49.680Z] Removing intermediate container efe5c2c10ca2 [2021-04-07T00:39:49.680Z] ---> 5a3d039f743d [2021-04-07T00:39:49.680Z] Step 8/23 : COPY . . [2021-04-07T00:39:50.583Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-07T00:39:52.031Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-07T00:40:00.317Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-07T00:40:00.317Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-07T00:40:00.317Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-07T00:40:07.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.391s coverage: 45.9% of statements [2021-04-07T00:40:07.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-07T00:40:07.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-07T00:40:07.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-07T00:40:07.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-07T00:40:07.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-07T00:40:07.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-07T00:40:07.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.155s coverage: 19.8% of statements [2021-04-07T00:40:07.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.219s coverage: 100.0% of statements [2021-04-07T00:40:12.443Z] Collecting docker-compose==1.23.2 [2021-04-07T00:40:12.443Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-07T00:40:12.443Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-07T00:40:12.443Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-07T00:40:12.443Z] Collecting texttable<0.10,>=0.9.0 [2021-04-07T00:40:12.443Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-07T00:40:13.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.505s coverage: 27.1% of statements [2021-04-07T00:40:13.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-07T00:40:13.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-07T00:40:13.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-07T00:40:13.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-07T00:40:13.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-07T00:40:13.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-07T00:40:13.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.159s coverage: 100.0% of statements [2021-04-07T00:40:13.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-07T00:40:13.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.144s coverage: 100.0% of statements [2021-04-07T00:40:13.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-07T00:40:13.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-07T00:40:14.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.254s coverage: 71.3% of statements [2021-04-07T00:40:14.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-07T00:40:14.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-07T00:40:15.829Z] Collecting docker<4.0,>=3.6.0 [2021-04-07T00:40:15.829Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-07T00:40:16.097Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-07T00:40:16.097Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-07T00:40:16.360Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-07T00:40:16.360Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-07T00:40:17.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.449s coverage: 82.9% of statements [2021-04-07T00:40:17.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-07T00:40:17.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T00:40:17.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.145s coverage: 78.9% of statements [2021-04-07T00:40:17.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-07T00:40:18.959Z] Collecting jsonschema<3,>=2.5.1 [2021-04-07T00:40:18.959Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-07T00:40:20.974Z] Collecting docopt<0.7,>=0.6.1 [2021-04-07T00:40:20.974Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-07T00:40:22.396Z] Collecting cached-property<2,>=1.2.0 [2021-04-07T00:40:22.396Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-07T00:40:22.692Z] Collecting PyYAML<4,>=3.10 [2021-04-07T00:40:22.692Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-07T00:40:24.617Z] ---> 845bdd033644 [2021-04-07T00:40:24.617Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-07T00:40:24.617Z] ---> cae23ee45d06 [2021-04-07T00:40:24.617Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-07T00:40:24.617Z] ---> b1d5a1db205f [2021-04-07T00:40:24.617Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-07T00:40:24.882Z] ---> 8c2dcc0a5e85 [2021-04-07T00:40:24.882Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-07T00:40:25.456Z] 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-04-07T00:40:25.456Z] Collecting docker-pycreds>=0.4.0 [2021-04-07T00:40:25.456Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-07T00:40:25.456Z] 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-04-07T00:40:25.719Z] ---> Running in 03206f11b147 [2021-04-07T00:40:25.719Z] ---> Running in 4f12644086c7 [2021-04-07T00:40:25.719Z] ---> Running in 865f7da5a0c5 [2021-04-07T00:40:25.719Z] ---> Running in e3942c180611 [2021-04-07T00:40:25.719Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-07T00:40:25.719Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-07T00:40:25.719Z] 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-04-07T00:40:25.719Z] Collecting idna<2.8,>=2.5 [2021-04-07T00:40:25.719Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-07T00:40:25.986Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-07T00:40:25.986Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-07T00:40:25.986Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-07T00:40:25.986Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-07T00:40:26.952Z] Installing collected packages: websocket-client, texttable, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, docopt, cached-property, PyYAML, docker-compose [2021-04-07T00:40:26.952Z] Running setup.py install for texttable: started [2021-04-07T00:40:27.589Z] Running setup.py install for texttable: finished with status 'done' [2021-04-07T00:40:27.589Z] Attempting uninstall: urllib3 [2021-04-07T00:40:27.589Z] Found existing installation: urllib3 1.25.9 [2021-04-07T00:40:27.589Z] Uninstalling urllib3-1.25.9: [2021-04-07T00:40:27.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.161s coverage: 28.6% of statements [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-07T00:40:27.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.219s coverage: 100.0% of statements [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-07T00:40:27.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.139s coverage: 100.0% of statements [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-07T00:40:27.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.423s coverage: 86.7% of statements [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-07T00:40:27.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.441s coverage: 97.5% of statements [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-07T00:40:27.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.305s coverage: 78.3% of statements [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-07T00:40:27.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-07T00:40:27.988Z] 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-04-07T00:40:27.989Z] 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-04-07T00:40:27.989Z] 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-04-07T00:40:27.989Z] 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-04-07T00:40:27.989Z] Successfully uninstalled urllib3-1.25.9 [2021-04-07T00:40:28.310Z] Attempting uninstall: idna [2021-04-07T00:40:28.310Z] Found existing installation: idna 2.9 [2021-04-07T00:40:28.310Z] Uninstalling idna-2.9: [2021-04-07T00:40:28.310Z] Successfully uninstalled idna-2.9 [2021-04-07T00:40:28.708Z] Attempting uninstall: requests [2021-04-07T00:40:28.708Z] Found existing installation: requests 2.23.0 [2021-04-07T00:40:28.708Z] Uninstalling requests-2.23.0: [2021-04-07T00:40:28.708Z] Successfully uninstalled requests-2.23.0 [2021-04-07T00:40:29.301Z] Running setup.py install for dockerpty: started [2021-04-07T00:40:29.889Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-07T00:40:29.889Z] Running setup.py install for docopt: started [2021-04-07T00:40:30.844Z] Running setup.py install for docopt: finished with status 'done' [2021-04-07T00:40:30.844Z] Running setup.py install for PyYAML: started [2021-04-07T00:40:31.803Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-07T00:40:32.072Z] 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.58.0 [2021-04-07T00:40:35.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.255s coverage: 92.8% of statements [2021-04-07T00:40:35.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-07T00:40:35.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T00:40:35.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-07T00:40:35.897Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-07T00:40:35.898Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-07T00:40:35.898Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.234s coverage: 1.0% of statements [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-07T00:40:35.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-07T00:40:35.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.158s coverage: 47.1% of statements [2021-04-07T00:40:35.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.202s coverage: 79.5% of statements [2021-04-07T00:40:35.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.148s coverage: 94.1% of statements [2021-04-07T00:40:35.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.156s coverage: 96.3% of statements [2021-04-07T00:40:35.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.188s coverage: 87.5% of statements [2021-04-07T00:40:37.440Z] Removing intermediate container 5d2104c7fb61 [2021-04-07T00:40:37.440Z] ---> a808b0d5f8ce [2021-04-07T00:40:37.440Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-07T00:40:37.705Z] ---> Running in e783f452dea7 [2021-04-07T00:40:38.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:40:38.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:40:38.943Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T00:40:38.943Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-07T00:40:39.213Z] (3/3) Installing curl (7.69.1-r3) [2021-04-07T00:40:39.213Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T00:40:39.213Z] OK: 72 MiB in 58 packages [2021-04-07T00:40:40.175Z] Removing intermediate container e783f452dea7 [2021-04-07T00:40:40.175Z] ---> c5804f47882f [2021-04-07T00:40:40.175Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-07T00:40:40.455Z] ---> Running in 1a486cfd99cd [2021-04-07T00:40:40.723Z] Removing intermediate container 1a486cfd99cd [2021-04-07T00:40:40.723Z] ---> cb94dd2bc150 [2021-04-07T00:40:40.723Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T00:40:40.992Z] ---> Running in b15f9a215c5a [2021-04-07T00:40:41.263Z] Removing intermediate container b15f9a215c5a [2021-04-07T00:40:41.263Z] ---> 2d8b1065d1df [2021-04-07T00:40:41.263Z] Step 24/26 : LABEL arch=x86_64 [2021-04-07T00:40:41.541Z] ---> Running in 6e5294036f90 [2021-04-07T00:40:41.818Z] Removing intermediate container 6e5294036f90 [2021-04-07T00:40:41.818Z] ---> 6a432758380e [2021-04-07T00:40:41.818Z] Step 25/26 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:40:41.818Z] ---> Running in 7b0dad6080ab [2021-04-07T00:40:42.085Z] Removing intermediate container 7b0dad6080ab [2021-04-07T00:40:42.085Z] ---> b9b51a1f70c1 [2021-04-07T00:40:42.085Z] Step 26/26 : LABEL version=0.0.0 [2021-04-07T00:40:42.085Z] ---> Running in 219dcf10e619 [2021-04-07T00:40:42.352Z] Removing intermediate container 219dcf10e619 [2021-04-07T00:40:42.353Z] ---> 4955d246b710 [2021-04-07T00:40:42.353Z] [2021-04-07T00:40:42.941Z] Successfully built 4955d246b710 [2021-04-07T00:40:43.899Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-07T00:40:50.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.197s coverage: 94.4% of statements [2021-04-07T00:40:50.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.111s coverage: 44.8% of statements [2021-04-07T00:40:53.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.511s coverage: 81.5% of statements [2021-04-07T00:40:53.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-07T00:40:53.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.080s coverage: 87.1% of statements [2021-04-07T00:40:58.935Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-07T00:41:02.313Z] Removing intermediate container 03206f11b147 [2021-04-07T00:41:02.313Z] ---> 6fb5f8fd8a64 [2021-04-07T00:41:02.313Z] [2021-04-07T00:41:02.313Z] Step 10/31 : FROM alpine:3.12 [2021-04-07T00:41:02.313Z] ---> 7230e588e954 [2021-04-07T00:41:02.313Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-07T00:41:02.313Z] ---> Running in 014d6340a41e [2021-04-07T00:41:02.313Z] Removing intermediate container 014d6340a41e [2021-04-07T00:41:02.313Z] ---> 48ff9c2f823c [2021-04-07T00:41:02.313Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.182s coverage: 92.9% of statements [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.159s coverage: 75.5% of statements [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.152s coverage: 80.8% of statements [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.209s coverage: 87.2% of statements [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 84.6% of statements [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.242s coverage: 91.6% of statements [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.598s coverage: 64.4% of statements [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-07T00:41:06.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.117s coverage: 100.0% of statements [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2021-04-07T00:41:06.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-04-07T00:41:06.544Z] ---> Running in 99f146b20fb6 [2021-04-07T00:41:06.544Z] Removing intermediate container 865f7da5a0c5 [2021-04-07T00:41:06.544Z] ---> 657a98884530 [2021-04-07T00:41:06.544Z] [2021-04-07T00:41:06.544Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T00:41:06.544Z] ---> 7230e588e954 [2021-04-07T00:41:06.544Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T00:41:06.544Z] ---> Using cache [2021-04-07T00:41:06.544Z] ---> c381e49ff92d [2021-04-07T00:41:06.544Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T00:41:06.544Z] ---> Using cache [2021-04-07T00:41:06.544Z] ---> 3f8a8549cc28 [2021-04-07T00:41:06.544Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-07T00:41:06.544Z] Removing intermediate container e3942c180611 [2021-04-07T00:41:06.544Z] ---> 5f3a11069cf7 [2021-04-07T00:41:06.544Z] [2021-04-07T00:41:06.544Z] Step 10/21 : FROM alpine:3.12 [2021-04-07T00:41:06.544Z] ---> 7230e588e954 [2021-04-07T00:41:06.544Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-07T00:41:06.544Z] Removing intermediate container 4f12644086c7 [2021-04-07T00:41:06.544Z] ---> 2b47986ccb09 [2021-04-07T00:41:06.544Z] [2021-04-07T00:41:06.544Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T00:41:06.544Z] ---> 7230e588e954 [2021-04-07T00:41:06.544Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-07T00:41:06.544Z] ---> Using cache [2021-04-07T00:41:06.544Z] ---> c381e49ff92d [2021-04-07T00:41:06.544Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T00:41:06.544Z] ---> Using cache [2021-04-07T00:41:06.544Z] ---> 3f8a8549cc28 [2021-04-07T00:41:06.544Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-07T00:41:06.807Z] ---> Running in 9fc0150baba9 [2021-04-07T00:41:06.807Z] ---> Running in 3d60e54b2439 [2021-04-07T00:41:06.807Z] ---> Running in bc39821ad063 [2021-04-07T00:41:06.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:41:07.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:41:07.072Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-07T00:41:07.072Z] (2/2) Installing su-exec (0.2-r1) [2021-04-07T00:41:07.072Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T00:41:07.072Z] Removing intermediate container 9fc0150baba9 [2021-04-07T00:41:07.072Z] ---> e7bbc968672d [2021-04-07T00:41:07.072Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T00:41:07.072Z] Removing intermediate container bc39821ad063 [2021-04-07T00:41:07.072Z] ---> c2bb7dd9cc6d [2021-04-07T00:41:07.072Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T00:41:07.072Z] OK: 6 MiB in 16 packages [2021-04-07T00:41:07.336Z] ---> Running in a6acc7859ceb [2021-04-07T00:41:07.336Z] ---> Running in df525216fa6e [2021-04-07T00:41:07.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T00:41:07.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T00:41:07.605Z] Removing intermediate container a6acc7859ceb [2021-04-07T00:41:07.605Z] ---> 31d488366836 [2021-04-07T00:41:07.605Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T00:41:07.605Z] Removing intermediate container df525216fa6e [2021-04-07T00:41:07.605Z] ---> 08bf40874553 [2021-04-07T00:41:07.605Z] Step 15/23 : WORKDIR / [2021-04-07T00:41:07.605Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-07T00:41:07.605Z] ---> Running in 48acae497c67 [2021-04-07T00:41:07.605Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T00:41:07.605Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-07T00:41:07.868Z] (4/4) Installing curl (7.69.1-r3) [2021-04-07T00:41:07.868Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T00:41:07.868Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T00:41:07.868Z] OK: 7 MiB in 18 packages [2021-04-07T00:41:07.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.928s coverage: 69.0% of statements [2021-04-07T00:41:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-07T00:41:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-07T00:41:07.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-07T00:41:08.451Z] ---> ef130371dfee [2021-04-07T00:41:08.451Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-07T00:41:08.451Z] Removing intermediate container 99f146b20fb6 [2021-04-07T00:41:08.451Z] ---> cb975f4004d2 [2021-04-07T00:41:08.451Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-07T00:41:08.451Z] Removing intermediate container 48acae497c67 [2021-04-07T00:41:08.451Z] ---> 132a6c6cd6d7 [2021-04-07T00:41:08.451Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T00:41:08.716Z] ---> Running in baeb61e64d6a [2021-04-07T00:41:08.979Z] Removing intermediate container baeb61e64d6a [2021-04-07T00:41:08.979Z] ---> 851e4896a447 [2021-04-07T00:41:08.979Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-07T00:41:08.979Z] Removing intermediate container 3d60e54b2439 [2021-04-07T00:41:08.979Z] ---> 193706349cc4 [2021-04-07T00:41:08.979Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T00:41:10.375Z] ---> Running in c56c4f902543 [2021-04-07T00:41:10.375Z] ---> 6a930fe523ba [2021-04-07T00:41:10.375Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-07T00:41:10.375Z] ---> Running in a90b0d497c41 [2021-04-07T00:41:10.375Z] ---> a8a995ade66b [2021-04-07T00:41:10.375Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-07T00:41:10.375Z] Removing intermediate container a90b0d497c41 [2021-04-07T00:41:10.375Z] ---> 9317648a0a00 [2021-04-07T00:41:10.375Z] Step 13/21 : WORKDIR /edgex [2021-04-07T00:41:10.375Z] Removing intermediate container c56c4f902543 [2021-04-07T00:41:10.375Z] ---> e0ca4e9af6f4 [2021-04-07T00:41:10.375Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-07T00:41:10.636Z] ---> 18cb79b143c8 [2021-04-07T00:41:10.636Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-07T00:41:10.636Z] ---> Running in 7cec00247cce [2021-04-07T00:41:10.636Z] ---> Running in a7e1cd9d9564 [2021-04-07T00:41:10.900Z] ---> Running in e8c46c0eaed2 [2021-04-07T00:41:10.900Z] ---> e8ac2ff9e052 [2021-04-07T00:41:10.901Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-07T00:41:11.169Z] Removing intermediate container 7cec00247cce [2021-04-07T00:41:11.169Z] ---> e035552fc6a6 [2021-04-07T00:41:11.169Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-07T00:41:11.169Z] ---> 79707b684fbd [2021-04-07T00:41:11.169Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-07T00:41:11.169Z] Removing intermediate container e8c46c0eaed2 [2021-04-07T00:41:11.169Z] ---> 555e8b43e982 [2021-04-07T00:41:11.169Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T00:41:11.169Z] ---> Running in da453151c687 [2021-04-07T00:41:11.169Z] ---> Running in 3ae3d609f525 [2021-04-07T00:41:11.433Z] ---> e5e379128243 [2021-04-07T00:41:11.433Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-07T00:41:11.433Z] Removing intermediate container da453151c687 [2021-04-07T00:41:11.433Z] ---> 06a411a6221a [2021-04-07T00:41:11.433Z] Step 20/22 : LABEL arch=x86_64 [2021-04-07T00:41:11.433Z] Removing intermediate container 3ae3d609f525 [2021-04-07T00:41:11.433Z] ---> cabedafdef62 [2021-04-07T00:41:11.433Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T00:41:11.699Z] ---> Running in 8947193b78f5 [2021-04-07T00:41:11.963Z] ---> Running in bc6deee0fae5 [2021-04-07T00:41:11.963Z] ---> fbaff5bdba90 [2021-04-07T00:41:11.963Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-07T00:41:12.228Z] Removing intermediate container 8947193b78f5 [2021-04-07T00:41:12.228Z] ---> d3b0631a5bd5 [2021-04-07T00:41:12.228Z] Step 21/22 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:41:12.228Z] Removing intermediate container bc6deee0fae5 [2021-04-07T00:41:12.228Z] ---> 56447e520751 [2021-04-07T00:41:12.228Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T00:41:12.228Z] ---> Running in fc12f6ed1ec3 [2021-04-07T00:41:12.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.427s coverage: 38.4% of statements [2021-04-07T00:41:12.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-07T00:41:12.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-07T00:41:12.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.092s coverage: 89.5% of statements [2021-04-07T00:41:12.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-07T00:41:12.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.125s coverage: 84.8% of statements [2021-04-07T00:41:12.490Z] ---> Running in 6048909ef06c [2021-04-07T00:41:12.490Z] Removing intermediate container a7e1cd9d9564 [2021-04-07T00:41:12.490Z] ---> a5d91f14babd [2021-04-07T00:41:12.490Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-07T00:41:12.490Z] ---> a89a2c65934f [2021-04-07T00:41:12.490Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-07T00:41:12.490Z] ---> Running in 65413e3c1f06 [2021-04-07T00:41:13.074Z] Removing intermediate container 6048909ef06c [2021-04-07T00:41:13.074Z] ---> 526e13782af1 [2021-04-07T00:41:13.074Z] Step 22/23 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:41:13.074Z] Removing intermediate container fc12f6ed1ec3 [2021-04-07T00:41:13.074Z] ---> 776a8f9b396d [2021-04-07T00:41:13.074Z] Step 22/22 : LABEL version=0.0.0 [2021-04-07T00:41:13.074Z] ---> Running in 9d0ee49f50d9 [2021-04-07T00:41:13.074Z] ---> Running in 3075774a9586 [2021-04-07T00:41:13.337Z] ---> Running in df9215b1c2ba [2021-04-07T00:41:13.337Z] Removing intermediate container 65413e3c1f06 [2021-04-07T00:41:13.337Z] ---> 395f3b5949b2 [2021-04-07T00:41:13.337Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-07T00:41:13.337Z] Removing intermediate container 9d0ee49f50d9 [2021-04-07T00:41:13.337Z] ---> 4613f2116156 [2021-04-07T00:41:13.337Z] Step 18/21 : CMD ["--init=true"] [2021-04-07T00:41:13.604Z] Removing intermediate container 3075774a9586 [2021-04-07T00:41:13.604Z] ---> 72c1c99b6f36 [2021-04-07T00:41:13.604Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T00:41:13.604Z] Removing intermediate container df9215b1c2ba [2021-04-07T00:41:13.604Z] ---> 9221774d3fba [2021-04-07T00:41:13.604Z] [2021-04-07T00:41:13.604Z] ---> Running in 7c82272afced [2021-04-07T00:41:13.604Z] ---> Running in 5edcab241b2b [2021-04-07T00:41:13.604Z] ---> ddcd4fcfc23f [2021-04-07T00:41:13.604Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-07T00:41:13.870Z] Successfully built 9221774d3fba [2021-04-07T00:41:13.870Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-07T00:41:13.870Z]  Building docker-support-scheduler-go ... done  ---> Running in 9397d9f0aa4f [2021-04-07T00:41:14.132Z] Removing intermediate container 7c82272afced [2021-04-07T00:41:14.132Z] ---> 670656ec36f1 [2021-04-07T00:41:14.132Z] Step 19/21 : LABEL arch=x86_64 [2021-04-07T00:41:14.132Z] Removing intermediate container 5edcab241b2b [2021-04-07T00:41:14.132Z] ---> 3e1f36837af2 [2021-04-07T00:41:14.132Z] [2021-04-07T00:41:14.395Z] Successfully built 3e1f36837af2 [2021-04-07T00:41:14.395Z] ---> Running in 2a7bc74338d3 [2021-04-07T00:41:14.395Z] Successfully tagged docker-core-command-go:latest [2021-04-07T00:41:14.659Z]  Building docker-core-command-go ... done Removing intermediate container 2a7bc74338d3 [2021-04-07T00:41:14.659Z] ---> 7f43b536dc73 [2021-04-07T00:41:14.659Z] Step 20/21 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:41:14.659Z] ---> Running in 510dc0c7be1f [2021-04-07T00:41:14.922Z] Removing intermediate container 510dc0c7be1f [2021-04-07T00:41:14.922Z] ---> 06b11319a029 [2021-04-07T00:41:14.922Z] Step 21/21 : LABEL version=0.0.0 [2021-04-07T00:41:14.922Z] ---> Running in a655136a87ac [2021-04-07T00:41:15.184Z] Removing intermediate container a655136a87ac [2021-04-07T00:41:15.184Z] ---> 62aee4197a21 [2021-04-07T00:41:15.184Z] [2021-04-07T00:41:15.184Z] Removing intermediate container 9397d9f0aa4f [2021-04-07T00:41:15.184Z] ---> 7441357c35aa [2021-04-07T00:41:15.184Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T00:41:15.184Z] Successfully built 62aee4197a21 [2021-04-07T00:41:15.184Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-07T00:41:15.446Z]  Building docker-security-proxy-setup-go ... done  ---> e179145cf4a8 [2021-04-07T00:41:15.446Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-07T00:41:16.023Z] ---> c3ffae480ad7 [2021-04-07T00:41:16.024Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-07T00:41:16.286Z] ---> a6c2e98f3740 [2021-04-07T00:41:16.287Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-07T00:41:16.548Z] ---> 3f638ea4235a [2021-04-07T00:41:16.548Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-07T00:41:16.650Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.412s coverage: 47.0% of statements [2021-04-07T00:41:16.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-07T00:41:16.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-07T00:41:16.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-07T00:41:16.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-07T00:41:16.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-07T00:41:16.650Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.142s coverage: 100.0% of statements [2021-04-07T00:41:16.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-07T00:41:16.650Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements [2021-04-07T00:41:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-07T00:41:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-07T00:41:16.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.143s coverage: 11.0% of statements [2021-04-07T00:41:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-07T00:41:16.813Z] ---> 9489b0697ec5 [2021-04-07T00:41:16.813Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-07T00:41:17.075Z] ---> Running in 61f5fa67c0bb [2021-04-07T00:41:17.075Z] Removing intermediate container 61f5fa67c0bb [2021-04-07T00:41:17.075Z] ---> 557c523159d1 [2021-04-07T00:41:17.075Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-07T00:41:17.402Z] ---> 6f2877f4b949 [2021-04-07T00:41:17.402Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-07T00:41:17.664Z] ---> Running in 4c4d29cbcfc9 [2021-04-07T00:41:18.615Z] Removing intermediate container 4c4d29cbcfc9 [2021-04-07T00:41:18.615Z] ---> cd85bb222085 [2021-04-07T00:41:18.615Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-07T00:41:18.615Z] ---> Running in 07cdb25cd5bd [2021-04-07T00:41:18.877Z] Removing intermediate container 07cdb25cd5bd [2021-04-07T00:41:18.877Z] ---> 878b039e72f7 [2021-04-07T00:41:18.877Z] Step 28/31 : CMD ["gate"] [2021-04-07T00:41:18.877Z] ---> Running in aa56beaaf916 [2021-04-07T00:41:19.140Z] Removing intermediate container aa56beaaf916 [2021-04-07T00:41:19.140Z] ---> 4eae10d8ca33 [2021-04-07T00:41:19.140Z] Step 29/31 : LABEL arch=x86_64 [2021-04-07T00:41:19.140Z] ---> Running in 156920f4581a [2021-04-07T00:41:19.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.456s coverage: 87.1% of statements [2021-04-07T00:41:19.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-07T00:41:19.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T00:41:19.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-07T00:41:19.405Z] Removing intermediate container 156920f4581a [2021-04-07T00:41:19.405Z] ---> c0542f541e47 [2021-04-07T00:41:19.405Z] Step 30/31 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:41:19.667Z] ---> Running in 8cb1ee137a4b [2021-04-07T00:41:19.667Z] Removing intermediate container 8cb1ee137a4b [2021-04-07T00:41:19.667Z] ---> 0741de8f36a8 [2021-04-07T00:41:19.667Z] Step 31/31 : LABEL version=0.0.0 [2021-04-07T00:41:19.944Z] ---> Running in bd42da8d1b77 [2021-04-07T00:41:20.206Z] Removing intermediate container bd42da8d1b77 [2021-04-07T00:41:20.207Z] ---> eef487bf8ed3 [2021-04-07T00:41:20.207Z] [2021-04-07T00:41:20.207Z] Successfully built eef487bf8ed3 [2021-04-07T00:41:20.207Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-07T00:41:20.813Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-04-07T00:41:20.872Z] $ docker stop --time=1 b133b06e041ecfe92e7dacb054a916d5d703b45e300ba071f1bf5c8829952fb4 [2021-04-07T00:41:22.639Z] $ docker rm -f b133b06e041ecfe92e7dacb054a916d5d703b45e300ba071f1bf5c8829952fb4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T00:41:23.264Z] + docker images [2021-04-07T00:41:23.264Z] + grep docker [2021-04-07T00:41:23.527Z] docker-security-bootstrapper-go latest eef487bf8ed3 4 seconds ago 19MB [2021-04-07T00:41:23.527Z] docker-security-proxy-setup-go latest 62aee4197a21 9 seconds ago 25.4MB [2021-04-07T00:41:23.527Z] docker-support-scheduler-go latest 9221774d3fba 10 seconds ago 17.4MB [2021-04-07T00:41:23.527Z] docker-core-command-go latest 3e1f36837af2 10 seconds ago 17.3MB [2021-04-07T00:41:23.527Z] docker-sys-mgmt-agent-go latest 4955d246b710 41 seconds ago 314MB [2021-04-07T00:41:23.527Z] docker-core-data-go latest e27a31f54639 2 minutes ago 22.7MB [2021-04-07T00:41:23.527Z] docker-security-secretstore-setup-go latest 409dc3cb528e 2 minutes ago 25.7MB [2021-04-07T00:41:23.528Z] docker-core-metadata-go latest a1bcfc269c3e 2 minutes ago 19MB [2021-04-07T00:41:23.528Z] docker-support-notifications-go latest 4c08ebd81a70 2 minutes ago 17.9MB [2021-04-07T00:41:23.528Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-07T00:41:26.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.629s coverage: 29.1% of statements [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-07T00:41:26.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-07T00:41:26.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.157s coverage: 100.0% of statements [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-07T00:41:26.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.295s coverage: 95.6% of statements [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-07T00:41:26.037Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-07T00:41:26.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-07T00:41:26.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-07T00:41:26.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-07T00:41:26.313Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-04-07T00:41:26.917Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.124s coverage: 32.1% of statements [2021-04-07T00:41:28.345Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.085s coverage: 100.0% of statements [2021-04-07T00:41:29.313Z] GO111MODULE=on go vet ./... [2021-04-07T00:41:39.417Z] Still waiting to schedule task [2021-04-07T00:41:39.417Z] ‘prd-ubuntu18.04-docker-8c-8g-33082’ is offline [2021-04-07T00:42:51.215Z] gofmt -l . [2021-04-07T00:42:51.215Z] [ "`gofmt -l .`" = "" ] [2021-04-07T00:42:53.820Z] ./bin/test-go-mod-tidy.sh [2021-04-07T00:42:54.419Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-07T00:42:56.511Z] + ls -al . [2021-04-07T00:42:56.511Z] total 836 [2021-04-07T00:42:56.511Z] drwxrwxr-x 9 1001 1001 4096 Apr 7 00:42 . [2021-04-07T00:42:56.511Z] drwxr-xr-x 4 root root 4096 Apr 7 00:38 .. [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 11 Apr 7 00:36 .dockerignore [2021-04-07T00:42:56.511Z] drwxrwxr-x 8 1001 1001 4096 Apr 7 00:36 .git [2021-04-07T00:42:56.511Z] drwxrwxr-x 3 1001 1001 4096 Apr 7 00:36 .github [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 818 Apr 7 00:36 .gitignore [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 166 Apr 7 00:36 .sonarcloud.properties [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 8607 Apr 7 00:36 Attribution.txt [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 3804 Apr 7 00:36 CONTRIBUTING.md [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 931 Apr 7 00:36 Dockerfile.build [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 863 Apr 7 00:36 Jenkinsfile [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 10775 Apr 7 00:36 LICENSE [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 5774 Apr 7 00:36 Makefile [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 6548 Apr 7 00:36 README.md [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 6755 Apr 7 00:36 SECURITY.md [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 5 Apr 7 00:32 VERSION [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 4131 Apr 7 00:36 ZMQWindows.md [2021-04-07T00:42:56.511Z] drwxrwxr-x 2 1001 1001 4096 Apr 7 00:36 bin [2021-04-07T00:42:56.511Z] drwxrwxr-x 14 1001 1001 4096 Apr 7 00:36 cmd [2021-04-07T00:42:56.511Z] -rw-r--r-- 1 root root 697383 Apr 7 00:41 coverage.out [2021-04-07T00:42:56.511Z] -rw-r--r-- 1 root root 1056 Apr 7 00:42 go.mod [2021-04-07T00:42:56.511Z] -rw-r--r-- 1 root root 22360 Apr 7 00:42 go.sum [2021-04-07T00:42:56.511Z] drwxrwxr-x 8 1001 1001 4096 Apr 7 00:36 internal [2021-04-07T00:42:56.511Z] drwxrwxr-x 4 1001 1001 4096 Apr 7 00:36 openapi [2021-04-07T00:42:56.511Z] drwxrwxr-x 4 1001 1001 4096 Apr 7 00:36 snap [2021-04-07T00:42:56.511Z] -rw-rw-r-- 1 1001 1001 168 Apr 7 00:36 version.go [Pipeline] sh [2021-04-07T00:42:57.169Z] + '[' -e coverage.out ] [2021-04-07T00:42:57.169Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-07T00:42:57.251Z] Warning: overwriting stash ‘coverage-report’ [2021-04-07T00:42:58.344Z] Stashed 1 file(s) [Pipeline] sh [2021-04-07T00:42:59.002Z] + make build [2021-04-07T00:42:59.002Z] 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-04-07T00:43:11.377Z] 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-04-07T00:43:38.168Z] 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-04-07T00:43:39.609Z] 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-04-07T00:43:46.341Z] 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-04-07T00:43:47.335Z] 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-04-07T00:43:48.593Z] Running on prd-ubuntu18.04-docker-8c-8g-33083 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-07T00:43:48.680Z] Running in /w/workspace/edgex-go/95 [Pipeline] { [Pipeline] checkout [2021-04-07T00:43:50.897Z] using credential edgex-jenkins-ssh [2021-04-07T00:43:50.980Z] Cloning the remote Git repository [2021-04-07T00:43:51.019Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-07T00:43:51.083Z] > git init /w/workspace/edgex-go/95 # timeout=10 [2021-04-07T00:43:51.107Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T00:43:51.108Z] > git --version # timeout=10 [2021-04-07T00:43:51.114Z] > git --version # 'git version 2.17.1' [2021-04-07T00:43:51.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T00:43:51.136Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T00:43:52.744Z] 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-04-07T00:43:56.786Z] Merging remotes/origin/master commit 6cadec5fc374fbebd95401286db985839ef5e674 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-07T00:43:57.111Z] Merge succeeded, producing ef85d60801f1ba769f0a12da661c445cf2bc5e29 [2021-04-07T00:43:57.112Z] Checking out Revision ef85d60801f1ba769f0a12da661c445cf2bc5e29 (PR-2858) [2021-04-07T00:43:56.088Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T00:43:56.097Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T00:43:56.109Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T00:43:56.124Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T00:43:56.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T00:43:56.128Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T00:43:56.807Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T00:43:56.817Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-07T00:43:56.894Z] > git remote # timeout=10 [2021-04-07T00:43:56.903Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T00:43:56.910Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T00:43:56.914Z] > git merge 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 [2021-04-07T00:43:57.108Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T00:43:57.125Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T00:43:57.131Z] > git checkout -f ef85d60801f1ba769f0a12da661c445cf2bc5e29 # timeout=10 [2021-04-07T00:43:59.458Z] 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-04-07T00:44:00.783Z] Commit message: "Merge commit '6cadec5fc374fbebd95401286db985839ef5e674' into HEAD" [2021-04-07T00:44:00.796Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T00:44:00.796Z] > git rev-list --no-walk 12fb89090adf6f3fac85bfa6fc3246ca30cf0656 # timeout=10 [2021-04-07T00:44:01.900Z] + echo snap-build.sh [2021-04-07T00:44:01.900Z] snap-build.sh [2021-04-07T00:44:01.900Z] + SNAP_BASE_DIR=. [2021-04-07T00:44:01.900Z] + '[' '!' -z /w/workspace/edgex-go/95 ']' [2021-04-07T00:44:01.900Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/95 [2021-04-07T00:44:01.900Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/95]' [2021-04-07T00:44:01.900Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/95] [2021-04-07T00:44:01.900Z] + cd /w/workspace/edgex-go/95 [2021-04-07T00:44:01.900Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-07T00:44:01.900Z] Reading package lists... [2021-04-07T00:44:01.900Z] Building dependency tree... [2021-04-07T00:44:01.900Z] Reading state information... [2021-04-07T00:44:02.162Z] The following packages were automatically installed and are no longer required: [2021-04-07T00:44:02.162Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-07T00:44:02.162Z] uidmap xdelta3 [2021-04-07T00:44:02.162Z] Use 'sudo apt autoremove' to remove them. [2021-04-07T00:44:02.162Z] The following packages will be REMOVED: [2021-04-07T00:44:02.162Z] lxd* lxd-client* [2021-04-07T00:44:02.425Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-07T00:44:02.425Z] After this operation, 31.7 MB disk space will be freed. [2021-04-07T00:44:03.478Z] (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-04-07T00:44:03.478Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-07T00:44:03.752Z] 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-04-07T00:44:04.440Z] Removing lxd dnsmasq configuration [2021-04-07T00:44:04.440Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-07T00:44:04.440Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-07T00:44:05.389Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-07T00:44:05.652Z] (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-04-07T00:44:05.652Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-07T00:44:07.045Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-07T00:44:07.045Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-07T00:44:08.433Z] + sudo snap remove --purge lxd [2021-04-07T00:44:08.433Z] snap "lxd" is not installed [2021-04-07T00:44:08.433Z] + sudo groupadd --force --system lxd [2021-04-07T00:44:08.433Z] ++ whoami [2021-04-07T00:44:08.433Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-07T00:44:08.433Z] + newgrp - lxd [2021-04-07T00:44:08.433Z] + sudo snap install lxd [2021-04-07T00:44:10.447Z] 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-04-07T00:44:13.821Z] 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-04-07T00:44:16.592Z] 2021-04-07T00:44:13Z INFO Waiting for automatic snapd restart... [2021-04-07T00:44:18.124Z] 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-04-07T00:44:24.875Z] $ docker stop --time=1 e17b6b3715cf49523eb00efb706a3cf57d9e7090a4b51fb53cf64b20720884de [2021-04-07T00:44:27.357Z] $ docker rm -f e17b6b3715cf49523eb00efb706a3cf57d9e7090a4b51fb53cf64b20720884de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:44:29.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T00:44:29.478Z] [2021-04-07T00:44:29.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:44:30.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T00:44:30.128Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-07T00:44:30.128Z] 29e5d40040c1: Pulling fs layer [2021-04-07T00:44:30.128Z] 1ce36da41761: Pulling fs layer [2021-04-07T00:44:30.128Z] 25b303627fd3: Pulling fs layer [2021-04-07T00:44:30.401Z] 29e5d40040c1: Verifying Checksum [2021-04-07T00:44:30.401Z] 29e5d40040c1: Download complete [2021-04-07T00:44:30.996Z] 29e5d40040c1: Pull complete [2021-04-07T00:44:30.996Z] 1ce36da41761: Verifying Checksum [2021-04-07T00:44:30.996Z] 1ce36da41761: Download complete [2021-04-07T00:44:31.603Z] lxd 4.12 from Canonical* installed [2021-04-07T00:44:31.603Z] + sudo lxd init --auto [2021-04-07T00:44:32.421Z] 1ce36da41761: Pull complete [2021-04-07T00:44:32.694Z] 25b303627fd3: Verifying Checksum [2021-04-07T00:44:32.694Z] 25b303627fd3: Download complete [2021-04-07T00:44:41.630Z] + sudo snap install --classic snapcraft [2021-04-07T00:44:42.832Z] 25b303627fd3: Pull complete [2021-04-07T00:44:42.832Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-07T00:44:42.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T00:44:42.832Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-07T00:44:43.056Z] prd-ubuntu18.04-docker-arm64-4c-16g-33078 does not seem to be running inside a container [2021-04-07T00:44:43.147Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/95 -v /w/workspace/edgex-go/95:/w/workspace/edgex-go/95:rw,z -v /w/workspace/edgex-go/95@tmp:/w/workspace/edgex-go/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-07T00:44:46.087Z] $ docker top ba48a16488f78a9b1ba248b99b7594cbc72babb3a4adae934901b990b7de6d59 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T00:44:47.082Z] + docker-compose build --help [2021-04-07T00:44:47.083Z] + grep parallel [2021-04-07T00:44:51.359Z] --parallel Build images in parallel. [Pipeline] } [2021-04-07T00:44:51.401Z] $ docker stop --time=1 ba48a16488f78a9b1ba248b99b7594cbc72babb3a4adae934901b990b7de6d59 [2021-04-07T00:44:53.351Z] $ docker rm -f ba48a16488f78a9b1ba248b99b7594cbc72babb3a4adae934901b990b7de6d59 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:44:54.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T00:44:54.156Z] . [Pipeline] withDockerContainer [2021-04-07T00:44:54.417Z] prd-ubuntu18.04-docker-arm64-4c-16g-33078 does not seem to be running inside a container [2021-04-07T00:44:54.514Z] $ 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/95 -v /w/workspace/edgex-go/95:/w/workspace/edgex-go/95:rw,z -v /w/workspace/edgex-go/95@tmp:/w/workspace/edgex-go/95@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-04-07T00:44:55.979Z] $ docker top 422e49b919ffaafa258ecaf98188f15d5b115c0cc962581b9ee53b539d7806cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T00:44:56.992Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-07T00:45:02.382Z] Building docker-core-command-go ... [2021-04-07T00:45:02.382Z] Building docker-core-data-go ... [2021-04-07T00:45:02.382Z] Building docker-core-metadata-go ... [2021-04-07T00:45:02.382Z] Building docker-security-bootstrapper-go ... [2021-04-07T00:45:02.382Z] Building docker-security-proxy-setup-go ... [2021-04-07T00:45:02.382Z] Building docker-security-secretstore-setup-go ... [2021-04-07T00:45:02.382Z] Building docker-support-notifications-go ... [2021-04-07T00:45:02.382Z] Building docker-support-scheduler-go ... [2021-04-07T00:45:02.382Z] Building docker-sys-mgmt-agent-go ... [2021-04-07T00:45:02.382Z] Building docker-sys-mgmt-agent-go [2021-04-07T00:45:02.382Z] Building docker-core-command-go [2021-04-07T00:45:02.382Z] Building docker-core-data-go [2021-04-07T00:45:02.382Z] Building docker-security-secretstore-setup-go [2021-04-07T00:45:02.382Z] Building docker-security-bootstrapper-go [2021-04-07T00:45:20.403Z] snapcraft 4.6 from Canonical* installed [2021-04-07T00:45:20.403Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-07T00:45:20.403Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-07T00:45:20.403Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T00:45:20.403Z] Dload Upload Total Spent Left Speed [2021-04-07T00:45:20.403Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4510 [2021-04-07T00:45:20.403Z] 100 3325k 100 3325k 0 0 5792k 0 --:--:-- --:--:-- --:--:-- 5792k [2021-04-07T00:45:20.403Z] ./yq_linux_amd64 [2021-04-07T00:45:20.403Z] + sudo snapcraft prime --use-lxd [2021-04-07T00:45:20.403Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-07T00:45:20.403Z] 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-04-07T00:45:20.403Z] - README.md [2021-04-07T00:45:20.403Z] [2021-04-07T00:45:20.403Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-07T00:45:20.403Z] Launching a container. [2021-04-07T00:45:30.422Z] Waiting for container to be ready [2021-04-07T00:45:30.422Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-07T00:45:30.422Z] [2021-04-07T00:45:33.730Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-07T00:45:33.990Z] Waiting for network to be ready... [2021-04-07T00:45:34.562Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-07T00:45:34.562Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-07T00:45:34.822Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-07T00:45:34.822Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-07T00:45:35.083Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-07T00:45:35.345Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-07T00:45:35.345Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-07T00:45:35.345Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-07T00:45:35.345Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-07T00:45:35.345Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-07T00:45:35.345Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-07T00:45:35.345Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-07T00:45:35.345Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-07T00:45:35.345Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-07T00:45:35.345Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-07T00:45:35.345Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-07T00:45:35.345Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-07T00:45:35.607Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-07T00:45:35.868Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-07T00:45:35.868Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-07T00:45:35.868Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-07T00:45:35.868Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-07T00:45:35.868Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-07T00:45:35.868Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-07T00:45:35.868Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-07T00:45:35.868Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-07T00:45:36.129Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-07T00:45:38.679Z] Fetched 24.2 MB in 4s (5631 kB/s) [2021-04-07T00:45:39.626Z] Reading package lists... [2021-04-07T00:45:39.626Z] Reading package lists... [2021-04-07T00:45:39.887Z] Building dependency tree... [2021-04-07T00:45:39.887Z] Reading state information... [2021-04-07T00:45:40.150Z] The following additional packages will be installed: [2021-04-07T00:45:40.150Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-07T00:45:40.150Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-07T00:45:40.150Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-07T00:45:40.150Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-07T00:45:40.150Z] Suggested packages: [2021-04-07T00:45:40.150Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-07T00:45:40.150Z] Recommended packages: [2021-04-07T00:45:40.150Z] gnupg libsasl2-modules [2021-04-07T00:45:40.150Z] The following NEW packages will be installed: [2021-04-07T00:45:40.150Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-07T00:45:40.150Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-07T00:45:40.150Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-07T00:45:40.150Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-07T00:45:40.150Z] The following packages will be upgraded: [2021-04-07T00:45:40.150Z] gpg gpg-agent gpgconf libudev1 [2021-04-07T00:45:40.411Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-07T00:45:40.411Z] Need to get 3530 kB of archives. [2021-04-07T00:45:40.411Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-07T00:45:40.411Z] Get:1 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-04-07T00:45:40.411Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-07T00:45:40.672Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-07T00:45:40.672Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-07T00:45:40.672Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-07T00:45:40.672Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-07T00:45:40.931Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-07T00:45:40.931Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-07T00:45:40.931Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-07T00:45:41.193Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-07T00:45:41.193Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-07T00:45:41.193Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-07T00:45:41.193Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-07T00:45:41.193Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-07T00:45:41.193Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-07T00:45:41.193Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-07T00:45:41.193Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-07T00:45:41.193Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-07T00:45:41.193Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-07T00:45:41.193Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-07T00:45:41.193Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-07T00:45:41.193Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-07T00:45:41.457Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T00:45:41.457Z] Fetched 3530 kB in 1s (3442 kB/s) [2021-04-07T00:45:41.457Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-07T00:45:41.457Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-07T00:45:41.457Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-07T00:45:41.457Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-07T00:45:41.719Z] Selecting previously unselected package udev. [2021-04-07T00:45:41.719Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-07T00:45:41.719Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-07T00:45:41.719Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-07T00:45:42.296Z] Selecting previously unselected package libfuse2:amd64. [2021-04-07T00:45:42.296Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-07T00:45:42.296Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-07T00:45:42.296Z] Selecting previously unselected package fuse. [2021-04-07T00:45:42.296Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-07T00:45:42.296Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-07T00:45:42.296Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T00:45:42.296Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-07T00:45:42.560Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T00:45:42.560Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-07T00:45:42.560Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T00:45:42.560Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-07T00:45:42.822Z] Selecting previously unselected package libksba8:amd64. [2021-04-07T00:45:42.822Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-07T00:45:42.822Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-07T00:45:42.822Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-07T00:45:42.822Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T00:45:42.822Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:42.822Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-07T00:45:42.822Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T00:45:43.083Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:43.083Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-07T00:45:43.083Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T00:45:43.083Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:43.344Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-07T00:45:43.344Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T00:45:43.344Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:43.344Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-07T00:45:43.344Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T00:45:43.344Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:43.344Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-07T00:45:43.344Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T00:45:43.344Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:43.609Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-07T00:45:43.609Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T00:45:43.609Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:43.609Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-07T00:45:43.609Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T00:45:43.609Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:43.609Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-07T00:45:43.609Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-07T00:45:43.869Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:43.869Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-07T00:45:43.869Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-07T00:45:43.869Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-07T00:45:43.869Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-07T00:45:43.869Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-07T00:45:43.869Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-07T00:45:43.869Z] Selecting previously unselected package libldap-common. [2021-04-07T00:45:43.869Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-07T00:45:43.869Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-07T00:45:44.131Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-07T00:45:44.131Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-07T00:45:44.131Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-07T00:45:44.131Z] Selecting previously unselected package dirmngr. [2021-04-07T00:45:44.131Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T00:45:44.131Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-07T00:45:44.131Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-07T00:45:44.392Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-07T00:45:44.392Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-07T00:45:44.392Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-07T00:45:44.392Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-07T00:45:44.392Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-07T00:45:44.392Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:44.392Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-07T00:45:44.392Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-07T00:45:44.392Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-07T00:45:44.965Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-07T00:45:44.965Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:45.618Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-07T00:45:45.880Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-07T00:45:45.880Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-07T00:45:45.880Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:45.880Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:45.880Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:45.880Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:45.881Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:46.142Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:46.142Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-07T00:45:46.142Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-07T00:45:46.142Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-07T00:45:46.142Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-07T00:45:46.717Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-07T00:45:46.717Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-07T00:45:46.717Z] This means they are not meant to be enabled using systemctl. [2021-04-07T00:45:46.717Z] Possible reasons for having this kind of units are: [2021-04-07T00:45:46.717Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-07T00:45:46.717Z] .wants/ or .requires/ directory. [2021-04-07T00:45:46.717Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-07T00:45:46.717Z] a requirement dependency on it. [2021-04-07T00:45:46.717Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-07T00:45:46.717Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-07T00:45:46.717Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-07T00:45:46.717Z] instance name specified. [2021-04-07T00:45:46.979Z] Reading package lists... [2021-04-07T00:45:46.979Z] Building dependency tree... [2021-04-07T00:45:46.979Z] Reading state information... [2021-04-07T00:45:47.240Z] The following additional packages will be installed: [2021-04-07T00:45:47.240Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-07T00:45:47.240Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-07T00:45:47.240Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-07T00:45:47.240Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-07T00:45:47.240Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-07T00:45:47.240Z] Suggested packages: [2021-04-07T00:45:47.240Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-07T00:45:47.240Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-07T00:45:47.240Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-07T00:45:47.240Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-07T00:45:47.240Z] systemd-container policykit-1 [2021-04-07T00:45:47.240Z] Recommended packages: [2021-04-07T00:45:47.240Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-07T00:45:47.240Z] The following NEW packages will be installed: [2021-04-07T00:45:47.240Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-07T00:45:47.240Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-07T00:45:47.240Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-07T00:45:47.240Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-07T00:45:47.240Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-07T00:45:47.240Z] The following packages will be upgraded: [2021-04-07T00:45:47.240Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-07T00:45:47.502Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-07T00:45:47.502Z] Need to get 35.2 MB of archives. [2021-04-07T00:45:47.502Z] After this operation, 141 MB of additional disk space will be used. [2021-04-07T00:45:47.502Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-07T00:45:47.502Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-07T00:45:48.075Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-07T00:45:48.075Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-07T00:45:48.075Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-07T00:45:48.075Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-07T00:45:48.075Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-07T00:45:48.075Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-07T00:45:48.075Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-07T00:45:48.075Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-07T00:45:48.075Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-07T00:45:48.075Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-07T00:45:48.075Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-07T00:45:48.335Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-07T00:45:48.335Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-07T00:45:48.335Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-07T00:45:48.335Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-07T00:45:48.335Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-07T00:45:48.335Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-07T00:45:48.335Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-07T00:45:48.335Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-07T00:45:48.335Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-07T00:45:48.335Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-07T00:45:48.335Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-07T00:45:48.335Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-07T00:45:48.335Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-07T00:45:48.335Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-07T00:45:48.335Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-07T00:45:48.600Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-07T00:45:48.600Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-07T00:45:49.172Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T00:45:49.172Z] Fetched 35.2 MB in 2s (18.3 MB/s) [2021-04-07T00:45:50.115Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-07T00:45:50.115Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-07T00:45:50.115Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-07T00:45:50.688Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-07T00:45:50.688Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-07T00:45:50.688Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-07T00:45:50.956Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-07T00:45:50.956Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-07T00:45:50.956Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-07T00:45:51.217Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-07T00:45:51.217Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-07T00:45:51.217Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-07T00:45:51.217Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-07T00:45:51.478Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-07T00:45:51.478Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-07T00:45:52.049Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-07T00:45:52.049Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-07T00:45:52.049Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-07T00:45:52.049Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-07T00:45:52.310Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-07T00:45:52.310Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-07T00:45:52.310Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T00:45:52.571Z] Selecting previously unselected package libexpat1:amd64. [2021-04-07T00:45:52.571Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-07T00:45:52.571Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-07T00:45:52.571Z] Selecting previously unselected package python3.6-minimal. [2021-04-07T00:45:52.571Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-07T00:45:52.834Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T00:45:53.096Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-07T00:45:53.096Z] Checking for services that may need to be restarted...done. [2021-04-07T00:45:53.096Z] Checking for services that may need to be restarted...done. [2021-04-07T00:45:53.096Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T00:45:53.096Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-07T00:45:53.096Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T00:45:53.670Z] Selecting previously unselected package python3-minimal. [2021-04-07T00:45:53.670Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-07T00:45:53.670Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-07T00:45:53.670Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-07T00:45:53.932Z] Selecting previously unselected package mime-support. [2021-04-07T00:45:53.932Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-07T00:45:53.932Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-07T00:45:53.932Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-07T00:45:53.932Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-07T00:45:53.932Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-07T00:45:54.193Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-07T00:45:54.193Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-07T00:45:54.193Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T00:45:54.455Z] Selecting previously unselected package python3.6. [2021-04-07T00:45:54.455Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-07T00:45:54.455Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T00:45:54.455Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-07T00:45:54.455Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-07T00:45:54.455Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-07T00:45:54.455Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-07T00:45:54.718Z] Selecting previously unselected package python3. [2021-04-07T00:45:54.718Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-07T00:45:54.718Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-07T00:45:54.983Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-07T00:45:54.983Z] Selecting previously unselected package multiarch-support. [2021-04-07T00:45:54.983Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T00:45:54.983Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-07T00:45:54.983Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-07T00:45:55.253Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-07T00:45:55.253Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-07T00:45:55.253Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-07T00:45:55.253Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-07T00:45:55.253Z] Selecting previously unselected package libbsd0:amd64. [2021-04-07T00:45:55.253Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-07T00:45:55.253Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-07T00:45:55.253Z] Selecting previously unselected package sudo. [2021-04-07T00:45:55.253Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-07T00:45:55.253Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-07T00:45:55.516Z] Selecting previously unselected package apparmor. [2021-04-07T00:45:55.516Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-07T00:45:55.516Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-07T00:45:55.778Z] Selecting previously unselected package libedit2:amd64. [2021-04-07T00:45:55.778Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-07T00:45:55.778Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-07T00:45:55.778Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-07T00:45:55.778Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-07T00:45:55.778Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T00:45:55.778Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-07T00:45:55.778Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-07T00:45:55.778Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T00:45:56.040Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-07T00:45:56.040Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-07T00:45:56.040Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-07T00:45:56.040Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-07T00:45:56.040Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-07T00:45:56.040Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T00:45:56.040Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-07T00:45:56.040Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-07T00:45:56.040Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T00:45:56.301Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-07T00:45:56.301Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-07T00:45:56.301Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-07T00:45:56.563Z] Selecting previously unselected package openssh-client. [2021-04-07T00:45:56.563Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-07T00:45:56.563Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-07T00:45:56.563Z] Selecting previously unselected package squashfs-tools. [2021-04-07T00:45:56.563Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-07T00:45:56.563Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-07T00:45:56.825Z] Selecting previously unselected package snapd. [2021-04-07T00:45:56.825Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-07T00:45:56.825Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-07T00:45:58.756Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-07T00:45:58.756Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-07T00:45:59.016Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-07T00:45:59.589Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-07T00:45:59.850Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-07T00:45:59.850Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T00:45:59.850Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-07T00:45:59.850Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-07T00:45:59.850Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-07T00:46:00.797Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-07T00:46:00.797Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-07T00:46:00.797Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-07T00:46:00.797Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T00:46:00.797Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T00:46:00.797Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-07T00:46:01.372Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-07T00:46:01.372Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T00:46:01.372Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-07T00:46:01.372Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-07T00:46:01.372Z] running python rtupdate hooks for python3.6... [2021-04-07T00:46:01.372Z] running python post-rtupdate hooks for python3.6... [2021-04-07T00:46:01.372Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-07T00:46:02.759Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-07T00:46:02.759Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-07T00:46:02.759Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-07T00:46:03.021Z] Setting up snapd (2.48.3+18.04) ... [2021-04-07T00:46:03.283Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-07T00:46:03.545Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-07T00:46:03.808Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-07T00:46:03.808Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-07T00:46:04.071Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-07T00:46:04.071Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-07T00:46:04.333Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-07T00:46:04.333Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-07T00:46:04.597Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-07T00:46:04.862Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-07T00:46:04.862Z] /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-04-07T00:46:04.862Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-07T00:46:04.862Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-07T00:46:05.807Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-07T00:46:05.807Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-07T00:46:06.067Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-07T00:46:07.271Z] Reading package lists... [2021-04-07T00:46:07.271Z] Reading package lists... [2021-04-07T00:46:07.532Z] Building dependency tree... [2021-04-07T00:46:07.532Z] Reading state information... [2021-04-07T00:46:07.532Z] Calculating upgrade... [2021-04-07T00:46:07.793Z] The following packages will be upgraded: [2021-04-07T00:46:07.793Z] advancecomp base-files bash binutils binutils-common [2021-04-07T00:46:07.793Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-07T00:46:07.793Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-07T00:46:07.793Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-07T00:46:07.793Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-07T00:46:07.793Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-07T00:46:07.793Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-07T00:46:07.793Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-07T00:46:07.793Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-07T00:46:07.793Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-07T00:46:07.793Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-07T00:46:07.793Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-07T00:46:07.793Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-07T00:46:07.793Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-07T00:46:07.793Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-07T00:46:07.793Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-07T00:46:07.793Z] Need to get 63.8 MB of archives. [2021-04-07T00:46:07.793Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-07T00:46:07.793Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-07T00:46:07.793Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-07T00:46:08.735Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-07T00:46:08.735Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-07T00:46:08.735Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-07T00:46:08.735Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-07T00:46:08.735Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-07T00:46:08.735Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-07T00:46:08.735Z] 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-04-07T00:46:08.735Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-07T00:46:08.735Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-07T00:46:08.735Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-07T00:46:08.735Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-07T00:46:08.735Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-07T00:46:08.735Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-07T00:46:08.735Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-07T00:46:08.735Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-07T00:46:08.735Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-07T00:46:08.735Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-07T00:46:08.735Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-07T00:46:08.735Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-07T00:46:08.735Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-07T00:46:08.735Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-07T00:46:08.735Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-07T00:46:08.735Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-07T00:46:08.735Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-07T00:46:08.735Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-07T00:46:08.735Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-07T00:46:08.736Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-07T00:46:08.736Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-07T00:46:08.736Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-07T00:46:08.996Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-07T00:46:08.996Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-07T00:46:08.996Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-07T00:46:08.996Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-07T00:46:08.996Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-07T00:46:08.996Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-07T00:46:08.996Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-07T00:46:08.996Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-07T00:46:08.996Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-07T00:46:08.996Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-07T00:46:08.996Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-07T00:46:08.996Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-07T00:46:08.996Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-07T00:46:08.996Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-07T00:46:08.996Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-07T00:46:08.996Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-07T00:46:08.996Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-07T00:46:08.996Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-07T00:46:08.996Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-07T00:46:08.996Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-07T00:46:08.996Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-07T00:46:08.996Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-07T00:46:08.996Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-07T00:46:08.996Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-07T00:46:08.996Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-07T00:46:08.996Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-07T00:46:08.996Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-07T00:46:09.257Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-07T00:46:09.257Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-07T00:46:09.257Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-07T00:46:09.257Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-07T00:46:09.257Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-07T00:46:09.257Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-07T00:46:09.257Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-07T00:46:09.257Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-07T00:46:09.257Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-07T00:46:09.257Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-07T00:46:09.257Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-07T00:46:09.257Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-07T00:46:09.257Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-07T00:46:09.257Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-07T00:46:09.257Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-07T00:46:09.257Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-07T00:46:09.257Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-07T00:46:09.257Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-07T00:46:09.257Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-07T00:46:09.257Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-07T00:46:09.517Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-07T00:46:09.517Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-07T00:46:09.517Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-07T00:46:09.517Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-07T00:46:09.517Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-07T00:46:09.517Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-07T00:46:09.517Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-07T00:46:09.517Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-07T00:46:09.517Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-07T00:46:09.517Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-07T00:46:09.517Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-07T00:46:09.517Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-07T00:46:10.091Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-07T00:46:10.663Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-07T00:46:10.663Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-07T00:46:10.663Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-07T00:46:10.925Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-07T00:46:10.925Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-07T00:46:10.925Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-07T00:46:10.925Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-07T00:46:10.925Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-07T00:46:11.187Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T00:46:11.187Z] Fetched 63.8 MB in 3s (19.6 MB/s) [2021-04-07T00:46:11.187Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:11.187Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T00:46:11.187Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-07T00:46:12.131Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T00:46:12.131Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-07T00:46:12.131Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-07T00:46:12.131Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-07T00:46:13.083Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:13.083Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T00:46:13.083Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:13.083Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T00:46:13.343Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:13.343Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T00:46:13.343Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:13.343Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T00:46:13.604Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:13.604Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T00:46:13.604Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:13.604Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T00:46:13.867Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:13.867Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T00:46:13.867Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T00:46:14.129Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-07T00:46:14.129Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:14.129Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-07T00:46:14.129Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-07T00:46:14.129Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-07T00:46:14.129Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:14.129Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T00:46:14.391Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:14.391Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T00:46:15.337Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:15.914Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-07T00:46:16.485Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T00:46:17.874Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-07T00:46:17.874Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T00:46:18.450Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-07T00:46:19.394Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-07T00:46:20.341Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-07T00:46:20.341Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-07T00:46:20.341Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-07T00:46:20.341Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-07T00:46:20.605Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-07T00:46:20.605Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-07T00:46:20.867Z] Installing new version of config file /etc/issue ... [2021-04-07T00:46:20.867Z] Installing new version of config file /etc/issue.net ... [2021-04-07T00:46:20.867Z] Installing new version of config file /etc/lsb-release ... [2021-04-07T00:46:20.867Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-07T00:46:21.129Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-07T00:46:21.129Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-07T00:46:21.129Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-07T00:46:21.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:21.129Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-07T00:46:21.390Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-07T00:46:21.390Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-07T00:46:21.390Z] 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-04-07T00:46:21.652Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:21.652Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T00:46:21.652Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-07T00:46:21.652Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-07T00:46:21.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:21.914Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-07T00:46:21.914Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-07T00:46:21.914Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-07T00:46:22.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:22.175Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-07T00:46:22.175Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-07T00:46:22.436Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-07T00:46:22.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:22.698Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-07T00:46:22.698Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-07T00:46:22.698Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-07T00:46:22.960Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:22.960Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-07T00:46:22.960Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-07T00:46:22.960Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-07T00:46:23.222Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:23.222Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-07T00:46:23.222Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-07T00:46:23.222Z] Setting up grep (3.1-2build1) ... [2021-04-07T00:46:23.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:23.483Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-07T00:46:23.483Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-07T00:46:23.483Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-07T00:46:23.744Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:23.744Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-07T00:46:23.744Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T00:46:23.744Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-07T00:46:24.006Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:24.006Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-07T00:46:24.006Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-07T00:46:24.226Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:46:24.226Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:46:24.226Z] ---> 452704bfd2ca [2021-04-07T00:46:24.226Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T00:46:24.226Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:46:24.226Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:46:24.226Z] ---> 452704bfd2ca [2021-04-07T00:46:24.226Z] Step 3/24 : WORKDIR /edgex-go [2021-04-07T00:46:24.226Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:46:24.226Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:46:24.226Z] ---> 452704bfd2ca [2021-04-07T00:46:24.226Z] Step 3/26 : WORKDIR /edgex-go [2021-04-07T00:46:24.226Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:46:24.226Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:46:24.226Z] ---> 452704bfd2ca [2021-04-07T00:46:24.226Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T00:46:24.226Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:46:24.226Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:46:24.226Z] ---> 452704bfd2ca [2021-04-07T00:46:24.226Z] Step 3/31 : WORKDIR /edgex-go [2021-04-07T00:46:24.226Z] ---> Running in c01df49cc8aa [2021-04-07T00:46:24.226Z] ---> Running in 6be4e7b25f08 [2021-04-07T00:46:24.226Z] ---> Running in 9eb598162eb6 [2021-04-07T00:46:24.226Z] ---> Running in 3cb5934f39fc [2021-04-07T00:46:24.226Z] ---> Running in eb4f17f6f7ee [2021-04-07T00:46:24.226Z] Removing intermediate container 6be4e7b25f08 [2021-04-07T00:46:24.226Z] Removing intermediate container 9eb598162eb6 [2021-04-07T00:46:24.226Z] ---> 6d3ebe3b8a61 [2021-04-07T00:46:24.226Z] ---> 6e9f5b6817a3 [2021-04-07T00:46:24.226Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:46:24.226Z] [2021-04-07T00:46:24.226Z] Removing intermediate container 3cb5934f39fc [2021-04-07T00:46:24.226Z] ---> c862563985bd [2021-04-07T00:46:24.226Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:46:24.226Z] Removing intermediate container c01df49cc8aa [2021-04-07T00:46:24.226Z] ---> 7562922a6902 [2021-04-07T00:46:24.226Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:46:24.226Z] Removing intermediate container eb4f17f6f7ee [2021-04-07T00:46:24.226Z] ---> afbf400287b0 [2021-04-07T00:46:24.226Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:46:24.226Z] ---> Running in 2c5c2d49718c [2021-04-07T00:46:24.226Z] ---> Running in f09e98e2250a [2021-04-07T00:46:24.226Z] ---> Running in 1f1321d7964b [2021-04-07T00:46:24.226Z] ---> Running in d815c6fcf442 [2021-04-07T00:46:24.226Z] ---> Running in cfe5a3529db7 [2021-04-07T00:46:24.226Z] Removing intermediate container 2c5c2d49718c [2021-04-07T00:46:24.226Z] ---> 40e778a13274 [2021-04-07T00:46:24.226Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-07T00:46:24.226Z] ---> Running in aab74e5671e8 [2021-04-07T00:46:24.226Z] Removing intermediate container 1f1321d7964b [2021-04-07T00:46:24.226Z] ---> dd7e4b6be761 [2021-04-07T00:46:24.226Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-07T00:46:24.226Z] Removing intermediate container cfe5a3529db7 [2021-04-07T00:46:24.226Z] ---> f8f1dcab452e [2021-04-07T00:46:24.226Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-07T00:46:24.226Z] ---> Running in 325834a56cc6 [2021-04-07T00:46:24.226Z] Removing intermediate container f09e98e2250a [2021-04-07T00:46:24.226Z] ---> 9cacde6e1044 [2021-04-07T00:46:24.226Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-07T00:46:24.226Z] Removing intermediate container d815c6fcf442 [2021-04-07T00:46:24.226Z] ---> 78ecdaa56fb7 [2021-04-07T00:46:24.226Z] ---> Running in 12a44a27bc95 [2021-04-07T00:46:24.226Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T00:46:24.226Z] ---> Running in 0cf6e4a2c964 [2021-04-07T00:46:24.226Z] ---> Running in 386a5590f0a6 [2021-04-07T00:46:24.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:46:24.268Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-07T00:46:24.268Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-07T00:46:24.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:46:24.529Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-07T00:46:24.529Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-07T00:46:24.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:46:24.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:46:25.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:46:25.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:46:25.100Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-07T00:46:25.100Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:25.100Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-07T00:46:25.100Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-07T00:46:25.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:46:25.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:46:25.594Z] OK: 217 MiB in 51 packages [2021-04-07T00:46:25.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:46:25.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:46:26.153Z] OK: 217 MiB in 51 packages [2021-04-07T00:46:26.432Z] OK: 217 MiB in 51 packages [2021-04-07T00:46:26.489Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-07T00:46:26.489Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-07T00:46:26.489Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-07T00:46:26.489Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-07T00:46:26.489Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-07T00:46:26.489Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:26.489Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-07T00:46:26.489Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-07T00:46:26.711Z] OK: 217 MiB in 51 packages [2021-04-07T00:46:26.711Z] OK: 217 MiB in 51 packages [2021-04-07T00:46:26.751Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-07T00:46:26.751Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:26.751Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T00:46:26.751Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T00:46:27.012Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T00:46:27.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:27.012Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T00:46:27.012Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T00:46:27.012Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T00:46:27.302Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:27.302Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T00:46:27.302Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T00:46:27.302Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T00:46:27.302Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:27.302Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T00:46:27.305Z] Removing intermediate container aab74e5671e8 [2021-04-07T00:46:27.305Z] ---> 1786b20ef461 [2021-04-07T00:46:27.305Z] Step 6/26 : COPY go.mod . [2021-04-07T00:46:27.563Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T00:46:27.563Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T00:46:27.563Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:27.563Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-07T00:46:27.563Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T00:46:27.591Z] Removing intermediate container 325834a56cc6 [2021-04-07T00:46:27.591Z] ---> 6160b577c72d [2021-04-07T00:46:27.591Z] Step 6/31 : COPY go.mod . [2021-04-07T00:46:27.824Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-07T00:46:27.824Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T00:46:27.824Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-07T00:46:27.824Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:27.824Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-07T00:46:28.086Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T00:46:28.086Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-07T00:46:28.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:28.086Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T00:46:28.086Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T00:46:28.182Z] ---> d74e76a6399a [2021-04-07T00:46:28.182Z] Step 7/26 : RUN go mod download [2021-04-07T00:46:28.347Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-07T00:46:28.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:28.347Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T00:46:28.347Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T00:46:28.454Z] Removing intermediate container 12a44a27bc95 [2021-04-07T00:46:28.454Z] ---> cef83b14af5a [2021-04-07T00:46:28.454Z] Step 6/23 : COPY go.mod . [2021-04-07T00:46:28.609Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-07T00:46:28.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:28.609Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T00:46:28.609Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T00:46:28.725Z] ---> Running in 19f6820db6bb [2021-04-07T00:46:28.996Z] Removing intermediate container 0cf6e4a2c964 [2021-04-07T00:46:28.996Z] ---> a1d48590d7b4 [2021-04-07T00:46:28.996Z] Step 6/24 : COPY go.mod . [2021-04-07T00:46:28.996Z] Removing intermediate container 386a5590f0a6 [2021-04-07T00:46:28.996Z] ---> 8ebf5482a1af [2021-04-07T00:46:28.996Z] Step 6/23 : COPY go.mod . [2021-04-07T00:46:28.996Z] ---> e337128b8d39 [2021-04-07T00:46:28.996Z] Step 7/31 : RUN go mod download [2021-04-07T00:46:29.182Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-07T00:46:29.444Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-07T00:46:29.598Z] ---> 437d1a82cfe1 [2021-04-07T00:46:29.598Z] Step 7/23 : RUN go mod download [2021-04-07T00:46:29.598Z] ---> Running in a5456c8cf41c [2021-04-07T00:46:29.705Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-07T00:46:29.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:29.705Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-07T00:46:29.705Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-07T00:46:29.870Z] ---> Running in cdd39586c4a3 [2021-04-07T00:46:29.967Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-07T00:46:30.142Z] ---> e9d2d25e3ae4 [2021-04-07T00:46:30.142Z] ---> a084986a9614 [2021-04-07T00:46:30.142Z] Step 7/24 : RUN go mod download [2021-04-07T00:46:30.142Z] Step 7/23 : RUN go mod download [2021-04-07T00:46:30.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-07T00:46:30.229Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-07T00:46:30.229Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-07T00:46:30.229Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-07T00:46:30.425Z] ---> Running in 4c050bef3ff2 [2021-04-07T00:46:30.425Z] ---> Running in 82e914199910 [2021-04-07T00:46:30.491Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:30.491Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-07T00:46:30.756Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-07T00:46:31.017Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-07T00:46:31.280Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:31.280Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-07T00:46:31.280Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-07T00:46:31.280Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-07T00:46:31.542Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:31.542Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-07T00:46:31.542Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-07T00:46:31.542Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-07T00:46:31.804Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:31.804Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-07T00:46:31.804Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-07T00:46:31.804Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-07T00:46:32.065Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:32.065Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-07T00:46:32.065Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-07T00:46:32.326Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-07T00:46:32.326Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:32.326Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-07T00:46:32.586Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-07T00:46:32.586Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-07T00:46:32.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:32.852Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-07T00:46:32.852Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-07T00:46:32.852Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-07T00:46:32.852Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-07T00:46:33.112Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-07T00:46:33.373Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-07T00:46:33.831Z] Removing intermediate container 19f6820db6bb [2021-04-07T00:46:33.831Z] ---> db6671bf6d11 [2021-04-07T00:46:33.831Z] Step 8/26 : COPY . . [2021-04-07T00:46:33.944Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-07T00:46:34.887Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:34.887Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-07T00:46:35.148Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-07T00:46:35.260Z] Removing intermediate container a5456c8cf41c [2021-04-07T00:46:35.260Z] ---> 5e9a9b883164 [2021-04-07T00:46:35.260Z] Step 8/31 : COPY . . [2021-04-07T00:46:36.092Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-07T00:46:36.238Z] Removing intermediate container cdd39586c4a3 [2021-04-07T00:46:36.238Z] ---> ee71e0dd18d5 [2021-04-07T00:46:36.238Z] Step 8/23 : COPY . . [2021-04-07T00:46:37.035Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:37.035Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-07T00:46:37.606Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-07T00:46:38.175Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-07T00:46:39.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:39.118Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-07T00:46:39.118Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-07T00:46:39.394Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-07T00:46:39.394Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:39.394Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-07T00:46:39.394Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-07T00:46:39.651Z] Removing intermediate container 4c050bef3ff2 [2021-04-07T00:46:39.651Z] ---> 26039ece9750 [2021-04-07T00:46:39.651Z] Step 8/24 : COPY . . [2021-04-07T00:46:39.654Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-07T00:46:39.654Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:39.654Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-07T00:46:39.654Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-07T00:46:40.225Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-07T00:46:40.226Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:40.226Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-07T00:46:40.226Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-07T00:46:40.486Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-07T00:46:40.486Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:40.486Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-07T00:46:40.486Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-07T00:46:40.641Z] Removing intermediate container 82e914199910 [2021-04-07T00:46:40.641Z] ---> 147ac0b1b18e [2021-04-07T00:46:40.641Z] Step 8/23 : COPY . . [2021-04-07T00:46:40.747Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-07T00:46:40.747Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:40.747Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-07T00:46:40.747Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-07T00:46:41.010Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-07T00:46:41.270Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:41.270Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-07T00:46:41.270Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-07T00:46:41.532Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-07T00:46:41.532Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:41.532Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-07T00:46:41.532Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-07T00:46:41.793Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-07T00:46:41.793Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:41.793Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-07T00:46:41.793Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-07T00:46:42.054Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-07T00:46:42.054Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-07T00:46:42.054Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-07T00:46:42.054Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-07T00:46:42.054Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-07T00:46:42.315Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-07T00:46:42.315Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-07T00:46:42.315Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-07T00:46:42.577Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-07T00:46:42.577Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-07T00:46:42.577Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-07T00:46:42.838Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-07T00:46:42.838Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-07T00:46:42.838Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-07T00:46:43.099Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-07T00:46:43.099Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-07T00:46:43.359Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-07T00:46:43.359Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-07T00:46:43.359Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-07T00:46:43.359Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-07T00:46:43.359Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-07T00:46:43.359Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-07T00:46:43.619Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-07T00:46:43.619Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-07T00:46:43.619Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-07T00:46:43.619Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-07T00:46:43.879Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-07T00:46:43.879Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-07T00:46:44.141Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-07T00:46:44.141Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-07T00:46:45.098Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-07T00:46:45.098Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-07T00:46:45.098Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-07T00:46:45.098Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-07T00:46:45.358Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-07T00:46:45.358Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-07T00:46:45.619Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-07T00:46:45.619Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-07T00:46:45.879Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-07T00:46:45.879Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-07T00:46:46.139Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-07T00:46:46.139Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-07T00:46:46.139Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:46.400Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T00:46:46.400Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:46.400Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T00:46:46.661Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:46.661Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T00:46:46.661Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:46.661Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T00:46:47.603Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:47.603Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T00:46:48.548Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:48.548Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T00:46:49.121Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:49.121Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T00:46:49.381Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:49.381Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T00:46:50.326Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-07T00:46:50.326Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-07T00:46:50.326Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-07T00:46:50.326Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-07T00:46:50.326Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-07T00:46:50.589Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-07T00:46:50.589Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-07T00:46:50.589Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-07T00:46:50.850Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-07T00:46:50.850Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-07T00:46:50.850Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-07T00:46:50.850Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-07T00:46:51.111Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-07T00:46:51.111Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-07T00:46:51.111Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-07T00:46:51.111Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-07T00:46:51.372Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T00:46:51.372Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-07T00:46:51.372Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T00:46:51.372Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T00:46:51.372Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T00:46:51.373Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-07T00:46:51.373Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-07T00:46:51.373Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-07T00:46:51.634Z] [2021-04-07T00:46:51.634Z] Current default time zone: 'Etc/UTC' [2021-04-07T00:46:51.634Z] Local time is now: Wed Apr 7 00:46:51 UTC 2021. [2021-04-07T00:46:51.634Z] Universal Time is now: Wed Apr 7 00:46:51 UTC 2021. [2021-04-07T00:46:51.634Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-07T00:46:51.634Z] [2021-04-07T00:46:51.634Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-07T00:46:51.634Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T00:46:51.634Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-07T00:46:51.634Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-07T00:46:51.634Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-07T00:46:51.896Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-07T00:46:51.896Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-07T00:46:51.896Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-07T00:46:51.896Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-07T00:46:51.896Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-07T00:46:51.896Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T00:46:51.896Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-07T00:46:52.158Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T00:46:52.158Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-07T00:46:52.158Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T00:46:52.158Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-07T00:46:52.158Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-07T00:46:52.420Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-07T00:46:52.420Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-07T00:46:52.420Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-07T00:46:52.420Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-07T00:46:52.420Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-07T00:46:52.420Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-07T00:46:54.338Z] Updating certificates in /etc/ssl/certs... [2021-04-07T00:46:55.285Z] 23 added, 27 removed; done. [2021-04-07T00:46:55.547Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-07T00:46:55.547Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-07T00:46:55.547Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-07T00:46:55.547Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-07T00:46:55.547Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-07T00:46:55.547Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T00:46:55.547Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-07T00:46:55.547Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T00:46:55.547Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T00:46:55.812Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T00:46:55.812Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T00:46:55.812Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T00:46:55.812Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-07T00:46:55.812Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-07T00:46:55.812Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-07T00:46:55.812Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-07T00:46:55.812Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-07T00:46:55.812Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T00:46:55.812Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-07T00:46:56.072Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-07T00:46:56.072Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-07T00:46:56.072Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-07T00:46:56.072Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-07T00:46:56.072Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-07T00:46:56.332Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-07T00:46:56.332Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-07T00:46:56.332Z] Updating certificates in /etc/ssl/certs... [2021-04-07T00:46:56.908Z] 0 added, 0 removed; done. [2021-04-07T00:46:56.908Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-07T00:46:56.908Z] done. [2021-04-07T00:46:57.484Z] Reading package lists... [2021-04-07T00:46:57.484Z] Building dependency tree... [2021-04-07T00:46:57.484Z] Reading state information... [2021-04-07T00:46:57.746Z] The following NEW packages will be installed: [2021-04-07T00:46:57.746Z] apt-transport-https [2021-04-07T00:46:57.746Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-07T00:46:57.746Z] Need to get 1696 B of archives. [2021-04-07T00:46:57.746Z] After this operation, 153 kB of additional disk space will be used. [2021-04-07T00:46:57.746Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-07T00:46:58.005Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T00:46:58.005Z] Fetched 1696 B in 0s (33.8 kB/s) [2021-04-07T00:46:58.005Z] Selecting previously unselected package apt-transport-https. [2021-04-07T00:46:58.005Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-07T00:46:58.005Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-07T00:46:58.005Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-07T00:46:58.005Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-07T00:46:58.266Z] Waiting for network to be ready... [2021-04-07T00:46:58.953Z] ---> 5088580b912e [2021-04-07T00:46:58.953Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-07T00:46:58.953Z] ---> 9b476b55370a [2021-04-07T00:46:58.953Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-07T00:46:58.953Z] ---> 3ef496260f13 [2021-04-07T00:46:58.953Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-07T00:46:58.953Z] ---> Running in 31def8ef4656 [2021-04-07T00:46:58.953Z] ---> Running in e83843c8ff24 [2021-04-07T00:46:58.953Z] ---> Running in 397c19b92d44 [2021-04-07T00:46:59.933Z] ---> ca612e379967 [2021-04-07T00:46:59.933Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-07T00:47:00.527Z] ---> b26883fd1f99 [2021-04-07T00:47:00.527Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-07T00:47:00.527Z] ---> Running in d267e59a9eb7 [2021-04-07T00:47:00.527Z] 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-04-07T00:47:00.527Z] 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-04-07T00:47:00.799Z] ---> Running in 11f729d88280 [2021-04-07T00:47:00.799Z] 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-04-07T00:47:02.777Z] 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-04-07T00:47:03.053Z] 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-04-07T00:47:04.859Z] 2021-04-07T00:47:01Z INFO Waiting for automatic snapd restart... [2021-04-07T00:47:04.859Z] snapd 2.49.1 from Canonical* installed [2021-04-07T00:47:05.803Z] "snapd" switched to the "latest/stable" channel [2021-04-07T00:47:05.803Z] [2021-04-07T00:47:09.114Z] core18 20210309 from Canonical* installed [2021-04-07T00:47:09.114Z] "core18" switched to the "latest/stable" channel [2021-04-07T00:47:09.114Z] [2021-04-07T00:47:12.446Z] snapcraft 4.6 from Canonical* installed [2021-04-07T00:47:12.446Z] "snapcraft" switched to the "latest/stable" channel [2021-04-07T00:47:12.446Z] [2021-04-07T00:47:16.664Z] 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-04-07T00:47:16.664Z] - README.md [2021-04-07T00:47:16.664Z] [2021-04-07T00:47:16.664Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-07T00:47:23.256Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T00:47:23.256Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-07T00:47:23.256Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-07T00:47:23.256Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-07T00:47:24.199Z] Reading package lists... [2021-04-07T00:47:24.461Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-04-07T00:47:31.052Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T00:47:31.052Z] Reading package lists... [2021-04-07T00:47:31.052Z] Building dependency tree... [2021-04-07T00:47:31.052Z] Reading state information... [2021-04-07T00:47:31.052Z] Suggested packages: [2021-04-07T00:47:31.052Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-07T00:47:31.052Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-07T00:47:31.052Z] Recommended packages: [2021-04-07T00:47:31.052Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-07T00:47:31.052Z] The following NEW packages will be installed: [2021-04-07T00:47:31.052Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-07T00:47:31.052Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-07T00:47:31.052Z] pkg-config zip [2021-04-07T00:47:31.052Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-07T00:47:31.052Z] Need to get 7663 kB of archives. [2021-04-07T00:47:31.052Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-07T00:47:31.052Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-07T00:47:31.052Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-07T00:47:31.052Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-07T00:47:31.052Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-07T00:47:31.052Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-07T00:47:31.052Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-07T00:47:31.052Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-07T00:47:31.052Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-07T00:47:31.314Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-07T00:47:31.314Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-07T00:47:31.314Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-07T00:47:31.314Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-07T00:47:31.576Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-07T00:47:31.576Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-07T00:47:31.576Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-07T00:47:31.576Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-07T00:47:31.576Z] Fetched 7663 kB in 1s (10.3 MB/s) [2021-04-07T00:47:31.838Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-07T00:47:31.838Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-07T00:47:31.838Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-07T00:47:31.838Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-07T00:47:31.838Z] Selecting previously unselected package libpsl5:amd64. [2021-04-07T00:47:31.838Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-07T00:47:31.838Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-07T00:47:32.099Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-07T00:47:32.099Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-07T00:47:32.099Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-07T00:47:32.099Z] Selecting previously unselected package librtmp1:amd64. [2021-04-07T00:47:32.099Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-07T00:47:32.099Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-07T00:47:32.099Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-07T00:47:32.360Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-07T00:47:32.360Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-07T00:47:32.360Z] Selecting previously unselected package liberror-perl. [2021-04-07T00:47:32.360Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-07T00:47:32.360Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-07T00:47:32.360Z] Selecting previously unselected package git-man. [2021-04-07T00:47:32.360Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-07T00:47:32.360Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-07T00:47:32.621Z] Selecting previously unselected package git. [2021-04-07T00:47:32.621Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-07T00:47:32.621Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-07T00:47:33.565Z] Selecting previously unselected package libnorm1:amd64. [2021-04-07T00:47:33.565Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-07T00:47:33.565Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-07T00:47:33.565Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-07T00:47:33.565Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-07T00:47:33.565Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-07T00:47:33.565Z] Selecting previously unselected package libsodium23:amd64. [2021-04-07T00:47:33.565Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-07T00:47:33.565Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-07T00:47:33.565Z] Selecting previously unselected package libzmq5:amd64. [2021-04-07T00:47:33.565Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-07T00:47:33.565Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-07T00:47:33.827Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-07T00:47:33.827Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-07T00:47:33.827Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-07T00:47:33.827Z] Selecting previously unselected package pkg-config. [2021-04-07T00:47:33.827Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-07T00:47:33.827Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-07T00:47:34.087Z] Selecting previously unselected package zip. [2021-04-07T00:47:34.087Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-07T00:47:34.087Z] Unpacking zip (3.0-11build1) ... [2021-04-07T00:47:34.087Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-07T00:47:34.087Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-07T00:47:34.087Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-07T00:47:34.087Z] Setting up liberror-perl (0.17025-1) ... [2021-04-07T00:47:34.087Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-07T00:47:34.087Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-07T00:47:34.348Z] No schema files found: doing nothing. [2021-04-07T00:47:34.348Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-07T00:47:34.348Z] Setting up zip (3.0-11build1) ... [2021-04-07T00:47:34.348Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-07T00:47:34.348Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-07T00:47:34.348Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-07T00:47:34.348Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-07T00:47:34.348Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-07T00:47:34.609Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-07T00:47:34.609Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-07T00:47:34.609Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-07T00:47:41.198Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T00:47:41.198Z] git set to automatically installed. [2021-04-07T00:47:41.198Z] git-man set to automatically installed. [2021-04-07T00:47:41.198Z] libcurl3-gnutls set to automatically installed. [2021-04-07T00:47:41.198Z] liberror-perl set to automatically installed. [2021-04-07T00:47:41.198Z] libglib2.0-0 set to automatically installed. [2021-04-07T00:47:41.198Z] libnghttp2-14 set to automatically installed. [2021-04-07T00:47:41.198Z] libnorm1 set to automatically installed. [2021-04-07T00:47:41.198Z] libpgm-5.2-0 set to automatically installed. [2021-04-07T00:47:41.198Z] libpsl5 set to automatically installed. [2021-04-07T00:47:41.198Z] librtmp1 set to automatically installed. [2021-04-07T00:47:41.198Z] libsodium23 set to automatically installed. [2021-04-07T00:47:41.198Z] libzmq3-dev set to automatically installed. [2021-04-07T00:47:41.198Z] libzmq5 set to automatically installed. [2021-04-07T00:47:41.198Z] pkg-config set to automatically installed. [2021-04-07T00:47:41.198Z] zip set to automatically installed. [2021-04-07T00:47:42.583Z] snapd is not logged in, snap install commands will use sudo [2021-04-07T00:47:49.176Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T00:47:49.176Z] snap "core18" has no updates available [2021-04-07T00:47:50.121Z] snapd is not logged in, snap install commands will use sudo [2021-04-07T00:47:56.711Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-07T00:48:39.885Z] 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-04-07T00:48:54.992Z] Removing intermediate container e83843c8ff24 [2021-04-07T00:48:54.992Z] ---> 468700352777 [2021-04-07T00:48:54.992Z] [2021-04-07T00:48:54.992Z] Step 10/31 : FROM alpine:3.12 [2021-04-07T00:48:54.992Z] 3.12: Pulling from library/alpine [2021-04-07T00:48:54.992Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T00:48:54.992Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T00:48:54.992Z] ---> d75e27dfc0a0 [2021-04-07T00:48:54.992Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-07T00:48:55.975Z] ---> Running in fe083a8c34a2 [2021-04-07T00:48:57.425Z] Removing intermediate container 31def8ef4656 [2021-04-07T00:48:57.425Z] ---> 3f145ee23635 [2021-04-07T00:48:57.425Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-07T00:48:57.425Z] Removing intermediate container fe083a8c34a2 [2021-04-07T00:48:57.425Z] ---> 0ba4fbdf6991 [2021-04-07T00:48:57.425Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-07T00:48:57.715Z] Removing intermediate container d267e59a9eb7 [2021-04-07T00:48:57.715Z] ---> 92f49d1fc5ee [2021-04-07T00:48:57.715Z] [2021-04-07T00:48:57.715Z] Step 10/24 : FROM alpine:3.12 [2021-04-07T00:48:57.715Z] ---> d75e27dfc0a0 [2021-04-07T00:48:57.715Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-07T00:48:57.715Z] ---> Running in 14966fcbf133 [2021-04-07T00:48:58.310Z] ---> Running in 9356357fef42 [2021-04-07T00:48:58.310Z] ---> Running in a3426dc2bf35 [2021-04-07T00:49:00.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:49:00.943Z] 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-04-07T00:49:00.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:49:01.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:49:01.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:49:01.498Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-07T00:49:01.498Z] (2/2) Installing su-exec (0.2-r1) [2021-04-07T00:49:01.498Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T00:49:01.498Z] OK: 5 MiB in 16 packages [2021-04-07T00:49:02.102Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-07T00:49:02.102Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T00:49:02.102Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-07T00:49:02.102Z] (4/6) Installing curl (7.69.1-r3) [2021-04-07T00:49:02.102Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-07T00:49:02.102Z] (6/6) Installing su-exec (0.2-r1) [2021-04-07T00:49:02.102Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T00:49:02.102Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T00:49:02.708Z] OK: 7 MiB in 20 packages [2021-04-07T00:49:03.695Z] Removing intermediate container 11f729d88280 [2021-04-07T00:49:03.695Z] ---> e8466c67e23e [2021-04-07T00:49:03.695Z] [2021-04-07T00:49:03.695Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T00:49:03.695Z] ---> d75e27dfc0a0 [2021-04-07T00:49:03.695Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T00:49:03.971Z] Removing intermediate container 9356357fef42 [2021-04-07T00:49:03.971Z] ---> a207e48eeac0 [2021-04-07T00:49:03.971Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-07T00:49:03.971Z] ---> Running in 0276bfec91a9 [2021-04-07T00:49:04.243Z] ---> Running in 3509f0e6b7d5 [2021-04-07T00:49:04.838Z] Removing intermediate container a3426dc2bf35 [2021-04-07T00:49:04.838Z] ---> 0cbc275d8909 [2021-04-07T00:49:04.838Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T00:49:05.110Z] Removing intermediate container 3509f0e6b7d5 [2021-04-07T00:49:05.110Z] ---> c8ec8803097f [2021-04-07T00:49:05.110Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-07T00:49:05.380Z] ---> Running in ff838c8e56ce [2021-04-07T00:49:05.380Z] ---> Running in ebd12e4ad8d0 [2021-04-07T00:49:05.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:49:05.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:49:06.199Z] Removing intermediate container ff838c8e56ce [2021-04-07T00:49:06.199Z] ---> 634151e3cf31 [2021-04-07T00:49:06.199Z] Step 13/24 : WORKDIR / [2021-04-07T00:49:06.199Z] Removing intermediate container ebd12e4ad8d0 [2021-04-07T00:49:06.199Z] ---> 210cfd6b24b2 [2021-04-07T00:49:06.199Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-07T00:49:06.199Z] Removing intermediate container 14966fcbf133 [2021-04-07T00:49:06.199Z] ---> cd14c3a96503 [2021-04-07T00:49:06.199Z] [2021-04-07T00:49:06.199Z] Step 11/26 : FROM docker:20.10.0 [2021-04-07T00:49:06.478Z] ---> Running in b4586b629e16 [2021-04-07T00:49:06.478Z] 20.10.0: Pulling from library/docker [2021-04-07T00:49:06.478Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-07T00:49:06.478Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T00:49:06.478Z] ---> Running in 604e198bb873 [2021-04-07T00:49:06.478Z] OK: 5 MiB in 15 packages [2021-04-07T00:49:07.932Z] Removing intermediate container b4586b629e16 [2021-04-07T00:49:07.932Z] ---> 979cb2ac7fb1 [2021-04-07T00:49:07.932Z] 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-04-07T00:49:10.106Z] ---> 34c759bd61c4 [2021-04-07T00:49:10.106Z] 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-04-07T00:49:10.106Z] Removing intermediate container 0276bfec91a9 [2021-04-07T00:49:10.106Z] ---> 8d141e3748eb [2021-04-07T00:49:10.106Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T00:49:10.404Z] ---> Running in 1be88598b4bd [2021-04-07T00:49:11.395Z] Removing intermediate container 604e198bb873 [2021-04-07T00:49:11.395Z] ---> d4f07e40af86 [2021-04-07T00:49:11.395Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-07T00:49:11.395Z] ---> Running in 08343ba89826 [2021-04-07T00:49:11.666Z] ---> 628a8916acc2 [2021-04-07T00:49:11.666Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-07T00:49:11.666Z] Removing intermediate container 1be88598b4bd [2021-04-07T00:49:11.666Z] ---> 7b14c89b2e4b [2021-04-07T00:49:11.666Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-07T00:49:11.944Z] ---> Running in 06392dec2f05 [2021-04-07T00:49:12.221Z] Removing intermediate container 08343ba89826 [2021-04-07T00:49:12.221Z] ---> 5a5b10d4a09c [2021-04-07T00:49:12.221Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-07T00:49:12.814Z] Removing intermediate container 06392dec2f05 [2021-04-07T00:49:12.814Z] ---> a642fd155c9b [2021-04-07T00:49:12.814Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T00:49:13.089Z] ---> Running in 60803f814d35 [2021-04-07T00:49:13.089Z] ---> 8a2934ef3ea0 [2021-04-07T00:49:13.369Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-07T00:49:13.641Z] ---> 2712746cd7b4 [2021-04-07T00:49:13.641Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-07T00:49:13.917Z] ---> Running in fd099a4f04e3 [2021-04-07T00:49:13.917Z] Removing intermediate container 60803f814d35 [2021-04-07T00:49:13.917Z] ---> 19961c21cd3c [2021-04-07T00:49:13.917Z] Step 15/23 : WORKDIR / [2021-04-07T00:49:14.515Z] ---> Running in 4b3ed320c2c3 [2021-04-07T00:49:15.114Z] ---> 0c3c7ed7b5e3 [2021-04-07T00:49:15.114Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-07T00:49:15.387Z] Removing intermediate container 4b3ed320c2c3 [2021-04-07T00:49:15.387Z] ---> df38db7c4948 [2021-04-07T00:49:15.387Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T00:49:17.377Z] ---> 4cca5c769461 [2021-04-07T00:49:17.377Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-07T00:49:17.377Z] ---> e198688aae43 [2021-04-07T00:49:17.377Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-07T00:49:17.651Z] Removing intermediate container fd099a4f04e3 [2021-04-07T00:49:17.651Z] ---> 6e7411e9959a [2021-04-07T00:49:17.651Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T00:49:19.080Z] ---> 823aa697ef56 [2021-04-07T00:49:19.080Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-07T00:49:19.351Z] ---> 8a3a79f1b4f1 [2021-04-07T00:49:19.351Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-07T00:49:19.351Z] Removing intermediate container 397c19b92d44 [2021-04-07T00:49:19.351Z] ---> 1d422c7c4124 [2021-04-07T00:49:19.351Z] [2021-04-07T00:49:19.351Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T00:49:19.351Z] ---> Running in 741166437e2c [2021-04-07T00:49:19.351Z] ---> d75e27dfc0a0 [2021-04-07T00:49:19.351Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-07T00:49:19.623Z] ---> 3b6cf30f4444 [2021-04-07T00:49:19.623Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-07T00:49:19.623Z] ---> Running in cf9af23bd10a [2021-04-07T00:49:20.603Z] Removing intermediate container cf9af23bd10a [2021-04-07T00:49:20.603Z] ---> a98bd937885a [2021-04-07T00:49:20.603Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-07T00:49:21.198Z] ---> Running in 075d3b57fec4 [2021-04-07T00:49:21.198Z] ---> ef7753c2bc0b [2021-04-07T00:49:21.198Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-07T00:49:21.472Z] ---> Running in ab16051a7067 [2021-04-07T00:49:21.472Z] ---> 6d46811dc5de [2021-04-07T00:49:21.472Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-07T00:49:21.744Z] Removing intermediate container 075d3b57fec4 [2021-04-07T00:49:21.744Z] ---> 8914893eb858 [2021-04-07T00:49:21.744Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-07T00:49:22.017Z] ---> Running in ec9d2174ec0b [2021-04-07T00:49:22.293Z] Removing intermediate container ab16051a7067 [2021-04-07T00:49:22.293Z] ---> 5fc5a9db39f9 [2021-04-07T00:49:22.293Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T00:49:22.293Z] ---> Running in d6d44ae62076 [2021-04-07T00:49:22.566Z] Removing intermediate container 741166437e2c [2021-04-07T00:49:22.566Z] ---> 8583c04eeb67 [2021-04-07T00:49:22.566Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-07T00:49:22.566Z] ---> db6f57f3ca2f [2021-04-07T00:49:22.566Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-07T00:49:22.842Z] Removing intermediate container ec9d2174ec0b [2021-04-07T00:49:22.842Z] ---> 5200746268c9 [2021-04-07T00:49:22.842Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:49:22.842Z] ---> Running in 283164e5d2c3 [2021-04-07T00:49:23.116Z] ---> Running in 0e47a45171dc [2021-04-07T00:49:23.116Z] Removing intermediate container d6d44ae62076 [2021-04-07T00:49:23.116Z] ---> 4ff9e9e3fa9a [2021-04-07T00:49:23.116Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T00:49:23.405Z] ---> Running in 97b497d05937 [2021-04-07T00:49:23.405Z] Removing intermediate container 283164e5d2c3 [2021-04-07T00:49:23.405Z] ---> 465436cfdf99 [2021-04-07T00:49:23.405Z] Step 22/24 : LABEL arch=arm64 [2021-04-07T00:49:23.681Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-07T00:49:23.681Z] ---> e09f097f0606 [2021-04-07T00:49:23.681Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-07T00:49:23.681Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-07T00:49:23.681Z] ---> eeaf43b92773 [2021-04-07T00:49:23.681Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-07T00:49:23.681Z] ---> Running in 6e1ae9b7d186 [2021-04-07T00:49:23.951Z] Removing intermediate container 97b497d05937 [2021-04-07T00:49:23.951Z] ---> cb2f16451451 [2021-04-07T00:49:23.951Z] Step 22/23 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:49:23.951Z] ---> Running in 67a87e79a6f7 [2021-04-07T00:49:24.229Z] ---> Running in 177c55b9507b [2021-04-07T00:49:24.508Z] Removing intermediate container 6e1ae9b7d186 [2021-04-07T00:49:24.508Z] ---> 44951fd07d02 [2021-04-07T00:49:24.508Z] Step 23/24 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:49:24.787Z] ---> Running in 69322f3398e2 [2021-04-07T00:49:24.787Z] ---> 7dc33c98327c [2021-04-07T00:49:24.787Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-07T00:49:24.787Z] Removing intermediate container 177c55b9507b [2021-04-07T00:49:24.787Z] ---> d627b1f9d152 [2021-04-07T00:49:24.787Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T00:49:25.391Z] ---> Running in 93c75cdfdf3e [2021-04-07T00:49:25.391Z] ---> Running in 0fe974721ded [2021-04-07T00:49:25.663Z] Removing intermediate container 69322f3398e2 [2021-04-07T00:49:25.663Z] ---> 72f7a3d68ded [2021-04-07T00:49:25.663Z] Step 24/24 : LABEL version=0.0.0 [2021-04-07T00:49:25.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:49:25.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:49:25.942Z] ---> Running in 8528b772db9d [2021-04-07T00:49:25.942Z] Removing intermediate container 93c75cdfdf3e [2021-04-07T00:49:25.942Z] ---> edb9f2352588 [2021-04-07T00:49:25.942Z] [2021-04-07T00:49:26.220Z] Removing intermediate container 0fe974721ded [2021-04-07T00:49:26.220Z] ---> c603e344bad8 [2021-04-07T00:49:26.220Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-07T00:49:26.497Z] (1/2) Installing readline (8.0.4-r0) [2021-04-07T00:49:26.497Z] (2/2) Installing bash (5.0.17-r0) [2021-04-07T00:49:26.497Z] Removing intermediate container 0e47a45171dc [2021-04-07T00:49:26.497Z] ---> 6052ef36aa2d [2021-04-07T00:49:26.497Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-07T00:49:26.497Z] Executing bash-5.0.17-r0.post-install [2021-04-07T00:49:26.497Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T00:49:26.497Z] OK: 12 MiB in 22 packages [2021-04-07T00:49:26.776Z] Removing intermediate container 8528b772db9d [2021-04-07T00:49:26.776Z] ---> c9788e4caff4 [2021-04-07T00:49:26.776Z] [2021-04-07T00:49:26.776Z] Successfully built edb9f2352588 [2021-04-07T00:49:26.776Z] ---> Running in 170f52cb08d5 [2021-04-07T00:49:26.776Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-07T00:49:26.776Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-04-07T00:49:27.769Z] ---> cd2bd88d34d4 [2021-04-07T00:49:27.769Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-07T00:49:27.769Z] Successfully built c9788e4caff4 [2021-04-07T00:49:27.769Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-07T00:49:27.769Z] Building docker-support-notifications-go [2021-04-07T00:49:28.042Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 3ad4788e6614 [2021-04-07T00:49:28.323Z] Removing intermediate container 67a87e79a6f7 [2021-04-07T00:49:28.323Z] ---> a342f2aa828a [2021-04-07T00:49:28.323Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-07T00:49:28.612Z] ---> Running in 587a1be2ed71 [2021-04-07T00:49:28.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:49:29.213Z] Removing intermediate container 587a1be2ed71 [2021-04-07T00:49:29.213Z] ---> 9fe18d1a36cc [2021-04-07T00:49:29.213Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-07T00:49:29.213Z] ---> Running in 03f43d3ddfe8 [2021-04-07T00:49:29.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:49:30.093Z] Removing intermediate container 03f43d3ddfe8 [2021-04-07T00:49:30.093Z] ---> 6ca3229dd1c5 [2021-04-07T00:49:30.093Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-07T00:49:30.368Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-07T00:49:30.368Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-07T00:49:30.368Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-07T00:49:30.368Z] ---> Running in 3a90285ecf4b [2021-04-07T00:49:30.653Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-07T00:49:30.927Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T00:49:30.927Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-07T00:49:31.243Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T00:49:31.243Z] OK: 8 MiB in 20 packages [2021-04-07T00:49:31.518Z] Removing intermediate container 3a90285ecf4b [2021-04-07T00:49:31.518Z] ---> 2ca829b563fe [2021-04-07T00:49:31.518Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-07T00:49:31.791Z] Removing intermediate container 3ad4788e6614 [2021-04-07T00:49:31.791Z] ---> 5b8f2075f496 [2021-04-07T00:49:31.791Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-07T00:49:32.393Z] ---> Running in 9742c30a4d68 [2021-04-07T00:49:33.375Z] ---> 578fe7c2305b [2021-04-07T00:49:33.375Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-07T00:49:33.375Z] Removing intermediate container 170f52cb08d5 [2021-04-07T00:49:33.375Z] ---> 8b762fcacba1 [2021-04-07T00:49:33.375Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T00:49:33.647Z] Removing intermediate container 9742c30a4d68 [2021-04-07T00:49:33.647Z] ---> c516e2e6b8d8 [2021-04-07T00:49:33.647Z] Step 28/31 : CMD ["gate"] [2021-04-07T00:49:33.927Z] ---> Running in c2f2a20d79d8 [2021-04-07T00:49:34.200Z] ---> 30464e6ddbd3 [2021-04-07T00:49:34.200Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-07T00:49:34.470Z] Removing intermediate container c2f2a20d79d8 [2021-04-07T00:49:34.470Z] ---> ff882ea7972c [2021-04-07T00:49:34.470Z] Step 29/31 : LABEL arch=arm64 [2021-04-07T00:49:34.470Z] ---> 37a1e68164bb [2021-04-07T00:49:34.470Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-07T00:49:35.065Z] ---> Running in 3dfb53d90ddc [2021-04-07T00:49:35.660Z] ---> e6b2cdea5388 [2021-04-07T00:49:35.660Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-07T00:49:35.660Z] Removing intermediate container 3dfb53d90ddc [2021-04-07T00:49:35.660Z] ---> a4475e398e10 [2021-04-07T00:49:35.660Z] Step 30/31 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:49:36.256Z] ---> Running in 38db606e9ec9 [2021-04-07T00:49:36.528Z] ---> Running in c4149295f28e [2021-04-07T00:49:36.802Z] ---> 97e9d9edead7 [2021-04-07T00:49:36.802Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-07T00:49:37.406Z] Removing intermediate container c4149295f28e [2021-04-07T00:49:37.406Z] ---> f576dd2e7ecc [2021-04-07T00:49:37.406Z] Step 31/31 : LABEL version=0.0.0 [2021-04-07T00:49:38.000Z] ---> Running in 6e3839703345 [2021-04-07T00:49:38.000Z] ---> ab4b35c3941f [2021-04-07T00:49:38.000Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-07T00:49:38.000Z] ---> Running in c342e0228d2b [2021-04-07T00:49:38.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:49:38.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:49:38.555Z] Removing intermediate container 6e3839703345 [2021-04-07T00:49:38.555Z] ---> 0a7618115904 [2021-04-07T00:49:38.555Z] [2021-04-07T00:49:38.555Z] Removing intermediate container c342e0228d2b [2021-04-07T00:49:38.555Z] ---> 1d9165a33ffa [2021-04-07T00:49:38.555Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T00:49:39.159Z] Successfully built 0a7618115904 [2021-04-07T00:49:39.159Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-07T00:49:39.159Z] (2/33) Installing expat (2.2.9-r1) [2021-04-07T00:49:39.159Z] (3/33) Installing libffi (3.3-r2) [2021-04-07T00:49:39.159Z] (4/33) Installing gdbm (1.13-r1) [2021-04-07T00:49:39.159Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-07T00:49:39.159Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-04-07T00:49:39.159Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-07T00:49:39.159Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-07T00:49:39.159Z] ---> Running in 3a8f8d2b58ea [2021-04-07T00:49:39.159Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-07T00:49:39.757Z] Removing intermediate container 3a8f8d2b58ea [2021-04-07T00:49:39.757Z] ---> 71f432fe5b83 [2021-04-07T00:49:39.757Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T00:49:40.031Z] ---> Running in 94a39a88ceb8 [2021-04-07T00:49:41.031Z] Removing intermediate container 94a39a88ceb8 [2021-04-07T00:49:41.031Z] ---> f95762defd54 [2021-04-07T00:49:41.031Z] Step 22/23 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:49:41.031Z] ---> Running in fe8747dcd41d [2021-04-07T00:49:41.031Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-07T00:49:41.031Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-07T00:49:41.031Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-07T00:49:41.031Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-07T00:49:41.031Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-07T00:49:41.031Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-07T00:49:41.306Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-07T00:49:41.306Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-07T00:49:41.306Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-07T00:49:41.306Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-07T00:49:41.306Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-07T00:49:41.306Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-07T00:49:41.306Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-07T00:49:41.306Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-07T00:49:41.306Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-07T00:49:41.306Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-07T00:49:41.578Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-07T00:49:41.578Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-07T00:49:41.578Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-07T00:49:41.578Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-07T00:49:41.578Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-07T00:49:41.578Z] Removing intermediate container fe8747dcd41d [2021-04-07T00:49:41.578Z] ---> 792d687bff92 [2021-04-07T00:49:41.578Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T00:49:41.578Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-07T00:49:41.578Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-07T00:49:41.578Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-07T00:49:41.578Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-07T00:49:41.578Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-07T00:49:41.851Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T00:49:41.851Z] ---> Running in 7145eb67017a [2021-04-07T00:49:41.851Z] OK: 71 MiB in 55 packages [2021-04-07T00:49:42.455Z] Removing intermediate container 7145eb67017a [2021-04-07T00:49:42.455Z] ---> a46d8ad4d754 [2021-04-07T00:49:42.455Z] [2021-04-07T00:49:43.050Z] Successfully built a46d8ad4d754 [2021-04-07T00:49:43.050Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-07T00:49:43.050Z] Building docker-core-metadata-go [2021-04-07T00:49:48.269Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-07T00:49:48.269Z] Pulling go-build-helper [2021-04-07T00:49:48.269Z] + snapcraftctl pull [2021-04-07T00:49:48.269Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-07T00:49:48.269Z] Skipping pull go-build-helper (already ran) [2021-04-07T00:49:48.269Z] Building go-build-helper [2021-04-07T00:49:48.269Z] + snapcraftctl build [2021-04-07T00:49:49.214Z] Staging go-build-helper [2021-04-07T00:49:49.214Z] + snapcraftctl stage [2021-04-07T00:49:51.325Z]  Building docker-core-data-go ... done Removing intermediate container 38db606e9ec9 [2021-04-07T00:49:51.325Z] ---> b2116b2c0ff2 [2021-04-07T00:49:51.325Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-07T00:49:51.325Z] ---> Running in c28453d34536 [2021-04-07T00:49:56.705Z] Collecting docker-compose==1.23.2 [2021-04-07T00:49:56.705Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-07T00:49:58.686Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-07T00:49:58.686Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-07T00:49:59.243Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-07T00:49:59.243Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-07T00:49:59.243Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-07T00:49:59.243Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-07T00:49:59.243Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-07T00:49:59.243Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-07T00:49:59.243Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-07T00:49:59.243Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-07T00:49:59.243Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-07T00:49:59.243Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-07T00:49:59.243Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-07T00:49:59.243Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-07T00:49:59.243Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-07T00:49:59.243Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-07T00:49:59.243Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-07T00:49:59.243Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-07T00:49:59.243Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-07T00:49:59.243Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-07T00:49:59.243Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-07T00:49:59.243Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-07T00:49:59.243Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-07T00:49:59.243Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-07T00:49:59.243Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-07T00:49:59.243Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-07T00:49:59.243Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-07T00:49:59.244Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-07T00:49:59.244Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-07T00:49:59.244Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-07T00:49:59.244Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-07T00:49:59.244Z] Fetched 224 kB in 0s (0 B/s) [2021-04-07T00:49:59.244Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-07T00:49:59.244Z] Fetched 157 kB in 0s (0 B/s) [2021-04-07T00:49:59.244Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-07T00:49:59.244Z] Fetched 221 kB in 0s (0 B/s) [2021-04-07T00:49:59.244Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-07T00:49:59.244Z] Fetched 143 kB in 0s (0 B/s) [2021-04-07T00:49:59.244Z] Pulling app-service-config [2021-04-07T00:49:59.244Z] + snapcraftctl pull [2021-04-07T00:49:59.280Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-07T00:49:59.280Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-07T00:49:59.506Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-07T00:49:59.873Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-07T00:49:59.873Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-07T00:50:00.078Z] Pulling config-common [2021-04-07T00:50:00.078Z] + snapcraftctl pull [2021-04-07T00:50:02.481Z] Collecting docopt<0.7,>=0.6.1 [2021-04-07T00:50:02.481Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-07T00:50:04.298Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-07T00:50:04.299Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-07T00:50:04.299Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-07T00:50:04.299Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T00:50:04.299Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-07T00:50:04.299Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T00:50:04.299Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-07T00:50:04.299Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T00:50:04.299Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-07T00:50:04.299Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T00:50:04.299Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-07T00:50:04.299Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T00:50:04.299Z] Pulling edgex-go [2021-04-07T00:50:04.299Z] + snapcraftctl pull [2021-04-07T00:50:04.446Z] Collecting texttable<0.10,>=0.9.0 [2021-04-07T00:50:04.446Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-07T00:50:07.062Z] Collecting docker<4.0,>=3.6.0 [2021-04-07T00:50:07.062Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-07T00:50:07.653Z] Collecting jsonschema<3,>=2.5.1 [2021-04-07T00:50:07.653Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-07T00:50:07.930Z] 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-04-07T00:50:08.202Z] Collecting cached-property<2,>=1.2.0 [2021-04-07T00:50:08.473Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-07T00:50:09.442Z] Collecting PyYAML<4,>=3.10 [2021-04-07T00:50:10.036Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-07T00:50:13.504Z] 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-04-07T00:50:14.186Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-07T00:50:14.186Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-07T00:50:14.471Z] 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-04-07T00:50:14.809Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:50:14.809Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:50:14.809Z] ---> 452704bfd2ca [2021-04-07T00:50:14.809Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T00:50:14.809Z] ---> Using cache [2021-04-07T00:50:14.809Z] ---> afbf400287b0 [2021-04-07T00:50:14.809Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:50:14.809Z] ---> Using cache [2021-04-07T00:50:14.809Z] ---> 78ecdaa56fb7 [2021-04-07T00:50:14.809Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-07T00:50:15.109Z] Collecting idna<2.8,>=2.5 [2021-04-07T00:50:15.109Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-07T00:50:15.109Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:50:15.109Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:50:15.109Z] ---> 452704bfd2ca [2021-04-07T00:50:15.109Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T00:50:15.109Z] ---> Using cache [2021-04-07T00:50:15.109Z] ---> afbf400287b0 [2021-04-07T00:50:15.384Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:50:15.384Z] ---> Using cache [2021-04-07T00:50:15.384Z] ---> 78ecdaa56fb7 [2021-04-07T00:50:15.384Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-07T00:50:15.384Z] ---> Using cache [2021-04-07T00:50:15.384Z] ---> 8ebf5482a1af [2021-04-07T00:50:15.384Z] Step 6/22 : COPY go.mod . [2021-04-07T00:50:15.384Z] ---> Using cache [2021-04-07T00:50:15.384Z] ---> e9d2d25e3ae4 [2021-04-07T00:50:15.384Z] Step 7/22 : RUN go mod download [2021-04-07T00:50:15.384Z] ---> Using cache [2021-04-07T00:50:15.384Z] ---> 147ac0b1b18e [2021-04-07T00:50:15.384Z] Step 8/22 : COPY . . [2021-04-07T00:50:15.384Z] ---> Using cache [2021-04-07T00:50:15.384Z] ---> b26883fd1f99 [2021-04-07T00:50:15.384Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-07T00:50:16.369Z] Collecting docker-pycreds>=0.4.0 [2021-04-07T00:50:16.369Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-07T00:50:16.974Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-07T00:50:16.974Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-07T00:50:16.974Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-07T00:50:16.974Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-07T00:50:17.968Z] Installing collected packages: urllib3, idna, requests, websocket-client, dockerpty, docopt, texttable, docker-pycreds, docker, jsonschema, cached-property, PyYAML, docker-compose [2021-04-07T00:50:17.968Z] Attempting uninstall: urllib3 [2021-04-07T00:50:17.968Z] Found existing installation: urllib3 1.25.9 [2021-04-07T00:50:17.968Z] Uninstalling urllib3-1.25.9: [2021-04-07T00:50:18.241Z] Successfully uninstalled urllib3-1.25.9 [2021-04-07T00:50:19.688Z] Attempting uninstall: idna [2021-04-07T00:50:19.688Z] Found existing installation: idna 2.9 [2021-04-07T00:50:19.688Z] Uninstalling idna-2.9: [2021-04-07T00:50:19.688Z] Successfully uninstalled idna-2.9 [2021-04-07T00:50:20.288Z] ---> Running in d72dc4c896d5 [2021-04-07T00:50:20.288Z] ---> Running in c80493d696ad [2021-04-07T00:50:20.561Z] Attempting uninstall: requests [2021-04-07T00:50:20.561Z] Found existing installation: requests 2.23.0 [2021-04-07T00:50:20.561Z] Uninstalling requests-2.23.0: [2021-04-07T00:50:20.561Z] Successfully uninstalled requests-2.23.0 [2021-04-07T00:50:21.541Z] Running setup.py install for dockerpty: started [2021-04-07T00:50:22.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:50:22.419Z] 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-04-07T00:50:23.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:50:24.005Z] OK: 217 MiB in 51 packages [2021-04-07T00:50:24.278Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-07T00:50:24.278Z] Running setup.py install for docopt: started [2021-04-07T00:50:25.262Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:50:25.262Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:50:25.262Z] ---> 452704bfd2ca [2021-04-07T00:50:25.262Z] Step 3/21 : WORKDIR /edgex-go [2021-04-07T00:50:25.262Z] ---> Using cache [2021-04-07T00:50:25.262Z] ---> afbf400287b0 [2021-04-07T00:50:25.262Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:50:25.262Z] ---> Using cache [2021-04-07T00:50:25.262Z] ---> 78ecdaa56fb7 [2021-04-07T00:50:25.262Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-07T00:50:25.262Z] ---> Using cache [2021-04-07T00:50:25.262Z] ---> 8ebf5482a1af [2021-04-07T00:50:25.262Z] Step 6/21 : COPY go.mod . [2021-04-07T00:50:25.262Z] ---> Using cache [2021-04-07T00:50:25.262Z] ---> e9d2d25e3ae4 [2021-04-07T00:50:25.262Z] Step 7/21 : RUN go mod download [2021-04-07T00:50:25.262Z] ---> Using cache [2021-04-07T00:50:25.262Z] ---> 147ac0b1b18e [2021-04-07T00:50:25.262Z] Step 8/21 : COPY . . [2021-04-07T00:50:25.537Z] ---> Using cache [2021-04-07T00:50:25.537Z] ---> b26883fd1f99 [2021-04-07T00:50:25.537Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-07T00:50:26.139Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T00:50:26.139Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T00:50:26.139Z] ---> 452704bfd2ca [2021-04-07T00:50:26.139Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T00:50:26.139Z] ---> Using cache [2021-04-07T00:50:26.139Z] ---> afbf400287b0 [2021-04-07T00:50:26.139Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T00:50:26.139Z] ---> Using cache [2021-04-07T00:50:26.139Z] ---> 78ecdaa56fb7 [2021-04-07T00:50:26.139Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T00:50:26.139Z] ---> Using cache [2021-04-07T00:50:26.139Z] ---> 8ebf5482a1af [2021-04-07T00:50:26.139Z] Step 6/23 : COPY go.mod . [2021-04-07T00:50:26.139Z] ---> Using cache [2021-04-07T00:50:26.139Z] ---> e9d2d25e3ae4 [2021-04-07T00:50:26.139Z] Step 7/23 : RUN go mod download [2021-04-07T00:50:26.139Z] ---> Using cache [2021-04-07T00:50:26.139Z] ---> 147ac0b1b18e [2021-04-07T00:50:26.139Z] Step 8/23 : COPY . . [2021-04-07T00:50:26.280Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-07T00:50:26.281Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-07T00:50:26.281Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-07T00:50:26.281Z] Fetched 0 B in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-07T00:50:26.281Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-07T00:50:26.281Z] Fetched 279 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-07T00:50:26.281Z] Fetched 122 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-07T00:50:26.281Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-07T00:50:26.281Z] Fetched 8848 B in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-07T00:50:26.281Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-07T00:50:26.281Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-07T00:50:26.281Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-07T00:50:26.281Z] Fetched 219 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-07T00:50:26.281Z] Fetched 154 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-07T00:50:26.281Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-07T00:50:26.281Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-07T00:50:26.281Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-07T00:50:26.281Z] Fetched 499 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-07T00:50:26.281Z] Fetched 111 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-07T00:50:26.281Z] Fetched 240 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-07T00:50:26.281Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-07T00:50:26.281Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-07T00:50:26.281Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-07T00:50:26.281Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-07T00:50:26.281Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-07T00:50:26.281Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-07T00:50:26.281Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-07T00:50:26.281Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-07T00:50:26.281Z] Fetched 8720 B in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-07T00:50:26.281Z] Fetched 137 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-07T00:50:26.281Z] Fetched 119 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-07T00:50:26.281Z] Fetched 109 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-07T00:50:26.281Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-07T00:50:26.281Z] Fetched 645 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-07T00:50:26.281Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-07T00:50:26.281Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-07T00:50:26.281Z] Fetched 368 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-07T00:50:26.281Z] Fetched 187 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-07T00:50:26.281Z] Fetched 175 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-07T00:50:26.281Z] Fetched 206 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-07T00:50:26.281Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-07T00:50:26.281Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-07T00:50:26.281Z] Fetched 159 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-07T00:50:26.281Z] Fetched 107 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-07T00:50:26.281Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-07T00:50:26.281Z] Pulling static-packages [2021-04-07T00:50:26.281Z] + snapcraftctl pull [2021-04-07T00:50:26.281Z] Pulling version [2021-04-07T00:50:26.281Z] + cd /root/project [2021-04-07T00:50:26.281Z] + [ -f VERSION ] [2021-04-07T00:50:26.281Z] + PROJECT_VERSION=local-dev [2021-04-07T00:50:26.281Z] + git rev-parse --short HEAD [2021-04-07T00:50:26.281Z] + GIT_REVISION=ef85d608 [2021-04-07T00:50:26.281Z] + snapcraftctl set-version local-dev [2021-04-07T00:50:26.419Z] ---> Using cache [2021-04-07T00:50:26.419Z] ---> b26883fd1f99 [2021-04-07T00:50:26.419Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-07T00:50:26.711Z] ---> Running in b137b44ef3c0 [2021-04-07T00:50:26.711Z] ---> Running in 49651826fd73 [2021-04-07T00:50:26.864Z] Skipping build go-build-helper (already ran) [2021-04-07T00:50:26.987Z] Running setup.py install for docopt: finished with status 'done' [2021-04-07T00:50:26.987Z] Running setup.py install for texttable: started [2021-04-07T00:50:27.126Z] Building app-service-config [2021-04-07T00:50:27.126Z] + make build [2021-04-07T00:50:27.126Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-07T00:50:27.588Z] Removing intermediate container c80493d696ad [2021-04-07T00:50:27.588Z] ---> 978f54f273c2 [2021-04-07T00:50:27.588Z] Step 6/22 : COPY go.mod . [2021-04-07T00:50:29.040Z] ---> d6fb5ba9a433 [2021-04-07T00:50:29.040Z] Step 7/22 : RUN go mod download [2021-04-07T00:50:29.040Z] 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-04-07T00:50:29.040Z] ---> Running in 94345700a713 [2021-04-07T00:50:29.041Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.40 [2021-04-07T00:50:29.041Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-07T00:50:29.041Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-07T00:50:29.041Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-07T00:50:29.041Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-07T00:50:29.041Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-07T00:50:29.041Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-07T00:50:29.041Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-07T00:50:29.302Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-07T00:50:29.302Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-07T00:50:29.302Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-07T00:50:29.302Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-07T00:50:29.302Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-07T00:50:29.319Z] 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-04-07T00:50:29.567Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-07T00:50:29.567Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-07T00:50:29.828Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-07T00:50:29.929Z] Running setup.py install for texttable: finished with status 'done' [2021-04-07T00:50:30.090Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-07T00:50:30.090Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-07T00:50:30.091Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-07T00:50:30.091Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-07T00:50:30.091Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-07T00:50:30.091Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-07T00:50:30.091Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-07T00:50:30.091Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-07T00:50:30.091Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-07T00:50:30.091Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-07T00:50:30.353Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-07T00:50:30.353Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-07T00:50:30.353Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-07T00:50:30.353Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-07T00:50:30.353Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-07T00:50:30.353Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-07T00:50:30.353Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-07T00:50:30.353Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-07T00:50:30.353Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-07T00:50:30.353Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-07T00:50:30.353Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-07T00:50:30.353Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-07T00:50:30.353Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-07T00:50:30.353Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-07T00:50:30.353Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-07T00:50:30.353Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-07T00:50:30.614Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-07T00:50:30.614Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-07T00:50:30.614Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-07T00:50:31.933Z] Running setup.py install for PyYAML: started [2021-04-07T00:50:33.944Z] Removing intermediate container 94345700a713 [2021-04-07T00:50:33.944Z] ---> 4a8459e802b9 [2021-04-07T00:50:33.944Z] Step 8/22 : COPY . . [2021-04-07T00:50:34.940Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-07T00:50:36.945Z] 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.58.0 [2021-04-07T00:50:40.639Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-07T00:50:40.639Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-07T00:50:40.639Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-07T00:50:40.639Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-07T00:50:41.215Z] Building config-common [2021-04-07T00:50:41.215Z] + snapcraftctl build [2021-04-07T00:50:43.767Z] Building edgex-go [2021-04-07T00:50:43.767Z] + cd /root/parts/edgex-go/src [2021-04-07T00:50:43.767Z] + make build [2021-04-07T00:50:43.767Z] 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-04-07T00:50:44.027Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-07T00:50:44.028Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-07T00:50:44.028Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-07T00:50:44.028Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-07T00:50:44.028Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-07T00:50:44.028Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-07T00:50:47.172Z] Removing intermediate container c28453d34536 [2021-04-07T00:50:47.172Z] ---> 75d3f89da60c [2021-04-07T00:50:47.172Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-07T00:50:47.172Z] ---> Running in 773379ab0623 [2021-04-07T00:50:48.259Z] 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-04-07T00:50:48.259Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-07T00:50:49.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:50:49.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:50:49.776Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T00:50:49.776Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-07T00:50:49.776Z] (3/3) Installing curl (7.69.1-r3) [2021-04-07T00:50:49.776Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T00:50:49.776Z] OK: 72 MiB in 58 packages [2021-04-07T00:50:53.199Z] Removing intermediate container 773379ab0623 [2021-04-07T00:50:53.199Z] ---> 35ebe60b483e [2021-04-07T00:50:53.199Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-07T00:50:53.475Z] ---> Running in 74d2b498891e [2021-04-07T00:50:53.540Z] 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-04-07T00:50:54.087Z] Removing intermediate container 74d2b498891e [2021-04-07T00:50:54.087Z] ---> 3c15fa42b3d1 [2021-04-07T00:50:54.087Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T00:50:54.361Z] ---> c9dca1b9c283 [2021-04-07T00:50:54.361Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-07T00:50:54.361Z] ---> Running in ee7b3b8d9180 [2021-04-07T00:50:54.361Z] ---> Running in 4faa0ec35445 [2021-04-07T00:50:54.924Z] 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-04-07T00:50:55.798Z] Removing intermediate container 4faa0ec35445 [2021-04-07T00:50:55.798Z] ---> fc6388ada02b [2021-04-07T00:50:55.798Z] Step 24/26 : LABEL arch=arm64 [2021-04-07T00:50:55.798Z] ---> Running in 0c23aa26909d [2021-04-07T00:50:56.323Z] 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-04-07T00:50:56.401Z] Removing intermediate container 0c23aa26909d [2021-04-07T00:50:56.401Z] ---> e4e013dec54f [2021-04-07T00:50:56.401Z] Step 25/26 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:50:56.676Z] ---> Running in 38d0eedeced1 [2021-04-07T00:50:56.676Z] 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-04-07T00:50:57.116Z] 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-04-07T00:50:57.116Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-07T00:50:57.290Z] Removing intermediate container 38d0eedeced1 [2021-04-07T00:50:57.290Z] ---> af8f5253f1ca [2021-04-07T00:50:57.290Z] Step 26/26 : LABEL version=0.0.0 [2021-04-07T00:50:57.459Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-07T00:50:57.460Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-07T00:50:57.460Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-07T00:50:57.565Z] ---> Running in 02bd5c8887d1 [2021-04-07T00:50:58.168Z] Removing intermediate container 02bd5c8887d1 [2021-04-07T00:50:58.168Z] ---> 6358a57ead7c [2021-04-07T00:50:58.168Z] [2021-04-07T00:50:58.773Z] Successfully built 6358a57ead7c [2021-04-07T00:50:58.773Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-07T00:50:59.838Z] 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-04-07T00:50:59.838Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-07T00:50:59.838Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-07T00:51:01.031Z] 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-04-07T00:51:02.454Z] 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-04-07T00:51:03.838Z] 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-04-07T00:51:05.227Z] 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-04-07T00:51:05.227Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-07T00:51:06.612Z] 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-04-07T00:51:06.612Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-07T00:51:09.170Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-07T00:51:09.170Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-07T00:51:09.170Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-07T00:51:09.170Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-07T00:51:09.170Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-07T00:51:09.170Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-07T00:51:09.170Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-07T00:51:09.170Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-07T00:51:09.170Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-07T00:51:09.170Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-07T00:51:09.170Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-07T00:51:09.170Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-07T00:51:09.170Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-07T00:51:09.170Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-07T00:51:09.170Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-07T00:51:09.170Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-07T00:51:09.170Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-07T00:51:09.170Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-07T00:51:09.170Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-07T00:51:09.170Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-07T00:51:09.170Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-07T00:51:09.170Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-07T00:51:09.170Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-07T00:51:09.170Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-07T00:51:09.170Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-07T00:51:09.170Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-07T00:51:12.474Z] Building static-packages [2021-04-07T00:51:12.474Z] + snapcraftctl build [2021-04-07T00:51:13.869Z] Building version [2021-04-07T00:51:13.869Z] + snapcraftctl build [2021-04-07T00:51:16.412Z] Skipping stage go-build-helper (already ran) [2021-04-07T00:51:16.412Z] Staging app-service-config [2021-04-07T00:51:16.412Z] + snapcraftctl stage [2021-04-07T00:51:17.358Z] Staging config-common [2021-04-07T00:51:17.358Z] + snapcraftctl stage [2021-04-07T00:51:18.303Z] Staging edgex-go [2021-04-07T00:51:18.303Z] + snapcraftctl stage [2021-04-07T00:51:19.243Z] Staging static-packages [2021-04-07T00:51:19.243Z] + snapcraftctl stage [2021-04-07T00:51:20.185Z] Staging version [2021-04-07T00:51:20.185Z] + snapcraftctl stage [2021-04-07T00:51:21.132Z] Priming go-build-helper [2021-04-07T00:51:21.132Z] + snapcraftctl prime [2021-04-07T00:51:22.518Z] Priming app-service-config [2021-04-07T00:51:22.518Z] + snapcraftctl prime [2021-04-07T00:51:23.903Z] Priming config-common [2021-04-07T00:51:23.903Z] + snapcraftctl prime [2021-04-07T00:51:24.858Z] Priming edgex-go [2021-04-07T00:51:24.858Z] + snapcraftctl prime [2021-04-07T00:51:25.804Z] Priming static-packages [2021-04-07T00:51:25.804Z] + snapcraftctl prime [2021-04-07T00:51:28.353Z] Priming version [2021-04-07T00:51:28.353Z] + snapcraftctl prime [2021-04-07T00:51:29.299Z] 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-04-07T00:51:55.393Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-07T00:52:10.489Z] Removing intermediate container d72dc4c896d5 [2021-04-07T00:52:10.489Z] ---> 2e9c108cde2e [2021-04-07T00:52:10.489Z] [2021-04-07T00:52:10.489Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T00:52:10.489Z] ---> d75e27dfc0a0 [2021-04-07T00:52:10.489Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-07T00:52:10.489Z] ---> Using cache [2021-04-07T00:52:10.489Z] ---> 8d141e3748eb [2021-04-07T00:52:10.489Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T00:52:10.489Z] ---> Using cache [2021-04-07T00:52:10.489Z] ---> 7b14c89b2e4b [2021-04-07T00:52:10.489Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-07T00:52:10.489Z] ---> Running in 4b5f75a498d6 [2021-04-07T00:52:10.489Z] Removing intermediate container 4b5f75a498d6 [2021-04-07T00:52:10.489Z] ---> 199d64d2e7e1 [2021-04-07T00:52:10.489Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T00:52:10.489Z] ---> Running in d687785f1c35 [2021-04-07T00:52:10.489Z] Removing intermediate container 49651826fd73 [2021-04-07T00:52:10.489Z] ---> c76e952958f4 [2021-04-07T00:52:10.489Z] [2021-04-07T00:52:10.489Z] Step 10/21 : FROM alpine:3.12 [2021-04-07T00:52:10.489Z] ---> d75e27dfc0a0 [2021-04-07T00:52:10.489Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-07T00:52:10.765Z] ---> Running in c08d746088a8 [2021-04-07T00:52:11.047Z] Removing intermediate container d687785f1c35 [2021-04-07T00:52:11.047Z] ---> 088fa3c44286 [2021-04-07T00:52:11.047Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T00:52:12.492Z] ---> 90fd986fc3ce [2021-04-07T00:52:12.492Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-07T00:52:12.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:52:13.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:52:14.000Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-07T00:52:14.280Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T00:52:14.280Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-07T00:52:14.280Z] (4/4) Installing curl (7.69.1-r3) [2021-04-07T00:52:14.280Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T00:52:14.280Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T00:52:14.280Z] ---> 8fdcee16aa34 [2021-04-07T00:52:14.280Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-07T00:52:14.559Z] OK: 7 MiB in 18 packages [2021-04-07T00:52:15.675Z] ---> 8a6d98038521 [2021-04-07T00:52:15.675Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-07T00:52:15.969Z] ---> Running in f6648dadbefc [2021-04-07T00:52:16.583Z] Removing intermediate container f6648dadbefc [2021-04-07T00:52:16.584Z] ---> 397ffb4a83b1 [2021-04-07T00:52:16.584Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T00:52:16.908Z] ---> Running in ec824ab68e00 [2021-04-07T00:52:17.510Z] Removing intermediate container c08d746088a8 [2021-04-07T00:52:17.510Z] ---> 7074722f18ba [2021-04-07T00:52:17.510Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T00:52:17.899Z] Removing intermediate container ec824ab68e00 [2021-04-07T00:52:17.899Z] ---> c95460828080 [2021-04-07T00:52:17.899Z] Step 20/22 : LABEL arch=arm64 [2021-04-07T00:52:17.899Z] ---> Running in 7384697f5fda [2021-04-07T00:52:18.175Z] ---> Running in c6803eac69c8 [2021-04-07T00:52:18.449Z] Removing intermediate container 7384697f5fda [2021-04-07T00:52:18.449Z] ---> 706f1a31113a [2021-04-07T00:52:18.449Z] Step 13/21 : WORKDIR /edgex [2021-04-07T00:52:19.049Z] Removing intermediate container c6803eac69c8 [2021-04-07T00:52:19.049Z] ---> 6f75864d10c9 [2021-04-07T00:52:19.049Z] Step 21/22 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:52:19.049Z] ---> Running in f6e25c2e2f36 [2021-04-07T00:52:19.329Z] ---> Running in 265b1513da1b [2021-04-07T00:52:19.930Z] Removing intermediate container f6e25c2e2f36 [2021-04-07T00:52:19.930Z] ---> d18663f172ca [2021-04-07T00:52:19.930Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-07T00:52:20.205Z] Removing intermediate container 265b1513da1b [2021-04-07T00:52:20.205Z] ---> 7632fbb55010 [2021-04-07T00:52:20.205Z] Step 22/22 : LABEL version=0.0.0 [2021-04-07T00:52:20.478Z] ---> Running in d8058ce74b10 [2021-04-07T00:52:21.082Z] ---> 045399a8513b [2021-04-07T00:52:21.082Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-07T00:52:21.082Z] Removing intermediate container d8058ce74b10 [2021-04-07T00:52:21.082Z] ---> b3ec5ab586b9 [2021-04-07T00:52:21.082Z] [2021-04-07T00:52:21.684Z] Successfully built b3ec5ab586b9 [2021-04-07T00:52:21.684Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-07T00:52:23.662Z]  Building docker-support-scheduler-go ... done  ---> d5bc1342bfd7 [2021-04-07T00:52:23.662Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-07T00:52:23.935Z] Removing intermediate container b137b44ef3c0 [2021-04-07T00:52:23.935Z] ---> f25f4d527800 [2021-04-07T00:52:23.935Z] [2021-04-07T00:52:23.935Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T00:52:23.935Z] ---> d75e27dfc0a0 [2021-04-07T00:52:23.935Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T00:52:23.935Z] ---> Using cache [2021-04-07T00:52:23.935Z] ---> 8d141e3748eb [2021-04-07T00:52:23.935Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T00:52:23.935Z] ---> Using cache [2021-04-07T00:52:23.935Z] ---> 7b14c89b2e4b [2021-04-07T00:52:23.935Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-07T00:52:24.526Z] ---> Running in 558acb86e755 [2021-04-07T00:52:24.526Z] ---> 447ca828931d [2021-04-07T00:52:24.526Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-07T00:52:24.798Z] ---> Running in f8d972c22e75 [2021-04-07T00:52:25.067Z] Removing intermediate container 558acb86e755 [2021-04-07T00:52:25.067Z] ---> df1fb49e0444 [2021-04-07T00:52:25.067Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T00:52:25.337Z] ---> Running in 684a7d7b48f0 [2021-04-07T00:52:25.607Z] Removing intermediate container f8d972c22e75 [2021-04-07T00:52:25.607Z] ---> df88399fd28d [2021-04-07T00:52:25.607Z] Step 18/21 : CMD ["--init=true"] [2021-04-07T00:52:25.885Z] ---> Running in a21a9c44640b [2021-04-07T00:52:26.156Z] Removing intermediate container 684a7d7b48f0 [2021-04-07T00:52:26.156Z] ---> f47c5d04ab4a [2021-04-07T00:52:26.156Z] Step 15/23 : WORKDIR / [2021-04-07T00:52:26.428Z] ---> Running in bf2ac8f49e3c [2021-04-07T00:52:26.702Z] Removing intermediate container a21a9c44640b [2021-04-07T00:52:26.702Z] ---> 2bb32a5cbf5a [2021-04-07T00:52:26.702Z] Step 19/21 : LABEL arch=arm64 [2021-04-07T00:52:26.702Z] Removing intermediate container ee7b3b8d9180 [2021-04-07T00:52:26.702Z] ---> 28ebd6b2a3a0 [2021-04-07T00:52:26.702Z] [2021-04-07T00:52:26.702Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T00:52:26.702Z] ---> d75e27dfc0a0 [2021-04-07T00:52:26.702Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-07T00:52:26.978Z] ---> Running in 25f1fa79548f [2021-04-07T00:52:26.978Z] ---> Running in c12b1494dec8 [2021-04-07T00:52:27.252Z] Removing intermediate container bf2ac8f49e3c [2021-04-07T00:52:27.252Z] ---> 4dbc578aa026 [2021-04-07T00:52:27.252Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T00:52:27.527Z] Removing intermediate container c12b1494dec8 [2021-04-07T00:52:27.527Z] ---> 570232570051 [2021-04-07T00:52:27.527Z] Step 20/21 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:52:27.820Z] ---> Running in 75e2bbb38d4a [2021-04-07T00:52:28.093Z] ---> ef1b5dd9e714 [2021-04-07T00:52:28.093Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-07T00:52:28.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T00:52:28.367Z] Removing intermediate container 75e2bbb38d4a [2021-04-07T00:52:28.367Z] ---> 0b056efef93e [2021-04-07T00:52:28.367Z] Step 21/21 : LABEL version=0.0.0 [2021-04-07T00:52:28.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T00:52:28.367Z] ---> Running in c101fdfbbeac [2021-04-07T00:52:28.968Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-07T00:52:29.244Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-07T00:52:29.244Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T00:52:29.244Z] Removing intermediate container c101fdfbbeac [2021-04-07T00:52:29.244Z] ---> 30d67f9a45fa [2021-04-07T00:52:29.244Z] [2021-04-07T00:52:29.244Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T00:52:29.244Z] OK: 6 MiB in 16 packages [2021-04-07T00:52:29.523Z] Successfully built 30d67f9a45fa [2021-04-07T00:52:29.797Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-07T00:52:29.797Z]  Building docker-security-proxy-setup-go ... done  ---> 8c43d9fbd65a [2021-04-07T00:52:29.797Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-07T00:52:30.782Z] ---> 0a84d687fe54 [2021-04-07T00:52:30.782Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-07T00:52:31.054Z] ---> Running in 183a18523f7d [2021-04-07T00:52:31.054Z] Removing intermediate container 25f1fa79548f [2021-04-07T00:52:31.054Z] ---> d375429649ad [2021-04-07T00:52:31.054Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T00:52:31.326Z] ---> Running in 5ec81d6711b4 [2021-04-07T00:52:31.326Z] Removing intermediate container 183a18523f7d [2021-04-07T00:52:31.326Z] ---> 05f08a0c6a2e [2021-04-07T00:52:31.326Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T00:52:31.599Z] ---> Running in f26c8bfcd73b [2021-04-07T00:52:31.599Z] Removing intermediate container 5ec81d6711b4 [2021-04-07T00:52:31.599Z] ---> 84849b42c09a [2021-04-07T00:52:31.599Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-07T00:52:31.874Z] ---> Running in f4655dc67d05 [2021-04-07T00:52:32.152Z] Removing intermediate container f26c8bfcd73b [2021-04-07T00:52:32.152Z] ---> ed43b77efb4e [2021-04-07T00:52:32.152Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T00:52:32.152Z] ---> Running in aa6c640eb7c0 [2021-04-07T00:52:32.424Z] Removing intermediate container f4655dc67d05 [2021-04-07T00:52:32.424Z] ---> 50fd1aad989b [2021-04-07T00:52:32.424Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T00:52:32.424Z] ---> Running in 64fc0b27f976 [2021-04-07T00:52:32.700Z] Removing intermediate container aa6c640eb7c0 [2021-04-07T00:52:32.700Z] ---> 3bde1457cc34 [2021-04-07T00:52:32.700Z] Step 22/23 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:52:32.972Z] ---> Running in da054fa154f9 [2021-04-07T00:52:32.972Z] Removing intermediate container 64fc0b27f976 [2021-04-07T00:52:32.972Z] ---> d0788ff6a905 [2021-04-07T00:52:32.972Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T00:52:33.257Z] Removing intermediate container da054fa154f9 [2021-04-07T00:52:33.257Z] ---> 2e497e9be0c7 [2021-04-07T00:52:33.257Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T00:52:33.529Z] ---> Running in 75699a427b3f [2021-04-07T00:52:34.120Z] ---> 3dd2dbeae2ec [2021-04-07T00:52:34.120Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications /Removing intermediate container 75699a427b3f [2021-04-07T00:52:34.120Z] [2021-04-07T00:52:34.120Z] ---> 7959fe32120a [2021-04-07T00:52:34.120Z] [2021-04-07T00:52:34.390Z] Successfully built 7959fe32120a [2021-04-07T00:52:34.390Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-07T00:52:35.364Z]  Building docker-core-metadata-go ... done  ---> f21f76bae4fe [2021-04-07T00:52:35.364Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-07T00:52:35.955Z] ---> 3b4aec30e822 [2021-04-07T00:52:35.955Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-07T00:52:35.955Z] ---> Running in 5707e2ca38fb [2021-04-07T00:52:36.548Z] Removing intermediate container 5707e2ca38fb [2021-04-07T00:52:36.548Z] ---> 64feef182166 [2021-04-07T00:52:36.548Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T00:52:36.548Z] ---> Running in fb29189b2612 [2021-04-07T00:52:36.819Z] Removing intermediate container fb29189b2612 [2021-04-07T00:52:36.819Z] ---> 53c9ddd004a7 [2021-04-07T00:52:36.819Z] Step 20/22 : LABEL arch=arm64 [2021-04-07T00:52:37.092Z] ---> Running in 4cfbbf5585f8 [2021-04-07T00:52:37.685Z] Removing intermediate container 4cfbbf5585f8 [2021-04-07T00:52:37.685Z] ---> 21e15b8cd160 [2021-04-07T00:52:37.685Z] Step 21/22 : LABEL git_sha=4507b6a0ddebaf32590ba996c4a512dde99c0b69 [2021-04-07T00:52:37.685Z] ---> Running in 605c244cf784 [2021-04-07T00:52:38.278Z] Removing intermediate container 605c244cf784 [2021-04-07T00:52:38.278Z] ---> 28c03360ce32 [2021-04-07T00:52:38.278Z] Step 22/22 : LABEL version=0.0.0 [2021-04-07T00:52:38.278Z] ---> Running in 3f1ce8e9d512 [2021-04-07T00:52:38.866Z] Removing intermediate container 3f1ce8e9d512 [2021-04-07T00:52:38.866Z] ---> 3d3d9e777373 [2021-04-07T00:52:38.866Z] [2021-04-07T00:52:39.134Z] Successfully built 3d3d9e777373 [2021-04-07T00:52:39.134Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-07T00:52:39.418Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-04-07T00:52:39.447Z] $ docker stop --time=1 422e49b919ffaafa258ecaf98188f15d5b115c0cc962581b9ee53b539d7806cd [2021-04-07T00:52:41.366Z] $ docker rm -f 422e49b919ffaafa258ecaf98188f15d5b115c0cc962581b9ee53b539d7806cd [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T00:52:42.030Z] + docker images [2021-04-07T00:52:42.030Z] + grep docker [2021-04-07T00:52:42.300Z] docker-support-notifications-go-arm64 latest 3d3d9e777373 4 seconds ago 16.9MB [2021-04-07T00:52:42.300Z] docker-core-metadata-go-arm64 latest 7959fe32120a 9 seconds ago 17.9MB [2021-04-07T00:52:42.300Z] docker-security-proxy-setup-go-arm64 latest 30d67f9a45fa 14 seconds ago 24.1MB [2021-04-07T00:52:42.300Z] docker-support-scheduler-go-arm64 latest b3ec5ab586b9 22 seconds ago 16.4MB [2021-04-07T00:52:42.300Z] docker-sys-mgmt-agent-go-arm64 latest 6358a57ead7c About a minute ago 301MB [2021-04-07T00:52:42.300Z] docker-core-data-go-arm64 latest a46d8ad4d754 3 minutes ago 21.4MB [2021-04-07T00:52:42.300Z] docker-security-bootstrapper-go-arm64 latest 0a7618115904 3 minutes ago 17.9MB [2021-04-07T00:52:42.300Z] docker-security-secretstore-setup-go-arm64 latest c9788e4caff4 3 minutes ago 24.4MB [2021-04-07T00:52:42.300Z] docker-core-command-go-arm64 latest edb9f2352588 3 minutes ago 16.3MB [2021-04-07T00:52:42.300Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-07T00:52:43.251Z] ---> job-cost.sh [2021-04-07T00:52:43.251Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DQAs [2021-04-07T00:53:30.162Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T00:55:21.911Z] lf-activate-venv(): INFO: Adding /tmp/venv-DQAs/bin to PATH [2021-04-07T00:55:21.911Z] INFO: No Stack... [2021-04-07T00:55:21.911Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-07T00:55:21.912Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T00:55:22.256Z] + + catcut /w/workspace/edgex-go/95/archives/cost.csv -d, [2021-04-07T00:55:22.256Z] -f6 [Pipeline] lock [2021-04-07T00:55:22.374Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-95-stack-cost] [2021-04-07T00:55:22.386Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-95-stack-cost] did not exist. Created. [2021-04-07T00:55:22.386Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-95-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T00:55:22.836Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-07T00:55:23.221Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T00:55:23.233Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-95-stack-cost] [Pipeline] // lock [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-04-07T00:55:24.564Z] provisioning config files... [2021-04-07T00:55:24.584Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/95@tmp/config2665269088913605716tmp [Pipeline] { [Pipeline] sh [2021-04-07T00:55:25.011Z] + set +x [2021-04-07T00:55:25.011Z] + curl -s https://codecov.io/bash [2021-04-07T00:55:25.011Z] + bash -s -- [2021-04-07T00:55:25.275Z] [2021-04-07T00:55:25.275Z] _____ _ [2021-04-07T00:55:25.275Z] / ____| | | [2021-04-07T00:55:25.275Z] | | ___ __| | ___ ___ _____ __ [2021-04-07T00:55:25.275Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-07T00:55:25.275Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-07T00:55:25.275Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-07T00:55:25.275Z] Bash-20210309-2b87ace [2021-04-07T00:55:25.275Z] [2021-04-07T00:55:25.275Z] [2021-04-07T00:55:25.275Z] ==> git version 2.24.3 found [2021-04-07T00:55:25.538Z] ==> 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-04-07T00:55:25.538Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-07T00:55:25.538Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-07T00:55:25.538Z] ==> Jenkins CI detected. [2021-04-07T00:55:25.538Z] project root: . [2021-04-07T00:55:25.538Z] --> token set from env [2021-04-07T00:55:25.538Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-07T00:55:25.538Z] ==> Running gcov in . (disable via -X gcov) [2021-04-07T00:55:25.538Z] ==> Python coveragepy not found [2021-04-07T00:55:25.538Z] ==> Searching for coverage reports in: [2021-04-07T00:55:25.538Z] + . [2021-04-07T00:55:25.538Z] -> Found 1 reports [2021-04-07T00:55:25.538Z] ==> Detecting git/mercurial file structure [2021-04-07T00:55:25.802Z] ==> Reading reports [2021-04-07T00:55:25.802Z] + ./coverage.out bytes=697383 [2021-04-07T00:55:25.802Z] ==> Appending adjustments [2021-04-07T00:55:25.802Z] https://docs.codecov.io/docs/fixing-reports [2021-04-07T00:55:29.120Z] + Found adjustments [2021-04-07T00:55:29.120Z] ==> Gzipping contents [2021-04-07T00:55:29.384Z] 100K /tmp/codecov.X9aWdA.gz [2021-04-07T00:55:29.384Z] ==> Uploading reports [2021-04-07T00:55:29.384Z] url: https://codecov.io [2021-04-07T00:55:29.384Z] query: branch=PR-2858&commit=4507b6a0ddebaf32590ba996c4a512dde99c0b69&build=95&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F95%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-07T00:55:29.384Z] -> Pinging Codecov [2021-04-07T00:55:29.384Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-2858&commit=4507b6a0ddebaf32590ba996c4a512dde99c0b69&build=95&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F95%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-07T00:55:29.962Z] -> Uploading to [2021-04-07T00:55:29.962Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-07/00271124DB129430A58F1EEE437C3FCB/4507b6a0ddebaf32590ba996c4a512dde99c0b69/34036c5f-d57d-41f0-b531-05c1cdbe6a9c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T005529Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cb6766c3ffc67d9a8792f61abebc03a68e8f3e0b2baeff742dc18ff2f2c5f0d6 [2021-04-07T00:55:29.962Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T00:55:29.962Z] Dload Upload Total Spent Left Speed [2021-04-07T00:55:30.225Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99634 0 0 100 99634 0 237k --:--:-- --:--:-- --:--:-- 237k [2021-04-07T00:55:30.225Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4507b6a0ddebaf32590ba996c4a512dde99c0b69 [Pipeline] } [2021-04-07T00:55:30.236Z] 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] { (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-04-07T00:55:32.124Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T00:55:33.136Z] ---> package-listing.sh [2021-04-07T00:55:33.136Z] ++ facter osfamily [2021-04-07T00:55:33.136Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-07T00:55:33.136Z] + OS_FAMILY=redhat [2021-04-07T00:55:33.136Z] + workspace=/w/workspace/edgex-go/95 [2021-04-07T00:55:33.136Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-07T00:55:33.136Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-07T00:55:33.136Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-07T00:55:33.136Z] + PACKAGES=/tmp/packages_start.txt [2021-04-07T00:55:33.136Z] + '[' /w/workspace/edgex-go/95 ']' [2021-04-07T00:55:33.136Z] + PACKAGES=/tmp/packages_end.txt [2021-04-07T00:55:33.136Z] + case "${OS_FAMILY}" in [2021-04-07T00:55:33.136Z] + rpm -qa [2021-04-07T00:55:33.136Z] + sort [2021-04-07T00:55:38.545Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-07T00:55:38.545Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-07T00:55:38.545Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-07T00:55:38.545Z] + '[' /w/workspace/edgex-go/95 ']' [2021-04-07T00:55:38.545Z] + mkdir -p /w/workspace/edgex-go/95/archives/ [2021-04-07T00:55:38.545Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/95/archives/ [Pipeline] echo [2021-04-07T00:55:38.559Z] 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/95/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-07T00:55:38.862Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:55:39.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T00:55:39.170Z] [2021-04-07T00:55:39.170Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-07T00:55:39.522Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T00:55:39.523Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-07T00:55:39.523Z] df20fa9351a1: Pulling fs layer [2021-04-07T00:55:39.523Z] 36b3adc4ff6f: Pulling fs layer [2021-04-07T00:55:39.523Z] 8ad3a11d3b57: Pulling fs layer [2021-04-07T00:55:39.523Z] 46f8f816bc3b: Pulling fs layer [2021-04-07T00:55:39.523Z] 93b61091891f: Pulling fs layer [2021-04-07T00:55:39.523Z] 93b9cdb0e59b: Pulling fs layer [2021-04-07T00:55:39.523Z] 5e14af77c1be: Pulling fs layer [2021-04-07T00:55:39.523Z] 01666e4c0597: Pulling fs layer [2021-04-07T00:55:39.523Z] aa168da1d23b: Pulling fs layer [2021-04-07T00:55:39.523Z] 46f8f816bc3b: Waiting [2021-04-07T00:55:39.523Z] 93b61091891f: Waiting [2021-04-07T00:55:39.523Z] 01666e4c0597: Waiting [2021-04-07T00:55:39.523Z] 93b9cdb0e59b: Waiting [2021-04-07T00:55:39.523Z] 5e14af77c1be: Waiting [2021-04-07T00:55:39.523Z] aa168da1d23b: Waiting [2021-04-07T00:55:39.523Z] 36b3adc4ff6f: Verifying Checksum [2021-04-07T00:55:39.523Z] 36b3adc4ff6f: Download complete [2021-04-07T00:55:39.785Z] 46f8f816bc3b: Verifying Checksum [2021-04-07T00:55:39.785Z] 46f8f816bc3b: Download complete [2021-04-07T00:55:39.785Z] df20fa9351a1: Verifying Checksum [2021-04-07T00:55:39.785Z] df20fa9351a1: Download complete [2021-04-07T00:55:39.785Z] 93b9cdb0e59b: Verifying Checksum [2021-04-07T00:55:39.785Z] 93b9cdb0e59b: Download complete [2021-04-07T00:55:39.785Z] 5e14af77c1be: Verifying Checksum [2021-04-07T00:55:39.785Z] 5e14af77c1be: Download complete [2021-04-07T00:55:39.785Z] 01666e4c0597: Verifying Checksum [2021-04-07T00:55:39.785Z] 01666e4c0597: Download complete [2021-04-07T00:55:39.785Z] 93b61091891f: Verifying Checksum [2021-04-07T00:55:39.785Z] 93b61091891f: Download complete [2021-04-07T00:55:40.048Z] df20fa9351a1: Pull complete [2021-04-07T00:55:40.312Z] 8ad3a11d3b57: Verifying Checksum [2021-04-07T00:55:40.312Z] 8ad3a11d3b57: Download complete [2021-04-07T00:55:40.312Z] 36b3adc4ff6f: Pull complete [2021-04-07T00:55:41.261Z] 8ad3a11d3b57: Pull complete [2021-04-07T00:55:41.261Z] 46f8f816bc3b: Pull complete [2021-04-07T00:55:42.209Z] aa168da1d23b: Download complete [2021-04-07T00:55:43.157Z] 93b61091891f: Pull complete [2021-04-07T00:55:43.157Z] 93b9cdb0e59b: Pull complete [2021-04-07T00:55:43.419Z] 5e14af77c1be: Pull complete [2021-04-07T00:55:43.419Z] 01666e4c0597: Pull complete [2021-04-07T00:55:53.471Z] aa168da1d23b: Pull complete [2021-04-07T00:55:53.471Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-07T00:55:53.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T00:55:53.471Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-07T00:55:53.722Z] prd-centos7-docker-4c-2g-33075 does not seem to be running inside a container [2021-04-07T00:55:53.777Z] $ 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/95/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/95 -v /w/workspace/edgex-go/95:/w/workspace/edgex-go/95:rw,z -v /w/workspace/edgex-go/95@tmp:/w/workspace/edgex-go/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-07T00:56:00.919Z] $ docker top ebe8f9e5f363c217e871609ae0bd4b952fe5a854afc604a0c9c1c0ac1e76c429 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T00:56:01.556Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-07T00:56:01.867Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-07T00:56:02.182Z] + ls /var/log/sa-host [2021-04-07T00:56:02.182Z] + sadf -c /var/log/sa-host/sa07 [2021-04-07T00:56:02.182Z] file_magic: OK [2021-04-07T00:56:02.182Z] HZ: Using current value: 100 [2021-04-07T00:56:02.182Z] file_header: OK [2021-04-07T00:56:02.182Z] 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-04-07T00:56:02.182Z] Statistics: [2021-04-07T00:56:02.182Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-07T00:56:02.182Z] File successfully converted to sysstat format version 12.2.1 [2021-04-07T00:56:02.182Z] + sadf -c /var/log/sa-host/sa23 [2021-04-07T00:56:02.182Z] file_magic: OK [2021-04-07T00:56:02.182Z] HZ: Using current value: 100 [2021-04-07T00:56:02.182Z] file_header: OK [2021-04-07T00:56:02.182Z] 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-04-07T00:56:02.182Z] Statistics: [2021-04-07T00:56:02.182Z] Hnuu...uuuununununu... [2021-04-07T00:56:02.182Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T00:56:02.490Z] provisioning config files... [2021-04-07T00:56:02.510Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/95@tmp/config3380939975566859087tmp [Pipeline] { [Pipeline] echo [2021-04-07T00:56:02.586Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T00:56:02.885Z] ---> create-netrc.sh [Pipeline] } [2021-04-07T00:56:02.896Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-07T00:56:02.984Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T00:56:03.283Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-07T00:56:03.295Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T00:56:03.596Z] ---> sudo-logs.sh [2021-04-07T00:56:03.596Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-07T00:56:03.661Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T00:56:03.966Z] ---> job-cost.sh [2021-04-07T00:56:03.966Z] lf-activate-venv: SKIPPING [2021-04-07T00:56:03.966Z] DEBUG: total: 0.20999999344348907 [2021-04-07T00:56:03.966Z] INFO: Retrieving Stack Cost... [2021-04-07T00:56:05.894Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T00:56:06.468Z] INFO: Archiving Costs [Pipeline] echo [2021-04-07T00:56:06.483Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T00:56:06.787Z] ---> logs-deploy.sh [2021-04-07T00:56:06.787Z] lf-activate-venv: SKIPPING [2021-04-07T00:56:06.787Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/95 [2021-04-07T00:56:06.787Z] INFO: archiving workspace using pattern(s): [2021-04-07T00:56:08.178Z] Archives upload complete. [2021-04-07T00:56:08.439Z] INFO: archiving logs to Nexus