Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 35f00dc74f97df384e6e7a823262e9d1e91fb20d+c48b5c69e3d7e3b718e5d15324ffdda642aa0234 (031e7b81767dba2c26598bc150ef8cd5137a8021) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29396 in /w/workspace/edgexfoundry_edgex-go_PR-3242 [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 c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit 35f00dc74f97df384e6e7a823262e9d1e91fb20d Merge succeeded, producing 885a4553ee40db848207bd6bd23af9fba0c8ac2d Checking out Revision 885a4553ee40db848207bd6bd23af9fba0c8ac2d (PR-3242) > 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/3242/head:refs/remotes/origin/PR-3242 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 35f00dc74f97df384e6e7a823262e9d1e91fb20d # 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 c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 885a4553ee40db848207bd6bd23af9fba0c8ac2d # timeout=10 Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" > git rev-list --no-walk 35f00dc74f97df384e6e7a823262e9d1e91fb20d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T00:29:58.980Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T00:29:59.213Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T00:29:59.305Z] ========================================================= [2021-03-11T00:29:59.305Z] EdgeX Global Pipelines Version Info [2021-03-11T00:29:59.305Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:30:01.291Z] ------------------- [2021-03-11T00:30:01.291Z] stable info: [2021-03-11T00:30:01.291Z] ------------------- [2021-03-11T00:30:01.291Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T00:30:01.291Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T00:30:01.291Z] Message: update stable to v1.0.184 [2021-03-11T00:30:01.878Z] ------------------- [2021-03-11T00:30:01.878Z] experimental info: [2021-03-11T00:30:01.878Z] ------------------- [2021-03-11T00:30:01.878Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T00:30:01.878Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T00:30:01.878Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T00:30:02.185Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T00:30:02.299Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T00:30:02.399Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T00:30:02.506Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T00:30:02.606Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T00:30:02.712Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T00:30:02.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T00:30:02.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T00:30:03.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T00:30:03.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T00:30:03.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T00:30:03.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T00:30:03.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T00:30:03.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T00:30:03.696Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T00:30:03.801Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T00:30:03.884Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T00:30:03.973Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T00:30:04.067Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T00:30:04.154Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T00:30:04.241Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T00:30:04.324Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T00:30:04.409Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3242 [Pipeline] echo [2021-03-11T00:30:04.550Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3242 [Pipeline] echo [2021-03-11T00:30:04.672Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3242 [Pipeline] echo [2021-03-11T00:30:04.785Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 885a4553ee40db848207bd6bd23af9fba0c8ac2d [Pipeline] echo [2021-03-11T00:30:04.868Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 885a455 [Pipeline] echo [2021-03-11T00:30:04.951Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T00:30:05.128Z] provisioning config files... [2021-03-11T00:30:05.165Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1714348640224263355tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:30:05.536Z] ---> docker-login.sh [2021-03-11T00:30:05.536Z] nexus3.edgexfoundry.org:10001 [2021-03-11T00:30:05.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:30:06.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:30:06.067Z] Configure a credential helper to remove this warning. See [2021-03-11T00:30:06.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:30:06.067Z] [2021-03-11T00:30:06.067Z] Login Succeeded [2021-03-11T00:30:06.067Z] nexus3.edgexfoundry.org:10002 [2021-03-11T00:30:06.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:30:06.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:30:06.067Z] Configure a credential helper to remove this warning. See [2021-03-11T00:30:06.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:30:06.067Z] [2021-03-11T00:30:06.067Z] Login Succeeded [2021-03-11T00:30:06.067Z] nexus3.edgexfoundry.org:10003 [2021-03-11T00:30:06.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:30:06.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:30:06.335Z] Configure a credential helper to remove this warning. See [2021-03-11T00:30:06.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:30:06.335Z] [2021-03-11T00:30:06.335Z] Login Succeeded [2021-03-11T00:30:06.335Z] nexus3.edgexfoundry.org:10004 [2021-03-11T00:30:06.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:30:06.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:30:06.598Z] Configure a credential helper to remove this warning. See [2021-03-11T00:30:06.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:30:06.598Z] [2021-03-11T00:30:06.598Z] Login Succeeded [2021-03-11T00:30:06.598Z] docker.io [2021-03-11T00:30:06.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:30:06.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:30:06.862Z] Configure a credential helper to remove this warning. See [2021-03-11T00:30:06.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:30:06.862Z] [2021-03-11T00:30:06.862Z] Login Succeeded [2021-03-11T00:30:06.862Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T00:30:06.874Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T00:30:07.353Z] ++ 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-11T00:30:07.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:30:07.353Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T00:30:07.353Z] ++ cut -d/ -f2 [2021-03-11T00:30:07.353Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T00:30:07.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:30:07.353Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T00:30:07.353Z] ++ cut -d/ -f2 [2021-03-11T00:30:07.353Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T00:30:07.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:30:07.353Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T00:30:07.353Z] ++ cut -d/ -f2 [2021-03-11T00:30:07.353Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T00:30:07.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:30:07.353Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T00:30:07.353Z] ++ cut -d/ -f2 [2021-03-11T00:30:07.353Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T00:30:07.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:30:07.353Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T00:30:07.353Z] ++ cut -d/ -f2 [2021-03-11T00:30:07.353Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T00:30:07.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:30:07.353Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T00:30:07.353Z] ++ cut -d/ -f2 [2021-03-11T00:30:07.353Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T00:30:07.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:30:07.353Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T00:30:07.353Z] ++ cut -d/ -f2 [2021-03-11T00:30:07.353Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T00:30:07.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:30:07.353Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T00:30:07.353Z] ++ cut -d/ -f2 [2021-03-11T00:30:07.353Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T00:30:07.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:30:07.353Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T00:30:07.353Z] ++ cut -d/ -f2 [2021-03-11T00:30:07.353Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T00:30:07.438Z] 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-11T00:30:08.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:30:08.987Z] [2021-03-11T00:30:08.987Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:30:09.353Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:30:09.353Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T00:30:09.353Z] 31603596830f: Pulling fs layer [2021-03-11T00:30:09.353Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T00:30:09.353Z] 6ca5941a6612: Pulling fs layer [2021-03-11T00:30:09.353Z] ecc8261a40a4: Pulling fs layer [2021-03-11T00:30:09.353Z] ecc8261a40a4: Waiting [2021-03-11T00:30:09.353Z] 2a8b12db71e7: Verifying Checksum [2021-03-11T00:30:09.353Z] 2a8b12db71e7: Download complete [2021-03-11T00:30:09.353Z] 31603596830f: Verifying Checksum [2021-03-11T00:30:09.353Z] 31603596830f: Download complete [2021-03-11T00:30:09.627Z] ecc8261a40a4: Verifying Checksum [2021-03-11T00:30:09.627Z] ecc8261a40a4: Download complete [2021-03-11T00:30:09.627Z] 6ca5941a6612: Verifying Checksum [2021-03-11T00:30:09.627Z] 6ca5941a6612: Download complete [2021-03-11T00:30:09.891Z] 31603596830f: Pull complete [2021-03-11T00:30:09.891Z] 2a8b12db71e7: Pull complete [2021-03-11T00:30:10.852Z] 6ca5941a6612: Pull complete [2021-03-11T00:30:11.116Z] ecc8261a40a4: Pull complete [2021-03-11T00:30:11.116Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T00:30:11.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:30:11.116Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T00:30:11.251Z] prd-centos7-docker-4c-2g-29396 does not seem to be running inside a container [2021-03-11T00:30:11.336Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T00:30:13.930Z] $ docker top 8817a9875e646b5f419772d9abf1228a1b5533a634546893f6784e9285d846e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T00:30:14.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T00:30:14.242Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T00:30:14.474Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T00:30:14.478Z] $ docker exec 8817a9875e646b5f419772d9abf1228a1b5533a634546893f6784e9285d846e5 ssh-agent [2021-03-11T00:30:14.656Z] SSH_AUTH_SOCK=/tmp/ssh-wwAsgCvum18D/agent.12 [2021-03-11T00:30:14.656Z] SSH_AGENT_PID=17 [2021-03-11T00:30:14.668Z] Running ssh-add (command line suppressed) [2021-03-11T00:30:14.805Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5012635626397354964.key (/w/workspace/edgex-go/4@tmp/private_key_5012635626397354964.key) [2021-03-11T00:30:14.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T00:30:15.193Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T00:30:15.221Z] $ docker exec --env ******** --env ******** 8817a9875e646b5f419772d9abf1228a1b5533a634546893f6784e9285d846e5 ssh-agent -k [2021-03-11T00:30:15.342Z] unset SSH_AUTH_SOCK; [2021-03-11T00:30:15.342Z] unset SSH_AGENT_PID; [2021-03-11T00:30:15.342Z] echo Agent pid 17 killed; [2021-03-11T00:30:15.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T00:30:15.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T00:30:15.518Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T00:30:15.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T00:30:15.694Z] $ docker exec 8817a9875e646b5f419772d9abf1228a1b5533a634546893f6784e9285d846e5 ssh-agent [2021-03-11T00:30:15.866Z] SSH_AUTH_SOCK=/tmp/ssh-DUQvQSqDV1Op/agent.48 [2021-03-11T00:30:15.866Z] SSH_AGENT_PID=54 [2021-03-11T00:30:15.873Z] Running ssh-add (command line suppressed) [2021-03-11T00:30:15.993Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6463182510028212569.key (/w/workspace/edgex-go/4@tmp/private_key_6463182510028212569.key) [2021-03-11T00:30:16.053Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T00:30:16.391Z] + git semver init [2021-03-11T00:30:16.391Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T00:30:16.391Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-11T00:30:16.391Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-11T00:30:16.391Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T00:30:16.391Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T00:30:16.391Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T00:30:16.391Z] # $SEMVER_BRANCH = PR-3242 [2021-03-11T00:30:16.391Z] # $SEMVER_TEMP = /tmp/semver-240000562 [2021-03-11T00:30:16.391Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T00:30:38.502Z] # '/tmp/semver-240000562' -> '/w/workspace/edgex-go/4/.semver' [2021-03-11T00:30:38.502Z] # -> Force: false [2021-03-11T00:30:38.502Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-11T00:30:38.520Z] $ docker exec --env ******** --env ******** 8817a9875e646b5f419772d9abf1228a1b5533a634546893f6784e9285d846e5 ssh-agent -k [2021-03-11T00:30:38.800Z] unset SSH_AUTH_SOCK; [2021-03-11T00:30:38.800Z] unset SSH_AGENT_PID; [2021-03-11T00:30:38.800Z] echo Agent pid 54 killed; [2021-03-11T00:30:38.894Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T00:30:39.348Z] + git semver [Pipeline] } [2021-03-11T00:30:39.372Z] $ docker stop --time=1 8817a9875e646b5f419772d9abf1228a1b5533a634546893f6784e9285d846e5 [2021-03-11T00:30:41.516Z] $ docker rm -f 8817a9875e646b5f419772d9abf1228a1b5533a634546893f6784e9285d846e5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:30:42.103Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T00:30:42.620Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T00:30:42.623Z] [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-11T00:30:43.439Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:30:43.741Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:30:44.043Z] + sudo service docker restart [2021-03-11T00:30:44.043Z] + true [2021-03-11T00:30:44.043Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T00:30:44.640Z] ========================================================= [2021-03-11T00:30:44.640Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T00:30:44.640Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:30:44.987Z] + 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-11T00:30:49.256Z] Sending build context to Docker daemon 328.5MB [2021-03-11T00:30:49.256Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T00:30:49.256Z] Step 2/6 : FROM ${BASE} [2021-03-11T00:30:49.256Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T00:30:49.256Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T00:30:49.256Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T00:30:49.256Z] de9db76c5a1d: Pulling fs layer [2021-03-11T00:30:49.256Z] bca2f99d35d6: Pulling fs layer [2021-03-11T00:30:49.256Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T00:30:49.256Z] 7c6f9722023f: Pulling fs layer [2021-03-11T00:30:49.256Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T00:30:49.256Z] bca2f99d35d6: Waiting [2021-03-11T00:30:49.256Z] 93359f2a8cfa: Waiting [2021-03-11T00:30:49.256Z] 7c6f9722023f: Waiting [2021-03-11T00:30:49.256Z] a35cf1a2eb13: Waiting [2021-03-11T00:30:49.256Z] de9db76c5a1d: Verifying Checksum [2021-03-11T00:30:49.256Z] 0ef7d3d256c8: Download complete [2021-03-11T00:30:49.256Z] 93359f2a8cfa: Verifying Checksum [2021-03-11T00:30:49.256Z] 93359f2a8cfa: Download complete [2021-03-11T00:30:49.521Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T00:30:49.521Z] 188c0c94c7c5: Download complete [2021-03-11T00:30:49.521Z] 7c6f9722023f: Verifying Checksum [2021-03-11T00:30:49.521Z] 7c6f9722023f: Download complete [2021-03-11T00:30:49.799Z] 188c0c94c7c5: Pull complete [2021-03-11T00:30:50.063Z] 0ef7d3d256c8: Pull complete [2021-03-11T00:30:50.063Z] de9db76c5a1d: Pull complete [2021-03-11T00:30:52.008Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T00:30:52.008Z] a35cf1a2eb13: Download complete [2021-03-11T00:30:52.974Z] bca2f99d35d6: Verifying Checksum [2021-03-11T00:30:52.974Z] bca2f99d35d6: Download complete [2021-03-11T00:30:57.953Z] Still waiting to schedule task [2021-03-11T00:30:57.953Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-11T00:30:59.726Z] bca2f99d35d6: Pull complete [2021-03-11T00:30:59.726Z] 93359f2a8cfa: Pull complete [2021-03-11T00:30:59.726Z] 7c6f9722023f: Pull complete [2021-03-11T00:31:03.999Z] a35cf1a2eb13: Pull complete [2021-03-11T00:31:03.999Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T00:31:03.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T00:31:03.999Z] ---> a62c8e92a672 [2021-03-11T00:31:03.999Z] 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-11T00:31:03.999Z] ---> Running in 03db71e249ee [2021-03-11T00:31:04.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:31:05.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:31:05.790Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T00:31:06.740Z] (2/12) Installing file (5.38-r0) [2021-03-11T00:31:06.740Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T00:31:06.740Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T00:31:13.360Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T00:31:13.360Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T00:31:13.360Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T00:31:13.360Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T00:31:13.360Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T00:31:13.360Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T00:31:13.360Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T00:31:13.361Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T00:31:13.361Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:31:13.361Z] OK: 233 MiB in 51 packages [2021-03-11T00:31:17.609Z] Removing intermediate container 03db71e249ee [2021-03-11T00:31:17.609Z] ---> 39c1f8bfd207 [2021-03-11T00:31:17.609Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T00:31:17.609Z] ---> Running in 5b6edb15e464 [2021-03-11T00:31:17.871Z] Removing intermediate container 5b6edb15e464 [2021-03-11T00:31:17.871Z] ---> 9d9936099d58 [2021-03-11T00:31:17.871Z] Step 5/6 : COPY go.mod . [2021-03-11T00:31:18.134Z] ---> bbcf4455a00d [2021-03-11T00:31:18.134Z] Step 6/6 : RUN go mod download [2021-03-11T00:31:18.134Z] ---> Running in 19fce5b01e92 [2021-03-11T00:31:44.836Z] Removing intermediate container 19fce5b01e92 [2021-03-11T00:31:44.836Z] ---> e2146df2f608 [2021-03-11T00:31:44.836Z] Successfully built e2146df2f608 [2021-03-11T00:31:44.836Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:31:45.164Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T00:31:45.164Z] . [Pipeline] withDockerContainer [2021-03-11T00:31:45.296Z] prd-centos7-docker-4c-2g-29396 does not seem to be running inside a container [2021-03-11T00:31:45.351Z] $ 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-x86_64 cat [2021-03-11T00:31:46.354Z] $ docker top cd1b3d1393f199be7ef75eb3102053b22367c4eabb05d7377251fc0bcc513e2c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:31:46.909Z] + go version [2021-03-11T00:31:46.909Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T00:31:46.929Z] $ docker stop --time=1 cd1b3d1393f199be7ef75eb3102053b22367c4eabb05d7377251fc0bcc513e2c [2021-03-11T00:31:48.311Z] $ docker rm -f cd1b3d1393f199be7ef75eb3102053b22367c4eabb05d7377251fc0bcc513e2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:31:49.158Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T00:31:49.158Z] . [Pipeline] withDockerContainer [2021-03-11T00:31:49.287Z] prd-centos7-docker-4c-2g-29396 does not seem to be running inside a container [2021-03-11T00:31:49.362Z] $ 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-x86_64 cat [2021-03-11T00:31:50.614Z] $ docker top 2da190f8f2b528c0fc4dec62982f3cddc0bfb9d5d83e72a8cc66bdd1646bb504 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T00:31:50.869Z] ========================================================= [2021-03-11T00:31:50.869Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T00:31:50.869Z] ========================================================= [Pipeline] sh [2021-03-11T00:31:51.195Z] + make test [2021-03-11T00:31:51.195Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T00:32:01.362Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T00:32:17.148Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T00:32:27.310Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T00:32:27.310Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T00:32:27.310Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T00:32:29.912Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T00:32:29.912Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T00:32:29.912Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T00:32:29.912Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T00:32:30.186Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T00:32:31.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T00:32:33.746Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T00:32:33.746Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T00:32:33.746Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T00:32:37.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.129s coverage: 45.9% of statements [2021-03-11T00:32:37.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T00:32:37.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T00:32:37.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T00:32:37.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T00:32:37.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T00:32:37.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T00:32:37.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T00:32:37.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.121s coverage: 100.0% of statements [2021-03-11T00:32:40.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.229s coverage: 27.1% of statements [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T00:32:40.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T00:32:40.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T00:32:40.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 71.3% of statements [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T00:32:40.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.177s coverage: 82.9% of statements [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:32:40.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements [2021-03-11T00:32:40.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T00:32:43.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.500s coverage: 28.6% of statements [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T00:32:43.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T00:32:43.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T00:32:43.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T00:32:43.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.177s coverage: 97.5% of statements [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T00:32:43.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.100s coverage: 78.3% of statements [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T00:32:43.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T00:32:46.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.629s coverage: 92.8% of statements [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T00:32:46.487Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T00:32:46.487Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.092s coverage: 0.1% of statements [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T00:32:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T00:32:46.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 47.1% of statements [2021-03-11T00:32:46.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2021-03-11T00:32:46.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements [2021-03-11T00:32:47.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements [2021-03-11T00:32:47.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-03-11T00:32:59.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.059s coverage: 94.4% of statements [2021-03-11T00:32:59.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements [2021-03-11T00:32:59.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.058s coverage: 81.4% of statements [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.084s coverage: 92.9% of statements [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.058s coverage: 87.2% of statements [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.6% of statements [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.115s coverage: 91.6% of statements [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.284s coverage: 62.4% of statements [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.076s coverage: 91.3% of statements [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-11T00:33:11.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.541s coverage: 69.0% of statements [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T00:33:11.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 38.4% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.0% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.211s coverage: 87.1% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.092s coverage: 96.5% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T00:33:11.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2021-03-11T00:33:11.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-03-11T00:33:11.777Z] GO111MODULE=on go vet ./... [2021-03-11T00:33:44.088Z] gofmt -l . [2021-03-11T00:33:44.088Z] [ "`gofmt -l .`" = "" ] [2021-03-11T00:33:44.088Z] ./bin/test-go-mod-tidy.sh [2021-03-11T00:33:44.088Z] ./bin/test-attribution-txt.sh [2021-03-11T00:33:44.211Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29405 in /w/workspace/edgexfoundry_edgex-go_PR-3242 [Pipeline] { [Pipeline] ws [2021-03-11T00:33:44.265Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2021-03-11T00:33:45.000Z] + ls -al . [2021-03-11T00:33:45.000Z] total 740 [2021-03-11T00:33:45.000Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 00:33 . [2021-03-11T00:33:45.000Z] drwxr-xr-x 4 root root 28 Mar 11 00:31 .. [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 00:29 .dockerignore [2021-03-11T00:33:45.000Z] drwxrwxr-x 8 1001 1001 179 Mar 11 00:29 .git [2021-03-11T00:33:45.000Z] drwxrwxr-x 3 1001 1001 125 Mar 11 00:29 .github [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 00:29 .gitignore [2021-03-11T00:33:45.000Z] drwx------ 3 1001 1001 60 Mar 11 00:30 .semver [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 00:29 .sonarcloud.properties [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:29 Attribution.txt [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:29 CONTRIBUTING.md [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 00:29 Dockerfile.build [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 00:29 Jenkinsfile [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:29 LICENSE [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:29 Makefile [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:29 README.md [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:29 SECURITY.md [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 00:30 VERSION [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:29 ZMQWindows.md [2021-03-11T00:33:45.000Z] drwxrwxr-x 2 1001 1001 117 Mar 11 00:29 bin [2021-03-11T00:33:45.000Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 00:29 cmd [2021-03-11T00:33:45.000Z] -rw-r--r-- 1 root root 628838 Mar 11 00:33 coverage.out [2021-03-11T00:33:45.000Z] -rw-r--r-- 1 root root 1055 Mar 11 00:33 go.mod [2021-03-11T00:33:45.000Z] -rw-r--r-- 1 root root 21981 Mar 11 00:33 go.sum [2021-03-11T00:33:45.000Z] drwxrwxr-x 8 1001 1001 127 Mar 11 00:29 internal [2021-03-11T00:33:45.000Z] drwxrwxr-x 4 1001 1001 26 Mar 11 00:29 openapi [2021-03-11T00:33:45.000Z] drwxrwxr-x 4 1001 1001 71 Mar 11 00:29 snap [2021-03-11T00:33:45.000Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 00:29 version.go [Pipeline] sh [2021-03-11T00:33:45.303Z] + '[' -e coverage.out ] [2021-03-11T00:33:45.303Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T00:33:45.589Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T00:33:45.891Z] + make build [2021-03-11T00:33:45.891Z] 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-11T00:33:49.215Z] 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-11T00:33:49.663Z] using credential edgex-jenkins-ssh [2021-03-11T00:33:49.720Z] Cloning the remote Git repository [2021-03-11T00:33:49.783Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:33:49.890Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-11T00:33:49.959Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:33:49.960Z] > git --version # timeout=10 [2021-03-11T00:33:49.976Z] > git --version # 'git version 2.17.1' [2021-03-11T00:33:49.978Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:33:50.045Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:33:59.373Z] 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-11T00:33:59.964Z] 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-11T00:34:02.546Z] 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-11T00:34:02.828Z] 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-11T00:34:04.785Z] 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-11T00:34:05.853Z] Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit 35f00dc74f97df384e6e7a823262e9d1e91fb20d [2021-03-11T00:34:06.625Z] Merge succeeded, producing e9a39b77a46334468a1db255b8a4ab26eb99cc0f [2021-03-11T00:34:06.626Z] Checking out Revision e9a39b77a46334468a1db255b8a4ab26eb99cc0f (PR-3242) [2021-03-11T00:34:04.924Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:34:04.948Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:34:04.973Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:34:05.006Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:34:05.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:34:05.019Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3242/head:refs/remotes/origin/PR-3242 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T00:34:05.876Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:34:05.899Z] > git checkout -f 35f00dc74f97df384e6e7a823262e9d1e91fb20d # timeout=10 [2021-03-11T00:34:06.257Z] > git remote # timeout=10 [2021-03-11T00:34:06.280Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T00:34:06.303Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:34:06.314Z] > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [2021-03-11T00:34:06.603Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T00:34:06.633Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:34:06.651Z] > git checkout -f e9a39b77a46334468a1db255b8a4ab26eb99cc0f # timeout=10 [2021-03-11T00:34:06.730Z] 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-11T00:34:07.703Z] 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-11T00:34:09.109Z] 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-11T00:34:10.059Z] 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-11T00:34:11.003Z] Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" [2021-03-11T00:34:11.011Z] > git rev-list --no-walk 35f00dc74f97df384e6e7a823262e9d1e91fb20d # timeout=10 [Pipeline] withEnv [Pipeline] { [2021-03-11T00:34:11.491Z] 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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T00:34:12.548Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:34:13.064Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:34:13.420Z] + sudo service docker restart [2021-03-11T00:34:13.420Z] + true [Pipeline] } [2021-03-11T00:34:14.114Z] $ docker stop --time=1 2da190f8f2b528c0fc4dec62982f3cddc0bfb9d5d83e72a8cc66bdd1646bb504 [2021-03-11T00:34:15.989Z] $ docker rm -f 2da190f8f2b528c0fc4dec62982f3cddc0bfb9d5d83e72a8cc66bdd1646bb504 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-03-11T00:34:16.921Z] provisioning config files... [Pipeline] // stage [2021-03-11T00:34:16.970Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8514884536389287130tmp [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-03-11T00:34:17.348Z] ---> docker-login.sh [2021-03-11T00:34:17.348Z] nexus3.edgexfoundry.org:10001 [2021-03-11T00:34:18.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:34:18.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:34:18.652Z] Configure a credential helper to remove this warning. See [2021-03-11T00:34:18.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:34:18.652Z] [2021-03-11T00:34:18.652Z] Login Succeeded [2021-03-11T00:34:18.652Z] nexus3.edgexfoundry.org:10002 [2021-03-11T00:34:18.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:34:19.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:34:19.205Z] Configure a credential helper to remove this warning. See [2021-03-11T00:34:19.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:34:19.205Z] [2021-03-11T00:34:19.205Z] Login Succeeded [2021-03-11T00:34:19.205Z] nexus3.edgexfoundry.org:10003 [2021-03-11T00:34:19.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:34:19.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:34:19.479Z] Configure a credential helper to remove this warning. See [2021-03-11T00:34:19.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:34:19.479Z] [2021-03-11T00:34:19.479Z] Login Succeeded [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:34:19.752Z] nexus3.edgexfoundry.org:10004 [2021-03-11T00:34:19.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:34:19.932Z] [2021-03-11T00:34:19.932Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:34:20.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:34:20.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:34:20.033Z] Configure a credential helper to remove this warning. See [2021-03-11T00:34:20.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:34:20.033Z] [2021-03-11T00:34:20.033Z] Login Succeeded [2021-03-11T00:34:20.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:34:20.287Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T00:34:20.287Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T00:34:20.287Z] ca9280d653b3: Pulling fs layer [2021-03-11T00:34:20.287Z] 7e9c9ca2126c: Pulling fs layer [2021-03-11T00:34:20.307Z] docker.io [2021-03-11T00:34:20.574Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-11T00:34:20.574Z] cbdbe7a5bc2a: Download complete [2021-03-11T00:34:20.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:34:20.840Z] cbdbe7a5bc2a: Pull complete [2021-03-11T00:34:20.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:34:20.852Z] Configure a credential helper to remove this warning. See [2021-03-11T00:34:20.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:34:20.852Z] [2021-03-11T00:34:20.852Z] Login Succeeded [2021-03-11T00:34:20.852Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T00:34:20.870Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-11T00:34:21.105Z] ca9280d653b3: Verifying Checksum [2021-03-11T00:34:21.105Z] ca9280d653b3: Download complete [Pipeline] echo [2021-03-11T00:34:21.335Z] ========================================================= [2021-03-11T00:34:21.335Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T00:34:21.335Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:34:21.750Z] + 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-11T00:34:22.516Z] ca9280d653b3: Pull complete [2021-03-11T00:34:22.516Z] 7e9c9ca2126c: Download complete [2021-03-11T00:34:24.442Z] Sending build context to Docker daemon 166.7MB [2021-03-11T00:34:24.442Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T00:34:24.442Z] Step 2/6 : FROM ${BASE} [2021-03-11T00:34:24.717Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T00:34:24.717Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T00:34:24.717Z] a4357932f1b6: Pulling fs layer [2021-03-11T00:34:24.717Z] 18c013af1878: Pulling fs layer [2021-03-11T00:34:24.717Z] 00ac8860ef70: Pulling fs layer [2021-03-11T00:34:24.717Z] 63d7cb157983: Pulling fs layer [2021-03-11T00:34:24.717Z] b116817d02f9: Pulling fs layer [2021-03-11T00:34:24.717Z] 745a02a5169b: Pulling fs layer [2021-03-11T00:34:24.717Z] 00ac8860ef70: Waiting [2021-03-11T00:34:24.717Z] 63d7cb157983: Waiting [2021-03-11T00:34:24.717Z] b116817d02f9: Waiting [2021-03-11T00:34:24.717Z] 745a02a5169b: Waiting [2021-03-11T00:34:24.717Z] 18c013af1878: Verifying Checksum [2021-03-11T00:34:24.717Z] 18c013af1878: Download complete [2021-03-11T00:34:24.717Z] a4357932f1b6: Verifying Checksum [2021-03-11T00:34:24.717Z] a4357932f1b6: Download complete [2021-03-11T00:34:24.996Z] 63d7cb157983: Download complete [2021-03-11T00:34:25.267Z] b116817d02f9: Verifying Checksum [2021-03-11T00:34:25.267Z] b116817d02f9: Download complete [2021-03-11T00:34:25.541Z] 5f621e34cdf4: Verifying Checksum [2021-03-11T00:34:25.541Z] 5f621e34cdf4: Download complete [2021-03-11T00:34:26.161Z] 5f621e34cdf4: Pull complete [2021-03-11T00:34:26.765Z] a4357932f1b6: Pull complete [2021-03-11T00:34:27.040Z] 18c013af1878: Pull complete [2021-03-11T00:34:29.045Z] 745a02a5169b: Verifying Checksum [2021-03-11T00:34:29.045Z] 745a02a5169b: Download complete [2021-03-11T00:34:29.197Z] 7e9c9ca2126c: Pull complete [2021-03-11T00:34:29.197Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T00:34:29.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:34:29.197Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-11T00:34:29.384Z] prd-centos7-docker-4c-2g-29396 does not seem to be running inside a container [2021-03-11T00:34:29.439Z] $ 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:latest cat [2021-03-11T00:34:30.043Z] 00ac8860ef70: Verifying Checksum [2021-03-11T00:34:30.043Z] 00ac8860ef70: Download complete [2021-03-11T00:34:31.092Z] $ docker top 82a2c7fae5180fa1352b1719e527b415b34f35542ac8f83eb43c77bd20857e1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:34:31.689Z] + docker-compose build --help [2021-03-11T00:34:31.689Z] + grep parallel [2021-03-11T00:34:33.261Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T00:34:33.302Z] $ docker stop --time=1 82a2c7fae5180fa1352b1719e527b415b34f35542ac8f83eb43c77bd20857e1a [2021-03-11T00:34:34.795Z] $ docker rm -f 82a2c7fae5180fa1352b1719e527b415b34f35542ac8f83eb43c77bd20857e1a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:34:35.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:34:35.514Z] . [Pipeline] withDockerContainer [2021-03-11T00:34:35.671Z] prd-centos7-docker-4c-2g-29396 does not seem to be running inside a container [2021-03-11T00:34:35.752Z] $ 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:latest cat [2021-03-11T00:34:36.680Z] $ docker top 75c49817a217a8bd10ef168a3214e4d6d2d7f754ea30172e7ae3a84c0eab3065 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:34:37.172Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T00:34:38.565Z] Building docker-core-command-go ... [2021-03-11T00:34:38.565Z] Building docker-core-data-go ... [2021-03-11T00:34:38.565Z] Building docker-core-metadata-go ... [2021-03-11T00:34:38.565Z] Building docker-security-bootstrapper-go ... [2021-03-11T00:34:38.565Z] Building docker-security-proxy-setup-go ... [2021-03-11T00:34:38.565Z] Building docker-security-secretstore-setup-go ... [2021-03-11T00:34:38.565Z] Building docker-support-notifications-go ... [2021-03-11T00:34:38.565Z] Building docker-support-scheduler-go ... [2021-03-11T00:34:38.565Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T00:34:38.565Z] Building docker-support-scheduler-go [2021-03-11T00:34:38.565Z] Building docker-core-metadata-go [2021-03-11T00:34:38.565Z] Building docker-support-notifications-go [2021-03-11T00:34:38.565Z] Building docker-security-proxy-setup-go [2021-03-11T00:34:38.565Z] Building docker-security-bootstrapper-go [2021-03-11T00:34:40.233Z] 00ac8860ef70: Pull complete [2021-03-11T00:34:40.233Z] 63d7cb157983: Pull complete [2021-03-11T00:34:40.509Z] b116817d02f9: Pull complete [2021-03-11T00:34:44.840Z] 745a02a5169b: Pull complete [2021-03-11T00:34:44.840Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T00:34:44.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T00:34:44.840Z] ---> b7e6874047d6 [2021-03-11T00:34:44.840Z] 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-11T00:34:48.244Z] ---> Running in f72307bafeed [2021-03-11T00:34:49.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:34:49.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:34:50.786Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T00:34:51.377Z] (2/12) Installing file (5.38-r0) [2021-03-11T00:34:51.378Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T00:34:51.378Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T00:35:06.454Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T00:35:06.454Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T00:35:06.454Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T00:35:06.454Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T00:35:06.454Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T00:35:06.454Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T00:35:06.454Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T00:35:06.454Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T00:35:06.454Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:35:06.454Z] OK: 217 MiB in 51 packages [2021-03-11T00:35:10.329Z] Removing intermediate container f72307bafeed [2021-03-11T00:35:10.329Z] ---> 49ca1e557029 [2021-03-11T00:35:10.329Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T00:35:10.329Z] ---> Running in 0ca2eb72d4e7 [2021-03-11T00:35:10.329Z] Removing intermediate container 0ca2eb72d4e7 [2021-03-11T00:35:10.329Z] ---> 79d2abc09e68 [2021-03-11T00:35:10.329Z] Step 5/6 : COPY go.mod . [2021-03-11T00:35:10.925Z] ---> 120ca18347e5 [2021-03-11T00:35:10.925Z] Step 6/6 : RUN go mod download [2021-03-11T00:35:10.925Z] ---> Running in ae86e0de99dd [2021-03-11T00:35:17.631Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:35:17.631Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:35:17.631Z] ---> e2146df2f608 [2021-03-11T00:35:17.631Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:35:17.631Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:35:17.631Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:35:17.631Z] ---> e2146df2f608 [2021-03-11T00:35:17.631Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T00:35:17.631Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:35:17.631Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:35:17.631Z] ---> e2146df2f608 [2021-03-11T00:35:17.631Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T00:35:17.631Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:35:17.631Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:35:17.631Z] ---> e2146df2f608 [2021-03-11T00:35:17.631Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:35:17.631Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:35:17.631Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:35:17.631Z] ---> e2146df2f608 [2021-03-11T00:35:17.631Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:35:17.631Z] ---> Running in fba9caca57bf [2021-03-11T00:35:17.631Z] ---> Running in 1a2c7d9ecb6c [2021-03-11T00:35:17.631Z] ---> Running in a1f5c6c50b96 [2021-03-11T00:35:17.631Z] ---> Running in c794fda3bf36 [2021-03-11T00:35:17.631Z] ---> Running in 28d75c20bab6 [2021-03-11T00:35:17.631Z] Removing intermediate container fba9caca57bf [2021-03-11T00:35:17.631Z] ---> 40a60bbe17ee [2021-03-11T00:35:17.631Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:35:17.631Z] Removing intermediate container c794fda3bf36 [2021-03-11T00:35:17.631Z] ---> be3f828b9ee0 [2021-03-11T00:35:17.631Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:35:17.631Z] Removing intermediate container 1a2c7d9ecb6c [2021-03-11T00:35:17.631Z] ---> 07a787aa3b5d [2021-03-11T00:35:17.631Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:35:17.631Z] Removing intermediate container 28d75c20bab6 [2021-03-11T00:35:17.631Z] ---> 6259f17023c9 [2021-03-11T00:35:17.631Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:35:17.631Z] Removing intermediate container a1f5c6c50b96 [2021-03-11T00:35:17.631Z] ---> d03aa9a36962 [2021-03-11T00:35:17.631Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:35:17.631Z] ---> Running in 63e39d49ef4b [2021-03-11T00:35:17.631Z] ---> Running in d3932d9bcf1e [2021-03-11T00:35:17.631Z] ---> Running in 27a29918743b [2021-03-11T00:35:17.631Z] ---> Running in d5d77510f5c0 [2021-03-11T00:35:17.631Z] ---> Running in d58b16f406a8 [2021-03-11T00:35:17.900Z] Removing intermediate container 63e39d49ef4b [2021-03-11T00:35:17.900Z] ---> ccb3c081d580 [2021-03-11T00:35:17.900Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T00:35:18.163Z] Removing intermediate container d58b16f406a8 [2021-03-11T00:35:18.163Z] ---> 50b0548ac426 [2021-03-11T00:35:18.163Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:35:18.163Z] Removing intermediate container d3932d9bcf1e [2021-03-11T00:35:18.163Z] ---> f00b1845f64e [2021-03-11T00:35:18.163Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T00:35:18.163Z] ---> Running in e9b3694a7650 [2021-03-11T00:35:18.428Z] ---> Running in dc25ebd0a6e9 [2021-03-11T00:35:18.428Z] ---> Running in 9fbeb24a2bf8 [2021-03-11T00:35:18.428Z] Removing intermediate container 27a29918743b [2021-03-11T00:35:18.428Z] ---> 3d7f27285d45 [2021-03-11T00:35:18.428Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T00:35:18.428Z] Removing intermediate container d5d77510f5c0 [2021-03-11T00:35:18.428Z] ---> 298e5799dcc3 [2021-03-11T00:35:18.428Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T00:35:18.692Z] ---> Running in 675af08d39a5 [2021-03-11T00:35:18.692Z] ---> Running in b8d548334ed0 [2021-03-11T00:35:19.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:35:19.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:35:19.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:35:19.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:35:19.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:35:20.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:35:20.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:35:20.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:35:20.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:35:20.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:35:20.663Z] OK: 233 MiB in 51 packages [2021-03-11T00:35:20.949Z] OK: 233 MiB in 51 packages [2021-03-11T00:35:20.949Z] OK: 233 MiB in 51 packages [2021-03-11T00:35:21.230Z] OK: 233 MiB in 51 packages [2021-03-11T00:35:21.230Z] OK: 233 MiB in 51 packages [2021-03-11T00:35:21.230Z] Removing intermediate container e9b3694a7650 [2021-03-11T00:35:21.230Z] ---> 6f7e05eca3ee [2021-03-11T00:35:21.230Z] Step 6/22 : COPY go.mod . [2021-03-11T00:35:21.810Z] ---> 09cd470354b0 [2021-03-11T00:35:21.810Z] Step 7/22 : RUN go mod download [2021-03-11T00:35:22.075Z] Removing intermediate container 9fbeb24a2bf8 [2021-03-11T00:35:22.075Z] ---> f34b2d55e295 [2021-03-11T00:35:22.075Z] Step 6/31 : COPY go.mod . [2021-03-11T00:35:22.075Z] Removing intermediate container b8d548334ed0 [2021-03-11T00:35:22.075Z] ---> d88c32188836 [2021-03-11T00:35:22.075Z] Step 6/22 : COPY go.mod . [2021-03-11T00:35:22.075Z] ---> Running in 7bd1b2e718a9 [2021-03-11T00:35:22.342Z] Removing intermediate container 675af08d39a5 [2021-03-11T00:35:22.342Z] ---> ed6e51d3a71b [2021-03-11T00:35:22.342Z] Step 6/21 : COPY go.mod . [2021-03-11T00:35:22.342Z] Removing intermediate container dc25ebd0a6e9 [2021-03-11T00:35:22.342Z] ---> 3789672fd5c9 [2021-03-11T00:35:22.342Z] Step 6/23 : COPY go.mod . [2021-03-11T00:35:22.342Z] ---> 61b8cacf4709 [2021-03-11T00:35:22.342Z] Step 7/31 : RUN go mod download [2021-03-11T00:35:22.606Z] ---> bf29b244be0e [2021-03-11T00:35:22.606Z] Step 7/22 : RUN go mod download [2021-03-11T00:35:22.606Z] ---> Running in 1c012468f188 [2021-03-11T00:35:22.606Z] ---> 6e879dbbd078 [2021-03-11T00:35:22.606Z] Step 7/21 : RUN go mod download [2021-03-11T00:35:22.606Z] ---> Running in c2c887d3fcf3 [2021-03-11T00:35:22.873Z] ---> 7b80a94eada7 [2021-03-11T00:35:22.873Z] Step 7/23 : RUN go mod download [2021-03-11T00:35:22.873Z] ---> Running in 4693f7bf89ae [2021-03-11T00:35:23.135Z] ---> Running in f1719169a72f [2021-03-11T00:35:25.079Z] Removing intermediate container 7bd1b2e718a9 [2021-03-11T00:35:25.079Z] ---> 770e9c4ff9f6 [2021-03-11T00:35:25.079Z] Step 8/22 : COPY . . [2021-03-11T00:35:25.079Z] Removing intermediate container 1c012468f188 [2021-03-11T00:35:25.079Z] ---> 3140fb51fa24 [2021-03-11T00:35:25.079Z] Step 8/31 : COPY . . [2021-03-11T00:35:25.079Z] Removing intermediate container c2c887d3fcf3 [2021-03-11T00:35:25.079Z] ---> 894f50c160c4 [2021-03-11T00:35:25.079Z] Step 8/22 : COPY . . [2021-03-11T00:35:26.049Z] Removing intermediate container f1719169a72f [2021-03-11T00:35:26.050Z] ---> b142ed94e718 [2021-03-11T00:35:26.050Z] Step 8/23 : COPY . . [2021-03-11T00:35:30.337Z] Removing intermediate container 4693f7bf89ae [2021-03-11T00:35:30.337Z] ---> 7deab491637c [2021-03-11T00:35:30.337Z] Step 8/21 : COPY . . [2021-03-11T00:35:37.759Z] Removing intermediate container ae86e0de99dd [2021-03-11T00:35:37.759Z] ---> b8c79a54a7b4 [2021-03-11T00:35:38.029Z] Successfully built b8c79a54a7b4 [2021-03-11T00:35:38.029Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:35:38.367Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T00:35:38.367Z] . [Pipeline] withDockerContainer [2021-03-11T00:35:38.608Z] prd-ubuntu18.04-docker-arm64-4c-16g-29405 does not seem to be running inside a container [2021-03-11T00:35:38.706Z] $ 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-11T00:35:40.309Z] $ docker top c461a7285618787b77ff209dd599ec2235bd0c60b19f6ffcae60ee1dbf6203f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:35:41.366Z] + go version [2021-03-11T00:35:41.366Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T00:35:41.393Z] $ docker stop --time=1 c461a7285618787b77ff209dd599ec2235bd0c60b19f6ffcae60ee1dbf6203f4 [2021-03-11T00:35:43.390Z] $ docker rm -f c461a7285618787b77ff209dd599ec2235bd0c60b19f6ffcae60ee1dbf6203f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:35:44.403Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T00:35:44.403Z] . [Pipeline] withDockerContainer [2021-03-11T00:35:44.669Z] prd-ubuntu18.04-docker-arm64-4c-16g-29405 does not seem to be running inside a container [2021-03-11T00:35:44.753Z] $ 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-11T00:35:46.192Z] $ docker top d0133128d7af891cd0fafe0f503ffc6bb499ac9033361451995b6eea91c35d63 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T00:35:46.615Z] ========================================================= [2021-03-11T00:35:46.615Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T00:35:46.615Z] ========================================================= [Pipeline] sh [2021-03-11T00:35:47.259Z] + make test [2021-03-11T00:35:47.260Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T00:36:09.286Z] ---> 7628bdddc459 [2021-03-11T00:36:09.286Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T00:36:09.286Z] ---> 684e2dd252d2 [2021-03-11T00:36:09.286Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T00:36:09.286Z] ---> 2163224d9132 [2021-03-11T00:36:09.286Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T00:36:09.286Z] ---> 7259282627e7 [2021-03-11T00:36:09.286Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T00:36:09.286Z] ---> 16199e4ccc7b [2021-03-11T00:36:09.286Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T00:36:09.286Z] ---> Running in 298d9c89c3e3 [2021-03-11T00:36:09.286Z] ---> Running in 60ba21d962f9 [2021-03-11T00:36:09.286Z] ---> Running in 033c674a1919 [2021-03-11T00:36:09.286Z] ---> Running in 18209ec54127 [2021-03-11T00:36:09.286Z] ---> Running in 11e2e998ee3b [2021-03-11T00:36:09.286Z] 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-11T00:36:09.286Z] 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-11T00:36:09.286Z] 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-11T00:36:09.286Z] 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-11T00:36:09.286Z] 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-11T00:36:09.452Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T00:36:41.563Z] 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-11T00:36:45.864Z] Removing intermediate container 18209ec54127 [2021-03-11T00:36:45.864Z] ---> 7441e6d86292 [2021-03-11T00:36:45.864Z] [2021-03-11T00:36:45.864Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T00:36:45.864Z] 3.12: Pulling from library/alpine [2021-03-11T00:36:48.421Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:36:48.421Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T00:36:48.421Z] ---> 88dd2752d2ea [2021-03-11T00:36:48.421Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T00:36:49.385Z] Removing intermediate container 60ba21d962f9 [2021-03-11T00:36:49.385Z] ---> d792162bc0de [2021-03-11T00:36:49.385Z] [2021-03-11T00:36:49.385Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T00:36:49.385Z] ---> 88dd2752d2ea [2021-03-11T00:36:49.385Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T00:36:51.316Z] ---> Running in 819de662e5ed [2021-03-11T00:36:51.316Z] ---> Running in bbde9c47a62d [2021-03-11T00:36:51.316Z] Removing intermediate container 298d9c89c3e3 [2021-03-11T00:36:51.316Z] ---> 11efd1dcc94b [2021-03-11T00:36:51.316Z] [2021-03-11T00:36:51.316Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:36:51.316Z] ---> 88dd2752d2ea [2021-03-11T00:36:51.316Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T00:36:51.316Z] Removing intermediate container 11e2e998ee3b [2021-03-11T00:36:51.316Z] ---> dec4a4abf563 [2021-03-11T00:36:51.316Z] [2021-03-11T00:36:51.316Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:36:51.316Z] ---> 88dd2752d2ea [2021-03-11T00:36:51.316Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:36:52.268Z] ---> Running in 84420100269c [2021-03-11T00:36:52.268Z] ---> Running in dea58fb050e0 [2021-03-11T00:36:53.671Z] Removing intermediate container 819de662e5ed [2021-03-11T00:36:53.671Z] ---> bc0a648b50a4 [2021-03-11T00:36:53.671Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T00:36:53.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:36:53.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:36:53.671Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T00:36:53.671Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:36:53.671Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T00:36:53.671Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T00:36:53.671Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:36:53.671Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:36:54.249Z] OK: 7 MiB in 18 packages [2021-03-11T00:36:54.249Z] ---> Running in d39dafd68490 [2021-03-11T00:36:54.249Z] Removing intermediate container 033c674a1919 [2021-03-11T00:36:54.249Z] ---> 014ed537a6b5 [2021-03-11T00:36:54.249Z] [2021-03-11T00:36:54.249Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:36:54.249Z] ---> 88dd2752d2ea [2021-03-11T00:36:54.249Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:36:54.518Z] ---> Running in 47a0f258e5c5 [2021-03-11T00:36:54.790Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:36:54.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:36:55.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:36:55.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:36:55.061Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T00:36:55.061Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:36:55.061Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:36:55.061Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:36:55.329Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:36:55.329Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:36:55.329Z] OK: 6 MiB in 15 packages [2021-03-11T00:36:55.329Z] OK: 6 MiB in 16 packages [2021-03-11T00:36:55.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:36:55.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:36:55.592Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:36:55.592Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T00:36:55.592Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:36:55.592Z] OK: 6 MiB in 16 packages [2021-03-11T00:36:55.863Z] Removing intermediate container bbde9c47a62d [2021-03-11T00:36:55.863Z] ---> 9d3cdfbf355c [2021-03-11T00:36:55.863Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:36:55.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:36:56.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:36:56.130Z] ---> Running in 510a8c745d9f [2021-03-11T00:36:56.130Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:36:56.130Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:36:56.130Z] OK: 6 MiB in 15 packages [2021-03-11T00:36:56.507Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T00:36:57.556Z] Removing intermediate container 510a8c745d9f [2021-03-11T00:36:57.556Z] ---> 377d1b6ad4d5 [2021-03-11T00:36:57.556Z] Step 13/21 : WORKDIR /edgex [2021-03-11T00:36:58.133Z] ---> Running in e28360b59875 [2021-03-11T00:36:58.133Z] Removing intermediate container dea58fb050e0 [2021-03-11T00:36:58.133Z] ---> 826a6a69ce04 [2021-03-11T00:36:58.133Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:36:58.133Z] Removing intermediate container 84420100269c [2021-03-11T00:36:58.133Z] ---> 22e0881237c5 [2021-03-11T00:36:58.133Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:36:58.133Z] Removing intermediate container d39dafd68490 [2021-03-11T00:36:58.133Z] ---> 643f0e759b62 [2021-03-11T00:36:58.133Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T00:36:58.398Z] ---> Running in 0c62e8d6a597 [2021-03-11T00:36:58.398Z] ---> Running in 7de297452584 [2021-03-11T00:36:58.398Z] ---> Running in 62a6515ae3a8 [2021-03-11T00:36:58.398Z] Removing intermediate container 47a0f258e5c5 [2021-03-11T00:36:58.398Z] ---> ebddd509f9c0 [2021-03-11T00:36:58.398Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:36:58.398Z] Removing intermediate container e28360b59875 [2021-03-11T00:36:58.398Z] ---> a9e91284b7e1 [2021-03-11T00:36:58.398Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T00:36:58.661Z] ---> Running in eb270eb04ce0 [2021-03-11T00:36:58.661Z] Removing intermediate container 7de297452584 [2021-03-11T00:36:58.661Z] ---> e879be8b6f60 [2021-03-11T00:36:58.661Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T00:36:58.661Z] Removing intermediate container 0c62e8d6a597 [2021-03-11T00:36:58.661Z] ---> bfaaf73622e6 [2021-03-11T00:36:58.661Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T00:36:58.924Z] Removing intermediate container 62a6515ae3a8 [2021-03-11T00:36:58.924Z] ---> 2da367b4f1ab [2021-03-11T00:36:58.924Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T00:36:58.924Z] ---> Running in 7c069bbbc200 [2021-03-11T00:36:58.924Z] Removing intermediate container eb270eb04ce0 [2021-03-11T00:36:58.924Z] ---> 11677c06ffeb [2021-03-11T00:36:58.924Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T00:36:59.186Z] ---> 6d232b51cd3e [2021-03-11T00:36:59.186Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T00:36:59.457Z] ---> Running in 75980ef8ffb8 [2021-03-11T00:36:59.457Z] ---> Running in c7931377b542 [2021-03-11T00:36:59.457Z] ---> Running in c21e6258b0c2 [2021-03-11T00:36:59.457Z] Removing intermediate container 7c069bbbc200 [2021-03-11T00:36:59.457Z] ---> d7b83641acd4 [2021-03-11T00:36:59.457Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:36:59.720Z] ---> Running in 293f1c749c21 [2021-03-11T00:36:59.720Z] Removing intermediate container 75980ef8ffb8 [2021-03-11T00:36:59.720Z] ---> 5647db6aef26 [2021-03-11T00:36:59.720Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:36:59.720Z] Removing intermediate container c7931377b542 [2021-03-11T00:36:59.720Z] ---> 7668bf32539f [2021-03-11T00:36:59.720Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T00:36:59.985Z] Removing intermediate container c21e6258b0c2 [2021-03-11T00:36:59.985Z] ---> e3cb0c865c1d [2021-03-11T00:36:59.985Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:36:59.985Z] ---> faaa41e43abb [2021-03-11T00:36:59.985Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T00:36:59.985Z] ---> Running in 7de786108374 [2021-03-11T00:36:59.985Z] ---> Running in 63cb74718421 [2021-03-11T00:36:59.985Z] ---> Running in 521022b2961a [2021-03-11T00:37:00.247Z] Removing intermediate container 293f1c749c21 [2021-03-11T00:37:00.247Z] ---> f50a0e404bd6 [2021-03-11T00:37:00.247Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:37:00.512Z] Removing intermediate container 7de786108374 [2021-03-11T00:37:00.512Z] ---> ec2f40d726cd [2021-03-11T00:37:00.512Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:37:00.788Z] Removing intermediate container 521022b2961a [2021-03-11T00:37:00.788Z] ---> 3540368a9092 [2021-03-11T00:37:00.788Z] Step 15/23 : WORKDIR / [2021-03-11T00:37:00.788Z] ---> 35137418d0a2 [2021-03-11T00:37:00.788Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T00:37:00.788Z] ---> db429530284f [2021-03-11T00:37:00.788Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T00:37:00.788Z] ---> Running in 6bb5e90a60a6 [2021-03-11T00:37:00.788Z] ---> Running in 9218313a4671 [2021-03-11T00:37:01.053Z] ---> 465ce37ef136 [2021-03-11T00:37:01.053Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T00:37:01.319Z] Removing intermediate container 6bb5e90a60a6 [2021-03-11T00:37:01.319Z] ---> 631e092cc53a [2021-03-11T00:37:01.319Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:37:01.319Z] Removing intermediate container 9218313a4671 [2021-03-11T00:37:01.319Z] ---> 404ced209c38 [2021-03-11T00:37:01.319Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T00:37:01.319Z] ---> Running in 7bd7b03f2a88 [2021-03-11T00:37:01.584Z] ---> c390d3bfa3c6 [2021-03-11T00:37:01.584Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T00:37:01.848Z] ---> 69040b451198 [2021-03-11T00:37:01.848Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T00:37:01.848Z] ---> a03e5001279f [2021-03-11T00:37:01.848Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T00:37:01.848Z] Removing intermediate container 7bd7b03f2a88 [2021-03-11T00:37:01.848Z] ---> f7c2df2e563b [2021-03-11T00:37:01.848Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T00:37:02.111Z] Removing intermediate container 63cb74718421 [2021-03-11T00:37:02.111Z] ---> c6cd6b880d98 [2021-03-11T00:37:02.111Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T00:37:02.375Z] ---> 0548f5baba48 [2021-03-11T00:37:02.375Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T00:37:02.375Z] ---> Running in 0ae9007c2def [2021-03-11T00:37:02.642Z] ---> Running in 375f5b800f09 [2021-03-11T00:37:02.642Z] ---> 6efd19092e27 [2021-03-11T00:37:02.642Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T00:37:02.642Z] ---> d7d436e64ea0 [2021-03-11T00:37:02.642Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T00:37:02.642Z] ---> Running in a4e03f9929a3 [2021-03-11T00:37:02.642Z] ---> Running in 17ce4e2ecc2d [2021-03-11T00:37:02.907Z] Removing intermediate container 0ae9007c2def [2021-03-11T00:37:02.907Z] ---> d792b5ee05f2 [2021-03-11T00:37:02.907Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T00:37:02.907Z] Removing intermediate container 375f5b800f09 [2021-03-11T00:37:02.907Z] ---> d7cb6e435171 [2021-03-11T00:37:02.907Z] Step 20/21 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:37:03.169Z] Removing intermediate container 17ce4e2ecc2d [2021-03-11T00:37:03.169Z] ---> da57e5d9fa24 [2021-03-11T00:37:03.169Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:37:03.169Z] ---> Running in 47ede730e5ea [2021-03-11T00:37:03.169Z] Removing intermediate container a4e03f9929a3 [2021-03-11T00:37:03.169Z] ---> 301a93771ea9 [2021-03-11T00:37:03.169Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:37:03.169Z] ---> 3ee0f5f47f74 [2021-03-11T00:37:03.169Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T00:37:03.434Z] ---> Running in 1f77035be30b [2021-03-11T00:37:03.434Z] ---> 42a6a9e5093c [2021-03-11T00:37:03.434Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T00:37:03.434Z] ---> Running in e8a9947204ef [2021-03-11T00:37:03.434Z] ---> Running in da64af5c5369 [2021-03-11T00:37:03.434Z] Removing intermediate container 47ede730e5ea [2021-03-11T00:37:03.434Z] ---> 683f293a056a [2021-03-11T00:37:03.434Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T00:37:03.697Z] ---> Running in 29729efbb550 [2021-03-11T00:37:03.697Z] ---> Running in 45494b89b26d [2021-03-11T00:37:03.959Z] Removing intermediate container 1f77035be30b [2021-03-11T00:37:03.959Z] ---> ceb083268843 [2021-03-11T00:37:03.959Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T00:37:03.959Z] Removing intermediate container e8a9947204ef [2021-03-11T00:37:03.959Z] ---> e626906750c9 [2021-03-11T00:37:03.959Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T00:37:04.222Z] Removing intermediate container da64af5c5369 [2021-03-11T00:37:04.222Z] ---> f3c9126ac811 [2021-03-11T00:37:04.222Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:37:04.222Z] ---> Running in 61ed4278fca6 [2021-03-11T00:37:04.222Z] ---> Running in 5ba18222b5b3 [2021-03-11T00:37:04.222Z] ---> Running in b1415ca3c504 [2021-03-11T00:37:04.487Z] Removing intermediate container 45494b89b26d [2021-03-11T00:37:04.487Z] ---> 6747b380c379 [2021-03-11T00:37:04.487Z] [2021-03-11T00:37:04.487Z] Removing intermediate container 5ba18222b5b3 [2021-03-11T00:37:04.487Z] ---> 4180368ae2be [2021-03-11T00:37:04.487Z] Step 21/22 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:37:04.487Z] Removing intermediate container 61ed4278fca6 [2021-03-11T00:37:04.487Z] ---> 9032eb0e8a94 [2021-03-11T00:37:04.487Z] Step 21/22 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:37:04.753Z] Removing intermediate container b1415ca3c504 [2021-03-11T00:37:04.753Z] ---> b259f7ccfa4c [2021-03-11T00:37:04.753Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:37:04.753Z] Successfully built 6747b380c379 [2021-03-11T00:37:04.753Z] ---> Running in b16ef781758f [2021-03-11T00:37:04.753Z] ---> Running in 4c64cd6f805b [2021-03-11T00:37:04.753Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T00:37:04.753Z] Building docker-sys-mgmt-agent-go [2021-03-11T00:37:04.753Z]  Building docker-security-proxy-setup-go ... done  ---> Running in f6177b1e19f0 [2021-03-11T00:37:05.007Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T00:37:05.020Z] Removing intermediate container 4c64cd6f805b [2021-03-11T00:37:05.020Z] ---> 6c6d21a8aec9 [2021-03-11T00:37:05.020Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:37:05.020Z] Removing intermediate container b16ef781758f [2021-03-11T00:37:05.020Z] ---> 0c3757aeac4f [2021-03-11T00:37:05.020Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:37:05.282Z] ---> Running in d94fbf943312 [2021-03-11T00:37:05.282Z] ---> Running in 52487a4900d3 [2021-03-11T00:37:05.282Z] Removing intermediate container f6177b1e19f0 [2021-03-11T00:37:05.282Z] ---> 3b168caa0b0e [2021-03-11T00:37:05.282Z] Step 22/23 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:37:06.249Z] ---> Running in 351df73690ab [2021-03-11T00:37:06.519Z] Removing intermediate container d94fbf943312 [2021-03-11T00:37:06.519Z] ---> 4656f97c05ad [2021-03-11T00:37:06.519Z] [2021-03-11T00:37:06.519Z] Removing intermediate container 52487a4900d3 [2021-03-11T00:37:06.519Z] ---> 91778097fe0e [2021-03-11T00:37:06.519Z] [2021-03-11T00:37:06.805Z] Removing intermediate container 29729efbb550 [2021-03-11T00:37:06.805Z] ---> 437e7869904a [2021-03-11T00:37:06.805Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:37:06.805Z] Removing intermediate container 351df73690ab [2021-03-11T00:37:06.805Z] ---> 256eea2366ca [2021-03-11T00:37:06.805Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:37:07.073Z] ---> Running in 62c2a65c5a67 [2021-03-11T00:37:07.073Z] Successfully built 4656f97c05ad [2021-03-11T00:37:07.073Z] Successfully built 91778097fe0e [2021-03-11T00:37:07.073Z] Successfully tagged docker-support-notifications-go:latest [2021-03-11T00:37:07.073Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-11T00:37:07.073Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-11T00:37:07.073Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-11T00:37:07.073Z] ---> 12a14d7f7a23 [2021-03-11T00:37:07.073Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T00:37:07.073Z] Removing intermediate container 62c2a65c5a67 [2021-03-11T00:37:07.073Z] ---> 328b8e6665ee [2021-03-11T00:37:07.073Z] [2021-03-11T00:37:08.031Z] Successfully built 328b8e6665ee [2021-03-11T00:37:09.430Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T00:37:09.705Z] Building docker-security-secretstore-setup-go [2021-03-11T00:37:11.105Z]  Building docker-core-metadata-go ... done  ---> fd57995d2c64 [2021-03-11T00:37:11.105Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T00:37:11.724Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T00:37:11.724Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T00:37:12.537Z] ---> f86eddfc21de [2021-03-11T00:37:12.537Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T00:37:15.900Z] ---> 46e8b026382e [2021-03-11T00:37:15.900Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T00:37:16.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T00:37:16.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T00:37:16.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T00:37:16.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T00:37:16.502Z] ---> cb8443302aff [2021-03-11T00:37:16.502Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T00:37:17.467Z] ---> Running in 74f3554aa9bd [2021-03-11T00:37:17.518Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T00:37:18.071Z] Removing intermediate container 74f3554aa9bd [2021-03-11T00:37:18.071Z] ---> 35fb0c036cac [2021-03-11T00:37:18.071Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T00:37:18.657Z] ---> 4b5b5ec0cbdc [2021-03-11T00:37:18.657Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T00:37:18.657Z] ---> Running in 86b43e12e017 [2021-03-11T00:37:19.510Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T00:37:23.631Z] Removing intermediate container 86b43e12e017 [2021-03-11T00:37:23.631Z] ---> a9b60c53b09a [2021-03-11T00:37:23.631Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T00:37:24.253Z] ---> Running in 8a4136e140ce [2021-03-11T00:37:25.688Z] Removing intermediate container 8a4136e140ce [2021-03-11T00:37:25.688Z] ---> e5bbd1c883a1 [2021-03-11T00:37:25.688Z] Step 28/31 : CMD ["gate"] [2021-03-11T00:37:26.256Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T00:37:26.256Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T00:37:26.256Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T00:37:29.082Z] ---> Running in dec06729ffe6 [2021-03-11T00:37:29.687Z] Removing intermediate container dec06729ffe6 [2021-03-11T00:37:29.687Z] ---> 4b29b41fdb46 [2021-03-11T00:37:29.687Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T00:37:30.297Z] ---> Running in 20e694b46e43 [2021-03-11T00:37:31.427Z] Removing intermediate container 20e694b46e43 [2021-03-11T00:37:31.427Z] ---> 34780f5c175f [2021-03-11T00:37:31.427Z] Step 30/31 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:37:32.460Z] ---> Running in 95bcfab235d4 [2021-03-11T00:37:32.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.404s coverage: 45.9% of statements [2021-03-11T00:37:32.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T00:37:32.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T00:37:32.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T00:37:32.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T00:37:32.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T00:37:32.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T00:37:32.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T00:37:32.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.200s coverage: 100.0% of statements [2021-03-11T00:37:34.206Z] Removing intermediate container 95bcfab235d4 [2021-03-11T00:37:34.206Z] ---> edbd703539d5 [2021-03-11T00:37:34.206Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T00:37:35.196Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:35.196Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:35.196Z] ---> e2146df2f608 [2021-03-11T00:37:35.196Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:37:35.196Z] ---> Using cache [2021-03-11T00:37:35.196Z] ---> d03aa9a36962 [2021-03-11T00:37:35.196Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:35.196Z] ---> Using cache [2021-03-11T00:37:35.196Z] ---> 50b0548ac426 [2021-03-11T00:37:35.196Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:37:35.196Z] ---> Using cache [2021-03-11T00:37:35.196Z] ---> 3789672fd5c9 [2021-03-11T00:37:35.196Z] Step 6/23 : COPY go.mod . [2021-03-11T00:37:35.196Z] ---> Using cache [2021-03-11T00:37:35.196Z] ---> 7b80a94eada7 [2021-03-11T00:37:35.196Z] Step 7/23 : RUN go mod download [2021-03-11T00:37:35.196Z] ---> Using cache [2021-03-11T00:37:35.196Z] ---> b142ed94e718 [2021-03-11T00:37:35.196Z] Step 8/23 : COPY . . [2021-03-11T00:37:35.196Z] ---> Using cache [2021-03-11T00:37:35.196Z] ---> 7259282627e7 [2021-03-11T00:37:35.196Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T00:37:35.774Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:35.774Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:35.774Z] ---> e2146df2f608 [2021-03-11T00:37:35.774Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T00:37:35.774Z] ---> Using cache [2021-03-11T00:37:35.774Z] ---> d03aa9a36962 [2021-03-11T00:37:35.774Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:35.774Z] ---> Using cache [2021-03-11T00:37:35.774Z] ---> 50b0548ac426 [2021-03-11T00:37:35.774Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T00:37:36.038Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:36.038Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:36.038Z] ---> e2146df2f608 [2021-03-11T00:37:36.038Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:37:36.038Z] ---> Using cache [2021-03-11T00:37:36.038Z] ---> d03aa9a36962 [2021-03-11T00:37:36.038Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:36.038Z] ---> Using cache [2021-03-11T00:37:36.038Z] ---> 50b0548ac426 [2021-03-11T00:37:36.038Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T00:37:36.616Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:36.616Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:36.616Z] ---> e2146df2f608 [2021-03-11T00:37:36.616Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T00:37:36.616Z] ---> Using cache [2021-03-11T00:37:36.616Z] ---> d03aa9a36962 [2021-03-11T00:37:36.616Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:36.616Z] ---> Using cache [2021-03-11T00:37:36.616Z] ---> 50b0548ac426 [2021-03-11T00:37:36.616Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T00:37:36.616Z] ---> Using cache [2021-03-11T00:37:36.616Z] ---> 3789672fd5c9 [2021-03-11T00:37:36.616Z] Step 6/24 : COPY go.mod . [2021-03-11T00:37:36.616Z] ---> Using cache [2021-03-11T00:37:36.616Z] ---> 7b80a94eada7 [2021-03-11T00:37:36.616Z] Step 7/24 : RUN go mod download [2021-03-11T00:37:36.616Z] ---> Using cache [2021-03-11T00:37:36.616Z] ---> b142ed94e718 [2021-03-11T00:37:36.616Z] Step 8/24 : COPY . . [2021-03-11T00:37:36.616Z] ---> Using cache [2021-03-11T00:37:36.616Z] ---> 7259282627e7 [2021-03-11T00:37:36.616Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T00:37:37.563Z] ---> Running in 739a3e0794dd [2021-03-11T00:37:37.830Z] ---> Running in c1b0b492209c [2021-03-11T00:37:37.830Z] ---> Running in b5eab07c9df9 [2021-03-11T00:37:37.830Z] ---> Running in 869488a3636c [2021-03-11T00:37:37.830Z] ---> Running in 985b1ce3101d [2021-03-11T00:37:37.830Z] Removing intermediate container 739a3e0794dd [2021-03-11T00:37:37.830Z] ---> 5c2c82e6129c [2021-03-11T00:37:37.830Z] [2021-03-11T00:37:38.093Z] Successfully built 5c2c82e6129c [2021-03-11T00:37:38.093Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T00:37:38.676Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T00:37:38.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-11T00:37:38.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:38.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.508s coverage: 27.1% of statements [2021-03-11T00:37:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T00:37:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T00:37:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T00:37:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T00:37:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T00:37:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T00:37:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-03-11T00:37:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T00:37:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-03-11T00:37:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T00:37:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T00:37:39.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:39.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:40.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.281s coverage: 71.3% of statements [2021-03-11T00:37:40.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T00:37:40.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T00:37:40.962Z] OK: 233 MiB in 51 packages [2021-03-11T00:37:40.962Z] OK: 233 MiB in 51 packages [2021-03-11T00:37:42.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.440s coverage: 82.9% of statements [2021-03-11T00:37:42.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T00:37:42.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:37:42.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.131s coverage: 78.9% of statements [2021-03-11T00:37:42.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T00:37:42.398Z] Removing intermediate container 869488a3636c [2021-03-11T00:37:42.398Z] ---> b22095caa1cb [2021-03-11T00:37:42.398Z] Step 6/26 : COPY go.mod . [2021-03-11T00:37:42.677Z] Removing intermediate container 985b1ce3101d [2021-03-11T00:37:42.677Z] ---> 32cefd14838e [2021-03-11T00:37:42.677Z] Step 6/23 : COPY go.mod . [2021-03-11T00:37:44.103Z] ---> ae92b19cafcf [2021-03-11T00:37:44.103Z] Step 7/26 : RUN go mod download [2021-03-11T00:37:44.371Z] ---> daa589381450 [2021-03-11T00:37:44.371Z] Step 7/23 : RUN go mod download [2021-03-11T00:37:44.371Z] ---> Running in 30e002b8d53f [2021-03-11T00:37:44.371Z] ---> Running in b6d6a377f3d1 [2021-03-11T00:37:47.744Z] Removing intermediate container 30e002b8d53f [2021-03-11T00:37:47.744Z] ---> c3e6bd6031b5 [2021-03-11T00:37:47.744Z] Step 8/26 : COPY . . [2021-03-11T00:37:47.744Z] Removing intermediate container b6d6a377f3d1 [2021-03-11T00:37:47.744Z] ---> 9498a2e8f3a1 [2021-03-11T00:37:47.744Z] Step 8/23 : COPY . . [2021-03-11T00:37:52.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.117s coverage: 28.6% of statements [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T00:37:52.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.139s coverage: 100.0% of statements [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T00:37:52.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T00:37:52.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.393s coverage: 86.7% of statements [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T00:37:52.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.413s coverage: 97.5% of statements [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T00:37:52.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T00:37:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T00:38:00.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.369s coverage: 92.8% of statements [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T00:38:00.534Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T00:38:00.534Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.184s coverage: 0.1% of statements [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T00:38:00.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T00:38:00.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements [2021-03-11T00:38:00.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements [2021-03-11T00:38:00.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.083s coverage: 94.1% of statements [2021-03-11T00:38:00.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-03-11T00:38:00.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-03-11T00:38:03.156Z] 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-11T00:38:12.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements [2021-03-11T00:38:12.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-03-11T00:38:12.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.094s coverage: 81.4% of statements [2021-03-11T00:38:18.368Z] Removing intermediate container b5eab07c9df9 [2021-03-11T00:38:18.368Z] ---> 338448b75f5b [2021-03-11T00:38:18.368Z] [2021-03-11T00:38:18.368Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:38:18.368Z] ---> 88dd2752d2ea [2021-03-11T00:38:18.368Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:38:18.368Z] ---> Using cache [2021-03-11T00:38:18.368Z] ---> ebddd509f9c0 [2021-03-11T00:38:18.368Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:38:18.368Z] ---> Using cache [2021-03-11T00:38:18.368Z] ---> 11677c06ffeb [2021-03-11T00:38:18.368Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T00:38:19.313Z] Removing intermediate container c1b0b492209c [2021-03-11T00:38:19.313Z] ---> 4334f75e4102 [2021-03-11T00:38:19.313Z] [2021-03-11T00:38:19.313Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T00:38:19.313Z] ---> 88dd2752d2ea [2021-03-11T00:38:19.313Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T00:38:19.576Z] ---> Running in 7b72e58ff1a5 [2021-03-11T00:38:19.576Z] ---> Running in 3e7321a5586e [2021-03-11T00:38:19.576Z] ---> a4b87f546de7 [2021-03-11T00:38:19.576Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T00:38:19.845Z] ---> f7728a7951eb [2021-03-11T00:38:19.845Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T00:38:19.845Z] ---> Running in 2e74c4ab7071 [2021-03-11T00:38:19.845Z] ---> Running in 0ad2aafa1c0d [2021-03-11T00:38:19.845Z] Removing intermediate container 7b72e58ff1a5 [2021-03-11T00:38:19.845Z] ---> 546853008ad6 [2021-03-11T00:38:19.845Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:38:20.125Z] ---> Running in a3e02db51b86 [2021-03-11T00:38:20.388Z] Removing intermediate container a3e02db51b86 [2021-03-11T00:38:20.388Z] ---> 0ab69cd9250c [2021-03-11T00:38:20.388Z] Step 15/23 : WORKDIR / [2021-03-11T00:38:20.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:38:20.660Z] ---> Running in c3b7cb67ef77 [2021-03-11T00:38:20.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:38:20.660Z] 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-11T00:38:20.660Z] 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-11T00:38:20.932Z] Removing intermediate container c3b7cb67ef77 [2021-03-11T00:38:20.932Z] ---> a25edab4244c [2021-03-11T00:38:20.932Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:38:20.932Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T00:38:20.932Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:38:20.932Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T00:38:20.932Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T00:38:20.932Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T00:38:20.932Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:38:20.932Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:38:21.198Z] OK: 7 MiB in 19 packages [2021-03-11T00:38:21.470Z] ---> 00aff3270458 [2021-03-11T00:38:21.470Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T00:38:22.459Z] Removing intermediate container 3e7321a5586e [2021-03-11T00:38:22.459Z] ---> fd392d61b5ed [2021-03-11T00:38:22.459Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:38:22.737Z] ---> 933fa3fdcf39 [2021-03-11T00:38:22.737Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T00:38:22.737Z] ---> Running in fb77ec843832 [2021-03-11T00:38:24.216Z] Removing intermediate container fb77ec843832 [2021-03-11T00:38:24.216Z] ---> 257e4a34d6e9 [2021-03-11T00:38:24.216Z] Step 13/24 : WORKDIR / [2021-03-11T00:38:24.216Z] ---> 597b3631ddbd [2021-03-11T00:38:24.216Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T00:38:24.216Z] ---> Running in 13a8e71e96f8 [2021-03-11T00:38:24.216Z] ---> Running in 24afad0a154d [2021-03-11T00:38:24.823Z] Removing intermediate container 24afad0a154d [2021-03-11T00:38:24.823Z] ---> 69e03d821e2b [2021-03-11T00:38:24.823Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:38:24.823Z] Removing intermediate container 13a8e71e96f8 [2021-03-11T00:38:24.823Z] ---> 4a7c3236cd18 [2021-03-11T00:38:24.823Z] 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-11T00:38:24.823Z] ---> Running in 18349d94ecd2 [2021-03-11T00:38:25.096Z] Removing intermediate container 18349d94ecd2 [2021-03-11T00:38:25.096Z] ---> b0402c4d1527 [2021-03-11T00:38:25.096Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:38:25.688Z] ---> Running in 0feb6b9dc3cd [2021-03-11T00:38:25.689Z] ---> dbb396657d86 [2021-03-11T00:38:25.689Z] 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-11T00:38:27.140Z] Removing intermediate container 0feb6b9dc3cd [2021-03-11T00:38:27.140Z] ---> e783551190ea [2021-03-11T00:38:27.140Z] Step 22/23 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:38:27.140Z] ---> Running in ccf766afe9a3 [2021-03-11T00:38:27.140Z] ---> f43adc948893 [2021-03-11T00:38:27.140Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T00:38:27.140Z] Removing intermediate container ccf766afe9a3 [2021-03-11T00:38:27.140Z] ---> 4df344644173 [2021-03-11T00:38:27.140Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:38:27.140Z] ---> 3e965818c839 [2021-03-11T00:38:27.140Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T00:38:27.140Z] ---> Running in 1ebba21ad35a [2021-03-11T00:38:27.140Z] Removing intermediate container 1ebba21ad35a [2021-03-11T00:38:27.140Z] ---> 3f0ced35309b [2021-03-11T00:38:27.140Z] [2021-03-11T00:38:27.789Z] Successfully built 3f0ced35309b [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.150s coverage: 92.9% of statements [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.6% of statements [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.448s coverage: 62.4% of statements [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T00:38:28.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-03-11T00:38:28.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-03-11T00:38:28.065Z] Successfully tagged docker-core-command-go:latest [2021-03-11T00:38:29.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.891s coverage: 69.0% of statements [2021-03-11T00:38:29.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T00:38:29.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T00:38:29.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T00:38:29.078Z]  Building docker-core-command-go ... done  ---> f809ba1de475 [2021-03-11T00:38:29.078Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T00:38:30.062Z] ---> e2324af2e989 [2021-03-11T00:38:30.062Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T00:38:30.352Z] ---> ec52c608fe49 [2021-03-11T00:38:30.352Z] 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-11T00:38:30.352Z] ---> Running in 16a3e6d9afd1 [2021-03-11T00:38:32.335Z] Removing intermediate container 16a3e6d9afd1 [2021-03-11T00:38:32.335Z] ---> 022329a3f245 [2021-03-11T00:38:32.335Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T00:38:32.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.336s coverage: 38.4% of statements [2021-03-11T00:38:32.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T00:38:32.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T00:38:32.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.085s coverage: 89.5% of statements [2021-03-11T00:38:32.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T00:38:32.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.076s coverage: 84.8% of statements [2021-03-11T00:38:32.613Z] ---> Running in 7a7effb2d794 [2021-03-11T00:38:32.895Z] Removing intermediate container 7a7effb2d794 [2021-03-11T00:38:32.895Z] ---> 255525ea3353 [2021-03-11T00:38:32.895Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T00:38:32.895Z] ---> Running in 6c8e105e86c9 [2021-03-11T00:38:33.493Z] Removing intermediate container 6c8e105e86c9 [2021-03-11T00:38:33.493Z] ---> fa0cd5624165 [2021-03-11T00:38:33.493Z] Step 23/24 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:38:33.493Z] ---> Running in c14a9e6afd76 [2021-03-11T00:38:33.771Z] Removing intermediate container c14a9e6afd76 [2021-03-11T00:38:33.771Z] ---> 17b308919432 [2021-03-11T00:38:33.771Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T00:38:33.771Z] ---> Running in 229ddf716571 [2021-03-11T00:38:34.041Z] Removing intermediate container 229ddf716571 [2021-03-11T00:38:34.041Z] ---> f9f0ced920ff [2021-03-11T00:38:34.041Z] [2021-03-11T00:38:34.319Z] Successfully built f9f0ced920ff [2021-03-11T00:38:34.319Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T00:38:37.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.386s coverage: 47.0% of statements [2021-03-11T00:38:37.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T00:38:37.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T00:38:37.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T00:38:37.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T00:38:37.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T00:38:37.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.160s coverage: 100.0% of statements [2021-03-11T00:38:37.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T00:38:37.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements [2021-03-11T00:38:37.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T00:38:37.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T00:38:37.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T00:38:37.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T00:38:38.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.465s coverage: 87.1% of statements [2021-03-11T00:38:38.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T00:38:38.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:38:38.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T00:38:40.986Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0ad2aafa1c0d [2021-03-11T00:38:40.987Z] ---> 7e446393ee65 [2021-03-11T00:38:40.987Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T00:38:41.254Z] ---> Running in 62da1ad9429a [2021-03-11T00:38:42.668Z] 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-11T00:38:44.634Z] Removing intermediate container 62da1ad9429a [2021-03-11T00:38:44.634Z] ---> c86f4f1327a8 [2021-03-11T00:38:44.634Z] [2021-03-11T00:38:44.634Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T00:38:44.634Z] 20.10.0: Pulling from library/docker [2021-03-11T00:38:45.596Z] Removing intermediate container 2e74c4ab7071 [2021-03-11T00:38:45.596Z] ---> dcf7ef8bb665 [2021-03-11T00:38:45.596Z] [2021-03-11T00:38:45.596Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:38:45.596Z] ---> 88dd2752d2ea [2021-03-11T00:38:45.596Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T00:38:46.187Z] ---> Running in 1cc51fb95824 [2021-03-11T00:38:46.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.268s coverage: 29.1% of statements [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T00:38:46.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T00:38:46.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.126s coverage: 100.0% of statements [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T00:38:46.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.271s coverage: 96.5% of statements [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T00:38:46.384Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T00:38:46.384Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T00:38:46.384Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T00:38:46.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T00:38:46.384Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-03-11T00:38:46.384Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.065s coverage: 32.1% of statements [2021-03-11T00:38:46.454Z] Removing intermediate container 1cc51fb95824 [2021-03-11T00:38:46.454Z] ---> 52a8ff94b8c3 [2021-03-11T00:38:46.454Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T00:38:46.722Z] ---> Running in 0c722f7b64ae [2021-03-11T00:38:46.722Z] Removing intermediate container 0c722f7b64ae [2021-03-11T00:38:46.722Z] ---> 0c37735b1354 [2021-03-11T00:38:46.722Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T00:38:46.987Z] ---> Running in f8585267e3b8 [2021-03-11T00:38:47.262Z] Removing intermediate container f8585267e3b8 [2021-03-11T00:38:47.262Z] ---> 042b266c530c [2021-03-11T00:38:47.262Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:38:47.262Z] ---> Running in e1d9681f0edb [2021-03-11T00:38:47.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-11T00:38:48.338Z] GO111MODULE=on go vet ./... [2021-03-11T00:38:48.706Z] Removing intermediate container e1d9681f0edb [2021-03-11T00:38:48.706Z] ---> f844b70575fd [2021-03-11T00:38:48.706Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T00:38:48.706Z] ---> Running in e3345c251ecd [2021-03-11T00:38:50.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:38:50.640Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T00:38:50.640Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T00:38:50.640Z] ---> aefe523efa57 [2021-03-11T00:38:50.640Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T00:38:50.906Z] ---> Running in 52e0ef0264f7 [2021-03-11T00:38:51.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:38:51.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:38:51.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:38:51.699Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T00:38:51.699Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T00:38:51.699Z] Executing bash-5.0.17-r0.post-install [2021-03-11T00:38:51.699Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:38:51.699Z] OK: 12 MiB in 22 packages [2021-03-11T00:38:51.964Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T00:38:51.964Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T00:38:52.228Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T00:38:52.228Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T00:38:52.228Z] Removing intermediate container 52e0ef0264f7 [2021-03-11T00:38:52.228Z] ---> aaa829281415 [2021-03-11T00:38:52.228Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T00:38:52.228Z] ---> Running in 9a96ace0d33e [2021-03-11T00:38:52.495Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T00:38:52.495Z] Removing intermediate container 9a96ace0d33e [2021-03-11T00:38:52.495Z] ---> 32bd8eed214a [2021-03-11T00:38:52.495Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T00:38:52.495Z] ---> Running in 6f5f9c27767a [2021-03-11T00:38:52.759Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T00:38:52.759Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:38:52.759Z] Removing intermediate container 6f5f9c27767a [2021-03-11T00:38:52.759Z] ---> ff1af5a1c51c [2021-03-11T00:38:52.759Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T00:38:52.759Z] OK: 8 MiB in 20 packages [2021-03-11T00:38:52.759Z] ---> Running in 6286d0a17ea7 [2021-03-11T00:38:53.024Z] Removing intermediate container 6286d0a17ea7 [2021-03-11T00:38:53.024Z] ---> 0dfe452cf76a [2021-03-11T00:38:53.024Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T00:38:53.617Z] Removing intermediate container e3345c251ecd [2021-03-11T00:38:53.617Z] ---> b970cc5a95ba [2021-03-11T00:38:53.617Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:38:53.617Z] ---> eed72698097f [2021-03-11T00:38:53.617Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T00:38:53.883Z] ---> b703638277cd [2021-03-11T00:38:53.883Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T00:38:53.883Z] ---> 288b08a337c0 [2021-03-11T00:38:53.883Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T00:38:54.456Z] ---> 1c789848914d [2021-03-11T00:38:54.456Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T00:38:54.456Z] ---> Running in bc911215a07d [2021-03-11T00:38:54.456Z] ---> bbe5cb9e318b [2021-03-11T00:38:54.456Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T00:38:54.726Z] ---> d150a95d418e [2021-03-11T00:38:54.726Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T00:38:54.726Z] ---> Running in 0af3b60ac2e3 [2021-03-11T00:38:54.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:38:54.998Z] Removing intermediate container 0af3b60ac2e3 [2021-03-11T00:38:54.998Z] ---> 4f2daeb955c3 [2021-03-11T00:38:54.998Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:38:54.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:38:54.998Z] ---> Running in d5f33ecc2c52 [2021-03-11T00:38:55.263Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T00:38:55.263Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T00:38:55.263Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T00:38:55.263Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T00:38:55.263Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T00:38:55.263Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T00:38:55.263Z] Removing intermediate container d5f33ecc2c52 [2021-03-11T00:38:55.263Z] ---> 63a3c2f9b29e [2021-03-11T00:38:55.263Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:38:55.263Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T00:38:55.263Z] ---> Running in 33453b11328b [2021-03-11T00:38:56.222Z] Removing intermediate container 33453b11328b [2021-03-11T00:38:56.222Z] ---> aaf8a796e4fe [2021-03-11T00:38:56.222Z] Step 22/23 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:38:58.773Z] ---> Running in f833db5017bf [2021-03-11T00:38:58.773Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T00:38:58.773Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T00:38:58.773Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T00:38:58.773Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T00:38:58.773Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T00:38:58.773Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T00:38:58.773Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T00:38:58.773Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T00:38:58.773Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T00:38:59.045Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T00:38:59.045Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T00:38:59.045Z] Removing intermediate container f833db5017bf [2021-03-11T00:38:59.045Z] ---> 27169607a809 [2021-03-11T00:38:59.045Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:38:59.045Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T00:38:59.307Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T00:38:59.307Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T00:38:59.307Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T00:38:59.570Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T00:38:59.570Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T00:38:59.570Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T00:38:59.570Z] ---> Running in 7ba5daa6ffb1 [2021-03-11T00:38:59.570Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T00:38:59.570Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T00:38:59.832Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T00:38:59.832Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T00:38:59.832Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T00:38:59.832Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T00:38:59.832Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T00:38:59.832Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T00:38:59.832Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:38:59.832Z] OK: 71 MiB in 55 packages [2021-03-11T00:39:00.785Z] Removing intermediate container 7ba5daa6ffb1 [2021-03-11T00:39:00.785Z] ---> 2f9cb92f32f0 [2021-03-11T00:39:00.785Z] [2021-03-11T00:39:00.785Z] Successfully built 2f9cb92f32f0 [2021-03-11T00:39:00.785Z] Successfully tagged docker-core-data-go:latest [2021-03-11T00:39:06.160Z]  Building docker-core-data-go ... done Removing intermediate container bc911215a07d [2021-03-11T00:39:06.160Z] ---> a9f715c3e879 [2021-03-11T00:39:06.160Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T00:39:06.160Z] ---> Running in 032a0f181c85 [2021-03-11T00:39:08.791Z] Collecting docker-compose==1.23.2 [2021-03-11T00:39:08.791Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T00:39:09.119Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T00:39:09.119Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T00:39:09.434Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T00:39:09.434Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T00:39:10.068Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T00:39:10.068Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T00:39:10.068Z] Collecting PyYAML<4,>=3.10 [2021-03-11T00:39:10.348Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T00:39:11.350Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T00:39:11.350Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T00:39:11.350Z] 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-11T00:39:11.350Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T00:39:11.350Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T00:39:11.350Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T00:39:11.350Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T00:39:11.930Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T00:39:11.930Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T00:39:12.198Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T00:39:12.198Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T00:39:12.777Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T00:39:12.777Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T00:39:12.777Z] 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-11T00:39:12.777Z] Collecting idna<2.8,>=2.5 [2021-03-11T00:39:12.777Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T00:39:13.042Z] 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-11T00:39:13.042Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T00:39:13.042Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T00:39:13.042Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T00:39:13.042Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T00:39:13.042Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T00:39:13.042Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T00:39:13.305Z] Installing collected packages: urllib3, idna, requests, texttable, websocket-client, PyYAML, cached-property, jsonschema, dockerpty, docker-pycreds, docker, docopt, docker-compose [2021-03-11T00:39:13.305Z] Attempting uninstall: urllib3 [2021-03-11T00:39:13.305Z] Found existing installation: urllib3 1.25.9 [2021-03-11T00:39:13.305Z] Uninstalling urllib3-1.25.9: [2021-03-11T00:39:13.305Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T00:39:13.568Z] Attempting uninstall: idna [2021-03-11T00:39:13.568Z] Found existing installation: idna 2.9 [2021-03-11T00:39:13.568Z] Uninstalling idna-2.9: [2021-03-11T00:39:13.568Z] Successfully uninstalled idna-2.9 [2021-03-11T00:39:13.568Z] Attempting uninstall: requests [2021-03-11T00:39:13.568Z] Found existing installation: requests 2.23.0 [2021-03-11T00:39:13.568Z] Uninstalling requests-2.23.0: [2021-03-11T00:39:13.834Z] Successfully uninstalled requests-2.23.0 [2021-03-11T00:39:13.834Z] Running setup.py install for texttable: started [2021-03-11T00:39:14.414Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T00:39:14.414Z] Running setup.py install for PyYAML: started [2021-03-11T00:39:14.992Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T00:39:14.992Z] Running setup.py install for dockerpty: started [2021-03-11T00:39:15.570Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T00:39:15.837Z] Running setup.py install for docopt: started [2021-03-11T00:39:16.415Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T00:39:16.679Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T00:39:20.005Z] Removing intermediate container 032a0f181c85 [2021-03-11T00:39:20.005Z] ---> 2499c41c8197 [2021-03-11T00:39:20.005Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T00:39:20.005Z] ---> Running in 3080d66aa844 [2021-03-11T00:39:20.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:20.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:20.534Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:39:20.534Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T00:39:20.534Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T00:39:20.534Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:39:20.534Z] OK: 72 MiB in 58 packages [2021-03-11T00:39:21.117Z] Removing intermediate container 3080d66aa844 [2021-03-11T00:39:21.117Z] ---> 6f237bdf5b3b [2021-03-11T00:39:21.117Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T00:39:21.117Z] ---> Running in 22941b28f149 [2021-03-11T00:39:21.117Z] Removing intermediate container 22941b28f149 [2021-03-11T00:39:21.117Z] ---> 3cba0dae0924 [2021-03-11T00:39:21.117Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:39:21.382Z] ---> Running in 4d4ae4580be2 [2021-03-11T00:39:21.382Z] Removing intermediate container 4d4ae4580be2 [2021-03-11T00:39:21.382Z] ---> 5c1a8c546724 [2021-03-11T00:39:21.382Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T00:39:21.646Z] ---> Running in 231625044a23 [2021-03-11T00:39:21.646Z] Removing intermediate container 231625044a23 [2021-03-11T00:39:21.646Z] ---> 15fda4b83bcb [2021-03-11T00:39:21.646Z] Step 25/26 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:39:21.912Z] ---> Running in 523c5cb1c1d6 [2021-03-11T00:39:21.912Z] Removing intermediate container 523c5cb1c1d6 [2021-03-11T00:39:21.912Z] ---> e675084960a6 [2021-03-11T00:39:21.912Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T00:39:21.912Z] ---> Running in 4cdd789f2e02 [2021-03-11T00:39:22.178Z] Removing intermediate container 4cdd789f2e02 [2021-03-11T00:39:22.178Z] ---> f7d97f5339f4 [2021-03-11T00:39:22.178Z] [2021-03-11T00:39:22.444Z] Successfully built f7d97f5339f4 [2021-03-11T00:39:22.444Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T00:39:22.724Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T00:39:22.746Z] $ docker stop --time=1 75c49817a217a8bd10ef168a3214e4d6d2d7f754ea30172e7ae3a84c0eab3065 [2021-03-11T00:39:24.456Z] $ docker rm -f 75c49817a217a8bd10ef168a3214e4d6d2d7f754ea30172e7ae3a84c0eab3065 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:39:25.048Z] + docker images [2021-03-11T00:39:25.048Z] + grep docker [2021-03-11T00:39:25.312Z] docker-sys-mgmt-agent-go latest f7d97f5339f4 3 seconds ago 313MB [2021-03-11T00:39:25.312Z] docker-core-data-go latest 2f9cb92f32f0 26 seconds ago 22.6MB [2021-03-11T00:39:25.312Z] docker-security-secretstore-setup-go latest f9f0ced920ff 52 seconds ago 24.9MB [2021-03-11T00:39:25.312Z] docker-core-command-go latest 3f0ced35309b 58 seconds ago 17.2MB [2021-03-11T00:39:25.312Z] docker-security-bootstrapper-go latest 5c2c82e6129c About a minute ago 18.7MB [2021-03-11T00:39:25.312Z] docker-support-scheduler-go latest 91778097fe0e 2 minutes ago 17.3MB [2021-03-11T00:39:25.312Z] docker-support-notifications-go latest 4656f97c05ad 2 minutes ago 17.8MB [2021-03-11T00:39:25.312Z] docker-core-metadata-go latest 328b8e6665ee 2 minutes ago 19MB [2021-03-11T00:39:25.312Z] docker-security-proxy-setup-go latest 6747b380c379 2 minutes ago 24.7MB [2021-03-11T00:39:25.312Z] 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-11T00:39:41.022Z] Still waiting to schedule task [2021-03-11T00:39:41.022Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-11T00:40:10.128Z] gofmt -l . [2021-03-11T00:40:10.128Z] [ "`gofmt -l .`" = "" ] [2021-03-11T00:40:10.128Z] ./bin/test-go-mod-tidy.sh [2021-03-11T00:40:10.128Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T00:40:10.789Z] + ls -al . [2021-03-11T00:40:10.789Z] total 768 [2021-03-11T00:40:10.789Z] drwxrwxr-x 9 1001 1001 4096 Mar 11 00:40 . [2021-03-11T00:40:10.789Z] drwxr-xr-x 4 root root 4096 Mar 11 00:35 .. [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 00:34 .dockerignore [2021-03-11T00:40:10.789Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 00:34 .git [2021-03-11T00:40:10.789Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 00:34 .github [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 00:34 .gitignore [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 00:34 .sonarcloud.properties [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:34 Attribution.txt [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:34 CONTRIBUTING.md [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 00:34 Dockerfile.build [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 00:34 Jenkinsfile [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:34 LICENSE [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:34 Makefile [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:34 README.md [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:34 SECURITY.md [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 00:30 VERSION [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:34 ZMQWindows.md [2021-03-11T00:40:10.789Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 00:34 bin [2021-03-11T00:40:10.789Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 00:34 cmd [2021-03-11T00:40:10.789Z] -rw-r--r-- 1 root root 628838 Mar 11 00:38 coverage.out [2021-03-11T00:40:10.789Z] -rw-r--r-- 1 root root 1055 Mar 11 00:40 go.mod [2021-03-11T00:40:10.789Z] -rw-r--r-- 1 root root 21981 Mar 11 00:40 go.sum [2021-03-11T00:40:10.789Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 00:34 internal [2021-03-11T00:40:10.789Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 00:34 openapi [2021-03-11T00:40:10.789Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 00:34 snap [2021-03-11T00:40:10.789Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 00:34 version.go [Pipeline] sh [2021-03-11T00:40:11.447Z] + '[' -e coverage.out ] [2021-03-11T00:40:11.447Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T00:40:11.556Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T00:40:13.022Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T00:40:13.717Z] + make build [2021-03-11T00:40:13.718Z] 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-11T00:40:26.125Z] 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-11T00:40:27.764Z] Running on prd-ubuntu18.04-docker-8c-8g-29413 in /w/workspace/edgexfoundry_edgex-go_PR-3242 [Pipeline] { [Pipeline] ws [2021-03-11T00:40:27.857Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-11T00:40:30.035Z] using credential edgex-jenkins-ssh [2021-03-11T00:40:30.086Z] Cloning the remote Git repository [2021-03-11T00:40:30.109Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:40:30.182Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-11T00:40:30.210Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:40:30.211Z] > git --version # timeout=10 [2021-03-11T00:40:30.224Z] > git --version # 'git version 2.17.1' [2021-03-11T00:40:30.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:40:30.250Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:40:40.019Z] Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit 35f00dc74f97df384e6e7a823262e9d1e91fb20d [2021-03-11T00:40:40.275Z] Merge succeeded, producing 6e6d41b8547d73630e85f3bb5b88dd2f188c7c6a [2021-03-11T00:40:40.276Z] Checking out Revision 6e6d41b8547d73630e85f3bb5b88dd2f188c7c6a (PR-3242) [2021-03-11T00:40:39.353Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:40:39.358Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:40:39.370Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:40:39.382Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:40:39.382Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:40:39.386Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3242/head:refs/remotes/origin/PR-3242 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T00:40:40.028Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:40:40.032Z] > git checkout -f 35f00dc74f97df384e6e7a823262e9d1e91fb20d # timeout=10 [2021-03-11T00:40:40.155Z] > git remote # timeout=10 [2021-03-11T00:40:40.160Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T00:40:40.167Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:40:40.171Z] > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [2021-03-11T00:40:40.272Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T00:40:40.280Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:40:40.284Z] > git checkout -f 6e6d41b8547d73630e85f3bb5b88dd2f188c7c6a # timeout=10 [2021-03-11T00:40:43.968Z] Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" [2021-03-11T00:40:43.974Z] > git rev-list --no-walk 35f00dc74f97df384e6e7a823262e9d1e91fb20d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:40:45.194Z] + echo snap-build.sh [2021-03-11T00:40:45.194Z] snap-build.sh [2021-03-11T00:40:45.194Z] + SNAP_BASE_DIR=. [2021-03-11T00:40:45.194Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-03-11T00:40:45.194Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-03-11T00:40:45.194Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-03-11T00:40:45.194Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-03-11T00:40:45.194Z] + cd /w/workspace/edgex-go/4 [2021-03-11T00:40:45.194Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-11T00:40:45.194Z] Reading package lists... [2021-03-11T00:40:45.456Z] Building dependency tree... [2021-03-11T00:40:45.456Z] Reading state information... [2021-03-11T00:40:45.456Z] The following packages were automatically installed and are no longer required: [2021-03-11T00:40:45.456Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-11T00:40:45.456Z] uidmap xdelta3 [2021-03-11T00:40:45.456Z] Use 'sudo apt autoremove' to remove them. [2021-03-11T00:40:45.716Z] The following packages will be REMOVED: [2021-03-11T00:40:45.716Z] lxd* lxd-client* [2021-03-11T00:40:45.977Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-11T00:40:45.978Z] After this operation, 31.7 MB disk space will be freed. [2021-03-11T00:40:47.284Z] (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-11T00:40:47.284Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T00:40:48.256Z] Removing lxd dnsmasq configuration [2021-03-11T00:40:48.256Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T00:40:48.333Z] 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-11T00:40:48.517Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-11T00:40:49.461Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-11T00:40:49.723Z] (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-11T00:40:49.723Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T00:40:51.111Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-11T00:40:51.372Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-11T00:40:53.292Z] + sudo snap remove --purge lxd [2021-03-11T00:40:53.292Z] snap "lxd" is not installed [2021-03-11T00:40:53.292Z] + sudo groupadd --force --system lxd [2021-03-11T00:40:53.292Z] ++ whoami [2021-03-11T00:40:53.292Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-11T00:40:53.292Z] + newgrp - lxd [2021-03-11T00:40:53.292Z] + sudo snap install lxd [2021-03-11T00:40:55.040Z] 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-11T00:41:00.442Z] 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-11T00:41:01.043Z] 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-11T00:41:05.535Z] 2021-03-11T00:41:03Z INFO Waiting for automatic snapd restart... [2021-03-11T00:41:06.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T00:41:11.113Z] 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-11T00:41:15.419Z] 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-11T00:41:19.722Z] 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-11T00:41:23.108Z] 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-11T00:41:24.666Z] lxd 4.12 from Canonical* installed [2021-03-11T00:41:24.666Z] + sudo lxd init --auto [2021-03-11T00:41:27.416Z] 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-11T00:41:32.826Z] + sudo snap install --classic snapcraft [Pipeline] } [2021-03-11T00:41:35.714Z] $ docker stop --time=1 d0133128d7af891cd0fafe0f503ffc6bb499ac9033361451995b6eea91c35d63 [2021-03-11T00:41:38.308Z] $ docker rm -f d0133128d7af891cd0fafe0f503ffc6bb499ac9033361451995b6eea91c35d63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:41:40.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:41:40.376Z] [2021-03-11T00:41:40.376Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:41:40.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:41:41.008Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T00:41:41.008Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-11T00:41:41.008Z] + patch --verbose -p1 [2021-03-11T00:41:41.008Z] Hmm... Looks like a unified diff to me... [2021-03-11T00:41:41.008Z] The text leading up to this was: [2021-03-11T00:41:41.008Z] -------------------------- [2021-03-11T00:41:41.008Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-11T00:41:41.008Z] |From: Tony Espy [2021-03-11T00:41:41.008Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-11T00:41:41.008Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-11T00:41:41.008Z] | [2021-03-11T00:41:41.008Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-11T00:41:41.008Z] |optimize the snap CI check run for pull requests. When [2021-03-11T00:41:41.008Z] |applied, it essentially strips out everything (apps and [2021-03-11T00:41:41.008Z] |parts) from the snapcraft.yaml file except those required [2021-03-11T00:41:41.008Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-11T00:41:41.008Z] |catch changes to edgex-go that break the snap build. [2021-03-11T00:41:41.008Z] | [2021-03-11T00:41:41.008Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-11T00:41:41.008Z] |to update this patch file, otherwise it may fail to apply, [2021-03-11T00:41:41.008Z] |resulting in a failed snap build CI check in the associated [2021-03-11T00:41:41.008Z] |pull request. [2021-03-11T00:41:41.008Z] | [2021-03-11T00:41:41.008Z] |Note - in addition to applying this patch, the pipeline also [2021-03-11T00:41:41.008Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-11T00:41:41.008Z] |need to build the finally binary .snap file (and it won't [2021-03-11T00:41:41.008Z] |work with the patch applied). This further reduces the build [2021-03-11T00:41:41.008Z] |time. [2021-03-11T00:41:41.008Z] |--- [2021-03-11T00:41:41.008Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-11T00:41:41.008Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-11T00:41:41.008Z] | [2021-03-11T00:41:41.008Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-11T00:41:41.008Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-11T00:41:41.008Z] |--- a/snap/snapcraft.yaml [2021-03-11T00:41:41.008Z] |+++ b/snap/snapcraft.yaml [2021-03-11T00:41:41.008Z] -------------------------- [2021-03-11T00:41:41.008Z] patching file snap/snapcraft.yaml [2021-03-11T00:41:41.008Z] Using Plan A... [2021-03-11T00:41:41.008Z] Hunk #1 succeeded at 73. [2021-03-11T00:41:41.008Z] Hunk #2 succeeded at 205. [2021-03-11T00:41:41.008Z] Hunk #3 succeeded at 217. [2021-03-11T00:41:41.008Z] Hunk #4 succeeded at 225. [2021-03-11T00:41:41.008Z] Hunk #5 succeeded at 232. [2021-03-11T00:41:41.008Z] Hunk #6 succeeded at 259. [2021-03-11T00:41:41.008Z] Hunk #7 succeeded at 271. [2021-03-11T00:41:41.008Z] Hunk #8 succeeded at 327. [2021-03-11T00:41:41.008Z] Hmm... Ignoring the trailing garbage. [2021-03-11T00:41:41.008Z] done [2021-03-11T00:41:41.008Z] + sudo snapcraft prime --use-lxd [2021-03-11T00:41:41.029Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-11T00:41:41.029Z] 29e5d40040c1: Pulling fs layer [2021-03-11T00:41:41.029Z] 1ce36da41761: Pulling fs layer [2021-03-11T00:41:41.029Z] 25b303627fd3: Pulling fs layer [2021-03-11T00:41:41.314Z] 29e5d40040c1: Verifying Checksum [2021-03-11T00:41:41.314Z] 29e5d40040c1: Download complete [2021-03-11T00:41:41.923Z] 29e5d40040c1: Pull complete [2021-03-11T00:41:41.923Z] 1ce36da41761: Verifying Checksum [2021-03-11T00:41:41.923Z] 1ce36da41761: Download complete [2021-03-11T00:41:42.402Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-11T00:41:42.402Z] 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-11T00:41:42.402Z] - README.md [2021-03-11T00:41:42.402Z] [2021-03-11T00:41:42.402Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T00:41:43.352Z] 1ce36da41761: Pull complete [2021-03-11T00:41:43.358Z] Launching a container. [2021-03-11T00:41:43.623Z] 25b303627fd3: Download complete [2021-03-11T00:41:53.759Z] 25b303627fd3: Pull complete [2021-03-11T00:41:53.759Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-11T00:41:53.759Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:41:53.759Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-11T00:41:53.987Z] prd-ubuntu18.04-docker-arm64-4c-16g-29405 does not seem to be running inside a container [2021-03-11T00:41:54.061Z] $ 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-11T00:41:55.635Z] Waiting for container to be ready [2021-03-11T00:41:56.209Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-11T00:41:56.209Z] [2021-03-11T00:41:56.994Z] $ docker top ab34317d42c24ed8ddb674bf9cd16cf3f04cc0cd7bd4e85dfec9a5c7a93d319e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:41:58.021Z] + grep parallel [2021-03-11T00:41:58.021Z] + docker-compose build --help [2021-03-11T00:42:00.453Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-11T00:42:00.728Z] Waiting for network to be ready... [2021-03-11T00:42:01.322Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T00:42:01.322Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T00:42:01.402Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T00:42:01.698Z] $ docker stop --time=1 ab34317d42c24ed8ddb674bf9cd16cf3f04cc0cd7bd4e85dfec9a5c7a93d319e [2021-03-11T00:42:01.905Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T00:42:01.906Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T00:42:01.906Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T00:42:02.167Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T00:42:02.167Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T00:42:02.167Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T00:42:02.167Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T00:42:02.167Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T00:42:02.167Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T00:42:02.167Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T00:42:02.167Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T00:42:02.167Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T00:42:02.167Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T00:42:02.167Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T00:42:02.167Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T00:42:02.431Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T00:42:02.695Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T00:42:02.695Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T00:42:02.959Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T00:42:02.959Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T00:42:02.959Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T00:42:02.959Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T00:42:02.959Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T00:42:02.959Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T00:42:03.222Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T00:42:03.691Z] $ docker rm -f ab34317d42c24ed8ddb674bf9cd16cf3f04cc0cd7bd4e85dfec9a5c7a93d319e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:42:04.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:42:04.524Z] . [Pipeline] withDockerContainer [2021-03-11T00:42:04.787Z] prd-ubuntu18.04-docker-arm64-4c-16g-29405 does not seem to be running inside a container [2021-03-11T00:42:04.862Z] $ 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-11T00:42:06.313Z] $ docker top 27afbbcdee5eaa110e5249a06b63b192874c93ad42d3d6478a0c3ac32a8cd9ec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:42:07.340Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T00:42:07.466Z] Fetched 24.0 MB in 6s (4043 kB/s) [2021-03-11T00:42:08.410Z] Reading package lists... [2021-03-11T00:42:08.671Z] Reading package lists... [2021-03-11T00:42:08.933Z] Building dependency tree... [2021-03-11T00:42:08.933Z] Reading state information... [2021-03-11T00:42:09.195Z] The following additional packages will be installed: [2021-03-11T00:42:09.196Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T00:42:09.196Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T00:42:09.196Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T00:42:09.196Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-11T00:42:09.196Z] Suggested packages: [2021-03-11T00:42:09.196Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-11T00:42:09.196Z] Recommended packages: [2021-03-11T00:42:09.196Z] gnupg libsasl2-modules [2021-03-11T00:42:09.196Z] The following NEW packages will be installed: [2021-03-11T00:42:09.196Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T00:42:09.196Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T00:42:09.196Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T00:42:09.196Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-11T00:42:09.196Z] The following packages will be upgraded: [2021-03-11T00:42:09.196Z] gpg gpg-agent gpgconf libudev1 [2021-03-11T00:42:09.196Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-11T00:42:09.196Z] Need to get 3530 kB of archives. [2021-03-11T00:42:09.196Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-11T00:42:09.196Z] 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-11T00:42:09.196Z] 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-11T00:42:09.196Z] 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-11T00:42:09.196Z] 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-11T00:42:09.457Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-11T00:42:09.720Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-11T00:42:09.982Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-11T00:42:09.982Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-11T00:42:09.982Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-11T00:42:09.982Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-11T00:42:09.982Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-11T00:42:09.982Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-11T00:42:09.982Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-11T00:42:09.982Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-11T00:42:09.982Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-11T00:42:09.982Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-11T00:42:10.244Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-11T00:42:10.244Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-11T00:42:10.244Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-11T00:42:10.244Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-11T00:42:10.244Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-11T00:42:10.244Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-11T00:42:10.506Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:42:10.506Z] Fetched 3530 kB in 1s (3131 kB/s) [2021-03-11T00:42:10.506Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T00:42:10.506Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:42:10.506Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T00:42:10.724Z] Building docker-core-command-go ... [2021-03-11T00:42:10.724Z] Building docker-core-data-go ... [2021-03-11T00:42:10.724Z] Building docker-core-metadata-go ... [2021-03-11T00:42:10.724Z] Building docker-security-bootstrapper-go ... [2021-03-11T00:42:10.724Z] Building docker-security-proxy-setup-go ... [2021-03-11T00:42:10.724Z] Building docker-security-secretstore-setup-go ... [2021-03-11T00:42:10.724Z] Building docker-support-notifications-go ... [2021-03-11T00:42:10.724Z] Building docker-support-scheduler-go ... [2021-03-11T00:42:10.724Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T00:42:10.724Z] Building docker-security-bootstrapper-go [2021-03-11T00:42:10.724Z] Building docker-security-secretstore-setup-go [2021-03-11T00:42:10.724Z] Building docker-core-metadata-go [2021-03-11T00:42:10.724Z] Building docker-core-command-go [2021-03-11T00:42:10.724Z] Building docker-sys-mgmt-agent-go [2021-03-11T00:42:10.768Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-11T00:42:10.768Z] Selecting previously unselected package udev. [2021-03-11T00:42:10.768Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T00:42:10.768Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:42:10.768Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-11T00:42:11.031Z] Selecting previously unselected package libfuse2:amd64. [2021-03-11T00:42:11.031Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T00:42:11.031Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T00:42:11.294Z] Selecting previously unselected package fuse. [2021-03-11T00:42:11.294Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T00:42:11.294Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-11T00:42:11.294Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:42:11.294Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T00:42:11.294Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:42:11.294Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T00:42:11.556Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:42:11.556Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T00:42:11.556Z] Selecting previously unselected package libksba8:amd64. [2021-03-11T00:42:11.556Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-11T00:42:11.556Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-11T00:42:11.820Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-11T00:42:11.820Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:42:11.820Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:11.820Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-11T00:42:11.820Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:42:11.820Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:12.086Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-11T00:42:12.086Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:42:12.086Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:12.086Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-11T00:42:12.086Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:42:12.086Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:12.349Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-11T00:42:12.349Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:42:12.349Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:12.349Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-11T00:42:12.349Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:42:12.349Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:12.349Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-11T00:42:12.349Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:42:12.349Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:12.612Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-11T00:42:12.612Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:42:12.612Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:12.612Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-11T00:42:12.612Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:42:12.612Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:12.612Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-11T00:42:12.612Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T00:42:12.612Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T00:42:12.874Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-11T00:42:12.875Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T00:42:12.875Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T00:42:12.875Z] Selecting previously unselected package libldap-common. [2021-03-11T00:42:12.875Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-11T00:42:12.875Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T00:42:12.875Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-11T00:42:12.875Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-11T00:42:12.875Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T00:42:13.142Z] Selecting previously unselected package dirmngr. [2021-03-11T00:42:13.142Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:42:13.142Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T00:42:13.142Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T00:42:13.142Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-11T00:42:13.405Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T00:42:13.405Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T00:42:13.405Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T00:42:13.405Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-11T00:42:13.405Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:13.405Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-11T00:42:13.405Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T00:42:13.668Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-11T00:42:13.931Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-11T00:42:14.193Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:14.193Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-11T00:42:14.193Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-11T00:42:14.194Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-11T00:42:14.194Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:14.194Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:14.194Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:14.462Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:14.462Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:14.462Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:14.462Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:42:14.462Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T00:42:14.462Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T00:42:14.462Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T00:42:15.055Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-11T00:42:15.055Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-11T00:42:15.055Z] This means they are not meant to be enabled using systemctl. [2021-03-11T00:42:15.055Z] Possible reasons for having this kind of units are: [2021-03-11T00:42:15.055Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-11T00:42:15.055Z] .wants/ or .requires/ directory. [2021-03-11T00:42:15.055Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-11T00:42:15.055Z] a requirement dependency on it. [2021-03-11T00:42:15.055Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-11T00:42:15.055Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-11T00:42:15.055Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-11T00:42:15.055Z] instance name specified. [2021-03-11T00:42:15.630Z] Reading package lists... [2021-03-11T00:42:15.630Z] Building dependency tree... [2021-03-11T00:42:15.630Z] Reading state information... [2021-03-11T00:42:15.891Z] The following additional packages will be installed: [2021-03-11T00:42:15.891Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-11T00:42:15.891Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-11T00:42:15.891Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-11T00:42:15.891Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-11T00:42:15.891Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-11T00:42:15.891Z] Suggested packages: [2021-03-11T00:42:15.891Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-11T00:42:15.891Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-11T00:42:15.891Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-11T00:42:15.891Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-11T00:42:15.891Z] systemd-container policykit-1 [2021-03-11T00:42:15.891Z] Recommended packages: [2021-03-11T00:42:15.891Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-11T00:42:15.891Z] The following NEW packages will be installed: [2021-03-11T00:42:15.891Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-11T00:42:15.891Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-11T00:42:15.891Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-11T00:42:15.891Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-11T00:42:15.891Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-11T00:42:15.891Z] The following packages will be upgraded: [2021-03-11T00:42:15.891Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-11T00:42:16.154Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-11T00:42:16.154Z] Need to get 35.2 MB of archives. [2021-03-11T00:42:16.154Z] After this operation, 141 MB of additional disk space will be used. [2021-03-11T00:42:16.154Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-11T00:42:16.154Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-11T00:42:17.099Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-11T00:42:17.099Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-11T00:42:17.099Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-11T00:42:17.099Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-11T00:42:17.099Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-11T00:42:17.099Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-11T00:42:17.099Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-11T00:42:17.099Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-11T00:42:17.099Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-11T00:42:17.099Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-11T00:42:17.099Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-11T00:42:17.099Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-11T00:42:17.099Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-11T00:42:17.361Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-11T00:42:17.361Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-11T00:42:17.361Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-11T00:42:17.361Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-11T00:42:17.361Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-11T00:42:17.361Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-11T00:42:17.361Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-11T00:42:17.361Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-11T00:42:17.623Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-11T00:42:17.623Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-11T00:42:17.623Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-11T00:42:17.623Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-11T00:42:17.623Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-11T00:42:17.623Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-11T00:42:17.884Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-11T00:42:19.804Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:42:19.804Z] Fetched 35.2 MB in 4s (9251 kB/s) [2021-03-11T00:42:20.067Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T00:42:20.067Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:42:20.067Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T00:42:20.642Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:42:20.642Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T00:42:20.905Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-11T00:42:20.905Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T00:42:20.905Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T00:42:20.905Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T00:42:21.173Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-11T00:42:21.174Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T00:42:21.174Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T00:42:21.174Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T00:42:22.120Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-11T00:42:22.120Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-11T00:42:22.382Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-11T00:42:22.642Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-11T00:42:22.642Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T00:42:22.642Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T00:42:22.903Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-11T00:42:22.903Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T00:42:22.903Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:42:22.903Z] Selecting previously unselected package libexpat1:amd64. [2021-03-11T00:42:22.903Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-11T00:42:22.903Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T00:42:23.165Z] Selecting previously unselected package python3.6-minimal. [2021-03-11T00:42:23.165Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T00:42:23.165Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:42:23.426Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T00:42:23.427Z] Checking for services that may need to be restarted...done. [2021-03-11T00:42:23.427Z] Checking for services that may need to be restarted...done. [2021-03-11T00:42:23.689Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:42:23.689Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T00:42:23.689Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:42:24.263Z] Selecting previously unselected package python3-minimal. [2021-03-11T00:42:24.263Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-11T00:42:24.263Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-11T00:42:24.263Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-11T00:42:24.263Z] Selecting previously unselected package mime-support. [2021-03-11T00:42:24.263Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-11T00:42:24.263Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-11T00:42:24.525Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-11T00:42:24.525Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-11T00:42:24.525Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T00:42:24.525Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-11T00:42:24.525Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T00:42:24.525Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:42:24.787Z] Selecting previously unselected package python3.6. [2021-03-11T00:42:24.787Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T00:42:24.787Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:42:24.787Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-11T00:42:24.787Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-11T00:42:24.787Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T00:42:25.048Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-11T00:42:25.311Z] Selecting previously unselected package python3. [2021-03-11T00:42:25.311Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-11T00:42:25.311Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-11T00:42:25.311Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-11T00:42:25.311Z] Selecting previously unselected package multiarch-support. [2021-03-11T00:42:25.311Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:42:25.311Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T00:42:25.573Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T00:42:25.573Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-11T00:42:25.573Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-11T00:42:25.573Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-11T00:42:25.573Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T00:42:25.573Z] Selecting previously unselected package libbsd0:amd64. [2021-03-11T00:42:25.573Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-11T00:42:25.573Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T00:42:25.834Z] Selecting previously unselected package sudo. [2021-03-11T00:42:25.835Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-11T00:42:25.835Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T00:42:25.835Z] Selecting previously unselected package apparmor. [2021-03-11T00:42:25.835Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T00:42:25.835Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-11T00:42:26.096Z] Selecting previously unselected package libedit2:amd64. [2021-03-11T00:42:26.096Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-11T00:42:26.096Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T00:42:26.096Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-11T00:42:26.096Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T00:42:26.096Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:42:26.357Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-11T00:42:26.357Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T00:42:26.357Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:42:26.357Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-11T00:42:26.357Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-11T00:42:26.357Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T00:42:26.357Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-11T00:42:26.357Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T00:42:26.357Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:42:26.619Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-11T00:42:26.619Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T00:42:26.619Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:42:26.619Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-11T00:42:26.619Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-11T00:42:26.619Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T00:42:26.880Z] Selecting previously unselected package openssh-client. [2021-03-11T00:42:26.880Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-11T00:42:26.880Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T00:42:27.824Z] Selecting previously unselected package squashfs-tools. [2021-03-11T00:42:27.824Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-11T00:42:27.824Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T00:42:28.086Z] Selecting previously unselected package snapd. [2021-03-11T00:42:28.086Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-11T00:42:28.086Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-11T00:42:30.685Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T00:42:30.685Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T00:42:30.685Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-11T00:42:30.685Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T00:42:30.685Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T00:42:30.685Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:42:30.685Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T00:42:30.685Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-11T00:42:30.685Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-11T00:42:31.630Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T00:42:31.630Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T00:42:31.630Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T00:42:31.630Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:42:31.630Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:42:31.630Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:42:32.576Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T00:42:32.576Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:42:32.576Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T00:42:32.576Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-11T00:42:32.576Z] running python rtupdate hooks for python3.6... [2021-03-11T00:42:32.576Z] running python post-rtupdate hooks for python3.6... [2021-03-11T00:42:32.838Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-11T00:42:34.260Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-11T00:42:34.524Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:42:34.524Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T00:42:34.787Z] Setting up snapd (2.48.3+18.04) ... [2021-03-11T00:42:35.365Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-11T00:42:35.365Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-11T00:42:35.627Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-11T00:42:35.890Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-11T00:42:36.152Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T00:42:36.152Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T00:42:36.413Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-11T00:42:36.678Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-11T00:42:36.939Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-11T00:42:36.939Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-11T00:42:37.205Z] /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-11T00:42:37.205Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T00:42:37.205Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T00:42:39.125Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T00:42:39.125Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T00:42:39.125Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T00:42:40.514Z] Reading package lists... [2021-03-11T00:42:40.776Z] Reading package lists... [2021-03-11T00:42:40.776Z] Building dependency tree... [2021-03-11T00:42:40.776Z] Reading state information... [2021-03-11T00:42:41.038Z] Calculating upgrade... [2021-03-11T00:42:41.038Z] The following packages will be upgraded: [2021-03-11T00:42:41.038Z] advancecomp base-files bash binutils binutils-common [2021-03-11T00:42:41.038Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-11T00:42:41.038Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-11T00:42:41.038Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-11T00:42:41.038Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-11T00:42:41.038Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-11T00:42:41.038Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-11T00:42:41.038Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-11T00:42:41.038Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-11T00:42:41.038Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-11T00:42:41.038Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-11T00:42:41.038Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-11T00:42:41.038Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-11T00:42:41.038Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-11T00:42:41.038Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-11T00:42:41.300Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T00:42:41.300Z] Need to get 63.8 MB of archives. [2021-03-11T00:42:41.300Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-11T00:42:41.300Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-11T00:42:41.300Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-11T00:42:41.300Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-11T00:42:41.300Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-11T00:42:41.300Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-11T00:42:41.300Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-11T00:42:41.300Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-11T00:42:41.300Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-11T00:42:41.300Z] 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-11T00:42:41.300Z] 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-11T00:42:41.300Z] 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-11T00:42:41.300Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-11T00:42:41.300Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-11T00:42:41.300Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-11T00:42:41.566Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-11T00:42:41.566Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-11T00:42:41.566Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-11T00:42:41.566Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-11T00:42:41.566Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-11T00:42:41.566Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-11T00:42:41.566Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-11T00:42:41.566Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-11T00:42:41.566Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-11T00:42:41.566Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-11T00:42:41.566Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-11T00:42:41.566Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-11T00:42:41.566Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-11T00:42:41.566Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-11T00:42:41.566Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-11T00:42:41.566Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-11T00:42:41.566Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-11T00:42:41.566Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-11T00:42:41.566Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-11T00:42:41.566Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-11T00:42:41.830Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-11T00:42:41.830Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-11T00:42:41.830Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-11T00:42:41.830Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-11T00:42:41.830Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-11T00:42:41.830Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-11T00:42:41.830Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-11T00:42:41.830Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-11T00:42:41.830Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-11T00:42:41.830Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-11T00:42:41.830Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-11T00:42:41.830Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-11T00:42:41.830Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-11T00:42:41.830Z] Get:48 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-11T00:42:41.830Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-11T00:42:41.830Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-11T00:42:41.830Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-11T00:42:41.830Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-11T00:42:41.830Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-11T00:42:41.830Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-11T00:42:41.830Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-11T00:42:42.094Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-11T00:42:42.094Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-11T00:42:42.357Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-11T00:42:42.357Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-11T00:42:42.357Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-11T00:42:42.357Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-11T00:42:42.357Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-11T00:42:42.357Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-11T00:42:42.357Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-11T00:42:42.357Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-11T00:42:42.357Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-11T00:42:42.357Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-11T00:42:42.620Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-11T00:42:42.620Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-11T00:42:42.620Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-11T00:42:42.620Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-11T00:42:42.620Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-11T00:42:42.620Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-11T00:42:42.620Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-11T00:42:42.620Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-11T00:42:42.620Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-11T00:42:42.620Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-11T00:42:42.620Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-11T00:42:42.620Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-11T00:42:42.620Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-11T00:42:42.620Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-11T00:42:42.620Z] Get:82 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-11T00:42:42.620Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-11T00:42:42.620Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-11T00:42:42.620Z] Get:85 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-11T00:42:42.881Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-11T00:42:42.881Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-11T00:42:42.881Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-11T00:42:42.881Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-11T00:42:42.881Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-11T00:42:42.881Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-11T00:42:42.881Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-11T00:42:42.881Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-11T00:42:42.881Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-11T00:42:42.881Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-11T00:42:42.881Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-11T00:42:42.881Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-11T00:42:42.881Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-11T00:42:43.141Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-11T00:42:43.402Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:42:43.402Z] Fetched 63.8 MB in 2s (33.7 MB/s) [2021-03-11T00:42:43.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:43.402Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:42:43.402Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T00:42:44.343Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:42:44.343Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T00:42:44.343Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-11T00:42:44.343Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-11T00:42:45.291Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:42:45.292Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:42:45.292Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:42:45.292Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:42:45.292Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:42:45.292Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:42:45.554Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:42:45.554Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:42:45.554Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:42:45.554Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:42:45.815Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:42:45.815Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:42:45.815Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:42:45.815Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:42:46.076Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:42:46.076Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T00:42:46.076Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:42:46.076Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-11T00:42:46.076Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:42:46.337Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T00:42:46.337Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:42:46.337Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:42:46.337Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:42:46.337Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:42:46.598Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:42:46.598Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:42:46.860Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:42:46.860Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T00:42:46.860Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:42:47.121Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T00:42:47.693Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T00:42:47.955Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T00:42:47.955Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-11T00:42:47.955Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-11T00:42:47.955Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-11T00:42:47.955Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-11T00:42:48.216Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-11T00:42:48.217Z] Installing new version of config file /etc/issue ... [2021-03-11T00:42:48.217Z] Installing new version of config file /etc/issue.net ... [2021-03-11T00:42:48.217Z] Installing new version of config file /etc/lsb-release ... [2021-03-11T00:42:48.217Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-11T00:42:48.478Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-11T00:42:48.739Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-11T00:42:48.739Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-11T00:42:48.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:48.739Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-11T00:42:48.739Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-11T00:42:49.000Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-11T00:42:49.000Z] 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-11T00:42:49.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:49.000Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:42:49.000Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-11T00:42:49.262Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:42:49.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:49.262Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-11T00:42:49.262Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-11T00:42:49.262Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-11T00:42:49.528Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:49.528Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-11T00:42:49.528Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T00:42:49.789Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-11T00:42:49.789Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:49.789Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T00:42:49.789Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T00:42:50.051Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T00:42:50.051Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:50.051Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T00:42:50.051Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T00:42:50.314Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-11T00:42:50.314Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:50.314Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-11T00:42:50.314Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-11T00:42:50.575Z] Setting up grep (3.1-2build1) ... [2021-03-11T00:42:50.575Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:50.575Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T00:42:50.575Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T00:42:50.843Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-11T00:42:50.843Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:50.843Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T00:42:50.843Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:42:51.107Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-11T00:42:51.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:51.107Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T00:42:51.107Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T00:42:51.679Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T00:42:51.679Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T00:42:51.941Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T00:42:51.941Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T00:42:52.514Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-11T00:42:52.514Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:52.514Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-11T00:42:52.514Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T00:42:53.908Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T00:42:53.908Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T00:42:53.908Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T00:42:53.908Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T00:42:53.908Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T00:42:54.169Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:54.169Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-11T00:42:54.169Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-11T00:42:54.433Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-11T00:42:54.433Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:54.433Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:42:54.433Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:42:54.695Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:42:54.695Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:54.695Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:42:54.695Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:42:54.695Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:42:54.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:54.958Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:42:54.958Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:42:54.958Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:42:55.219Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:55.220Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:42:55.220Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:42:55.220Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:42:55.501Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:55.501Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T00:42:55.501Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:42:55.501Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T00:42:55.501Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:42:55.775Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T00:42:55.775Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:55.775Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T00:42:55.775Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:42:55.775Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T00:42:56.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:56.043Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:42:56.043Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:42:56.043Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:42:56.333Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:56.333Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:42:56.333Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:42:56.333Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:42:56.333Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:56.333Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:42:56.613Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:42:56.901Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:42:57.174Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-11T00:42:57.785Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-11T00:42:57.785Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:57.785Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:42:57.785Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T00:42:58.081Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T00:42:58.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:42:58.082Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-11T00:42:58.082Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:42:58.351Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-11T00:42:58.351Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:42:58.351Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-11T00:42:58.351Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-11T00:42:58.612Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-11T00:42:58.872Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:42:58.872Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-11T00:42:59.137Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T00:42:59.137Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-11T00:42:59.137Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:42:59.137Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-11T00:42:59.137Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T00:42:59.399Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-11T00:42:59.399Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:42:59.399Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T00:42:59.399Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T00:42:59.663Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T00:42:59.939Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:42:59.939Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T00:42:59.939Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T00:42:59.939Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T00:42:59.939Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:42:59.939Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T00:43:00.202Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T00:43:00.464Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T00:43:00.464Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:00.464Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:43:00.464Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:43:00.728Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:43:00.728Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T00:43:00.728Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T00:43:00.989Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T00:43:00.989Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T00:43:00.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:00.989Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-11T00:43:01.250Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-11T00:43:01.250Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-11T00:43:01.250Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:01.250Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-11T00:43:01.513Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T00:43:01.513Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T00:43:01.775Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:01.775Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T00:43:01.775Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T00:43:02.036Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T00:43:02.036Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:02.036Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-11T00:43:02.036Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-11T00:43:02.298Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-11T00:43:02.298Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:02.298Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T00:43:02.298Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T00:43:02.564Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-11T00:43:02.826Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:02.826Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:43:02.826Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T00:43:03.090Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-11T00:43:03.090Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:03.090Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-11T00:43:03.090Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-11T00:43:03.352Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-11T00:43:03.352Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:03.352Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-11T00:43:03.352Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-11T00:43:03.616Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-11T00:43:03.617Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:03.617Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-11T00:43:03.617Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-11T00:43:03.617Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-11T00:43:04.300Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:04.300Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-11T00:43:04.570Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-11T00:43:04.570Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-11T00:43:04.570Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:04.570Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T00:43:04.832Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-11T00:43:04.832Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-11T00:43:04.832Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:43:04.832Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-11T00:43:04.832Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-11T00:43:05.110Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-11T00:43:05.110Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-11T00:43:05.110Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T00:43:05.110Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T00:43:05.110Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T00:43:05.110Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T00:43:05.390Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T00:43:05.390Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T00:43:05.661Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-11T00:43:05.661Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-11T00:43:05.661Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T00:43:05.924Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-11T00:43:05.924Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T00:43:05.924Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-11T00:43:05.924Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-11T00:43:05.924Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-11T00:43:06.187Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-11T00:43:06.187Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-11T00:43:06.187Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-11T00:43:06.187Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-11T00:43:06.448Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-11T00:43:06.448Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-11T00:43:06.448Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-11T00:43:06.448Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-11T00:43:06.711Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-11T00:43:06.711Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-11T00:43:07.657Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-11T00:43:07.657Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-11T00:43:07.657Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-11T00:43:07.919Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-11T00:43:07.919Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T00:43:07.919Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T00:43:08.504Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T00:43:08.504Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T00:43:08.504Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T00:43:08.504Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T00:43:08.504Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T00:43:08.783Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T00:43:08.783Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:43:08.783Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:43:08.783Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:43:09.047Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:43:09.047Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:43:09.047Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:43:09.047Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:43:09.047Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:43:10.433Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:43:10.433Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:43:11.006Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:43:11.006Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:43:11.956Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:43:11.956Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:43:12.218Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:43:12.218Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:43:13.175Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:43:13.175Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:43:13.175Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T00:43:13.175Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T00:43:13.439Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T00:43:13.439Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T00:43:13.439Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T00:43:13.699Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T00:43:13.699Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-11T00:43:13.699Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-11T00:43:13.699Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T00:43:13.699Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T00:43:13.959Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T00:43:13.959Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T00:43:13.959Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-11T00:43:13.959Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-11T00:43:14.221Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:43:14.221Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T00:43:14.221Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:43:14.221Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:43:14.221Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:43:14.221Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-11T00:43:14.221Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-11T00:43:14.221Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-11T00:43:14.484Z] [2021-03-11T00:43:14.484Z] Current default time zone: 'Etc/UTC' [2021-03-11T00:43:14.484Z] Local time is now: Thu Mar 11 00:43:14 UTC 2021. [2021-03-11T00:43:14.484Z] Universal Time is now: Thu Mar 11 00:43:14 UTC 2021. [2021-03-11T00:43:14.484Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-11T00:43:14.484Z] [2021-03-11T00:43:14.484Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-11T00:43:14.484Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:43:14.484Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-11T00:43:14.484Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:43:14.749Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-11T00:43:14.749Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-11T00:43:14.749Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-11T00:43:14.749Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-11T00:43:15.011Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-11T00:43:15.011Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T00:43:15.011Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:43:15.011Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-11T00:43:15.272Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:43:15.272Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T00:43:15.272Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:43:15.272Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-11T00:43:15.272Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-11T00:43:15.272Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-11T00:43:15.272Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T00:43:15.272Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-11T00:43:15.272Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-11T00:43:15.272Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-11T00:43:15.533Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-11T00:43:17.451Z] Updating certificates in /etc/ssl/certs... [2021-03-11T00:43:18.026Z] 23 added, 27 removed; done. [2021-03-11T00:43:18.026Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T00:43:18.026Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:43:18.026Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-11T00:43:18.026Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-11T00:43:18.026Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-11T00:43:18.289Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:43:18.289Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T00:43:18.289Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:43:18.289Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:43:18.289Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:43:18.289Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:43:18.289Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:43:18.289Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-11T00:43:18.552Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-11T00:43:18.552Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-11T00:43:18.552Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-11T00:43:18.552Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-11T00:43:18.552Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:43:18.552Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:43:18.552Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-11T00:43:18.819Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-11T00:43:18.819Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-11T00:43:18.819Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T00:43:18.819Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T00:43:19.083Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-11T00:43:19.083Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-11T00:43:19.083Z] Updating certificates in /etc/ssl/certs... [2021-03-11T00:43:19.656Z] 0 added, 0 removed; done. [2021-03-11T00:43:19.656Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-11T00:43:19.656Z] done. [2021-03-11T00:43:20.607Z] Reading package lists... [2021-03-11T00:43:20.607Z] Building dependency tree... [2021-03-11T00:43:20.607Z] Reading state information... [2021-03-11T00:43:20.897Z] The following NEW packages will be installed: [2021-03-11T00:43:20.897Z] apt-transport-https [2021-03-11T00:43:20.897Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T00:43:20.897Z] Need to get 1696 B of archives. [2021-03-11T00:43:20.897Z] After this operation, 153 kB of additional disk space will be used. [2021-03-11T00:43:20.897Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-11T00:43:21.190Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:43:21.190Z] Fetched 1696 B in 0s (9428 B/s) [2021-03-11T00:43:21.190Z] Selecting previously unselected package apt-transport-https. [2021-03-11T00:43:21.190Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-11T00:43:21.190Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-11T00:43:21.190Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T00:43:21.190Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T00:43:21.775Z] Waiting for network to be ready... [2021-03-11T00:43:30.002Z] 2021-03-11T00:43:26Z INFO Waiting for automatic snapd restart... [2021-03-11T00:43:30.002Z] snapd 2.49 from Canonical* installed [2021-03-11T00:43:30.264Z] "snapd" switched to the "latest/stable" channel [2021-03-11T00:43:30.264Z] [2021-03-11T00:43:32.486Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:43:32.486Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:43:32.486Z] ---> b8c79a54a7b4 [2021-03-11T00:43:32.486Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:43:32.486Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:43:32.486Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:43:32.486Z] ---> b8c79a54a7b4 [2021-03-11T00:43:32.486Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T00:43:32.486Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:43:32.486Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:43:32.486Z] ---> b8c79a54a7b4 [2021-03-11T00:43:32.486Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T00:43:32.486Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:43:32.486Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:43:32.486Z] ---> b8c79a54a7b4 [2021-03-11T00:43:32.486Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:43:32.486Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:43:32.486Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:43:32.486Z] ---> b8c79a54a7b4 [2021-03-11T00:43:32.486Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T00:43:32.486Z] ---> Running in 5b4930dd2bd8 [2021-03-11T00:43:32.486Z] ---> Running in 36f019ed1326 [2021-03-11T00:43:32.486Z] ---> Running in 49ea612f28d0 [2021-03-11T00:43:32.486Z] ---> Running in 2cfbdfa793a8 [2021-03-11T00:43:32.486Z] ---> Running in 1e01d22afc9a [2021-03-11T00:43:32.486Z] Removing intermediate container 2cfbdfa793a8 [2021-03-11T00:43:32.486Z] ---> a98a8e1d795d [2021-03-11T00:43:32.486Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:43:32.486Z] Removing intermediate container 49ea612f28d0 [2021-03-11T00:43:32.486Z] ---> a438933d79a0 [2021-03-11T00:43:32.486Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:43:32.486Z] Removing intermediate container 1e01d22afc9a [2021-03-11T00:43:32.486Z] ---> 18ebc7a2eb99 [2021-03-11T00:43:32.486Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:43:32.486Z] Removing intermediate container 5b4930dd2bd8 [2021-03-11T00:43:32.486Z] ---> d705956dfc29 [2021-03-11T00:43:32.486Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:43:32.486Z] Removing intermediate container 36f019ed1326 [2021-03-11T00:43:32.486Z] ---> 703420737556 [2021-03-11T00:43:32.486Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:43:32.486Z] ---> Running in 2af0ca241c7c [2021-03-11T00:43:32.486Z] ---> Running in cf8bd822d0f2 [2021-03-11T00:43:32.486Z] ---> Running in c8633ffee96d [2021-03-11T00:43:32.486Z] ---> Running in 5cfdc58a6e59 [2021-03-11T00:43:32.486Z] ---> Running in ee6a33fba972 [2021-03-11T00:43:32.486Z] Removing intermediate container 2af0ca241c7c [2021-03-11T00:43:32.486Z] ---> fea5d09be0fa [2021-03-11T00:43:32.486Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:43:32.486Z] ---> Running in bc4575e980ac [2021-03-11T00:43:32.486Z] Removing intermediate container cf8bd822d0f2 [2021-03-11T00:43:32.486Z] ---> d3df45742bce [2021-03-11T00:43:32.486Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T00:43:32.486Z] Removing intermediate container c8633ffee96d [2021-03-11T00:43:32.486Z] ---> dbc673895b63 [2021-03-11T00:43:32.486Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T00:43:32.486Z] ---> Running in 88f20f3c62fd [2021-03-11T00:43:32.486Z] ---> Running in 46289197a5fc [2021-03-11T00:43:32.486Z] Removing intermediate container ee6a33fba972 [2021-03-11T00:43:32.486Z] ---> 4544edd89771 [2021-03-11T00:43:32.486Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T00:43:32.486Z] Removing intermediate container 5cfdc58a6e59 [2021-03-11T00:43:32.486Z] ---> df52513e0665 [2021-03-11T00:43:32.486Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:43:32.486Z] ---> Running in 5731289c8cec [2021-03-11T00:43:32.486Z] ---> Running in b00e911c9bbc [2021-03-11T00:43:32.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:43:32.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:43:32.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:43:32.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:43:32.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:43:32.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:43:32.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:43:32.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:43:33.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:43:33.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:43:33.050Z] OK: 217 MiB in 51 packages [2021-03-11T00:43:33.657Z] OK: 217 MiB in 51 packages [2021-03-11T00:43:33.942Z] OK: 217 MiB in 51 packages [2021-03-11T00:43:34.549Z] OK: 217 MiB in 51 packages [2021-03-11T00:43:34.828Z] Removing intermediate container bc4575e980ac [2021-03-11T00:43:34.828Z] ---> b75f2b65b972 [2021-03-11T00:43:34.828Z] Step 6/23 : COPY go.mod . [2021-03-11T00:43:35.132Z] OK: 217 MiB in 51 packages [2021-03-11T00:43:35.132Z] Removing intermediate container 46289197a5fc [2021-03-11T00:43:35.132Z] ---> 646a02820274 [2021-03-11T00:43:35.132Z] Step 6/26 : COPY go.mod . [2021-03-11T00:43:35.567Z] core18 20210128 from Canonical* installed [2021-03-11T00:43:35.567Z] "core18" switched to the "latest/stable" channel [2021-03-11T00:43:35.567Z] [2021-03-11T00:43:35.736Z] Removing intermediate container b00e911c9bbc [2021-03-11T00:43:35.736Z] ---> 35609786212c [2021-03-11T00:43:35.736Z] Step 6/23 : COPY go.mod . [2021-03-11T00:43:36.333Z] ---> 5830a366a4c9 [2021-03-11T00:43:36.333Z] Step 7/23 : RUN go mod download [2021-03-11T00:43:36.333Z] ---> 1715860d9ac2 [2021-03-11T00:43:36.333Z] Step 7/26 : RUN go mod download [2021-03-11T00:43:36.333Z] ---> Running in 937cb65840d0 [2021-03-11T00:43:36.333Z] Removing intermediate container 5731289c8cec [2021-03-11T00:43:36.333Z] ---> 235eb1b0994e [2021-03-11T00:43:36.333Z] Step 6/31 : COPY go.mod . [2021-03-11T00:43:36.933Z] ---> 2b6ba144720c [2021-03-11T00:43:36.933Z] Step 7/23 : RUN go mod download [2021-03-11T00:43:36.933Z] ---> Running in 32c3d18c92ca [2021-03-11T00:43:36.933Z] Removing intermediate container 88f20f3c62fd [2021-03-11T00:43:36.933Z] ---> aede7c5094c8 [2021-03-11T00:43:36.933Z] Step 6/24 : COPY go.mod . [2021-03-11T00:43:37.208Z] ---> Running in 38ed980b1332 [2021-03-11T00:43:37.818Z] ---> 4eedc658ea21 [2021-03-11T00:43:37.818Z] Step 7/31 : RUN go mod download [2021-03-11T00:43:37.818Z] ---> Running in 0e74ae66e83f [2021-03-11T00:43:38.424Z] ---> 53540e70c40a [2021-03-11T00:43:38.424Z] Step 7/24 : RUN go mod download [2021-03-11T00:43:38.705Z] ---> Running in e9eb2915c0a5 [2021-03-11T00:43:42.104Z] Removing intermediate container 32c3d18c92ca [2021-03-11T00:43:42.104Z] ---> 738bc7b8a34e [2021-03-11T00:43:42.104Z] Step 8/26 : COPY . . [2021-03-11T00:43:42.104Z] Removing intermediate container 38ed980b1332 [2021-03-11T00:43:42.104Z] ---> 67f4a57a7202 [2021-03-11T00:43:42.104Z] Step 8/23 : COPY . . [2021-03-11T00:43:42.104Z] Removing intermediate container 937cb65840d0 [2021-03-11T00:43:42.104Z] ---> ec9c3fd3a2ff [2021-03-11T00:43:42.104Z] Step 8/23 : COPY . . [2021-03-11T00:43:42.150Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T00:43:42.150Z] "snapcraft" switched to the "latest/stable" channel [2021-03-11T00:43:42.150Z] [2021-03-11T00:43:42.378Z] Removing intermediate container 0e74ae66e83f [2021-03-11T00:43:42.378Z] ---> b831fd14e287 [2021-03-11T00:43:42.378Z] Step 8/31 : COPY . . [2021-03-11T00:43:42.656Z] Removing intermediate container e9eb2915c0a5 [2021-03-11T00:43:42.656Z] ---> 4ea5ef2c18e8 [2021-03-11T00:43:42.656Z] Step 8/24 : COPY . . [2021-03-11T00:43:45.462Z] 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-11T00:43:45.462Z] - README.md [2021-03-11T00:43:45.462Z] [2021-03-11T00:43:45.462Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T00:43:52.050Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T00:43:52.050Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T00:43:52.050Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T00:43:52.050Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T00:43:53.443Z] Reading package lists... [2021-03-11T00:43:54.014Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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-11T00:44:00.799Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T00:44:00.799Z] Reading package lists... [2021-03-11T00:44:00.799Z] Building dependency tree... [2021-03-11T00:44:00.799Z] Reading state information... [2021-03-11T00:44:00.799Z] Suggested packages: [2021-03-11T00:44:00.799Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-11T00:44:00.799Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-11T00:44:00.799Z] Recommended packages: [2021-03-11T00:44:00.800Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-11T00:44:00.800Z] The following NEW packages will be installed: [2021-03-11T00:44:00.800Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-11T00:44:00.800Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-11T00:44:00.800Z] pkg-config zip [2021-03-11T00:44:00.800Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T00:44:00.800Z] Need to get 7658 kB of archives. [2021-03-11T00:44:00.800Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-11T00:44:00.800Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-11T00:44:00.800Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-11T00:44:00.800Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-11T00:44:01.062Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-11T00:44:01.062Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-11T00:44:01.062Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-11T00:44:01.062Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-11T00:44:01.062Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-11T00:44:01.322Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-11T00:44:01.322Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-11T00:44:01.323Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-11T00:44:01.586Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-11T00:44:01.586Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-11T00:44:01.848Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-11T00:44:01.848Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-11T00:44:02.110Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:44:02.110Z] Fetched 7658 kB in 1s (5890 kB/s) [2021-03-11T00:44:02.110Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-11T00:44:02.110Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-11T00:44:02.110Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-11T00:44:02.110Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T00:44:02.371Z] Selecting previously unselected package libpsl5:amd64. [2021-03-11T00:44:02.371Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-11T00:44:02.371Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T00:44:02.371Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-11T00:44:02.371Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-11T00:44:02.371Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T00:44:02.634Z] Selecting previously unselected package librtmp1:amd64. [2021-03-11T00:44:02.634Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-11T00:44:02.634Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T00:44:02.634Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-11T00:44:02.634Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-11T00:44:02.634Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T00:44:02.634Z] Selecting previously unselected package liberror-perl. [2021-03-11T00:44:02.634Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-11T00:44:02.634Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-11T00:44:02.896Z] Selecting previously unselected package git-man. [2021-03-11T00:44:02.896Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-11T00:44:02.896Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T00:44:02.896Z] Selecting previously unselected package git. [2021-03-11T00:44:02.896Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-11T00:44:02.896Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T00:44:04.757Z] Selecting previously unselected package libnorm1:amd64. [2021-03-11T00:44:04.757Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-11T00:44:04.757Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T00:44:04.757Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-11T00:44:04.757Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-11T00:44:04.757Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T00:44:04.757Z] Selecting previously unselected package libsodium23:amd64. [2021-03-11T00:44:04.757Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-11T00:44:04.757Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-11T00:44:04.757Z] Selecting previously unselected package libzmq5:amd64. [2021-03-11T00:44:04.757Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T00:44:04.757Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T00:44:04.757Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-11T00:44:04.757Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T00:44:04.757Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T00:44:04.757Z] Selecting previously unselected package pkg-config. [2021-03-11T00:44:04.757Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-11T00:44:04.757Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T00:44:04.757Z] Selecting previously unselected package zip. [2021-03-11T00:44:04.757Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-11T00:44:04.757Z] Unpacking zip (3.0-11build1) ... [2021-03-11T00:44:04.757Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T00:44:04.757Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T00:44:04.757Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T00:44:04.757Z] Setting up liberror-perl (0.17025-1) ... [2021-03-11T00:44:04.757Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T00:44:04.757Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T00:44:04.757Z] No schema files found: doing nothing. [2021-03-11T00:44:04.757Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T00:44:05.024Z] Setting up zip (3.0-11build1) ... [2021-03-11T00:44:05.024Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T00:44:05.024Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-11T00:44:05.024Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T00:44:05.024Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T00:44:05.024Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T00:44:05.024Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T00:44:05.024Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T00:44:05.024Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T00:44:09.486Z] ---> 01f553e6d708 [2021-03-11T00:44:09.486Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T00:44:09.486Z] ---> b0849c354152 [2021-03-11T00:44:09.486Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T00:44:09.486Z] ---> Running in 45d02ec7345c [2021-03-11T00:44:09.486Z] ---> eb78f08628d2 [2021-03-11T00:44:09.486Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T00:44:09.486Z] ---> 2979ecd98eb6 [2021-03-11T00:44:09.486Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T00:44:09.486Z] ---> d94d635e030e [2021-03-11T00:44:09.486Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T00:44:09.486Z] ---> Running in 9889f9d22ee4 [2021-03-11T00:44:09.486Z] ---> Running in 0aad98c13c82 [2021-03-11T00:44:09.486Z] ---> Running in e4dc529db08f [2021-03-11T00:44:09.486Z] ---> Running in aa8f806556ce [2021-03-11T00:44:09.486Z] 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-11T00:44:09.486Z] 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-11T00:44:09.486Z] 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-11T00:44:09.764Z] 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-11T00:44:10.043Z] 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-11T00:44:11.613Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T00:44:12.183Z] git set to automatically installed. [2021-03-11T00:44:12.184Z] git-man set to automatically installed. [2021-03-11T00:44:12.184Z] libcurl3-gnutls set to automatically installed. [2021-03-11T00:44:12.184Z] liberror-perl set to automatically installed. [2021-03-11T00:44:12.184Z] libglib2.0-0 set to automatically installed. [2021-03-11T00:44:12.184Z] libnghttp2-14 set to automatically installed. [2021-03-11T00:44:12.184Z] libnorm1 set to automatically installed. [2021-03-11T00:44:12.184Z] libpgm-5.2-0 set to automatically installed. [2021-03-11T00:44:12.184Z] libpsl5 set to automatically installed. [2021-03-11T00:44:12.184Z] librtmp1 set to automatically installed. [2021-03-11T00:44:12.184Z] libsodium23 set to automatically installed. [2021-03-11T00:44:12.184Z] libzmq3-dev set to automatically installed. [2021-03-11T00:44:12.184Z] libzmq5 set to automatically installed. [2021-03-11T00:44:12.184Z] pkg-config set to automatically installed. [2021-03-11T00:44:12.184Z] zip set to automatically installed. [2021-03-11T00:44:13.571Z] snapd is not logged in, snap install commands will use sudo [2021-03-11T00:44:20.159Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T00:44:20.421Z] snap "core18" has no updates available [2021-03-11T00:44:22.335Z] snapd is not logged in, snap install commands will use sudo [2021-03-11T00:44:28.921Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T00:44:47.039Z] go (1.15/stable) 1.15.8 from Michael Hudson-Doyle (mwhudson) installed [2021-03-11T00:44:47.039Z] Pulling config-common [2021-03-11T00:44:47.039Z] + snapcraftctl pull [2021-03-11T00:44:47.039Z] Pulling go-build-helper [2021-03-11T00:44:47.039Z] + snapcraftctl pull [2021-03-11T00:44:47.300Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-11T00:44:47.300Z] Skipping pull go-build-helper (already ran) [2021-03-11T00:44:47.300Z] Building go-build-helper [2021-03-11T00:44:47.300Z] + snapcraftctl build [2021-03-11T00:44:49.858Z] Staging go-build-helper [2021-03-11T00:44:49.858Z] + snapcraftctl stage [2021-03-11T00:45:04.788Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T00:45:04.788Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T00:45:04.788Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T00:45:04.788Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T00:45:04.788Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T00:45:04.788Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T00:45:04.788Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T00:45:04.788Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T00:45:04.788Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T00:45:04.788Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T00:45:04.788Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T00:45:04.788Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T00:45:04.788Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T00:45:04.788Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T00:45:04.788Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T00:45:04.788Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T00:45:04.788Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T00:45:04.788Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T00:45:04.788Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T00:45:04.788Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T00:45:04.788Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T00:45:04.788Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T00:45:04.788Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T00:45:04.788Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T00:45:04.788Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T00:45:04.788Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T00:45:04.788Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T00:45:04.788Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-11T00:45:04.788Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-11T00:45:04.788Z] Fetched 224 kB in 0s (0 B/s) [2021-03-11T00:45:04.788Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-11T00:45:04.788Z] Fetched 157 kB in 0s (0 B/s) [2021-03-11T00:45:04.788Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-11T00:45:04.788Z] Fetched 221 kB in 0s (0 B/s) [2021-03-11T00:45:04.788Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-11T00:45:04.789Z] Fetched 143 kB in 0s (0 B/s) [2021-03-11T00:45:04.789Z] Pulling edgex-go [2021-03-11T00:45:04.789Z] + snapcraftctl pull [2021-03-11T00:45:26.777Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T00:45:26.777Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T00:45:26.777Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T00:45:26.777Z] Fetched 0 B in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-11T00:45:26.777Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-11T00:45:26.777Z] Fetched 279 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-11T00:45:26.777Z] Fetched 122 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-11T00:45:26.777Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-11T00:45:26.777Z] Fetched 8848 B in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-11T00:45:26.777Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-11T00:45:26.777Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-11T00:45:26.777Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-11T00:45:26.777Z] Fetched 214 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-11T00:45:26.777Z] Fetched 154 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-11T00:45:26.777Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-11T00:45:26.777Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-11T00:45:26.777Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-11T00:45:26.777Z] Fetched 499 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-11T00:45:26.777Z] Fetched 111 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-11T00:45:26.777Z] Fetched 240 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-11T00:45:26.777Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-11T00:45:26.777Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-11T00:45:26.777Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-11T00:45:26.777Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-11T00:45:26.777Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-11T00:45:26.777Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-11T00:45:26.777Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-11T00:45:26.777Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-11T00:45:26.777Z] Fetched 8720 B in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-11T00:45:26.777Z] Fetched 137 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-11T00:45:26.777Z] Fetched 119 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-11T00:45:26.777Z] Fetched 109 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-11T00:45:26.777Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-11T00:45:26.777Z] Fetched 645 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-11T00:45:26.777Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-11T00:45:26.777Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-11T00:45:26.777Z] Fetched 368 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-11T00:45:26.777Z] Fetched 187 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-11T00:45:26.777Z] Fetched 175 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-11T00:45:26.777Z] Fetched 206 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-11T00:45:26.777Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-11T00:45:26.777Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-11T00:45:26.778Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-11T00:45:26.778Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-11T00:45:26.778Z] Fetched 159 kB in 0s (0 B/s) [2021-03-11T00:45:26.778Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-11T00:45:26.778Z] Fetched 107 kB in 0s (0 B/s) [2021-03-11T00:45:26.778Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-11T00:45:26.778Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-11T00:45:26.778Z] Pulling static-packages [2021-03-11T00:45:26.778Z] + snapcraftctl pull [2021-03-11T00:45:26.778Z] Pulling version [2021-03-11T00:45:26.778Z] + cd /root/project [2021-03-11T00:45:26.778Z] + [ -f VERSION ] [2021-03-11T00:45:26.778Z] + PROJECT_VERSION=local-dev [2021-03-11T00:45:26.778Z] + git rev-parse --short HEAD [2021-03-11T00:45:26.778Z] + GIT_REVISION=6e6d41b8 [2021-03-11T00:45:26.778Z] + snapcraftctl set-version local-dev [2021-03-11T00:45:27.727Z] Building config-common [2021-03-11T00:45:27.727Z] + snapcraftctl build [2021-03-11T00:45:30.275Z] Skipping build go-build-helper (already ran) [2021-03-11T00:45:30.275Z] Building edgex-go [2021-03-11T00:45:30.852Z] + cd /root/parts/edgex-go/src [2021-03-11T00:45:30.852Z] + make build [2021-03-11T00:45:30.852Z] 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-11T00:45:33.407Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-11T00:45:33.407Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-11T00:45:33.407Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-11T00:45:33.407Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 [2021-03-11T00:45:33.407Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-11T00:45:33.669Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-11T00:45:33.669Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-11T00:45:33.669Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-11T00:45:33.669Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-11T00:45:33.669Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-11T00:45:33.669Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-11T00:45:33.669Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-11T00:45:33.931Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-11T00:45:33.931Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-11T00:45:34.192Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-11T00:45:34.192Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-11T00:45:34.193Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-11T00:45:34.193Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-11T00:45:34.193Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-11T00:45:34.461Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-11T00:45:34.462Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-11T00:45:34.462Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-11T00:45:34.462Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-11T00:45:34.462Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-11T00:45:34.462Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-11T00:45:34.462Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-11T00:45:34.462Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-11T00:45:34.462Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-11T00:45:34.462Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-11T00:45:34.728Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-11T00:45:34.728Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-11T00:45:34.728Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-11T00:45:34.728Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-11T00:45:34.728Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-11T00:45:34.728Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-11T00:45:34.728Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-11T00:45:34.728Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-11T00:45:34.728Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-11T00:45:34.728Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-11T00:45:34.728Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-11T00:45:34.990Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-11T00:45:34.990Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-11T00:45:34.990Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-11T00:45:34.990Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-11T00:45:34.990Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-11T00:45:46.918Z] 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-11T00:45:47.242Z] 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-11T00:45:47.242Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-11T00:45:52.545Z] 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-11T00:45:53.934Z] 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-11T00:45:55.254Z] Removing intermediate container aa8f806556ce [2021-03-11T00:45:55.254Z] ---> 572f5ff487ad [2021-03-11T00:45:55.254Z] [2021-03-11T00:45:55.254Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T00:45:55.254Z] 3.12: Pulling from library/alpine [2021-03-11T00:45:55.254Z] Removing intermediate container 45d02ec7345c [2021-03-11T00:45:55.254Z] ---> 677a63f08e4c [2021-03-11T00:45:55.254Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T00:45:55.856Z] 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-11T00:45:55.864Z] ---> Running in 52c7fba3adb3 [2021-03-11T00:45:56.429Z] 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-11T00:45:56.429Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-11T00:45:56.690Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-11T00:45:56.690Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-11T00:45:56.690Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-11T00:45:56.873Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:45:56.873Z] Removing intermediate container 0aad98c13c82 [2021-03-11T00:45:56.873Z] ---> fcccc98493ac [2021-03-11T00:45:56.873Z] [2021-03-11T00:45:56.873Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T00:45:56.873Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T00:45:56.873Z] ---> d10569e2745f [2021-03-11T00:45:56.873Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T00:45:56.873Z] ---> d10569e2745f [2021-03-11T00:45:56.873Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T00:45:57.474Z] ---> Running in d017740f8e6a [2021-03-11T00:45:57.474Z] ---> Running in 59f8b72bb2df [2021-03-11T00:45:58.466Z] 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-11T00:45:58.743Z] Removing intermediate container d017740f8e6a [2021-03-11T00:45:58.743Z] ---> 2cbbe5b439b9 [2021-03-11T00:45:58.743Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T00:45:59.020Z] ---> Running in 03d44d9a5386 [2021-03-11T00:45:59.238Z] 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-11T00:45:59.238Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-11T00:45:59.238Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-11T00:45:59.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:45:59.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:00.884Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T00:46:00.884Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:46:00.884Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T00:46:00.884Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T00:46:00.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:00.884Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T00:46:00.884Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:46:00.884Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:46:01.153Z] 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-11T00:46:01.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:01.446Z] OK: 7 MiB in 19 packages [2021-03-11T00:46:01.749Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:46:01.749Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T00:46:01.749Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:46:02.036Z] OK: 5 MiB in 16 packages [2021-03-11T00:46:02.541Z] 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-11T00:46:02.542Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-11T00:46:04.291Z] Removing intermediate container e4dc529db08f [2021-03-11T00:46:04.291Z] ---> f1bbcde59515 [2021-03-11T00:46:04.291Z] [2021-03-11T00:46:04.291Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:46:04.291Z] ---> d10569e2745f [2021-03-11T00:46:04.291Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:46:04.291Z] ---> Running in fb0019088549 [2021-03-11T00:46:04.460Z] 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-11T00:46:04.909Z] Removing intermediate container 03d44d9a5386 [2021-03-11T00:46:04.909Z] ---> 82e12fc0e712 [2021-03-11T00:46:04.909Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T00:46:05.216Z] ---> Running in 21a79bd981e1 [2021-03-11T00:46:05.829Z] Removing intermediate container 52c7fba3adb3 [2021-03-11T00:46:05.829Z] ---> 9144e5587bfa [2021-03-11T00:46:05.829Z] [2021-03-11T00:46:05.829Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T00:46:05.845Z] 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-11T00:46:05.845Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-11T00:46:06.110Z] 20.10.0: Pulling from library/docker [2021-03-11T00:46:06.110Z] Removing intermediate container 59f8b72bb2df [2021-03-11T00:46:06.110Z] ---> 8eeb80f31266 [2021-03-11T00:46:06.110Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:46:06.385Z] ---> Running in 175f4faaaa88 [2021-03-11T00:46:06.385Z] Removing intermediate container 21a79bd981e1 [2021-03-11T00:46:06.385Z] ---> 066e5abb4a19 [2021-03-11T00:46:06.385Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T00:46:06.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:06.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:06.662Z] ---> Running in 1d3659e2cad6 [2021-03-11T00:46:07.238Z] 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-11T00:46:07.238Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-11T00:46:07.271Z] Removing intermediate container 175f4faaaa88 [2021-03-11T00:46:07.271Z] ---> 46378e4d641f [2021-03-11T00:46:07.271Z] Step 13/24 : WORKDIR / [2021-03-11T00:46:07.271Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:46:07.272Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:46:07.272Z] OK: 5 MiB in 15 packages [2021-03-11T00:46:07.545Z] ---> Running in 21db98f3d80d [2021-03-11T00:46:08.152Z] Removing intermediate container 1d3659e2cad6 [2021-03-11T00:46:08.152Z] ---> 6538b56d345e [2021-03-11T00:46:08.152Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T00:46:08.750Z] ---> Running in 6e7ffb62245a [2021-03-11T00:46:09.361Z] Removing intermediate container 21db98f3d80d [2021-03-11T00:46:09.361Z] ---> 93c185e0b553 [2021-03-11T00:46:09.361Z] 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-11T00:46:09.634Z] Removing intermediate container fb0019088549 [2021-03-11T00:46:09.634Z] ---> 48ad324c9833 [2021-03-11T00:46:09.634Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:46:09.893Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-11T00:46:09.893Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-11T00:46:09.893Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-11T00:46:09.893Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-11T00:46:09.893Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-11T00:46:09.893Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-11T00:46:09.893Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-11T00:46:09.893Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-11T00:46:09.893Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-11T00:46:09.893Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-11T00:46:09.894Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-11T00:46:09.894Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-11T00:46:09.894Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-11T00:46:09.894Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-11T00:46:09.894Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-11T00:46:09.894Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-11T00:46:09.894Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-11T00:46:09.894Z] + 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-11T00:46:09.894Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-11T00:46:09.894Z] + 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-11T00:46:09.894Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-11T00:46:09.894Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-11T00:46:09.894Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-11T00:46:09.894Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-11T00:46:09.894Z] + 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-11T00:46:09.911Z] ---> Running in 085ea446510f [2021-03-11T00:46:11.358Z] ---> fca622544b30 [2021-03-11T00:46:11.358Z] 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-11T00:46:11.645Z] Removing intermediate container 085ea446510f [2021-03-11T00:46:11.645Z] ---> 107c9bc24b74 [2021-03-11T00:46:11.645Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T00:46:12.262Z] ---> Running in 83cb100fd4f1 [2021-03-11T00:46:12.872Z] ---> f4fd5ed9e567 [2021-03-11T00:46:12.872Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T00:46:13.341Z] Building static-packages [2021-03-11T00:46:13.341Z] + snapcraftctl build [2021-03-11T00:46:13.473Z] Removing intermediate container 6e7ffb62245a [2021-03-11T00:46:13.473Z] ---> a243c384c534 [2021-03-11T00:46:13.473Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T00:46:13.746Z] Removing intermediate container 83cb100fd4f1 [2021-03-11T00:46:13.746Z] ---> f889acfc469e [2021-03-11T00:46:13.746Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:46:14.020Z] Removing intermediate container 9889f9d22ee4 [2021-03-11T00:46:14.020Z] ---> 0051ce0e6321 [2021-03-11T00:46:14.020Z] [2021-03-11T00:46:14.020Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:46:14.020Z] ---> d10569e2745f [2021-03-11T00:46:14.020Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:46:14.020Z] ---> Using cache [2021-03-11T00:46:14.020Z] ---> 48ad324c9833 [2021-03-11T00:46:14.020Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:46:14.020Z] ---> Using cache [2021-03-11T00:46:14.020Z] ---> 107c9bc24b74 [2021-03-11T00:46:14.020Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T00:46:14.020Z] ---> Running in 4a6c221addd4 [2021-03-11T00:46:14.294Z] ---> Running in 219b6b53f8cc [2021-03-11T00:46:14.294Z] ---> 1d80aed98859 [2021-03-11T00:46:14.294Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T00:46:14.571Z] ---> Running in 77905974907d [2021-03-11T00:46:15.166Z] Removing intermediate container 4a6c221addd4 [2021-03-11T00:46:15.166Z] ---> 88a86c8635fb [2021-03-11T00:46:15.166Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T00:46:15.444Z] Removing intermediate container 219b6b53f8cc [2021-03-11T00:46:15.444Z] ---> bc1961eb3d26 [2021-03-11T00:46:15.444Z] Step 15/23 : WORKDIR / [2021-03-11T00:46:15.753Z] Removing intermediate container 77905974907d [2021-03-11T00:46:15.753Z] ---> be7a4cbeabdc [2021-03-11T00:46:15.753Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:46:15.900Z] Building version [2021-03-11T00:46:15.900Z] + snapcraftctl build [2021-03-11T00:46:16.366Z] ---> Running in 01149e47097a [2021-03-11T00:46:16.366Z] ---> Running in 86c567d12906 [2021-03-11T00:46:16.637Z] ---> 49a9aec88df8 [2021-03-11T00:46:16.637Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T00:46:16.637Z] ---> 7d2e5576092c [2021-03-11T00:46:16.637Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T00:46:17.230Z] ---> Running in d2d566beda3c [2021-03-11T00:46:17.508Z] Removing intermediate container 86c567d12906 [2021-03-11T00:46:17.508Z] ---> a848b2db17bd [2021-03-11T00:46:17.508Z] Step 15/23 : WORKDIR / [2021-03-11T00:46:17.508Z] Removing intermediate container 01149e47097a [2021-03-11T00:46:17.508Z] ---> 76135f88f7ac [2021-03-11T00:46:17.508Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:46:18.107Z] ---> Running in eefc43635c5a [2021-03-11T00:46:18.385Z] ---> 5168566f4a1c [2021-03-11T00:46:18.385Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T00:46:18.450Z] Staging config-common [2021-03-11T00:46:18.450Z] + snapcraftctl stage [2021-03-11T00:46:18.661Z] ---> a3e7207c41b6 [2021-03-11T00:46:18.661Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T00:46:18.941Z] Removing intermediate container eefc43635c5a [2021-03-11T00:46:18.941Z] ---> ddb018cbe1b2 [2021-03-11T00:46:18.941Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:46:19.838Z] Skipping stage go-build-helper (already ran) [2021-03-11T00:46:19.838Z] Staging edgex-go [2021-03-11T00:46:19.838Z] + snapcraftctl stage [2021-03-11T00:46:19.934Z] ---> ba93d209e198 [2021-03-11T00:46:19.934Z] 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-11T00:46:20.207Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T00:46:20.207Z] ---> Running in fb55a00aafcd [2021-03-11T00:46:20.207Z] ---> 0f2fb0879793 [2021-03-11T00:46:20.207Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T00:46:20.207Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T00:46:20.482Z] ---> eeaf43b92773 [2021-03-11T00:46:20.482Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T00:46:20.759Z] ---> 8419a158e1a2 [2021-03-11T00:46:20.759Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T00:46:20.759Z] ---> Running in 4fe58c1e2c43 [2021-03-11T00:46:20.784Z] Staging static-packages [2021-03-11T00:46:20.784Z] + snapcraftctl stage [2021-03-11T00:46:21.034Z] Removing intermediate container d2d566beda3c [2021-03-11T00:46:21.034Z] ---> 47cbebf149d2 [2021-03-11T00:46:21.034Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:46:22.172Z] Staging version [2021-03-11T00:46:22.172Z] + snapcraftctl stage [2021-03-11T00:46:22.492Z] ---> 57055e353363 [2021-03-11T00:46:22.492Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T00:46:22.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:22.492Z] ---> e73e33f664ee [2021-03-11T00:46:22.492Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T00:46:22.492Z] ---> Running in 6829911c08dd [2021-03-11T00:46:22.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:22.767Z] ---> d240577738bc [2021-03-11T00:46:22.767Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T00:46:23.121Z] Priming config-common [2021-03-11T00:46:23.121Z] + snapcraftctl prime [2021-03-11T00:46:23.364Z] Removing intermediate container 6829911c08dd [2021-03-11T00:46:23.364Z] ---> 8d9635aca8cb [2021-03-11T00:46:23.364Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:46:23.364Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T00:46:23.364Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T00:46:23.364Z] Executing bash-5.0.17-r0.post-install [2021-03-11T00:46:23.364Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:46:23.364Z] OK: 12 MiB in 22 packages [2021-03-11T00:46:23.640Z] ---> Running in 5372f27a4c89 [2021-03-11T00:46:23.640Z] Removing intermediate container fb55a00aafcd [2021-03-11T00:46:23.640Z] ---> eab0da030098 [2021-03-11T00:46:23.640Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T00:46:24.232Z] ---> Running in fe2724e58a1b [2021-03-11T00:46:24.232Z] ---> 3ae7c803688b [2021-03-11T00:46:24.232Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T00:46:24.503Z] ---> Running in 9706edea1c4f [2021-03-11T00:46:24.503Z] Removing intermediate container 5372f27a4c89 [2021-03-11T00:46:24.503Z] ---> 20f5e68f6b02 [2021-03-11T00:46:24.503Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:46:24.503Z] ---> 5efdca144702 [2021-03-11T00:46:24.503Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T00:46:24.503Z] ---> Running in baf7f499d0cb [2021-03-11T00:46:24.506Z] Priming go-build-helper [2021-03-11T00:46:24.506Z] + snapcraftctl prime [2021-03-11T00:46:24.777Z] Removing intermediate container fe2724e58a1b [2021-03-11T00:46:24.777Z] ---> 8d5447370351 [2021-03-11T00:46:24.777Z] Step 22/24 : LABEL arch=arm64 [2021-03-11T00:46:25.049Z] ---> Running in 8b956a635bab [2021-03-11T00:46:25.049Z] Removing intermediate container 9706edea1c4f [2021-03-11T00:46:25.049Z] ---> 91a6c247da69 [2021-03-11T00:46:25.049Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:46:25.319Z] Removing intermediate container baf7f499d0cb [2021-03-11T00:46:25.319Z] ---> 0e8cf81f70c6 [2021-03-11T00:46:25.319Z] Step 22/23 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:46:25.319Z] Removing intermediate container 4fe58c1e2c43 [2021-03-11T00:46:25.319Z] ---> 2aedd7f992c8 [2021-03-11T00:46:25.319Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T00:46:25.319Z] ---> 5f314aaeba33 [2021-03-11T00:46:25.319Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T00:46:25.319Z] ---> Running in eb762a64cfd9 [2021-03-11T00:46:25.448Z] Priming edgex-go [2021-03-11T00:46:25.448Z] + snapcraftctl prime [2021-03-11T00:46:25.589Z] ---> Running in 1f590027c4cb [2021-03-11T00:46:25.589Z] ---> Running in 9fa32cc0deab [2021-03-11T00:46:25.589Z] Removing intermediate container 8b956a635bab [2021-03-11T00:46:25.589Z] ---> 4b8c0bb2d71c [2021-03-11T00:46:25.589Z] Step 23/24 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:46:25.860Z] ---> Running in cbddcb4e82b2 [2021-03-11T00:46:26.133Z] Removing intermediate container eb762a64cfd9 [2021-03-11T00:46:26.133Z] ---> 130dd8f98086 [2021-03-11T00:46:26.133Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:46:26.133Z] Removing intermediate container 1f590027c4cb [2021-03-11T00:46:26.133Z] ---> de154a12ddee [2021-03-11T00:46:26.133Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:46:26.403Z] ---> Running in db84f826259b [2021-03-11T00:46:26.403Z] ---> Running in 8d8c02a6102b [2021-03-11T00:46:26.403Z] Removing intermediate container 9fa32cc0deab [2021-03-11T00:46:26.403Z] ---> 33eadef37142 [2021-03-11T00:46:26.403Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T00:46:26.403Z] ---> 3913c57eb511 [2021-03-11T00:46:26.403Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T00:46:26.682Z] Removing intermediate container cbddcb4e82b2 [2021-03-11T00:46:26.682Z] ---> 4e8e7cf5d7b0 [2021-03-11T00:46:26.682Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T00:46:26.682Z] ---> Running in a0dd2a730d94 [2021-03-11T00:46:26.682Z] ---> Running in 81117e314c77 [2021-03-11T00:46:26.833Z] Priming static-packages [2021-03-11T00:46:26.833Z] + snapcraftctl prime [2021-03-11T00:46:26.957Z] Removing intermediate container db84f826259b [2021-03-11T00:46:26.957Z] ---> d7c435fe395a [2021-03-11T00:46:26.957Z] Step 22/23 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:46:26.957Z] Removing intermediate container 8d8c02a6102b [2021-03-11T00:46:26.957Z] ---> 63714635440f [2021-03-11T00:46:26.957Z] [2021-03-11T00:46:27.230Z] ---> Running in ab0ba0c7069d [2021-03-11T00:46:27.230Z] Removing intermediate container a0dd2a730d94 [2021-03-11T00:46:27.230Z] ---> dba4564597b4 [2021-03-11T00:46:27.230Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T00:46:27.502Z] Removing intermediate container 81117e314c77 [2021-03-11T00:46:27.502Z] ---> 6a2c77bd44bb [2021-03-11T00:46:27.502Z] [2021-03-11T00:46:27.502Z] ---> 2b3e258ecb6b [2021-03-11T00:46:27.502Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T00:46:27.502Z] Successfully built 63714635440f [2021-03-11T00:46:27.779Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-11T00:46:27.779Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-11T00:46:27.779Z] ---> Running in 195f843f4288 [2021-03-11T00:46:28.059Z] Successfully built 6a2c77bd44bb [2021-03-11T00:46:28.332Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-11T00:46:28.332Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-03-11T00:46:28.332Z] ---> Running in 667fe00d3078 [2021-03-11T00:46:28.332Z] Removing intermediate container ab0ba0c7069d [2021-03-11T00:46:28.332Z] ---> 4457dccb3e62 [2021-03-11T00:46:28.332Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:46:28.332Z] Removing intermediate container 195f843f4288 [2021-03-11T00:46:28.332Z] ---> 796127938fa9 [2021-03-11T00:46:28.332Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T00:46:28.603Z] ---> Running in 21de54483f51 [2021-03-11T00:46:28.876Z] Removing intermediate container 667fe00d3078 [2021-03-11T00:46:28.876Z] ---> 4f41677b960f [2021-03-11T00:46:28.876Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T00:46:29.156Z] Removing intermediate container 21de54483f51 [2021-03-11T00:46:29.156Z] ---> 78c23e1c0233 [2021-03-11T00:46:29.156Z] [2021-03-11T00:46:29.385Z] Priming version [2021-03-11T00:46:29.385Z] + snapcraftctl prime [2021-03-11T00:46:29.752Z] Successfully built 78c23e1c0233 [2021-03-11T00:46:29.752Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-11T00:46:29.752Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-03-11T00:46:31.068Z] ---> 5f6d3481a7d9 [2021-03-11T00:46:31.068Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T00:46:31.068Z] ---> 28a582c25051 [2021-03-11T00:46:31.068Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T00:46:31.068Z] ---> Running in 1246499cc1ab [2021-03-11T00:46:31.068Z] ---> c71a7893953a [2021-03-11T00:46:31.068Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T00:46:31.069Z] 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] } [2021-03-11T00:46:33.042Z] ---> beb6ac2c777b [2021-03-11T00:46:33.042Z] Step 19/26 : RUN apk --no-cache add py3-pip [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T00:46:34.482Z] ---> Running in 16abe24fe021 [2021-03-11T00:46:36.463Z] Removing intermediate container 1246499cc1ab [2021-03-11T00:46:36.463Z] ---> 9b3008af10b6 [2021-03-11T00:46:36.463Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T00:46:36.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:36.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:37.326Z] ---> Running in 0db8da84031c [2021-03-11T00:46:37.326Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T00:46:37.326Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T00:46:37.326Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T00:46:37.326Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T00:46:37.326Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T00:46:37.326Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T00:46:37.326Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T00:46:37.919Z] Removing intermediate container 0db8da84031c [2021-03-11T00:46:37.919Z] ---> 6bd118f4ac2b [2021-03-11T00:46:37.919Z] Step 28/31 : CMD ["gate"] [2021-03-11T00:46:38.905Z] ---> Running in 2111b88851c9 [2021-03-11T00:46:39.500Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T00:46:39.500Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T00:46:39.500Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T00:46:39.500Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T00:46:39.500Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T00:46:39.500Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T00:46:39.500Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T00:46:39.500Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T00:46:39.500Z] Removing intermediate container 2111b88851c9 [2021-03-11T00:46:39.500Z] ---> 6e0a2fb1b52f [2021-03-11T00:46:39.500Z] Step 29/31 : LABEL arch=arm64 [2021-03-11T00:46:39.500Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T00:46:39.500Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T00:46:39.773Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T00:46:39.773Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T00:46:39.773Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T00:46:39.773Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T00:46:39.773Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T00:46:39.773Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T00:46:39.773Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T00:46:39.773Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T00:46:39.773Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T00:46:40.046Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T00:46:40.046Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T00:46:40.046Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T00:46:40.046Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T00:46:40.046Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T00:46:40.046Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T00:46:40.046Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T00:46:40.316Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:46:40.316Z] ---> Running in 9f2871ebfd13 [2021-03-11T00:46:40.316Z] OK: 71 MiB in 55 packages [2021-03-11T00:46:40.914Z] Removing intermediate container 9f2871ebfd13 [2021-03-11T00:46:41.186Z] ---> 97c0fd540220 [2021-03-11T00:46:41.186Z] Step 30/31 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:46:41.778Z] ---> Running in bdf6fde8518f [2021-03-11T00:46:42.758Z] Removing intermediate container bdf6fde8518f [2021-03-11T00:46:42.758Z] ---> 45c4c2da197a [2021-03-11T00:46:42.758Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T00:46:43.360Z] ---> Running in fc8cd678908f [2021-03-11T00:46:43.957Z] Removing intermediate container fc8cd678908f [2021-03-11T00:46:43.957Z] ---> 14f5f60b20ce [2021-03-11T00:46:43.957Z] [2021-03-11T00:46:44.235Z] Successfully built 14f5f60b20ce [2021-03-11T00:46:44.512Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-11T00:46:44.512Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-03-11T00:46:47.128Z] Removing intermediate container 16abe24fe021 [2021-03-11T00:46:47.128Z] ---> 8ed6ebe15e9c [2021-03-11T00:46:47.128Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T00:46:47.128Z] ---> Running in a647c2b7ab5b [2021-03-11T00:46:52.529Z] Collecting docker-compose==1.23.2 [2021-03-11T00:46:52.529Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T00:46:52.802Z] 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-11T00:46:53.075Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T00:46:53.075Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T00:46:55.716Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T00:46:55.716Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T00:46:56.703Z] Collecting PyYAML<4,>=3.10 [2021-03-11T00:46:56.703Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T00:47:00.102Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T00:47:00.102Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T00:47:00.702Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T00:47:00.702Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T00:47:03.323Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T00:47:03.323Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T00:47:04.319Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T00:47:04.319Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T00:47:05.772Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T00:47:05.772Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T00:47:06.045Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T00:47:06.045Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T00:47:08.691Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T00:47:08.691Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T00:47:08.691Z] Collecting idna<2.8,>=2.5 [2021-03-11T00:47:08.691Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T00:47:08.973Z] 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-11T00:47:08.973Z] 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-11T00:47:09.585Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T00:47:09.585Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T00:47:09.855Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T00:47:09.855Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T00:47:09.855Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T00:47:09.855Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T00:47:10.836Z] Installing collected packages: texttable, cached-property, PyYAML, websocket-client, dockerpty, idna, urllib3, requests, docker-pycreds, docker, jsonschema, docopt, docker-compose [2021-03-11T00:47:10.836Z] Running setup.py install for texttable: started [2021-03-11T00:47:12.805Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T00:47:12.805Z] Running setup.py install for PyYAML: started [2021-03-11T00:47:15.454Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T00:47:15.454Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:15.454Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:15.454Z] ---> b8c79a54a7b4 [2021-03-11T00:47:15.454Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:47:15.454Z] ---> Using cache [2021-03-11T00:47:15.454Z] ---> 703420737556 [2021-03-11T00:47:15.454Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:15.454Z] ---> Using cache [2021-03-11T00:47:15.454Z] ---> 4544edd89771 [2021-03-11T00:47:15.454Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T00:47:16.507Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:16.507Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:16.507Z] ---> b8c79a54a7b4 [2021-03-11T00:47:16.507Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:47:16.507Z] ---> Using cache [2021-03-11T00:47:16.507Z] ---> 703420737556 [2021-03-11T00:47:16.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:16.507Z] ---> Using cache [2021-03-11T00:47:16.507Z] ---> 4544edd89771 [2021-03-11T00:47:16.507Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T00:47:16.507Z] Running setup.py install for dockerpty: started [2021-03-11T00:47:16.507Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:16.507Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:16.507Z] ---> b8c79a54a7b4 [2021-03-11T00:47:16.507Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:47:16.507Z] ---> Using cache [2021-03-11T00:47:16.507Z] ---> 703420737556 [2021-03-11T00:47:16.507Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:16.507Z] ---> Using cache [2021-03-11T00:47:16.507Z] ---> 4544edd89771 [2021-03-11T00:47:16.507Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T00:47:16.507Z] ---> Using cache [2021-03-11T00:47:16.507Z] ---> 235eb1b0994e [2021-03-11T00:47:16.507Z] Step 6/22 : COPY go.mod . [2021-03-11T00:47:16.507Z] ---> Using cache [2021-03-11T00:47:16.507Z] ---> 4eedc658ea21 [2021-03-11T00:47:16.507Z] Step 7/22 : RUN go mod download [2021-03-11T00:47:16.507Z] ---> Using cache [2021-03-11T00:47:16.507Z] ---> b831fd14e287 [2021-03-11T00:47:16.507Z] Step 8/22 : COPY . . [2021-03-11T00:47:16.507Z] ---> Using cache [2021-03-11T00:47:16.507Z] ---> 2979ecd98eb6 [2021-03-11T00:47:16.507Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T00:47:19.147Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T00:47:19.147Z] Attempting uninstall: idna [2021-03-11T00:47:19.147Z] Found existing installation: idna 2.9 [2021-03-11T00:47:19.147Z] Uninstalling idna-2.9: [2021-03-11T00:47:19.147Z] Successfully uninstalled idna-2.9 [2021-03-11T00:47:20.142Z] Attempting uninstall: urllib3 [2021-03-11T00:47:20.142Z] Found existing installation: urllib3 1.25.9 [2021-03-11T00:47:20.142Z] Uninstalling urllib3-1.25.9: [2021-03-11T00:47:20.416Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T00:47:21.404Z] Attempting uninstall: requests [2021-03-11T00:47:21.404Z] Found existing installation: requests 2.23.0 [2021-03-11T00:47:21.404Z] Uninstalling requests-2.23.0: [2021-03-11T00:47:21.404Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:21.404Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:21.404Z] ---> b8c79a54a7b4 [2021-03-11T00:47:21.404Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T00:47:21.404Z] ---> Using cache [2021-03-11T00:47:21.404Z] ---> 703420737556 [2021-03-11T00:47:21.404Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:21.404Z] ---> Using cache [2021-03-11T00:47:21.404Z] ---> 4544edd89771 [2021-03-11T00:47:21.404Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T00:47:21.404Z] ---> Using cache [2021-03-11T00:47:21.404Z] ---> 235eb1b0994e [2021-03-11T00:47:21.404Z] Step 6/21 : COPY go.mod . [2021-03-11T00:47:21.404Z] ---> Using cache [2021-03-11T00:47:21.404Z] ---> 4eedc658ea21 [2021-03-11T00:47:21.404Z] Step 7/21 : RUN go mod download [2021-03-11T00:47:21.404Z] ---> Using cache [2021-03-11T00:47:21.404Z] ---> b831fd14e287 [2021-03-11T00:47:21.404Z] Step 8/21 : COPY . . [2021-03-11T00:47:21.404Z] ---> Running in 3d4a8a894b58 [2021-03-11T00:47:21.404Z] ---> Running in 7383210603f3 [2021-03-11T00:47:21.404Z] ---> Running in 2532c8ce114d [2021-03-11T00:47:21.404Z] Successfully uninstalled requests-2.23.0 [2021-03-11T00:47:21.673Z] ---> Using cache [2021-03-11T00:47:21.673Z] ---> 2979ecd98eb6 [2021-03-11T00:47:21.673Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T00:47:21.947Z] ---> Running in 63d306b843bf [2021-03-11T00:47:23.393Z] Running setup.py install for docopt: started [2021-03-11T00:47:23.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:23.669Z] 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-11T00:47:23.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:23.943Z] 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-11T00:47:24.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:24.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:25.096Z] OK: 217 MiB in 51 packages [2021-03-11T00:47:25.696Z] OK: 217 MiB in 51 packages [2021-03-11T00:47:26.299Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T00:47:26.913Z] Removing intermediate container 2532c8ce114d [2021-03-11T00:47:26.914Z] ---> d8a7b6647120 [2021-03-11T00:47:26.914Z] Step 6/23 : COPY go.mod . [2021-03-11T00:47:27.189Z] Removing intermediate container 7383210603f3 [2021-03-11T00:47:27.189Z] ---> 0be807657ce4 [2021-03-11T00:47:27.189Z] Step 6/22 : COPY go.mod . [2021-03-11T00:47:27.464Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T00:47:28.058Z] ---> 2c9f2a51b8f1 [2021-03-11T00:47:28.058Z] Step 7/23 : RUN go mod download [2021-03-11T00:47:28.349Z] ---> Running in 37629a52970d [2021-03-11T00:47:28.349Z] ---> 976757ceae7b [2021-03-11T00:47:28.349Z] Step 7/22 : RUN go mod download [2021-03-11T00:47:28.627Z] ---> Running in 0f29547e6d8d [2021-03-11T00:47:34.046Z] Removing intermediate container 37629a52970d [2021-03-11T00:47:34.046Z] ---> e00ed7716333 [2021-03-11T00:47:34.046Z] Step 8/23 : COPY . . [2021-03-11T00:47:34.317Z] Removing intermediate container 0f29547e6d8d [2021-03-11T00:47:34.317Z] ---> 2eb956200b55 [2021-03-11T00:47:34.317Z] Step 8/22 : COPY . . [2021-03-11T00:47:34.317Z] Removing intermediate container a647c2b7ab5b [2021-03-11T00:47:34.317Z] ---> 981a642d4e45 [2021-03-11T00:47:34.317Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T00:47:34.910Z] ---> Running in d1edc58820b1 [2021-03-11T00:47:37.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:37.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:38.145Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:47:38.145Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T00:47:38.145Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T00:47:38.145Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:47:38.145Z] OK: 71 MiB in 58 packages [2021-03-11T00:47:42.489Z] Removing intermediate container d1edc58820b1 [2021-03-11T00:47:42.489Z] ---> c18627d7ff29 [2021-03-11T00:47:42.489Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T00:47:42.764Z] ---> Running in ca629dcef6ee [2021-03-11T00:47:44.219Z] Removing intermediate container ca629dcef6ee [2021-03-11T00:47:44.219Z] ---> dd05e1a84769 [2021-03-11T00:47:44.219Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:47:44.490Z] ---> Running in 8a4db9d8868a [2021-03-11T00:47:45.947Z] Removing intermediate container 8a4db9d8868a [2021-03-11T00:47:45.947Z] ---> 19c919bbb9bb [2021-03-11T00:47:45.947Z] Step 24/26 : LABEL arch=arm64 [2021-03-11T00:47:46.220Z] ---> Running in c3e273f10839 [2021-03-11T00:47:47.668Z] Removing intermediate container c3e273f10839 [2021-03-11T00:47:47.668Z] ---> bf32435e397b [2021-03-11T00:47:47.668Z] Step 25/26 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:47:47.957Z] ---> Running in 95adcac55eea [2021-03-11T00:47:49.401Z] Removing intermediate container 95adcac55eea [2021-03-11T00:47:49.401Z] ---> 3ac228ec59c6 [2021-03-11T00:47:49.401Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T00:47:49.401Z] ---> Running in f5666b2f3bbb [2021-03-11T00:47:50.866Z] Removing intermediate container f5666b2f3bbb [2021-03-11T00:47:50.866Z] ---> 48715d714124 [2021-03-11T00:47:50.866Z] [2021-03-11T00:47:52.303Z] Successfully built 48715d714124 [2021-03-11T00:47:52.303Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-11T00:48:07.402Z]  Building docker-sys-mgmt-agent-go ... done  ---> 8ea98a6e6ceb [2021-03-11T00:48:07.402Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T00:48:07.402Z] ---> Running in 1836cedcd4d3 [2021-03-11T00:48:07.402Z] ---> 5ee682950974 [2021-03-11T00:48:07.402Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T00:48:07.677Z] ---> Running in 333b23c3ef6c [2021-03-11T00:48:09.670Z] 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-11T00:48:09.947Z] 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-11T00:48:25.049Z] 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-11T00:48:43.417Z] Removing intermediate container 63d306b843bf [2021-03-11T00:48:43.417Z] ---> e38cced5d96b [2021-03-11T00:48:43.417Z] [2021-03-11T00:48:43.417Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T00:48:43.417Z] ---> d10569e2745f [2021-03-11T00:48:43.417Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T00:48:43.417Z] ---> Running in 1607614e445b [2021-03-11T00:48:43.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:48:43.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:48:43.417Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T00:48:43.694Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:48:43.694Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T00:48:43.694Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T00:48:43.694Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:48:43.694Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:48:43.972Z] OK: 7 MiB in 18 packages [2021-03-11T00:48:48.312Z] Removing intermediate container 1607614e445b [2021-03-11T00:48:48.312Z] ---> 16252c32b5d0 [2021-03-11T00:48:48.312Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:48:48.312Z] ---> Running in 98b7f3a0b026 [2021-03-11T00:48:49.299Z] Removing intermediate container 98b7f3a0b026 [2021-03-11T00:48:49.299Z] ---> 9a88b7a4ac5e [2021-03-11T00:48:49.299Z] Step 13/21 : WORKDIR /edgex [2021-03-11T00:48:49.575Z] ---> Running in e62a6acbb2c1 [2021-03-11T00:48:49.854Z] Removing intermediate container 3d4a8a894b58 [2021-03-11T00:48:49.854Z] ---> 269ced0621e8 [2021-03-11T00:48:49.854Z] [2021-03-11T00:48:49.854Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:48:49.854Z] ---> d10569e2745f [2021-03-11T00:48:49.854Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:48:49.854Z] ---> Using cache [2021-03-11T00:48:49.854Z] ---> 48ad324c9833 [2021-03-11T00:48:49.854Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:48:49.854Z] ---> Using cache [2021-03-11T00:48:49.854Z] ---> 107c9bc24b74 [2021-03-11T00:48:49.854Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T00:48:50.133Z] ---> Running in 135b4bff6326 [2021-03-11T00:48:50.408Z] Removing intermediate container e62a6acbb2c1 [2021-03-11T00:48:50.409Z] ---> b7fbe9e7ad60 [2021-03-11T00:48:50.409Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T00:48:50.685Z] Removing intermediate container 135b4bff6326 [2021-03-11T00:48:50.685Z] ---> 3798af63e171 [2021-03-11T00:48:50.685Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:48:50.968Z] ---> Running in d56a4a8cb499 [2021-03-11T00:48:51.574Z] ---> f90def75c0ba [2021-03-11T00:48:51.574Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T00:48:51.852Z] Removing intermediate container d56a4a8cb499 [2021-03-11T00:48:51.852Z] ---> 0647fe04c853 [2021-03-11T00:48:51.852Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:48:53.299Z] ---> 4b9622453e00 [2021-03-11T00:48:53.299Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T00:48:53.908Z] ---> 2c067b70c20b [2021-03-11T00:48:53.908Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T00:48:55.903Z] ---> 2adc82478897 [2021-03-11T00:48:55.903Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T00:48:55.903Z] ---> f184ca335ebe [2021-03-11T00:48:55.903Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T00:48:55.903Z] ---> Running in bd66b809c762 [2021-03-11T00:48:56.501Z] Removing intermediate container bd66b809c762 [2021-03-11T00:48:56.502Z] ---> 3dbfa9cbd2bb [2021-03-11T00:48:56.502Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T00:48:56.779Z] ---> Running in 351fcd9d5ccc [2021-03-11T00:48:57.058Z] ---> 9bbe77da22a1 [2021-03-11T00:48:57.058Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T00:48:57.339Z] ---> Running in 375c686c2519 [2021-03-11T00:48:57.622Z] Removing intermediate container 351fcd9d5ccc [2021-03-11T00:48:57.622Z] ---> adfd71aa7075 [2021-03-11T00:48:57.622Z] Step 19/21 : LABEL arch=arm64 [2021-03-11T00:48:57.899Z] ---> Running in 9506ea443e11 [2021-03-11T00:48:57.899Z] Removing intermediate container 375c686c2519 [2021-03-11T00:48:57.899Z] ---> 8c84798e495e [2021-03-11T00:48:57.899Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:48:58.179Z] ---> Running in e1df62b56820 [2021-03-11T00:48:58.800Z] Removing intermediate container 9506ea443e11 [2021-03-11T00:48:58.800Z] ---> 250ee9bd42ef [2021-03-11T00:48:58.800Z] Step 20/21 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:48:58.800Z] ---> Running in ad951d400e34 [2021-03-11T00:48:59.077Z] Removing intermediate container e1df62b56820 [2021-03-11T00:48:59.077Z] ---> 1087cd41a865 [2021-03-11T00:48:59.077Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T00:48:59.355Z] ---> Running in f3126c8ec1f0 [2021-03-11T00:48:59.629Z] Removing intermediate container ad951d400e34 [2021-03-11T00:48:59.629Z] ---> 55d2ca2ed7a2 [2021-03-11T00:48:59.629Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T00:48:59.912Z] ---> Running in ec5f33deb0e3 [2021-03-11T00:49:00.211Z] Removing intermediate container f3126c8ec1f0 [2021-03-11T00:49:00.211Z] ---> 3ffc37807c76 [2021-03-11T00:49:00.211Z] Step 21/22 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:49:00.503Z] ---> Running in 1f3a04fc7f51 [2021-03-11T00:49:00.782Z] Removing intermediate container ec5f33deb0e3 [2021-03-11T00:49:00.782Z] ---> 22cfe7f3b1ca [2021-03-11T00:49:00.782Z] [2021-03-11T00:49:01.386Z] Removing intermediate container 1f3a04fc7f51 [2021-03-11T00:49:01.386Z] ---> 1872de590fb6 [2021-03-11T00:49:01.386Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:49:01.663Z] ---> Running in e3eae5366b66 [2021-03-11T00:49:01.663Z] Successfully built 22cfe7f3b1ca [2021-03-11T00:49:01.663Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-11T00:49:02.287Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e3eae5366b66 [2021-03-11T00:49:02.287Z] ---> e5943e4c5284 [2021-03-11T00:49:02.287Z] [2021-03-11T00:49:02.890Z] Successfully built e5943e4c5284 [2021-03-11T00:49:02.890Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-11T00:49:25.121Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1836cedcd4d3 [2021-03-11T00:49:25.121Z] ---> f6403a97ef2b [2021-03-11T00:49:25.121Z] [2021-03-11T00:49:25.121Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:49:25.121Z] ---> d10569e2745f [2021-03-11T00:49:25.121Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T00:49:25.391Z] ---> Running in a1e218b5498a [2021-03-11T00:49:26.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:26.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:27.237Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T00:49:27.560Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:27.560Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:27.560Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:49:27.560Z] OK: 6 MiB in 16 packages [2021-03-11T00:49:29.647Z] Removing intermediate container a1e218b5498a [2021-03-11T00:49:29.647Z] ---> 6aba9a1b7728 [2021-03-11T00:49:29.647Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:49:29.944Z] ---> Running in 964f374ce274 [2021-03-11T00:49:30.553Z] Removing intermediate container 964f374ce274 [2021-03-11T00:49:30.553Z] ---> aab25aee75d5 [2021-03-11T00:49:30.553Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T00:49:30.553Z] ---> Running in cb0bc0a6c801 [2021-03-11T00:49:31.583Z] Removing intermediate container cb0bc0a6c801 [2021-03-11T00:49:31.584Z] ---> ada23f0b4264 [2021-03-11T00:49:31.584Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:49:31.864Z] ---> Running in b81016a0dfc5 [2021-03-11T00:49:32.464Z] Removing intermediate container b81016a0dfc5 [2021-03-11T00:49:32.464Z] ---> 46d32ca15128 [2021-03-11T00:49:32.464Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:33.068Z] Removing intermediate container 333b23c3ef6c [2021-03-11T00:49:33.068Z] ---> 6bcf0bc29778 [2021-03-11T00:49:33.068Z] [2021-03-11T00:49:33.068Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:49:33.068Z] ---> d10569e2745f [2021-03-11T00:49:33.068Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T00:49:33.339Z] ---> Running in 9f3fad32a02a [2021-03-11T00:49:33.339Z] ---> b99d828bb0c0 [2021-03-11T00:49:33.339Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T00:49:33.937Z] Removing intermediate container 9f3fad32a02a [2021-03-11T00:49:33.937Z] ---> 96d0c89d95e4 [2021-03-11T00:49:33.937Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T00:49:33.937Z] ---> Running in 27e5759eaa67 [2021-03-11T00:49:34.531Z] Removing intermediate container 27e5759eaa67 [2021-03-11T00:49:34.531Z] ---> c67c85f6cf59 [2021-03-11T00:49:34.806Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T00:49:34.806Z] ---> 95ff212969fd [2021-03-11T00:49:34.806Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:34.806Z] ---> Running in bd4ab4afe4d9 [2021-03-11T00:49:35.404Z] Removing intermediate container bd4ab4afe4d9 [2021-03-11T00:49:35.404Z] ---> eee13cfefeec [2021-03-11T00:49:35.404Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:49:35.404Z] ---> Running in ccbd845325aa [2021-03-11T00:49:35.681Z] ---> 6ce8a8b1ee88 [2021-03-11T00:49:35.681Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T00:49:35.681Z] ---> Running in 5ef0cd115ff4 [2021-03-11T00:49:36.276Z] Removing intermediate container 5ef0cd115ff4 [2021-03-11T00:49:36.276Z] ---> f2c23a92f217 [2021-03-11T00:49:36.276Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:49:36.582Z] ---> Running in 2fcd48b5ba3e [2021-03-11T00:49:37.174Z] Removing intermediate container 2fcd48b5ba3e [2021-03-11T00:49:37.174Z] ---> b249b0220918 [2021-03-11T00:49:37.174Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T00:49:37.174Z] ---> Running in 82a97c4e672d [2021-03-11T00:49:37.766Z] Removing intermediate container 82a97c4e672d [2021-03-11T00:49:37.766Z] ---> 303284bc2f24 [2021-03-11T00:49:37.766Z] Step 21/22 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:49:37.766Z] Removing intermediate container ccbd845325aa [2021-03-11T00:49:37.766Z] ---> d0d5cddb3d09 [2021-03-11T00:49:37.766Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T00:49:38.038Z] ---> Running in 901100a125f8 [2021-03-11T00:49:38.038Z] ---> Running in 392d2cc84cfb [2021-03-11T00:49:38.638Z] Removing intermediate container 901100a125f8 [2021-03-11T00:49:38.638Z] ---> 8ca007901eb2 [2021-03-11T00:49:38.638Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:49:38.638Z] ---> Running in 8cc983c27453 [2021-03-11T00:49:39.230Z] Removing intermediate container 8cc983c27453 [2021-03-11T00:49:39.230Z] ---> 350553772302 [2021-03-11T00:49:39.230Z] [2021-03-11T00:49:39.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:39.824Z] Successfully built 350553772302 [2021-03-11T00:49:39.824Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-11T00:49:40.095Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:40.687Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:40.687Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T00:49:40.958Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T00:49:40.958Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T00:49:41.227Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T00:49:41.227Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T00:49:41.502Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:41.502Z] OK: 8 MiB in 20 packages [2021-03-11T00:49:42.979Z] Removing intermediate container 392d2cc84cfb [2021-03-11T00:49:42.979Z] ---> 717a06155ff4 [2021-03-11T00:49:42.979Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:43.574Z] ---> 9f58b4257bc0 [2021-03-11T00:49:43.574Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T00:49:44.556Z] ---> 0389ce3e93ea [2021-03-11T00:49:44.557Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:45.533Z] ---> f660f2ed5942 [2021-03-11T00:49:45.533Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T00:49:45.533Z] ---> Running in e9b4f251f29a [2021-03-11T00:49:46.131Z] Removing intermediate container e9b4f251f29a [2021-03-11T00:49:46.131Z] ---> d1ce7ac08b21 [2021-03-11T00:49:46.131Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:49:46.131Z] ---> Running in 2190fe9008c3 [2021-03-11T00:49:46.724Z] Removing intermediate container 2190fe9008c3 [2021-03-11T00:49:46.724Z] ---> 93f8a9ee4f2f [2021-03-11T00:49:46.724Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:49:46.724Z] ---> Running in 874a352b80c0 [2021-03-11T00:49:47.322Z] Removing intermediate container 874a352b80c0 [2021-03-11T00:49:47.322Z] ---> 117472030146 [2021-03-11T00:49:47.322Z] Step 22/23 : LABEL git_sha=885a4553ee40db848207bd6bd23af9fba0c8ac2d [2021-03-11T00:49:47.322Z] ---> Running in ef3b0812e7ac [2021-03-11T00:49:47.918Z] Removing intermediate container ef3b0812e7ac [2021-03-11T00:49:47.918Z] ---> a2001992dc14 [2021-03-11T00:49:47.918Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:49:47.918Z] ---> Running in c7cf8e2e2b22 [2021-03-11T00:49:48.509Z] Removing intermediate container c7cf8e2e2b22 [2021-03-11T00:49:48.509Z] ---> 2946817bfed4 [2021-03-11T00:49:48.509Z] [2021-03-11T00:49:48.779Z] Successfully built 2946817bfed4 [2021-03-11T00:49:48.779Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-11T00:49:49.383Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-11T00:49:49.390Z] $ docker stop --time=1 27afbbcdee5eaa110e5249a06b63b192874c93ad42d3d6478a0c3ac32a8cd9ec [2021-03-11T00:49:51.319Z] $ docker rm -f 27afbbcdee5eaa110e5249a06b63b192874c93ad42d3d6478a0c3ac32a8cd9ec [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:49:52.057Z] + docker images [2021-03-11T00:49:52.057Z] + grep docker [2021-03-11T00:49:52.327Z] docker-core-data-go-arm64 latest 2946817bfed4 4 seconds ago 21.3MB [2021-03-11T00:49:52.327Z] docker-support-notifications-go-arm64 latest 350553772302 14 seconds ago 16.9MB [2021-03-11T00:49:52.327Z] docker-support-scheduler-go-arm64 latest e5943e4c5284 50 seconds ago 16.3MB [2021-03-11T00:49:52.327Z] docker-security-proxy-setup-go-arm64 latest 22cfe7f3b1ca 52 seconds ago 23.4MB [2021-03-11T00:49:52.327Z] docker-sys-mgmt-agent-go-arm64 latest 48715d714124 2 minutes ago 300MB [2021-03-11T00:49:52.327Z] docker-security-bootstrapper-go-arm64 latest 14f5f60b20ce 3 minutes ago 17.8MB [2021-03-11T00:49:52.327Z] docker-core-metadata-go-arm64 latest 78c23e1c0233 3 minutes ago 17.9MB [2021-03-11T00:49:52.327Z] docker-security-secretstore-setup-go-arm64 latest 6a2c77bd44bb 3 minutes ago 23.7MB [2021-03-11T00:49:52.327Z] docker-core-command-go-arm64 latest 63714635440f 3 minutes ago 16.2MB [2021-03-11T00:49:52.327Z] 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-11T00:49:53.540Z] ---> job-cost.sh [2021-03-11T00:49:53.541Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OFe1 [2021-03-11T00:50:32.475Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T00:52:09.246Z] lf-activate-venv(): INFO: Adding /tmp/venv-OFe1/bin to PATH [2021-03-11T00:52:09.246Z] INFO: No Stack... [2021-03-11T00:52:09.246Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T00:52:09.246Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T00:52:09.583Z] + cut -d, -f6 [2021-03-11T00:52:09.583Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [Pipeline] lock [2021-03-11T00:52:09.701Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3242-4-stack-cost] [2021-03-11T00:52:09.710Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3242-4-stack-cost] did not exist. Created. [2021-03-11T00:52:09.710Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3242-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T00:52:10.168Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-11T00:52:10.480Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T00:52:10.491Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3242-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-11T00:52:12.271Z] provisioning config files... [2021-03-11T00:52:12.284Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4405577065827665300tmp [Pipeline] { [Pipeline] sh [2021-03-11T00:52:12.671Z] + set +x [2021-03-11T00:52:12.671Z] + curl -s https://codecov.io/bash [2021-03-11T00:52:12.671Z] + bash -s -- [2021-03-11T00:52:13.247Z] [2021-03-11T00:52:13.247Z] _____ _ [2021-03-11T00:52:13.247Z] / ____| | | [2021-03-11T00:52:13.247Z] | | ___ __| | ___ ___ _____ __ [2021-03-11T00:52:13.247Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-11T00:52:13.247Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-11T00:52:13.247Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-11T00:52:13.247Z] Bash-20210309-2b87ace [2021-03-11T00:52:13.247Z] [2021-03-11T00:52:13.247Z] [2021-03-11T00:52:13.247Z] ==> git version 2.24.3 found [2021-03-11T00:52:13.247Z] ==> 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-11T00:52:13.247Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-11T00:52:13.247Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-11T00:52:13.247Z] ==> Jenkins CI detected. [2021-03-11T00:52:13.247Z] project root: . [2021-03-11T00:52:13.247Z] --> token set from env [2021-03-11T00:52:13.247Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-11T00:52:13.247Z] ==> Running gcov in . (disable via -X gcov) [2021-03-11T00:52:13.247Z] ==> Python coveragepy not found [2021-03-11T00:52:13.247Z] ==> Searching for coverage reports in: [2021-03-11T00:52:13.247Z] + . [2021-03-11T00:52:13.247Z] -> Found 1 reports [2021-03-11T00:52:13.247Z] ==> Detecting git/mercurial file structure [2021-03-11T00:52:13.247Z] ==> Reading reports [2021-03-11T00:52:13.247Z] + ./coverage.out bytes=628838 [2021-03-11T00:52:13.247Z] ==> Appending adjustments [2021-03-11T00:52:13.247Z] https://docs.codecov.io/docs/fixing-reports [2021-03-11T00:52:17.463Z] + Found adjustments [2021-03-11T00:52:17.463Z] ==> Gzipping contents [2021-03-11T00:52:17.463Z] 92K /tmp/codecov.migdrS.gz [2021-03-11T00:52:17.463Z] ==> Uploading reports [2021-03-11T00:52:17.463Z] url: https://codecov.io [2021-03-11T00:52:17.463Z] query: branch=PR-3242&commit=885a4553ee40db848207bd6bd23af9fba0c8ac2d&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3242%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3242&job=&cmd_args= [2021-03-11T00:52:17.463Z] -> Pinging Codecov [2021-03-11T00:52:17.463Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3242&commit=885a4553ee40db848207bd6bd23af9fba0c8ac2d&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3242%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3242&job=&cmd_args= [2021-03-11T00:52:17.463Z] -> Uploading to [2021-03-11T00:52:17.463Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/885a4553ee40db848207bd6bd23af9fba0c8ac2d/02682465-2ef9-4637-bb03-93bd5d17c31e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T005217Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f517fd1966d3f24347ead8fc36a5c0f057c776165ff84bf69c066b10720d641b [2021-03-11T00:52:17.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T00:52:17.463Z] Dload Upload Total Spent Left Speed [2021-03-11T00:52:18.040Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92671 0 0 100 92671 0 162k --:--:-- --:--:-- --:--:-- 162k [2021-03-11T00:52:18.040Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/885a4553ee40db848207bd6bd23af9fba0c8ac2d [Pipeline] } [2021-03-11T00:52:18.051Z] 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-11T00:52:19.977Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:52:20.873Z] ---> package-listing.sh [2021-03-11T00:52:20.873Z] ++ facter osfamily [2021-03-11T00:52:20.873Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T00:52:20.873Z] + OS_FAMILY=redhat [2021-03-11T00:52:20.873Z] + workspace=/w/workspace/edgex-go/4 [2021-03-11T00:52:20.873Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T00:52:20.873Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T00:52:20.873Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T00:52:20.873Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T00:52:20.873Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-11T00:52:20.873Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T00:52:20.873Z] + case "${OS_FAMILY}" in [2021-03-11T00:52:20.873Z] + rpm -qa [2021-03-11T00:52:20.873Z] + sort [2021-03-11T00:52:26.177Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T00:52:26.177Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T00:52:26.177Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T00:52:26.177Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-11T00:52:26.177Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-11T00:52:26.177Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-11T00:52:26.191Z] 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-11T00:52:26.485Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:52:26.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T00:52:26.796Z] [2021-03-11T00:52:26.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:52:27.435Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T00:52:27.435Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T00:52:27.435Z] df20fa9351a1: Pulling fs layer [2021-03-11T00:52:27.435Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T00:52:27.435Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T00:52:27.435Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T00:52:27.435Z] 93b61091891f: Pulling fs layer [2021-03-11T00:52:27.435Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T00:52:27.435Z] 5e14af77c1be: Pulling fs layer [2021-03-11T00:52:27.435Z] 01666e4c0597: Pulling fs layer [2021-03-11T00:52:27.435Z] aa168da1d23b: Pulling fs layer [2021-03-11T00:52:27.435Z] 46f8f816bc3b: Waiting [2021-03-11T00:52:27.435Z] 93b61091891f: Waiting [2021-03-11T00:52:27.435Z] 93b9cdb0e59b: Waiting [2021-03-11T00:52:27.435Z] 5e14af77c1be: Waiting [2021-03-11T00:52:27.435Z] 01666e4c0597: Waiting [2021-03-11T00:52:27.435Z] aa168da1d23b: Waiting [2021-03-11T00:52:27.435Z] 36b3adc4ff6f: Verifying Checksum [2021-03-11T00:52:27.436Z] 36b3adc4ff6f: Download complete [2021-03-11T00:52:27.436Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T00:52:27.436Z] 46f8f816bc3b: Download complete [2021-03-11T00:52:27.436Z] df20fa9351a1: Verifying Checksum [2021-03-11T00:52:27.436Z] df20fa9351a1: Download complete [2021-03-11T00:52:27.698Z] 93b9cdb0e59b: Verifying Checksum [2021-03-11T00:52:27.698Z] 93b9cdb0e59b: Download complete [2021-03-11T00:52:27.698Z] 5e14af77c1be: Verifying Checksum [2021-03-11T00:52:27.698Z] 5e14af77c1be: Download complete [2021-03-11T00:52:27.698Z] 93b61091891f: Download complete [2021-03-11T00:52:27.698Z] 01666e4c0597: Verifying Checksum [2021-03-11T00:52:27.698Z] 01666e4c0597: Download complete [2021-03-11T00:52:27.698Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T00:52:27.698Z] 8ad3a11d3b57: Download complete [2021-03-11T00:52:27.960Z] df20fa9351a1: Pull complete [2021-03-11T00:52:28.227Z] 36b3adc4ff6f: Pull complete [2021-03-11T00:52:30.664Z] 8ad3a11d3b57: Pull complete [2021-03-11T00:52:30.664Z] 46f8f816bc3b: Pull complete [2021-03-11T00:52:30.664Z] aa168da1d23b: Verifying Checksum [2021-03-11T00:52:30.664Z] aa168da1d23b: Download complete [2021-03-11T00:52:30.664Z] 93b61091891f: Pull complete [2021-03-11T00:52:30.664Z] 93b9cdb0e59b: Pull complete [2021-03-11T00:52:30.958Z] 5e14af77c1be: Pull complete [2021-03-11T00:52:30.958Z] 01666e4c0597: Pull complete [2021-03-11T00:52:37.577Z] aa168da1d23b: Pull complete [2021-03-11T00:52:37.577Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T00:52:37.843Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T00:52:37.843Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T00:52:38.148Z] prd-centos7-docker-4c-2g-29396 does not seem to be running inside a container [2021-03-11T00:52:38.205Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-11T00:52:47.228Z] $ docker top ddf8e94e45f4af0db05334917e0ea745c64cc8e2883c03d4b9f85be1d16ede06 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:52:47.762Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T00:52:48.069Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T00:52:48.371Z] + ls /var/log/sa-host [2021-03-11T00:52:48.371Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T00:52:48.371Z] file_magic: OK [2021-03-11T00:52:48.371Z] HZ: Using current value: 100 [2021-03-11T00:52:48.371Z] file_header: OK [2021-03-11T00:52:48.371Z] 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-11T00:52:48.371Z] Statistics: [2021-03-11T00:52:48.371Z] 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-11T00:52:48.371Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T00:52:48.371Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T00:52:48.371Z] file_magic: OK [2021-03-11T00:52:48.371Z] HZ: Using current value: 100 [2021-03-11T00:52:48.371Z] file_header: OK [2021-03-11T00:52:48.371Z] 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-11T00:52:48.371Z] Statistics: [2021-03-11T00:52:48.371Z] Hnuu...uuuununununu... [2021-03-11T00:52:48.371Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T00:52:49.002Z] provisioning config files... [2021-03-11T00:52:49.016Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7565060941458558009tmp [Pipeline] { [Pipeline] echo [2021-03-11T00:52:49.090Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:52:49.391Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T00:52:49.401Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T00:52:49.496Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:52:49.816Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T00:52:49.840Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:52:50.275Z] ---> sudo-logs.sh [2021-03-11T00:52:50.275Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T00:52:50.428Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:52:50.751Z] ---> job-cost.sh [2021-03-11T00:52:50.751Z] lf-activate-venv: SKIPPING [2021-03-11T00:52:50.751Z] DEBUG: total: 0.20999999344348907 [2021-03-11T00:52:50.751Z] INFO: Retrieving Stack Cost... [2021-03-11T00:52:51.696Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T00:52:52.269Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T00:52:52.283Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:52:52.580Z] ---> logs-deploy.sh [2021-03-11T00:52:52.580Z] lf-activate-venv: SKIPPING [2021-03-11T00:52:52.580Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3242/4 [2021-03-11T00:52:52.580Z] INFO: archiving workspace using pattern(s): [2021-03-11T00:52:54.494Z] Archives upload complete. [2021-03-11T00:52:54.494Z] INFO: archiving logs to Nexus