Pull request #3206 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from e251059cb4862dd9d439d165f56e7a1b8f4e6d48+c501ec80a15903c04bbfabfe9c8b77aea5670573 (52af2ad8c9722b5b7e15d11ff67c74745a308684) 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > 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 ‘prd-centos7-docker-4c-2g-28107’ is offline Running on prd-centos7-docker-4c-2g-28112 in /w/workspace/edgexfoundry_edgex-go_PR-3206 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c501ec80a15903c04bbfabfe9c8b77aea5670573 into PR head commit e251059cb4862dd9d439d165f56e7a1b8f4e6d48 Merge succeeded, producing e251059cb4862dd9d439d165f56e7a1b8f4e6d48 Checking out Revision e251059cb4862dd9d439d165f56e7a1b8f4e6d48 (PR-3206) > 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/3206/head:refs/remotes/origin/PR-3206 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e251059cb4862dd9d439d165f56e7a1b8f4e6d48 # 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 c501ec80a15903c04bbfabfe9c8b77aea5670573 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e251059cb4862dd9d439d165f56e7a1b8f4e6d48 # timeout=10 Commit message: "fix: Removed commented out code" > git rev-list --no-walk f441c3357415784df93abcc504c72fe5b3254def # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-01T23:13:15.120Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-01T23:13:15.431Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-01T23:13:15.573Z] ========================================================= [2021-03-01T23:13:15.573Z] EdgeX Global Pipelines Version Info [2021-03-01T23:13:15.573Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-01T23:13:17.044Z] ------------------- [2021-03-01T23:13:17.044Z] stable info: [2021-03-01T23:13:17.044Z] ------------------- [2021-03-01T23:13:17.044Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-01T23:13:17.044Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-03-01T23:13:17.044Z] Message: update stable to v1.0.183 [2021-03-01T23:13:17.988Z] ------------------- [2021-03-01T23:13:17.988Z] experimental info: [2021-03-01T23:13:17.988Z] ------------------- [2021-03-01T23:13:17.988Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-01T23:13:17.988Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-03-01T23:13:17.988Z] Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-01T23:13:18.268Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-01T23:13:18.362Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-01T23:13:18.454Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-01T23:13:18.545Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-01T23:13:18.637Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-01T23:13:18.740Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-01T23:13:18.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-01T23:13:18.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-01T23:13:19.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-01T23:13:19.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-01T23:13:19.217Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-01T23:13:19.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-01T23:13:19.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-01T23:13:19.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-01T23:13:19.581Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-01T23:13:19.672Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-01T23:13:19.764Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-01T23:13:19.858Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-01T23:13:19.946Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-01T23:13:20.034Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-01T23:13:20.138Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-01T23:13:20.276Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-01T23:13:20.365Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3206 [Pipeline] echo [2021-03-01T23:13:20.467Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3206 [Pipeline] echo [2021-03-01T23:13:20.559Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3206 [Pipeline] echo [2021-03-01T23:13:20.665Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [Pipeline] echo [2021-03-01T23:13:20.774Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e251059 [Pipeline] echo [2021-03-01T23:13:20.905Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-01T23:13:21.074Z] provisioning config files... [2021-03-01T23:13:21.105Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3351860635092751648tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-01T23:13:21.455Z] ---> docker-login.sh [2021-03-01T23:13:21.455Z] nexus3.edgexfoundry.org:10001 [2021-03-01T23:13:21.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T23:13:21.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T23:13:21.718Z] Configure a credential helper to remove this warning. See [2021-03-01T23:13:21.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T23:13:21.718Z] [2021-03-01T23:13:21.718Z] Login Succeeded [2021-03-01T23:13:21.718Z] nexus3.edgexfoundry.org:10002 [2021-03-01T23:13:21.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T23:13:21.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T23:13:21.988Z] Configure a credential helper to remove this warning. See [2021-03-01T23:13:21.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T23:13:21.988Z] [2021-03-01T23:13:21.988Z] Login Succeeded [2021-03-01T23:13:21.988Z] nexus3.edgexfoundry.org:10003 [2021-03-01T23:13:22.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T23:13:22.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T23:13:22.252Z] Configure a credential helper to remove this warning. See [2021-03-01T23:13:22.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T23:13:22.252Z] [2021-03-01T23:13:22.252Z] Login Succeeded [2021-03-01T23:13:22.252Z] nexus3.edgexfoundry.org:10004 [2021-03-01T23:13:22.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T23:13:22.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T23:13:22.513Z] Configure a credential helper to remove this warning. See [2021-03-01T23:13:22.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T23:13:22.513Z] [2021-03-01T23:13:22.513Z] Login Succeeded [2021-03-01T23:13:22.513Z] docker.io [2021-03-01T23:13:22.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T23:13:22.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T23:13:22.775Z] Configure a credential helper to remove this warning. See [2021-03-01T23:13:22.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T23:13:22.775Z] [2021-03-01T23:13:22.775Z] Login Succeeded [2021-03-01T23:13:22.775Z] ---> docker-login.sh ends [Pipeline] } [2021-03-01T23:13:22.785Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T23:13:23.293Z] ++ 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-03-01T23:13:23.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T23:13:23.293Z] ++ dirname cmd/core-command/Dockerfile [2021-03-01T23:13:23.293Z] ++ cut -d/ -f2 [2021-03-01T23:13:23.293Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-01T23:13:23.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T23:13:23.293Z] ++ dirname cmd/core-data/Dockerfile [2021-03-01T23:13:23.293Z] ++ cut -d/ -f2 [2021-03-01T23:13:23.293Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-01T23:13:23.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T23:13:23.293Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-01T23:13:23.293Z] ++ cut -d/ -f2 [2021-03-01T23:13:23.293Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-01T23:13:23.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T23:13:23.293Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-01T23:13:23.293Z] ++ cut -d/ -f2 [2021-03-01T23:13:23.293Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-01T23:13:23.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T23:13:23.293Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-01T23:13:23.293Z] ++ cut -d/ -f2 [2021-03-01T23:13:23.293Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-01T23:13:23.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T23:13:23.293Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-01T23:13:23.293Z] ++ cut -d/ -f2 [2021-03-01T23:13:23.293Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-01T23:13:23.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T23:13:23.293Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-01T23:13:23.293Z] ++ cut -d/ -f2 [2021-03-01T23:13:23.293Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-01T23:13:23.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T23:13:23.293Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-01T23:13:23.293Z] ++ cut -d/ -f2 [2021-03-01T23:13:23.293Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-01T23:13:23.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-01T23:13:23.293Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-01T23:13:23.293Z] ++ cut -d/ -f2 [2021-03-01T23:13:23.293Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-01T23:13:23.395Z] 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-03-01T23:13:24.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T23:13:24.661Z] [2021-03-01T23:13:24.661Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:13:25.006Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T23:13:25.006Z] latest: Pulling from edgex-devops/git-semver [2021-03-01T23:13:25.006Z] 31603596830f: Pulling fs layer [2021-03-01T23:13:25.006Z] 2a8b12db71e7: Pulling fs layer [2021-03-01T23:13:25.006Z] 6ca5941a6612: Pulling fs layer [2021-03-01T23:13:25.006Z] ecc8261a40a4: Pulling fs layer [2021-03-01T23:13:25.006Z] ecc8261a40a4: Waiting [2021-03-01T23:13:25.006Z] 2a8b12db71e7: Verifying Checksum [2021-03-01T23:13:25.006Z] 2a8b12db71e7: Download complete [2021-03-01T23:13:25.269Z] 31603596830f: Verifying Checksum [2021-03-01T23:13:25.269Z] 31603596830f: Download complete [2021-03-01T23:13:25.269Z] ecc8261a40a4: Verifying Checksum [2021-03-01T23:13:25.269Z] ecc8261a40a4: Download complete [2021-03-01T23:13:25.269Z] 6ca5941a6612: Verifying Checksum [2021-03-01T23:13:25.269Z] 6ca5941a6612: Download complete [2021-03-01T23:13:25.535Z] 31603596830f: Pull complete [2021-03-01T23:13:25.535Z] 2a8b12db71e7: Pull complete [2021-03-01T23:13:26.482Z] 6ca5941a6612: Pull complete [2021-03-01T23:13:26.745Z] ecc8261a40a4: Pull complete [2021-03-01T23:13:26.745Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-01T23:13:26.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T23:13:26.745Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-01T23:13:26.849Z] prd-centos7-docker-4c-2g-28112 does not seem to be running inside a container [2021-03-01T23:13:26.917Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-01T23:13:29.679Z] $ docker top a314c8fc9baddd77adee468faf6e3f3a7bb8c511504e67457ed5d67da1bf497d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-01T23:13:30.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T23:13:30.058Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T23:13:30.269Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T23:13:30.272Z] $ docker exec a314c8fc9baddd77adee468faf6e3f3a7bb8c511504e67457ed5d67da1bf497d ssh-agent [2021-03-01T23:13:30.436Z] SSH_AUTH_SOCK=/tmp/ssh-ki0sw2SzHrwF/agent.12 [2021-03-01T23:13:30.436Z] SSH_AGENT_PID=18 [2021-03-01T23:13:30.446Z] Running ssh-add (command line suppressed) [2021-03-01T23:13:30.561Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6722274696702897769.key (/w/workspace/edgex-go/4@tmp/private_key_6722274696702897769.key) [2021-03-01T23:13:30.611Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T23:13:30.987Z] + git tag --points-at HEAD [Pipeline] } [2021-03-01T23:13:31.009Z] $ docker exec --env ******** --env ******** a314c8fc9baddd77adee468faf6e3f3a7bb8c511504e67457ed5d67da1bf497d ssh-agent -k [2021-03-01T23:13:31.120Z] unset SSH_AUTH_SOCK; [2021-03-01T23:13:31.120Z] unset SSH_AGENT_PID; [2021-03-01T23:13:31.120Z] echo Agent pid 18 killed; [2021-03-01T23:13:31.167Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-01T23:13:31.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T23:13:31.388Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T23:13:31.555Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T23:13:31.558Z] $ docker exec a314c8fc9baddd77adee468faf6e3f3a7bb8c511504e67457ed5d67da1bf497d ssh-agent [2021-03-01T23:13:31.712Z] SSH_AUTH_SOCK=/tmp/ssh-mnzCUP6EuO9M/agent.46 [2021-03-01T23:13:31.712Z] SSH_AGENT_PID=51 [2021-03-01T23:13:31.718Z] Running ssh-add (command line suppressed) [2021-03-01T23:13:31.843Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2099626659423928057.key (/w/workspace/edgex-go/4@tmp/private_key_2099626659423928057.key) [2021-03-01T23:13:31.894Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T23:13:32.224Z] + git semver init [2021-03-01T23:13:32.224Z] # -> Open(): unable to determine branch for HEAD [2021-03-01T23:13:32.224Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-01T23:13:32.224Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-01T23:13:32.224Z] # $SEMVER_REMOTE_NAME = origin [2021-03-01T23:13:32.224Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-01T23:13:32.224Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-01T23:13:32.224Z] # $SEMVER_BRANCH = PR-3206 [2021-03-01T23:13:32.224Z] # $SEMVER_TEMP = /tmp/semver-082126563 [2021-03-01T23:13:32.224Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-01T23:13:50.386Z] # '/tmp/semver-082126563' -> '/w/workspace/edgex-go/4/.semver' [2021-03-01T23:13:50.386Z] # -> Force: false [2021-03-01T23:13:50.386Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-01T23:13:50.399Z] $ docker exec --env ******** --env ******** a314c8fc9baddd77adee468faf6e3f3a7bb8c511504e67457ed5d67da1bf497d ssh-agent -k [2021-03-01T23:13:50.579Z] unset SSH_AUTH_SOCK; [2021-03-01T23:13:50.581Z] unset SSH_AGENT_PID; [2021-03-01T23:13:50.581Z] echo Agent pid 51 killed; [2021-03-01T23:13:50.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T23:13:51.305Z] + git semver [Pipeline] } [2021-03-01T23:13:51.324Z] $ docker stop --time=1 a314c8fc9baddd77adee468faf6e3f3a7bb8c511504e67457ed5d67da1bf497d [2021-03-01T23:13:52.947Z] $ docker rm -f a314c8fc9baddd77adee468faf6e3f3a7bb8c511504e67457ed5d67da1bf497d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T23:13:53.462Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-01T23:13:54.005Z] Stashed 1 file(s) [Pipeline] echo [2021-03-01T23:13:54.008Z] [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-03-01T23:13:54.884Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-01T23:13:55.188Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-01T23:13:55.492Z] + sudo service docker restart [2021-03-01T23:13:55.493Z] + true [2021-03-01T23:13:55.493Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-01T23:13:56.092Z] ========================================================= [2021-03-01T23:13:56.092Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-01T23:13:56.092Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:13:56.435Z] + 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-03-01T23:13:59.772Z] Sending build context to Docker daemon 328.1MB [2021-03-01T23:13:59.772Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-01T23:13:59.772Z] Step 2/6 : FROM ${BASE} [2021-03-01T23:13:59.772Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-01T23:13:59.772Z] 188c0c94c7c5: Pulling fs layer [2021-03-01T23:13:59.773Z] 0ef7d3d256c8: Pulling fs layer [2021-03-01T23:13:59.773Z] de9db76c5a1d: Pulling fs layer [2021-03-01T23:13:59.773Z] bca2f99d35d6: Pulling fs layer [2021-03-01T23:13:59.773Z] 93359f2a8cfa: Pulling fs layer [2021-03-01T23:13:59.773Z] 7c6f9722023f: Pulling fs layer [2021-03-01T23:13:59.773Z] a35cf1a2eb13: Pulling fs layer [2021-03-01T23:13:59.773Z] bca2f99d35d6: Waiting [2021-03-01T23:13:59.773Z] 93359f2a8cfa: Waiting [2021-03-01T23:13:59.773Z] 7c6f9722023f: Waiting [2021-03-01T23:13:59.773Z] a35cf1a2eb13: Waiting [2021-03-01T23:13:59.773Z] de9db76c5a1d: Verifying Checksum [2021-03-01T23:13:59.773Z] de9db76c5a1d: Download complete [2021-03-01T23:13:59.773Z] 0ef7d3d256c8: Verifying Checksum [2021-03-01T23:13:59.773Z] 0ef7d3d256c8: Download complete [2021-03-01T23:13:59.773Z] 93359f2a8cfa: Verifying Checksum [2021-03-01T23:13:59.773Z] 93359f2a8cfa: Download complete [2021-03-01T23:13:59.773Z] 188c0c94c7c5: Verifying Checksum [2021-03-01T23:13:59.773Z] 188c0c94c7c5: Download complete [2021-03-01T23:13:59.773Z] 7c6f9722023f: Verifying Checksum [2021-03-01T23:13:59.773Z] 7c6f9722023f: Download complete [2021-03-01T23:14:00.348Z] 188c0c94c7c5: Pull complete [2021-03-01T23:14:00.348Z] 0ef7d3d256c8: Pull complete [2021-03-01T23:14:00.613Z] de9db76c5a1d: Pull complete [2021-03-01T23:14:02.562Z] a35cf1a2eb13: Verifying Checksum [2021-03-01T23:14:02.562Z] a35cf1a2eb13: Download complete [2021-03-01T23:14:02.827Z] bca2f99d35d6: Verifying Checksum [2021-03-01T23:14:02.827Z] bca2f99d35d6: Download complete [2021-03-01T23:14:08.139Z] bca2f99d35d6: Pull complete [2021-03-01T23:14:08.139Z] 93359f2a8cfa: Pull complete [2021-03-01T23:14:08.139Z] 7c6f9722023f: Pull complete [2021-03-01T23:14:09.379Z] Still waiting to schedule task [2021-03-01T23:14:09.380Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-01T23:14:13.452Z] a35cf1a2eb13: Pull complete [2021-03-01T23:14:13.452Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-01T23:14:13.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-01T23:14:13.452Z] ---> a62c8e92a672 [2021-03-01T23:14:13.452Z] 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-03-01T23:14:13.452Z] ---> Running in 381d382c3e22 [2021-03-01T23:14:13.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:14:14.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:14:14.865Z] (1/12) Installing libmagic (5.38-r0) [2021-03-01T23:14:14.865Z] (2/12) Installing file (5.38-r0) [2021-03-01T23:14:14.865Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-01T23:14:15.128Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-01T23:14:18.446Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-01T23:14:18.446Z] (6/12) Installing patch (2.7.6-r6) [2021-03-01T23:14:18.446Z] (7/12) Installing build-base (0.5-r2) [2021-03-01T23:14:18.446Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-01T23:14:18.716Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-01T23:14:18.716Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-01T23:14:18.716Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-01T23:14:18.984Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-01T23:14:18.984Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:14:18.984Z] OK: 233 MiB in 51 packages [2021-03-01T23:14:22.331Z] Removing intermediate container 381d382c3e22 [2021-03-01T23:14:22.331Z] ---> 279f6dcf462b [2021-03-01T23:14:22.331Z] Step 4/6 : WORKDIR /edgex-go [2021-03-01T23:14:22.331Z] ---> Running in 2115de2dd057 [2021-03-01T23:14:22.598Z] Removing intermediate container 2115de2dd057 [2021-03-01T23:14:22.598Z] ---> 68d654c8c1da [2021-03-01T23:14:22.598Z] Step 5/6 : COPY go.mod . [2021-03-01T23:14:22.598Z] ---> db0bcf6e2f92 [2021-03-01T23:14:22.598Z] Step 6/6 : RUN go mod download [2021-03-01T23:14:22.868Z] ---> Running in 83e0646b7c9e [2021-03-01T23:14:44.938Z] Removing intermediate container 83e0646b7c9e [2021-03-01T23:14:44.938Z] ---> 9e77d633783e [2021-03-01T23:14:44.938Z] Successfully built 9e77d633783e [2021-03-01T23:14:44.938Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:14:45.270Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-01T23:14:45.270Z] . [Pipeline] withDockerContainer [2021-03-01T23:14:45.389Z] prd-centos7-docker-4c-2g-28112 does not seem to be running inside a container [2021-03-01T23:14:45.440Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-01T23:14:46.423Z] $ docker top 59ab070a21dd4189536ebc16bd1b47de5aae274c4c84d4775e6bc17eeda4f0ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T23:14:46.931Z] + go version [2021-03-01T23:14:46.931Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-01T23:14:46.946Z] $ docker stop --time=1 59ab070a21dd4189536ebc16bd1b47de5aae274c4c84d4775e6bc17eeda4f0ea [2021-03-01T23:14:48.738Z] $ docker rm -f 59ab070a21dd4189536ebc16bd1b47de5aae274c4c84d4775e6bc17eeda4f0ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:14:49.568Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-01T23:14:49.568Z] . [Pipeline] withDockerContainer [2021-03-01T23:14:49.675Z] prd-centos7-docker-4c-2g-28112 does not seem to be running inside a container [2021-03-01T23:14:49.719Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-01T23:14:50.392Z] $ docker top 9988d1edea441dcea099e53bc80e3f51e6f32cb166cdadb927517f125db858de -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-01T23:14:50.616Z] ========================================================= [2021-03-01T23:14:50.616Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-01T23:14:50.616Z] ========================================================= [Pipeline] sh [2021-03-01T23:14:50.905Z] + make test [2021-03-01T23:14:50.905Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-01T23:14:59.108Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-01T23:15:17.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-01T23:15:18.833Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-01T23:15:21.430Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-01T23:15:21.430Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-01T23:15:22.400Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-01T23:15:22.400Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-01T23:15:22.400Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-01T23:15:22.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-01T23:15:23.255Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-01T23:15:23.840Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-01T23:15:25.923Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-01T23:15:25.923Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-01T23:15:25.923Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-01T23:15:28.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 45.9% of statements [2021-03-01T23:15:28.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-01T23:15:28.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-01T23:15:28.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-01T23:15:28.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-01T23:15:28.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-01T23:15:28.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-01T23:15:28.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-01T23:15:28.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.129s coverage: 100.0% of statements [2021-03-01T23:15:31.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.190s coverage: 27.1% of statements [2021-03-01T23:15:31.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-01T23:15:31.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-01T23:15:31.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-01T23:15:31.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-01T23:15:31.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-01T23:15:31.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-01T23:15:31.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2021-03-01T23:15:31.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-01T23:15:31.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-03-01T23:15:31.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-01T23:15:31.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-01T23:15:31.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements [2021-03-01T23:15:31.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-01T23:15:31.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-01T23:15:32.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.415s coverage: 82.3% of statements [2021-03-01T23:15:32.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-01T23:15:32.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T23:15:32.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-01T23:15:32.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-01T23:15:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.317s coverage: 28.6% of statements [2021-03-01T23:15:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-01T23:15:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-01T23:15:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-01T23:15:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-01T23:15:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-01T23:15:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.094s coverage: 100.0% of statements [2021-03-01T23:15:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-01T23:15:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-03-01T23:15:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-01T23:15:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements [2021-03-01T23:15:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-01T23:15:34.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements [2021-03-01T23:15:34.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-01T23:15:34.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements [2021-03-01T23:15:34.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-01T23:15:34.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-01T23:15:34.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-01T23:15:34.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-01T23:15:37.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.433s coverage: 92.8% of statements [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-01T23:15:37.571Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-01T23:15:37.571Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-01T23:15:37.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-01T23:15:37.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 45.5% of statements [2021-03-01T23:15:37.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements [2021-03-01T23:15:37.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements [2021-03-01T23:15:37.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements [2021-03-01T23:15:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-03-01T23:15:48.642Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28113 in /w/workspace/edgexfoundry_edgex-go_PR-3206 [Pipeline] { [Pipeline] ws [2021-03-01T23:15:48.703Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-01T23:15:50.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.036s coverage: 94.4% of statements [2021-03-01T23:15:50.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements [2021-03-01T23:15:53.588Z] using credential edgex-jenkins-ssh [2021-03-01T23:15:53.648Z] Cloning the remote Git repository [2021-03-01T23:15:53.701Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-01T23:15:53.804Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-01T23:15:53.896Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-01T23:15:53.896Z] > git --version # timeout=10 [2021-03-01T23:15:53.913Z] > git --version # 'git version 2.17.1' [2021-03-01T23:15:53.915Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T23:15:53.969Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.063s coverage: 92.9% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.6% of statements [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 62.4% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 69.1% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 38.4% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.108s coverage: 89.4% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.723s coverage: 29.1% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 94.3% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-01T23:16:02.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-03-01T23:16:02.440Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-01T23:16:02.440Z] GO111MODULE=on go vet ./... [2021-03-01T23:16:10.169Z] Merging remotes/origin/master commit c501ec80a15903c04bbfabfe9c8b77aea5670573 into PR head commit e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:16:10.634Z] Merge succeeded, producing e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:16:10.634Z] Checking out Revision e251059cb4862dd9d439d165f56e7a1b8f4e6d48 (PR-3206) [2021-03-01T23:16:09.221Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-01T23:16:09.238Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T23:16:09.271Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-01T23:16:09.322Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-01T23:16:09.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T23:16:09.335Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3206/head:refs/remotes/origin/PR-3206 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-01T23:16:10.198Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T23:16:10.224Z] > git checkout -f e251059cb4862dd9d439d165f56e7a1b8f4e6d48 # timeout=10 [2021-03-01T23:16:10.544Z] > git remote # timeout=10 [2021-03-01T23:16:10.565Z] > git config --get remote.origin.url # timeout=10 [2021-03-01T23:16:10.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T23:16:10.597Z] > git merge c501ec80a15903c04bbfabfe9c8b77aea5670573 # timeout=10 [2021-03-01T23:16:10.621Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-01T23:16:10.644Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T23:16:10.657Z] > git checkout -f e251059cb4862dd9d439d165f56e7a1b8f4e6d48 # timeout=10 [2021-03-01T23:16:15.199Z] Commit message: "fix: Removed commented out code" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-01T23:16:16.676Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-01T23:16:17.075Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-01T23:16:17.414Z] + sudo service+ docker restart [2021-03-01T23:16:17.414Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-01T23:16:20.144Z] provisioning config files... [2021-03-01T23:16:20.247Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8798627081416221110tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-01T23:16:20.691Z] ---> docker-login.sh [2021-03-01T23:16:20.692Z] nexus3.edgexfoundry.org:10001 [2021-03-01T23:16:21.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T23:16:21.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T23:16:21.948Z] Configure a credential helper to remove this warning. See [2021-03-01T23:16:21.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T23:16:21.948Z] [2021-03-01T23:16:21.948Z] Login Succeeded [2021-03-01T23:16:21.949Z] nexus3.edgexfoundry.org:10002 [2021-03-01T23:16:22.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T23:16:22.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T23:16:22.256Z] Configure a credential helper to remove this warning. See [2021-03-01T23:16:22.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T23:16:22.256Z] [2021-03-01T23:16:22.256Z] Login Succeeded [2021-03-01T23:16:22.256Z] nexus3.edgexfoundry.org:10003 [2021-03-01T23:16:22.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T23:16:22.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T23:16:22.856Z] Configure a credential helper to remove this warning. See [2021-03-01T23:16:22.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T23:16:22.856Z] [2021-03-01T23:16:22.856Z] Login Succeeded [2021-03-01T23:16:22.856Z] nexus3.edgexfoundry.org:10004 [2021-03-01T23:16:23.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T23:16:23.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T23:16:23.407Z] Configure a credential helper to remove this warning. See [2021-03-01T23:16:23.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T23:16:23.407Z] [2021-03-01T23:16:23.407Z] Login Succeeded [2021-03-01T23:16:23.407Z] docker.io [2021-03-01T23:16:23.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-01T23:16:24.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-01T23:16:24.276Z] Configure a credential helper to remove this warning. See [2021-03-01T23:16:24.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-01T23:16:24.276Z] [2021-03-01T23:16:24.276Z] Login Succeeded [2021-03-01T23:16:24.276Z] ---> docker-login.sh ends [Pipeline] } [2021-03-01T23:16:24.294Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-01T23:16:24.789Z] ========================================================= [2021-03-01T23:16:24.789Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-01T23:16:24.789Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:16:25.200Z] + 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-03-01T23:16:27.845Z] Sending build context to Docker daemon 166.5MB [2021-03-01T23:16:27.845Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-01T23:16:27.845Z] Step 2/6 : FROM ${BASE} [2021-03-01T23:16:27.845Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-01T23:16:27.845Z] 5f621e34cdf4: Pulling fs layer [2021-03-01T23:16:27.845Z] a4357932f1b6: Pulling fs layer [2021-03-01T23:16:27.845Z] 18c013af1878: Pulling fs layer [2021-03-01T23:16:27.845Z] 00ac8860ef70: Pulling fs layer [2021-03-01T23:16:27.845Z] 63d7cb157983: Pulling fs layer [2021-03-01T23:16:27.845Z] b116817d02f9: Pulling fs layer [2021-03-01T23:16:27.845Z] 745a02a5169b: Pulling fs layer [2021-03-01T23:16:27.845Z] 00ac8860ef70: Waiting [2021-03-01T23:16:27.845Z] 63d7cb157983: Waiting [2021-03-01T23:16:27.845Z] b116817d02f9: Waiting [2021-03-01T23:16:27.845Z] 745a02a5169b: Waiting [2021-03-01T23:16:27.845Z] 18c013af1878: Verifying Checksum [2021-03-01T23:16:27.845Z] a4357932f1b6: Verifying Checksum [2021-03-01T23:16:27.845Z] a4357932f1b6: Download complete [2021-03-01T23:16:27.845Z] 63d7cb157983: Download complete [2021-03-01T23:16:28.124Z] b116817d02f9: Verifying Checksum [2021-03-01T23:16:28.124Z] b116817d02f9: Download complete [2021-03-01T23:16:28.124Z] 5f621e34cdf4: Verifying Checksum [2021-03-01T23:16:28.124Z] 5f621e34cdf4: Download complete [2021-03-01T23:16:28.724Z] 5f621e34cdf4: Pull complete [2021-03-01T23:16:29.186Z] gofmt -l . [2021-03-01T23:16:29.186Z] [ "`gofmt -l .`" = "" ] [2021-03-01T23:16:29.186Z] ./bin/test-go-mod-tidy.sh [2021-03-01T23:16:29.186Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-01T23:16:29.332Z] a4357932f1b6: Pull complete [2021-03-01T23:16:29.496Z] + ls -al . [2021-03-01T23:16:29.496Z] total 712 [2021-03-01T23:16:29.496Z] drwxrwxr-x 10 1001 1001 4096 Mar 1 23:16 . [2021-03-01T23:16:29.496Z] drwxr-xr-x 4 root root 28 Mar 1 23:14 .. [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 11 Mar 1 23:13 .dockerignore [2021-03-01T23:16:29.496Z] drwxrwxr-x 8 1001 1001 179 Mar 1 23:13 .git [2021-03-01T23:16:29.496Z] drwxrwxr-x 3 1001 1001 125 Mar 1 23:13 .github [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 818 Mar 1 23:13 .gitignore [2021-03-01T23:16:29.496Z] drwx------ 3 1001 1001 60 Mar 1 23:13 .semver [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 166 Mar 1 23:13 .sonarcloud.properties [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 8475 Mar 1 23:13 Attribution.txt [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 3804 Mar 1 23:13 CONTRIBUTING.md [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 931 Mar 1 23:13 Dockerfile.build [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 863 Mar 1 23:13 Jenkinsfile [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 10775 Mar 1 23:13 LICENSE [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 5774 Mar 1 23:13 Makefile [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 6524 Mar 1 23:13 README.md [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 6755 Mar 1 23:13 SECURITY.md [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 5 Mar 1 23:13 VERSION [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 4131 Mar 1 23:13 ZMQWindows.md [2021-03-01T23:16:29.496Z] drwxrwxr-x 2 1001 1001 117 Mar 1 23:13 bin [2021-03-01T23:16:29.496Z] drwxrwxr-x 14 1001 1001 4096 Mar 1 23:13 cmd [2021-03-01T23:16:29.496Z] -rw-r--r-- 1 root root 600565 Mar 1 23:16 coverage.out [2021-03-01T23:16:29.496Z] -rw-r--r-- 1 root root 1055 Mar 1 23:16 go.mod [2021-03-01T23:16:29.496Z] -rw-r--r-- 1 root root 21699 Mar 1 23:16 go.sum [2021-03-01T23:16:29.496Z] drwxrwxr-x 8 1001 1001 127 Mar 1 23:13 internal [2021-03-01T23:16:29.496Z] drwxrwxr-x 4 1001 1001 26 Mar 1 23:13 openapi [2021-03-01T23:16:29.496Z] drwxrwxr-x 4 1001 1001 71 Mar 1 23:13 snap [2021-03-01T23:16:29.496Z] -rw-rw-r-- 1 1001 1001 168 Mar 1 23:13 version.go [Pipeline] sh [2021-03-01T23:16:29.611Z] 18c013af1878: Pull complete [2021-03-01T23:16:29.795Z] + '[' -e coverage.out ] [2021-03-01T23:16:29.795Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-01T23:16:30.047Z] Stashed 1 file(s) [Pipeline] sh [2021-03-01T23:16:30.342Z] + make build [2021-03-01T23:16:30.342Z] 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-03-01T23:16:30.606Z] 745a02a5169b: Download complete [2021-03-01T23:16:31.591Z] 00ac8860ef70: Verifying Checksum [2021-03-01T23:16:31.591Z] 00ac8860ef70: Download complete [2021-03-01T23:16:35.659Z] 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-03-01T23:16:41.777Z] 00ac8860ef70: Pull complete [2021-03-01T23:16:42.365Z] 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-03-01T23:16:42.374Z] 63d7cb157983: Pull complete [2021-03-01T23:16:42.647Z] b116817d02f9: Pull complete [2021-03-01T23:16:43.762Z] 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-03-01T23:16:45.691Z] 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-03-01T23:16:45.691Z] 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-03-01T23:16:46.988Z] 745a02a5169b: Pull complete [2021-03-01T23:16:46.988Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-01T23:16:46.988Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-01T23:16:46.989Z] ---> b7e6874047d6 [2021-03-01T23:16:46.989Z] 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-03-01T23:16:47.629Z] 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-03-01T23:16:49.026Z] 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-03-01T23:16:49.626Z] ---> Running in 8bd7dba0d5a1 [2021-03-01T23:16:49.985Z] 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-03-01T23:16:51.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:16:51.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:16:51.396Z] 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-03-01T23:16:52.310Z] (1/12) Installing libmagic (5.38-r0) [2021-03-01T23:16:52.348Z] 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-03-01T23:16:52.584Z] (2/12) Installing file (5.38-r0) [2021-03-01T23:16:52.584Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-01T23:16:52.584Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-01T23:16:53.307Z] 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-03-01T23:16:55.251Z] $ docker stop --time=1 9988d1edea441dcea099e53bc80e3f51e6f32cb166cdadb927517f125db858de [2021-03-01T23:16:56.997Z] $ docker rm -f 9988d1edea441dcea099e53bc80e3f51e6f32cb166cdadb927517f125db858de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-01T23:16:57.962Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-01T23:16:57.962Z] (6/12) Installing patch (2.7.6-r6) [2021-03-01T23:16:57.962Z] (7/12) Installing build-base (0.5-r2) [2021-03-01T23:16:58.233Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-01T23:16:58.233Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-01T23:16:58.233Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-01T23:16:58.510Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-01T23:16:58.510Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-01T23:16:58.510Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:16:58.510Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:17:00.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-01T23:17:00.693Z] [2021-03-01T23:17:00.693Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:17:01.044Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-01T23:17:01.044Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-01T23:17:01.044Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-01T23:17:01.044Z] ca9280d653b3: Pulling fs layer [2021-03-01T23:17:01.044Z] 7e9c9ca2126c: Pulling fs layer [2021-03-01T23:17:01.044Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-01T23:17:01.044Z] cbdbe7a5bc2a: Download complete [2021-03-01T23:17:01.621Z] cbdbe7a5bc2a: Pull complete [2021-03-01T23:17:01.621Z] ca9280d653b3: Verifying Checksum [2021-03-01T23:17:01.621Z] ca9280d653b3: Download complete [2021-03-01T23:17:02.583Z] 7e9c9ca2126c: Download complete [2021-03-01T23:17:02.583Z] ca9280d653b3: Pull complete [2021-03-01T23:17:02.809Z] Removing intermediate container 8bd7dba0d5a1 [2021-03-01T23:17:02.809Z] ---> 4fac16a91855 [2021-03-01T23:17:02.809Z] Step 4/6 : WORKDIR /edgex-go [2021-03-01T23:17:02.809Z] ---> Running in e83839e3e0dd [2021-03-01T23:17:03.083Z] Removing intermediate container e83839e3e0dd [2021-03-01T23:17:03.083Z] ---> 5dfa30abca90 [2021-03-01T23:17:03.083Z] Step 5/6 : COPY go.mod . [2021-03-01T23:17:03.679Z] ---> bc3a53e2d13b [2021-03-01T23:17:03.679Z] Step 6/6 : RUN go mod download [2021-03-01T23:17:03.954Z] ---> Running in 143dff9e7b16 [2021-03-01T23:17:09.204Z] 7e9c9ca2126c: Pull complete [2021-03-01T23:17:09.204Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-01T23:17:09.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-01T23:17:09.205Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-01T23:17:09.341Z] prd-centos7-docker-4c-2g-28112 does not seem to be running inside a container [2021-03-01T23:17:09.388Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-01T23:17:12.247Z] $ docker top b1f43036497c636ef10ad218f4bab0a264982024c802a0e4fb53e054a294a710 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T23:17:12.773Z] + docker-compose build --help [2021-03-01T23:17:12.773Z] + grep parallel [2021-03-01T23:17:13.718Z] --parallel Build images in parallel. [Pipeline] } [2021-03-01T23:17:13.751Z] $ docker stop --time=1 b1f43036497c636ef10ad218f4bab0a264982024c802a0e4fb53e054a294a710 [2021-03-01T23:17:15.189Z] $ docker rm -f b1f43036497c636ef10ad218f4bab0a264982024c802a0e4fb53e054a294a710 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:17:15.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-01T23:17:15.913Z] . [Pipeline] withDockerContainer [2021-03-01T23:17:16.016Z] prd-centos7-docker-4c-2g-28112 does not seem to be running inside a container [2021-03-01T23:17:16.063Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-01T23:17:16.790Z] $ docker top 07334c68f3ea669b7778d661166953a989cefbbb23ae1056f7fbeb399b6714c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T23:17:17.286Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-01T23:17:18.239Z] Building docker-core-command-go ... [2021-03-01T23:17:18.239Z] Building docker-core-data-go ... [2021-03-01T23:17:18.239Z] Building docker-core-metadata-go ... [2021-03-01T23:17:18.239Z] Building docker-security-bootstrapper-go ... [2021-03-01T23:17:18.239Z] Building docker-security-proxy-setup-go ... [2021-03-01T23:17:18.239Z] Building docker-security-secretstore-setup-go ... [2021-03-01T23:17:18.239Z] Building docker-support-notifications-go ... [2021-03-01T23:17:18.239Z] Building docker-support-scheduler-go ... [2021-03-01T23:17:18.239Z] Building docker-sys-mgmt-agent-go ... [2021-03-01T23:17:18.239Z] Building docker-support-notifications-go [2021-03-01T23:17:18.239Z] Building docker-sys-mgmt-agent-go [2021-03-01T23:17:18.239Z] Building docker-security-secretstore-setup-go [2021-03-01T23:17:18.239Z] Building docker-security-bootstrapper-go [2021-03-01T23:17:18.239Z] Building docker-support-scheduler-go [2021-03-01T23:17:30.735Z] Removing intermediate container 143dff9e7b16 [2021-03-01T23:17:30.735Z] ---> b1fb5dae42db [2021-03-01T23:17:30.735Z] Successfully built b1fb5dae42db [2021-03-01T23:17:30.735Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:17:31.083Z] + docker inspect -f . ci-base-image-arm64 [2021-03-01T23:17:31.084Z] . [Pipeline] withDockerContainer [2021-03-01T23:17:31.361Z] prd-ubuntu18.04-docker-arm64-4c-16g-28113 does not seem to be running inside a container [2021-03-01T23:17:31.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-01T23:17:32.899Z] $ docker top 15448dab2f5a052b08daac66dc17a5eab852ca57e6543eadb1433a7136e2c8b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T23:17:33.885Z] + go version [2021-03-01T23:17:33.885Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-01T23:17:33.911Z] $ docker stop --time=1 15448dab2f5a052b08daac66dc17a5eab852ca57e6543eadb1433a7136e2c8b8 [2021-03-01T23:17:35.762Z] $ docker rm -f 15448dab2f5a052b08daac66dc17a5eab852ca57e6543eadb1433a7136e2c8b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:17:36.780Z] + docker inspect -f . ci-base-image-arm64 [2021-03-01T23:17:36.781Z] . [Pipeline] withDockerContainer [2021-03-01T23:17:37.035Z] prd-ubuntu18.04-docker-arm64-4c-16g-28113 does not seem to be running inside a container [2021-03-01T23:17:37.117Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-01T23:17:38.478Z] $ docker top d482e27e77ea05718b5fe9ddfed4c637fd82429ae364335da4d5337d3d684fae -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-01T23:17:38.828Z] ========================================================= [2021-03-01T23:17:38.828Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-01T23:17:38.828Z] ========================================================= [Pipeline] sh [2021-03-01T23:17:39.485Z] + make test [2021-03-01T23:17:39.485Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-01T23:17:50.439Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:17:50.439Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:17:50.439Z] ---> 9e77d633783e [2021-03-01T23:17:50.439Z] Step 3/22 : WORKDIR /edgex-go [2021-03-01T23:17:50.439Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:17:50.439Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:17:50.439Z] ---> 9e77d633783e [2021-03-01T23:17:50.439Z] Step 3/30 : WORKDIR /edgex-go [2021-03-01T23:17:50.439Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:17:50.439Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:17:50.439Z] ---> 9e77d633783e [2021-03-01T23:17:50.439Z] Step 3/22 : WORKDIR /edgex-go [2021-03-01T23:17:50.439Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:17:50.439Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:17:50.439Z] ---> 9e77d633783e [2021-03-01T23:17:50.439Z] Step 3/26 : WORKDIR /edgex-go [2021-03-01T23:17:50.439Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:17:50.439Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:17:50.439Z] ---> 9e77d633783e [2021-03-01T23:17:50.439Z] Step 3/24 : WORKDIR /edgex-go [2021-03-01T23:17:50.439Z] ---> Running in 959b5c96fddd [2021-03-01T23:17:50.439Z] ---> Running in 4a85b0522cad [2021-03-01T23:17:50.439Z] ---> Running in 747408d85865 [2021-03-01T23:17:50.439Z] ---> Running in 72d81c83fb70 [2021-03-01T23:17:50.439Z] ---> Running in edd00c62d4de [2021-03-01T23:17:50.707Z] Removing intermediate container edd00c62d4de [2021-03-01T23:17:50.707Z] ---> f62f3ff28293 [2021-03-01T23:17:50.707Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:17:50.707Z] Removing intermediate container 959b5c96fddd [2021-03-01T23:17:50.707Z] ---> 43fc67c1a57a [2021-03-01T23:17:50.708Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:17:50.708Z] Removing intermediate container 4a85b0522cad [2021-03-01T23:17:50.708Z] ---> 4a7d84d15cfb [2021-03-01T23:17:50.708Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:17:50.708Z] Removing intermediate container 72d81c83fb70 [2021-03-01T23:17:50.708Z] ---> bdab78ec4960 [2021-03-01T23:17:50.708Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:17:50.708Z] Removing intermediate container 747408d85865 [2021-03-01T23:17:50.708Z] ---> 4dc44e789a7a [2021-03-01T23:17:50.708Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:17:50.708Z] ---> Running in b826d652e2e1 [2021-03-01T23:17:50.708Z] ---> Running in 9f8079972ad3 [2021-03-01T23:17:50.708Z] ---> Running in c5e82a42828e [2021-03-01T23:17:50.708Z] ---> Running in b0f294466e5f [2021-03-01T23:17:50.708Z] ---> Running in a28dc0ddbe54 [2021-03-01T23:17:53.275Z] Removing intermediate container 9f8079972ad3 [2021-03-01T23:17:53.275Z] ---> 6dd59006c286 [2021-03-01T23:17:53.275Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-01T23:17:53.275Z] Removing intermediate container b0f294466e5f [2021-03-01T23:17:53.275Z] ---> 526eae403350 [2021-03-01T23:17:53.275Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-01T23:17:53.275Z] Removing intermediate container b826d652e2e1 [2021-03-01T23:17:53.275Z] ---> b42403f83492 [2021-03-01T23:17:53.275Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-01T23:17:53.275Z] ---> Running in 80587b80643d [2021-03-01T23:17:53.275Z] ---> Running in 3a8ebe2bb9f1 [2021-03-01T23:17:53.275Z] Removing intermediate container a28dc0ddbe54 [2021-03-01T23:17:53.275Z] ---> 6759c755ecde [2021-03-01T23:17:53.275Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-01T23:17:53.275Z] Removing intermediate container c5e82a42828e [2021-03-01T23:17:53.275Z] ---> aad40c0584c0 [2021-03-01T23:17:53.275Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-01T23:17:53.275Z] ---> Running in 30f362f86502 [2021-03-01T23:17:53.538Z] ---> Running in b694c73795d5 [2021-03-01T23:17:53.538Z] ---> Running in 321a366f7c4b [2021-03-01T23:17:54.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:17:54.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:17:54.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:17:54.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:17:54.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:17:54.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:17:54.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:17:54.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:17:55.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:17:55.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:17:55.176Z] OK: 233 MiB in 51 packages [2021-03-01T23:17:55.176Z] OK: 233 MiB in 51 packages [2021-03-01T23:17:55.443Z] OK: 233 MiB in 51 packages [2021-03-01T23:17:55.443Z] OK: 233 MiB in 51 packages [2021-03-01T23:17:55.709Z] OK: 233 MiB in 51 packages [2021-03-01T23:17:55.709Z] Removing intermediate container 80587b80643d [2021-03-01T23:17:55.709Z] ---> 0bd313f1b03a [2021-03-01T23:17:55.709Z] Step 6/26 : COPY go.mod . [2021-03-01T23:17:55.978Z] Removing intermediate container 3a8ebe2bb9f1 [2021-03-01T23:17:55.979Z] ---> bbe8eba0221b [2021-03-01T23:17:55.979Z] Step 6/22 : COPY go.mod . [2021-03-01T23:17:56.240Z] ---> 6c1129c3393f [2021-03-01T23:17:56.240Z] Step 7/26 : RUN go mod download [2021-03-01T23:17:56.505Z] ---> Running in 3b878e490e4e [2021-03-01T23:17:56.505Z] Removing intermediate container 30f362f86502 [2021-03-01T23:17:56.505Z] ---> 204c0dc1d76f [2021-03-01T23:17:56.505Z] Step 6/30 : COPY go.mod . [2021-03-01T23:17:56.769Z] Removing intermediate container b694c73795d5 [2021-03-01T23:17:56.769Z] ---> b5aebf35fd0d [2021-03-01T23:17:56.769Z] Step 6/22 : COPY go.mod . [2021-03-01T23:17:56.769Z] ---> 0c1436078fec [2021-03-01T23:17:56.769Z] Step 7/22 : RUN go mod download [2021-03-01T23:17:56.769Z] ---> Running in 05fd20d3f541 [2021-03-01T23:17:57.031Z] Removing intermediate container 321a366f7c4b [2021-03-01T23:17:57.031Z] ---> 5d03a4154201 [2021-03-01T23:17:57.031Z] Step 6/24 : COPY go.mod . [2021-03-01T23:17:57.031Z] ---> 98631e38fba4 [2021-03-01T23:17:57.031Z] Step 7/30 : RUN go mod download [2021-03-01T23:17:57.031Z] ---> 3e6197494439 [2021-03-01T23:17:57.031Z] Step 7/22 : RUN go mod download [2021-03-01T23:17:57.293Z] ---> Running in 460c0ffc3abb [2021-03-01T23:17:57.293Z] ---> Running in dbab071b727d [2021-03-01T23:17:57.293Z] ---> dbef240466d1 [2021-03-01T23:17:57.293Z] Step 7/24 : RUN go mod download [2021-03-01T23:17:57.558Z] ---> Running in 9364a65a764e [2021-03-01T23:17:58.541Z] Removing intermediate container 3b878e490e4e [2021-03-01T23:17:58.541Z] ---> a0349aeefc5c [2021-03-01T23:17:58.541Z] Step 8/26 : COPY . . [2021-03-01T23:17:58.804Z] Removing intermediate container 05fd20d3f541 [2021-03-01T23:17:58.804Z] ---> 8797e780bb2c [2021-03-01T23:17:58.804Z] Step 8/22 : COPY . . [2021-03-01T23:18:01.666Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-01T23:18:02.144Z] Removing intermediate container 460c0ffc3abb [2021-03-01T23:18:02.144Z] ---> 2b368b4d2fdb [2021-03-01T23:18:02.144Z] Step 8/30 : COPY . . [2021-03-01T23:18:02.144Z] Removing intermediate container dbab071b727d [2021-03-01T23:18:02.144Z] ---> 844196932e38 [2021-03-01T23:18:02.144Z] Step 8/22 : COPY . . [2021-03-01T23:18:05.466Z] Removing intermediate container 9364a65a764e [2021-03-01T23:18:05.466Z] ---> d7aed6c718e0 [2021-03-01T23:18:05.466Z] Step 8/24 : COPY . . [2021-03-01T23:18:44.676Z] ---> 72db49654bc0 [2021-03-01T23:18:44.676Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-01T23:18:44.676Z] ---> faec7ddae87d [2021-03-01T23:18:44.676Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-01T23:18:44.676Z] ---> 51ba25c5380c [2021-03-01T23:18:44.676Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-01T23:18:44.676Z] ---> Running in 7d513bcba14f [2021-03-01T23:18:44.676Z] ---> Running in f9d92e0b4393 [2021-03-01T23:18:44.676Z] ---> 01d3627b98b2 [2021-03-01T23:18:44.676Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-01T23:18:44.676Z] ---> Running in 3214dd17eba5 [2021-03-01T23:18:44.676Z] ---> f2c29dd77319 [2021-03-01T23:18:44.676Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-01T23:18:44.676Z] ---> Running in 340e9f43115a [2021-03-01T23:18:44.676Z] ---> Running in 6f69810f2fba [2021-03-01T23:18:44.676Z] 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-03-01T23:18:44.676Z] 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-03-01T23:18:44.676Z] 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-03-01T23:18:44.676Z] 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-03-01T23:18:44.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-03-01T23:18:48.722Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-01T23:18:54.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-01T23:19:04.375Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-01T23:19:04.375Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-01T23:19:04.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-01T23:19:04.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-01T23:19:04.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-01T23:19:04.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-01T23:19:08.669Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-01T23:19:09.445Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-01T23:19:11.382Z] 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-03-01T23:19:17.788Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-01T23:19:17.788Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-01T23:19:17.788Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-01T23:19:19.592Z] Removing intermediate container 7d513bcba14f [2021-03-01T23:19:19.593Z] ---> 83d77cd62f04 [2021-03-01T23:19:19.593Z] [2021-03-01T23:19:19.593Z] Step 10/30 : FROM alpine:3.12 [2021-03-01T23:19:19.593Z] 3.12: Pulling from library/alpine [2021-03-01T23:19:19.593Z] Removing intermediate container 3214dd17eba5 [2021-03-01T23:19:19.593Z] ---> 26ddfbc681a1 [2021-03-01T23:19:19.593Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-01T23:19:19.593Z] Removing intermediate container 6f69810f2fba [2021-03-01T23:19:19.593Z] ---> 0882707d5e40 [2021-03-01T23:19:19.593Z] [2021-03-01T23:19:19.593Z] Step 10/24 : FROM alpine:3.12 [2021-03-01T23:19:19.593Z] 3.12: Pulling from library/alpine [2021-03-01T23:19:22.904Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-01T23:19:22.904Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-01T23:19:22.904Z] Status: Downloaded newer image for alpine:3.12 [2021-03-01T23:19:22.904Z] Status: Downloaded newer image for alpine:3.12 [2021-03-01T23:19:22.904Z] ---> 88dd2752d2ea [2021-03-01T23:19:22.904Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-01T23:19:22.904Z] ---> 88dd2752d2ea [2021-03-01T23:19:22.904Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-01T23:19:22.904Z] ---> Running in dadd18b5dc26 [2021-03-01T23:19:22.904Z] Removing intermediate container f9d92e0b4393 [2021-03-01T23:19:22.904Z] ---> f71156e1c0ad [2021-03-01T23:19:22.904Z] [2021-03-01T23:19:22.904Z] Step 10/22 : FROM alpine:3.12 [2021-03-01T23:19:22.904Z] ---> 88dd2752d2ea [2021-03-01T23:19:22.904Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-01T23:19:23.166Z] ---> Running in 25485f191d5a [2021-03-01T23:19:23.166Z] ---> Running in 765d446ff30b [2021-03-01T23:19:23.166Z] Removing intermediate container 340e9f43115a [2021-03-01T23:19:23.166Z] ---> b90e400ac5e3 [2021-03-01T23:19:23.166Z] [2021-03-01T23:19:23.166Z] Step 10/22 : FROM alpine:3.12 [2021-03-01T23:19:23.166Z] ---> 88dd2752d2ea [2021-03-01T23:19:23.166Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-01T23:19:23.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.363s coverage: 45.9% of statements [2021-03-01T23:19:23.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-01T23:19:23.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-01T23:19:23.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-01T23:19:23.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-01T23:19:23.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-01T23:19:23.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-01T23:19:23.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-01T23:19:23.429Z] ---> Running in 88cecd4b91c0 [2021-03-01T23:19:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.205s coverage: 100.0% of statements [2021-03-01T23:19:23.695Z] ---> Running in 1061bd026542 [2021-03-01T23:19:23.695Z] Removing intermediate container 765d446ff30b [2021-03-01T23:19:23.695Z] ---> fd7cd8c4eb46 [2021-03-01T23:19:23.695Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-01T23:19:23.695Z] 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-03-01T23:19:23.961Z] ---> Running in 382ef2834b09 [2021-03-01T23:19:24.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:19:24.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:19:24.507Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-01T23:19:24.507Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T23:19:24.507Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-01T23:19:24.507Z] (4/5) Installing curl (7.69.1-r3) [2021-03-01T23:19:24.507Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-01T23:19:24.507Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:19:24.507Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T23:19:24.507Z] OK: 7 MiB in 19 packages [2021-03-01T23:19:24.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:19:24.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:19:24.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:19:24.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:19:24.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:19:24.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:19:24.773Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-01T23:19:24.773Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-01T23:19:24.773Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:19:24.773Z] OK: 6 MiB in 15 packages [2021-03-01T23:19:24.773Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-01T23:19:24.773Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:19:24.773Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T23:19:25.037Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-01T23:19:25.037Z] (2/2) Installing su-exec (0.2-r1) [2021-03-01T23:19:25.037Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:19:25.037Z] OK: 6 MiB in 16 packages [2021-03-01T23:19:25.299Z] OK: 6 MiB in 16 packages [2021-03-01T23:19:26.693Z] Removing intermediate container dadd18b5dc26 [2021-03-01T23:19:26.693Z] ---> 26039d16b302 [2021-03-01T23:19:26.693Z] [2021-03-01T23:19:26.693Z] Step 11/26 : FROM docker:20.10.0 [2021-03-01T23:19:26.693Z] Removing intermediate container 25485f191d5a [2021-03-01T23:19:26.693Z] ---> 7e8b2053da8c [2021-03-01T23:19:26.693Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-01T23:19:26.693Z] 20.10.0: Pulling from library/docker [2021-03-01T23:19:26.693Z] Removing intermediate container 88cecd4b91c0 [2021-03-01T23:19:26.693Z] ---> b0460c25c2c8 [2021-03-01T23:19:26.693Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T23:19:26.954Z] ---> Running in 2e3826e650e9 [2021-03-01T23:19:27.532Z] Removing intermediate container 382ef2834b09 [2021-03-01T23:19:27.532Z] ---> 98eb8cc5d567 [2021-03-01T23:19:27.532Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-01T23:19:27.800Z] ---> Running in e4c317fe65cd [2021-03-01T23:19:27.800Z] Removing intermediate container 1061bd026542 [2021-03-01T23:19:27.800Z] ---> 9771471f908b [2021-03-01T23:19:27.800Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T23:19:27.800Z] ---> Running in a555d08fbf77 [2021-03-01T23:19:27.800Z] Removing intermediate container 2e3826e650e9 [2021-03-01T23:19:27.800Z] ---> 564cacfa9339 [2021-03-01T23:19:27.800Z] Step 13/24 : WORKDIR / [2021-03-01T23:19:28.065Z] ---> Running in 3407cf14744e [2021-03-01T23:19:28.643Z] ---> Running in 981844bfc7ff [2021-03-01T23:19:28.643Z] Removing intermediate container e4c317fe65cd [2021-03-01T23:19:28.643Z] ---> f6cc5c0e2a34 [2021-03-01T23:19:28.643Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-01T23:19:28.643Z] Removing intermediate container a555d08fbf77 [2021-03-01T23:19:28.643Z] ---> 6f7fc7f83c49 [2021-03-01T23:19:28.643Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-01T23:19:28.905Z] Removing intermediate container 3407cf14744e [2021-03-01T23:19:28.905Z] ---> 8b1fdc4f7407 [2021-03-01T23:19:28.905Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-01T23:19:28.905Z] ---> Running in ce236e27e7d8 [2021-03-01T23:19:28.905Z] ---> Running in 73e08ac19c60 [2021-03-01T23:19:29.171Z] ---> Running in c4b32b168866 [2021-03-01T23:19:29.171Z] Removing intermediate container 981844bfc7ff [2021-03-01T23:19:29.171Z] ---> 0b213517de16 [2021-03-01T23:19:29.171Z] 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-03-01T23:19:29.171Z] Removing intermediate container ce236e27e7d8 [2021-03-01T23:19:29.171Z] ---> 7c25028c3ce6 [2021-03-01T23:19:29.171Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-01T23:19:30.120Z] Removing intermediate container 73e08ac19c60 [2021-03-01T23:19:30.120Z] ---> c0fad42048ad [2021-03-01T23:19:30.120Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-01T23:19:30.120Z] ---> Running in 0e992ab9e5ef [2021-03-01T23:19:30.120Z] Removing intermediate container c4b32b168866 [2021-03-01T23:19:30.120Z] ---> a0f9766f1006 [2021-03-01T23:19:30.120Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-01T23:19:30.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.599s coverage: 27.1% of statements [2021-03-01T23:19:30.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-01T23:19:30.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-01T23:19:30.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-01T23:19:30.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-01T23:19:30.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-01T23:19:30.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-01T23:19:30.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-03-01T23:19:30.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-01T23:19:30.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements [2021-03-01T23:19:30.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-01T23:19:30.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-01T23:19:30.385Z] ---> 675d210d7dd6 [2021-03-01T23:19:30.385Z] 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-03-01T23:19:30.385Z] ---> Running in 4676a10c8584 [2021-03-01T23:19:30.385Z] ---> Running in 148f616f4ea9 [2021-03-01T23:19:30.651Z] Removing intermediate container 0e992ab9e5ef [2021-03-01T23:19:30.651Z] ---> d7d0cd21d5f3 [2021-03-01T23:19:30.651Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T23:19:30.651Z] Removing intermediate container 148f616f4ea9 [2021-03-01T23:19:30.651Z] ---> cd8e5b02b903 [2021-03-01T23:19:30.651Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T23:19:30.915Z] ---> 45053b2025f7 [2021-03-01T23:19:30.915Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-01T23:19:31.184Z] ---> e1af19714b26 [2021-03-01T23:19:31.184Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-01T23:19:31.184Z] ---> d25e6ba41794 [2021-03-01T23:19:31.184Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-01T23:19:31.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 65.8% of statements [2021-03-01T23:19:31.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-01T23:19:31.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-01T23:19:31.456Z] ---> 9e451f48efdd [2021-03-01T23:19:31.456Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-01T23:19:31.727Z] Removing intermediate container 4676a10c8584 [2021-03-01T23:19:31.727Z] ---> 3dccaf3197bd [2021-03-01T23:19:31.727Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-01T23:19:31.996Z] ---> Running in 305971d4232d [2021-03-01T23:19:31.996Z] ---> 32a77e929045 [2021-03-01T23:19:31.996Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-01T23:19:31.996Z] ---> f1d20771b843 [2021-03-01T23:19:31.996Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-01T23:19:32.262Z] ---> 1c57578a5a7e [2021-03-01T23:19:32.262Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-01T23:19:32.839Z] Removing intermediate container 305971d4232d [2021-03-01T23:19:32.839Z] ---> b11e60f7458c [2021-03-01T23:19:32.839Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-01T23:19:33.418Z] ---> e7de7cd86dd6 [2021-03-01T23:19:33.418Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-01T23:19:33.418Z] ---> Running in 1adb8152190b [2021-03-01T23:19:33.418Z] ---> c4420f69c6c9 [2021-03-01T23:19:33.418Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-01T23:19:33.418Z] ---> e8c22efa80e7 [2021-03-01T23:19:33.418Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-01T23:19:33.418Z] ---> b4f4504a5513 [2021-03-01T23:19:33.418Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-01T23:19:33.680Z] ---> Running in 11427253d05b [2021-03-01T23:19:33.680Z] ---> Running in 230af0f90666 [2021-03-01T23:19:33.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.743s coverage: 82.3% of statements [2021-03-01T23:19:33.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-01T23:19:33.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T23:19:33.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-01T23:19:33.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-01T23:19:33.942Z] Removing intermediate container 1adb8152190b [2021-03-01T23:19:33.942Z] ---> e1ad3f773ead [2021-03-01T23:19:33.942Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T23:19:33.942Z] ---> 287e3bcf1fc5 [2021-03-01T23:19:33.942Z] 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-03-01T23:19:33.942Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-01T23:19:33.942Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-01T23:19:33.942Z] ---> aefe523efa57 [2021-03-01T23:19:33.942Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-01T23:19:33.942Z] ---> Running in 01657458b6bf [2021-03-01T23:19:34.217Z] Removing intermediate container 11427253d05b [2021-03-01T23:19:34.217Z] ---> 8be6d41eef3a [2021-03-01T23:19:34.217Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T23:19:34.217Z] ---> Running in ac31d8e3c8d1 [2021-03-01T23:19:34.217Z] ---> Running in 1a796c062a2d [2021-03-01T23:19:34.490Z] ---> Running in 5df66497bc95 [2021-03-01T23:19:34.490Z] Removing intermediate container 01657458b6bf [2021-03-01T23:19:34.490Z] ---> fb6e5e3cf1bb [2021-03-01T23:19:34.490Z] Step 20/22 : LABEL arch=x86_64 [2021-03-01T23:19:34.752Z] ---> Running in d77f16ebf3ae [2021-03-01T23:19:34.752Z] Removing intermediate container 5df66497bc95 [2021-03-01T23:19:34.752Z] ---> 1d660359d04d [2021-03-01T23:19:34.752Z] Step 20/22 : LABEL arch=x86_64 [2021-03-01T23:19:35.015Z] ---> Running in f472e41f58f1 [2021-03-01T23:19:35.015Z] Removing intermediate container d77f16ebf3ae [2021-03-01T23:19:35.015Z] ---> a4bca86d7c56 [2021-03-01T23:19:35.015Z] Step 21/22 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:19:35.277Z] ---> Running in 67ba71be8f1c [2021-03-01T23:19:35.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:19:35.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:19:35.277Z] Removing intermediate container f472e41f58f1 [2021-03-01T23:19:35.277Z] ---> c147fd47fb49 [2021-03-01T23:19:35.277Z] Step 21/22 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:19:35.539Z] (1/2) Installing readline (8.0.4-r0) [2021-03-01T23:19:35.539Z] (2/2) Installing bash (5.0.17-r0) [2021-03-01T23:19:35.539Z] Executing bash-5.0.17-r0.post-install [2021-03-01T23:19:35.539Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:19:35.539Z] OK: 12 MiB in 22 packages [2021-03-01T23:19:35.539Z] ---> Running in 4dcc4360e3a3 [2021-03-01T23:19:35.801Z] Removing intermediate container 230af0f90666 [2021-03-01T23:19:35.801Z] ---> 1c3e82c5b6f1 [2021-03-01T23:19:35.801Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T23:19:35.801Z] Removing intermediate container 67ba71be8f1c [2021-03-01T23:19:35.801Z] ---> b28e9a2d42fb [2021-03-01T23:19:35.801Z] Step 22/22 : LABEL version=0.0.0 [2021-03-01T23:19:36.063Z] ---> Running in a06d2b7bc0a0 [2021-03-01T23:19:36.063Z] Removing intermediate container 4dcc4360e3a3 [2021-03-01T23:19:36.063Z] ---> 216e8d33f130 [2021-03-01T23:19:36.063Z] Step 22/22 : LABEL version=0.0.0 [2021-03-01T23:19:36.326Z] ---> 2fcf19947d5c [2021-03-01T23:19:36.326Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-01T23:19:36.326Z] ---> Running in 73d49c4f9de8 [2021-03-01T23:19:36.326Z] Removing intermediate container 1a796c062a2d [2021-03-01T23:19:36.326Z] ---> 24747a0c7343 [2021-03-01T23:19:36.326Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-01T23:19:36.589Z] Removing intermediate container a06d2b7bc0a0 [2021-03-01T23:19:36.589Z] ---> 300a20d01e9e [2021-03-01T23:19:36.589Z] [2021-03-01T23:19:36.589Z] Removing intermediate container ac31d8e3c8d1 [2021-03-01T23:19:36.589Z] ---> 14fc1c2af833 [2021-03-01T23:19:36.589Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-01T23:19:36.856Z] Successfully built 300a20d01e9e [2021-03-01T23:19:36.856Z] Removing intermediate container 73d49c4f9de8 [2021-03-01T23:19:36.856Z] ---> 4ea8e7ea7162 [2021-03-01T23:19:36.856Z] [2021-03-01T23:19:36.856Z] ---> Running in 43df7c4e99f8 [2021-03-01T23:19:36.856Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-01T23:19:36.856Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-01T23:19:36.856Z] ---> Running in c274da73c624 [2021-03-01T23:19:36.856Z] ---> c9fe6638fda4 [2021-03-01T23:19:36.856Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-01T23:19:36.856Z] Successfully built 4ea8e7ea7162 [2021-03-01T23:19:37.125Z] Successfully tagged docker-support-notifications-go:latest [2021-03-01T23:19:37.125Z] Building docker-core-data-go [2021-03-01T23:19:37.125Z]  Building docker-support-notifications-go ... done Removing intermediate container 43df7c4e99f8 [2021-03-01T23:19:37.125Z] ---> 7146bb1d3b21 [2021-03-01T23:19:37.125Z] Step 22/24 : LABEL arch=x86_64 [2021-03-01T23:19:37.125Z] Removing intermediate container c274da73c624 [2021-03-01T23:19:37.125Z] ---> 60f6bf37bb7f [2021-03-01T23:19:37.125Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-01T23:19:37.125Z] ---> Running in 4787519add98 [2021-03-01T23:19:37.125Z] ---> Running in f539af2a18b2 [2021-03-01T23:19:37.391Z] ---> 495dde5a33db [2021-03-01T23:19:37.391Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-01T23:19:37.391Z] Removing intermediate container 4787519add98 [2021-03-01T23:19:37.391Z] ---> 2ad178f4e7e2 [2021-03-01T23:19:37.391Z] Step 23/24 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:19:37.391Z] Removing intermediate container f539af2a18b2 [2021-03-01T23:19:37.391Z] ---> d53badc1709f [2021-03-01T23:19:37.391Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-01T23:19:37.654Z] ---> Running in af42f10045d1 [2021-03-01T23:19:37.654Z] ---> Running in 9a5548ea1aea [2021-03-01T23:19:37.654Z] ---> 22e6eb8ba568 [2021-03-01T23:19:37.654Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-01T23:19:39.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.138s coverage: 28.6% of statements [2021-03-01T23:19:39.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-01T23:19:39.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-01T23:19:39.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-01T23:19:39.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-01T23:19:39.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-01T23:19:39.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-03-01T23:19:39.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-01T23:19:39.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements [2021-03-01T23:19:39.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-01T23:19:39.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.424s coverage: 86.7% of statements [2021-03-01T23:19:39.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-01T23:19:41.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.342s coverage: 97.5% of statements [2021-03-01T23:19:41.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-01T23:19:41.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 78.3% of statements [2021-03-01T23:19:41.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-01T23:19:41.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-01T23:19:41.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-01T23:19:41.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-01T23:19:45.810Z] Removing intermediate container af42f10045d1 [2021-03-01T23:19:45.810Z] ---> eaf05afda654 [2021-03-01T23:19:45.810Z] Step 24/24 : LABEL version=0.0.0Removing intermediate container 9a5548ea1aea [2021-03-01T23:19:45.810Z] [2021-03-01T23:19:45.810Z] ---> 184b8cf8c37f [2021-03-01T23:19:45.810Z] ---> Running in db136c4a8e63 [2021-03-01T23:19:45.810Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-01T23:19:45.810Z] ---> Running in c6084eb91f94 [2021-03-01T23:19:45.810Z] Removing intermediate container c6084eb91f94 [2021-03-01T23:19:45.810Z] ---> fefb4c202fa1 [2021-03-01T23:19:45.810Z] [2021-03-01T23:19:45.810Z] ---> 5a4244c68f36 [2021-03-01T23:19:45.810Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-01T23:19:45.810Z] Removing intermediate container db136c4a8e63 [2021-03-01T23:19:45.810Z] ---> 88e30af7c799 [2021-03-01T23:19:45.810Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-01T23:19:45.810Z] Successfully built fefb4c202fa1 [2021-03-01T23:19:45.810Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-01T23:19:45.810Z] Building docker-core-metadata-go [2021-03-01T23:19:51.353Z]  Building docker-security-secretstore-setup-go ... done  ---> 2648c74fc0fe [2021-03-01T23:19:51.353Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-01T23:19:51.353Z] ---> d9dcdd12fc89 [2021-03-01T23:19:51.353Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-01T23:19:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.205s coverage: 92.8% of statements [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-01T23:19:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-01T23:19:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.250s coverage: 0.1% of statements [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-01T23:19:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-01T23:19:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 45.5% of statements [2021-03-01T23:19:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.081s coverage: 79.5% of statements [2021-03-01T23:19:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.084s coverage: 94.1% of statements [2021-03-01T23:19:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-03-01T23:19:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-03-01T23:19:53.604Z] ---> Running in 696aec87635f [2021-03-01T23:19:53.867Z] ---> d71f20c7b9be [2021-03-01T23:19:53.867Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-01T23:19:57.204Z] ---> Running in 0b478c18aeb0 [2021-03-01T23:19:57.481Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:19:57.481Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:19:57.481Z] ---> 9e77d633783e [2021-03-01T23:19:57.481Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T23:19:57.481Z] ---> Using cache [2021-03-01T23:19:57.481Z] ---> 4dc44e789a7a [2021-03-01T23:19:57.481Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:19:57.481Z] ---> Using cache [2021-03-01T23:19:57.481Z] ---> 6759c755ecde [2021-03-01T23:19:57.481Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-01T23:19:58.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:19:58.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:19:58.448Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-01T23:19:58.448Z] (2/33) Installing expat (2.2.9-r1) [2021-03-01T23:19:58.448Z] (3/33) Installing libffi (3.3-r2) [2021-03-01T23:19:58.448Z] (4/33) Installing gdbm (1.13-r1) [2021-03-01T23:19:58.714Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-01T23:19:58.714Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-01T23:19:58.714Z] ---> Running in 4e8483a48a53 [2021-03-01T23:19:58.714Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-01T23:19:58.714Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:19:58.714Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:19:58.714Z] ---> 9e77d633783e [2021-03-01T23:19:58.714Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T23:19:58.714Z] ---> Using cache [2021-03-01T23:19:58.714Z] ---> 4dc44e789a7a [2021-03-01T23:19:58.714Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:19:58.714Z] ---> Using cache [2021-03-01T23:19:58.714Z] ---> 6759c755ecde [2021-03-01T23:19:58.714Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-01T23:19:58.714Z] ---> Using cache [2021-03-01T23:19:58.714Z] ---> 5d03a4154201 [2021-03-01T23:19:58.714Z] Step 6/23 : COPY go.mod . [2021-03-01T23:19:58.714Z] ---> Using cache [2021-03-01T23:19:58.714Z] ---> dbef240466d1 [2021-03-01T23:19:58.714Z] Step 7/23 : RUN go mod download [2021-03-01T23:19:58.714Z] ---> Using cache [2021-03-01T23:19:58.714Z] ---> d7aed6c718e0 [2021-03-01T23:19:58.714Z] Step 8/23 : COPY . . [2021-03-01T23:19:58.714Z] ---> Using cache [2021-03-01T23:19:58.714Z] ---> f2c29dd77319 [2021-03-01T23:19:58.714Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-01T23:20:02.531Z] ---> Running in f5c5e24f60fa [2021-03-01T23:20:03.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:20:04.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements [2021-03-01T23:20:04.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-03-01T23:20:04.199Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-01T23:20:04.200Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-01T23:20:04.200Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-01T23:20:04.200Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-01T23:20:04.200Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-01T23:20:04.469Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-01T23:20:04.469Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-01T23:20:04.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:20:05.041Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-01T23:20:05.041Z] Removing intermediate container 696aec87635f [2021-03-01T23:20:05.041Z] ---> f9b975aadafd [2021-03-01T23:20:05.041Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-01T23:20:05.310Z] OK: 233 MiB in 51 packages [2021-03-01T23:20:05.310Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-01T23:20:05.575Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-01T23:20:06.151Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-01T23:20:06.151Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-01T23:20:06.151Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-01T23:20:06.151Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-01T23:20:06.413Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-01T23:20:06.413Z] 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-03-01T23:20:06.904Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-01T23:20:07.491Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-01T23:20:07.491Z] ---> Running in e877091de916 [2021-03-01T23:20:07.491Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-01T23:20:07.491Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-01T23:20:08.117Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-01T23:20:08.117Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-01T23:20:08.117Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:20:08.117Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:20:08.117Z] ---> 9e77d633783e [2021-03-01T23:20:08.117Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T23:20:08.117Z] ---> Using cache [2021-03-01T23:20:08.117Z] ---> 4dc44e789a7a [2021-03-01T23:20:08.117Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:20:08.117Z] ---> Using cache [2021-03-01T23:20:08.117Z] ---> 6759c755ecde [2021-03-01T23:20:08.117Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-01T23:20:08.117Z] ---> Using cache [2021-03-01T23:20:08.117Z] ---> 5d03a4154201 [2021-03-01T23:20:08.117Z] Step 6/23 : COPY go.mod . [2021-03-01T23:20:08.117Z] ---> Using cache [2021-03-01T23:20:08.117Z] ---> dbef240466d1 [2021-03-01T23:20:08.117Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-01T23:20:08.117Z] Step 7/23 : RUN go mod download [2021-03-01T23:20:08.117Z] ---> Using cache [2021-03-01T23:20:08.117Z] ---> d7aed6c718e0 [2021-03-01T23:20:08.117Z] Step 8/23 : COPY . . [2021-03-01T23:20:08.117Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-01T23:20:08.382Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-01T23:20:08.382Z] ---> Using cache [2021-03-01T23:20:08.382Z] ---> f2c29dd77319 [2021-03-01T23:20:08.382Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-01T23:20:08.382Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-01T23:20:08.382Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-01T23:20:09.348Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:20:09.620Z] OK: 71 MiB in 55 packages [2021-03-01T23:20:09.620Z] Removing intermediate container e877091de916 [2021-03-01T23:20:09.620Z] ---> 07e7f1f40185 [2021-03-01T23:20:09.620Z] Step 27/30 : CMD ["gate"] [2021-03-01T23:20:09.620Z] ---> Running in d7c458c6e560 [2021-03-01T23:20:09.885Z] Removing intermediate container 4e8483a48a53 [2021-03-01T23:20:09.885Z] ---> 5563661c6696 [2021-03-01T23:20:09.885Z] Step 6/23 : COPY go.mod . [2021-03-01T23:20:10.165Z] ---> Running in 942ddd7afa20 [2021-03-01T23:20:10.432Z] ---> e91d26faa4f8 [2021-03-01T23:20:10.432Z] Step 7/23 : RUN go mod download [2021-03-01T23:20:10.432Z] Removing intermediate container 942ddd7afa20 [2021-03-01T23:20:10.432Z] ---> 80987ae425fa [2021-03-01T23:20:10.432Z] Step 28/30 : LABEL arch=x86_64 [2021-03-01T23:20:10.707Z] ---> Running in 612ae7eea7ba [2021-03-01T23:20:10.974Z] ---> Running in 4cd0a3f87d9f [2021-03-01T23:20:11.250Z] 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-03-01T23:20:11.529Z] Removing intermediate container 4cd0a3f87d9f [2021-03-01T23:20:11.529Z] ---> 2bc9235315ed [2021-03-01T23:20:11.529Z] Step 29/30 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:20:11.806Z] ---> Running in d9b19ee2e3c3 [2021-03-01T23:20:12.075Z] Removing intermediate container d9b19ee2e3c3 [2021-03-01T23:20:12.075Z] ---> bac594a79327 [2021-03-01T23:20:12.075Z] Step 30/30 : LABEL version=0.0.0 [2021-03-01T23:20:12.345Z] ---> Running in 750f9442401a [2021-03-01T23:20:12.611Z] Removing intermediate container 750f9442401a [2021-03-01T23:20:12.611Z] ---> b3f2bbfefad0 [2021-03-01T23:20:12.611Z] [2021-03-01T23:20:13.202Z] Successfully built b3f2bbfefad0 [2021-03-01T23:20:13.468Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-01T23:20:13.468Z] Building docker-security-proxy-setup-go [2021-03-01T23:20:14.055Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 612ae7eea7ba [2021-03-01T23:20:14.055Z] ---> 6e0e89e6da05 [2021-03-01T23:20:14.055Z] Step 8/23 : COPY . . [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.076s coverage: 87.2% of statements [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.6% of statements [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.474s coverage: 62.4% of statements [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.873s coverage: 69.1% of statements [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.347s coverage: 38.4% of statements [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-01T23:20:19.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.095s coverage: 89.5% of statements [2021-03-01T23:20:19.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-01T23:20:20.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.108s coverage: 84.8% of statements [2021-03-01T23:20:27.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.427s coverage: 47.0% of statements [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-01T23:20:27.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-01T23:20:27.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-01T23:20:27.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.392s coverage: 89.4% of statements [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T23:20:27.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-01T23:20:35.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.117s coverage: 29.1% of statements [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-01T23:20:35.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.182s coverage: 99.0% of statements [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-01T23:20:35.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-01T23:20:35.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.198s coverage: 94.3% of statements [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-01T23:20:35.646Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-01T23:20:35.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-01T23:20:35.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-01T23:20:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-01T23:20:35.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements [2021-03-01T23:20:35.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-01T23:20:35.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-01T23:20:36.240Z] GO111MODULE=on go vet ./... [2021-03-01T23:20:40.953Z] Removing intermediate container 0b478c18aeb0 [2021-03-01T23:20:40.953Z] ---> f816506afbd2 [2021-03-01T23:20:40.953Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-01T23:20:40.953Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:20:40.953Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:20:40.953Z] ---> 9e77d633783e [2021-03-01T23:20:40.953Z] Step 3/21 : WORKDIR /edgex-go [2021-03-01T23:20:40.953Z] ---> Using cache [2021-03-01T23:20:40.953Z] ---> 4dc44e789a7a [2021-03-01T23:20:40.953Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:20:40.953Z] ---> Using cache [2021-03-01T23:20:40.953Z] ---> 6759c755ecde [2021-03-01T23:20:40.953Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-01T23:20:40.953Z] ---> Using cache [2021-03-01T23:20:40.953Z] ---> 5d03a4154201 [2021-03-01T23:20:40.953Z] Step 6/21 : COPY go.mod . [2021-03-01T23:20:40.953Z] ---> Using cache [2021-03-01T23:20:40.953Z] ---> dbef240466d1 [2021-03-01T23:20:40.953Z] Step 7/21 : RUN go mod download [2021-03-01T23:20:40.953Z] ---> Using cache [2021-03-01T23:20:40.953Z] ---> d7aed6c718e0 [2021-03-01T23:20:40.953Z] Step 8/21 : COPY . . [2021-03-01T23:20:40.953Z] ---> Using cache [2021-03-01T23:20:40.953Z] ---> f2c29dd77319 [2021-03-01T23:20:40.953Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-01T23:20:42.430Z] ---> Running in 16a2e02ab7b9 [2021-03-01T23:20:42.430Z] ---> Running in 9fa16b96aa2f [2021-03-01T23:20:43.048Z] ---> 8703fcf73e2e [2021-03-01T23:20:43.048Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-01T23:20:43.048Z] ---> Running in 7da6c25fcb60 [2021-03-01T23:20:44.054Z] 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-03-01T23:20:44.054Z] 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-03-01T23:20:46.887Z] Removing intermediate container f5c5e24f60fa [2021-03-01T23:20:46.887Z] ---> 79c0303dcfda [2021-03-01T23:20:46.887Z] [2021-03-01T23:20:46.887Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T23:20:46.887Z] ---> 88dd2752d2ea [2021-03-01T23:20:46.887Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-01T23:20:46.887Z] ---> Using cache [2021-03-01T23:20:46.887Z] ---> b0460c25c2c8 [2021-03-01T23:20:46.887Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T23:20:46.887Z] ---> Using cache [2021-03-01T23:20:46.887Z] ---> f6cc5c0e2a34 [2021-03-01T23:20:46.887Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-01T23:20:46.887Z] ---> Running in c1fe27c200e5 [2021-03-01T23:20:47.492Z] Removing intermediate container c1fe27c200e5 [2021-03-01T23:20:47.492Z] ---> 25c85f0f9743 [2021-03-01T23:20:47.492Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-01T23:20:47.492Z] Collecting docker-compose==1.23.2 [2021-03-01T23:20:47.492Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-01T23:20:47.773Z] ---> Running in 7079e7191928 [2021-03-01T23:20:48.063Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-01T23:20:48.063Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-01T23:20:48.664Z] Removing intermediate container 7079e7191928 [2021-03-01T23:20:48.664Z] ---> ed0bf1577d78 [2021-03-01T23:20:48.664Z] Step 15/23 : WORKDIR / [2021-03-01T23:20:49.649Z] Collecting docopt<0.7,>=0.6.1 [2021-03-01T23:20:49.649Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-01T23:20:51.081Z] Collecting texttable<0.10,>=0.9.0 [2021-03-01T23:20:51.081Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-01T23:20:51.081Z] ---> Running in ea7d4127aed2 [2021-03-01T23:20:51.676Z] Removing intermediate container d7c458c6e560 [2021-03-01T23:20:51.676Z] ---> e9462a90126b [2021-03-01T23:20:51.676Z] [2021-03-01T23:20:51.676Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T23:20:51.676Z] ---> 88dd2752d2ea [2021-03-01T23:20:51.676Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-01T23:20:51.676Z] ---> Using cache [2021-03-01T23:20:51.676Z] ---> b0460c25c2c8 [2021-03-01T23:20:51.676Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T23:20:51.676Z] ---> Using cache [2021-03-01T23:20:51.676Z] ---> f6cc5c0e2a34 [2021-03-01T23:20:51.676Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-01T23:20:51.676Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-01T23:20:51.676Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-01T23:20:51.951Z] ---> Running in e7cb1f7bab0a [2021-03-01T23:20:51.951Z] Removing intermediate container ea7d4127aed2 [2021-03-01T23:20:51.951Z] ---> 4c8989888b57 [2021-03-01T23:20:51.951Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T23:20:52.225Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-01T23:20:52.833Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-01T23:20:53.820Z] Collecting PyYAML<4,>=3.10 [2021-03-01T23:20:53.820Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-01T23:20:54.096Z] Removing intermediate container e7cb1f7bab0a [2021-03-01T23:20:54.096Z] ---> aefbcf1be28b [2021-03-01T23:20:54.096Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-01T23:20:54.687Z] ---> 9cd1f1113d45 [2021-03-01T23:20:54.687Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-01T23:20:55.309Z] ---> Running in 9ff1e092785b [2021-03-01T23:20:55.585Z] Removing intermediate container 9ff1e092785b [2021-03-01T23:20:55.585Z] ---> efb941ece7d7 [2021-03-01T23:20:55.585Z] Step 15/23 : WORKDIR / [2021-03-01T23:20:55.585Z] ---> fe3736cd740c [2021-03-01T23:20:55.585Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-01T23:20:55.585Z] Collecting docker<4.0,>=3.6.0 [2021-03-01T23:20:55.585Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-01T23:20:55.585Z] ---> Running in 2049d9857d54 [2021-03-01T23:20:55.862Z] Collecting jsonschema<3,>=2.5.1 [2021-03-01T23:20:55.862Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-01T23:20:56.140Z] Collecting cached-property<2,>=1.2.0 [2021-03-01T23:20:56.140Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-01T23:20:56.140Z] 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-03-01T23:20:56.140Z] 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-03-01T23:20:56.140Z] ---> 901df8b945cb [2021-03-01T23:20:56.141Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-01T23:20:56.413Z] Collecting idna<2.8,>=2.5 [2021-03-01T23:20:56.413Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-01T23:20:56.413Z] Removing intermediate container 2049d9857d54 [2021-03-01T23:20:56.413Z] ---> e829fb954c8e [2021-03-01T23:20:56.413Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T23:20:56.413Z] 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-03-01T23:20:56.413Z] ---> Running in 56010d5d84d3 [2021-03-01T23:20:56.680Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-01T23:20:56.946Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-01T23:20:57.209Z] Collecting docker-pycreds>=0.4.0 [2021-03-01T23:20:57.475Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-01T23:20:57.739Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-01T23:20:57.739Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-01T23:20:57.739Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-01T23:20:57.739Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-01T23:20:58.011Z] Removing intermediate container 56010d5d84d3 [2021-03-01T23:20:58.011Z] ---> 20fa84be548c [2021-03-01T23:20:58.011Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T23:20:58.011Z] ---> f7ed4b5e238d [2021-03-01T23:20:58.011Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-01T23:20:58.011Z] Installing collected packages: dockerpty, docopt, texttable, websocket-client, idna, urllib3, requests, PyYAML, docker-pycreds, docker, jsonschema, cached-property, docker-compose [2021-03-01T23:20:58.011Z] Running setup.py install for dockerpty: started [2021-03-01T23:20:58.011Z] ---> Running in 7355832da8d0 [2021-03-01T23:20:58.624Z] Removing intermediate container 7355832da8d0 [2021-03-01T23:20:58.624Z] ---> ee103d5b6c5c [2021-03-01T23:20:58.624Z] Step 21/23 : LABEL arch=x86_64 [2021-03-01T23:20:58.901Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-01T23:20:58.901Z] Running setup.py install for docopt: started [2021-03-01T23:20:58.901Z] ---> 6236484e1f42 [2021-03-01T23:20:58.901Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-01T23:20:58.901Z] ---> Running in c9e0fafb6f95 [2021-03-01T23:20:59.166Z] Removing intermediate container c9e0fafb6f95 [2021-03-01T23:20:59.166Z] ---> 0e017ece59d0 [2021-03-01T23:20:59.166Z] Step 22/23 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:20:59.437Z] Running setup.py install for docopt: finished with status 'done' [2021-03-01T23:20:59.437Z] Running setup.py install for texttable: started [2021-03-01T23:20:59.437Z] ---> Running in 97311cb1fa34 [2021-03-01T23:20:59.437Z] ---> 37ecf29b150b [2021-03-01T23:20:59.437Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-01T23:20:59.437Z] ---> Running in ee7c3b049abd [2021-03-01T23:20:59.710Z] Removing intermediate container 97311cb1fa34 [2021-03-01T23:20:59.710Z] ---> f89f7274c06a [2021-03-01T23:20:59.710Z] Step 23/23 : LABEL version=0.0.0 [2021-03-01T23:20:59.710Z] ---> Running in 5f31fd104591 [2021-03-01T23:20:59.975Z] Removing intermediate container ee7c3b049abd [2021-03-01T23:20:59.975Z] ---> ccd0eda5140e [2021-03-01T23:20:59.975Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T23:20:59.975Z] ---> Running in 6af3b1760721 [2021-03-01T23:20:59.975Z] Running setup.py install for texttable: finished with status 'done' [2021-03-01T23:21:00.243Z] Attempting uninstall: idna [2021-03-01T23:21:00.243Z] Removing intermediate container 5f31fd104591 [2021-03-01T23:21:00.243Z] ---> d24ad88b1278 [2021-03-01T23:21:00.243Z] [2021-03-01T23:21:00.243Z] Found existing installation: idna 2.9 [2021-03-01T23:21:00.243Z] Uninstalling idna-2.9: [2021-03-01T23:21:00.243Z] Successfully uninstalled idna-2.9 [2021-03-01T23:21:00.508Z] Successfully built d24ad88b1278 [2021-03-01T23:21:00.508Z] Successfully tagged docker-core-command-go:latest [2021-03-01T23:21:00.508Z]  Building docker-core-command-go ... done Removing intermediate container 6af3b1760721 [2021-03-01T23:21:00.508Z] ---> 9c041519d86f [2021-03-01T23:21:00.508Z] Step 21/23 : LABEL arch=x86_64 [2021-03-01T23:21:00.508Z] Attempting uninstall: urllib3 [2021-03-01T23:21:00.508Z] Found existing installation: urllib3 1.25.9 [2021-03-01T23:21:00.508Z] Uninstalling urllib3-1.25.9: [2021-03-01T23:21:00.770Z] Successfully uninstalled urllib3-1.25.9 [2021-03-01T23:21:01.355Z] ---> Running in b491f3ca510d [2021-03-01T23:21:01.355Z] Attempting uninstall: requests [2021-03-01T23:21:01.355Z] Found existing installation: requests 2.23.0 [2021-03-01T23:21:01.355Z] Uninstalling requests-2.23.0: [2021-03-01T23:21:01.355Z] Successfully uninstalled requests-2.23.0 [2021-03-01T23:21:02.316Z] Running setup.py install for PyYAML: started [2021-03-01T23:21:02.316Z] Removing intermediate container b491f3ca510d [2021-03-01T23:21:02.316Z] ---> d12221eb774a [2021-03-01T23:21:02.316Z] Step 22/23 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:21:02.316Z] ---> Running in a44feba6ed4a [2021-03-01T23:21:02.594Z] Removing intermediate container a44feba6ed4a [2021-03-01T23:21:02.594Z] ---> cf9ce8e1de5b [2021-03-01T23:21:02.594Z] Step 23/23 : LABEL version=0.0.0 [2021-03-01T23:21:02.865Z] ---> Running in 32093e1004ad [2021-03-01T23:21:02.865Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-01T23:21:03.136Z] Removing intermediate container 32093e1004ad [2021-03-01T23:21:03.136Z] ---> 18727fbdd30f [2021-03-01T23:21:03.136Z] [2021-03-01T23:21:03.728Z] Successfully built 18727fbdd30f [2021-03-01T23:21:04.003Z] Successfully tagged docker-core-metadata-go:latest [2021-03-01T23:21:04.003Z]  Building docker-core-metadata-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-03-01T23:21:04.280Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-03-01T23:21:08.547Z] Removing intermediate container 16a2e02ab7b9 [2021-03-01T23:21:08.547Z] ---> 0f2b87dba6f9 [2021-03-01T23:21:08.547Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-01T23:21:10.469Z] ---> Running in a3cb73e93f26 [2021-03-01T23:21:11.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:21:11.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:21:11.313Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T23:21:11.313Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-01T23:21:11.313Z] (3/3) Installing curl (7.69.1-r3) [2021-03-01T23:21:11.313Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:21:12.712Z] OK: 72 MiB in 58 packages [2021-03-01T23:21:13.285Z] Removing intermediate container 9fa16b96aa2f [2021-03-01T23:21:13.285Z] ---> 4d8ddecfec14 [2021-03-01T23:21:13.285Z] [2021-03-01T23:21:13.285Z] Step 10/21 : FROM alpine:3.12 [2021-03-01T23:21:13.285Z] ---> 88dd2752d2ea [2021-03-01T23:21:13.285Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-01T23:21:13.862Z] ---> Running in e1a29266d566 [2021-03-01T23:21:14.125Z] Removing intermediate container 7da6c25fcb60 [2021-03-01T23:21:14.125Z] ---> c4c6c4f877fb [2021-03-01T23:21:14.125Z] [2021-03-01T23:21:14.125Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T23:21:14.125Z] ---> 88dd2752d2ea [2021-03-01T23:21:14.125Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-01T23:21:14.125Z] ---> Running in be9dc59a333d [2021-03-01T23:21:14.387Z] Removing intermediate container a3cb73e93f26 [2021-03-01T23:21:14.387Z] ---> a545b3d53ffc [2021-03-01T23:21:14.387Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-01T23:21:14.387Z] ---> Running in fecfa1e46407 [2021-03-01T23:21:14.387Z] Removing intermediate container be9dc59a333d [2021-03-01T23:21:14.387Z] ---> ae745dfe9179 [2021-03-01T23:21:14.387Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-01T23:21:14.650Z] ---> Running in 651c142f546f [2021-03-01T23:21:14.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:21:14.650Z] Removing intermediate container fecfa1e46407 [2021-03-01T23:21:14.650Z] ---> 0ad75d947794 [2021-03-01T23:21:14.650Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T23:21:14.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:21:14.650Z] ---> Running in 50ff56700bc4 [2021-03-01T23:21:14.912Z] Removing intermediate container 651c142f546f [2021-03-01T23:21:14.912Z] ---> 9aee4556ad49 [2021-03-01T23:21:14.912Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-01T23:21:14.912Z] ---> Running in 30cdfa3d84d7 [2021-03-01T23:21:14.912Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-01T23:21:14.912Z] Removing intermediate container 50ff56700bc4 [2021-03-01T23:21:14.912Z] ---> 523536c20fc6 [2021-03-01T23:21:14.912Z] Step 24/26 : LABEL arch=x86_64 [2021-03-01T23:21:14.912Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T23:21:14.912Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-01T23:21:14.912Z] (4/4) Installing curl (7.69.1-r3) [2021-03-01T23:21:14.912Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:21:15.173Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T23:21:15.436Z] OK: 7 MiB in 18 packages [2021-03-01T23:21:15.436Z] ---> Running in 4ab8bab416b0 [2021-03-01T23:21:15.436Z] Removing intermediate container 30cdfa3d84d7 [2021-03-01T23:21:15.436Z] ---> c0ef6fba4285 [2021-03-01T23:21:15.436Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:21:15.699Z] ---> Running in cca9df6af3ee [2021-03-01T23:21:15.699Z] Removing intermediate container 4ab8bab416b0 [2021-03-01T23:21:15.699Z] ---> 2622c862fa4f [2021-03-01T23:21:15.699Z] Step 25/26 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:21:15.699Z] ---> Running in 4d60eeb01db0 [2021-03-01T23:21:16.276Z] Removing intermediate container 4d60eeb01db0 [2021-03-01T23:21:16.276Z] ---> 4aaeb183e943 [2021-03-01T23:21:16.276Z] Step 26/26 : LABEL version=0.0.0 [2021-03-01T23:21:16.539Z] ---> Running in 8f3262e6edcc [2021-03-01T23:21:16.539Z] Removing intermediate container e1a29266d566 [2021-03-01T23:21:16.539Z] ---> 16f1cbae9b56 [2021-03-01T23:21:16.539Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-01T23:21:16.539Z] ---> Running in c8e2f67700c0 [2021-03-01T23:21:16.800Z] Removing intermediate container 8f3262e6edcc [2021-03-01T23:21:16.800Z] ---> 34e6eec4a67e [2021-03-01T23:21:16.800Z] [2021-03-01T23:21:17.745Z] Successfully built 34e6eec4a67e [2021-03-01T23:21:17.745Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-01T23:21:17.745Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c8e2f67700c0 [2021-03-01T23:21:17.745Z] ---> b85bcad04426 [2021-03-01T23:21:17.745Z] Step 13/21 : WORKDIR /edgex [2021-03-01T23:21:18.007Z] ---> Running in cdf8ee789080 [2021-03-01T23:21:18.007Z] Removing intermediate container cca9df6af3ee [2021-03-01T23:21:18.007Z] ---> 671b88da4f1f [2021-03-01T23:21:18.007Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-01T23:21:18.007Z] Removing intermediate container cdf8ee789080 [2021-03-01T23:21:18.007Z] ---> 60e7559d4601 [2021-03-01T23:21:18.007Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-01T23:21:18.270Z] ---> Running in f185ae5d1c34 [2021-03-01T23:21:18.532Z] ---> 1f45f2810714 [2021-03-01T23:21:18.532Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-01T23:21:18.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T23:21:18.794Z] ---> f940817e914e [2021-03-01T23:21:18.794Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-01T23:21:19.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T23:21:19.368Z] ---> 63db9bc85fe8 [2021-03-01T23:21:19.368Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-01T23:21:19.368Z] ---> Running in 71a3f89c5073 [2021-03-01T23:21:19.631Z] Removing intermediate container 71a3f89c5073 [2021-03-01T23:21:19.631Z] ---> 9ff0d2ab8503 [2021-03-01T23:21:19.631Z] Step 18/21 : CMD ["--init=true"] [2021-03-01T23:21:19.631Z] ---> Running in a60557d92bfa [2021-03-01T23:21:19.894Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-01T23:21:19.894Z] Removing intermediate container a60557d92bfa [2021-03-01T23:21:19.894Z] ---> 2172e53b8e04 [2021-03-01T23:21:19.894Z] Step 19/21 : LABEL arch=x86_64 [2021-03-01T23:21:19.894Z] ---> Running in 37d5db1b00b8 [2021-03-01T23:21:19.894Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-01T23:21:19.894Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-01T23:21:19.894Z] Removing intermediate container 37d5db1b00b8 [2021-03-01T23:21:19.894Z] ---> 6690bf233497 [2021-03-01T23:21:19.894Z] Step 20/21 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:21:20.156Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-01T23:21:20.156Z] ---> Running in 14775ca09a4f [2021-03-01T23:21:20.156Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-01T23:21:20.156Z] Removing intermediate container 14775ca09a4f [2021-03-01T23:21:20.156Z] ---> fc922ddf8804 [2021-03-01T23:21:20.156Z] Step 21/21 : LABEL version=0.0.0 [2021-03-01T23:21:20.419Z] ---> Running in 9a15403a1195 [2021-03-01T23:21:20.419Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-01T23:21:20.419Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:21:20.419Z] OK: 8 MiB in 20 packages [2021-03-01T23:21:20.419Z] Removing intermediate container 9a15403a1195 [2021-03-01T23:21:20.419Z] ---> 75d6c7a5ae88 [2021-03-01T23:21:20.419Z] [2021-03-01T23:21:20.680Z] Successfully built 75d6c7a5ae88 [2021-03-01T23:21:20.942Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-01T23:21:21.245Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f185ae5d1c34 [2021-03-01T23:21:21.245Z] ---> 4326ba7746c6 [2021-03-01T23:21:21.245Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T23:21:21.543Z] ---> d2663be495dd [2021-03-01T23:21:21.543Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-01T23:21:22.153Z] ---> 8ecf89aa2db3 [2021-03-01T23:21:22.153Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-01T23:21:23.120Z] ---> c0717a1b0422 [2021-03-01T23:21:23.120Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-01T23:21:23.120Z] ---> Running in 90eb0f14d228 [2021-03-01T23:21:23.382Z] Removing intermediate container 90eb0f14d228 [2021-03-01T23:21:23.382Z] ---> dd5bd777c5a2 [2021-03-01T23:21:23.382Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T23:21:23.382Z] ---> Running in 354cf1812f9e [2021-03-01T23:21:23.643Z] Removing intermediate container 354cf1812f9e [2021-03-01T23:21:23.643Z] ---> 9bb910e67ba0 [2021-03-01T23:21:23.643Z] Step 21/23 : LABEL arch=x86_64 [2021-03-01T23:21:23.643Z] ---> Running in c7fbfaa69958 [2021-03-01T23:21:23.906Z] Removing intermediate container c7fbfaa69958 [2021-03-01T23:21:23.906Z] ---> edb26de2f44f [2021-03-01T23:21:23.906Z] Step 22/23 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:21:23.906Z] ---> Running in 678278dad2cb [2021-03-01T23:21:24.168Z] Removing intermediate container 678278dad2cb [2021-03-01T23:21:24.168Z] ---> af085d84ad3a [2021-03-01T23:21:24.168Z] Step 23/23 : LABEL version=0.0.0 [2021-03-01T23:21:24.168Z] ---> Running in 389bde3ab017 [2021-03-01T23:21:24.431Z] Removing intermediate container 389bde3ab017 [2021-03-01T23:21:24.431Z] ---> 19c19bfd1521 [2021-03-01T23:21:24.431Z] [2021-03-01T23:21:24.431Z] Successfully built 19c19bfd1521 [2021-03-01T23:21:24.431Z] Successfully tagged docker-core-data-go:latest [2021-03-01T23:21:24.707Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-01T23:21:24.741Z] $ docker stop --time=1 07334c68f3ea669b7778d661166953a989cefbbb23ae1056f7fbeb399b6714c4 [2021-03-01T23:21:26.464Z] $ docker rm -f 07334c68f3ea669b7778d661166953a989cefbbb23ae1056f7fbeb399b6714c4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T23:21:27.016Z] + docker images [2021-03-01T23:21:27.016Z] + grep docker [2021-03-01T23:21:27.277Z] docker-core-data-go latest 19c19bfd1521 3 seconds ago 22.4MB [2021-03-01T23:21:27.277Z] docker-security-proxy-setup-go latest 75d6c7a5ae88 7 seconds ago 24.7MB [2021-03-01T23:21:27.277Z] docker-sys-mgmt-agent-go latest 34e6eec4a67e 11 seconds ago 313MB [2021-03-01T23:21:27.277Z] docker-core-metadata-go latest 18727fbdd30f 25 seconds ago 19MB [2021-03-01T23:21:27.277Z] docker-core-command-go latest d24ad88b1278 28 seconds ago 17MB [2021-03-01T23:21:27.278Z] docker-security-bootstrapper-go latest b3f2bbfefad0 About a minute ago 18.7MB [2021-03-01T23:21:27.278Z] docker-security-secretstore-setup-go latest fefb4c202fa1 About a minute ago 24.9MB [2021-03-01T23:21:27.278Z] docker-support-notifications-go latest 4ea8e7ea7162 About a minute ago 17.8MB [2021-03-01T23:21:27.278Z] docker-support-scheduler-go latest 300a20d01e9e About a minute ago 17.2MB [2021-03-01T23:21:27.278Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-01T23:21:43.069Z] Still waiting to schedule task [2021-03-01T23:21:43.069Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-01T23:21:58.062Z] gofmt -l . [2021-03-01T23:21:58.062Z] [ "`gofmt -l .`" = "" ] [2021-03-01T23:21:58.062Z] ./bin/test-go-mod-tidy.sh [2021-03-01T23:21:58.062Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-01T23:21:58.714Z] + ls -al . [2021-03-01T23:21:58.714Z] total 740 [2021-03-01T23:21:58.714Z] drwxrwxr-x 9 1001 1001 4096 Mar 1 23:21 . [2021-03-01T23:21:58.714Z] drwxr-xr-x 4 root root 4096 Mar 1 23:17 .. [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 11 Mar 1 23:16 .dockerignore [2021-03-01T23:21:58.714Z] drwxrwxr-x 8 1001 1001 4096 Mar 1 23:16 .git [2021-03-01T23:21:58.714Z] drwxrwxr-x 3 1001 1001 4096 Mar 1 23:16 .github [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 818 Mar 1 23:16 .gitignore [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 166 Mar 1 23:16 .sonarcloud.properties [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 8475 Mar 1 23:16 Attribution.txt [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 3804 Mar 1 23:16 CONTRIBUTING.md [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 931 Mar 1 23:16 Dockerfile.build [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 863 Mar 1 23:16 Jenkinsfile [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 10775 Mar 1 23:16 LICENSE [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 5774 Mar 1 23:16 Makefile [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 6524 Mar 1 23:16 README.md [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 6755 Mar 1 23:16 SECURITY.md [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 5 Mar 1 23:13 VERSION [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 4131 Mar 1 23:16 ZMQWindows.md [2021-03-01T23:21:58.714Z] drwxrwxr-x 2 1001 1001 4096 Mar 1 23:16 bin [2021-03-01T23:21:58.714Z] drwxrwxr-x 14 1001 1001 4096 Mar 1 23:16 cmd [2021-03-01T23:21:58.714Z] -rw-r--r-- 1 root root 600565 Mar 1 23:20 coverage.out [2021-03-01T23:21:58.714Z] -rw-r--r-- 1 root root 1055 Mar 1 23:21 go.mod [2021-03-01T23:21:58.714Z] -rw-r--r-- 1 root root 21699 Mar 1 23:21 go.sum [2021-03-01T23:21:58.714Z] drwxrwxr-x 8 1001 1001 4096 Mar 1 23:16 internal [2021-03-01T23:21:58.714Z] drwxrwxr-x 4 1001 1001 4096 Mar 1 23:16 openapi [2021-03-01T23:21:58.714Z] drwxrwxr-x 4 1001 1001 4096 Mar 1 23:16 snap [2021-03-01T23:21:58.714Z] -rw-rw-r-- 1 1001 1001 168 Mar 1 23:16 version.go [Pipeline] sh [2021-03-01T23:21:59.368Z] + '[' -e coverage.out ] [2021-03-01T23:21:59.368Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-01T23:21:59.439Z] Warning: overwriting stash ‘coverage-report’ [2021-03-01T23:22:00.602Z] Stashed 1 file(s) [Pipeline] sh [2021-03-01T23:22:01.350Z] + make build [2021-03-01T23:22:01.350Z] 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-03-01T23:22:11.530Z] 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-03-01T23:22:33.214Z] Running on prd-ubuntu18.04-docker-8c-8g-28114 in /w/workspace/edgexfoundry_edgex-go_PR-3206 [Pipeline] { [Pipeline] ws [2021-03-01T23:22:33.329Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-01T23:22:34.470Z] 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-03-01T23:22:35.410Z] using credential edgex-jenkins-ssh [2021-03-01T23:22:35.468Z] Cloning the remote Git repository [2021-03-01T23:22:35.495Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-01T23:22:35.576Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-01T23:22:35.605Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-01T23:22:35.606Z] > git --version # timeout=10 [2021-03-01T23:22:35.613Z] > git --version # 'git version 2.17.1' [2021-03-01T23:22:35.614Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T23:22:35.640Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T23:22:38.780Z] 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-03-01T23:22:40.525Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-01T23:22:40.531Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T23:22:40.541Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-01T23:22:41.218Z] Merging remotes/origin/master commit c501ec80a15903c04bbfabfe9c8b77aea5670573 into PR head commit e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:22:41.354Z] Merge succeeded, producing e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:22:41.355Z] Checking out Revision e251059cb4862dd9d439d165f56e7a1b8f4e6d48 (PR-3206) [2021-03-01T23:22:40.560Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-01T23:22:40.560Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T23:22:40.565Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3206/head:refs/remotes/origin/PR-3206 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-01T23:22:41.230Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T23:22:41.239Z] > git checkout -f e251059cb4862dd9d439d165f56e7a1b8f4e6d48 # timeout=10 [2021-03-01T23:22:41.324Z] > git remote # timeout=10 [2021-03-01T23:22:41.331Z] > git config --get remote.origin.url # timeout=10 [2021-03-01T23:22:41.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T23:22:41.339Z] > git merge c501ec80a15903c04bbfabfe9c8b77aea5670573 # timeout=10 [2021-03-01T23:22:41.352Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-01T23:22:41.361Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T23:22:41.366Z] > git checkout -f e251059cb4862dd9d439d165f56e7a1b8f4e6d48 # timeout=10 [2021-03-01T23:22:44.172Z] 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-03-01T23:22:45.019Z] Commit message: "fix: Removed commented out code" [2021-03-01T23:22:45.152Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-01T23:22:46.259Z] + echo snap-build.sh [2021-03-01T23:22:46.259Z] snap-build.sh [2021-03-01T23:22:46.259Z] + SNAP_BASE_DIR=. [2021-03-01T23:22:46.259Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-03-01T23:22:46.259Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-03-01T23:22:46.259Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-03-01T23:22:46.259Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-03-01T23:22:46.259Z] + cd /w/workspace/edgex-go/4 [2021-03-01T23:22:46.259Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-01T23:22:46.259Z] Reading package lists... [2021-03-01T23:22:46.523Z] Building dependency tree... [2021-03-01T23:22:46.523Z] Reading state information... [2021-03-01T23:22:46.523Z] The following packages were automatically installed and are no longer required: [2021-03-01T23:22:46.523Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-01T23:22:46.523Z] uidmap xdelta3 [2021-03-01T23:22:46.523Z] Use 'sudo apt autoremove' to remove them. [2021-03-01T23:22:46.523Z] The following packages will be REMOVED: [2021-03-01T23:22:46.523Z] lxd* lxd-client* [2021-03-01T23:22:47.099Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-01T23:22:47.099Z] After this operation, 31.7 MB disk space will be freed. [2021-03-01T23:22:48.174Z] (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-03-01T23:22:48.174Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-01T23:22:49.118Z] Removing lxd dnsmasq configuration [2021-03-01T23:22:49.118Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-01T23:22:49.380Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-01T23:22:50.325Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-01T23:22:50.325Z] (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-03-01T23:22:50.325Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-01T23:22:50.552Z] 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-03-01T23:22:51.730Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-01T23:22:51.730Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-01T23:22:53.124Z] + sudo snap remove --purge lxd [2021-03-01T23:22:53.124Z] snap "lxd" is not installed [2021-03-01T23:22:53.124Z] + sudo groupadd --force --system lxd [2021-03-01T23:22:53.124Z] ++ whoami [2021-03-01T23:22:53.124Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-01T23:22:53.124Z] + newgrp - lxd [2021-03-01T23:22:53.386Z] + sudo snap install lxd [2021-03-01T23:22:55.937Z] 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-03-01T23:23:00.240Z] 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-03-01T23:23:01.544Z] 2021-03-01T23:22:59Z INFO Waiting for automatic snapd restart... [2021-03-01T23:23:04.539Z] 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-03-01T23:23:07.920Z] 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-03-01T23:23:14.627Z] 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-03-01T23:23:16.462Z] lxd 4.11 from Canonical* installed [2021-03-01T23:23:16.462Z] + sudo lxd init --auto [Pipeline] } [2021-03-01T23:23:20.033Z] $ docker stop --time=1 d482e27e77ea05718b5fe9ddfed4c637fd82429ae364335da4d5337d3d684fae [2021-03-01T23:23:22.524Z] $ docker rm -f d482e27e77ea05718b5fe9ddfed4c637fd82429ae364335da4d5337d3d684fae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:23:24.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-01T23:23:24.552Z] [2021-03-01T23:23:24.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:23:25.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-01T23:23:25.485Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-01T23:23:25.485Z] 29e5d40040c1: Pulling fs layer [2021-03-01T23:23:25.485Z] 1ce36da41761: Pulling fs layer [2021-03-01T23:23:25.485Z] 25b303627fd3: Pulling fs layer [2021-03-01T23:23:26.080Z] 29e5d40040c1: Verifying Checksum [2021-03-01T23:23:26.080Z] 29e5d40040c1: Download complete [2021-03-01T23:23:26.354Z] 1ce36da41761: Verifying Checksum [2021-03-01T23:23:26.354Z] 1ce36da41761: Download complete [2021-03-01T23:23:26.475Z] + sudo snap install --classic snapcraft [2021-03-01T23:23:26.625Z] 29e5d40040c1: Pull complete [2021-03-01T23:23:28.048Z] 1ce36da41761: Pull complete [2021-03-01T23:23:29.019Z] 25b303627fd3: Verifying Checksum [2021-03-01T23:23:29.019Z] 25b303627fd3: Download complete [2021-03-01T23:23:30.687Z] snapcraft 4.5.1 from Canonical* installed [2021-03-01T23:23:30.687Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-01T23:23:30.687Z] + patch --verbose -p1 [2021-03-01T23:23:30.687Z] Hmm... Looks like a unified diff to me... [2021-03-01T23:23:30.687Z] The text leading up to this was: [2021-03-01T23:23:30.687Z] -------------------------- [2021-03-01T23:23:30.687Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-01T23:23:30.687Z] |From: Tony Espy [2021-03-01T23:23:30.687Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-01T23:23:30.687Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-01T23:23:30.687Z] | [2021-03-01T23:23:30.687Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-01T23:23:30.687Z] |optimize the snap CI check run for pull requests. When [2021-03-01T23:23:30.687Z] |applied, it essentially strips out everything (apps and [2021-03-01T23:23:30.687Z] |parts) from the snapcraft.yaml file except those required [2021-03-01T23:23:30.687Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-01T23:23:30.687Z] |catch changes to edgex-go that break the snap build. [2021-03-01T23:23:30.687Z] | [2021-03-01T23:23:30.687Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-01T23:23:30.687Z] |to update this patch file, otherwise it may fail to apply, [2021-03-01T23:23:30.687Z] |resulting in a failed snap build CI check in the associated [2021-03-01T23:23:30.687Z] |pull request. [2021-03-01T23:23:30.687Z] | [2021-03-01T23:23:30.687Z] |Note - in addition to applying this patch, the pipeline also [2021-03-01T23:23:30.687Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-01T23:23:30.687Z] |need to build the finally binary .snap file (and it won't [2021-03-01T23:23:30.687Z] |work with the patch applied). This further reduces the build [2021-03-01T23:23:30.687Z] |time. [2021-03-01T23:23:30.687Z] |--- [2021-03-01T23:23:30.687Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-01T23:23:30.687Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-01T23:23:30.687Z] | [2021-03-01T23:23:30.687Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-01T23:23:30.687Z] |index 1e537489..faf42425 100644 [2021-03-01T23:23:30.687Z] |--- a/snap/snapcraft.yaml [2021-03-01T23:23:30.687Z] |+++ b/snap/snapcraft.yaml [2021-03-01T23:23:30.687Z] -------------------------- [2021-03-01T23:23:30.687Z] patching file snap/snapcraft.yaml [2021-03-01T23:23:30.687Z] Using Plan A... [2021-03-01T23:23:30.687Z] Hunk #1 succeeded at 73. [2021-03-01T23:23:30.687Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-01T23:23:30.687Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-01T23:23:30.687Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-01T23:23:30.687Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-01T23:23:30.687Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-01T23:23:30.687Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-01T23:23:30.687Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-01T23:23:30.687Z] Hmm... Ignoring the trailing garbage. [2021-03-01T23:23:30.687Z] done [2021-03-01T23:23:30.687Z] + sudo snapcraft prime --use-lxd [2021-03-01T23:23:32.073Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-01T23:23:32.073Z] 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-03-01T23:23:32.073Z] - README.md [2021-03-01T23:23:32.073Z] - snapcraft.yaml.orig [2021-03-01T23:23:32.073Z] [2021-03-01T23:23:32.073Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-01T23:23:32.646Z] Launching a container. [2021-03-01T23:23:39.157Z] 25b303627fd3: Pull complete [2021-03-01T23:23:39.157Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-01T23:23:39.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-01T23:23:39.157Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-01T23:23:39.394Z] prd-ubuntu18.04-docker-arm64-4c-16g-28113 does not seem to be running inside a container [2021-03-01T23:23:39.475Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-01T23:23:42.392Z] $ docker top a7e5c68c3adff45536c32fc9d75d2aa852f4fb5ac98e02126395797f5251f9cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T23:23:43.476Z] + docker-compose build --help [2021-03-01T23:23:43.476Z] + grep parallel [2021-03-01T23:23:44.904Z] Waiting for container to be ready [2021-03-01T23:23:44.904Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-01T23:23:44.904Z] [2021-03-01T23:23:46.842Z] --parallel Build images in parallel. [Pipeline] } [2021-03-01T23:23:46.867Z] $ docker stop --time=1 a7e5c68c3adff45536c32fc9d75d2aa852f4fb5ac98e02126395797f5251f9cd [2021-03-01T23:23:47.454Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-01T23:23:47.715Z] Waiting for network to be ready... [2021-03-01T23:23:47.976Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-01T23:23:48.236Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-01T23:23:48.236Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-01T23:23:48.497Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-01T23:23:48.497Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-03-01T23:23:48.497Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-03-01T23:23:48.497Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-03-01T23:23:48.497Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-03-01T23:23:48.497Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-03-01T23:23:48.497Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-01T23:23:48.759Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-01T23:23:48.842Z] $ docker rm -f a7e5c68c3adff45536c32fc9d75d2aa852f4fb5ac98e02126395797f5251f9cd [2021-03-01T23:23:49.021Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [Pipeline] // withDockerContainer [2021-03-01T23:23:49.284Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-01T23:23:49.284Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-01T23:23:49.284Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-01T23:23:49.284Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-01T23:23:49.284Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-01T23:23:49.284Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:23:49.547Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-01T23:23:49.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-01T23:23:49.778Z] . [Pipeline] withDockerContainer [2021-03-01T23:23:49.808Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-01T23:23:49.808Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-01T23:23:49.808Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-03-01T23:23:49.808Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-03-01T23:23:49.808Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-03-01T23:23:49.808Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-03-01T23:23:49.808Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-01T23:23:50.059Z] prd-ubuntu18.04-docker-arm64-4c-16g-28113 does not seem to be running inside a container [2021-03-01T23:23:50.069Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-01T23:23:50.166Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-01T23:23:51.629Z] $ docker top 8977a6fa9277bc78ebb870bf96abadc3f43133e9ccca6a9e02bb65884ffbda3d -eo pid,comm [Pipeline] { [2021-03-01T23:23:52.002Z] Fetched 24.0 MB in 4s (5910 kB/s) [Pipeline] sh [2021-03-01T23:23:52.644Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-01T23:23:52.944Z] Reading package lists... [2021-03-01T23:23:53.205Z] Reading package lists... [2021-03-01T23:23:53.205Z] Building dependency tree... [2021-03-01T23:23:53.205Z] Reading state information... [2021-03-01T23:23:53.466Z] The following additional packages will be installed: [2021-03-01T23:23:53.466Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-01T23:23:53.466Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-01T23:23:53.466Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-01T23:23:53.466Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-01T23:23:53.466Z] Suggested packages: [2021-03-01T23:23:53.466Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-01T23:23:53.466Z] Recommended packages: [2021-03-01T23:23:53.466Z] gnupg libsasl2-modules [2021-03-01T23:23:53.466Z] The following NEW packages will be installed: [2021-03-01T23:23:53.466Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-01T23:23:53.466Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-01T23:23:53.466Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-01T23:23:53.466Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-01T23:23:53.466Z] The following packages will be upgraded: [2021-03-01T23:23:53.466Z] gpg gpg-agent gpgconf libudev1 [2021-03-01T23:23:53.466Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-01T23:23:53.466Z] Need to get 3530 kB of archives. [2021-03-01T23:23:53.466Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-01T23:23:53.466Z] 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-03-01T23:23:53.466Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-01T23:23:53.466Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-01T23:23:53.466Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-01T23:23:53.729Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-01T23:23:53.992Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-01T23:23:54.253Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-01T23:23:54.515Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-01T23:23:54.515Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-01T23:23:54.515Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-01T23:23:54.515Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-01T23:23:54.515Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-01T23:23:54.515Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-01T23:23:54.515Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-01T23:23:54.515Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-01T23:23:54.515Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-01T23:23:54.515Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-01T23:23:54.515Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-01T23:23:54.515Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-01T23:23:54.515Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-01T23:23:54.515Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-01T23:23:54.515Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-01T23:23:54.776Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-01T23:23:54.776Z] Fetched 3530 kB in 1s (3137 kB/s) [2021-03-01T23:23:54.776Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-01T23:23:54.776Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-01T23:23:54.776Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-01T23:23:54.776Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-01T23:23:55.037Z] Selecting previously unselected package udev. [2021-03-01T23:23:55.037Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-01T23:23:55.037Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-01T23:23:55.037Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-01T23:23:55.298Z] Selecting previously unselected package libfuse2:amd64. [2021-03-01T23:23:55.298Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-01T23:23:55.298Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-01T23:23:55.298Z] Selecting previously unselected package fuse. [2021-03-01T23:23:55.298Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-01T23:23:55.298Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-01T23:23:55.566Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-01T23:23:55.566Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-01T23:23:55.566Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-01T23:23:55.566Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-01T23:23:55.566Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-01T23:23:55.831Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-01T23:23:55.831Z] Selecting previously unselected package libksba8:amd64. [2021-03-01T23:23:55.831Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-01T23:23:55.831Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-01T23:23:55.831Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-01T23:23:55.831Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T23:23:55.831Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:56.091Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-01T23:23:56.091Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T23:23:56.091Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:56.091Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-01T23:23:56.091Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T23:23:56.091Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:56.091Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-01T23:23:56.091Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T23:23:56.091Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:56.352Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-01T23:23:56.352Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T23:23:56.352Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:56.352Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-01T23:23:56.352Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T23:23:56.352Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:56.352Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-01T23:23:56.352Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T23:23:56.352Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:56.616Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-01T23:23:56.616Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T23:23:56.616Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:56.616Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-01T23:23:56.616Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-01T23:23:56.616Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:56.616Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-01T23:23:56.616Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-01T23:23:56.616Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-01T23:23:56.877Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-01T23:23:56.877Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-01T23:23:56.877Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-01T23:23:56.877Z] Selecting previously unselected package libldap-common. [2021-03-01T23:23:56.877Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-01T23:23:56.877Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-01T23:23:56.923Z] Building docker-core-command-go ... [2021-03-01T23:23:56.923Z] Building docker-core-data-go ... [2021-03-01T23:23:56.923Z] Building docker-core-metadata-go ... [2021-03-01T23:23:56.923Z] Building docker-security-bootstrapper-go ... [2021-03-01T23:23:56.923Z] Building docker-security-proxy-setup-go ... [2021-03-01T23:23:56.923Z] Building docker-security-secretstore-setup-go ... [2021-03-01T23:23:56.923Z] Building docker-support-notifications-go ... [2021-03-01T23:23:56.923Z] Building docker-support-scheduler-go ... [2021-03-01T23:23:56.923Z] Building docker-sys-mgmt-agent-go ... [2021-03-01T23:23:56.923Z] Building docker-support-notifications-go [2021-03-01T23:23:56.923Z] Building docker-support-scheduler-go [2021-03-01T23:23:56.923Z] Building docker-security-secretstore-setup-go [2021-03-01T23:23:56.923Z] Building docker-core-metadata-go [2021-03-01T23:23:56.923Z] Building docker-security-proxy-setup-go [2021-03-01T23:23:57.139Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-01T23:23:57.139Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-01T23:23:57.139Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-01T23:23:57.139Z] Selecting previously unselected package dirmngr. [2021-03-01T23:23:57.139Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-01T23:23:57.139Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-01T23:23:57.399Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-01T23:23:57.400Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-01T23:23:57.400Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-01T23:23:57.400Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-01T23:23:57.400Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-01T23:23:57.400Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-01T23:23:57.400Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:57.661Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-01T23:23:57.661Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-01T23:23:57.661Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-01T23:23:57.921Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-01T23:23:58.182Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:58.182Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-01T23:23:58.182Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-01T23:23:58.182Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-01T23:23:58.182Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:58.443Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:58.444Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:58.444Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:58.444Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:58.444Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:58.444Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-01T23:23:58.444Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-01T23:23:58.444Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-01T23:23:58.705Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-01T23:23:58.965Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-01T23:23:58.965Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-01T23:23:58.965Z] This means they are not meant to be enabled using systemctl. [2021-03-01T23:23:58.965Z] Possible reasons for having this kind of units are: [2021-03-01T23:23:58.965Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-01T23:23:58.965Z] .wants/ or .requires/ directory. [2021-03-01T23:23:58.965Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-01T23:23:58.965Z] a requirement dependency on it. [2021-03-01T23:23:58.965Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-01T23:23:58.965Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-01T23:23:58.965Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-01T23:23:58.965Z] instance name specified. [2021-03-01T23:23:59.226Z] Reading package lists... [2021-03-01T23:23:59.487Z] Building dependency tree... [2021-03-01T23:23:59.487Z] Reading state information... [2021-03-01T23:23:59.748Z] The following additional packages will be installed: [2021-03-01T23:23:59.748Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-01T23:23:59.748Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-01T23:23:59.748Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-01T23:23:59.748Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-01T23:23:59.748Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-01T23:23:59.748Z] Suggested packages: [2021-03-01T23:23:59.748Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-01T23:23:59.748Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-01T23:23:59.748Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-01T23:23:59.748Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-01T23:23:59.748Z] systemd-container policykit-1 [2021-03-01T23:23:59.748Z] Recommended packages: [2021-03-01T23:23:59.748Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-01T23:23:59.748Z] The following NEW packages will be installed: [2021-03-01T23:23:59.748Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-01T23:23:59.748Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-01T23:23:59.748Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-01T23:23:59.748Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-01T23:23:59.748Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-01T23:23:59.748Z] The following packages will be upgraded: [2021-03-01T23:23:59.748Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-01T23:23:59.748Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-01T23:23:59.748Z] Need to get 35.2 MB of archives. [2021-03-01T23:23:59.748Z] After this operation, 141 MB of additional disk space will be used. [2021-03-01T23:23:59.748Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-01T23:24:00.009Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-01T23:24:00.009Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-01T23:24:00.009Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-01T23:24:00.009Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-01T23:24:00.009Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-01T23:24:00.009Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-01T23:24:00.009Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-01T23:24:00.009Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-01T23:24:00.009Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-01T23:24:00.009Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-01T23:24:00.009Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-01T23:24:00.009Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-01T23:24:00.009Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-01T23:24:00.009Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-01T23:24:00.009Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-01T23:24:00.009Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-01T23:24:00.271Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-01T23:24:00.271Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-01T23:24:00.842Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-01T23:24:00.842Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-01T23:24:00.842Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-01T23:24:00.842Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-01T23:24:00.842Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-01T23:24:00.842Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-01T23:24:00.842Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-01T23:24:00.842Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-01T23:24:00.842Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-01T23:24:00.842Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-01T23:24:00.842Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-01T23:24:01.115Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-01T23:24:01.115Z] Fetched 35.2 MB in 1s (28.7 MB/s) [2021-03-01T23:24:01.115Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-01T23:24:01.115Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-01T23:24:01.378Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-01T23:24:01.951Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-01T23:24:01.951Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-01T23:24:01.951Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-01T23:24:02.212Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-01T23:24:02.212Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-01T23:24:02.212Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-01T23:24:02.474Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-01T23:24:02.474Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-01T23:24:02.474Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-01T23:24:02.474Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-01T23:24:03.052Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-01T23:24:03.052Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-01T23:24:03.315Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-01T23:24:03.315Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-01T23:24:03.315Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-01T23:24:03.576Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-01T23:24:03.576Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-01T23:24:03.576Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-01T23:24:03.576Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T23:24:03.838Z] Selecting previously unselected package libexpat1:amd64. [2021-03-01T23:24:03.838Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-01T23:24:03.838Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-01T23:24:04.100Z] Selecting previously unselected package python3.6-minimal. [2021-03-01T23:24:04.100Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-01T23:24:04.100Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T23:24:04.363Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-01T23:24:04.363Z] Checking for services that may need to be restarted...done. [2021-03-01T23:24:04.363Z] Checking for services that may need to be restarted...done. [2021-03-01T23:24:04.363Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T23:24:04.363Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-01T23:24:04.624Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T23:24:05.196Z] Selecting previously unselected package python3-minimal. [2021-03-01T23:24:05.196Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-01T23:24:05.196Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-01T23:24:05.196Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-01T23:24:05.196Z] Selecting previously unselected package mime-support. [2021-03-01T23:24:05.196Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-01T23:24:05.196Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-01T23:24:05.457Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-01T23:24:05.457Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-01T23:24:05.457Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-01T23:24:05.457Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-01T23:24:05.457Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-01T23:24:05.457Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T23:24:05.722Z] Selecting previously unselected package python3.6. [2021-03-01T23:24:05.722Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-01T23:24:05.722Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T23:24:05.722Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-01T23:24:05.722Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-01T23:24:05.722Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-01T23:24:05.983Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-01T23:24:06.244Z] Selecting previously unselected package python3. [2021-03-01T23:24:06.244Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-01T23:24:06.244Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-01T23:24:06.244Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-01T23:24:06.244Z] Selecting previously unselected package multiarch-support. [2021-03-01T23:24:06.244Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-01T23:24:06.244Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-01T23:24:06.244Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-01T23:24:06.506Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-01T23:24:06.506Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-01T23:24:06.506Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-01T23:24:06.506Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-01T23:24:06.506Z] Selecting previously unselected package libbsd0:amd64. [2021-03-01T23:24:06.506Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-01T23:24:06.506Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-01T23:24:06.767Z] Selecting previously unselected package sudo. [2021-03-01T23:24:06.767Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-01T23:24:06.767Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-01T23:24:06.767Z] Selecting previously unselected package apparmor. [2021-03-01T23:24:06.767Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-01T23:24:06.767Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-01T23:24:07.029Z] Selecting previously unselected package libedit2:amd64. [2021-03-01T23:24:07.029Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-01T23:24:07.029Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-01T23:24:07.029Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-01T23:24:07.029Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-01T23:24:07.029Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T23:24:07.290Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-01T23:24:07.290Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-01T23:24:07.290Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T23:24:07.290Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-01T23:24:07.290Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-01T23:24:07.290Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-01T23:24:07.551Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-01T23:24:07.551Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-01T23:24:07.551Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T23:24:07.551Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-01T23:24:07.551Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-01T23:24:07.551Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T23:24:07.812Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-01T23:24:07.812Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-01T23:24:07.812Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-01T23:24:07.812Z] Selecting previously unselected package openssh-client. [2021-03-01T23:24:08.075Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-01T23:24:08.075Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-01T23:24:08.075Z] Selecting previously unselected package squashfs-tools. [2021-03-01T23:24:08.075Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-01T23:24:08.075Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-01T23:24:08.337Z] Selecting previously unselected package snapd. [2021-03-01T23:24:08.337Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-01T23:24:08.337Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-01T23:24:10.883Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-01T23:24:10.883Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-01T23:24:10.883Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-01T23:24:10.883Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-01T23:24:10.883Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-01T23:24:10.883Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T23:24:10.883Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-01T23:24:10.883Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-01T23:24:10.883Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-01T23:24:11.825Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-01T23:24:11.825Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-01T23:24:11.825Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-01T23:24:12.086Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T23:24:12.086Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T23:24:12.086Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-01T23:24:12.659Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-01T23:24:12.659Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T23:24:12.659Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-01T23:24:12.659Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-01T23:24:12.659Z] running python rtupdate hooks for python3.6... [2021-03-01T23:24:12.659Z] running python post-rtupdate hooks for python3.6... [2021-03-01T23:24:12.921Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-01T23:24:14.307Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-01T23:24:14.568Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-01T23:24:14.568Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-01T23:24:14.827Z] Setting up snapd (2.48.3+18.04) ... [2021-03-01T23:24:15.088Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-01T23:24:15.353Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-01T23:24:15.614Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-01T23:24:15.614Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-01T23:24:15.876Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-01T23:24:15.876Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-01T23:24:16.138Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-01T23:24:16.138Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-01T23:24:16.401Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-01T23:24:16.663Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-01T23:24:16.663Z] /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-03-01T23:24:16.663Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-01T23:24:16.926Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-01T23:24:17.869Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-01T23:24:17.869Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-01T23:24:17.869Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-01T23:24:19.088Z] Reading package lists... [2021-03-01T23:24:19.353Z] Reading package lists... [2021-03-01T23:24:19.353Z] Building dependency tree... [2021-03-01T23:24:19.353Z] Reading state information... [2021-03-01T23:24:19.613Z] Calculating upgrade... [2021-03-01T23:24:19.613Z] The following packages will be upgraded: [2021-03-01T23:24:19.613Z] advancecomp base-files bash binutils binutils-common [2021-03-01T23:24:19.613Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-01T23:24:19.613Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-01T23:24:19.613Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-01T23:24:19.613Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-01T23:24:19.613Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-01T23:24:19.613Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-01T23:24:19.613Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-01T23:24:19.613Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-01T23:24:19.613Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-01T23:24:19.613Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-01T23:24:19.613Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-01T23:24:19.613Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-01T23:24:19.613Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-01T23:24:19.613Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-01T23:24:19.874Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-01T23:24:19.874Z] Need to get 63.8 MB of archives. [2021-03-01T23:24:19.874Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-01T23:24:19.874Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-01T23:24:19.874Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-01T23:24:20.446Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-01T23:24:20.446Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-01T23:24:20.446Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-01T23:24:20.446Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-01T23:24:20.707Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-01T23:24:20.707Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-01T23:24:20.707Z] 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-03-01T23:24:20.707Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-01T23:24:20.707Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-01T23:24:20.708Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-01T23:24:20.708Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-01T23:24:20.708Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-01T23:24:20.708Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-01T23:24:20.708Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-01T23:24:20.708Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-01T23:24:20.708Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-01T23:24:20.708Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-01T23:24:20.708Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-01T23:24:20.708Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-01T23:24:20.708Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-01T23:24:20.968Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-01T23:24:20.968Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-01T23:24:20.968Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-01T23:24:20.968Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-01T23:24:20.968Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-01T23:24:20.968Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-01T23:24:20.968Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-01T23:24:20.968Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-01T23:24:20.968Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-01T23:24:20.968Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-01T23:24:20.968Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-01T23:24:21.231Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-01T23:24:21.231Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-01T23:24:21.231Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-01T23:24:21.231Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-01T23:24:21.231Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-01T23:24:21.231Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-01T23:24:21.231Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-01T23:24:21.231Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-01T23:24:21.231Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-01T23:24:21.231Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-01T23:24:21.231Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-01T23:24:21.231Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-01T23:24:21.231Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-01T23:24:21.231Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-01T23:24:21.231Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-01T23:24:21.231Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-01T23:24:21.231Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-01T23:24:21.231Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-01T23:24:21.231Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-01T23:24:21.231Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-01T23:24:21.231Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-01T23:24:21.231Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-01T23:24:21.232Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-01T23:24:21.232Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-01T23:24:21.232Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-01T23:24:21.232Z] 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-03-01T23:24:21.232Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-01T23:24:21.232Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-01T23:24:21.232Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-01T23:24:21.492Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-01T23:24:21.492Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-01T23:24:21.492Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-01T23:24:21.492Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-01T23:24:21.492Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-01T23:24:21.492Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-01T23:24:21.492Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-01T23:24:21.492Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-01T23:24:21.492Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-01T23:24:21.492Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-01T23:24:21.492Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-01T23:24:21.492Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-01T23:24:21.492Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-01T23:24:21.492Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-01T23:24:21.492Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-01T23:24:21.492Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-01T23:24:21.492Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-01T23:24:21.492Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-01T23:24:21.492Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-01T23:24:21.492Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-01T23:24:21.492Z] 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-03-01T23:24:21.753Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-01T23:24:21.753Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-01T23:24:21.753Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-01T23:24:21.753Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-01T23:24:21.753Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-01T23:24:21.753Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-01T23:24:21.753Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-01T23:24:22.325Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-01T23:24:22.586Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-01T23:24:22.848Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-01T23:24:22.848Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-01T23:24:23.109Z] 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-03-01T23:24:23.109Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-01T23:24:23.109Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-01T23:24:23.109Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-01T23:24:23.109Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-01T23:24:23.109Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-01T23:24:23.369Z] Fetched 63.8 MB in 3s (19.0 MB/s) [2021-03-01T23:24:23.369Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:23.369Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-01T23:24:23.369Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-01T23:24:23.942Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-01T23:24:23.942Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-01T23:24:23.943Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-01T23:24:23.943Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-01T23:24:24.887Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:24.887Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T23:24:24.887Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:24.887Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T23:24:25.148Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:25.148Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T23:24:25.148Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:25.410Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T23:24:25.410Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:25.410Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T23:24:25.410Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:25.672Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T23:24:25.672Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:25.672Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T23:24:25.672Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T23:24:25.934Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-01T23:24:25.934Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:25.934Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-01T23:24:25.934Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-01T23:24:26.196Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-01T23:24:26.196Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:26.196Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T23:24:26.196Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:26.196Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T23:24:26.460Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:26.460Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-01T23:24:26.722Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T23:24:26.722Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-01T23:24:26.722Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-01T23:24:26.983Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-01T23:24:27.558Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-01T23:24:27.558Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-01T23:24:27.558Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-01T23:24:27.558Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-01T23:24:27.558Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-01T23:24:27.819Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-01T23:24:27.819Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-01T23:24:28.088Z] Installing new version of config file /etc/issue ... [2021-03-01T23:24:28.088Z] Installing new version of config file /etc/issue.net ... [2021-03-01T23:24:28.088Z] Installing new version of config file /etc/lsb-release ... [2021-03-01T23:24:28.088Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-01T23:24:28.351Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-01T23:24:28.351Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-01T23:24:28.351Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-01T23:24:28.351Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:28.351Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-01T23:24:28.613Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-01T23:24:28.613Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-01T23:24:28.875Z] 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-03-01T23:24:28.875Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:28.875Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T23:24:28.875Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-01T23:24:28.875Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-01T23:24:29.137Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:29.137Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-01T23:24:29.137Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-01T23:24:29.399Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-01T23:24:29.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:29.399Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-01T23:24:29.399Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-01T23:24:29.661Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-01T23:24:29.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:29.931Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-01T23:24:29.931Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-01T23:24:30.194Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-01T23:24:30.194Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:30.194Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-01T23:24:30.194Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-01T23:24:30.455Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-01T23:24:30.455Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:30.455Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-01T23:24:30.455Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-01T23:24:30.716Z] Setting up grep (3.1-2build1) ... [2021-03-01T23:24:30.716Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:30.716Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-01T23:24:30.978Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-01T23:24:30.978Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-01T23:24:31.238Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:31.238Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-01T23:24:31.238Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-01T23:24:31.238Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-01T23:24:31.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:31.500Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-01T23:24:31.500Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-01T23:24:32.072Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-01T23:24:32.072Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-01T23:24:32.334Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-01T23:24:32.334Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-01T23:24:32.906Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-01T23:24:32.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:32.906Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-01T23:24:32.906Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-01T23:24:33.849Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-01T23:24:33.849Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-01T23:24:34.111Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-01T23:24:34.111Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-01T23:24:34.111Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-01T23:24:34.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:34.373Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-01T23:24:34.373Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-01T23:24:34.373Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-01T23:24:34.635Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:34.635Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T23:24:34.635Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T23:24:34.635Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-01T23:24:34.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:34.895Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T23:24:34.895Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T23:24:34.895Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-01T23:24:35.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:35.156Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T23:24:35.156Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T23:24:35.156Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-01T23:24:35.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:35.418Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T23:24:35.418Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T23:24:35.418Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-01T23:24:35.679Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:35.679Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-01T23:24:35.679Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-01T23:24:35.679Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-01T23:24:35.679Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-01T23:24:35.940Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-01T23:24:35.940Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:35.940Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-01T23:24:35.940Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-01T23:24:36.201Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-01T23:24:36.201Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:36.201Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T23:24:36.201Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T23:24:36.201Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-01T23:24:36.462Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:36.462Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T23:24:36.462Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T23:24:36.462Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-01T23:24:36.724Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:36.724Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T23:24:36.724Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T23:24:37.296Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-01T23:24:37.557Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-01T23:24:37.817Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-01T23:24:37.817Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:37.817Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-01T23:24:37.817Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-01T23:24:38.077Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-01T23:24:38.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-01T23:24:38.338Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-01T23:24:38.338Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-01T23:24:38.338Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-01T23:24:38.600Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:38.600Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-01T23:24:38.600Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-01T23:24:38.600Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-01T23:24:38.862Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:38.862Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-01T23:24:38.862Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-01T23:24:38.862Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-01T23:24:39.123Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:39.123Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-01T23:24:39.123Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-01T23:24:39.123Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-01T23:24:39.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:39.384Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-01T23:24:39.384Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-01T23:24:39.384Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-01T23:24:39.646Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:39.646Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-01T23:24:39.646Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-01T23:24:39.646Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-01T23:24:39.908Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:39.908Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-01T23:24:39.908Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-01T23:24:39.908Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-01T23:24:40.170Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:40.170Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-01T23:24:40.170Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-01T23:24:40.432Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-01T23:24:40.432Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-01T23:24:40.432Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-01T23:24:40.432Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-01T23:24:40.692Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-01T23:24:40.692Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:40.692Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-01T23:24:40.692Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-01T23:24:40.953Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-01T23:24:41.213Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:41.213Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-01T23:24:41.213Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-01T23:24:41.213Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-01T23:24:41.474Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:41.474Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-01T23:24:41.474Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-01T23:24:41.474Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-01T23:24:41.735Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:41.736Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-01T23:24:41.736Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-01T23:24:41.736Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-01T23:24:41.997Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:41.997Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-01T23:24:41.997Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-01T23:24:42.281Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-01T23:24:42.636Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:42.636Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-01T23:24:42.636Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-01T23:24:42.636Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-01T23:24:42.998Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:42.998Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-01T23:24:42.998Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-01T23:24:42.998Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-01T23:24:42.998Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:42.998Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-01T23:24:42.998Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-01T23:24:43.297Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-01T23:24:43.297Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:43.297Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-01T23:24:43.297Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-01T23:24:43.594Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-01T23:24:43.594Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:43.594Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-01T23:24:43.594Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-01T23:24:43.960Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-01T23:24:43.960Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:43.960Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-01T23:24:43.960Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-01T23:24:43.960Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-01T23:24:44.260Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-01T23:24:44.260Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-01T23:24:44.260Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-01T23:24:44.260Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-01T23:24:44.260Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-01T23:24:44.260Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-01T23:24:44.260Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-01T23:24:44.551Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-01T23:24:44.552Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-01T23:24:44.814Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-01T23:24:44.814Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-01T23:24:45.077Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-01T23:24:45.077Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-01T23:24:45.340Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-01T23:24:45.340Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-01T23:24:45.340Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-01T23:24:45.603Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-01T23:24:45.603Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-01T23:24:45.603Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-01T23:24:45.865Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-01T23:24:45.865Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-01T23:24:45.865Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-01T23:24:45.865Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-01T23:24:46.128Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-01T23:24:46.128Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-01T23:24:46.128Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-01T23:24:46.128Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-01T23:24:46.391Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-01T23:24:46.391Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-01T23:24:47.339Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-01T23:24:47.339Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-01T23:24:47.339Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-01T23:24:47.339Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-01T23:24:47.910Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-01T23:24:47.910Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-01T23:24:48.171Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-01T23:24:48.171Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-01T23:24:48.433Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-01T23:24:48.433Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-01T23:24:48.433Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-01T23:24:48.433Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-01T23:24:48.694Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:48.694Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T23:24:48.694Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:48.956Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T23:24:48.956Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:48.956Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T23:24:49.216Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:49.216Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T23:24:50.159Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:50.159Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T23:24:51.102Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:51.102Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T23:24:51.671Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:51.671Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T23:24:52.243Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:52.243Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T23:24:53.194Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-01T23:24:53.194Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-01T23:24:53.194Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-01T23:24:53.194Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-01T23:24:53.194Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-01T23:24:53.453Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-01T23:24:53.453Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-01T23:24:53.715Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-01T23:24:53.715Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-01T23:24:53.715Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-01T23:24:53.976Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-01T23:24:53.976Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-01T23:24:53.976Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-01T23:24:53.976Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-01T23:24:54.237Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-01T23:24:54.237Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-01T23:24:54.237Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T23:24:54.237Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-01T23:24:54.237Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T23:24:54.237Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T23:24:54.497Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T23:24:54.497Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-01T23:24:54.497Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-01T23:24:54.497Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-01T23:24:54.497Z] [2021-03-01T23:24:54.497Z] Current default time zone: 'Etc/UTC' [2021-03-01T23:24:54.497Z] Local time is now: Mon Mar 1 23:24:54 UTC 2021. [2021-03-01T23:24:54.497Z] Universal Time is now: Mon Mar 1 23:24:54 UTC 2021. [2021-03-01T23:24:54.497Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-01T23:24:54.497Z] [2021-03-01T23:24:54.760Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-01T23:24:54.760Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T23:24:54.760Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-01T23:24:54.760Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-01T23:24:54.760Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-01T23:24:54.760Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-01T23:24:54.760Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-01T23:24:54.760Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-01T23:24:54.760Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-01T23:24:55.020Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-01T23:24:55.020Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T23:24:55.020Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-01T23:24:55.281Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T23:24:55.281Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-01T23:24:55.281Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T23:24:55.281Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-01T23:24:55.281Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-01T23:24:55.281Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-01T23:24:55.281Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-01T23:24:55.281Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-01T23:24:55.281Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-01T23:24:55.281Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-01T23:24:55.281Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-01T23:24:57.194Z] Updating certificates in /etc/ssl/certs... [2021-03-01T23:24:57.767Z] 23 added, 27 removed; done. [2021-03-01T23:24:58.028Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-01T23:24:58.028Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-01T23:24:58.028Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-01T23:24:58.028Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-01T23:24:58.028Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-01T23:24:58.028Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T23:24:58.289Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-01T23:24:58.289Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T23:24:58.289Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T23:24:58.289Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T23:24:58.289Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T23:24:58.289Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T23:24:58.289Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-01T23:24:58.289Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-01T23:24:58.550Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-01T23:24:58.550Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-01T23:24:58.550Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-01T23:24:58.550Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T23:24:58.550Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-01T23:24:58.550Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-01T23:24:58.550Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-01T23:24:58.811Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-01T23:24:58.811Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-01T23:24:58.811Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-01T23:24:58.811Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-01T23:24:58.811Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-01T23:24:59.073Z] Updating certificates in /etc/ssl/certs... [2021-03-01T23:24:59.647Z] 0 added, 0 removed; done. [2021-03-01T23:24:59.647Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-01T23:24:59.647Z] done. [2021-03-01T23:24:59.909Z] Reading package lists... [2021-03-01T23:24:59.909Z] Building dependency tree... [2021-03-01T23:24:59.909Z] Reading state information... [2021-03-01T23:25:00.170Z] The following NEW packages will be installed: [2021-03-01T23:25:00.170Z] apt-transport-https [2021-03-01T23:25:00.431Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-01T23:25:00.431Z] Need to get 1696 B of archives. [2021-03-01T23:25:00.431Z] After this operation, 153 kB of additional disk space will be used. [2021-03-01T23:25:00.431Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-01T23:25:00.431Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-01T23:25:00.431Z] Fetched 1696 B in 0s (8400 B/s) [2021-03-01T23:25:00.691Z] Selecting previously unselected package apt-transport-https. [2021-03-01T23:25:00.691Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-01T23:25:00.691Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-01T23:25:00.691Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-01T23:25:00.691Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-01T23:25:00.952Z] Waiting for network to be ready... [2021-03-01T23:25:05.162Z] 2021-03-01T23:25:03Z INFO Waiting for automatic snapd restart... [2021-03-01T23:25:05.735Z] snapd 2.48.2.1 from Canonical* installed [2021-03-01T23:25:05.735Z] "snapd" switched to the "latest/stable" channel [2021-03-01T23:25:05.735Z] [2021-03-01T23:25:08.281Z] core18 20210128 from Canonical* installed [2021-03-01T23:25:08.541Z] "core18" switched to the "latest/stable" channel [2021-03-01T23:25:08.541Z] [2021-03-01T23:25:11.844Z] snapcraft 4.5.1 from Canonical* installed [2021-03-01T23:25:11.844Z] "snapcraft" switched to the "latest/stable" channel [2021-03-01T23:25:11.844Z] [2021-03-01T23:25:15.141Z] 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-03-01T23:25:15.141Z] - README.md [2021-03-01T23:25:15.141Z] - snapcraft.yaml.orig [2021-03-01T23:25:15.141Z] [2021-03-01T23:25:15.141Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-01T23:25:18.678Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:25:18.678Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:25:18.678Z] ---> b1fb5dae42db [2021-03-01T23:25:18.678Z] Step 3/24 : WORKDIR /edgex-go [2021-03-01T23:25:18.678Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:25:18.678Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:25:18.678Z] ---> b1fb5dae42db [2021-03-01T23:25:18.678Z] Step 3/21 : WORKDIR /edgex-go [2021-03-01T23:25:18.678Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:25:18.678Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:25:18.678Z] ---> b1fb5dae42db [2021-03-01T23:25:18.678Z] Step 3/22 : WORKDIR /edgex-go [2021-03-01T23:25:18.678Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:25:18.678Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:25:18.678Z] ---> b1fb5dae42db [2021-03-01T23:25:18.678Z] Step 3/22 : WORKDIR /edgex-go [2021-03-01T23:25:18.678Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:25:18.678Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:25:18.678Z] ---> b1fb5dae42db [2021-03-01T23:25:18.678Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T23:25:18.678Z] ---> Running in 698337c07bf3 [2021-03-01T23:25:18.678Z] ---> Running in 890e8431b28b [2021-03-01T23:25:18.678Z] ---> Running in 39e6be9da914 [2021-03-01T23:25:18.678Z] ---> Running in d5583f6f393b [2021-03-01T23:25:18.678Z] ---> Running in 852791b4bec2 [2021-03-01T23:25:18.678Z] Removing intermediate container d5583f6f393b [2021-03-01T23:25:18.678Z] ---> c76df36f2d3d [2021-03-01T23:25:18.678Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:25:18.678Z] Removing intermediate container 698337c07bf3 [2021-03-01T23:25:18.678Z] ---> 050487032e90 [2021-03-01T23:25:18.678Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:25:18.678Z] Removing intermediate container 852791b4bec2 [2021-03-01T23:25:18.678Z] ---> bfacc29b5e16 [2021-03-01T23:25:18.678Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:25:18.678Z] Removing intermediate container 890e8431b28b [2021-03-01T23:25:18.678Z] ---> 090104c4a39f [2021-03-01T23:25:18.678Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:25:18.678Z] Removing intermediate container 39e6be9da914 [2021-03-01T23:25:18.678Z] ---> da3f1304172d [2021-03-01T23:25:18.678Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:25:18.678Z] ---> Running in 73c132d13504 [2021-03-01T23:25:18.678Z] ---> Running in 63295f444eba [2021-03-01T23:25:18.678Z] ---> Running in d45022fae617 [2021-03-01T23:25:18.678Z] ---> Running in 5012381b987e [2021-03-01T23:25:18.678Z] ---> Running in e3d63fa5f9a8 [2021-03-01T23:25:18.678Z] Removing intermediate container d45022fae617 [2021-03-01T23:25:18.678Z] ---> 2d977993ff48 [2021-03-01T23:25:18.678Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-01T23:25:18.678Z] ---> Running in e99db973a1b4 [2021-03-01T23:25:18.678Z] Removing intermediate container 73c132d13504 [2021-03-01T23:25:18.678Z] ---> 16616f1518b6 [2021-03-01T23:25:18.678Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-01T23:25:18.678Z] Removing intermediate container 5012381b987e [2021-03-01T23:25:18.678Z] ---> 0922995e1151 [2021-03-01T23:25:18.678Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-01T23:25:18.678Z] ---> Running in 7089478893eb [2021-03-01T23:25:18.678Z] ---> Running in a67cfdf69b98 [2021-03-01T23:25:18.678Z] Removing intermediate container 63295f444eba [2021-03-01T23:25:18.678Z] ---> 45ab9dc6967b [2021-03-01T23:25:18.678Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-01T23:25:18.678Z] Removing intermediate container e3d63fa5f9a8 [2021-03-01T23:25:18.678Z] ---> e99da9d42da2 [2021-03-01T23:25:18.678Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-01T23:25:18.678Z] ---> Running in 365bf60a89a3 [2021-03-01T23:25:18.678Z] ---> Running in 594ede08413b [2021-03-01T23:25:18.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:25:18.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:25:18.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:25:18.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:25:18.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:25:18.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:25:18.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:25:18.678Z] OK: 217 MiB in 51 packages [2021-03-01T23:25:18.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:25:18.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:25:18.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:25:18.959Z] OK: 217 MiB in 51 packages [2021-03-01T23:25:19.245Z] OK: 217 MiB in 51 packages [2021-03-01T23:25:19.523Z] OK: 217 MiB in 51 packages [2021-03-01T23:25:19.523Z] OK: 217 MiB in 51 packages [2021-03-01T23:25:20.509Z] Removing intermediate container e99db973a1b4 [2021-03-01T23:25:20.509Z] ---> 279f58d982f7 [2021-03-01T23:25:20.509Z] Step 6/22 : COPY go.mod . [2021-03-01T23:25:20.789Z] Removing intermediate container 7089478893eb [2021-03-01T23:25:20.789Z] ---> 96b07b89e457 [2021-03-01T23:25:20.789Z] Step 6/24 : COPY go.mod . [2021-03-01T23:25:21.066Z] ---> 9485ce81b920 [2021-03-01T23:25:21.346Z] Step 7/22 : RUN go mod download [2021-03-01T23:25:21.346Z] Removing intermediate container a67cfdf69b98 [2021-03-01T23:25:21.346Z] ---> 103fdb990b8c [2021-03-01T23:25:21.346Z] Step 6/21 : COPY go.mod . [2021-03-01T23:25:21.625Z] ---> Running in 72a7fae481d6 [2021-03-01T23:25:21.625Z] Removing intermediate container 365bf60a89a3 [2021-03-01T23:25:21.625Z] ---> e4600e3952fe [2021-03-01T23:25:21.625Z] Step 6/22 : COPY go.mod . [2021-03-01T23:25:21.625Z] Removing intermediate container 594ede08413b [2021-03-01T23:25:21.625Z] ---> 88bf65ef46bf [2021-03-01T23:25:21.625Z] Step 6/23 : COPY go.mod . [2021-03-01T23:25:21.729Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-01T23:25:21.729Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-01T23:25:21.729Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-01T23:25:21.729Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-01T23:25:21.899Z] ---> b75c91f2b7d5 [2021-03-01T23:25:21.899Z] Step 7/24 : RUN go mod download [2021-03-01T23:25:22.177Z] ---> Running in e6ca36286525 [2021-03-01T23:25:22.789Z] ---> 30ec4fe17651 [2021-03-01T23:25:22.789Z] Step 7/21 : RUN go mod download [2021-03-01T23:25:22.789Z] ---> Running in c28820eaae8c [2021-03-01T23:25:22.935Z] Reading package lists... [2021-03-01T23:25:23.065Z] ---> 7df1ac1b45e9 [2021-03-01T23:25:23.065Z] Step 7/23 : RUN go mod download [2021-03-01T23:25:23.065Z] ---> 95eb6643bfbf [2021-03-01T23:25:23.065Z] Step 7/22 : RUN go mod download [2021-03-01T23:25:23.197Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-01T23:25:23.346Z] ---> Running in c5204bf458b7 [2021-03-01T23:25:23.346Z] ---> Running in ea567d75c3ea [2021-03-01T23:25:25.330Z] Removing intermediate container 72a7fae481d6 [2021-03-01T23:25:25.330Z] ---> 638eda1bf222 [2021-03-01T23:25:25.330Z] Step 8/22 : COPY . . [2021-03-01T23:25:26.783Z] Removing intermediate container e6ca36286525 [2021-03-01T23:25:26.783Z] ---> e42f021a93fe [2021-03-01T23:25:26.783Z] Step 8/24 : COPY . . [2021-03-01T23:25:27.392Z] Removing intermediate container c28820eaae8c [2021-03-01T23:25:27.392Z] ---> a0b11fe7b81d [2021-03-01T23:25:27.392Z] Step 8/21 : COPY . . [2021-03-01T23:25:28.386Z] Removing intermediate container c5204bf458b7 [2021-03-01T23:25:28.386Z] ---> 5db84559ca3b [2021-03-01T23:25:28.386Z] Step 8/23 : COPY . . [2021-03-01T23:25:28.661Z] Removing intermediate container ea567d75c3ea [2021-03-01T23:25:28.661Z] ---> b93c7a23bee0 [2021-03-01T23:25:28.661Z] Step 8/22 : COPY . . [2021-03-01T23:25:29.783Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-01T23:25:29.783Z] Reading package lists... [2021-03-01T23:25:29.783Z] Building dependency tree... [2021-03-01T23:25:29.783Z] Reading state information... [2021-03-01T23:25:29.783Z] Suggested packages: [2021-03-01T23:25:29.783Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-01T23:25:29.783Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-01T23:25:29.783Z] Recommended packages: [2021-03-01T23:25:29.783Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-01T23:25:29.783Z] The following NEW packages will be installed: [2021-03-01T23:25:29.783Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-01T23:25:29.783Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-01T23:25:29.783Z] pkg-config zip [2021-03-01T23:25:29.783Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-01T23:25:29.783Z] Need to get 7655 kB of archives. [2021-03-01T23:25:29.783Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-01T23:25:29.783Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-03-01T23:25:29.783Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-01T23:25:30.044Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-01T23:25:30.044Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-01T23:25:30.044Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-01T23:25:30.044Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-01T23:25:30.305Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-01T23:25:30.305Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-01T23:25:30.305Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-01T23:25:30.305Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-01T23:25:30.305Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-01T23:25:30.305Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-01T23:25:30.569Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-01T23:25:30.569Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-01T23:25:30.569Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-01T23:25:30.832Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-01T23:25:30.832Z] Fetched 7655 kB in 1s (7075 kB/s) [2021-03-01T23:25:30.832Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-01T23:25:30.832Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-01T23:25:30.832Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-01T23:25:30.832Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-01T23:25:31.092Z] Selecting previously unselected package libpsl5:amd64. [2021-03-01T23:25:31.092Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-01T23:25:31.092Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-01T23:25:31.092Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-01T23:25:31.092Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-01T23:25:31.092Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-01T23:25:31.353Z] Selecting previously unselected package librtmp1:amd64. [2021-03-01T23:25:31.353Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-01T23:25:31.353Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-01T23:25:31.353Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-01T23:25:31.353Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-01T23:25:31.353Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-01T23:25:31.614Z] Selecting previously unselected package liberror-perl. [2021-03-01T23:25:31.614Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-01T23:25:31.614Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-01T23:25:31.614Z] Selecting previously unselected package git-man. [2021-03-01T23:25:31.614Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-01T23:25:31.614Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-01T23:25:31.875Z] Selecting previously unselected package git. [2021-03-01T23:25:31.875Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-01T23:25:31.875Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-01T23:25:32.448Z] Selecting previously unselected package libnorm1:amd64. [2021-03-01T23:25:32.448Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-01T23:25:32.448Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-01T23:25:32.709Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-01T23:25:32.709Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-01T23:25:32.709Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-01T23:25:32.709Z] Selecting previously unselected package libsodium23:amd64. [2021-03-01T23:25:32.709Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-01T23:25:32.709Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-01T23:25:32.970Z] Selecting previously unselected package libzmq5:amd64. [2021-03-01T23:25:32.970Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-01T23:25:32.970Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-01T23:25:32.970Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-01T23:25:32.970Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-01T23:25:32.970Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-01T23:25:33.231Z] Selecting previously unselected package pkg-config. [2021-03-01T23:25:33.231Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-01T23:25:33.231Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-01T23:25:33.231Z] Selecting previously unselected package zip. [2021-03-01T23:25:33.231Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-01T23:25:33.231Z] Unpacking zip (3.0-11build1) ... [2021-03-01T23:25:33.493Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-01T23:25:33.493Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-01T23:25:33.493Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-01T23:25:33.493Z] Setting up liberror-perl (0.17025-1) ... [2021-03-01T23:25:33.493Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-01T23:25:33.493Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-01T23:25:33.493Z] No schema files found: doing nothing. [2021-03-01T23:25:33.493Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-01T23:25:33.493Z] Setting up zip (3.0-11build1) ... [2021-03-01T23:25:33.754Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-01T23:25:33.754Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-01T23:25:33.754Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-01T23:25:33.754Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-01T23:25:33.754Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-01T23:25:34.016Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-01T23:25:34.016Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-01T23:25:34.016Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-01T23:25:40.607Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-01T23:25:40.607Z] git set to automatically installed. [2021-03-01T23:25:40.607Z] git-man set to automatically installed. [2021-03-01T23:25:40.607Z] libcurl3-gnutls set to automatically installed. [2021-03-01T23:25:40.607Z] liberror-perl set to automatically installed. [2021-03-01T23:25:40.607Z] libglib2.0-0 set to automatically installed. [2021-03-01T23:25:40.607Z] libnghttp2-14 set to automatically installed. [2021-03-01T23:25:40.607Z] libnorm1 set to automatically installed. [2021-03-01T23:25:40.607Z] libpgm-5.2-0 set to automatically installed. [2021-03-01T23:25:40.607Z] libpsl5 set to automatically installed. [2021-03-01T23:25:40.607Z] librtmp1 set to automatically installed. [2021-03-01T23:25:40.607Z] libsodium23 set to automatically installed. [2021-03-01T23:25:40.607Z] libzmq3-dev set to automatically installed. [2021-03-01T23:25:40.607Z] libzmq5 set to automatically installed. [2021-03-01T23:25:40.607Z] pkg-config set to automatically installed. [2021-03-01T23:25:40.607Z] zip set to automatically installed. [2021-03-01T23:25:43.154Z] snapd is not logged in, snap install commands will use sudo [2021-03-01T23:25:49.854Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-01T23:25:49.855Z] snap "core18" has no updates available [2021-03-01T23:25:50.427Z] Pulling config-common [2021-03-01T23:25:50.427Z] + snapcraftctl pull [2021-03-01T23:25:51.370Z] Pulling go-build-helper [2021-03-01T23:25:51.370Z] + snapcraftctl pull [2021-03-01T23:25:55.470Z] ---> fd133af5917b [2021-03-01T23:25:55.470Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-01T23:25:55.470Z] ---> 59d4d9ea6584 [2021-03-01T23:25:55.470Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-01T23:25:55.470Z] ---> d52cf64ed4fb [2021-03-01T23:25:55.470Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-01T23:25:55.470Z] ---> 2c162810d767 [2021-03-01T23:25:55.470Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-01T23:25:55.470Z] ---> 976bfd1f2c52 [2021-03-01T23:25:55.470Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-01T23:25:55.470Z] ---> Running in cb6c14d4c480 [2021-03-01T23:25:55.470Z] ---> Running in ae43c1ec336d [2021-03-01T23:25:55.470Z] ---> Running in ba7cc44419b7 [2021-03-01T23:25:55.470Z] ---> Running in 4337415053b1 [2021-03-01T23:25:55.470Z] ---> Running in 51a1936097ae [2021-03-01T23:25:56.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-01T23:25:56.072Z] 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-03-01T23:25:56.353Z] 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-03-01T23:25:56.631Z] 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-03-01T23:25:56.631Z] 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-03-01T23:26:13.340Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-01T23:26:13.341Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-01T23:26:13.341Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-01T23:26:13.341Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-01T23:26:13.341Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-01T23:26:13.341Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-01T23:26:13.341Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-01T23:26:13.341Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-01T23:26:13.341Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-01T23:26:13.341Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-01T23:26:13.341Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-01T23:26:13.341Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-01T23:26:13.341Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-03-01T23:26:13.341Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-03-01T23:26:13.341Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-03-01T23:26:13.341Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-03-01T23:26:13.341Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-03-01T23:26:13.341Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-01T23:26:13.341Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-01T23:26:13.341Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-01T23:26:13.341Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-01T23:26:13.341Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-03-01T23:26:13.341Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-03-01T23:26:13.341Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-03-01T23:26:13.341Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-03-01T23:26:13.341Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-01T23:26:13.341Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-01T23:26:13.341Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-01T23:26:13.341Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-01T23:26:13.341Z] Fetched 279 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-01T23:26:13.341Z] Fetched 122 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-01T23:26:13.341Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-01T23:26:13.341Z] Fetched 8848 B in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-01T23:26:13.341Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-01T23:26:13.341Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-01T23:26:13.341Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-01T23:26:13.341Z] Fetched 214 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-01T23:26:13.341Z] Fetched 154 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-01T23:26:13.341Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-01T23:26:13.341Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-01T23:26:13.341Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-01T23:26:13.341Z] Fetched 499 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-01T23:26:13.341Z] Fetched 111 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-01T23:26:13.341Z] Fetched 240 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-01T23:26:13.341Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-01T23:26:13.341Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-01T23:26:13.341Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-01T23:26:13.341Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-01T23:26:13.341Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-01T23:26:13.341Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-01T23:26:13.341Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-01T23:26:13.341Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-01T23:26:13.341Z] Fetched 8720 B in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-01T23:26:13.341Z] Fetched 137 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-01T23:26:13.341Z] Fetched 119 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-01T23:26:13.341Z] Fetched 109 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-01T23:26:13.341Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-01T23:26:13.341Z] Fetched 645 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-01T23:26:13.341Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-01T23:26:13.341Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-01T23:26:13.341Z] Fetched 368 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-01T23:26:13.341Z] Fetched 187 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-01T23:26:13.341Z] Fetched 175 kB in 0s (0 B/s) [2021-03-01T23:26:13.341Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-01T23:26:16.642Z] Fetched 206 kB in 0s (0 B/s) [2021-03-01T23:26:16.642Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-01T23:26:16.642Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-01T23:26:16.642Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-01T23:26:16.642Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-01T23:26:16.642Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-01T23:26:16.642Z] Fetched 159 kB in 0s (0 B/s) [2021-03-01T23:26:16.642Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-01T23:26:16.642Z] Fetched 107 kB in 0s (0 B/s) [2021-03-01T23:26:16.642Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-01T23:26:16.642Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-01T23:26:16.642Z] Pulling static-packages [2021-03-01T23:26:16.642Z] + snapcraftctl pull [2021-03-01T23:26:17.217Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-01T23:26:17.217Z] Skipping pull go-build-helper (already ran) [2021-03-01T23:26:17.217Z] Skipping pull static-packages (already ran) [2021-03-01T23:26:17.217Z] Building go-build-helper [2021-03-01T23:26:17.217Z] + snapcraftctl build [2021-03-01T23:26:21.427Z] Building static-packages [2021-03-01T23:26:21.427Z] + snapcraftctl build [2021-03-01T23:26:22.814Z] Staging go-build-helper [2021-03-01T23:26:22.815Z] + snapcraftctl stage [2021-03-01T23:26:23.756Z] Staging static-packages [2021-03-01T23:26:23.756Z] + snapcraftctl stage [2021-03-01T23:26:24.700Z] Pulling go115 [2021-03-01T23:26:24.700Z] + snapcraftctl pull [2021-03-01T23:26:25.648Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-01T23:26:25.648Z] Skipping pull go115 (already ran) [2021-03-01T23:26:25.649Z] Building go115 [2021-03-01T23:26:25.649Z] + dpkg --print-architecture [2021-03-01T23:26:25.649Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-01T23:26:25.649Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-01T23:26:25.649Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-01T23:26:25.649Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T23:26:25.649Z] Dload Upload Total Spent Left Speed [2021-03-01T23:26:28.843Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 258k 0 0 796k 0 0:02:28 --:--:-- 0:02:28 793k 32 115M 32 37.9M 0 0 28.2M 0 0:00:04 0:00:01 0:00:03 28.2M 69 115M 69 80.0M 0 0 34.4M 0 0:00:03 0:00:02 0:00:01 34.4M 100 115M 100 115M 0 0 36.4M 0 0:00:03 0:00:03 --:--:-- 36.4M [2021-03-01T23:26:28.843Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-01T23:26:28.843Z] + sha256sum -c sha256 [2021-03-01T23:26:28.843Z] + grep OK [2021-03-01T23:26:29.417Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-01T23:26:29.417Z] + mkdir -p /root/stage/go1.15 [2021-03-01T23:26:29.417Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-01T23:26:33.629Z] Staging go115 [2021-03-01T23:26:33.629Z] + snapcraftctl stage [2021-03-01T23:26:38.923Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-01T23:26:38.923Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-01T23:26:38.923Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-01T23:26:38.923Z] Fetched 0 B in 0s (0 B/s) [2021-03-01T23:26:38.923Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-01T23:26:38.923Z] Fetched 224 kB in 0s (0 B/s) [2021-03-01T23:26:38.923Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-01T23:26:38.923Z] Fetched 157 kB in 0s (0 B/s) [2021-03-01T23:26:38.923Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-01T23:26:38.923Z] Fetched 221 kB in 0s (0 B/s) [2021-03-01T23:26:38.923Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-01T23:26:38.923Z] Fetched 143 kB in 0s (0 B/s) [2021-03-01T23:26:38.923Z] Pulling edgex-go [2021-03-01T23:26:38.923Z] + snapcraftctl pull [2021-03-01T23:26:39.185Z] Pulling version [2021-03-01T23:26:39.185Z] + cd /root/project [2021-03-01T23:26:39.185Z] + [ -f VERSION ] [2021-03-01T23:26:39.185Z] + PROJECT_VERSION=local-dev [2021-03-01T23:26:39.185Z] + git rev-parse --short HEAD [2021-03-01T23:26:39.185Z] + GIT_REVISION=e251059c [2021-03-01T23:26:39.185Z] + snapcraftctl set-version local-dev [2021-03-01T23:26:40.129Z] Building config-common [2021-03-01T23:26:40.129Z] + snapcraftctl build [2021-03-01T23:26:42.056Z] Skipping build go-build-helper (already ran) [2021-03-01T23:26:42.056Z] Skipping build static-packages (already ran) [2021-03-01T23:26:42.057Z] Skipping build go115 (already ran) [2021-03-01T23:26:42.057Z] Building edgex-go [2021-03-01T23:26:42.320Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-03-01T23:26:42.320Z] + cd /root/parts/edgex-go/src [2021-03-01T23:26:42.320Z] + make build [2021-03-01T23:26:42.320Z] 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-03-01T23:26:44.257Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-01T23:26:44.257Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.39 [2021-03-01T23:26:44.257Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-01T23:26:44.257Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-01T23:26:44.257Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-01T23:26:44.257Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-01T23:26:44.257Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-01T23:26:44.257Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-01T23:26:44.257Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-01T23:26:44.257Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-01T23:26:44.257Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-01T23:26:44.257Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-01T23:26:44.257Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-01T23:26:44.257Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-01T23:26:44.257Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-01T23:26:44.257Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-01T23:26:44.257Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-01T23:26:44.257Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-01T23:26:44.257Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-01T23:26:44.257Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-01T23:26:44.257Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-01T23:26:44.257Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-01T23:26:44.257Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-01T23:26:44.257Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-01T23:26:44.257Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-01T23:26:44.257Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-01T23:26:44.257Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-01T23:26:44.257Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-01T23:26:44.257Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-01T23:26:44.257Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-01T23:26:44.257Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-01T23:26:44.526Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-01T23:26:44.526Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-01T23:26:44.526Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-01T23:26:44.526Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-01T23:26:44.526Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-01T23:26:44.526Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-01T23:26:44.526Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-01T23:26:44.526Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-01T23:26:44.526Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-01T23:26:44.526Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-01T23:26:44.526Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-01T23:26:44.792Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-01T23:26:45.054Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-01T23:26:53.197Z] 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-03-01T23:26:53.197Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-01T23:26:57.405Z] 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-03-01T23:26:58.349Z] 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-03-01T23:26:59.735Z] 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-03-01T23:26:59.996Z] 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-03-01T23:26:59.996Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-01T23:27:00.257Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-01T23:27:00.257Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-01T23:27:00.257Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-01T23:27:01.644Z] 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-03-01T23:27:01.905Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-01T23:27:01.905Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-01T23:27:03.303Z] 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-03-01T23:27:03.875Z] 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-03-01T23:27:03.875Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-01T23:27:05.269Z] 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-03-01T23:27:06.217Z] 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-03-01T23:27:06.217Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-01T23:27:07.172Z] 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-03-01T23:27:07.172Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-01T23:27:09.117Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-01T23:27:09.118Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-01T23:27:09.118Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-01T23:27:09.118Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-01T23:27:09.118Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-01T23:27:09.118Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-01T23:27:09.118Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-01T23:27:09.118Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-01T23:27:09.118Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-01T23:27:09.118Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-01T23:27:09.118Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-01T23:27:09.118Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-01T23:27:09.118Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-01T23:27:09.118Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-01T23:27:09.118Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-01T23:27:09.118Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-01T23:27:09.118Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-01T23:27:09.118Z] + 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-03-01T23:27:09.118Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-01T23:27:09.118Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-01T23:27:09.118Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-01T23:27:09.118Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-01T23:27:09.118Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-01T23:27:09.118Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-01T23:27:09.118Z] + 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-03-01T23:27:10.062Z] Building version [2021-03-01T23:27:10.062Z] + snapcraftctl build [2021-03-01T23:27:11.986Z] Staging config-common [2021-03-01T23:27:11.986Z] + snapcraftctl stage [2021-03-01T23:27:12.944Z] Skipping stage go-build-helper (already ran) [2021-03-01T23:27:12.944Z] Skipping stage static-packages (already ran) [2021-03-01T23:27:12.944Z] Skipping stage go115 (already ran) [2021-03-01T23:27:12.944Z] Staging edgex-go [2021-03-01T23:27:12.944Z] + snapcraftctl stage [2021-03-01T23:27:13.895Z] Staging version [2021-03-01T23:27:13.895Z] + snapcraftctl stage [2021-03-01T23:27:14.840Z] Priming config-common [2021-03-01T23:27:14.840Z] + snapcraftctl prime [2021-03-01T23:27:15.431Z] Priming go-build-helper [2021-03-01T23:27:15.431Z] + snapcraftctl prime [2021-03-01T23:27:16.375Z] Priming static-packages [2021-03-01T23:27:16.375Z] + snapcraftctl prime [2021-03-01T23:27:18.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-03-01T23:27:18.922Z] Priming go115 [2021-03-01T23:27:18.922Z] + snapcraftctl prime [2021-03-01T23:27:19.865Z] Priming edgex-go [2021-03-01T23:27:19.865Z] + snapcraftctl prime [2021-03-01T23:27:19.897Z] 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-03-01T23:27:21.249Z] Priming version [2021-03-01T23:27:21.249Z] + snapcraftctl prime [2021-03-01T23:27:22.191Z] 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-03-01T23:27:38.234Z] Removing intermediate container ae43c1ec336d [2021-03-01T23:27:38.234Z] ---> 59f593234609 [2021-03-01T23:27:38.234Z] [2021-03-01T23:27:38.234Z] Step 10/24 : FROM alpine:3.12 [2021-03-01T23:27:38.234Z] 3.12: Pulling from library/alpine [2021-03-01T23:27:38.234Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-01T23:27:38.234Z] Status: Downloaded newer image for alpine:3.12 [2021-03-01T23:27:38.234Z] ---> d10569e2745f [2021-03-01T23:27:38.234Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-01T23:27:38.850Z] ---> Running in 44be292399e0 [2021-03-01T23:27:39.133Z] Removing intermediate container 4337415053b1 [2021-03-01T23:27:39.133Z] ---> c7ba284e83c7 [2021-03-01T23:27:39.133Z] [2021-03-01T23:27:39.133Z] Step 10/21 : FROM alpine:3.12 [2021-03-01T23:27:39.133Z] ---> d10569e2745f [2021-03-01T23:27:39.133Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-01T23:27:39.732Z] ---> Running in fb72061d79d1 [2021-03-01T23:27:41.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:27:41.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:27:41.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:27:41.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:27:42.016Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-01T23:27:42.016Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T23:27:42.291Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-01T23:27:42.291Z] (4/5) Installing curl (7.69.1-r3) [2021-03-01T23:27:42.291Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-01T23:27:42.291Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:27:42.291Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T23:27:42.566Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-01T23:27:42.566Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T23:27:42.566Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-01T23:27:42.566Z] (4/4) Installing curl (7.69.1-r3) [2021-03-01T23:27:42.566Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:27:42.566Z] OK: 7 MiB in 19 packages [2021-03-01T23:27:42.566Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T23:27:43.170Z] OK: 7 MiB in 18 packages [2021-03-01T23:27:45.814Z] Removing intermediate container 44be292399e0 [2021-03-01T23:27:45.814Z] ---> 2e1a3054e932 [2021-03-01T23:27:45.814Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-01T23:27:45.814Z] ---> Running in 96c24b511c88 [2021-03-01T23:27:45.814Z] Removing intermediate container fb72061d79d1 [2021-03-01T23:27:45.814Z] ---> 044741d2e976 [2021-03-01T23:27:45.814Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-01T23:27:46.089Z] ---> Running in c4eb73ac4d9f [2021-03-01T23:27:46.687Z] Removing intermediate container 96c24b511c88 [2021-03-01T23:27:46.687Z] ---> 1e495bbb62bc [2021-03-01T23:27:46.687Z] Step 13/24 : WORKDIR / [2021-03-01T23:27:46.687Z] ---> Running in ff906f41d8f9 [2021-03-01T23:27:47.290Z] Removing intermediate container c4eb73ac4d9f [2021-03-01T23:27:47.290Z] ---> 9ab9631bbb9e [2021-03-01T23:27:47.290Z] Step 13/21 : WORKDIR /edgex [2021-03-01T23:27:47.565Z] ---> Running in 7c83b489d660 [2021-03-01T23:27:47.840Z] Removing intermediate container ff906f41d8f9 [2021-03-01T23:27:47.840Z] ---> e8531dc2fc32 [2021-03-01T23:27:47.840Z] 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-03-01T23:27:48.455Z] Removing intermediate container 7c83b489d660 [2021-03-01T23:27:48.455Z] ---> d6b68e340c30 [2021-03-01T23:27:48.455Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-01T23:27:49.441Z] ---> 28b613d93d23 [2021-03-01T23:27:49.441Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-01T23:27:49.719Z] ---> f13ecf0fba03 [2021-03-01T23:27:49.719Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-01T23:27:51.698Z] ---> ad6427d7e9df [2021-03-01T23:27:51.698Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-01T23:27:52.762Z] ---> 533a26db792f [2021-03-01T23:27:52.762Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-01T23:27:53.865Z] ---> 3b9466d281ca [2021-03-01T23:27:53.865Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-01T23:27:54.880Z] Removing intermediate container ba7cc44419b7 [2021-03-01T23:27:54.880Z] ---> dbeb0aa9ae8e [2021-03-01T23:27:54.880Z] [2021-03-01T23:27:54.880Z] Step 10/22 : FROM alpine:3.12 [2021-03-01T23:27:54.880Z] ---> d10569e2745f [2021-03-01T23:27:54.880Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-01T23:27:55.483Z] Removing intermediate container 51a1936097ae [2021-03-01T23:27:55.483Z] ---> a78fe6f13080 [2021-03-01T23:27:55.483Z] [2021-03-01T23:27:55.483Z] Step 10/22 : FROM alpine:3.12 [2021-03-01T23:27:55.483Z] ---> d10569e2745f [2021-03-01T23:27:55.483Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-01T23:27:55.483Z] ---> Running in b23868e34ba2 [2021-03-01T23:27:55.762Z] ---> f20caed09b20 [2021-03-01T23:27:55.762Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-01T23:27:56.034Z] ---> Running in bdf9b37826b0 [2021-03-01T23:27:56.034Z] ---> 737bcd972681 [2021-03-01T23:27:56.034Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-01T23:27:56.312Z] ---> Running in d5d2b61d0608 [2021-03-01T23:27:57.296Z] Removing intermediate container d5d2b61d0608 [2021-03-01T23:27:57.296Z] ---> 1732f86cba43 [2021-03-01T23:27:57.296Z] Step 18/21 : CMD ["--init=true"] [2021-03-01T23:27:57.569Z] ---> Running in c9074a347691 [2021-03-01T23:27:57.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:27:57.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:27:58.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:27:58.133Z] ---> 9d20c340ae8f [2021-03-01T23:27:58.133Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-01T23:27:58.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:27:58.412Z] Removing intermediate container c9074a347691 [2021-03-01T23:27:58.412Z] ---> 657a7f67ccef [2021-03-01T23:27:58.412Z] Step 19/21 : LABEL arch=arm64 [2021-03-01T23:27:58.697Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-01T23:27:58.698Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-01T23:27:58.698Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:27:58.698Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-01T23:27:58.698Z] Executing ca-certificates-20191127-r4.trigger [2021-03-01T23:27:58.698Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:27:58.698Z] OK: 5 MiB in 15 packages [2021-03-01T23:27:58.984Z] ---> Running in 795d2d3bef70 [2021-03-01T23:27:58.984Z] OK: 6 MiB in 16 packages [2021-03-01T23:27:59.596Z] ---> 64f913742cb0 [2021-03-01T23:27:59.596Z] 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-03-01T23:28:00.194Z] ---> Running in 823996a7a7e5 [2021-03-01T23:28:00.194Z] Removing intermediate container 795d2d3bef70 [2021-03-01T23:28:00.194Z] ---> e25211a8ba96 [2021-03-01T23:28:00.194Z] Step 20/21 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:28:00.480Z] ---> Running in 1e73323a3306 [2021-03-01T23:28:00.760Z] Removing intermediate container bdf9b37826b0 [2021-03-01T23:28:00.760Z] ---> 997a2860ecab [2021-03-01T23:28:00.760Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T23:28:01.378Z] Removing intermediate container cb6c14d4c480 [2021-03-01T23:28:01.378Z] ---> 8fe934bbbbbe [2021-03-01T23:28:01.378Z] [2021-03-01T23:28:01.378Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T23:28:01.378Z] ---> d10569e2745f [2021-03-01T23:28:01.378Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-01T23:28:01.378Z] ---> Using cache [2021-03-01T23:28:01.378Z] ---> 997a2860ecab [2021-03-01T23:28:01.378Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T23:28:01.378Z] ---> Running in e669a1b40445 [2021-03-01T23:28:01.653Z] ---> Running in 7b01b0e28b4a [2021-03-01T23:28:01.653Z] Removing intermediate container 1e73323a3306 [2021-03-01T23:28:01.653Z] ---> ca3f3bc882ae [2021-03-01T23:28:01.653Z] Step 21/21 : LABEL version=0.0.0 [2021-03-01T23:28:01.653Z] Removing intermediate container b23868e34ba2 [2021-03-01T23:28:01.653Z] ---> 2546106afef0 [2021-03-01T23:28:01.653Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T23:28:01.653Z] ---> Running in a8e7badce04c [2021-03-01T23:28:01.930Z] ---> Running in 8ce319710c2e [2021-03-01T23:28:02.211Z] Removing intermediate container e669a1b40445 [2021-03-01T23:28:02.211Z] ---> fbb2caf394f3 [2021-03-01T23:28:02.211Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-01T23:28:02.211Z] Removing intermediate container 7b01b0e28b4a [2021-03-01T23:28:02.211Z] ---> f86747066a8d [2021-03-01T23:28:02.211Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-01T23:28:02.482Z] ---> Running in 42a2241b1391 [2021-03-01T23:28:02.482Z] ---> Running in 934fbf26e021 [2021-03-01T23:28:02.757Z] Removing intermediate container a8e7badce04c [2021-03-01T23:28:02.757Z] ---> e16ef14c507b [2021-03-01T23:28:02.757Z] [2021-03-01T23:28:02.757Z] Removing intermediate container 8ce319710c2e [2021-03-01T23:28:02.757Z] ---> affed9e8d983 [2021-03-01T23:28:02.757Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-01T23:28:03.033Z] ---> Running in 103dd6cc6a7a [2021-03-01T23:28:03.310Z] Successfully built e16ef14c507b [2021-03-01T23:28:03.310Z] Removing intermediate container 42a2241b1391 [2021-03-01T23:28:03.310Z] ---> f074ca1b6bc4 [2021-03-01T23:28:03.310Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-01T23:28:03.310Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-01T23:28:03.310Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-01T23:28:03.310Z] Removing intermediate container 934fbf26e021 [2021-03-01T23:28:03.310Z] ---> 38ac08c343d6 [2021-03-01T23:28:03.310Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-01T23:28:03.310Z] Removing intermediate container 823996a7a7e5 [2021-03-01T23:28:03.310Z] ---> 9a3c100232d3 [2021-03-01T23:28:03.310Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-01T23:28:03.590Z] ---> Running in ec440113c917 [2021-03-01T23:28:03.590Z] ---> Running in 71e250871613 [2021-03-01T23:28:03.590Z] ---> Running in e56f39e176ad [2021-03-01T23:28:03.590Z] Removing intermediate container 103dd6cc6a7a [2021-03-01T23:28:03.590Z] ---> b1b2f50e131c [2021-03-01T23:28:03.590Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-01T23:28:03.867Z] ---> Running in ddb187e67bf2 [2021-03-01T23:28:04.152Z] Removing intermediate container ec440113c917 [2021-03-01T23:28:04.152Z] ---> 4480f4ecdfe9 [2021-03-01T23:28:04.152Z] Step 15/23 : WORKDIR / [2021-03-01T23:28:04.152Z] Removing intermediate container 71e250871613 [2021-03-01T23:28:04.152Z] ---> 6f0f9b94e16c [2021-03-01T23:28:04.152Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T23:28:04.435Z] Removing intermediate container e56f39e176ad [2021-03-01T23:28:04.435Z] ---> f3a594c97bba [2021-03-01T23:28:04.435Z] Step 22/24 : LABEL arch=arm64 [2021-03-01T23:28:04.435Z] ---> Running in bc06751cabe6 [2021-03-01T23:28:04.711Z] ---> Running in 426137ef8519 [2021-03-01T23:28:04.711Z] Removing intermediate container ddb187e67bf2 [2021-03-01T23:28:04.711Z] ---> ae052944cad9 [2021-03-01T23:28:04.711Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T23:28:05.720Z] Removing intermediate container 426137ef8519 [2021-03-01T23:28:05.721Z] ---> 327bb5006b8b [2021-03-01T23:28:05.721Z] Step 23/24 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:28:05.721Z] Removing intermediate container bc06751cabe6 [2021-03-01T23:28:05.721Z] ---> a12da715e019 [2021-03-01T23:28:05.721Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T23:28:06.328Z] ---> 5e1d3463f78a [2021-03-01T23:28:06.328Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-01T23:28:06.328Z] ---> 2ba9adf20c39 [2021-03-01T23:28:06.328Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-01T23:28:06.328Z] ---> Running in 830713406e50 [2021-03-01T23:28:07.778Z] ---> dae15a3d6ae7 [2021-03-01T23:28:07.778Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-01T23:28:08.388Z] Removing intermediate container 830713406e50 [2021-03-01T23:28:08.388Z] ---> 0d2ce7bed051 [2021-03-01T23:28:08.388Z] Step 24/24 : LABEL version=0.0.0 [2021-03-01T23:28:09.374Z] ---> 8455929d8da1 [2021-03-01T23:28:09.374Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-01T23:28:09.651Z] ---> 369a9b4ec5b2 [2021-03-01T23:28:09.651Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-01T23:28:09.651Z] ---> Running in 6964461fe93b [2021-03-01T23:28:09.931Z] ---> 72bf5e394dc6 [2021-03-01T23:28:09.931Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-01T23:28:10.211Z] ---> 84dbabfe37cf [2021-03-01T23:28:10.211Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-01T23:28:10.499Z] ---> Running in 5a6520e66b41 [2021-03-01T23:28:10.499Z] Removing intermediate container 6964461fe93b [2021-03-01T23:28:10.499Z] ---> 8a30e431499f [2021-03-01T23:28:10.499Z] [2021-03-01T23:28:10.788Z] ---> e89e521e5230 [2021-03-01T23:28:10.788Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-01T23:28:11.067Z] Successfully built 8a30e431499f [2021-03-01T23:28:11.067Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-01T23:28:11.067Z] ---> Running in d53d156bc768 [2021-03-01T23:28:11.067Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-01T23:28:11.067Z] ---> 1184bdb8327a [2021-03-01T23:28:11.067Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-01T23:28:11.343Z] Removing intermediate container 5a6520e66b41 [2021-03-01T23:28:11.343Z] ---> c7445ba32fda [2021-03-01T23:28:11.343Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T23:28:11.343Z] ---> Running in 3fb544779636 [2021-03-01T23:28:11.622Z] ---> Running in 02f1db3f4ff6 [2021-03-01T23:28:11.899Z] Removing intermediate container d53d156bc768 [2021-03-01T23:28:11.899Z] ---> 3e985482deb1 [2021-03-01T23:28:11.899Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T23:28:11.899Z] Removing intermediate container 3fb544779636 [2021-03-01T23:28:11.899Z] ---> 19c28635c0db [2021-03-01T23:28:12.174Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T23:28:12.174Z] ---> Running in 82647200cffb [2021-03-01T23:28:12.174Z] Removing intermediate container 02f1db3f4ff6 [2021-03-01T23:28:12.174Z] ---> ee801ea38a18 [2021-03-01T23:28:12.174Z] Step 20/22 : LABEL arch=arm64 [2021-03-01T23:28:12.174Z] ---> Running in 8a9a727cd3f2 [2021-03-01T23:28:12.450Z] ---> Running in d1c4295b6501 [2021-03-01T23:28:12.730Z] Removing intermediate container 82647200cffb [2021-03-01T23:28:12.730Z] ---> 33568379e334 [2021-03-01T23:28:12.730Z] Step 20/22 : LABEL arch=arm64 [2021-03-01T23:28:13.328Z] Removing intermediate container 8a9a727cd3f2 [2021-03-01T23:28:13.328Z] ---> 1ff3490dbfcd [2021-03-01T23:28:13.328Z] Step 21/23 : LABEL arch=arm64 [2021-03-01T23:28:13.328Z] ---> Running in 6a59b8af6673 [2021-03-01T23:28:13.604Z] ---> Running in 3a7d711c82e5 [2021-03-01T23:28:14.205Z] Removing intermediate container d1c4295b6501 [2021-03-01T23:28:14.205Z] ---> d6614c0cc412 [2021-03-01T23:28:14.205Z] Step 21/22 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:28:14.479Z] Removing intermediate container 3a7d711c82e5 [2021-03-01T23:28:14.479Z] ---> 3a7d64f553cb [2021-03-01T23:28:14.479Z] Step 22/23 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:28:14.479Z] Removing intermediate container 6a59b8af6673 [2021-03-01T23:28:14.479Z] ---> de21641ef6aa [2021-03-01T23:28:14.479Z] Step 21/22 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:28:15.080Z] ---> Running in da2f00c8b83e [2021-03-01T23:28:15.356Z] ---> Running in b681f889ad2f [2021-03-01T23:28:15.356Z] ---> Running in a4cca0425eef [2021-03-01T23:28:15.638Z] Removing intermediate container da2f00c8b83e [2021-03-01T23:28:15.638Z] ---> 702547dab716 [2021-03-01T23:28:15.638Z] Step 22/22 : LABEL version=0.0.0 [2021-03-01T23:28:16.238Z] Removing intermediate container a4cca0425eef [2021-03-01T23:28:16.238Z] ---> 83222069a75f [2021-03-01T23:28:16.238Z] Step 23/23 : LABEL version=0.0.0 [2021-03-01T23:28:16.863Z] ---> Running in 3deff51f86c5 [2021-03-01T23:28:16.863Z] Removing intermediate container b681f889ad2f [2021-03-01T23:28:16.863Z] ---> d517a3e99424 [2021-03-01T23:28:16.863Z] Step 22/22 : LABEL version=0.0.0 [2021-03-01T23:28:17.141Z] ---> Running in c73717ef7a23 [2021-03-01T23:28:17.419Z] ---> Running in 96e1eccfd385 [2021-03-01T23:28:17.419Z] Removing intermediate container 3deff51f86c5 [2021-03-01T23:28:17.419Z] ---> e41862dbafca [2021-03-01T23:28:17.419Z] [2021-03-01T23:28:18.020Z] Removing intermediate container c73717ef7a23 [2021-03-01T23:28:18.020Z] ---> 2023760ee5e1 [2021-03-01T23:28:18.021Z] [2021-03-01T23:28:18.021Z] Successfully built e41862dbafca [2021-03-01T23:28:18.295Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-01T23:28:18.295Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-01T23:28:18.295Z] Removing intermediate container 96e1eccfd385 [2021-03-01T23:28:18.295Z] ---> 95bbc899c7fe [2021-03-01T23:28:18.295Z] [2021-03-01T23:28:18.572Z] Successfully built 2023760ee5e1 [2021-03-01T23:28:18.572Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-01T23:28:18.572Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-03-01T23:28:18.843Z] Successfully built 95bbc899c7fe [2021-03-01T23:28:18.843Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-01T23:28:41.024Z]  Building docker-support-scheduler-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:28:41.024Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:28:41.024Z] ---> b1fb5dae42db [2021-03-01T23:28:41.024Z] Step 3/26 : WORKDIR /edgex-go [2021-03-01T23:28:41.024Z] ---> Using cache [2021-03-01T23:28:41.024Z] ---> 090104c4a39f [2021-03-01T23:28:41.024Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:28:41.024Z] ---> Using cache [2021-03-01T23:28:41.024Z] ---> 0922995e1151 [2021-03-01T23:28:41.024Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-01T23:28:45.373Z] ---> Running in 2f0e2a71cbda [2021-03-01T23:28:46.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:28:46.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:28:47.576Z] OK: 217 MiB in 51 packages [2021-03-01T23:28:51.001Z] Removing intermediate container 2f0e2a71cbda [2021-03-01T23:28:51.001Z] ---> 45860d299b99 [2021-03-01T23:28:51.001Z] Step 6/26 : COPY go.mod . [2021-03-01T23:28:51.613Z] ---> 2091346fb057 [2021-03-01T23:28:51.613Z] Step 7/26 : RUN go mod download [2021-03-01T23:28:51.893Z] ---> Running in 7e28a17ca810 [2021-03-01T23:28:56.275Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:28:56.275Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:28:56.275Z] ---> b1fb5dae42db [2021-03-01T23:28:56.275Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T23:28:56.275Z] ---> Using cache [2021-03-01T23:28:56.275Z] ---> 090104c4a39f [2021-03-01T23:28:56.275Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:28:56.275Z] ---> Using cache [2021-03-01T23:28:56.275Z] ---> 0922995e1151 [2021-03-01T23:28:56.275Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-01T23:28:56.275Z] ---> Using cache [2021-03-01T23:28:56.275Z] ---> 103fdb990b8c [2021-03-01T23:28:56.275Z] Step 6/23 : COPY go.mod . [2021-03-01T23:28:56.275Z] ---> Using cache [2021-03-01T23:28:56.275Z] ---> 30ec4fe17651 [2021-03-01T23:28:56.275Z] Step 7/23 : RUN go mod download [2021-03-01T23:28:56.275Z] ---> Using cache [2021-03-01T23:28:56.275Z] ---> a0b11fe7b81d [2021-03-01T23:28:56.275Z] Step 8/23 : COPY . . [2021-03-01T23:28:56.275Z] ---> Using cache [2021-03-01T23:28:56.275Z] ---> 59d4d9ea6584 [2021-03-01T23:28:56.275Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-01T23:28:56.275Z] Removing intermediate container 7e28a17ca810 [2021-03-01T23:28:56.275Z] ---> b94cffc3588c [2021-03-01T23:28:56.275Z] Step 8/26 : COPY . . [2021-03-01T23:28:56.548Z] ---> Running in ba8c590a6c03 [2021-03-01T23:28:58.543Z] 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-03-01T23:29:01.176Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:29:01.176Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:29:01.176Z] ---> b1fb5dae42db [2021-03-01T23:29:01.176Z] Step 3/30 : WORKDIR /edgex-go [2021-03-01T23:29:01.176Z] ---> Using cache [2021-03-01T23:29:01.176Z] ---> 090104c4a39f [2021-03-01T23:29:01.176Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:29:01.176Z] ---> Using cache [2021-03-01T23:29:01.176Z] ---> 0922995e1151 [2021-03-01T23:29:01.176Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-01T23:29:01.176Z] ---> Using cache [2021-03-01T23:29:01.176Z] ---> 103fdb990b8c [2021-03-01T23:29:01.176Z] Step 6/30 : COPY go.mod . [2021-03-01T23:29:01.177Z] ---> Using cache [2021-03-01T23:29:01.177Z] ---> 30ec4fe17651 [2021-03-01T23:29:01.177Z] Step 7/30 : RUN go mod download [2021-03-01T23:29:01.177Z] ---> Using cache [2021-03-01T23:29:01.177Z] ---> a0b11fe7b81d [2021-03-01T23:29:01.177Z] Step 8/30 : COPY . . [2021-03-01T23:29:01.177Z] ---> Using cache [2021-03-01T23:29:01.177Z] ---> 59d4d9ea6584 [2021-03-01T23:29:01.177Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-01T23:29:01.454Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-01T23:29:01.454Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-01T23:29:01.454Z] ---> b1fb5dae42db [2021-03-01T23:29:01.454Z] Step 3/23 : WORKDIR /edgex-go [2021-03-01T23:29:01.454Z] ---> Using cache [2021-03-01T23:29:01.454Z] ---> 090104c4a39f [2021-03-01T23:29:01.454Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:29:01.454Z] ---> Using cache [2021-03-01T23:29:01.454Z] ---> 0922995e1151 [2021-03-01T23:29:01.454Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-01T23:29:04.880Z] ---> Running in 89959e18ee55 [2021-03-01T23:29:04.880Z] ---> Running in 07513332cda7 [2021-03-01T23:29:06.863Z] 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-03-01T23:29:07.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:29:07.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:29:08.732Z] OK: 217 MiB in 51 packages [2021-03-01T23:29:12.156Z] Removing intermediate container 07513332cda7 [2021-03-01T23:29:12.156Z] ---> dd41de0d244f [2021-03-01T23:29:12.156Z] Step 6/23 : COPY go.mod . [2021-03-01T23:29:14.149Z] ---> a6c2c1052b89 [2021-03-01T23:29:14.149Z] Step 7/23 : RUN go mod download [2021-03-01T23:29:14.752Z] ---> Running in 2922f5b7632b [2021-03-01T23:29:18.523Z] ---> d2bd5619146c [2021-03-01T23:29:18.523Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-01T23:29:18.523Z] ---> Running in 11dd174d96fd [2021-03-01T23:29:20.518Z] 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-03-01T23:29:20.518Z] Removing intermediate container 2922f5b7632b [2021-03-01T23:29:20.518Z] ---> d3c9d79f766b [2021-03-01T23:29:20.518Z] Step 8/23 : COPY . . [2021-03-01T23:29:42.714Z] ---> 078f1fc11af7 [2021-03-01T23:29:42.714Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-01T23:29:42.714Z] ---> Running in 584d79ee9e57 [2021-03-01T23:29:42.714Z] 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-03-01T23:30:29.702Z] Removing intermediate container ba8c590a6c03 [2021-03-01T23:30:29.702Z] ---> f0a6cb6935f4 [2021-03-01T23:30:29.702Z] [2021-03-01T23:30:29.702Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T23:30:29.702Z] ---> d10569e2745f [2021-03-01T23:30:29.702Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-01T23:30:29.702Z] ---> Using cache [2021-03-01T23:30:29.702Z] ---> 997a2860ecab [2021-03-01T23:30:29.702Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-01T23:30:29.702Z] ---> Using cache [2021-03-01T23:30:29.702Z] ---> f86747066a8d [2021-03-01T23:30:29.702Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-01T23:30:29.702Z] ---> Running in 42a72465d941 [2021-03-01T23:30:29.702Z] Removing intermediate container 42a72465d941 [2021-03-01T23:30:29.702Z] ---> 0d9b4e12ed87 [2021-03-01T23:30:29.702Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-01T23:30:29.702Z] ---> Running in 4fd08cf28e74 [2021-03-01T23:30:29.702Z] Removing intermediate container 4fd08cf28e74 [2021-03-01T23:30:29.702Z] ---> c6f521a36510 [2021-03-01T23:30:29.702Z] Step 15/23 : WORKDIR / [2021-03-01T23:30:29.702Z] ---> Running in bf6dbab7739a [2021-03-01T23:30:29.702Z] Removing intermediate container bf6dbab7739a [2021-03-01T23:30:29.702Z] ---> 83e64e28f563 [2021-03-01T23:30:29.702Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T23:30:29.702Z] ---> 750cec36ceb5 [2021-03-01T23:30:29.702Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-01T23:30:31.682Z] ---> d65d9831b779 [2021-03-01T23:30:31.682Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-01T23:30:31.682Z] Removing intermediate container 89959e18ee55 [2021-03-01T23:30:31.682Z] ---> 628c0dee6e95 [2021-03-01T23:30:31.682Z] [2021-03-01T23:30:31.682Z] Step 10/30 : FROM alpine:3.12 [2021-03-01T23:30:31.682Z] ---> d10569e2745f [2021-03-01T23:30:31.682Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-01T23:30:31.682Z] ---> Running in 47b46de8ff80 [2021-03-01T23:30:32.680Z] Removing intermediate container 47b46de8ff80 [2021-03-01T23:30:32.680Z] ---> d3a7eeda505b [2021-03-01T23:30:32.680Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-01T23:30:32.680Z] ---> Running in 5112240a2334 [2021-03-01T23:30:32.680Z] ---> ab2a9d692534 [2021-03-01T23:30:32.680Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-01T23:30:32.951Z] ---> Running in 0beedb041dce [2021-03-01T23:30:33.931Z] Removing intermediate container 0beedb041dce [2021-03-01T23:30:33.931Z] ---> e72bdd222a42 [2021-03-01T23:30:33.931Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T23:30:33.931Z] ---> Running in 28a9fa7a4a91 [2021-03-01T23:30:34.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:30:34.917Z] Removing intermediate container 28a9fa7a4a91 [2021-03-01T23:30:34.917Z] ---> 42c16bc35f99 [2021-03-01T23:30:34.917Z] Step 21/23 : LABEL arch=arm64 [2021-03-01T23:30:34.917Z] ---> Running in daf25851c5bc [2021-03-01T23:30:34.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:30:35.911Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-01T23:30:35.911Z] (2/2) Installing su-exec (0.2-r1) [2021-03-01T23:30:35.911Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:30:35.911Z] OK: 5 MiB in 16 packages [2021-03-01T23:30:35.911Z] Removing intermediate container daf25851c5bc [2021-03-01T23:30:35.911Z] ---> 0dc7e30e15ac [2021-03-01T23:30:35.911Z] Step 22/23 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:30:36.188Z] ---> Running in 1411401a9cf2 [2021-03-01T23:30:37.177Z] Removing intermediate container 1411401a9cf2 [2021-03-01T23:30:37.177Z] ---> 80b0709a047a [2021-03-01T23:30:37.177Z] Step 23/23 : LABEL version=0.0.0 [2021-03-01T23:30:37.454Z] ---> Running in 20929f05d460 [2021-03-01T23:30:38.050Z] Removing intermediate container 5112240a2334 [2021-03-01T23:30:38.050Z] ---> f7ff1686394c [2021-03-01T23:30:38.050Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-01T23:30:38.326Z] ---> Running in 703ce636516c [2021-03-01T23:30:38.600Z] Removing intermediate container 20929f05d460 [2021-03-01T23:30:38.600Z] ---> ec9796bb8e85 [2021-03-01T23:30:38.600Z] [2021-03-01T23:30:39.583Z] Successfully built ec9796bb8e85 [2021-03-01T23:30:39.583Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-01T23:30:39.856Z]  Building docker-core-command-go ... done Removing intermediate container 703ce636516c [2021-03-01T23:30:39.856Z] ---> 0fe72f0003a8 [2021-03-01T23:30:39.856Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-01T23:30:40.129Z] ---> Running in bb89edf4bb4a [2021-03-01T23:30:40.728Z] Removing intermediate container 11dd174d96fd [2021-03-01T23:30:40.728Z] ---> eda28e689b49 [2021-03-01T23:30:40.728Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-01T23:30:41.327Z] ---> Running in 89a24315cd43 [2021-03-01T23:30:41.327Z] Removing intermediate container bb89edf4bb4a [2021-03-01T23:30:41.327Z] ---> 964b7c085c71 [2021-03-01T23:30:41.327Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-01T23:30:41.601Z] ---> Running in d6b83f2e8d5f [2021-03-01T23:30:43.590Z] 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-03-01T23:30:45.594Z] Removing intermediate container d6b83f2e8d5f [2021-03-01T23:30:45.594Z] ---> 9ed33cedf9e3 [2021-03-01T23:30:45.594Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-01T23:30:45.594Z] ---> Running in e1c3f868e960 [2021-03-01T23:30:46.201Z] Removing intermediate container e1c3f868e960 [2021-03-01T23:30:46.201Z] ---> 7682d78d867a [2021-03-01T23:30:46.201Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-01T23:30:47.651Z] ---> d30b1e88f437 [2021-03-01T23:30:47.651Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-01T23:30:47.928Z] ---> Running in 4c7440028fb7 [2021-03-01T23:30:48.200Z] Removing intermediate container 89a24315cd43 [2021-03-01T23:30:48.200Z] ---> a6e900acebf4 [2021-03-01T23:30:48.200Z] [2021-03-01T23:30:48.200Z] Step 11/26 : FROM docker:20.10.0 [2021-03-01T23:30:48.200Z] 20.10.0: Pulling from library/docker [2021-03-01T23:30:52.532Z] Removing intermediate container 4c7440028fb7 [2021-03-01T23:30:52.532Z] ---> fdec2de65d2b [2021-03-01T23:30:52.532Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T23:30:53.507Z] ---> c2894295aa73 [2021-03-01T23:30:53.507Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-01T23:30:56.132Z] ---> 96f7990d78ff [2021-03-01T23:30:56.132Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-01T23:30:57.569Z] ---> 53655098d454 [2021-03-01T23:30:57.569Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-01T23:30:59.012Z] ---> d86717d59390 [2021-03-01T23:30:59.012Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-01T23:30:59.292Z] ---> Running in 09709a1bc80a [2021-03-01T23:30:59.888Z] Removing intermediate container 09709a1bc80a [2021-03-01T23:30:59.888Z] ---> 24cc12302252 [2021-03-01T23:30:59.888Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-01T23:31:00.881Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-01T23:31:00.881Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-01T23:31:00.881Z] ---> eeaf43b92773 [2021-03-01T23:31:00.881Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-01T23:31:00.881Z] ---> eb51eda7c975 [2021-03-01T23:31:00.881Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-01T23:31:00.881Z] ---> Running in bd67fb3f060e [2021-03-01T23:31:01.154Z] ---> Running in 706f528f5b6b [2021-03-01T23:31:02.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:31:02.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:31:03.046Z] (1/2) Installing readline (8.0.4-r0) [2021-03-01T23:31:03.046Z] (2/2) Installing bash (5.0.17-r0) [2021-03-01T23:31:03.046Z] Executing bash-5.0.17-r0.post-install [2021-03-01T23:31:03.046Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:31:03.046Z] OK: 12 MiB in 22 packages [2021-03-01T23:31:04.050Z] Removing intermediate container 706f528f5b6b [2021-03-01T23:31:04.050Z] ---> 161eeb49fdf6 [2021-03-01T23:31:04.050Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-01T23:31:04.641Z] ---> Running in c4c4f63ec396 [2021-03-01T23:31:04.918Z] Removing intermediate container bd67fb3f060e [2021-03-01T23:31:04.918Z] ---> e83ddde945ed [2021-03-01T23:31:04.918Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-01T23:31:05.189Z] ---> Running in e0244495c484 [2021-03-01T23:31:05.189Z] Removing intermediate container 584d79ee9e57 [2021-03-01T23:31:05.189Z] ---> a3ad53f5c2b4 [2021-03-01T23:31:05.189Z] [2021-03-01T23:31:05.189Z] Step 10/23 : FROM alpine:3.12 [2021-03-01T23:31:05.189Z] ---> d10569e2745f [2021-03-01T23:31:05.189Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-01T23:31:05.460Z] Removing intermediate container c4c4f63ec396 [2021-03-01T23:31:05.460Z] ---> 4e7f2584fe31 [2021-03-01T23:31:05.460Z] Step 27/30 : CMD ["gate"] [2021-03-01T23:31:05.460Z] ---> Running in 563f24f16955 [2021-03-01T23:31:05.741Z] ---> Running in fe0057f9d85c [2021-03-01T23:31:05.741Z] Removing intermediate container e0244495c484 [2021-03-01T23:31:05.741Z] ---> 73e58fce9f55 [2021-03-01T23:31:05.741Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-01T23:31:06.022Z] ---> Running in aec4c3592f96 [2021-03-01T23:31:06.022Z] Removing intermediate container 563f24f16955 [2021-03-01T23:31:06.022Z] ---> 9d607a376577 [2021-03-01T23:31:06.022Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-01T23:31:06.022Z] ---> Running in d154b7c58f39 [2021-03-01T23:31:06.301Z] Removing intermediate container fe0057f9d85c [2021-03-01T23:31:06.301Z] ---> 5d4feba11d96 [2021-03-01T23:31:06.301Z] Step 28/30 : LABEL arch=arm64 [2021-03-01T23:31:06.577Z] ---> Running in 68586d27544d [2021-03-01T23:31:06.849Z] Removing intermediate container aec4c3592f96 [2021-03-01T23:31:06.849Z] ---> 2d114617c259 [2021-03-01T23:31:06.849Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-01T23:31:06.849Z] Removing intermediate container d154b7c58f39 [2021-03-01T23:31:06.849Z] ---> 04c5ed4ff867 [2021-03-01T23:31:06.849Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-01T23:31:06.849Z] ---> Running in 5e832a66fdfe [2021-03-01T23:31:07.125Z] ---> Running in a43d75f08b1e [2021-03-01T23:31:07.419Z] Removing intermediate container 68586d27544d [2021-03-01T23:31:07.419Z] ---> 049a24197f0a [2021-03-01T23:31:07.419Z] Step 29/30 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:31:07.419Z] Removing intermediate container 5e832a66fdfe [2021-03-01T23:31:07.419Z] ---> dac4d3657f14 [2021-03-01T23:31:07.419Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-01T23:31:07.696Z] ---> Running in 7f9f30f5b56e [2021-03-01T23:31:07.696Z] Removing intermediate container a43d75f08b1e [2021-03-01T23:31:07.696Z] ---> 0e396cf549d3 [2021-03-01T23:31:07.697Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-01T23:31:08.297Z] ---> Running in 324f503be96f [2021-03-01T23:31:08.297Z] Removing intermediate container 7f9f30f5b56e [2021-03-01T23:31:08.297Z] ---> 3dded8bc6f4d [2021-03-01T23:31:08.297Z] Step 30/30 : LABEL version=0.0.0 [2021-03-01T23:31:08.571Z] ---> 037c6d089f10 [2021-03-01T23:31:08.571Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-01T23:31:08.842Z] ---> Running in 52137c8efae0 [2021-03-01T23:31:09.439Z] ---> e5c36c8d8c6f [2021-03-01T23:31:09.439Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-01T23:31:09.713Z] Removing intermediate container 52137c8efae0 [2021-03-01T23:31:09.713Z] ---> 0a9a0752388d [2021-03-01T23:31:09.713Z] [2021-03-01T23:31:09.988Z] Successfully built 0a9a0752388d [2021-03-01T23:31:09.988Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-01T23:31:10.588Z]  Building docker-security-bootstrapper-go ... done  ---> a829bfa9fdf0 [2021-03-01T23:31:10.588Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-01T23:31:10.588Z] ---> Running in 2903759c6666 [2021-03-01T23:31:10.861Z] Removing intermediate container 324f503be96f [2021-03-01T23:31:10.861Z] ---> 4204f3029a8c [2021-03-01T23:31:10.861Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-01T23:31:11.132Z] ---> Running in 0de922d5e734 [2021-03-01T23:31:11.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:31:11.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:31:12.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:31:12.535Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-01T23:31:12.535Z] (2/33) Installing expat (2.2.9-r1) [2021-03-01T23:31:12.535Z] (3/33) Installing libffi (3.3-r2) [2021-03-01T23:31:12.535Z] (4/33) Installing gdbm (1.13-r1) [2021-03-01T23:31:12.535Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-01T23:31:12.535Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-01T23:31:12.535Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-01T23:31:12.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:31:13.394Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-01T23:31:13.662Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-01T23:31:13.662Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-01T23:31:13.662Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-01T23:31:13.947Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-01T23:31:14.235Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-01T23:31:14.235Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:31:14.235Z] OK: 8 MiB in 20 packages [2021-03-01T23:31:14.235Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-01T23:31:14.235Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-01T23:31:14.235Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-01T23:31:14.235Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-01T23:31:14.235Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-01T23:31:14.235Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-01T23:31:14.521Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-01T23:31:14.521Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-01T23:31:14.521Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-01T23:31:14.521Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-01T23:31:14.521Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-01T23:31:14.808Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-01T23:31:14.808Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-01T23:31:14.808Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-01T23:31:14.808Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-01T23:31:14.808Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-01T23:31:14.808Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-01T23:31:14.808Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-01T23:31:14.808Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-01T23:31:14.808Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-01T23:31:14.808Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-01T23:31:14.808Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-01T23:31:14.808Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-01T23:31:14.808Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-01T23:31:14.808Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-01T23:31:14.808Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-01T23:31:15.098Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:31:15.098Z] OK: 71 MiB in 55 packages [2021-03-01T23:31:16.101Z] Removing intermediate container 0de922d5e734 [2021-03-01T23:31:16.101Z] ---> 44f23516cbca [2021-03-01T23:31:16.101Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-01T23:31:17.080Z] ---> a0bfe6e5a227 [2021-03-01T23:31:17.352Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-01T23:31:18.789Z] ---> 6de4d3f7ed6d [2021-03-01T23:31:18.789Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-01T23:31:19.765Z] ---> b03f1e66a44a [2021-03-01T23:31:19.765Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-01T23:31:20.036Z] ---> Running in a17e8db919e6 [2021-03-01T23:31:21.409Z] Removing intermediate container a17e8db919e6 [2021-03-01T23:31:21.409Z] ---> 73e158e36ce7 [2021-03-01T23:31:21.409Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T23:31:21.409Z] ---> Running in b30385b3b078 [2021-03-01T23:31:21.409Z] Removing intermediate container 2903759c6666 [2021-03-01T23:31:21.409Z] ---> 15fe501d33d5 [2021-03-01T23:31:21.409Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-01T23:31:21.409Z] Removing intermediate container b30385b3b078 [2021-03-01T23:31:21.409Z] ---> 130c3300bdb4 [2021-03-01T23:31:21.409Z] Step 21/23 : LABEL arch=arm64 [2021-03-01T23:31:21.409Z] ---> Running in cd92d0b9c07c [2021-03-01T23:31:21.409Z] ---> Running in 2f2909fcf40c [2021-03-01T23:31:22.004Z] Removing intermediate container 2f2909fcf40c [2021-03-01T23:31:22.004Z] ---> 5278aa6e584f [2021-03-01T23:31:22.004Z] Step 22/23 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:31:22.274Z] ---> Running in a9e4fcc01aac [2021-03-01T23:31:22.869Z] Removing intermediate container a9e4fcc01aac [2021-03-01T23:31:22.869Z] ---> b6d3f7f3f84c [2021-03-01T23:31:22.869Z] Step 23/23 : LABEL version=0.0.0 [2021-03-01T23:31:22.869Z] ---> Running in 70922ce78696 [2021-03-01T23:31:23.459Z] Removing intermediate container 70922ce78696 [2021-03-01T23:31:23.459Z] ---> 4431aa11cdd2 [2021-03-01T23:31:23.459Z] [2021-03-01T23:31:23.732Z] Successfully built 4431aa11cdd2 [2021-03-01T23:31:23.732Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-01T23:31:26.336Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-01T23:31:26.336Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-01T23:31:26.924Z] Collecting texttable<0.10,>=0.9.0 [2021-03-01T23:31:26.924Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-01T23:31:28.881Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-01T23:31:28.881Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-01T23:31:31.487Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-01T23:31:31.487Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-01T23:31:31.487Z] 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-03-01T23:31:31.757Z] Collecting docopt<0.7,>=0.6.1 [2021-03-01T23:31:31.757Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-01T23:31:34.358Z] Collecting PyYAML<4,>=3.10 [2021-03-01T23:31:34.358Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-01T23:31:37.718Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-01T23:31:37.718Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-01T23:31:37.988Z] Collecting docker<4.0,>=3.6.0 [2021-03-01T23:31:37.988Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-01T23:31:38.577Z] Collecting jsonschema<3,>=2.5.1 [2021-03-01T23:31:38.577Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-01T23:31:38.848Z] Collecting cached-property<2,>=1.2.0 [2021-03-01T23:31:38.848Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-01T23:31:39.437Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-01T23:31:39.706Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-01T23:31:39.706Z] 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-03-01T23:31:39.706Z] 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-03-01T23:31:39.976Z] Collecting idna<2.8,>=2.5 [2021-03-01T23:31:39.976Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-01T23:31:40.245Z] Collecting docker-pycreds>=0.4.0 [2021-03-01T23:31:40.245Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-01T23:31:40.245Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-01T23:31:40.245Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-01T23:31:40.245Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-01T23:31:40.245Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-01T23:31:41.212Z] Installing collected packages: texttable, dockerpty, urllib3, idna, requests, docopt, PyYAML, websocket-client, docker-pycreds, docker, jsonschema, cached-property, docker-compose [2021-03-01T23:31:41.212Z] Running setup.py install for texttable: started [2021-03-01T23:31:43.166Z] Running setup.py install for texttable: finished with status 'done' [2021-03-01T23:31:43.166Z] Running setup.py install for dockerpty: started [2021-03-01T23:31:44.584Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-01T23:31:44.584Z] Attempting uninstall: urllib3 [2021-03-01T23:31:44.584Z] Found existing installation: urllib3 1.25.9 [2021-03-01T23:31:44.584Z] Uninstalling urllib3-1.25.9: [2021-03-01T23:31:44.855Z] Successfully uninstalled urllib3-1.25.9 [2021-03-01T23:31:45.446Z] Attempting uninstall: idna [2021-03-01T23:31:45.446Z] Found existing installation: idna 2.9 [2021-03-01T23:31:45.446Z] Uninstalling idna-2.9: [2021-03-01T23:31:45.446Z] Successfully uninstalled idna-2.9 [2021-03-01T23:31:46.038Z] Attempting uninstall: requests [2021-03-01T23:31:46.038Z] Found existing installation: requests 2.23.0 [2021-03-01T23:31:46.038Z] Uninstalling requests-2.23.0: [2021-03-01T23:31:46.038Z] Successfully uninstalled requests-2.23.0 [2021-03-01T23:31:46.308Z] Running setup.py install for docopt: started [2021-03-01T23:31:48.290Z] Running setup.py install for docopt: finished with status 'done' [2021-03-01T23:31:48.290Z] Running setup.py install for PyYAML: started [2021-03-01T23:31:50.250Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-01T23:31:52.203Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-03-01T23:31:55.567Z] Removing intermediate container cd92d0b9c07c [2021-03-01T23:31:55.567Z] ---> 92a19e143e2f [2021-03-01T23:31:55.567Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-01T23:31:55.846Z] ---> Running in 71980ecdc0a6 [2021-03-01T23:31:56.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T23:31:56.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T23:31:57.417Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-01T23:31:57.417Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-01T23:31:57.417Z] (3/3) Installing curl (7.69.1-r3) [2021-03-01T23:31:57.417Z] Executing busybox-1.31.1-r19.trigger [2021-03-01T23:31:57.417Z] OK: 71 MiB in 58 packages [2021-03-01T23:31:58.845Z] Removing intermediate container 71980ecdc0a6 [2021-03-01T23:31:58.845Z] ---> a2779396f3d5 [2021-03-01T23:31:58.845Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-01T23:31:58.845Z] ---> Running in 946653ff2b31 [2021-03-01T23:31:59.117Z] Removing intermediate container 946653ff2b31 [2021-03-01T23:31:59.117Z] ---> 61172aa65f08 [2021-03-01T23:31:59.117Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-01T23:31:59.117Z] ---> Running in 8c258c48de29 [2021-03-01T23:31:59.709Z] Removing intermediate container 8c258c48de29 [2021-03-01T23:31:59.709Z] ---> 790f5a735dc2 [2021-03-01T23:31:59.709Z] Step 24/26 : LABEL arch=arm64 [2021-03-01T23:31:59.979Z] ---> Running in 05162fde4f5a [2021-03-01T23:32:00.251Z] Removing intermediate container 05162fde4f5a [2021-03-01T23:32:00.251Z] ---> 1c9ba97ed7d8 [2021-03-01T23:32:00.251Z] Step 25/26 : LABEL git_sha=e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [2021-03-01T23:32:00.525Z] ---> Running in d208e717de68 [2021-03-01T23:32:00.799Z] Removing intermediate container d208e717de68 [2021-03-01T23:32:00.799Z] ---> d58c0480a16b [2021-03-01T23:32:00.799Z] Step 26/26 : LABEL version=0.0.0 [2021-03-01T23:32:01.069Z] ---> Running in def2cebe5f89 [2021-03-01T23:32:01.663Z] Removing intermediate container def2cebe5f89 [2021-03-01T23:32:01.663Z] ---> 0bc955a02ccc [2021-03-01T23:32:01.663Z] [2021-03-01T23:32:01.934Z] Successfully built 0bc955a02ccc [2021-03-01T23:32:01.934Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-01T23:32:02.222Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-01T23:32:02.232Z] $ docker stop --time=1 8977a6fa9277bc78ebb870bf96abadc3f43133e9ccca6a9e02bb65884ffbda3d [2021-03-01T23:32:04.164Z] $ docker rm -f 8977a6fa9277bc78ebb870bf96abadc3f43133e9ccca6a9e02bb65884ffbda3d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T23:32:04.815Z] + + grepdocker images [2021-03-01T23:32:04.815Z] docker [2021-03-01T23:32:05.085Z] docker-sys-mgmt-agent-go-arm64 latest 0bc955a02ccc 3 seconds ago 300MB [2021-03-01T23:32:05.085Z] docker-core-data-go-arm64 latest 4431aa11cdd2 41 seconds ago 21.1MB [2021-03-01T23:32:05.085Z] docker-security-bootstrapper-go-arm64 latest 0a9a0752388d 55 seconds ago 17.6MB [2021-03-01T23:32:05.085Z] docker-core-command-go-arm64 latest ec9796bb8e85 About a minute ago 16.2MB [2021-03-01T23:32:05.085Z] docker-support-notifications-go-arm64 latest e41862dbafca 3 minutes ago 16.8MB [2021-03-01T23:32:05.085Z] docker-core-metadata-go-arm64 latest 2023760ee5e1 3 minutes ago 17.9MB [2021-03-01T23:32:05.085Z] docker-support-scheduler-go-arm64 latest 95bbc899c7fe 3 minutes ago 16.3MB [2021-03-01T23:32:05.085Z] docker-security-secretstore-setup-go-arm64 latest 8a30e431499f 3 minutes ago 23.7MB [2021-03-01T23:32:05.085Z] docker-security-proxy-setup-go-arm64 latest e16ef14c507b 4 minutes ago 23.4MB [2021-03-01T23:32:05.085Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-01T23:32:06.279Z] ---> job-cost.sh [2021-03-01T23:32:06.279Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZDrE [2021-03-01T23:32:45.203Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-01T23:35:07.024Z] lf-activate-venv(): INFO: Adding /tmp/venv-ZDrE/bin to PATH [2021-03-01T23:35:07.024Z] INFO: No Stack... [2021-03-01T23:35:07.024Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-01T23:35:07.024Z] INFO: Archiving Costs [Pipeline] sh [2021-03-01T23:35:07.364Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-03-01T23:35:07.364Z] + cut -d, -f6 [Pipeline] lock [2021-03-01T23:35:07.507Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3206-4-stack-cost] [2021-03-01T23:35:07.514Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3206-4-stack-cost] did not exist. Created. [2021-03-01T23:35:07.514Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3206-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-01T23:35:07.964Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-01T23:35:08.273Z] Stashed 1 file(s) [Pipeline] } [2021-03-01T23:35:08.288Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3206-4-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-03-01T23:35:10.062Z] provisioning config files... [2021-03-01T23:35:10.073Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config8303750595867431819tmp [Pipeline] { [Pipeline] sh [2021-03-01T23:35:10.510Z] + set +x [2021-03-01T23:35:10.510Z] + curl -s https://codecov.io/bash [2021-03-01T23:35:10.510Z] + bash -s -- [2021-03-01T23:35:11.084Z] [2021-03-01T23:35:11.084Z] _____ _ [2021-03-01T23:35:11.084Z] / ____| | | [2021-03-01T23:35:11.084Z] | | ___ __| | ___ ___ _____ __ [2021-03-01T23:35:11.085Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-01T23:35:11.085Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-01T23:35:11.085Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-01T23:35:11.085Z] Bash-20210226-7100762 [2021-03-01T23:35:11.085Z] [2021-03-01T23:35:11.085Z] [2021-03-01T23:35:11.085Z] ==> git version 2.24.3 found [2021-03-01T23:35:11.085Z] ==> 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-03-01T23:35:11.085Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-01T23:35:11.085Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-01T23:35:11.085Z] ==> Jenkins CI detected. [2021-03-01T23:35:11.085Z] project root: . [2021-03-01T23:35:11.085Z] --> token set from env [2021-03-01T23:35:11.085Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-01T23:35:11.085Z] ==> Running gcov in . (disable via -X gcov) [2021-03-01T23:35:11.085Z] ==> Python coveragepy not found [2021-03-01T23:35:11.085Z] ==> Searching for coverage reports in: [2021-03-01T23:35:11.085Z] + . [2021-03-01T23:35:11.085Z] -> Found 1 reports [2021-03-01T23:35:11.085Z] ==> Detecting git/mercurial file structure [2021-03-01T23:35:11.085Z] ==> Reading reports [2021-03-01T23:35:11.085Z] + ./coverage.out bytes=600565 [2021-03-01T23:35:11.085Z] ==> Appending adjustments [2021-03-01T23:35:11.085Z] https://docs.codecov.io/docs/fixing-reports [2021-03-01T23:35:14.394Z] + Found adjustments [2021-03-01T23:35:14.394Z] ==> Gzipping contents [2021-03-01T23:35:14.394Z] 88K /tmp/codecov.vBkV1O.gz [2021-03-01T23:35:14.394Z] ==> Uploading reports [2021-03-01T23:35:14.394Z] url: https://codecov.io [2021-03-01T23:35:14.394Z] query: branch=PR-3206&commit=e251059cb4862dd9d439d165f56e7a1b8f4e6d48&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3206%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3206&job=&cmd_args= [2021-03-01T23:35:14.394Z] -> Pinging Codecov [2021-03-01T23:35:14.394Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3206&commit=e251059cb4862dd9d439d165f56e7a1b8f4e6d48&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3206%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3206&job=&cmd_args= [2021-03-01T23:35:15.338Z] -> Uploading to [2021-03-01T23:35:15.338Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-01/00271124DB129430A58F1EEE437C3FCB/e251059cb4862dd9d439d165f56e7a1b8f4e6d48/25d8c19e-9b5c-45c5-a507-47d3a07167ea.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210301T233515Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aaba08fc04fdcc66d934bea297456d12758fcdfb7987b20097c92c2caa008a86 [2021-03-01T23:35:15.338Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T23:35:15.338Z] Dload Upload Total Spent Left Speed [2021-03-01T23:35:15.912Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89561 0 0 100 89561 0 151k --:--:-- --:--:-- --:--:-- 151k 100 89561 0 0 100 89561 0 151k --:--:-- --:--:-- --:--:-- 151k [2021-03-01T23:35:15.912Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e251059cb4862dd9d439d165f56e7a1b8f4e6d48 [Pipeline] } [2021-03-01T23:35:15.922Z] 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-03-01T23:35:18.032Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T23:35:18.912Z] ---> package-listing.sh [2021-03-01T23:35:18.912Z] ++ facter osfamily [2021-03-01T23:35:18.912Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-01T23:35:18.912Z] + OS_FAMILY=redhat [2021-03-01T23:35:18.912Z] + workspace=/w/workspace/edgex-go/4 [2021-03-01T23:35:18.912Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-01T23:35:18.912Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-01T23:35:18.912Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-01T23:35:18.912Z] + PACKAGES=/tmp/packages_start.txt [2021-03-01T23:35:18.912Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-01T23:35:18.912Z] + PACKAGES=/tmp/packages_end.txt [2021-03-01T23:35:18.912Z] + case "${OS_FAMILY}" in [2021-03-01T23:35:18.912Z] + rpm -qa [2021-03-01T23:35:18.912Z] + sort [2021-03-01T23:35:24.216Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-01T23:35:24.216Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-01T23:35:24.216Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-01T23:35:24.216Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-01T23:35:24.216Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-01T23:35:24.216Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-01T23:35:24.230Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-01T23:35:24.522Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:35:24.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T23:35:24.827Z] [2021-03-01T23:35:24.827Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-01T23:35:25.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T23:35:25.182Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-01T23:35:25.182Z] df20fa9351a1: Pulling fs layer [2021-03-01T23:35:25.182Z] 36b3adc4ff6f: Pulling fs layer [2021-03-01T23:35:25.182Z] 8ad3a11d3b57: Pulling fs layer [2021-03-01T23:35:25.182Z] 46f8f816bc3b: Pulling fs layer [2021-03-01T23:35:25.182Z] 93b61091891f: Pulling fs layer [2021-03-01T23:35:25.182Z] 93b9cdb0e59b: Pulling fs layer [2021-03-01T23:35:25.182Z] 5e14af77c1be: Pulling fs layer [2021-03-01T23:35:25.182Z] 01666e4c0597: Pulling fs layer [2021-03-01T23:35:25.182Z] aa168da1d23b: Pulling fs layer [2021-03-01T23:35:25.182Z] 93b9cdb0e59b: Waiting [2021-03-01T23:35:25.182Z] 5e14af77c1be: Waiting [2021-03-01T23:35:25.182Z] 01666e4c0597: Waiting [2021-03-01T23:35:25.182Z] 46f8f816bc3b: Waiting [2021-03-01T23:35:25.182Z] aa168da1d23b: Waiting [2021-03-01T23:35:25.182Z] 93b61091891f: Waiting [2021-03-01T23:35:25.182Z] 36b3adc4ff6f: Verifying Checksum [2021-03-01T23:35:25.182Z] 36b3adc4ff6f: Download complete [2021-03-01T23:35:25.444Z] 46f8f816bc3b: Verifying Checksum [2021-03-01T23:35:25.444Z] 46f8f816bc3b: Download complete [2021-03-01T23:35:25.444Z] df20fa9351a1: Verifying Checksum [2021-03-01T23:35:25.444Z] df20fa9351a1: Download complete [2021-03-01T23:35:25.444Z] 93b61091891f: Download complete [2021-03-01T23:35:25.444Z] 93b9cdb0e59b: Verifying Checksum [2021-03-01T23:35:25.444Z] 5e14af77c1be: Verifying Checksum [2021-03-01T23:35:25.444Z] 5e14af77c1be: Download complete [2021-03-01T23:35:25.444Z] 01666e4c0597: Verifying Checksum [2021-03-01T23:35:25.444Z] 01666e4c0597: Download complete [2021-03-01T23:35:26.018Z] df20fa9351a1: Pull complete [2021-03-01T23:35:26.018Z] 36b3adc4ff6f: Pull complete [2021-03-01T23:35:26.280Z] 8ad3a11d3b57: Download complete [2021-03-01T23:35:27.244Z] 8ad3a11d3b57: Pull complete [2021-03-01T23:35:27.245Z] 46f8f816bc3b: Pull complete [2021-03-01T23:35:28.205Z] aa168da1d23b: Verifying Checksum [2021-03-01T23:35:28.205Z] aa168da1d23b: Download complete [2021-03-01T23:35:29.152Z] 93b61091891f: Pull complete [2021-03-01T23:35:29.152Z] 93b9cdb0e59b: Pull complete [2021-03-01T23:35:29.152Z] 5e14af77c1be: Pull complete [2021-03-01T23:35:29.418Z] 01666e4c0597: Pull complete [2021-03-01T23:35:37.592Z] aa168da1d23b: Pull complete [2021-03-01T23:35:37.592Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-01T23:35:37.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T23:35:37.592Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-01T23:35:37.799Z] prd-centos7-docker-4c-2g-28112 does not seem to be running inside a container [2021-03-01T23:35:37.852Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-01T23:35:46.807Z] $ docker top 75e91d4bab394b146ab9de2e5fee8493ea13a7ebac4849b46db901879633aeb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T23:35:47.427Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-01T23:35:47.725Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-01T23:35:48.025Z] + ls /var/log/sa-host [2021-03-01T23:35:48.026Z] + sadf -c /var/log/sa-host/sa01 [2021-03-01T23:35:48.026Z] file_magic: OK [2021-03-01T23:35:48.026Z] HZ: Using current value: 100 [2021-03-01T23:35:48.026Z] file_header: OK [2021-03-01T23:35:48.026Z] 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-03-01T23:35:48.026Z] Statistics: [2021-03-01T23:35:48.026Z] 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... [2021-03-01T23:35:48.026Z] File successfully converted to sysstat format version 12.2.1 [2021-03-01T23:35:48.026Z] + sadf -c /var/log/sa-host/sa23 [2021-03-01T23:35:48.026Z] file_magic: OK [2021-03-01T23:35:48.026Z] HZ: Using current value: 100 [2021-03-01T23:35:48.026Z] file_header: OK [2021-03-01T23:35:48.026Z] 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-03-01T23:35:48.026Z] Statistics: [2021-03-01T23:35:48.026Z] Hnuu...uuuununununu... [2021-03-01T23:35:48.026Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-01T23:35:48.680Z] provisioning config files... [2021-03-01T23:35:48.695Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5898467563787119367tmp [Pipeline] { [Pipeline] echo [2021-03-01T23:35:48.773Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T23:35:49.069Z] ---> create-netrc.sh [Pipeline] } [2021-03-01T23:35:49.079Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-01T23:35:49.171Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T23:35:49.469Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-01T23:35:49.480Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T23:35:49.781Z] ---> sudo-logs.sh [2021-03-01T23:35:49.781Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-01T23:35:49.845Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T23:35:50.237Z] ---> job-cost.sh [2021-03-01T23:35:50.237Z] lf-activate-venv: SKIPPING [2021-03-01T23:35:50.237Z] DEBUG: total: 0.20999999344348907 [2021-03-01T23:35:50.237Z] INFO: Retrieving Stack Cost... [2021-03-01T23:35:51.205Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-01T23:35:51.778Z] INFO: Archiving Costs [Pipeline] echo [2021-03-01T23:35:51.791Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T23:35:52.089Z] ---> logs-deploy.sh [2021-03-01T23:35:52.089Z] lf-activate-venv: SKIPPING [2021-03-01T23:35:52.089Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3206/4 [2021-03-01T23:35:52.089Z] INFO: archiving workspace using pattern(s): [2021-03-01T23:35:53.477Z] Archives upload complete. [2021-03-01T23:35:53.477Z] INFO: archiving logs to Nexus