Pull request #3295 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cad762147c9a378943e78532a4f930cb036be87a+bcbd0cedf9f2274dcd27c77a427114b9dc8b852a (c2d24e12e9a14b29afa52f749d56c1edf1418411) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31792 in /w/workspace/edgexfoundry_edgex-go_PR-3295 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 bcbd0cedf9f2274dcd27c77a427114b9dc8b852a into PR head commit cad762147c9a378943e78532a4f930cb036be87a > 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/3295/head:refs/remotes/origin/PR-3295 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cad762147c9a378943e78532a4f930cb036be87a # timeout=10 Merge succeeded, producing cad762147c9a378943e78532a4f930cb036be87a Checking out Revision cad762147c9a378943e78532a4f930cb036be87a (PR-3295) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bcbd0cedf9f2274dcd27c77a427114b9dc8b852a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cad762147c9a378943e78532a4f930cb036be87a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" > git rev-list --no-walk 1fca19c294e8bb02ed7fd4e2b7cdfcca2d0fbf55 # timeout=10 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T18:21:58.108Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T18:21:58.327Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T18:21:58.413Z] ========================================================= [2021-03-29T18:21:58.413Z] EdgeX Global Pipelines Version Info [2021-03-29T18:21:58.413Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:21:59.947Z] ------------------- [2021-03-29T18:21:59.947Z] stable info: [2021-03-29T18:21:59.947Z] ------------------- [2021-03-29T18:21:59.947Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T18:21:59.947Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T18:21:59.947Z] Message: update stable to v1.0.186 [2021-03-29T18:22:01.338Z] ------------------- [2021-03-29T18:22:01.338Z] experimental info: [2021-03-29T18:22:01.338Z] ------------------- [2021-03-29T18:22:01.338Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T18:22:01.338Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T18:22:01.338Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T18:22:01.636Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T18:22:01.729Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T18:22:01.868Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T18:22:01.950Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T18:22:02.078Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T18:22:02.159Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T18:22:02.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T18:22:02.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T18:22:02.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T18:22:02.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T18:22:02.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T18:22:02.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T18:22:02.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T18:22:02.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T18:22:02.964Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T18:22:03.045Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T18:22:03.179Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T18:22:03.283Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T18:22:03.369Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T18:22:03.490Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T18:22:03.593Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T18:22:03.677Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T18:22:03.757Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3295 [Pipeline] echo [2021-03-29T18:22:03.843Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3295 [Pipeline] echo [2021-03-29T18:22:03.982Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3295 [Pipeline] echo [2021-03-29T18:22:04.064Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cad762147c9a378943e78532a4f930cb036be87a [Pipeline] echo [2021-03-29T18:22:04.146Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cad7621 [Pipeline] echo [2021-03-29T18:22:04.270Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T18:22:04.448Z] provisioning config files... [2021-03-29T18:22:04.484Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8122159464209470810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:22:04.867Z] ---> docker-login.sh [2021-03-29T18:22:04.867Z] nexus3.edgexfoundry.org:10001 [2021-03-29T18:22:05.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T18:22:05.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T18:22:05.396Z] Configure a credential helper to remove this warning. See [2021-03-29T18:22:05.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T18:22:05.396Z] [2021-03-29T18:22:05.396Z] Login Succeeded [2021-03-29T18:22:05.396Z] nexus3.edgexfoundry.org:10002 [2021-03-29T18:22:05.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T18:22:05.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T18:22:05.396Z] Configure a credential helper to remove this warning. See [2021-03-29T18:22:05.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T18:22:05.396Z] [2021-03-29T18:22:05.396Z] Login Succeeded [2021-03-29T18:22:05.396Z] nexus3.edgexfoundry.org:10003 [2021-03-29T18:22:05.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T18:22:05.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T18:22:05.658Z] Configure a credential helper to remove this warning. See [2021-03-29T18:22:05.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T18:22:05.658Z] [2021-03-29T18:22:05.658Z] Login Succeeded [2021-03-29T18:22:05.658Z] nexus3.edgexfoundry.org:10004 [2021-03-29T18:22:05.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T18:22:05.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T18:22:05.921Z] Configure a credential helper to remove this warning. See [2021-03-29T18:22:05.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T18:22:05.921Z] [2021-03-29T18:22:05.921Z] Login Succeeded [2021-03-29T18:22:05.921Z] docker.io [2021-03-29T18:22:05.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T18:22:06.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T18:22:06.183Z] Configure a credential helper to remove this warning. See [2021-03-29T18:22:06.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T18:22:06.183Z] [2021-03-29T18:22:06.183Z] Login Succeeded [2021-03-29T18:22:06.183Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T18:22:06.193Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T18:22:06.712Z] ++ 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-29T18:22:06.712Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T18:22:06.712Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T18:22:06.712Z] ++ cut -d/ -f2 [2021-03-29T18:22:06.712Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T18:22:06.712Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T18:22:06.712Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T18:22:06.712Z] ++ cut -d/ -f2 [2021-03-29T18:22:06.713Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T18:22:06.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T18:22:06.713Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T18:22:06.713Z] ++ cut -d/ -f2 [2021-03-29T18:22:06.713Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T18:22:06.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T18:22:06.713Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T18:22:06.713Z] ++ cut -d/ -f2 [2021-03-29T18:22:06.713Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T18:22:06.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T18:22:06.713Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T18:22:06.713Z] ++ cut -d/ -f2 [2021-03-29T18:22:06.713Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T18:22:06.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T18:22:06.713Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T18:22:06.713Z] ++ cut -d/ -f2 [2021-03-29T18:22:06.713Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T18:22:06.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T18:22:06.713Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T18:22:06.713Z] ++ cut -d/ -f2 [2021-03-29T18:22:06.713Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T18:22:06.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T18:22:06.713Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T18:22:06.713Z] ++ cut -d/ -f2 [2021-03-29T18:22:06.713Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T18:22:06.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T18:22:06.713Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T18:22:06.713Z] ++ cut -d/ -f2 [2021-03-29T18:22:06.713Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T18:22:06.798Z] 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-29T18:22:07.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T18:22:07.727Z] [2021-03-29T18:22:07.727Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:22:08.082Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T18:22:08.082Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T18:22:08.082Z] 31603596830f: Pulling fs layer [2021-03-29T18:22:08.082Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T18:22:08.082Z] 6ca5941a6612: Pulling fs layer [2021-03-29T18:22:08.082Z] ecc8261a40a4: Pulling fs layer [2021-03-29T18:22:08.082Z] ecc8261a40a4: Waiting [2021-03-29T18:22:08.082Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T18:22:08.082Z] 2a8b12db71e7: Download complete [2021-03-29T18:22:08.082Z] 31603596830f: Download complete [2021-03-29T18:22:08.352Z] ecc8261a40a4: Verifying Checksum [2021-03-29T18:22:08.352Z] ecc8261a40a4: Download complete [2021-03-29T18:22:08.352Z] 6ca5941a6612: Verifying Checksum [2021-03-29T18:22:08.352Z] 6ca5941a6612: Download complete [2021-03-29T18:22:08.618Z] 31603596830f: Pull complete [2021-03-29T18:22:08.618Z] 2a8b12db71e7: Pull complete [2021-03-29T18:22:09.594Z] 6ca5941a6612: Pull complete [2021-03-29T18:22:09.594Z] ecc8261a40a4: Pull complete [2021-03-29T18:22:09.594Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T18:22:09.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T18:22:09.870Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T18:22:09.983Z] prd-centos7-docker-4c-2g-31792 does not seem to be running inside a container [2021-03-29T18:22:10.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T18:22:12.685Z] $ docker top 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T18:22:12.999Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T18:22:12.999Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T18:22:13.237Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T18:22:13.241Z] $ docker exec 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 ssh-agent [2021-03-29T18:22:13.423Z] SSH_AUTH_SOCK=/tmp/ssh-gWF627P8em2Z/agent.12 [2021-03-29T18:22:13.423Z] SSH_AGENT_PID=18 [2021-03-29T18:22:13.436Z] Running ssh-add (command line suppressed) [2021-03-29T18:22:13.557Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_6257519872721830869.key (/w/workspace/edgex-go/7@tmp/private_key_6257519872721830869.key) [2021-03-29T18:22:13.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T18:22:13.945Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T18:22:13.973Z] $ docker exec --env ******** --env ******** 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 ssh-agent -k [2021-03-29T18:22:14.097Z] unset SSH_AUTH_SOCK; [2021-03-29T18:22:14.098Z] unset SSH_AGENT_PID; [2021-03-29T18:22:14.098Z] echo Agent pid 18 killed; [2021-03-29T18:22:14.155Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T18:22:14.330Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T18:22:14.330Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T18:22:14.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T18:22:14.496Z] $ docker exec 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 ssh-agent [2021-03-29T18:22:14.658Z] SSH_AUTH_SOCK=/tmp/ssh-RVCKu15Llzlk/agent.47 [2021-03-29T18:22:14.658Z] SSH_AGENT_PID=52 [2021-03-29T18:22:14.665Z] Running ssh-add (command line suppressed) [2021-03-29T18:22:14.795Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_8694001262560765209.key (/w/workspace/edgex-go/7@tmp/private_key_8694001262560765209.key) [2021-03-29T18:22:14.864Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T18:22:15.259Z] + git semver init [2021-03-29T18:22:15.259Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T18:22:15.259Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-03-29T18:22:15.259Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-03-29T18:22:15.259Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T18:22:15.259Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T18:22:15.259Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T18:22:15.259Z] # $SEMVER_BRANCH = PR-3295 [2021-03-29T18:22:15.259Z] # $SEMVER_TEMP = /tmp/semver-399395782 [2021-03-29T18:22:15.259Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T18:22:41.896Z] # '/tmp/semver-399395782' -> '/w/workspace/edgex-go/7/.semver' [2021-03-29T18:22:42.161Z] # -> Force: false [2021-03-29T18:22:42.161Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-03-29T18:22:42.177Z] $ docker exec --env ******** --env ******** 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 ssh-agent -k [2021-03-29T18:22:42.456Z] unset SSH_AUTH_SOCK; [2021-03-29T18:22:42.456Z] unset SSH_AGENT_PID; [2021-03-29T18:22:42.456Z] echo Agent pid 52 killed; [2021-03-29T18:22:42.558Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T18:22:43.068Z] + git semver [Pipeline] } [2021-03-29T18:22:43.088Z] $ docker stop --time=1 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 [2021-03-29T18:22:44.623Z] $ docker rm -f 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T18:22:45.185Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T18:22:45.688Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T18:22:45.691Z] [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-29T18:22:46.557Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T18:22:46.856Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T18:22:47.156Z] + sudo service docker restart [2021-03-29T18:22:47.156Z] + true [2021-03-29T18:22:47.156Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T18:22:47.747Z] ========================================================= [2021-03-29T18:22:47.747Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T18:22:47.747Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:22:48.088Z] + 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-29T18:22:52.344Z] Sending build context to Docker daemon 328.9MB [2021-03-29T18:22:52.344Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T18:22:52.344Z] Step 2/6 : FROM ${BASE} [2021-03-29T18:22:52.344Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T18:22:52.344Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T18:22:52.344Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T18:22:52.344Z] de9db76c5a1d: Pulling fs layer [2021-03-29T18:22:52.344Z] bca2f99d35d6: Pulling fs layer [2021-03-29T18:22:52.344Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T18:22:52.344Z] 7c6f9722023f: Pulling fs layer [2021-03-29T18:22:52.344Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T18:22:52.344Z] 93359f2a8cfa: Waiting [2021-03-29T18:22:52.344Z] 7c6f9722023f: Waiting [2021-03-29T18:22:52.344Z] bca2f99d35d6: Waiting [2021-03-29T18:22:52.344Z] a35cf1a2eb13: Waiting [2021-03-29T18:22:52.344Z] de9db76c5a1d: Download complete [2021-03-29T18:22:52.344Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T18:22:52.344Z] 0ef7d3d256c8: Download complete [2021-03-29T18:22:52.344Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T18:22:52.344Z] 93359f2a8cfa: Download complete [2021-03-29T18:22:52.344Z] 7c6f9722023f: Verifying Checksum [2021-03-29T18:22:52.344Z] 7c6f9722023f: Download complete [2021-03-29T18:22:53.305Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T18:22:53.305Z] 188c0c94c7c5: Download complete [2021-03-29T18:22:53.897Z] 188c0c94c7c5: Pull complete [2021-03-29T18:22:54.161Z] 0ef7d3d256c8: Pull complete [2021-03-29T18:22:54.161Z] de9db76c5a1d: Pull complete [2021-03-29T18:22:55.558Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T18:22:55.558Z] a35cf1a2eb13: Download complete [2021-03-29T18:22:56.506Z] bca2f99d35d6: Verifying Checksum [2021-03-29T18:22:56.506Z] bca2f99d35d6: Download complete [2021-03-29T18:23:01.063Z] Still waiting to schedule task [2021-03-29T18:23:01.063Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-29T18:23:01.871Z] bca2f99d35d6: Pull complete [2021-03-29T18:23:01.871Z] 93359f2a8cfa: Pull complete [2021-03-29T18:23:01.871Z] 7c6f9722023f: Pull complete [2021-03-29T18:23:06.109Z] a35cf1a2eb13: Pull complete [2021-03-29T18:23:06.109Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T18:23:06.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T18:23:06.109Z] ---> a62c8e92a672 [2021-03-29T18:23:06.109Z] 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-29T18:23:06.374Z] ---> Running in c416bcaed321 [2021-03-29T18:23:06.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:23:07.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:23:08.502Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T18:23:08.769Z] (2/12) Installing file (5.38-r0) [2021-03-29T18:23:09.033Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T18:23:09.033Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T18:23:28.337Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T18:23:28.337Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T18:23:28.337Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T18:23:28.337Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T18:23:28.337Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T18:23:28.337Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T18:23:28.337Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T18:23:28.337Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T18:23:28.337Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:23:28.337Z] OK: 233 MiB in 51 packages [2021-03-29T18:23:32.582Z] Removing intermediate container c416bcaed321 [2021-03-29T18:23:32.582Z] ---> fdf91b28cde0 [2021-03-29T18:23:32.582Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T18:23:32.582Z] ---> Running in 99f0a5a1b960 [2021-03-29T18:23:32.582Z] Removing intermediate container 99f0a5a1b960 [2021-03-29T18:23:32.582Z] ---> 0f085479847b [2021-03-29T18:23:32.582Z] Step 5/6 : COPY go.mod . [2021-03-29T18:23:32.845Z] ---> 6f7c82fc7425 [2021-03-29T18:23:32.845Z] Step 6/6 : RUN go mod download [2021-03-29T18:23:32.845Z] ---> Running in 56ce84e39e18 [2021-03-29T18:23:54.869Z] Removing intermediate container 56ce84e39e18 [2021-03-29T18:23:54.869Z] ---> 0d97d2234603 [2021-03-29T18:23:54.869Z] Successfully built 0d97d2234603 [2021-03-29T18:23:54.869Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:23:55.188Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T18:23:55.188Z] . [Pipeline] withDockerContainer [2021-03-29T18:23:55.301Z] prd-centos7-docker-4c-2g-31792 does not seem to be running inside a container [2021-03-29T18:23:55.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat [2021-03-29T18:23:56.138Z] $ docker top 13c1f5631052e9c29621c7feac869c6eabd73db454ead2fea18938807b009a8d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:23:56.622Z] + go version [2021-03-29T18:23:56.622Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T18:23:56.640Z] $ docker stop --time=1 13c1f5631052e9c29621c7feac869c6eabd73db454ead2fea18938807b009a8d [2021-03-29T18:23:57.964Z] $ docker rm -f 13c1f5631052e9c29621c7feac869c6eabd73db454ead2fea18938807b009a8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:23:58.704Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T18:23:58.704Z] . [Pipeline] withDockerContainer [2021-03-29T18:23:58.812Z] prd-centos7-docker-4c-2g-31792 does not seem to be running inside a container [2021-03-29T18:23:58.862Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat [2021-03-29T18:23:59.492Z] $ docker top 032cb4d8803598fa33c1ecb798af25592c7cfb75d2b1f0daeb1cc7809e4b25ef -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T18:23:59.690Z] ========================================================= [2021-03-29T18:23:59.690Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T18:23:59.690Z] ========================================================= [Pipeline] sh [2021-03-29T18:23:59.984Z] + make test [2021-03-29T18:23:59.984Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T18:24:10.043Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T18:24:25.092Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T18:24:30.902Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T18:24:30.902Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T18:24:30.902Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T18:24:34.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T18:24:34.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T18:24:34.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T18:24:34.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T18:24:35.018Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T18:24:35.595Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T18:24:38.178Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T18:24:38.178Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T18:24:38.178Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T18:24:40.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.9% of statements [2021-03-29T18:24:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T18:24:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T18:24:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T18:24:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T18:24:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T18:24:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T18:24:40.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements [2021-03-29T18:24:40.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements [2021-03-29T18:24:44.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.1% of statements [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T18:24:44.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T18:24:44.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T18:24:44.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 71.3% of statements [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T18:24:44.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.157s coverage: 82.9% of statements [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T18:24:44.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.064s coverage: 78.9% of statements [2021-03-29T18:24:44.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T18:24:46.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.376s coverage: 28.6% of statements [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T18:24:46.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T18:24:46.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T18:24:46.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.165s coverage: 86.7% of statements [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T18:24:46.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.165s coverage: 97.5% of statements [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T18:24:46.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 78.3% of statements [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T18:24:46.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T18:24:49.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 92.8% of statements [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T18:24:49.585Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T18:24:49.585Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.095s coverage: 1.0% of statements [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T18:24:49.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T18:24:49.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements [2021-03-29T18:24:49.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements [2021-03-29T18:24:49.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements [2021-03-29T18:24:49.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements [2021-03-29T18:24:49.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-03-29T18:25:02.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements [2021-03-29T18:25:02.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-03-29T18:25:05.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.274s coverage: 82.6% of statements [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.092s coverage: 92.9% of statements [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 75.5% of statements [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.113s coverage: 87.2% of statements [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.6% of statements [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.114s coverage: 91.6% of statements [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 64.4% of statements [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.349s coverage: 69.0% of statements [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-03-29T18:25:15.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-03-29T18:25:15.659Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.067s coverage: 100.0% of statements [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 87.1% of statements [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.756s coverage: 29.1% of statements [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.097s coverage: 94.6% of statements [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T18:25:15.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-03-29T18:25:15.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-29T18:25:15.660Z] GO111MODULE=on go vet ./... [2021-03-29T18:25:21.146Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31797 in /w/workspace/edgexfoundry_edgex-go_PR-3295 [Pipeline] { [Pipeline] ws [2021-03-29T18:25:21.195Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-03-29T18:25:26.816Z] using credential edgex-jenkins-ssh [2021-03-29T18:25:26.882Z] Cloning the remote Git repository [2021-03-29T18:25:26.964Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T18:25:27.091Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-03-29T18:25:27.181Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T18:25:27.182Z] > git --version # timeout=10 [2021-03-29T18:25:27.207Z] > git --version # 'git version 2.17.1' [2021-03-29T18:25:27.209Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:25:27.321Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T18:25:42.433Z] gofmt -l . [2021-03-29T18:25:42.433Z] [ "`gofmt -l .`" = "" ] [2021-03-29T18:25:43.385Z] ./bin/test-go-mod-tidy.sh [2021-03-29T18:25:43.649Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T18:25:44.952Z] + ls -al . [2021-03-29T18:25:44.952Z] total 780 [2021-03-29T18:25:44.952Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 18:25 . [2021-03-29T18:25:44.952Z] drwxr-xr-x 4 root root 28 Mar 29 18:23 .. [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 18:21 .dockerignore [2021-03-29T18:25:44.952Z] drwxrwxr-x 8 1001 1001 179 Mar 29 18:21 .git [2021-03-29T18:25:44.952Z] drwxrwxr-x 3 1001 1001 125 Mar 29 18:21 .github [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 18:21 .gitignore [2021-03-29T18:25:44.952Z] drwx------ 3 1001 1001 60 Mar 29 18:22 .semver [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 18:21 .sonarcloud.properties [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 18:21 Attribution.txt [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 18:21 CONTRIBUTING.md [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 18:21 Dockerfile.build [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 18:21 Jenkinsfile [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 18:21 LICENSE [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 18:21 Makefile [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 18:21 README.md [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 18:21 SECURITY.md [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 18:22 VERSION [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 18:21 ZMQWindows.md [2021-03-29T18:25:44.952Z] drwxrwxr-x 2 1001 1001 117 Mar 29 18:21 bin [2021-03-29T18:25:44.952Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 18:21 cmd [2021-03-29T18:25:44.952Z] -rw-r--r-- 1 root root 668090 Mar 29 18:25 coverage.out [2021-03-29T18:25:44.952Z] -rw-r--r-- 1 root root 1056 Mar 29 18:25 go.mod [2021-03-29T18:25:44.952Z] -rw-r--r-- 1 root root 22530 Mar 29 18:25 go.sum [2021-03-29T18:25:44.952Z] drwxrwxr-x 8 1001 1001 127 Mar 29 18:21 internal [2021-03-29T18:25:44.952Z] drwxrwxr-x 4 1001 1001 26 Mar 29 18:21 openapi [2021-03-29T18:25:44.952Z] drwxrwxr-x 4 1001 1001 71 Mar 29 18:21 snap [2021-03-29T18:25:44.952Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 18:21 version.go [Pipeline] sh [2021-03-29T18:25:45.257Z] + '[' -e coverage.out ] [2021-03-29T18:25:45.258Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T18:25:45.486Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T18:25:45.782Z] + make build [2021-03-29T18:25:45.782Z] 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-29T18:25:47.179Z] Merging remotes/origin/master commit bcbd0cedf9f2274dcd27c77a427114b9dc8b852a into PR head commit cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:25:47.700Z] Merge succeeded, producing cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:25:47.700Z] Checking out Revision cad762147c9a378943e78532a4f930cb036be87a (PR-3295) [2021-03-29T18:25:46.373Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T18:25:46.402Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T18:25:46.433Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T18:25:46.462Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T18:25:46.462Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:25:46.473Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3295/head:refs/remotes/origin/PR-3295 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T18:25:47.213Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T18:25:47.260Z] > git checkout -f cad762147c9a378943e78532a4f930cb036be87a # timeout=10 [2021-03-29T18:25:47.590Z] > git remote # timeout=10 [2021-03-29T18:25:47.603Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T18:25:47.632Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:25:47.650Z] > git merge bcbd0cedf9f2274dcd27c77a427114b9dc8b852a # timeout=10 [2021-03-29T18:25:47.675Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T18:25:47.708Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T18:25:47.716Z] > git checkout -f cad762147c9a378943e78532a4f930cb036be87a # timeout=10 [2021-03-29T18:25:49.107Z] 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-29T18:25:52.131Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T18:25:53.509Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T18:25:53.927Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T18:25:54.273Z] + true [2021-03-29T18:25:54.273Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T18:25:56.321Z] provisioning config files... [2021-03-29T18:25:56.370Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5384948976096315721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:25:56.777Z] ---> docker-login.sh [2021-03-29T18:25:56.777Z] nexus3.edgexfoundry.org:10001 [2021-03-29T18:25:57.345Z] 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-29T18:25:57.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T18:25:58.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T18:25:58.071Z] Configure a credential helper to remove this warning. See [2021-03-29T18:25:58.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T18:25:58.071Z] [2021-03-29T18:25:58.071Z] Login Succeeded [2021-03-29T18:25:58.071Z] nexus3.edgexfoundry.org:10002 [2021-03-29T18:25:58.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T18:25:58.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T18:25:58.673Z] Configure a credential helper to remove this warning. See [2021-03-29T18:25:58.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T18:25:58.673Z] [2021-03-29T18:25:58.673Z] Login Succeeded [2021-03-29T18:25:58.673Z] nexus3.edgexfoundry.org:10003 [2021-03-29T18:25:58.748Z] 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-29T18:25:58.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T18:25:59.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T18:25:59.223Z] Configure a credential helper to remove this warning. See [2021-03-29T18:25:59.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T18:25:59.223Z] [2021-03-29T18:25:59.223Z] Login Succeeded [2021-03-29T18:25:59.223Z] nexus3.edgexfoundry.org:10004 [2021-03-29T18:25:59.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T18:25:59.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T18:25:59.777Z] Configure a credential helper to remove this warning. See [2021-03-29T18:25:59.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T18:25:59.777Z] [2021-03-29T18:25:59.777Z] Login Succeeded [2021-03-29T18:25:59.777Z] docker.io [2021-03-29T18:26:00.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T18:26:00.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T18:26:00.329Z] Configure a credential helper to remove this warning. See [2021-03-29T18:26:00.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T18:26:00.329Z] [2021-03-29T18:26:00.329Z] Login Succeeded [2021-03-29T18:26:00.329Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T18:26:00.347Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-29T18:26:00.703Z] 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-29T18:26:00.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] echo [2021-03-29T18:26:00.863Z] ========================================================= [2021-03-29T18:26:00.863Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T18:26:00.863Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:26:01.243Z] + 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-29T18:26:02.655Z] 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-29T18:26:03.907Z] Sending build context to Docker daemon 166.9MB [2021-03-29T18:26:03.907Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T18:26:03.907Z] Step 2/6 : FROM ${BASE} [2021-03-29T18:26:03.907Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T18:26:03.907Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T18:26:03.907Z] a4357932f1b6: Pulling fs layer [2021-03-29T18:26:03.907Z] 18c013af1878: Pulling fs layer [2021-03-29T18:26:03.907Z] 00ac8860ef70: Pulling fs layer [2021-03-29T18:26:03.907Z] 63d7cb157983: Pulling fs layer [2021-03-29T18:26:03.907Z] b116817d02f9: Pulling fs layer [2021-03-29T18:26:03.907Z] 745a02a5169b: Pulling fs layer [2021-03-29T18:26:03.907Z] 00ac8860ef70: Waiting [2021-03-29T18:26:03.907Z] 63d7cb157983: Waiting [2021-03-29T18:26:03.907Z] b116817d02f9: Waiting [2021-03-29T18:26:03.907Z] 745a02a5169b: Waiting [2021-03-29T18:26:03.907Z] 18c013af1878: Verifying Checksum [2021-03-29T18:26:03.907Z] 18c013af1878: Download complete [2021-03-29T18:26:03.907Z] a4357932f1b6: Verifying Checksum [2021-03-29T18:26:03.907Z] a4357932f1b6: Download complete [2021-03-29T18:26:03.907Z] 63d7cb157983: Verifying Checksum [2021-03-29T18:26:03.907Z] 63d7cb157983: Download complete [2021-03-29T18:26:03.907Z] b116817d02f9: Verifying Checksum [2021-03-29T18:26:03.907Z] b116817d02f9: Download complete [2021-03-29T18:26:03.907Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T18:26:03.907Z] 5f621e34cdf4: Download complete [2021-03-29T18:26:04.509Z] 5f621e34cdf4: Pull complete [2021-03-29T18:26:04.594Z] 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-29T18:26:05.108Z] a4357932f1b6: Pull complete [2021-03-29T18:26:05.543Z] 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-29T18:26:05.708Z] 18c013af1878: Pull complete [2021-03-29T18:26:06.691Z] 745a02a5169b: Verifying Checksum [2021-03-29T18:26:06.691Z] 745a02a5169b: Download complete [2021-03-29T18:26:06.937Z] 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-29T18:26:07.886Z] 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-29T18:26:08.150Z] 00ac8860ef70: Verifying Checksum [2021-03-29T18:26:08.150Z] 00ac8860ef70: Download complete [2021-03-29T18:26:09.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-29T18:26:11.359Z] $ docker stop --time=1 032cb4d8803598fa33c1ecb798af25592c7cfb75d2b1f0daeb1cc7809e4b25ef [2021-03-29T18:26:13.127Z] $ docker rm -f 032cb4d8803598fa33c1ecb798af25592c7cfb75d2b1f0daeb1cc7809e4b25ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:26:16.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T18:26:16.483Z] [2021-03-29T18:26:16.483Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:26:16.829Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T18:26:16.829Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T18:26:16.829Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T18:26:16.829Z] ca9280d653b3: Pulling fs layer [2021-03-29T18:26:16.829Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T18:26:16.829Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-29T18:26:16.829Z] cbdbe7a5bc2a: Download complete [2021-03-29T18:26:17.408Z] ca9280d653b3: Verifying Checksum [2021-03-29T18:26:17.408Z] ca9280d653b3: Download complete [2021-03-29T18:26:17.408Z] cbdbe7a5bc2a: Pull complete [2021-03-29T18:26:18.321Z] 00ac8860ef70: Pull complete [2021-03-29T18:26:18.369Z] ca9280d653b3: Pull complete [2021-03-29T18:26:18.369Z] 7e9c9ca2126c: Download complete [2021-03-29T18:26:18.594Z] 63d7cb157983: Pull complete [2021-03-29T18:26:18.867Z] b116817d02f9: Pull complete [2021-03-29T18:26:23.174Z] 745a02a5169b: Pull complete [2021-03-29T18:26:23.174Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T18:26:23.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T18:26:23.174Z] ---> b7e6874047d6 [2021-03-29T18:26:23.174Z] 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-29T18:26:24.994Z] 7e9c9ca2126c: Pull complete [2021-03-29T18:26:25.264Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T18:26:25.264Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T18:26:25.264Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T18:26:25.382Z] prd-centos7-docker-4c-2g-31792 does not seem to be running inside a container [2021-03-29T18:26:25.432Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T18:26:26.606Z] ---> Running in 6214ea81ad50 [2021-03-29T18:26:27.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:26:27.908Z] $ docker top b012dba3cfdfde8591a507fc80510ed37e2a2570ce4c361704bad72d7624bf45 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:26:28.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:26:28.385Z] + docker-compose build --help [2021-03-29T18:26:28.385Z] + grep parallel [2021-03-29T18:26:29.192Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T18:26:29.329Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T18:26:29.346Z] $ docker stop --time=1 b012dba3cfdfde8591a507fc80510ed37e2a2570ce4c361704bad72d7624bf45 [2021-03-29T18:26:29.465Z] (2/12) Installing file (5.38-r0) [2021-03-29T18:26:29.466Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T18:26:29.744Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T18:26:30.726Z] $ docker rm -f b012dba3cfdfde8591a507fc80510ed37e2a2570ce4c361704bad72d7624bf45 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:26:31.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T18:26:31.360Z] . [Pipeline] withDockerContainer [2021-03-29T18:26:31.471Z] prd-centos7-docker-4c-2g-31792 does not seem to be running inside a container [2021-03-29T18:26:31.522Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T18:26:32.409Z] $ docker top edb0ca278a94fa00b026c2a9115e5052b139ec5784e1126981ee3c3cca7ba8c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:26:32.961Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T18:26:33.919Z] Building docker-core-command-go ... [2021-03-29T18:26:33.919Z] Building docker-core-data-go ... [2021-03-29T18:26:33.919Z] Building docker-core-metadata-go ... [2021-03-29T18:26:33.919Z] Building docker-security-bootstrapper-go ... [2021-03-29T18:26:33.919Z] Building docker-security-proxy-setup-go ... [2021-03-29T18:26:33.919Z] Building docker-security-secretstore-setup-go ... [2021-03-29T18:26:33.919Z] Building docker-support-notifications-go ... [2021-03-29T18:26:33.919Z] Building docker-support-scheduler-go ... [2021-03-29T18:26:33.919Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T18:26:33.919Z] Building docker-sys-mgmt-agent-go [2021-03-29T18:26:33.919Z] Building docker-core-data-go [2021-03-29T18:26:33.919Z] Building docker-security-bootstrapper-go [2021-03-29T18:26:33.919Z] Building docker-support-notifications-go [2021-03-29T18:26:33.919Z] Building docker-core-command-go [2021-03-29T18:26:42.127Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T18:26:42.127Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T18:26:42.127Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T18:26:42.127Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T18:26:42.127Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T18:26:42.127Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T18:26:42.127Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T18:26:42.127Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T18:26:42.127Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:26:42.400Z] OK: 217 MiB in 51 packages [2021-03-29T18:26:46.746Z] Removing intermediate container 6214ea81ad50 [2021-03-29T18:26:46.746Z] ---> 9226dc407e29 [2021-03-29T18:26:46.746Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T18:26:46.746Z] ---> Running in 1a00efdbc368 [2021-03-29T18:26:47.019Z] Removing intermediate container 1a00efdbc368 [2021-03-29T18:26:47.019Z] ---> ccc8d9b9f7bb [2021-03-29T18:26:47.019Z] Step 5/6 : COPY go.mod . [2021-03-29T18:26:47.624Z] ---> a9576d3e1c55 [2021-03-29T18:26:47.624Z] Step 6/6 : RUN go mod download [2021-03-29T18:26:47.896Z] ---> Running in dab7ab757418 [2021-03-29T18:27:12.828Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:27:12.828Z] [2021-03-29T18:27:12.828Z] Step 2/31 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:27:12.828Z] [2021-03-29T18:27:12.828Z] ---> 0d97d2234603 [2021-03-29T18:27:12.828Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T18:27:12.828Z] ---> 0d97d2234603 [2021-03-29T18:27:12.828Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T18:27:12.828Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:27:12.828Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:27:12.828Z] ---> 0d97d2234603 [2021-03-29T18:27:12.828Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T18:27:12.828Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:27:12.828Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:27:12.828Z] ---> 0d97d2234603 [2021-03-29T18:27:12.828Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T18:27:12.828Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:27:12.828Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:27:12.828Z] ---> 0d97d2234603 [2021-03-29T18:27:12.828Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T18:27:12.828Z] ---> Running in 50463249a123 [2021-03-29T18:27:12.828Z] ---> Running in d768bed01706 [2021-03-29T18:27:12.828Z] ---> Running in 8f8a7129d2a8 [2021-03-29T18:27:12.828Z] ---> Running in 12314f2ec79f [2021-03-29T18:27:12.828Z] ---> Running in 7388a6762581 [2021-03-29T18:27:12.828Z] Removing intermediate container 8f8a7129d2a8 [2021-03-29T18:27:12.828Z] ---> 7e4861fe113e [2021-03-29T18:27:12.828Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:27:12.828Z] Removing intermediate container 50463249a123 [2021-03-29T18:27:12.828Z] ---> 341eeccb2257 [2021-03-29T18:27:12.828Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:27:12.828Z] Removing intermediate container 7388a6762581 [2021-03-29T18:27:12.828Z] ---> 67001e699f20 [2021-03-29T18:27:12.828Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:27:12.828Z] Removing intermediate container 12314f2ec79f [2021-03-29T18:27:12.828Z] ---> 54306d384792 [2021-03-29T18:27:12.828Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:27:12.828Z] Removing intermediate container d768bed01706 [2021-03-29T18:27:12.828Z] ---> 3c0b3b933629 [2021-03-29T18:27:12.828Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:27:12.828Z] ---> Running in 90285fd106e9 [2021-03-29T18:27:12.828Z] ---> Running in 9cca0dc06879 [2021-03-29T18:27:12.828Z] ---> Running in 184414b2f04b [2021-03-29T18:27:12.828Z] ---> Running in bcdde42f4c0d [2021-03-29T18:27:12.828Z] ---> Running in cad46c3093a0 [2021-03-29T18:27:12.828Z] Removing intermediate container 90285fd106e9 [2021-03-29T18:27:12.828Z] ---> 8aeeb0b3f307 [2021-03-29T18:27:12.828Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T18:27:12.828Z] ---> Running in e8da36169410 [2021-03-29T18:27:12.828Z] Removing intermediate container 9cca0dc06879 [2021-03-29T18:27:12.828Z] ---> ca36f87f688b [2021-03-29T18:27:12.828Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T18:27:12.828Z] ---> Running in 8a925de11ea7 [2021-03-29T18:27:12.828Z] Removing intermediate container 184414b2f04b [2021-03-29T18:27:12.828Z] ---> ad606be5cce6 [2021-03-29T18:27:12.828Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T18:27:12.828Z] Removing intermediate container cad46c3093a0 [2021-03-29T18:27:12.828Z] ---> 2835b55bf456 [2021-03-29T18:27:12.828Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T18:27:12.828Z] ---> Running in 028e3dbe0f18 [2021-03-29T18:27:12.828Z] Removing intermediate container bcdde42f4c0d [2021-03-29T18:27:12.828Z] ---> 417466aa8ad7 [2021-03-29T18:27:12.828Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T18:27:12.828Z] ---> Running in 2dd41633b16e [2021-03-29T18:27:12.828Z] ---> Running in 9c064036ff40 [2021-03-29T18:27:12.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:27:12.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:27:12.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:27:13.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:27:13.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:27:13.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:27:13.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:27:13.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:27:13.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:27:13.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:27:14.198Z] OK: 233 MiB in 51 packages [2021-03-29T18:27:14.199Z] OK: 233 MiB in 51 packages [2021-03-29T18:27:14.471Z] OK: 233 MiB in 51 packages [2021-03-29T18:27:14.471Z] OK: 233 MiB in 51 packages [2021-03-29T18:27:14.471Z] OK: 233 MiB in 51 packages [2021-03-29T18:27:14.699Z] Removing intermediate container dab7ab757418 [2021-03-29T18:27:14.699Z] ---> b7b0518f17d6 [2021-03-29T18:27:14.699Z] Successfully built b7b0518f17d6 [2021-03-29T18:27:14.699Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:27:14.742Z] Removing intermediate container e8da36169410 [2021-03-29T18:27:14.742Z] ---> 5c77d921606d [2021-03-29T18:27:14.742Z] Step 6/23 : COPY go.mod . [2021-03-29T18:27:15.008Z] Removing intermediate container 8a925de11ea7 [2021-03-29T18:27:15.008Z] ---> e3aae60b1781 [2021-03-29T18:27:15.008Z] Step 6/31 : COPY go.mod . [2021-03-29T18:27:15.049Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T18:27:15.049Z] . [Pipeline] withDockerContainer [2021-03-29T18:27:15.287Z] ---> d2327675edee [2021-03-29T18:27:15.287Z] Step 7/23 : RUN go mod download [2021-03-29T18:27:15.287Z] ---> Running in 23277e3d61a0 [2021-03-29T18:27:15.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-31797 does not seem to be running inside a container [2021-03-29T18:27:15.442Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat [2021-03-29T18:27:15.552Z] ---> 24efedda8512 [2021-03-29T18:27:15.552Z] Step 7/31 : RUN go mod download [2021-03-29T18:27:15.552Z] Removing intermediate container 9c064036ff40 [2021-03-29T18:27:15.552Z] ---> 0de11992ad62 [2021-03-29T18:27:15.552Z] Step 6/26 : COPY go.mod . [2021-03-29T18:27:15.552Z] Removing intermediate container 028e3dbe0f18 [2021-03-29T18:27:15.552Z] ---> b485df07f882 [2021-03-29T18:27:15.552Z] Step 6/22 : COPY go.mod . [2021-03-29T18:27:15.820Z] ---> Running in 9f448bf82847 [2021-03-29T18:27:16.087Z] Removing intermediate container 2dd41633b16e [2021-03-29T18:27:16.087Z] ---> 396b31068105 [2021-03-29T18:27:16.087Z] Step 6/23 : COPY go.mod . [2021-03-29T18:27:16.087Z] ---> e77ac5a789d7 [2021-03-29T18:27:16.087Z] Step 7/26 : RUN go mod download [2021-03-29T18:27:16.087Z] ---> 41a272e8b856 [2021-03-29T18:27:16.087Z] Step 7/22 : RUN go mod download [2021-03-29T18:27:16.354Z] ---> Running in 60974589863f [2021-03-29T18:27:16.354Z] ---> Running in 096119a72aad [2021-03-29T18:27:16.620Z] ---> 70249cc3ef8d [2021-03-29T18:27:16.620Z] Step 7/23 : RUN go mod download [2021-03-29T18:27:16.620Z] ---> Running in 48c050042496 [2021-03-29T18:27:17.050Z] $ docker top 569f62c1a84975eb3b9c3b25a418bbee964cfee8b250ba588c6a0a72f1fd3767 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:27:18.045Z] Removing intermediate container 9f448bf82847 [2021-03-29T18:27:18.045Z] ---> 23e2abcfd0d5 [2021-03-29T18:27:18.045Z] Step 8/31 : COPY . . [2021-03-29T18:27:18.090Z] + go version [2021-03-29T18:27:18.091Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T18:27:18.117Z] $ docker stop --time=1 569f62c1a84975eb3b9c3b25a418bbee964cfee8b250ba588c6a0a72f1fd3767 [2021-03-29T18:27:18.630Z] Removing intermediate container 23277e3d61a0 [2021-03-29T18:27:18.630Z] ---> 35c63088601a [2021-03-29T18:27:18.630Z] Step 8/23 : COPY . . [2021-03-29T18:27:18.630Z] Removing intermediate container 60974589863f [2021-03-29T18:27:18.630Z] ---> bf30b1425e6b [2021-03-29T18:27:18.630Z] Step 8/26 : COPY . . [2021-03-29T18:27:20.061Z] $ docker rm -f 569f62c1a84975eb3b9c3b25a418bbee964cfee8b250ba588c6a0a72f1fd3767 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:27:21.227Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T18:27:21.227Z] . [Pipeline] withDockerContainer [2021-03-29T18:27:21.470Z] prd-ubuntu18.04-docker-arm64-4c-16g-31797 does not seem to be running inside a container [2021-03-29T18:27:21.556Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat [2021-03-29T18:27:22.889Z] Removing intermediate container 096119a72aad [2021-03-29T18:27:22.889Z] ---> 365fda70a643 [2021-03-29T18:27:22.889Z] Step 8/22 : COPY . . [2021-03-29T18:27:23.024Z] $ docker top af4a197360e0ede8101d2f6bcd5a6bfc22ac75f7ea48b1ba717d1dcd0a895f54 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T18:27:23.384Z] ========================================================= [2021-03-29T18:27:23.384Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T18:27:23.384Z] ========================================================= [Pipeline] sh [2021-03-29T18:27:24.050Z] + make test [2021-03-29T18:27:24.050Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T18:27:24.848Z] Removing intermediate container 48c050042496 [2021-03-29T18:27:24.848Z] ---> de83575740bb [2021-03-29T18:27:24.848Z] Step 8/23 : COPY . . [2021-03-29T18:27:50.877Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T18:28:03.781Z] ---> 8f7fd43538e7 [2021-03-29T18:28:03.781Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T18:28:03.781Z] ---> Running in 6f2146a989d0 [2021-03-29T18:28:03.781Z] ---> 8a95567e2bde [2021-03-29T18:28:03.781Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T18:28:03.781Z] ---> 9e2780f0a4a3 [2021-03-29T18:28:03.781Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T18:28:03.781Z] ---> Running in 4ebe2d646b2d [2021-03-29T18:28:03.781Z] ---> 9dfe6ed4b33a [2021-03-29T18:28:03.781Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T18:28:03.781Z] ---> 88765e2968d5 [2021-03-29T18:28:03.781Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T18:28:03.781Z] ---> Running in f66b41e11b4e [2021-03-29T18:28:03.781Z] ---> Running in b356dbf841c9 [2021-03-29T18:28:03.781Z] ---> Running in b56446a4483d [2021-03-29T18:28:03.781Z] 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-29T18:28:03.781Z] 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-29T18:28:03.781Z] 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-29T18:28:03.781Z] 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-29T18:28:03.781Z] 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-29T18:28:38.131Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T18:28:43.004Z] Removing intermediate container 4ebe2d646b2d [2021-03-29T18:28:43.004Z] ---> acd492584508 [2021-03-29T18:28:43.004Z] [2021-03-29T18:28:43.004Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T18:28:43.004Z] 3.12: Pulling from library/alpine [2021-03-29T18:28:43.576Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T18:28:46.447Z] Removing intermediate container 6f2146a989d0 [2021-03-29T18:28:46.447Z] ---> 5deac8894878 [2021-03-29T18:28:46.447Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T18:28:46.447Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T18:28:46.447Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T18:28:46.447Z] ---> 42cb162f0360 [2021-03-29T18:28:46.447Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T18:28:48.381Z] ---> Running in 8944f01c3b5a [2021-03-29T18:28:48.381Z] ---> Running in 25cf6543b50c [2021-03-29T18:28:48.381Z] Removing intermediate container b56446a4483d [2021-03-29T18:28:48.381Z] ---> 904d6b4026b0 [2021-03-29T18:28:48.381Z] [2021-03-29T18:28:48.381Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T18:28:48.381Z] ---> 42cb162f0360 [2021-03-29T18:28:48.381Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T18:28:48.381Z] Removing intermediate container f66b41e11b4e [2021-03-29T18:28:48.381Z] ---> 25709515822a [2021-03-29T18:28:48.381Z] [2021-03-29T18:28:48.381Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T18:28:48.381Z] ---> 42cb162f0360 [2021-03-29T18:28:48.381Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T18:28:48.381Z] ---> Running in 092f479112e3 [2021-03-29T18:28:48.381Z] ---> Running in e35bfb679ba7 [2021-03-29T18:28:48.649Z] Removing intermediate container 25cf6543b50c [2021-03-29T18:28:48.649Z] ---> 939b7ff52420 [2021-03-29T18:28:48.649Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T18:28:49.235Z] 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-29T18:28:49.816Z] ---> Running in 90ba97f893ec [2021-03-29T18:28:50.779Z] Removing intermediate container b356dbf841c9 [2021-03-29T18:28:50.779Z] ---> 301e153daff6 [2021-03-29T18:28:50.779Z] [2021-03-29T18:28:50.779Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T18:28:50.779Z] ---> 42cb162f0360 [2021-03-29T18:28:50.779Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T18:28:50.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:28:51.047Z] ---> Running in 31aba4461cc2 [2021-03-29T18:28:51.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:28:51.317Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T18:28:51.317Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:28:51.317Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T18:28:51.317Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:28:51.317Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T18:28:51.317Z] Removing intermediate container 31aba4461cc2 [2021-03-29T18:28:51.317Z] ---> bd0c37203d8b [2021-03-29T18:28:51.317Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T18:28:51.317Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:28:51.317Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T18:28:51.317Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:28:51.317Z] OK: 6 MiB in 15 packages [2021-03-29T18:28:51.587Z] OK: 6 MiB in 16 packages [2021-03-29T18:28:52.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:28:52.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:28:52.182Z] ---> Running in ebe3c6fa17a9 [2021-03-29T18:28:52.445Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T18:28:52.445Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T18:28:52.445Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:28:52.445Z] OK: 6 MiB in 16 packages [2021-03-29T18:28:52.710Z] Removing intermediate container ebe3c6fa17a9 [2021-03-29T18:28:52.710Z] ---> 8081f817b6dc [2021-03-29T18:28:52.710Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T18:28:52.979Z] ---> Running in a07860e6e1ff [2021-03-29T18:28:52.979Z] Removing intermediate container 8944f01c3b5a [2021-03-29T18:28:52.979Z] ---> ba2f57423c89 [2021-03-29T18:28:52.979Z] [2021-03-29T18:28:52.979Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T18:28:52.979Z] 20.10.0: Pulling from library/docker [2021-03-29T18:28:53.253Z] Removing intermediate container e35bfb679ba7 [2021-03-29T18:28:53.253Z] ---> 0b579166a339 [2021-03-29T18:28:53.253Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T18:28:53.517Z] ---> Running in 86877bbb2e18 [2021-03-29T18:28:53.762Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T18:28:53.762Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T18:28:53.781Z] Removing intermediate container a07860e6e1ff [2021-03-29T18:28:53.781Z] ---> 1a6e39ac932b [2021-03-29T18:28:53.781Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:28:54.356Z] Removing intermediate container 90ba97f893ec [2021-03-29T18:28:54.356Z] ---> b5b6f847e48a [2021-03-29T18:28:54.356Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T18:28:54.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T18:28:54.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T18:28:54.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T18:28:54.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T18:28:54.939Z] Removing intermediate container 092f479112e3 [2021-03-29T18:28:54.939Z] ---> 36e35adadb0a [2021-03-29T18:28:54.939Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T18:28:55.205Z] Removing intermediate container 86877bbb2e18 [2021-03-29T18:28:55.205Z] ---> 2c07dbd2859f [2021-03-29T18:28:55.205Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T18:28:55.205Z] ---> Running in 8e3a5c4801a9 [2021-03-29T18:28:55.205Z] ---> Running in 84c640b13eee [2021-03-29T18:28:55.470Z] ---> Running in 1a8598662fbb [2021-03-29T18:28:55.470Z] ---> Running in ff0b53cece01 [2021-03-29T18:28:55.738Z] Removing intermediate container 84c640b13eee [2021-03-29T18:28:55.738Z] ---> 4aa4c77b0198 [2021-03-29T18:28:55.738Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T18:28:55.738Z] Removing intermediate container 1a8598662fbb [2021-03-29T18:28:55.738Z] ---> 1b7cf7270aed [2021-03-29T18:28:55.738Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T18:28:55.738Z] Removing intermediate container ff0b53cece01 [2021-03-29T18:28:55.738Z] ---> 9fe982f92fdd [2021-03-29T18:28:55.738Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T18:28:56.003Z] ---> Running in 84bbb9b8ada1 [2021-03-29T18:28:56.003Z] ---> Running in f0ed55709623 [2021-03-29T18:28:56.003Z] ---> Running in 21f2c951d12d [2021-03-29T18:28:56.275Z] Removing intermediate container 84bbb9b8ada1 [2021-03-29T18:28:56.275Z] ---> f1112b091b03 [2021-03-29T18:28:56.275Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T18:28:56.275Z] Removing intermediate container f0ed55709623 [2021-03-29T18:28:56.275Z] ---> 721ed6d87391 [2021-03-29T18:28:56.275Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T18:28:56.540Z] Removing intermediate container 21f2c951d12d [2021-03-29T18:28:56.540Z] ---> 86bddc93c4e9 [2021-03-29T18:28:56.540Z] Step 15/23 : WORKDIR / [2021-03-29T18:28:56.540Z] ---> Running in fb4f049a56a4 [2021-03-29T18:28:56.540Z] ---> Running in 67230e4267dc [2021-03-29T18:28:56.540Z] ---> Running in 6cf7630ed145 [2021-03-29T18:28:57.120Z] Removing intermediate container fb4f049a56a4 [2021-03-29T18:28:57.120Z] ---> 02d3113ef4d8 [2021-03-29T18:28:57.120Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T18:28:57.391Z] Removing intermediate container 6cf7630ed145 [2021-03-29T18:28:57.391Z] ---> e10986e2a87a [2021-03-29T18:28:57.391Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T18:28:57.391Z] Removing intermediate container 8e3a5c4801a9 [2021-03-29T18:28:57.391Z] ---> 7a59cd144402 [2021-03-29T18:28:57.391Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T18:28:57.391Z] ---> c52f01c91333 [2021-03-29T18:28:57.391Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T18:28:57.654Z] ---> Running in c8a9e7bcc759 [2021-03-29T18:28:57.773Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T18:28:57.939Z] ---> 1dc7cc480025 [2021-03-29T18:28:57.939Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T18:28:58.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:28:58.381Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T18:28:58.473Z] ---> 9f987d82b750 [2021-03-29T18:28:58.473Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T18:28:58.750Z] ---> 7f234b890835 [2021-03-29T18:28:58.750Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T18:28:58.750Z] Removing intermediate container 67230e4267dc [2021-03-29T18:28:58.750Z] ---> 89d115329482 [2021-03-29T18:28:58.750Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T18:28:59.019Z] ---> 016589713dd7 [2021-03-29T18:28:59.019Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T18:28:59.019Z] ---> Running in a90573aa2a47 [2021-03-29T18:28:59.019Z] ---> Running in 5d130fd1be9e [2021-03-29T18:28:59.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:28:59.286Z] ---> 9ae023eea25b [2021-03-29T18:28:59.286Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T18:28:59.286Z] Removing intermediate container a90573aa2a47 [2021-03-29T18:28:59.286Z] ---> d096343c32e3 [2021-03-29T18:28:59.286Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T18:28:59.551Z] ---> Running in b4b1f57b241c [2021-03-29T18:28:59.551Z] Removing intermediate container 5d130fd1be9e [2021-03-29T18:28:59.551Z] ---> c846c39a0a84 [2021-03-29T18:28:59.551Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T18:28:59.551Z] ---> Running in d03385f7be16 [2021-03-29T18:28:59.828Z] Removing intermediate container b4b1f57b241c [2021-03-29T18:28:59.828Z] ---> 1fa1fb2c681b [2021-03-29T18:28:59.828Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T18:28:59.828Z] ---> Running in dedaadcf9a47 [2021-03-29T18:28:59.828Z] ---> 85942807113f [2021-03-29T18:28:59.828Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T18:28:59.828Z] Removing intermediate container d03385f7be16 [2021-03-29T18:28:59.828Z] ---> 9ca5492c3212 [2021-03-29T18:28:59.828Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T18:29:00.094Z] ---> Running in f7bb071843fe [2021-03-29T18:29:00.094Z] ---> Running in b2e438e843b7 [2021-03-29T18:29:00.366Z] Removing intermediate container dedaadcf9a47 [2021-03-29T18:29:00.366Z] ---> 5d36ee92f4c2 [2021-03-29T18:29:00.367Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T18:29:00.367Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T18:29:00.367Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T18:29:00.367Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T18:29:00.635Z] ---> Running in 73aece247f73 [2021-03-29T18:29:00.635Z] Removing intermediate container b2e438e843b7 [2021-03-29T18:29:00.635Z] ---> 4b2586af8a17 [2021-03-29T18:29:00.635Z] Step 21/22 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:29:00.635Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T18:29:00.635Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T18:29:00.635Z] ---> aefe523efa57 [2021-03-29T18:29:00.635Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T18:29:00.904Z] ---> Running in e7cea9065fa5 [2021-03-29T18:29:01.175Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T18:29:01.175Z] ---> Running in 98a7ae025cbd [2021-03-29T18:29:01.175Z] Removing intermediate container 73aece247f73 [2021-03-29T18:29:01.175Z] ---> d387295ab02d [2021-03-29T18:29:01.175Z] Step 22/23 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:29:01.450Z] ---> Running in ad0cacc5f347 [2021-03-29T18:29:01.450Z] Removing intermediate container e7cea9065fa5 [2021-03-29T18:29:01.450Z] ---> 43dd25df01d6 [2021-03-29T18:29:01.450Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T18:29:01.724Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T18:29:01.724Z] ---> Running in 78cb28276491 [2021-03-29T18:29:01.992Z] Removing intermediate container ad0cacc5f347 [2021-03-29T18:29:01.992Z] ---> 9872b21197ab [2021-03-29T18:29:01.992Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T18:29:01.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:29:01.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:29:01.992Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T18:29:01.992Z] ---> Running in de98c26383de [2021-03-29T18:29:02.262Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:29:02.262Z] OK: 8 MiB in 20 packages [2021-03-29T18:29:02.262Z] Removing intermediate container 78cb28276491 [2021-03-29T18:29:02.262Z] ---> b7da0a243565 [2021-03-29T18:29:02.262Z] [2021-03-29T18:29:02.262Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T18:29:02.262Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T18:29:02.262Z] Removing intermediate container f7bb071843fe [2021-03-29T18:29:02.262Z] ---> 295c643089c5 [2021-03-29T18:29:02.262Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T18:29:02.262Z] Executing bash-5.0.17-r0.post-install [2021-03-29T18:29:02.262Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:29:02.262Z] OK: 12 MiB in 22 packages [2021-03-29T18:29:02.262Z] Removing intermediate container de98c26383de [2021-03-29T18:29:02.262Z] ---> 33bb19167330 [2021-03-29T18:29:02.262Z] [2021-03-29T18:29:02.530Z] Successfully built b7da0a243565 [2021-03-29T18:29:02.801Z] Successfully built 33bb19167330 [2021-03-29T18:29:02.801Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T18:29:02.801Z] Successfully tagged docker-core-command-go:latest [2021-03-29T18:29:02.801Z] Building docker-security-proxy-setup-go [2021-03-29T18:29:02.801Z]  Building docker-support-notifications-go ... done  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-03-29T18:29:02.801Z] ---> ed71de605943 [2021-03-29T18:29:02.801Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T18:29:03.076Z] Removing intermediate container c8a9e7bcc759 [2021-03-29T18:29:03.076Z] ---> 737a1c21e461 [2021-03-29T18:29:03.076Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T18:29:04.049Z] Removing intermediate container 98a7ae025cbd [2021-03-29T18:29:04.049Z] ---> 6092af2d1743 [2021-03-29T18:29:04.049Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T18:29:06.015Z] ---> Running in 3fd4ce2c7456 [2021-03-29T18:29:06.600Z] ---> 4bb9c8b2d495 [2021-03-29T18:29:06.600Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T18:29:06.600Z] ---> 6aae516b54f6 [2021-03-29T18:29:06.600Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T18:29:06.701Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T18:29:06.701Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T18:29:06.701Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T18:29:09.179Z] Removing intermediate container 3fd4ce2c7456 [2021-03-29T18:29:09.179Z] ---> 2b1169a40e5c [2021-03-29T18:29:09.179Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T18:29:10.587Z] ---> 0f8347818c0d [2021-03-29T18:29:10.587Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T18:29:10.587Z] ---> ecd9a52ac60d [2021-03-29T18:29:10.587Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T18:29:10.587Z] ---> Running in b7643a3cae90 [2021-03-29T18:29:11.180Z] ---> d3b1e76eb5a7 [2021-03-29T18:29:11.180Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T18:29:11.180Z] Removing intermediate container b7643a3cae90 [2021-03-29T18:29:11.180Z] ---> fd716ba41e2b [2021-03-29T18:29:11.180Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T18:29:11.180Z] ---> ece620bc7557 [2021-03-29T18:29:11.180Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T18:29:11.447Z] ---> Running in 1606d03f5028 [2021-03-29T18:29:11.447Z] ---> Running in 5528f092a71e [2021-03-29T18:29:11.447Z] ---> 0a34795b209b [2021-03-29T18:29:11.447Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T18:29:11.711Z] Removing intermediate container 1606d03f5028 [2021-03-29T18:29:11.711Z] ---> 5db4eb29add4 [2021-03-29T18:29:11.711Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T18:29:11.711Z] ---> Running in 6411562524e7 [2021-03-29T18:29:11.711Z] Removing intermediate container 5528f092a71e [2021-03-29T18:29:11.711Z] ---> 975c7e239279 [2021-03-29T18:29:11.711Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T18:29:11.973Z] ---> Running in dcf785c8c322 [2021-03-29T18:29:12.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.378s coverage: 45.9% of statements [2021-03-29T18:29:12.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T18:29:12.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T18:29:12.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T18:29:12.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T18:29:12.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T18:29:12.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T18:29:12.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.167s coverage: 19.8% of statements [2021-03-29T18:29:12.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.225s coverage: 100.0% of statements [2021-03-29T18:29:13.936Z] Removing intermediate container 6411562524e7 [2021-03-29T18:29:13.936Z] ---> 7da67a86b45e [2021-03-29T18:29:13.936Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T18:29:13.936Z] Removing intermediate container dcf785c8c322 [2021-03-29T18:29:13.936Z] ---> 642c01147736 [2021-03-29T18:29:13.936Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T18:29:14.536Z] ---> bff5526c619f [2021-03-29T18:29:14.536Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T18:29:15.142Z] ---> Running in a96d683b0ef2 [2021-03-29T18:29:17.748Z] ---> efe566f9c097 [2021-03-29T18:29:17.748Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T18:29:18.012Z] ---> efa817b929de [2021-03-29T18:29:18.012Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T18:29:18.282Z] Removing intermediate container a96d683b0ef2 [2021-03-29T18:29:18.282Z] ---> 27cc43573b29 [2021-03-29T18:29:18.282Z] Step 22/23 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:29:18.881Z] ---> Running in 3282802e971b [2021-03-29T18:29:19.463Z] ---> Running in a974de27b71e [2021-03-29T18:29:20.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.585s coverage: 27.1% of statements [2021-03-29T18:29:20.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T18:29:20.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T18:29:20.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T18:29:20.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T18:29:20.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T18:29:20.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T18:29:20.484Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.148s coverage: 100.0% of statements [2021-03-29T18:29:20.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T18:29:20.484Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.131s coverage: 100.0% of statements [2021-03-29T18:29:20.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T18:29:20.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T18:29:20.484Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.279s coverage: 71.3% of statements [2021-03-29T18:29:20.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T18:29:20.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T18:29:20.887Z] ---> e542f6de270c [2021-03-29T18:29:20.887Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T18:29:21.469Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.525s coverage: 82.9% of statements [2021-03-29T18:29:21.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T18:29:21.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T18:29:21.469Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements [2021-03-29T18:29:21.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T18:29:22.305Z] ---> Running in e497eacd5462 [2021-03-29T18:29:22.305Z] Removing intermediate container a974de27b71e [2021-03-29T18:29:22.305Z] ---> e1b106fd600d [2021-03-29T18:29:22.305Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T18:29:23.299Z] ---> Running in 4da484d167c6 [2021-03-29T18:29:23.299Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:29:23.299Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:29:23.299Z] ---> 0d97d2234603 [2021-03-29T18:29:23.299Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T18:29:23.299Z] ---> Using cache [2021-03-29T18:29:23.299Z] ---> 3c0b3b933629 [2021-03-29T18:29:23.299Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:29:23.299Z] ---> Using cache [2021-03-29T18:29:23.299Z] ---> 2835b55bf456 [2021-03-29T18:29:23.299Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T18:29:23.890Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:29:23.890Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:29:23.890Z] ---> 0d97d2234603 [2021-03-29T18:29:23.890Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T18:29:23.890Z] ---> Using cache [2021-03-29T18:29:23.890Z] ---> 3c0b3b933629 [2021-03-29T18:29:23.890Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:29:23.890Z] ---> Using cache [2021-03-29T18:29:23.890Z] ---> 2835b55bf456 [2021-03-29T18:29:23.890Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T18:29:24.848Z] ---> Running in 4d892d4b8c1a [2021-03-29T18:29:24.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:29:24.848Z] ---> Running in a0eb496dbaa7 [2021-03-29T18:29:24.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:29:24.848Z] Removing intermediate container 4da484d167c6 [2021-03-29T18:29:24.848Z] ---> 8112206f274e [2021-03-29T18:29:24.848Z] [2021-03-29T18:29:25.118Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T18:29:25.118Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T18:29:25.118Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T18:29:25.118Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T18:29:25.118Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T18:29:25.118Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T18:29:25.118Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T18:29:25.118Z] Successfully built 8112206f274e [2021-03-29T18:29:25.118Z] Successfully tagged docker-core-data-go:latest [2021-03-29T18:29:25.118Z] Building docker-core-metadata-go [2021-03-29T18:29:25.118Z]  Building docker-core-data-go ... done Removing intermediate container 3282802e971b [2021-03-29T18:29:25.118Z] ---> 26bdf792729e [2021-03-29T18:29:25.118Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T18:29:29.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:29:29.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:29:30.017Z] ---> Running in 3b74ffef4c7e [2021-03-29T18:29:30.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:29:30.969Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T18:29:30.969Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T18:29:30.969Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T18:29:30.969Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T18:29:30.969Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T18:29:30.969Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T18:29:30.969Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T18:29:30.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:29:31.545Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T18:29:31.545Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T18:29:31.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.144s coverage: 28.6% of statements [2021-03-29T18:29:31.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T18:29:31.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T18:29:31.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T18:29:31.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T18:29:31.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T18:29:31.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.284s coverage: 100.0% of statements [2021-03-29T18:29:31.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T18:29:31.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.142s coverage: 100.0% of statements [2021-03-29T18:29:31.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T18:29:31.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements [2021-03-29T18:29:31.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T18:29:31.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.397s coverage: 97.5% of statements [2021-03-29T18:29:31.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T18:29:31.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.261s coverage: 78.3% of statements [2021-03-29T18:29:31.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T18:29:31.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T18:29:31.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T18:29:31.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T18:29:32.121Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T18:29:32.121Z] Removing intermediate container 3b74ffef4c7e [2021-03-29T18:29:32.121Z] ---> cf5b30895f4f [2021-03-29T18:29:32.121Z] Step 28/31 : CMD ["gate"] [2021-03-29T18:29:32.121Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T18:29:32.121Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T18:29:32.384Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T18:29:32.658Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T18:29:32.659Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T18:29:32.659Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T18:29:32.921Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T18:29:32.921Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T18:29:33.187Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T18:29:33.187Z] ---> Running in 638831efe525 [2021-03-29T18:29:33.187Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T18:29:33.187Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T18:29:33.448Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T18:29:33.448Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T18:29:33.715Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T18:29:33.715Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T18:29:33.715Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T18:29:33.984Z] OK: 233 MiB in 51 packages [2021-03-29T18:29:34.251Z] Removing intermediate container 638831efe525 [2021-03-29T18:29:34.251Z] ---> 16172aa9201d [2021-03-29T18:29:34.251Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T18:29:34.838Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:29:34.838Z] OK: 71 MiB in 55 packages [2021-03-29T18:29:34.838Z] OK: 233 MiB in 51 packages [2021-03-29T18:29:36.248Z] ---> Running in b39278c2f1b5 [2021-03-29T18:29:37.209Z] Removing intermediate container a0eb496dbaa7 [2021-03-29T18:29:37.209Z] ---> 664a47ab5812 [2021-03-29T18:29:37.209Z] Step 6/21 : COPY go.mod . [2021-03-29T18:29:38.166Z] Removing intermediate container b39278c2f1b5 [2021-03-29T18:29:38.166Z] ---> 517f8ed941d2 [2021-03-29T18:29:38.166Z] Step 30/31 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:29:38.166Z] ---> 8767cdd09321 [2021-03-29T18:29:38.166Z] Step 7/21 : RUN go mod download [2021-03-29T18:29:38.436Z] Removing intermediate container 4d892d4b8c1a [2021-03-29T18:29:38.436Z] ---> de3b6634ed56 [2021-03-29T18:29:38.436Z] Step 6/24 : COPY go.mod . [2021-03-29T18:29:39.413Z] ---> Running in 109a3c1835be [2021-03-29T18:29:39.413Z] ---> Running in 54cdb1c40a14 [2021-03-29T18:29:39.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.182s coverage: 92.8% of statements [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T18:29:39.966Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.138s coverage: 58.8% of statements [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T18:29:39.966Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 1.0% of statements [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T18:29:39.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T18:29:39.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.134s coverage: 47.1% of statements [2021-03-29T18:29:39.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.161s coverage: 79.5% of statements [2021-03-29T18:29:39.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.150s coverage: 94.1% of statements [2021-03-29T18:29:39.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.158s coverage: 96.3% of statements [2021-03-29T18:29:39.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.119s coverage: 87.5% of statements [2021-03-29T18:29:39.992Z] ---> aea51c894c84 [2021-03-29T18:29:39.992Z] Step 7/24 : RUN go mod download [2021-03-29T18:29:40.575Z] ---> Running in 4950c45ebe82 [2021-03-29T18:29:41.529Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:29:41.529Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:29:41.529Z] ---> 0d97d2234603 [2021-03-29T18:29:41.529Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T18:29:41.529Z] ---> Using cache [2021-03-29T18:29:41.529Z] ---> 3c0b3b933629 [2021-03-29T18:29:41.529Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:29:41.529Z] ---> Using cache [2021-03-29T18:29:41.529Z] ---> 2835b55bf456 [2021-03-29T18:29:41.529Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T18:29:41.529Z] ---> Using cache [2021-03-29T18:29:41.529Z] ---> de3b6634ed56 [2021-03-29T18:29:41.529Z] Step 6/23 : COPY go.mod . [2021-03-29T18:29:41.529Z] ---> Using cache [2021-03-29T18:29:41.529Z] ---> aea51c894c84 [2021-03-29T18:29:41.529Z] Step 7/23 : RUN go mod download [2021-03-29T18:29:42.484Z] Removing intermediate container 54cdb1c40a14 [2021-03-29T18:29:42.484Z] ---> e90c47c96d6a [2021-03-29T18:29:42.484Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T18:29:43.565Z] ---> Running in 38d87650a241 [2021-03-29T18:29:44.160Z] ---> Running in c8b1c97542e2 [2021-03-29T18:29:45.562Z] Removing intermediate container c8b1c97542e2 [2021-03-29T18:29:45.562Z] ---> 6c80ee345dda [2021-03-29T18:29:45.562Z] [2021-03-29T18:29:45.825Z] Successfully built 6c80ee345dda [2021-03-29T18:29:46.399Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T18:29:46.399Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-03-29T18:29:46.661Z] Removing intermediate container 109a3c1835be [2021-03-29T18:29:46.661Z] ---> e835998e70ef [2021-03-29T18:29:46.661Z] Step 8/21 : COPY . . [2021-03-29T18:29:47.613Z] Removing intermediate container e497eacd5462 [2021-03-29T18:29:47.613Z] ---> 2649d8f43813 [2021-03-29T18:29:47.613Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T18:29:50.183Z] Removing intermediate container 4950c45ebe82 [2021-03-29T18:29:50.183Z] ---> 380c4245ce76 [2021-03-29T18:29:50.183Z] Step 8/24 : COPY . . [2021-03-29T18:29:52.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.140s coverage: 94.4% of statements [2021-03-29T18:29:52.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.108s coverage: 44.8% of statements [2021-03-29T18:29:53.516Z] ---> Running in b8633814c756 [2021-03-29T18:29:53.517Z] Removing intermediate container 38d87650a241 [2021-03-29T18:29:53.517Z] ---> 08e213ae6a27 [2021-03-29T18:29:53.517Z] Step 8/23 : COPY . . [2021-03-29T18:29:57.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.464s coverage: 82.6% of statements [2021-03-29T18:30:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.203s coverage: 92.9% of statements [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T18:30:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T18:30:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T18:30:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T18:30:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.156s coverage: 75.5% of statements [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T18:30:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.129s coverage: 80.8% of statements [2021-03-29T18:30:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.196s coverage: 87.2% of statements [2021-03-29T18:30:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.221s coverage: 84.6% of statements [2021-03-29T18:30:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.6% of statements [2021-03-29T18:30:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T18:30:08.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.707s coverage: 64.4% of statements [2021-03-29T18:30:08.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T18:30:08.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T18:30:08.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.163s coverage: 100.0% of statements [2021-03-29T18:30:08.559Z] Collecting docker-compose==1.23.2 [2021-03-29T18:30:08.559Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T18:30:09.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 91.3% of statements [2021-03-29T18:30:09.530Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T18:30:09.530Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T18:30:09.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements [2021-03-29T18:30:10.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-03-29T18:30:10.116Z] Collecting PyYAML<4,>=3.10 [2021-03-29T18:30:10.446Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T18:30:11.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-03-29T18:30:13.910Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:30:13.910Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:30:13.910Z] ---> 0d97d2234603 [2021-03-29T18:30:13.910Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T18:30:13.910Z] ---> Using cache [2021-03-29T18:30:13.910Z] ---> 3c0b3b933629 [2021-03-29T18:30:13.910Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:30:13.910Z] ---> Using cache [2021-03-29T18:30:13.910Z] ---> 2835b55bf456 [2021-03-29T18:30:13.910Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T18:30:13.910Z] ---> Using cache [2021-03-29T18:30:13.910Z] ---> de3b6634ed56 [2021-03-29T18:30:13.910Z] Step 6/22 : COPY go.mod . [2021-03-29T18:30:13.910Z] ---> Using cache [2021-03-29T18:30:13.910Z] ---> aea51c894c84 [2021-03-29T18:30:13.910Z] Step 7/22 : RUN go mod download [2021-03-29T18:30:13.910Z] ---> Using cache [2021-03-29T18:30:13.910Z] ---> 08e213ae6a27 [2021-03-29T18:30:13.910Z] Step 8/22 : COPY . . [2021-03-29T18:30:15.008Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T18:30:15.008Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T18:30:15.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.861s coverage: 69.0% of statements [2021-03-29T18:30:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T18:30:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T18:30:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T18:30:16.422Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T18:30:16.422Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T18:30:16.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.465s coverage: 38.4% of statements [2021-03-29T18:30:16.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T18:30:16.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T18:30:16.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.150s coverage: 89.5% of statements [2021-03-29T18:30:16.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T18:30:16.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.096s coverage: 84.8% of statements [2021-03-29T18:30:20.895Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T18:30:20.895Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T18:30:20.895Z] 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-29T18:30:21.159Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T18:30:21.159Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T18:30:22.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.0% of statements [2021-03-29T18:30:22.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T18:30:22.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T18:30:22.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T18:30:22.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T18:30:22.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T18:30:22.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2021-03-29T18:30:22.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T18:30:22.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements [2021-03-29T18:30:22.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T18:30:22.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T18:30:22.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T18:30:22.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T18:30:22.556Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T18:30:22.556Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T18:30:23.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.479s coverage: 87.1% of statements [2021-03-29T18:30:23.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T18:30:23.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T18:30:23.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T18:30:25.891Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T18:30:25.891Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T18:30:26.162Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T18:30:26.162Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T18:30:26.162Z] ---> ac84d8c69a01 [2021-03-29T18:30:26.162Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T18:30:27.156Z] ---> b088a26fc1d1 [2021-03-29T18:30:27.156Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T18:30:27.156Z] ---> 8c89cef9db52 [2021-03-29T18:30:27.156Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T18:30:27.156Z] ---> Running in 0224c8b4874f [2021-03-29T18:30:27.420Z] ---> Running in acdace70a106 [2021-03-29T18:30:27.420Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T18:30:27.420Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T18:30:27.420Z] ---> Running in c3a95a9432e3 [2021-03-29T18:30:27.682Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T18:30:27.682Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T18:30:27.945Z] 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-29T18:30:28.220Z] Collecting idna<2.8,>=2.5 [2021-03-29T18:30:28.220Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T18:30:28.220Z] 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-29T18:30:28.220Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T18:30:28.220Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T18:30:28.220Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T18:30:28.220Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T18:30:28.494Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, dockerpty, jsonschema, cached-property, docopt, texttable, docker-compose [2021-03-29T18:30:28.494Z] Attempting uninstall: urllib3 [2021-03-29T18:30:28.494Z] Found existing installation: urllib3 1.25.9 [2021-03-29T18:30:28.494Z] Uninstalling urllib3-1.25.9: [2021-03-29T18:30:30.435Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T18:30:30.435Z] 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-29T18:30:30.713Z] 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-29T18:30:30.713Z] 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-29T18:30:30.713Z] Attempting uninstall: idna [2021-03-29T18:30:30.713Z] Found existing installation: idna 2.9 [2021-03-29T18:30:30.713Z] Uninstalling idna-2.9: [2021-03-29T18:30:30.980Z] Successfully uninstalled idna-2.9 [2021-03-29T18:30:31.971Z] Attempting uninstall: requests [2021-03-29T18:30:31.971Z] Found existing installation: requests 2.23.0 [2021-03-29T18:30:31.971Z] Uninstalling requests-2.23.0: [2021-03-29T18:30:32.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.124s coverage: 29.1% of statements [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T18:30:32.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.218s coverage: 99.0% of statements [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T18:30:32.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.173s coverage: 100.0% of statements [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T18:30:32.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.229s coverage: 94.6% of statements [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T18:30:32.001Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T18:30:32.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T18:30:32.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T18:30:32.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T18:30:32.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-03-29T18:30:32.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.112s coverage: 32.1% of statements [2021-03-29T18:30:32.247Z] Successfully uninstalled requests-2.23.0 [2021-03-29T18:30:32.596Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-29T18:30:33.192Z] GO111MODULE=on go vet ./... [2021-03-29T18:30:35.739Z] Running setup.py install for PyYAML: started [2021-03-29T18:30:38.413Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T18:30:38.413Z] Running setup.py install for dockerpty: started [2021-03-29T18:30:39.413Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T18:30:39.683Z] Running setup.py install for docopt: started [2021-03-29T18:30:41.115Z] ---> 79a0fba2d58e [2021-03-29T18:30:41.115Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T18:30:41.115Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T18:30:41.115Z] Running setup.py install for texttable: started [2021-03-29T18:30:41.115Z] ---> Running in 6051af6a13ed [2021-03-29T18:30:42.126Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T18:30:42.421Z] 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-29T18:30:42.421Z] 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-29T18:30:46.796Z] Removing intermediate container b8633814c756 [2021-03-29T18:30:46.796Z] ---> 95ccec5d3877 [2021-03-29T18:30:46.796Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T18:30:47.091Z] ---> Running in be71d075079e [2021-03-29T18:30:49.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:30:49.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:30:49.344Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T18:30:49.344Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T18:30:49.616Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T18:30:49.616Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:30:49.616Z] OK: 72 MiB in 58 packages [2021-03-29T18:30:51.656Z] Removing intermediate container be71d075079e [2021-03-29T18:30:51.656Z] ---> a0f7bf57e321 [2021-03-29T18:30:51.656Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T18:30:51.656Z] ---> Running in 8e62fcb5c482 [2021-03-29T18:30:51.656Z] Removing intermediate container 8e62fcb5c482 [2021-03-29T18:30:51.656Z] ---> 07c85f430b1e [2021-03-29T18:30:51.656Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T18:30:51.934Z] ---> Running in 5a84e5b2eeaa [2021-03-29T18:30:52.220Z] Removing intermediate container 5a84e5b2eeaa [2021-03-29T18:30:52.220Z] ---> 5c564c9b64e8 [2021-03-29T18:30:52.220Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T18:30:52.220Z] ---> Running in 5911af4936f2 [2021-03-29T18:30:52.510Z] Removing intermediate container 5911af4936f2 [2021-03-29T18:30:52.510Z] ---> 29169a697641 [2021-03-29T18:30:52.510Z] Step 25/26 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:30:52.791Z] ---> Running in d1b69a35c409 [2021-03-29T18:30:53.790Z] Removing intermediate container d1b69a35c409 [2021-03-29T18:30:53.790Z] ---> 5e7342bba969 [2021-03-29T18:30:53.790Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T18:30:53.790Z] ---> Running in 872901b8a7ae [2021-03-29T18:30:54.059Z] Removing intermediate container 872901b8a7ae [2021-03-29T18:30:54.059Z] ---> 372778929fc7 [2021-03-29T18:30:54.059Z] [2021-03-29T18:30:54.334Z] Successfully built 372778929fc7 [2021-03-29T18:30:54.334Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T18:31:03.409Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T18:31:03.409Z] 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-29T18:31:15.734Z] Removing intermediate container 0224c8b4874f [2021-03-29T18:31:15.734Z] ---> 8dd584fdf1e6 [2021-03-29T18:31:15.734Z] [2021-03-29T18:31:15.734Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T18:31:15.734Z] ---> 42cb162f0360 [2021-03-29T18:31:15.734Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T18:31:15.734Z] Removing intermediate container c3a95a9432e3 [2021-03-29T18:31:15.734Z] ---> 5ab3efe84c5e [2021-03-29T18:31:15.734Z] [2021-03-29T18:31:15.734Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T18:31:15.734Z] ---> 42cb162f0360 [2021-03-29T18:31:15.734Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T18:31:15.734Z] Removing intermediate container acdace70a106 [2021-03-29T18:31:15.734Z] ---> 3cf96f37e8c5 [2021-03-29T18:31:15.734Z] [2021-03-29T18:31:15.734Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T18:31:15.734Z] ---> 42cb162f0360 [2021-03-29T18:31:15.734Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T18:31:15.734Z] ---> Using cache [2021-03-29T18:31:15.734Z] ---> 0b579166a339 [2021-03-29T18:31:15.734Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T18:31:15.734Z] ---> Using cache [2021-03-29T18:31:15.734Z] ---> 2c07dbd2859f [2021-03-29T18:31:15.734Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T18:31:15.734Z] ---> Running in 952564eaf7bc [2021-03-29T18:31:15.734Z] ---> Running in abaa7f9a57d9 [2021-03-29T18:31:15.734Z] ---> Running in d8925bba1a98 [2021-03-29T18:31:15.734Z] Removing intermediate container d8925bba1a98 [2021-03-29T18:31:15.734Z] ---> 954b5e930136 [2021-03-29T18:31:15.734Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T18:31:17.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:31:17.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:31:17.656Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T18:31:17.656Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T18:31:17.656Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T18:31:17.656Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T18:31:17.656Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T18:31:17.656Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T18:31:17.656Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:31:17.656Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T18:31:17.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T18:31:17.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T18:31:17.656Z] OK: 7 MiB in 20 packages [2021-03-29T18:31:17.918Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T18:31:18.180Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T18:31:18.180Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T18:31:18.180Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T18:31:18.180Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:31:18.180Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T18:31:18.180Z] ---> Running in 63dd8af8d29a [2021-03-29T18:31:18.444Z] OK: 7 MiB in 18 packages [2021-03-29T18:31:18.444Z] Removing intermediate container 6051af6a13ed [2021-03-29T18:31:18.444Z] ---> bfe282c654bb [2021-03-29T18:31:18.444Z] [2021-03-29T18:31:18.444Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T18:31:18.444Z] ---> 42cb162f0360 [2021-03-29T18:31:18.444Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T18:31:18.444Z] ---> Using cache [2021-03-29T18:31:18.444Z] ---> 0b579166a339 [2021-03-29T18:31:18.444Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T18:31:18.444Z] ---> Using cache [2021-03-29T18:31:18.444Z] ---> 2c07dbd2859f [2021-03-29T18:31:18.444Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T18:31:18.717Z] Removing intermediate container 63dd8af8d29a [2021-03-29T18:31:18.717Z] ---> 6c3347f861fa [2021-03-29T18:31:18.717Z] Step 15/23 : WORKDIR / [2021-03-29T18:31:18.717Z] ---> Running in 315c6d6c3409 [2021-03-29T18:31:18.982Z] ---> Running in 3850f7be9104 [2021-03-29T18:31:19.936Z] Removing intermediate container 952564eaf7bc [2021-03-29T18:31:19.936Z] ---> dc7961c6d1fb [2021-03-29T18:31:19.936Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T18:31:20.514Z] Removing intermediate container 315c6d6c3409 [2021-03-29T18:31:20.514Z] ---> ca223545afa5 [2021-03-29T18:31:20.514Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T18:31:20.514Z] ---> Running in f70e1b3dfd79 [2021-03-29T18:31:20.514Z] ---> Running in fbc61b6035cb [2021-03-29T18:31:20.514Z] Removing intermediate container 3850f7be9104 [2021-03-29T18:31:20.514Z] ---> d74b1aa71d36 [2021-03-29T18:31:20.514Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T18:31:20.778Z] Removing intermediate container abaa7f9a57d9 [2021-03-29T18:31:20.778Z] ---> f474a4d262b3 [2021-03-29T18:31:20.778Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T18:31:20.778Z] ---> Running in 4414b1ce2e07 [2021-03-29T18:31:21.040Z] Removing intermediate container fbc61b6035cb [2021-03-29T18:31:21.040Z] ---> 2a1ff9e891e3 [2021-03-29T18:31:21.040Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T18:31:21.040Z] Removing intermediate container f70e1b3dfd79 [2021-03-29T18:31:21.040Z] ---> 94dab90b41f4 [2021-03-29T18:31:21.040Z] Step 13/24 : WORKDIR / [2021-03-29T18:31:21.040Z] ---> 4069533744c0 [2021-03-29T18:31:21.040Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T18:31:21.040Z] Removing intermediate container 4414b1ce2e07 [2021-03-29T18:31:21.040Z] ---> a5ae97007ed5 [2021-03-29T18:31:21.040Z] Step 13/21 : WORKDIR /edgex [2021-03-29T18:31:21.308Z] ---> Running in d6d226accfb7 [2021-03-29T18:31:21.308Z] ---> Running in bf469ae4d334 [2021-03-29T18:31:21.308Z] ---> 8488fbd3e828 [2021-03-29T18:31:21.308Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T18:31:21.576Z] Removing intermediate container d6d226accfb7 [2021-03-29T18:31:21.576Z] ---> dd25cbcac9fc [2021-03-29T18:31:21.576Z] 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-29T18:31:21.576Z] Removing intermediate container bf469ae4d334 [2021-03-29T18:31:21.576Z] ---> ca10ae2a630b [2021-03-29T18:31:21.576Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T18:31:21.845Z] ---> 37f405bea0b0 [2021-03-29T18:31:21.845Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T18:31:22.429Z] ---> 9892d41a9d9c [2021-03-29T18:31:22.430Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T18:31:22.430Z] ---> ed44f4952ece [2021-03-29T18:31:22.430Z] 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-29T18:31:22.430Z] ---> 9331e1e9c927 [2021-03-29T18:31:22.430Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T18:31:22.430Z] ---> 643fdc21cf25 [2021-03-29T18:31:22.430Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T18:31:22.698Z] ---> Running in fb8fdfe54997 [2021-03-29T18:31:22.969Z] ---> 6361886fc1aa [2021-03-29T18:31:22.969Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T18:31:22.969Z] Removing intermediate container fb8fdfe54997 [2021-03-29T18:31:22.969Z] ---> faf193a40af2 [2021-03-29T18:31:22.969Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T18:31:22.969Z] ---> e5342728d2c5 [2021-03-29T18:31:22.969Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T18:31:22.969Z] ---> 27119ee9b55f [2021-03-29T18:31:22.969Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T18:31:22.969Z] ---> Running in 2aa56b4e4e59 [2021-03-29T18:31:22.969Z] ---> Running in fcd2f68ebda2 [2021-03-29T18:31:23.233Z] ---> fe627b538857 [2021-03-29T18:31:23.233Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T18:31:23.233Z] Removing intermediate container 2aa56b4e4e59 [2021-03-29T18:31:23.233Z] ---> 276284196e33 [2021-03-29T18:31:23.233Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T18:31:23.233Z] Removing intermediate container fcd2f68ebda2 [2021-03-29T18:31:23.233Z] ---> e22fe46833e8 [2021-03-29T18:31:23.233Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T18:31:23.503Z] ---> Running in 5c336c8fd8cb [2021-03-29T18:31:23.503Z] ---> Running in 0848c33292f2 [2021-03-29T18:31:23.770Z] ---> 1999b67eb636 [2021-03-29T18:31:23.770Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T18:31:23.770Z] Removing intermediate container 5c336c8fd8cb [2021-03-29T18:31:23.770Z] ---> 1a5f2db5d5a0 [2021-03-29T18:31:23.770Z] Step 22/23 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:31:23.770Z] ---> Running in c42fa516f551 [2021-03-29T18:31:23.770Z] ---> Running in b8d40edde01d [2021-03-29T18:31:23.770Z] Removing intermediate container 0848c33292f2 [2021-03-29T18:31:23.770Z] ---> e3daec60af60 [2021-03-29T18:31:23.770Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T18:31:24.042Z] ---> ce7311f690e6 [2021-03-29T18:31:24.042Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T18:31:24.042Z] ---> Running in 3b1c1cdb6ab0 [2021-03-29T18:31:24.618Z] Removing intermediate container b8d40edde01d [2021-03-29T18:31:24.618Z] ---> 4ac73df2609c [2021-03-29T18:31:24.618Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T18:31:24.892Z] Removing intermediate container c42fa516f551 [2021-03-29T18:31:24.892Z] ---> 28d82100c620 [2021-03-29T18:31:24.892Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T18:31:24.892Z] ---> Running in 58e877bb0de7 [2021-03-29T18:31:24.892Z] ---> Running in 0973fa6400df [2021-03-29T18:31:24.892Z] Removing intermediate container 3b1c1cdb6ab0 [2021-03-29T18:31:24.892Z] ---> 40c5bd14a492 [2021-03-29T18:31:24.892Z] Step 21/22 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:31:25.177Z] ---> 3b5740a53997 [2021-03-29T18:31:25.177Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T18:31:25.177Z] ---> Running in 533f6acd1352 [2021-03-29T18:31:25.177Z] Removing intermediate container 0973fa6400df [2021-03-29T18:31:25.177Z] ---> f270f697ea7f [2021-03-29T18:31:25.177Z] [2021-03-29T18:31:25.443Z] Removing intermediate container 58e877bb0de7 [2021-03-29T18:31:25.443Z] ---> 20f6e1d3bbbc [2021-03-29T18:31:25.443Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T18:31:25.443Z] ---> Running in adf4ae8d2dea [2021-03-29T18:31:25.443Z] ---> 00487e912dad [2021-03-29T18:31:25.443Z] 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-29T18:31:25.443Z] Successfully built f270f697ea7f [2021-03-29T18:31:25.443Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T18:31:25.706Z]  Building docker-core-metadata-go ... done Removing intermediate container 533f6acd1352 [2021-03-29T18:31:25.706Z] ---> b1ada33287e0 [2021-03-29T18:31:25.706Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T18:31:25.706Z] ---> Running in 22df841d0ce9 [2021-03-29T18:31:25.969Z] ---> Running in 1ca519fcf7cc [2021-03-29T18:31:25.969Z] Removing intermediate container adf4ae8d2dea [2021-03-29T18:31:25.969Z] ---> be91f174ec71 [2021-03-29T18:31:25.969Z] Step 20/21 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:31:26.234Z] ---> Running in 2dd74b7b6896 [2021-03-29T18:31:26.234Z] Removing intermediate container 1ca519fcf7cc [2021-03-29T18:31:26.234Z] ---> 451ddcc9df4e [2021-03-29T18:31:26.234Z] [2021-03-29T18:31:26.500Z] Successfully built 451ddcc9df4e [2021-03-29T18:31:26.500Z] Removing intermediate container 2dd74b7b6896 [2021-03-29T18:31:26.500Z] ---> f25e19cb6396 [2021-03-29T18:31:26.500Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T18:31:26.500Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-29T18:31:26.500Z]  Building docker-support-scheduler-go ... done  ---> Running in 983744a65cbd [2021-03-29T18:31:26.763Z] Removing intermediate container 983744a65cbd [2021-03-29T18:31:26.763Z] ---> 28ed2053290e [2021-03-29T18:31:26.763Z] [2021-03-29T18:31:27.028Z] Successfully built 28ed2053290e [2021-03-29T18:31:27.028Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T18:31:27.028Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 22df841d0ce9 [2021-03-29T18:31:27.028Z] ---> d764a41b2081 [2021-03-29T18:31:27.028Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T18:31:27.290Z] ---> Running in faa03ff9c34f [2021-03-29T18:31:27.290Z] Removing intermediate container faa03ff9c34f [2021-03-29T18:31:27.290Z] ---> 456c00e47766 [2021-03-29T18:31:27.290Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T18:31:27.555Z] ---> Running in 2c22bbe148be [2021-03-29T18:31:27.555Z] Removing intermediate container 2c22bbe148be [2021-03-29T18:31:27.555Z] ---> b44dacc95b2f [2021-03-29T18:31:27.555Z] Step 23/24 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:31:27.818Z] ---> Running in df8ef83c203f [2021-03-29T18:31:27.818Z] Removing intermediate container df8ef83c203f [2021-03-29T18:31:27.818Z] ---> 206026c94e0e [2021-03-29T18:31:27.818Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T18:31:27.818Z] ---> Running in 1c404b7cba9f [2021-03-29T18:31:28.080Z] Removing intermediate container 1c404b7cba9f [2021-03-29T18:31:28.080Z] ---> 70b4a59b758f [2021-03-29T18:31:28.080Z] [2021-03-29T18:31:28.342Z] Successfully built 70b4a59b758f [2021-03-29T18:31:28.343Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T18:31:28.620Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-03-29T18:31:28.652Z] $ docker stop --time=1 edb0ca278a94fa00b026c2a9115e5052b139ec5784e1126981ee3c3cca7ba8c3 [2021-03-29T18:31:30.213Z] $ docker rm -f edb0ca278a94fa00b026c2a9115e5052b139ec5784e1126981ee3c3cca7ba8c3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T18:31:30.726Z] + docker images [2021-03-29T18:31:30.727Z] + grep docker [2021-03-29T18:31:30.988Z] docker-security-secretstore-setup-go latest 70b4a59b758f 3 seconds ago 25.7MB [2021-03-29T18:31:30.988Z] docker-security-proxy-setup-go latest 28ed2053290e 4 seconds ago 25.4MB [2021-03-29T18:31:30.988Z] docker-support-scheduler-go latest 451ddcc9df4e 4 seconds ago 17.4MB [2021-03-29T18:31:30.988Z] docker-core-metadata-go latest f270f697ea7f 5 seconds ago 19MB [2021-03-29T18:31:30.988Z] docker-sys-mgmt-agent-go latest 372778929fc7 37 seconds ago 314MB [2021-03-29T18:31:30.988Z] docker-security-bootstrapper-go latest 6c80ee345dda About a minute ago 18.9MB [2021-03-29T18:31:30.988Z] docker-core-data-go latest 8112206f274e 2 minutes ago 22.7MB [2021-03-29T18:31:30.988Z] docker-core-command-go latest 33bb19167330 2 minutes ago 17.3MB [2021-03-29T18:31:30.988Z] docker-support-notifications-go latest b7da0a243565 2 minutes ago 17.9MB [2021-03-29T18:31:30.988Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-29T18:31:46.693Z] Still waiting to schedule task [2021-03-29T18:31:46.693Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-29T18:31:55.028Z] gofmt -l . [2021-03-29T18:31:55.028Z] [ "`gofmt -l .`" = "" ] [2021-03-29T18:31:55.028Z] ./bin/test-go-mod-tidy.sh [2021-03-29T18:31:55.298Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T18:31:57.939Z] + ls -al . [2021-03-29T18:31:57.939Z] total 808 [2021-03-29T18:31:57.939Z] drwxrwxr-x 9 1001 1001 4096 Mar 29 18:31 . [2021-03-29T18:31:57.939Z] drwxr-xr-x 4 root root 4096 Mar 29 18:27 .. [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 18:25 .dockerignore [2021-03-29T18:31:57.939Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 18:25 .git [2021-03-29T18:31:57.939Z] drwxrwxr-x 3 1001 1001 4096 Mar 29 18:25 .github [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 18:25 .gitignore [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 18:25 .sonarcloud.properties [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 18:25 Attribution.txt [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 18:25 CONTRIBUTING.md [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 18:25 Dockerfile.build [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 18:25 Jenkinsfile [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 18:25 LICENSE [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 18:25 Makefile [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 18:25 README.md [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 18:25 SECURITY.md [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 18:22 VERSION [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 18:25 ZMQWindows.md [2021-03-29T18:31:57.939Z] drwxrwxr-x 2 1001 1001 4096 Mar 29 18:25 bin [2021-03-29T18:31:57.939Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 18:25 cmd [2021-03-29T18:31:57.939Z] -rw-r--r-- 1 root root 668090 Mar 29 18:30 coverage.out [2021-03-29T18:31:57.939Z] -rw-r--r-- 1 root root 1056 Mar 29 18:31 go.mod [2021-03-29T18:31:57.939Z] -rw-r--r-- 1 root root 22530 Mar 29 18:31 go.sum [2021-03-29T18:31:57.939Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 18:25 internal [2021-03-29T18:31:57.939Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 18:25 openapi [2021-03-29T18:31:57.939Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 18:25 snap [2021-03-29T18:31:57.939Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 18:25 version.go [Pipeline] sh [2021-03-29T18:31:58.608Z] + '[' -e coverage.out ] [2021-03-29T18:31:58.608Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T18:31:58.675Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T18:31:59.781Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T18:32:00.432Z] + make build [2021-03-29T18:32:00.432Z] 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-29T18:32:10.593Z] 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-29T18:32:32.767Z] 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-29T18:32:37.073Z] 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-29T18:32:45.350Z] 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-29T18:32:45.350Z] 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-29T18:32:50.746Z] 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-29T18:32:50.946Z] Running on prd-ubuntu18.04-docker-8c-8g-31802 in /w/workspace/edgexfoundry_edgex-go_PR-3295 [Pipeline] { [Pipeline] ws [2021-03-29T18:32:51.058Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-03-29T18:32:53.149Z] using credential edgex-jenkins-ssh [2021-03-29T18:32:53.216Z] Cloning the remote Git repository [2021-03-29T18:32:53.215Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T18:32:53.304Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-03-29T18:32:53.329Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T18:32:53.330Z] > git --version # timeout=10 [2021-03-29T18:32:53.336Z] > git --version # 'git version 2.17.1' [2021-03-29T18:32:53.337Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:32:53.360Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T18:32:56.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T18:33:00.492Z] 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-29T18:33:03.871Z] 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-29T18:33:07.261Z] 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-29T18:33:11.559Z] 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-29T18:33:13.953Z] Merging remotes/origin/master commit bcbd0cedf9f2274dcd27c77a427114b9dc8b852a into PR head commit cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:33:14.066Z] Merge succeeded, producing cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:33:14.066Z] Checking out Revision cad762147c9a378943e78532a4f930cb036be87a (PR-3295) [2021-03-29T18:33:13.417Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T18:33:13.423Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T18:33:13.431Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T18:33:13.440Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T18:33:13.441Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:33:13.444Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3295/head:refs/remotes/origin/PR-3295 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T18:33:13.957Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T18:33:13.961Z] > git checkout -f cad762147c9a378943e78532a4f930cb036be87a # timeout=10 [2021-03-29T18:33:14.033Z] > git remote # timeout=10 [2021-03-29T18:33:14.042Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T18:33:14.045Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T18:33:14.048Z] > git merge bcbd0cedf9f2274dcd27c77a427114b9dc8b852a # timeout=10 [2021-03-29T18:33:14.054Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T18:33:14.062Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T18:33:14.065Z] > git checkout -f cad762147c9a378943e78532a4f930cb036be87a # timeout=10 [2021-03-29T18:33:17.747Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] } [2021-03-29T18:33:18.300Z] $ docker stop --time=1 af4a197360e0ede8101d2f6bcd5a6bfc22ac75f7ea48b1ba717d1dcd0a895f54 [2021-03-29T18:33:20.817Z] $ docker rm -f af4a197360e0ede8101d2f6bcd5a6bfc22ac75f7ea48b1ba717d1dcd0a895f54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:33:22.940Z] + echo snap-build.sh [2021-03-29T18:33:22.940Z] snap-build.sh [2021-03-29T18:33:22.940Z] + SNAP_BASE_DIR=. [2021-03-29T18:33:22.940Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-03-29T18:33:22.940Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-03-29T18:33:22.940Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-03-29T18:33:22.940Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-03-29T18:33:22.940Z] + cd /w/workspace/edgex-go/7 [2021-03-29T18:33:22.940Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-29T18:33:22.940Z] Reading package lists... [2021-03-29T18:33:22.940Z] Building dependency tree... [2021-03-29T18:33:22.940Z] Reading state information... [2021-03-29T18:33:23.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T18:33:23.089Z] [2021-03-29T18:33:23.089Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T18:33:23.204Z] The following packages were automatically installed and are no longer required: [2021-03-29T18:33:23.204Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-29T18:33:23.204Z] uidmap xdelta3 [2021-03-29T18:33:23.204Z] Use 'sudo apt autoremove' to remove them. [2021-03-29T18:33:23.204Z] The following packages will be REMOVED: [2021-03-29T18:33:23.204Z] lxd* lxd-client* [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:33:23.467Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-29T18:33:23.467Z] After this operation, 31.7 MB disk space will be freed. [2021-03-29T18:33:23.742Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T18:33:24.016Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-29T18:33:24.016Z] 29e5d40040c1: Pulling fs layer [2021-03-29T18:33:24.016Z] 1ce36da41761: Pulling fs layer [2021-03-29T18:33:24.016Z] 25b303627fd3: Pulling fs layer [2021-03-29T18:33:24.290Z] 29e5d40040c1: Verifying Checksum [2021-03-29T18:33:24.290Z] 29e5d40040c1: Download complete [2021-03-29T18:33:24.564Z] 1ce36da41761: Verifying Checksum [2021-03-29T18:33:24.564Z] 1ce36da41761: Download complete [2021-03-29T18:33:24.784Z] (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-29T18:33:24.784Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T18:33:24.838Z] 29e5d40040c1: Pull complete [2021-03-29T18:33:25.364Z] Removing lxd dnsmasq configuration [2021-03-29T18:33:25.627Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T18:33:25.888Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-29T18:33:26.286Z] 1ce36da41761: Pull complete [2021-03-29T18:33:26.286Z] 25b303627fd3: Verifying Checksum [2021-03-29T18:33:26.286Z] 25b303627fd3: Download complete [2021-03-29T18:33:26.841Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-29T18:33:26.841Z] (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-29T18:33:26.841Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T18:33:28.285Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-29T18:33:28.285Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-29T18:33:29.226Z] + sudo snap remove --purge lxd [2021-03-29T18:33:29.488Z] snap "lxd" is not installed [2021-03-29T18:33:29.488Z] + sudo groupadd --force --system lxd [2021-03-29T18:33:29.488Z] ++ whoami [2021-03-29T18:33:29.488Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-29T18:33:29.749Z] + newgrp - lxd [2021-03-29T18:33:29.749Z] + sudo snap install lxd [2021-03-29T18:33:36.459Z] 25b303627fd3: Pull complete [2021-03-29T18:33:36.459Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-29T18:33:36.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T18:33:36.459Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-29T18:33:36.730Z] prd-ubuntu18.04-docker-arm64-4c-16g-31797 does not seem to be running inside a container [2021-03-29T18:33:36.815Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T18:33:37.893Z] 2021-03-29T18:33:35Z INFO Waiting for automatic snapd restart... [2021-03-29T18:33:40.157Z] $ docker top e8449ab291eff2417c9864850d9adb8baffefb8fd17fa262ec07bcaacd20403f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:33:41.221Z] + docker-compose+ build --help [2021-03-29T18:33:41.221Z] grep parallel [2021-03-29T18:33:44.607Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T18:33:44.625Z] $ docker stop --time=1 e8449ab291eff2417c9864850d9adb8baffefb8fd17fa262ec07bcaacd20403f [2021-03-29T18:33:46.544Z] $ docker rm -f e8449ab291eff2417c9864850d9adb8baffefb8fd17fa262ec07bcaacd20403f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:33:47.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T18:33:47.308Z] . [Pipeline] withDockerContainer [2021-03-29T18:33:47.582Z] prd-ubuntu18.04-docker-arm64-4c-16g-31797 does not seem to be running inside a container [2021-03-29T18:33:47.671Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T18:33:49.181Z] $ docker top fd3a136c68bef817513aa057b3daae49008f18ffd94225e1d707ae617fb45fc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:33:50.205Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T18:33:54.497Z] Building docker-core-command-go ... [2021-03-29T18:33:54.497Z] Building docker-core-data-go ... [2021-03-29T18:33:54.497Z] Building docker-core-metadata-go ... [2021-03-29T18:33:54.497Z] Building docker-security-bootstrapper-go ... [2021-03-29T18:33:54.497Z] Building docker-security-proxy-setup-go ... [2021-03-29T18:33:54.497Z] Building docker-security-secretstore-setup-go ... [2021-03-29T18:33:54.497Z] Building docker-support-notifications-go ... [2021-03-29T18:33:54.497Z] Building docker-support-scheduler-go ... [2021-03-29T18:33:54.497Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T18:33:54.497Z] Building docker-core-data-go [2021-03-29T18:33:54.497Z] Building docker-security-bootstrapper-go [2021-03-29T18:33:54.497Z] Building docker-security-secretstore-setup-go [2021-03-29T18:33:54.497Z] Building docker-support-scheduler-go [2021-03-29T18:33:54.497Z] Building docker-support-notifications-go [2021-03-29T18:33:56.069Z] lxd 4.12 from Canonical* installed [2021-03-29T18:33:56.069Z] + sudo lxd init --auto [2021-03-29T18:34:04.235Z] + sudo snap install --classic snapcraft [2021-03-29T18:34:12.374Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T18:34:12.374Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-29T18:34:12.374Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-29T18:34:12.374Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T18:34:12.374Z] Dload Upload Total Spent Left Speed [2021-03-29T18:34:12.374Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4898 0 --:--:-- --:--:-- --:--:-- 4937 [2021-03-29T18:34:12.374Z] 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 8547k 0 --:--:-- --:--:-- --:--:-- 37.3M [2021-03-29T18:34:12.374Z] ./yq_linux_amd64 [2021-03-29T18:34:12.374Z] + sudo snapcraft prime --use-lxd [2021-03-29T18:34:13.761Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-29T18:34:13.761Z] 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-29T18:34:13.761Z] - README.md [2021-03-29T18:34:13.761Z] [2021-03-29T18:34:13.761Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T18:34:14.333Z] Launching a container. [2021-03-29T18:34:26.564Z] Waiting for container to be ready [2021-03-29T18:34:26.564Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-29T18:34:26.564Z] [2021-03-29T18:34:29.114Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-29T18:34:29.374Z] Waiting for network to be ready... [2021-03-29T18:34:29.948Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T18:34:29.948Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T18:34:30.518Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T18:34:30.518Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T18:34:30.518Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T18:34:30.779Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T18:34:30.779Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T18:34:30.779Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T18:34:30.779Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T18:34:30.779Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T18:34:30.779Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T18:34:31.045Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T18:34:31.045Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T18:34:31.045Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T18:34:31.045Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T18:34:31.045Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T18:34:31.045Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T18:34:31.045Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T18:34:31.315Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T18:34:31.315Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T18:34:31.576Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T18:34:31.576Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T18:34:31.576Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T18:34:31.576Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T18:34:31.576Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T18:34:31.576Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T18:34:31.576Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T18:34:34.123Z] Fetched 24.2 MB in 4s (5558 kB/s) [2021-03-29T18:34:35.062Z] Reading package lists... [2021-03-29T18:34:35.062Z] Reading package lists... [2021-03-29T18:34:35.323Z] Building dependency tree... [2021-03-29T18:34:35.323Z] Reading state information... [2021-03-29T18:34:35.323Z] The following additional packages will be installed: [2021-03-29T18:34:35.323Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T18:34:35.323Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T18:34:35.323Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T18:34:35.323Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-29T18:34:35.323Z] Suggested packages: [2021-03-29T18:34:35.323Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-29T18:34:35.323Z] Recommended packages: [2021-03-29T18:34:35.323Z] gnupg libsasl2-modules [2021-03-29T18:34:35.583Z] The following NEW packages will be installed: [2021-03-29T18:34:35.583Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T18:34:35.583Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T18:34:35.583Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T18:34:35.583Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-29T18:34:35.583Z] The following packages will be upgraded: [2021-03-29T18:34:35.583Z] gpg gpg-agent gpgconf libudev1 [2021-03-29T18:34:35.583Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-29T18:34:35.583Z] Need to get 3530 kB of archives. [2021-03-29T18:34:35.583Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-29T18:34:35.583Z] 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-29T18:34:35.583Z] 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-29T18:34:35.583Z] 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-29T18:34:35.583Z] 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-29T18:34:35.583Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-29T18:34:35.845Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-29T18:34:36.417Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-29T18:34:36.417Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-29T18:34:36.417Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-29T18:34:36.417Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-29T18:34:36.417Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-29T18:34:36.417Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-29T18:34:36.417Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-29T18:34:36.417Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-29T18:34:36.417Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-29T18:34:36.417Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-29T18:34:36.417Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-29T18:34:36.417Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-29T18:34:36.417Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-29T18:34:36.417Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-29T18:34:36.417Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-29T18:34:36.417Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-29T18:34:36.677Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T18:34:36.678Z] Fetched 3530 kB in 1s (3523 kB/s) [2021-03-29T18:34:36.678Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T18:34:36.678Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-29T18:34:36.678Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T18:34:36.678Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-29T18:34:36.941Z] Selecting previously unselected package udev. [2021-03-29T18:34:36.941Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T18:34:36.941Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-29T18:34:36.941Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-29T18:34:37.204Z] Selecting previously unselected package libfuse2:amd64. [2021-03-29T18:34:37.204Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T18:34:37.204Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T18:34:37.204Z] Selecting previously unselected package fuse. [2021-03-29T18:34:37.204Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T18:34:37.204Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-29T18:34:37.467Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T18:34:37.467Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T18:34:37.467Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T18:34:37.467Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T18:34:37.728Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T18:34:37.728Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T18:34:37.728Z] Selecting previously unselected package libksba8:amd64. [2021-03-29T18:34:37.728Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-29T18:34:37.728Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-29T18:34:37.989Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-29T18:34:37.989Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T18:34:37.989Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:37.989Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-29T18:34:37.989Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T18:34:37.989Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:37.989Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-29T18:34:37.989Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T18:34:37.989Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:38.250Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-29T18:34:38.250Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T18:34:38.250Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:38.250Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-29T18:34:38.250Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T18:34:38.250Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:38.510Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-29T18:34:38.510Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T18:34:38.510Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:38.510Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-29T18:34:38.510Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T18:34:38.510Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:38.769Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-29T18:34:38.770Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T18:34:38.770Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:38.770Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-29T18:34:38.770Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T18:34:38.770Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:38.770Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-29T18:34:38.770Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T18:34:38.770Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T18:34:39.031Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-29T18:34:39.031Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T18:34:39.031Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T18:34:39.031Z] Selecting previously unselected package libldap-common. [2021-03-29T18:34:39.031Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-29T18:34:39.031Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T18:34:39.031Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-29T18:34:39.031Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-29T18:34:39.031Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T18:34:39.292Z] Selecting previously unselected package dirmngr. [2021-03-29T18:34:39.292Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T18:34:39.292Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T18:34:39.292Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T18:34:39.292Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-29T18:34:39.292Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T18:34:39.292Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T18:34:39.553Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T18:34:39.553Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-29T18:34:39.553Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:39.553Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-29T18:34:39.553Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T18:34:39.553Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-29T18:34:39.815Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-29T18:34:40.075Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:40.075Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-29T18:34:40.075Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-29T18:34:40.075Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-29T18:34:40.336Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:40.336Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:40.336Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:40.336Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:40.336Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:40.336Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:40.336Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T18:34:40.336Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T18:34:40.336Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T18:34:40.336Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T18:34:40.914Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-29T18:34:40.914Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-29T18:34:40.914Z] This means they are not meant to be enabled using systemctl. [2021-03-29T18:34:40.914Z] Possible reasons for having this kind of units are: [2021-03-29T18:34:40.914Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-29T18:34:40.914Z] .wants/ or .requires/ directory. [2021-03-29T18:34:40.914Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-29T18:34:40.914Z] a requirement dependency on it. [2021-03-29T18:34:40.914Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-29T18:34:40.914Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-29T18:34:40.915Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-29T18:34:40.915Z] instance name specified. [2021-03-29T18:34:41.179Z] Reading package lists... [2021-03-29T18:34:41.440Z] Building dependency tree... [2021-03-29T18:34:41.440Z] Reading state information... [2021-03-29T18:34:41.440Z] The following additional packages will be installed: [2021-03-29T18:34:41.440Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-29T18:34:41.440Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-29T18:34:41.440Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-29T18:34:41.440Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-29T18:34:41.440Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-29T18:34:41.440Z] Suggested packages: [2021-03-29T18:34:41.440Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-29T18:34:41.440Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-29T18:34:41.440Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-29T18:34:41.440Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-29T18:34:41.440Z] systemd-container policykit-1 [2021-03-29T18:34:41.440Z] Recommended packages: [2021-03-29T18:34:41.440Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-29T18:34:41.440Z] The following NEW packages will be installed: [2021-03-29T18:34:41.440Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-29T18:34:41.440Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-29T18:34:41.440Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-29T18:34:41.440Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-29T18:34:41.440Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-29T18:34:41.440Z] The following packages will be upgraded: [2021-03-29T18:34:41.440Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-29T18:34:41.704Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-29T18:34:41.704Z] Need to get 35.2 MB of archives. [2021-03-29T18:34:41.704Z] After this operation, 141 MB of additional disk space will be used. [2021-03-29T18:34:41.704Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-29T18:34:41.704Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-29T18:34:42.653Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-29T18:34:42.653Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-29T18:34:42.653Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-29T18:34:42.653Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-29T18:34:42.653Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-29T18:34:42.912Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-29T18:34:42.912Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-29T18:34:42.912Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-29T18:34:42.912Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-29T18:34:42.912Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-29T18:34:42.912Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-29T18:34:42.912Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-29T18:34:42.912Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-29T18:34:42.912Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-29T18:34:42.912Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-29T18:34:42.912Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-29T18:34:42.912Z] 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-29T18:34:43.172Z] 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-29T18:34:43.172Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-29T18:34:43.172Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-29T18:34:43.172Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-29T18:34:43.172Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-29T18:34:43.172Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-29T18:34:43.172Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-29T18:34:43.172Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-29T18:34:43.172Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-29T18:34:43.433Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-29T18:34:43.433Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-29T18:34:45.370Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T18:34:45.370Z] Fetched 35.2 MB in 4s (9920 kB/s) [2021-03-29T18:34:45.370Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T18:34:45.370Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-29T18:34:45.370Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T18:34:45.986Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-29T18:34:47.409Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T18:34:47.671Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-29T18:34:47.671Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T18:34:47.671Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T18:34:47.671Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T18:34:47.932Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-29T18:34:48.192Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T18:34:48.192Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T18:34:48.192Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T18:34:48.452Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-29T18:34:48.452Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-29T18:34:48.712Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-29T18:34:48.972Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-29T18:34:48.972Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T18:34:48.972Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T18:34:49.233Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-29T18:34:49.233Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T18:34:49.233Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T18:34:49.495Z] Selecting previously unselected package libexpat1:amd64. [2021-03-29T18:34:49.495Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-29T18:34:49.495Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T18:34:49.495Z] Selecting previously unselected package python3.6-minimal. [2021-03-29T18:34:49.495Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T18:34:49.495Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T18:34:49.756Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T18:34:49.756Z] Checking for services that may need to be restarted...done. [2021-03-29T18:34:49.756Z] Checking for services that may need to be restarted...done. [2021-03-29T18:34:50.016Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T18:34:50.016Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T18:34:50.016Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T18:34:50.588Z] Selecting previously unselected package python3-minimal. [2021-03-29T18:34:50.588Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-29T18:34:50.588Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-29T18:34:50.588Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-29T18:34:50.588Z] Selecting previously unselected package mime-support. [2021-03-29T18:34:50.588Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-29T18:34:50.588Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-29T18:34:50.588Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-29T18:34:50.588Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-29T18:34:50.588Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T18:34:50.847Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-29T18:34:50.847Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T18:34:50.847Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T18:34:51.107Z] Selecting previously unselected package python3.6. [2021-03-29T18:34:51.107Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T18:34:51.107Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T18:34:51.107Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-29T18:34:51.107Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-29T18:34:51.107Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T18:34:51.107Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-29T18:34:51.368Z] Selecting previously unselected package python3. [2021-03-29T18:34:51.368Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-29T18:34:51.368Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-29T18:34:51.368Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-29T18:34:51.630Z] Selecting previously unselected package multiarch-support. [2021-03-29T18:34:51.630Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T18:34:51.630Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T18:34:51.630Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T18:34:51.630Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-29T18:34:51.630Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-29T18:34:51.630Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-29T18:34:51.630Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T18:34:51.893Z] Selecting previously unselected package libbsd0:amd64. [2021-03-29T18:34:51.893Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-29T18:34:51.893Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T18:34:51.893Z] Selecting previously unselected package sudo. [2021-03-29T18:34:51.893Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-29T18:34:51.893Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T18:34:52.154Z] Selecting previously unselected package apparmor. [2021-03-29T18:34:52.154Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T18:34:52.154Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-29T18:34:52.154Z] Selecting previously unselected package libedit2:amd64. [2021-03-29T18:34:52.154Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-29T18:34:52.154Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T18:34:52.417Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-29T18:34:52.417Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T18:34:52.417Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T18:34:52.417Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-29T18:34:52.417Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T18:34:52.417Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T18:34:52.417Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-29T18:34:52.417Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-29T18:34:52.417Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T18:34:52.680Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-29T18:34:52.680Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T18:34:52.680Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T18:34:52.680Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-29T18:34:52.680Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T18:34:52.680Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T18:34:52.943Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-29T18:34:52.943Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-29T18:34:52.943Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T18:34:53.205Z] Selecting previously unselected package openssh-client. [2021-03-29T18:34:53.205Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-29T18:34:53.205Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T18:34:53.205Z] Selecting previously unselected package squashfs-tools. [2021-03-29T18:34:53.205Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-29T18:34:53.205Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T18:34:53.205Z] Selecting previously unselected package snapd. [2021-03-29T18:34:53.205Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-29T18:34:53.466Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-29T18:34:56.010Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T18:34:56.010Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T18:34:56.010Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-29T18:34:56.010Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T18:34:56.010Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T18:34:56.010Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T18:34:56.010Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T18:34:56.271Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-29T18:34:56.271Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-29T18:34:57.213Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T18:34:57.213Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T18:34:57.213Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T18:34:57.213Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T18:34:57.213Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T18:34:57.213Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T18:34:57.785Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T18:34:57.785Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T18:34:57.785Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T18:34:57.785Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-29T18:34:57.785Z] running python rtupdate hooks for python3.6... [2021-03-29T18:34:57.785Z] running python post-rtupdate hooks for python3.6... [2021-03-29T18:34:57.785Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-29T18:34:59.166Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-29T18:34:59.427Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T18:34:59.427Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T18:34:59.427Z] Setting up snapd (2.48.3+18.04) ... [2021-03-29T18:34:59.998Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-29T18:34:59.998Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-29T18:35:00.259Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-29T18:35:00.519Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-29T18:35:00.519Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T18:35:00.519Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T18:35:00.780Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-29T18:35:01.042Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-29T18:35:01.042Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-29T18:35:01.302Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-29T18:35:01.302Z] /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-29T18:35:01.562Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T18:35:01.562Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T18:35:02.507Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T18:35:02.769Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T18:35:03.030Z] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T18:35:04.233Z] Reading package lists... [2021-03-29T18:35:04.233Z] Reading package lists... [2021-03-29T18:35:04.493Z] Building dependency tree... [2021-03-29T18:35:04.493Z] Reading state information... [2021-03-29T18:35:04.493Z] Calculating upgrade... [2021-03-29T18:35:04.754Z] The following packages will be upgraded: [2021-03-29T18:35:04.754Z] advancecomp base-files bash binutils binutils-common [2021-03-29T18:35:04.754Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-29T18:35:04.754Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-29T18:35:04.754Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-29T18:35:04.754Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-29T18:35:04.754Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-29T18:35:04.754Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-29T18:35:04.754Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-29T18:35:04.754Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-29T18:35:04.754Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-29T18:35:04.754Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-29T18:35:04.754Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-29T18:35:04.754Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-29T18:35:04.754Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-29T18:35:04.754Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-29T18:35:04.754Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T18:35:04.754Z] Need to get 63.8 MB of archives. [2021-03-29T18:35:04.754Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-29T18:35:04.754Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-29T18:35:04.754Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-29T18:35:04.754Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-29T18:35:04.754Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-29T18:35:04.754Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-29T18:35:04.754Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-29T18:35:04.754Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-29T18:35:04.754Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-29T18:35:04.754Z] 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-29T18:35:04.754Z] 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-29T18:35:04.754Z] 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-29T18:35:04.754Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-29T18:35:05.020Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-29T18:35:05.020Z] 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-29T18:35:05.020Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-29T18:35:05.020Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-29T18:35:05.020Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-29T18:35:05.020Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-29T18:35:05.020Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-29T18:35:05.020Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-29T18:35:05.020Z] 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-29T18:35:05.020Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-29T18:35:05.020Z] 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-29T18:35:05.020Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-29T18:35:05.020Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-29T18:35:05.020Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-29T18:35:05.020Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-29T18:35:05.020Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-29T18:35:05.020Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-29T18:35:05.020Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-29T18:35:05.020Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-29T18:35:05.020Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-29T18:35:05.020Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-29T18:35:05.020Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-29T18:35:05.020Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-29T18:35:05.020Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-29T18:35:05.020Z] 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-29T18:35:05.020Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-29T18:35:05.021Z] 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-29T18:35:05.021Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-29T18:35:05.021Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-29T18:35:05.021Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-29T18:35:05.021Z] 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-29T18:35:05.021Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-29T18:35:05.281Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-29T18:35:05.281Z] 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-29T18:35:05.281Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-29T18:35:05.281Z] 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-29T18:35:05.281Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-29T18:35:05.281Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-29T18:35:05.281Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-29T18:35:05.281Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-29T18:35:05.281Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-29T18:35:05.281Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-29T18:35:05.281Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-29T18:35:05.281Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-29T18:35:05.542Z] 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-29T18:35:05.542Z] 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-29T18:35:05.542Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-29T18:35:05.542Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-29T18:35:05.542Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-29T18:35:05.542Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-29T18:35:05.542Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-29T18:35:05.542Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-29T18:35:08.085Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-29T18:35:08.085Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-29T18:35:08.656Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-29T18:35:08.656Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-29T18:35:08.916Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-29T18:35:08.916Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-29T18:35:08.916Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-29T18:35:08.916Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-29T18:35:08.916Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-29T18:35:08.916Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-29T18:35:09.177Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-29T18:35:09.177Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-29T18:35:09.177Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-29T18:35:09.177Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-29T18:35:09.177Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-29T18:35:09.177Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-29T18:35:09.177Z] 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-29T18:35:09.177Z] 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-29T18:35:09.177Z] 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-29T18:35:09.177Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-29T18:35:09.177Z] 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-29T18:35:09.177Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-29T18:35:09.177Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-29T18:35:09.437Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-29T18:35:09.437Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-29T18:35:09.437Z] 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-29T18:35:09.437Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-29T18:35:09.437Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-29T18:35:09.437Z] 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-29T18:35:09.437Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-29T18:35:09.437Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-29T18:35:09.437Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-29T18:35:09.437Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-29T18:35:09.437Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-29T18:35:09.437Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-29T18:35:09.699Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T18:35:09.699Z] Fetched 63.8 MB in 5s (13.2 MB/s) [2021-03-29T18:35:09.699Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:09.699Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T18:35:09.699Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T18:35:10.275Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T18:35:10.536Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T18:35:10.536Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-29T18:35:10.536Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-29T18:35:11.492Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:11.492Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T18:35:11.492Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:11.492Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T18:35:11.752Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:11.752Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T18:35:11.752Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:11.752Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T18:35:12.013Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:12.013Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T18:35:12.013Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:12.013Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T18:35:12.273Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:12.273Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T18:35:12.273Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T18:35:12.534Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T18:35:12.534Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:12.534Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-29T18:35:12.534Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-29T18:35:12.803Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T18:35:12.803Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:12.803Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T18:35:12.803Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:12.803Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T18:35:13.064Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:13.064Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T18:35:13.064Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T18:35:13.324Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T18:35:13.324Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T18:35:13.584Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T18:35:13.845Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T18:35:14.105Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T18:35:14.105Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-29T18:35:14.105Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-29T18:35:14.105Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-29T18:35:14.105Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-29T18:35:14.366Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-29T18:35:14.366Z] Installing new version of config file /etc/issue ... [2021-03-29T18:35:14.366Z] Installing new version of config file /etc/issue.net ... [2021-03-29T18:35:14.366Z] Installing new version of config file /etc/lsb-release ... [2021-03-29T18:35:14.366Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-29T18:35:14.626Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-29T18:35:14.626Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-29T18:35:14.626Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-29T18:35:14.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:14.885Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-29T18:35:14.885Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-29T18:35:14.885Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-29T18:35:15.146Z] 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-29T18:35:15.146Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:15.146Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T18:35:15.146Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-29T18:35:15.146Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-29T18:35:15.408Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:15.408Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-29T18:35:15.408Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-29T18:35:15.408Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-29T18:35:15.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:15.669Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-29T18:35:15.669Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T18:35:15.930Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-29T18:35:15.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:15.930Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T18:35:15.930Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T18:35:16.190Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T18:35:16.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:16.190Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T18:35:16.190Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T18:35:16.316Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:35:16.316Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:35:16.316Z] ---> b7b0518f17d6 [2021-03-29T18:35:16.316Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T18:35:16.316Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:35:16.316Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:35:16.316Z] ---> b7b0518f17d6 [2021-03-29T18:35:16.316Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T18:35:16.317Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:35:16.317Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:35:16.317Z] ---> b7b0518f17d6 [2021-03-29T18:35:16.317Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T18:35:16.317Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:35:16.317Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:35:16.317Z] ---> b7b0518f17d6 [2021-03-29T18:35:16.317Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T18:35:16.317Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:35:16.317Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:35:16.317Z] ---> b7b0518f17d6 [2021-03-29T18:35:16.317Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T18:35:16.317Z] ---> Running in d87eb6500418 [2021-03-29T18:35:16.317Z] ---> Running in 1848457e91ba [2021-03-29T18:35:16.317Z] ---> Running in 2ef5bc964f0d [2021-03-29T18:35:16.317Z] ---> Running in 07ee3153898e [2021-03-29T18:35:16.317Z] ---> Running in 9e7eb9528b23 [2021-03-29T18:35:16.317Z] Removing intermediate container d87eb6500418 [2021-03-29T18:35:16.317Z] ---> f4c224a2d9ab [2021-03-29T18:35:16.317Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:35:16.317Z] Removing intermediate container 9e7eb9528b23 [2021-03-29T18:35:16.317Z] Removing intermediate container 1848457e91ba [2021-03-29T18:35:16.317Z] ---> adf4f432fcba [2021-03-29T18:35:16.317Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:35:16.317Z] ---> 687306da4ba9 [2021-03-29T18:35:16.317Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:35:16.317Z] Removing intermediate container 2ef5bc964f0d [2021-03-29T18:35:16.317Z] ---> 091e216c94a7 [2021-03-29T18:35:16.317Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:35:16.317Z] Removing intermediate container 07ee3153898e [2021-03-29T18:35:16.317Z] ---> ba6e6c879cbe [2021-03-29T18:35:16.317Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:35:16.317Z] ---> Running in 84f7f306c918 [2021-03-29T18:35:16.317Z] ---> Running in a0de799cd7c2 [2021-03-29T18:35:16.317Z] ---> Running in 69586bba0df2 [2021-03-29T18:35:16.317Z] ---> Running in 8e15c88c1436 [2021-03-29T18:35:16.317Z] ---> Running in 4b2ff59fd9d2 [2021-03-29T18:35:16.317Z] Removing intermediate container 84f7f306c918 [2021-03-29T18:35:16.317Z] ---> 0b411ea0e692 [2021-03-29T18:35:16.317Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T18:35:16.317Z] ---> Running in 5089c6bde080 [2021-03-29T18:35:16.317Z] Removing intermediate container a0de799cd7c2 [2021-03-29T18:35:16.317Z] ---> 8ca581d3412e [2021-03-29T18:35:16.317Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T18:35:16.317Z] Removing intermediate container 4b2ff59fd9d2 [2021-03-29T18:35:16.317Z] ---> 69192608738f [2021-03-29T18:35:16.317Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T18:35:16.317Z] Removing intermediate container 69586bba0df2 [2021-03-29T18:35:16.317Z] ---> e129ba20c7cd [2021-03-29T18:35:16.317Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T18:35:16.317Z] ---> Running in ab01dca3dcc0 [2021-03-29T18:35:16.317Z] ---> Running in 2cc0c0c41e10 [2021-03-29T18:35:16.317Z] ---> Running in f507a542a8d1 [2021-03-29T18:35:16.317Z] Removing intermediate container 8e15c88c1436 [2021-03-29T18:35:16.317Z] ---> 91e48ae136bc [2021-03-29T18:35:16.317Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T18:35:16.317Z] ---> Running in 62ae9bbd4739 [2021-03-29T18:35:16.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:35:16.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:35:16.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:35:16.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:35:16.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:35:16.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:35:16.451Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-29T18:35:16.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:16.451Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-29T18:35:16.451Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-29T18:35:16.451Z] Setting up grep (3.1-2build1) ... [2021-03-29T18:35:16.711Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:16.711Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T18:35:16.711Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T18:35:16.711Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-29T18:35:16.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:35:16.973Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:16.973Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T18:35:16.973Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T18:35:16.973Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-29T18:35:17.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:35:17.233Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:17.233Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T18:35:17.233Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T18:35:17.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:35:17.744Z] OK: 217 MiB in 51 packages [2021-03-29T18:35:17.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:35:17.803Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T18:35:17.803Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T18:35:17.803Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T18:35:17.803Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T18:35:18.347Z] OK: 217 MiB in 51 packages [2021-03-29T18:35:18.347Z] OK: 217 MiB in 51 packages [2021-03-29T18:35:18.373Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-29T18:35:18.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:18.373Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-29T18:35:18.623Z] OK: 217 MiB in 51 packages [2021-03-29T18:35:18.633Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T18:35:19.220Z] Removing intermediate container 5089c6bde080 [2021-03-29T18:35:19.220Z] ---> 3504bcce7fea [2021-03-29T18:35:19.220Z] Step 6/23 : COPY go.mod . [2021-03-29T18:35:19.576Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T18:35:19.576Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T18:35:19.576Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T18:35:19.576Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T18:35:19.576Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T18:35:19.818Z] Removing intermediate container ab01dca3dcc0 [2021-03-29T18:35:19.818Z] ---> 98878480e0fa [2021-03-29T18:35:19.818Z] Step 6/22 : COPY go.mod . [2021-03-29T18:35:19.818Z] OK: 217 MiB in 51 packages [2021-03-29T18:35:19.838Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:19.838Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-29T18:35:19.838Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-29T18:35:19.838Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-29T18:35:20.090Z] Removing intermediate container 62ae9bbd4739 [2021-03-29T18:35:20.090Z] ---> 7dd30a576ef6 [2021-03-29T18:35:20.090Z] Step 6/31 : COPY go.mod . [2021-03-29T18:35:20.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:20.098Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T18:35:20.098Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T18:35:20.098Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T18:35:20.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:20.098Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T18:35:20.358Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T18:35:20.358Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T18:35:20.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:20.358Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T18:35:20.358Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T18:35:20.366Z] ---> d3b7a5ff06db [2021-03-29T18:35:20.366Z] Step 7/23 : RUN go mod download [2021-03-29T18:35:20.624Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T18:35:20.625Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:20.625Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T18:35:20.625Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T18:35:20.625Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T18:35:20.638Z] ---> Running in 162d18037e20 [2021-03-29T18:35:20.638Z] Removing intermediate container f507a542a8d1 [2021-03-29T18:35:20.638Z] ---> 265272e1a3ed [2021-03-29T18:35:20.638Z] Step 6/24 : COPY go.mod . [2021-03-29T18:35:20.884Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:20.885Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T18:35:20.885Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T18:35:20.885Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T18:35:20.885Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T18:35:20.913Z] ---> 8a5c74f6e5a7 [2021-03-29T18:35:20.913Z] Step 7/22 : RUN go mod download [2021-03-29T18:35:20.913Z] ---> Running in 0a648934dc40 [2021-03-29T18:35:21.147Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T18:35:21.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:21.147Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T18:35:21.147Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T18:35:21.187Z] ---> 0b8f117a4c0f [2021-03-29T18:35:21.187Z] Step 7/31 : RUN go mod download [2021-03-29T18:35:21.407Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T18:35:21.407Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:21.407Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T18:35:21.407Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T18:35:21.407Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T18:35:21.469Z] ---> Running in cc4cd65bce47 [2021-03-29T18:35:21.667Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:21.667Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T18:35:21.667Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T18:35:21.667Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-29T18:35:21.740Z] Removing intermediate container 2cc0c0c41e10 [2021-03-29T18:35:21.740Z] ---> 020ce7f9233d [2021-03-29T18:35:21.740Z] Step 6/22 : COPY go.mod . [2021-03-29T18:35:21.740Z] ---> bcafea35dcc3 [2021-03-29T18:35:21.740Z] Step 7/24 : RUN go mod download [2021-03-29T18:35:21.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:21.927Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T18:35:21.927Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T18:35:22.018Z] ---> Running in 5395ae572e8b [2021-03-29T18:35:22.519Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-29T18:35:22.779Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-29T18:35:23.007Z] ---> b11692753ce2 [2021-03-29T18:35:23.007Z] Step 7/22 : RUN go mod download [2021-03-29T18:35:23.007Z] ---> Running in 9fa1df24bb47 [2021-03-29T18:35:23.040Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-29T18:35:23.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:23.439Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T18:35:23.439Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T18:35:23.700Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T18:35:23.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T18:35:23.961Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-29T18:35:23.961Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T18:35:23.961Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-29T18:35:24.220Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:24.220Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-29T18:35:24.220Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-29T18:35:24.220Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-29T18:35:24.481Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:24.481Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-29T18:35:24.481Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T18:35:24.741Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-29T18:35:24.741Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:24.741Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-29T18:35:24.741Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T18:35:24.741Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-29T18:35:24.999Z] Removing intermediate container 162d18037e20 [2021-03-29T18:35:24.999Z] ---> 62aa757f7c10 [2021-03-29T18:35:24.999Z] Step 8/23 : COPY . . [2021-03-29T18:35:25.001Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:25.001Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T18:35:25.001Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T18:35:25.001Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T18:35:25.263Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:25.263Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T18:35:25.263Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T18:35:25.524Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T18:35:25.524Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:25.524Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T18:35:25.614Z] Removing intermediate container 0a648934dc40 [2021-03-29T18:35:25.614Z] ---> e8a23637beea [2021-03-29T18:35:25.614Z] Step 8/22 : COPY . . [2021-03-29T18:35:25.790Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T18:35:25.790Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T18:35:26.050Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:26.050Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T18:35:26.050Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T18:35:26.221Z] Removing intermediate container cc4cd65bce47 [2021-03-29T18:35:26.221Z] ---> 3966d7ba4fac [2021-03-29T18:35:26.221Z] Step 8/31 : COPY . . [2021-03-29T18:35:26.311Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-29T18:35:26.311Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T18:35:26.311Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T18:35:26.311Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T18:35:26.311Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T18:35:26.579Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:26.579Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-29T18:35:26.579Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-29T18:35:26.579Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-29T18:35:26.816Z] Removing intermediate container 5395ae572e8b [2021-03-29T18:35:26.816Z] ---> 17e9f3dec441 [2021-03-29T18:35:26.816Z] Step 8/24 : COPY . . [2021-03-29T18:35:26.841Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:26.841Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-29T18:35:26.841Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T18:35:26.841Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T18:35:27.102Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:27.102Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T18:35:27.102Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T18:35:27.369Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T18:35:27.369Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:27.370Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-29T18:35:27.370Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-29T18:35:27.370Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-29T18:35:27.804Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:27.804Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T18:35:27.804Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T18:35:28.064Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-29T18:35:28.064Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:28.064Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T18:35:28.064Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T18:35:28.269Z] Removing intermediate container 9fa1df24bb47 [2021-03-29T18:35:28.269Z] ---> d090bb640e96 [2021-03-29T18:35:28.269Z] Step 8/22 : COPY . . [2021-03-29T18:35:28.323Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-29T18:35:28.323Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:28.323Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-29T18:35:28.323Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-29T18:35:28.583Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-29T18:35:28.583Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:28.583Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-29T18:35:28.583Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-29T18:35:28.847Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-29T18:35:28.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:28.847Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-29T18:35:28.847Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-29T18:35:29.114Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-29T18:35:29.114Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:29.114Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-29T18:35:29.114Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-29T18:35:29.383Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-29T18:35:29.383Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:29.383Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T18:35:29.383Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-29T18:35:29.644Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-29T18:35:29.644Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T18:35:29.644Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-29T18:35:29.644Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-29T18:35:29.644Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-29T18:35:29.904Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-29T18:35:29.904Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T18:35:29.904Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T18:35:29.904Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T18:35:29.904Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T18:35:30.165Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T18:35:30.165Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T18:35:30.429Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-29T18:35:30.429Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-29T18:35:30.691Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T18:35:30.691Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-29T18:35:30.952Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T18:35:30.952Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-29T18:35:30.952Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-29T18:35:30.952Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-29T18:35:31.211Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-29T18:35:31.211Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-29T18:35:31.211Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-29T18:35:31.211Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-29T18:35:31.472Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-29T18:35:31.472Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-29T18:35:31.472Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-29T18:35:31.472Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-29T18:35:31.800Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-29T18:35:31.800Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-29T18:35:32.517Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-29T18:35:32.517Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-29T18:35:32.517Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-29T18:35:32.517Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-29T18:35:32.805Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T18:35:32.805Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T18:35:33.105Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T18:35:33.105Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T18:35:33.105Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T18:35:33.385Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T18:35:33.385Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T18:35:33.385Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T18:35:33.385Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:33.385Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T18:35:33.649Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:33.649Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T18:35:33.926Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:33.926Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T18:35:34.186Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:34.186Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T18:35:35.125Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:35.125Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T18:35:35.694Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:35.954Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T18:35:36.524Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:36.524Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T18:35:36.784Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:36.784Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T18:35:37.737Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T18:35:37.737Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T18:35:37.737Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T18:35:37.737Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T18:35:38.003Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T18:35:38.003Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T18:35:38.264Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T18:35:38.264Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T18:35:38.264Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-29T18:35:38.524Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-29T18:35:38.524Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T18:35:38.524Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T18:35:38.786Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T18:35:38.786Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T18:35:38.786Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-29T18:35:38.786Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-29T18:35:39.363Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T18:35:39.363Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T18:35:39.363Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T18:35:39.363Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T18:35:39.363Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T18:35:39.363Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-29T18:35:39.363Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-29T18:35:39.363Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-29T18:35:39.638Z] [2021-03-29T18:35:39.638Z] Current default time zone: 'Etc/UTC' [2021-03-29T18:35:39.638Z] Local time is now: Mon Mar 29 18:35:39 UTC 2021. [2021-03-29T18:35:39.638Z] Universal Time is now: Mon Mar 29 18:35:39 UTC 2021. [2021-03-29T18:35:39.638Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-29T18:35:39.638Z] [2021-03-29T18:35:39.638Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-29T18:35:39.638Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T18:35:39.638Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-29T18:35:39.638Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-29T18:35:39.638Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-29T18:35:39.638Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-29T18:35:39.638Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-29T18:35:39.638Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-29T18:35:39.902Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-29T18:35:39.902Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T18:35:39.902Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T18:35:39.902Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-29T18:35:40.174Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T18:35:40.174Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T18:35:40.174Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T18:35:40.174Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-29T18:35:40.174Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-29T18:35:40.174Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-29T18:35:40.174Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T18:35:40.174Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-29T18:35:40.442Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-29T18:35:40.442Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-29T18:35:40.442Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-29T18:35:42.357Z] Updating certificates in /etc/ssl/certs... [2021-03-29T18:35:42.937Z] 23 added, 27 removed; done. [2021-03-29T18:35:42.937Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T18:35:42.937Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T18:35:42.937Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-29T18:35:42.937Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-29T18:35:43.200Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-29T18:35:43.200Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T18:35:43.200Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T18:35:43.200Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T18:35:43.200Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T18:35:43.200Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T18:35:43.467Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T18:35:43.467Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T18:35:43.467Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-29T18:35:43.467Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-29T18:35:43.467Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-29T18:35:43.467Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-29T18:35:43.467Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-29T18:35:43.729Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T18:35:43.729Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T18:35:43.729Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-29T18:35:43.729Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-29T18:35:43.729Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-29T18:35:43.729Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T18:35:43.729Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T18:35:43.990Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-29T18:35:43.990Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-29T18:35:43.990Z] Updating certificates in /etc/ssl/certs... [2021-03-29T18:35:44.562Z] 0 added, 0 removed; done. [2021-03-29T18:35:44.562Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-29T18:35:44.562Z] done. [2021-03-29T18:35:44.823Z] Reading package lists... [2021-03-29T18:35:45.084Z] Building dependency tree... [2021-03-29T18:35:45.084Z] Reading state information... [2021-03-29T18:35:45.084Z] The following NEW packages will be installed: [2021-03-29T18:35:45.084Z] apt-transport-https [2021-03-29T18:35:45.346Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T18:35:45.346Z] Need to get 1696 B of archives. [2021-03-29T18:35:45.346Z] After this operation, 153 kB of additional disk space will be used. [2021-03-29T18:35:45.346Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-29T18:35:45.608Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T18:35:45.608Z] Fetched 1696 B in 0s (8515 B/s) [2021-03-29T18:35:45.608Z] Selecting previously unselected package apt-transport-https. [2021-03-29T18:35:45.608Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-29T18:35:45.608Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-29T18:35:45.608Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T18:35:45.608Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T18:35:45.869Z] Waiting for network to be ready... [2021-03-29T18:35:52.457Z] 2021-03-29T18:35:49Z INFO Waiting for automatic snapd restart... [2021-03-29T18:35:52.717Z] snapd 2.49.1 from Canonical* installed [2021-03-29T18:35:53.657Z] "snapd" switched to the "latest/stable" channel [2021-03-29T18:35:53.657Z] [2021-03-29T18:35:55.147Z] ---> 13ce56ada136 [2021-03-29T18:35:55.147Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T18:35:55.148Z] ---> a2f9d121fde5 [2021-03-29T18:35:55.148Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T18:35:55.148Z] ---> 51fb513d84cd [2021-03-29T18:35:55.148Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T18:35:55.148Z] ---> ce8fd6f0ace5 [2021-03-29T18:35:55.148Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T18:35:55.148Z] ---> 33cd8597a0cb [2021-03-29T18:35:55.148Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T18:35:55.148Z] ---> Running in b90adda3bf24 [2021-03-29T18:35:55.148Z] ---> Running in fc72b1041525 [2021-03-29T18:35:55.148Z] ---> Running in d12eb667f726 [2021-03-29T18:35:55.148Z] ---> Running in d873b015abfa [2021-03-29T18:35:55.148Z] ---> Running in 548e85e89ec6 [2021-03-29T18:35:55.148Z] 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-29T18:35:55.148Z] 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-29T18:35:55.148Z] 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-29T18:35:55.148Z] 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-29T18:35:55.148Z] 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-29T18:35:56.208Z] core18 20210128 from Canonical* installed [2021-03-29T18:35:56.467Z] "core18" switched to the "latest/stable" channel [2021-03-29T18:35:56.467Z] [2021-03-29T18:35:59.767Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T18:35:59.767Z] "snapcraft" switched to the "latest/stable" channel [2021-03-29T18:35:59.767Z] [2021-03-29T18:36:03.065Z] 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-29T18:36:03.065Z] - README.md [2021-03-29T18:36:03.065Z] [2021-03-29T18:36:03.065Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T18:36:09.651Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T18:36:09.651Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T18:36:09.651Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T18:36:09.651Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T18:36:10.593Z] Reading package lists... [2021-03-29T18:36:10.853Z] 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.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-29T18:36:17.488Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T18:36:17.488Z] Reading package lists... [2021-03-29T18:36:17.488Z] Building dependency tree... [2021-03-29T18:36:17.488Z] Reading state information... [2021-03-29T18:36:17.488Z] Suggested packages: [2021-03-29T18:36:17.488Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-29T18:36:17.488Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-29T18:36:17.488Z] Recommended packages: [2021-03-29T18:36:17.488Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-29T18:36:17.488Z] The following NEW packages will be installed: [2021-03-29T18:36:17.488Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-29T18:36:17.488Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-29T18:36:17.488Z] pkg-config zip [2021-03-29T18:36:17.488Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T18:36:17.488Z] Need to get 7657 kB of archives. [2021-03-29T18:36:17.488Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-29T18:36:17.488Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-29T18:36:17.488Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-29T18:36:17.747Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-29T18:36:17.747Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-29T18:36:17.747Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-29T18:36:17.747Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-29T18:36:18.007Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-29T18:36:18.007Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-29T18:36:18.007Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-29T18:36:18.007Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-29T18:36:18.007Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-29T18:36:18.007Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-29T18:36:18.007Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-29T18:36:18.267Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-29T18:36:18.267Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-29T18:36:18.531Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T18:36:18.531Z] Fetched 7657 kB in 1s (7232 kB/s) [2021-03-29T18:36:18.531Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-29T18:36:18.531Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-29T18:36:18.531Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-29T18:36:18.531Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T18:36:18.793Z] Selecting previously unselected package libpsl5:amd64. [2021-03-29T18:36:18.793Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-29T18:36:18.793Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T18:36:18.793Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-29T18:36:18.793Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-29T18:36:18.793Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T18:36:18.793Z] Selecting previously unselected package librtmp1:amd64. [2021-03-29T18:36:18.793Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-29T18:36:19.054Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T18:36:19.054Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-29T18:36:19.054Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-29T18:36:19.054Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T18:36:19.054Z] Selecting previously unselected package liberror-perl. [2021-03-29T18:36:19.054Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-29T18:36:19.054Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-29T18:36:19.320Z] Selecting previously unselected package git-man. [2021-03-29T18:36:19.320Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-29T18:36:19.320Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T18:36:19.320Z] Selecting previously unselected package git. [2021-03-29T18:36:19.320Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-29T18:36:19.320Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T18:36:20.263Z] Selecting previously unselected package libnorm1:amd64. [2021-03-29T18:36:20.263Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-29T18:36:20.263Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T18:36:20.522Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-29T18:36:20.522Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-29T18:36:20.522Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T18:36:20.522Z] Selecting previously unselected package libsodium23:amd64. [2021-03-29T18:36:20.522Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-29T18:36:20.522Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-29T18:36:20.523Z] Selecting previously unselected package libzmq5:amd64. [2021-03-29T18:36:20.523Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T18:36:20.523Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T18:36:20.782Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-29T18:36:20.782Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T18:36:20.782Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T18:36:20.782Z] Selecting previously unselected package pkg-config. [2021-03-29T18:36:20.782Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-29T18:36:20.782Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T18:36:21.066Z] Selecting previously unselected package zip. [2021-03-29T18:36:21.066Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-29T18:36:21.066Z] Unpacking zip (3.0-11build1) ... [2021-03-29T18:36:21.066Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T18:36:21.066Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T18:36:21.066Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T18:36:21.066Z] Setting up liberror-perl (0.17025-1) ... [2021-03-29T18:36:21.066Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T18:36:21.328Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T18:36:21.328Z] No schema files found: doing nothing. [2021-03-29T18:36:21.328Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T18:36:21.328Z] Setting up zip (3.0-11build1) ... [2021-03-29T18:36:21.328Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T18:36:21.328Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-29T18:36:21.328Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T18:36:21.328Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T18:36:21.328Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T18:36:21.589Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T18:36:21.589Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T18:36:21.589Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T18:36:28.181Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T18:36:28.181Z] git set to automatically installed. [2021-03-29T18:36:28.181Z] git-man set to automatically installed. [2021-03-29T18:36:28.181Z] libcurl3-gnutls set to automatically installed. [2021-03-29T18:36:28.181Z] liberror-perl set to automatically installed. [2021-03-29T18:36:28.181Z] libglib2.0-0 set to automatically installed. [2021-03-29T18:36:28.181Z] libnghttp2-14 set to automatically installed. [2021-03-29T18:36:28.181Z] libnorm1 set to automatically installed. [2021-03-29T18:36:28.181Z] libpgm-5.2-0 set to automatically installed. [2021-03-29T18:36:28.181Z] libpsl5 set to automatically installed. [2021-03-29T18:36:28.181Z] librtmp1 set to automatically installed. [2021-03-29T18:36:28.181Z] libsodium23 set to automatically installed. [2021-03-29T18:36:28.181Z] libzmq3-dev set to automatically installed. [2021-03-29T18:36:28.181Z] libzmq5 set to automatically installed. [2021-03-29T18:36:28.181Z] pkg-config set to automatically installed. [2021-03-29T18:36:28.181Z] zip set to automatically installed. [2021-03-29T18:36:30.093Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T18:36:36.674Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T18:36:51.610Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-29T18:36:52.752Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T18:36:59.355Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T18:37:04.639Z] core18 20210309 from Canonical* refreshed [2021-03-29T18:37:04.639Z] Pulling go-build-helper [2021-03-29T18:37:04.639Z] + snapcraftctl pull [2021-03-29T18:37:06.024Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-29T18:37:06.024Z] Skipping pull go-build-helper (already ran) [2021-03-29T18:37:06.024Z] Building go-build-helper [2021-03-29T18:37:06.024Z] + snapcraftctl build [2021-03-29T18:37:07.935Z] Staging go-build-helper [2021-03-29T18:37:07.935Z] + snapcraftctl stage [2021-03-29T18:37:17.935Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T18:37:17.935Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T18:37:17.935Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T18:37:17.935Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T18:37:17.935Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T18:37:17.935Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T18:37:17.935Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T18:37:17.935Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T18:37:17.935Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T18:37:17.935Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T18:37:17.935Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T18:37:17.935Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T18:37:17.935Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T18:37:17.935Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T18:37:17.935Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T18:37:17.935Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T18:37:17.935Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T18:37:17.935Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T18:37:17.935Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T18:37:17.935Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T18:37:17.935Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T18:37:17.935Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T18:37:17.935Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T18:37:17.935Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T18:37:17.935Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T18:37:17.935Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T18:37:17.935Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T18:37:17.935Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-29T18:37:17.935Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T18:37:17.935Z] Fetched 224 kB in 0s (0 B/s) [2021-03-29T18:37:17.935Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T18:37:17.935Z] Fetched 157 kB in 0s (0 B/s) [2021-03-29T18:37:17.935Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T18:37:17.935Z] Fetched 221 kB in 0s (0 B/s) [2021-03-29T18:37:17.935Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T18:37:17.935Z] Fetched 143 kB in 0s (0 B/s) [2021-03-29T18:37:17.935Z] Pulling app-service-config [2021-03-29T18:37:17.935Z] + snapcraftctl pull [2021-03-29T18:37:17.935Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-29T18:37:18.507Z] Pulling config-common [2021-03-29T18:37:18.507Z] + snapcraftctl pull [2021-03-29T18:37:22.714Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T18:37:22.714Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T18:37:22.714Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T18:37:22.714Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T18:37:22.714Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T18:37:22.714Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T18:37:22.714Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T18:37:22.714Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T18:37:22.714Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T18:37:22.714Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T18:37:22.714Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T18:37:22.714Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T18:37:22.714Z] Pulling edgex-go [2021-03-29T18:37:22.714Z] + snapcraftctl pull [2021-03-29T18:37:31.983Z] 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-29T18:37:44.407Z] Removing intermediate container d12eb667f726 [2021-03-29T18:37:44.407Z] ---> 3225ab28e3ad [2021-03-29T18:37:44.407Z] [2021-03-29T18:37:44.407Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T18:37:44.407Z] 3.12: Pulling from library/alpine [2021-03-29T18:37:44.674Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T18:37:44.674Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T18:37:44.674Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T18:37:44.674Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-29T18:37:44.674Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-29T18:37:44.674Z] Fetched 279 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-29T18:37:44.674Z] Fetched 122 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-29T18:37:44.674Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-29T18:37:44.674Z] Fetched 8848 B in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-29T18:37:44.674Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-29T18:37:44.674Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-29T18:37:44.674Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-29T18:37:44.674Z] Fetched 214 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-29T18:37:44.674Z] Fetched 154 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-29T18:37:44.674Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-29T18:37:44.674Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-29T18:37:44.674Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-29T18:37:44.674Z] Fetched 499 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-29T18:37:44.674Z] Fetched 111 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-29T18:37:44.674Z] Fetched 240 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-29T18:37:44.674Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-29T18:37:44.674Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-29T18:37:44.674Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-29T18:37:44.674Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-29T18:37:44.674Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-29T18:37:44.674Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-29T18:37:44.674Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-29T18:37:44.674Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-29T18:37:44.674Z] Fetched 8720 B in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-29T18:37:44.674Z] Fetched 137 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-29T18:37:44.674Z] Fetched 119 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-29T18:37:44.674Z] Fetched 109 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-29T18:37:44.674Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-29T18:37:44.674Z] Fetched 645 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-29T18:37:44.674Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-29T18:37:44.674Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-29T18:37:44.674Z] Fetched 368 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-29T18:37:44.674Z] Fetched 187 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-29T18:37:44.674Z] Fetched 175 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-29T18:37:44.674Z] Fetched 206 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-29T18:37:44.674Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-29T18:37:44.674Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-29T18:37:44.674Z] Fetched 159 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-29T18:37:44.674Z] Fetched 107 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-29T18:37:44.674Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-29T18:37:44.674Z] Pulling static-packages [2021-03-29T18:37:44.674Z] + snapcraftctl pull [2021-03-29T18:37:44.674Z] Pulling version [2021-03-29T18:37:44.674Z] + cd /root/project [2021-03-29T18:37:44.674Z] + [ -f VERSION ] [2021-03-29T18:37:44.674Z] + PROJECT_VERSION=local-dev [2021-03-29T18:37:44.674Z] + git rev-parse --short HEAD [2021-03-29T18:37:44.674Z] + GIT_REVISION=cad76214 [2021-03-29T18:37:44.674Z] + snapcraftctl set-version local-dev [2021-03-29T18:37:44.674Z] Skipping build go-build-helper (already ran) [2021-03-29T18:37:44.674Z] Building app-service-config [2021-03-29T18:37:44.674Z] + make build [2021-03-29T18:37:44.674Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-29T18:37:45.007Z] Removing intermediate container d873b015abfa [2021-03-29T18:37:45.007Z] ---> 449ae06e3dcb [2021-03-29T18:37:45.007Z] [2021-03-29T18:37:45.007Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T18:37:45.007Z] 3.12: Pulling from library/alpine [2021-03-29T18:37:45.999Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T18:37:45.999Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T18:37:45.999Z] Status: Image is up to date for alpine:3.12 [2021-03-29T18:37:45.999Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T18:37:45.999Z] ---> e47305ac9786 [2021-03-29T18:37:45.999Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T18:37:45.999Z] ---> e47305ac9786 [2021-03-29T18:37:45.999Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T18:37:46.054Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 [2021-03-29T18:37:46.054Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-29T18:37:46.054Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 [2021-03-29T18:37:46.054Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 [2021-03-29T18:37:46.054Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-29T18:37:46.054Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-29T18:37:46.054Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-29T18:37:46.276Z] ---> Running in 9fe75607b706 [2021-03-29T18:37:46.276Z] ---> Running in 63660ab90aa7 [2021-03-29T18:37:46.313Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-29T18:37:46.313Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-29T18:37:46.313Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-29T18:37:46.313Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-29T18:37:46.573Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-29T18:37:46.573Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-29T18:37:46.573Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-29T18:37:46.573Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-29T18:37:46.573Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-29T18:37:46.573Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-29T18:37:46.573Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-29T18:37:46.573Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-29T18:37:46.573Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-29T18:37:46.832Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-29T18:37:46.832Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-29T18:37:46.832Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-29T18:37:47.092Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-29T18:37:47.092Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-29T18:37:47.092Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-29T18:37:47.267Z] Removing intermediate container 9fe75607b706 [2021-03-29T18:37:47.267Z] ---> 555243ced7eb [2021-03-29T18:37:47.267Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T18:37:47.351Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-29T18:37:47.351Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-29T18:37:47.351Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-29T18:37:47.351Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-29T18:37:47.546Z] ---> Running in d97f063eacd5 [2021-03-29T18:37:47.609Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-29T18:37:47.609Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-29T18:37:47.609Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-29T18:37:47.609Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-29T18:37:47.609Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-29T18:37:47.609Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-29T18:37:47.609Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-29T18:37:47.609Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-29T18:37:47.609Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-29T18:37:47.609Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-29T18:37:47.609Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-29T18:37:47.609Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-29T18:37:47.870Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-29T18:37:47.870Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-29T18:37:48.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:37:48.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:37:49.423Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T18:37:49.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:37:49.423Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T18:37:49.423Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T18:37:49.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:37:49.702Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T18:37:49.702Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T18:37:49.702Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T18:37:49.702Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:37:49.702Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T18:37:49.979Z] OK: 7 MiB in 20 packages [2021-03-29T18:37:50.260Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T18:37:50.260Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T18:37:50.260Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:37:50.260Z] OK: 5 MiB in 16 packages [2021-03-29T18:37:53.687Z] Removing intermediate container d97f063eacd5 [2021-03-29T18:37:53.687Z] ---> 5f2385bc1bec [2021-03-29T18:37:53.687Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T18:37:53.687Z] Removing intermediate container 63660ab90aa7 [2021-03-29T18:37:53.687Z] ---> bd8dae29af53 [2021-03-29T18:37:53.687Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T18:37:53.962Z] ---> Running in fb9d361e43c0 [2021-03-29T18:37:53.962Z] ---> Running in e7a897a9b670 [2021-03-29T18:37:55.399Z] Removing intermediate container e7a897a9b670 [2021-03-29T18:37:55.399Z] ---> d0e04e6f9620 [2021-03-29T18:37:55.399Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T18:37:55.677Z] Removing intermediate container fb9d361e43c0 [2021-03-29T18:37:55.677Z] ---> ff263529742e [2021-03-29T18:37:55.677Z] Step 13/24 : WORKDIR / [2021-03-29T18:37:55.952Z] ---> Running in 5b15681e3b17 [2021-03-29T18:37:56.239Z] ---> Running in 8c804f930e44 [2021-03-29T18:37:56.239Z] Removing intermediate container 548e85e89ec6 [2021-03-29T18:37:56.239Z] ---> 70a6675f6e2e [2021-03-29T18:37:56.239Z] [2021-03-29T18:37:56.239Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T18:37:56.239Z] ---> e47305ac9786 [2021-03-29T18:37:56.239Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T18:37:56.854Z] Removing intermediate container b90adda3bf24 [2021-03-29T18:37:56.854Z] ---> a652bd47439e [2021-03-29T18:37:56.854Z] [2021-03-29T18:37:56.854Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T18:37:56.854Z] ---> e47305ac9786 [2021-03-29T18:37:56.854Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T18:37:56.854Z] ---> Running in 5bcc629d2245 [2021-03-29T18:37:57.455Z] Removing intermediate container 5b15681e3b17 [2021-03-29T18:37:57.456Z] ---> c428a4fbbf63 [2021-03-29T18:37:57.456Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T18:37:57.456Z] ---> Running in 173d6a5b53a8 [2021-03-29T18:37:57.456Z] Removing intermediate container 8c804f930e44 [2021-03-29T18:37:57.456Z] ---> efc5395804c7 [2021-03-29T18:37:57.456Z] 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-29T18:37:57.737Z] ---> Running in 6ad246f83d80 [2021-03-29T18:37:57.863Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-29T18:37:57.863Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-29T18:37:57.863Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-29T18:37:57.863Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-29T18:37:57.863Z] Building config-common [2021-03-29T18:37:57.863Z] + snapcraftctl build [2021-03-29T18:37:59.722Z] ---> 947dee37b6a4 [2021-03-29T18:37:59.722Z] 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-29T18:37:59.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:37:59.772Z] Building edgex-go [2021-03-29T18:38:00.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:38:00.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:38:00.032Z] + cd /root/parts/edgex-go/src [2021-03-29T18:38:00.032Z] + make build [2021-03-29T18:38:00.032Z] 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-29T18:38:00.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:38:00.571Z] ---> 4f0d6b85070f [2021-03-29T18:38:00.571Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T18:38:00.571Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T18:38:00.571Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:38:00.603Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 [2021-03-29T18:38:00.603Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-29T18:38:00.603Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-29T18:38:00.603Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-29T18:38:00.603Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-29T18:38:00.603Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-29T18:38:00.603Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-29T18:38:00.848Z] OK: 5 MiB in 15 packages [2021-03-29T18:38:00.849Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T18:38:00.849Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T18:38:00.849Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:38:01.146Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T18:38:01.146Z] OK: 6 MiB in 16 packages [2021-03-29T18:38:01.743Z] Removing intermediate container 6ad246f83d80 [2021-03-29T18:38:01.743Z] ---> d90894aab5b8 [2021-03-29T18:38:01.743Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T18:38:02.015Z] ---> Running in 5ef30943ac03 [2021-03-29T18:38:02.015Z] ---> 4961ad9bc4a8 [2021-03-29T18:38:02.015Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T18:38:02.992Z] Removing intermediate container 173d6a5b53a8 [2021-03-29T18:38:02.992Z] ---> 9b468b338f9f [2021-03-29T18:38:02.992Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T18:38:02.992Z] Removing intermediate container 5ef30943ac03 [2021-03-29T18:38:02.992Z] ---> 0a4ed6363f23 [2021-03-29T18:38:02.992Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T18:38:03.587Z] ---> Running in b0af79b93cde [2021-03-29T18:38:03.587Z] Removing intermediate container 5bcc629d2245 [2021-03-29T18:38:03.587Z] ---> 84a0a1316900 [2021-03-29T18:38:03.587Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T18:38:03.862Z] ---> 2c102ad56fc4 [2021-03-29T18:38:03.862Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T18:38:04.142Z] ---> Running in a6b907c6eaac [2021-03-29T18:38:04.415Z] Removing intermediate container b0af79b93cde [2021-03-29T18:38:04.415Z] ---> 4bef661d9530 [2021-03-29T18:38:04.415Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T18:38:04.415Z] ---> 84f99e02d0a6 [2021-03-29T18:38:04.415Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T18:38:04.691Z] ---> Running in 6aed98add172 [2021-03-29T18:38:04.691Z] ---> Running in c0c7f4249b9c [2021-03-29T18:38:04.802Z] 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-29T18:38:04.802Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-29T18:38:05.337Z] Removing intermediate container a6b907c6eaac [2021-03-29T18:38:05.337Z] ---> 0033121e3b63 [2021-03-29T18:38:05.337Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T18:38:05.964Z] ---> ddeb2e2a0b4b [2021-03-29T18:38:05.964Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T18:38:06.243Z] ---> Running in 743725783d05 [2021-03-29T18:38:06.243Z] Removing intermediate container 6aed98add172 [2021-03-29T18:38:06.243Z] ---> 77a3cc00e3e6 [2021-03-29T18:38:06.243Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T18:38:06.524Z] ---> Running in c606eb5d99f0 [2021-03-29T18:38:07.156Z] Removing intermediate container 743725783d05 [2021-03-29T18:38:07.156Z] ---> ecb08f5ef47e [2021-03-29T18:38:07.156Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T18:38:07.767Z] ---> Running in 854654121d4a [2021-03-29T18:38:07.767Z] Removing intermediate container c606eb5d99f0 [2021-03-29T18:38:07.767Z] ---> 23ecefbda56c [2021-03-29T18:38:07.767Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T18:38:07.767Z] ---> f0fd6127d05b [2021-03-29T18:38:07.767Z] 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-29T18:38:08.367Z] ---> Running in 75189d21538f [2021-03-29T18:38:08.641Z] Removing intermediate container 854654121d4a [2021-03-29T18:38:08.641Z] ---> 00006ca04d2c [2021-03-29T18:38:08.641Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T18:38:09.000Z] 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-29T18:38:09.259Z] ---> 8bdf934f51ba [2021-03-29T18:38:09.259Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T18:38:09.533Z] Removing intermediate container fc72b1041525 [2021-03-29T18:38:09.533Z] ---> 1fa78f794c83 [2021-03-29T18:38:09.533Z] [2021-03-29T18:38:09.533Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T18:38:09.533Z] ---> e47305ac9786 [2021-03-29T18:38:09.533Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T18:38:09.816Z] Removing intermediate container c0c7f4249b9c [2021-03-29T18:38:09.816Z] ---> 0586b4183321 [2021-03-29T18:38:09.816Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T18:38:10.093Z] ---> Running in 87ba0a221f66 [2021-03-29T18:38:10.093Z] ---> 06e231b711b7 [2021-03-29T18:38:10.093Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T18:38:10.910Z] 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-29T18:38:11.077Z] ---> c4badbd039a9 [2021-03-29T18:38:11.077Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T18:38:11.077Z] Removing intermediate container 87ba0a221f66 [2021-03-29T18:38:11.077Z] ---> c6ce5720aadd [2021-03-29T18:38:11.077Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T18:38:11.077Z] ---> 3bdce7732ea9 [2021-03-29T18:38:11.077Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T18:38:11.355Z] ---> Running in 4ffd0d4de5d2 [2021-03-29T18:38:11.965Z] ---> c892539fc91a [2021-03-29T18:38:11.965Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T18:38:12.254Z] Removing intermediate container 75189d21538f [2021-03-29T18:38:12.254Z] Removing intermediate container 4ffd0d4de5d2 [2021-03-29T18:38:12.254Z] ---> 7d94b8957406 [2021-03-29T18:38:12.254Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T18:38:12.254Z] ---> 7d75f183ca60 [2021-03-29T18:38:12.254Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T18:38:12.254Z] ---> e298bcdf5b80 [2021-03-29T18:38:12.254Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T18:38:12.292Z] 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-29T18:38:12.552Z] 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-29T18:38:12.812Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-29T18:38:12.854Z] ---> Running in f373687fa7c2 [2021-03-29T18:38:12.855Z] ---> Running in b99e5c5df90b [2021-03-29T18:38:12.855Z] ---> Running in 19191e6aa5fa [2021-03-29T18:38:12.855Z] ---> d7d7571b01ce [2021-03-29T18:38:12.855Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T18:38:12.855Z] ---> 93610a9d861a [2021-03-29T18:38:12.855Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T18:38:13.074Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-29T18:38:13.074Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-29T18:38:13.074Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-29T18:38:13.129Z] ---> Running in 281d6c898fbd [2021-03-29T18:38:13.412Z] Removing intermediate container b99e5c5df90b [2021-03-29T18:38:13.412Z] ---> 1427148f1672 [2021-03-29T18:38:13.412Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T18:38:13.412Z] Removing intermediate container f373687fa7c2 [2021-03-29T18:38:13.412Z] ---> 02f6c3636397 [2021-03-29T18:38:13.412Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:38:13.412Z] Removing intermediate container 19191e6aa5fa [2021-03-29T18:38:13.412Z] ---> 375c105904e7 [2021-03-29T18:38:13.413Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T18:38:13.687Z] ---> Running in 2a1f9d0cd364 [2021-03-29T18:38:13.687Z] ---> Running in 919a60970e6f [2021-03-29T18:38:13.687Z] ---> Running in 1de56121a20a [2021-03-29T18:38:13.965Z] Removing intermediate container 281d6c898fbd [2021-03-29T18:38:13.965Z] ---> a8c70398dae2 [2021-03-29T18:38:13.965Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T18:38:13.965Z] ---> 56644867310d [2021-03-29T18:38:13.965Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T18:38:14.240Z] ---> Running in 32f88a710c6e [2021-03-29T18:38:14.240Z] Removing intermediate container 919a60970e6f [2021-03-29T18:38:14.240Z] ---> 9fac107518a8 [2021-03-29T18:38:14.240Z] Step 23/24 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:38:14.516Z] Removing intermediate container 1de56121a20a [2021-03-29T18:38:14.516Z] ---> 8da0cbaef3e3 [2021-03-29T18:38:14.516Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T18:38:14.789Z] ---> Running in 341fef92d12b [2021-03-29T18:38:14.789Z] ---> Running in b9e8680faa20 [2021-03-29T18:38:14.789Z] Removing intermediate container 32f88a710c6e [2021-03-29T18:38:14.789Z] ---> a244c90561d8 [2021-03-29T18:38:14.789Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T18:38:14.982Z] 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-29T18:38:14.982Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-29T18:38:14.982Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-29T18:38:15.066Z] ---> Running in f25826cdec50 [2021-03-29T18:38:15.066Z] ---> 78b58319f3df [2021-03-29T18:38:15.066Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T18:38:15.338Z] Removing intermediate container 341fef92d12b [2021-03-29T18:38:15.338Z] ---> cabeb3488f4d [2021-03-29T18:38:15.338Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T18:38:15.610Z] Removing intermediate container b9e8680faa20 [2021-03-29T18:38:15.610Z] ---> 890b964ac7ec [2021-03-29T18:38:15.610Z] Step 21/22 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:38:15.610Z] ---> Running in b4779377532f [2021-03-29T18:38:15.888Z] ---> Running in 3061af72a86d [2021-03-29T18:38:15.888Z] Removing intermediate container f25826cdec50 [2021-03-29T18:38:15.888Z] ---> 3e298bf02f1f [2021-03-29T18:38:15.888Z] Step 21/22 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:38:16.172Z] ---> Running in 55e86223374b [2021-03-29T18:38:16.366Z] 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-29T18:38:16.449Z] ---> 98fabbb760d1 [2021-03-29T18:38:16.449Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T18:38:16.449Z] Removing intermediate container b4779377532f [2021-03-29T18:38:16.449Z] ---> fcc87fb12deb [2021-03-29T18:38:16.449Z] [2021-03-29T18:38:16.727Z] Removing intermediate container 2a1f9d0cd364 [2021-03-29T18:38:16.727Z] ---> 7c724e9eef88 [2021-03-29T18:38:16.727Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T18:38:16.727Z] Removing intermediate container 3061af72a86d [2021-03-29T18:38:16.727Z] ---> 78f7d399ef75 [2021-03-29T18:38:16.727Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T18:38:16.727Z] ---> Running in 61d13e1ded13 [2021-03-29T18:38:17.000Z] Successfully built fcc87fb12deb [2021-03-29T18:38:17.000Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-29T18:38:17.000Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-29T18:38:17.000Z] ---> Running in 86994c77285e [2021-03-29T18:38:17.000Z] ---> Running in c0c1e229ba3c [2021-03-29T18:38:17.000Z] Removing intermediate container 55e86223374b [2021-03-29T18:38:17.000Z] ---> 658cddd91918 [2021-03-29T18:38:17.000Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T18:38:17.307Z] 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-29T18:38:17.595Z] ---> Running in 537918e95e7a [2021-03-29T18:38:17.595Z] Removing intermediate container 61d13e1ded13 [2021-03-29T18:38:17.595Z] ---> dc9f710c0ca0 [2021-03-29T18:38:17.595Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T18:38:17.866Z] Removing intermediate container 86994c77285e [2021-03-29T18:38:17.866Z] ---> 51cda482da80 [2021-03-29T18:38:17.866Z] [2021-03-29T18:38:18.466Z] Removing intermediate container 537918e95e7a [2021-03-29T18:38:18.466Z] ---> 0ef3f258ee9c [2021-03-29T18:38:18.466Z] [2021-03-29T18:38:18.466Z] Successfully built 51cda482da80 [2021-03-29T18:38:18.466Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-29T18:38:18.466Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-03-29T18:38:18.689Z] 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-29T18:38:18.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:38:18.738Z] Successfully built 0ef3f258ee9c [2021-03-29T18:38:19.012Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-29T18:38:19.012Z] Building docker-core-metadata-go [2021-03-29T18:38:19.012Z]  Building docker-support-notifications-go ... done  ---> 562b8a8a7c22 [2021-03-29T18:38:19.012Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T18:38:19.607Z] ---> Running in a975fbc3ebbc [2021-03-29T18:38:19.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:38:19.629Z] 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-29T18:38:19.629Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-29T18:38:20.581Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T18:38:20.581Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T18:38:20.854Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T18:38:20.854Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T18:38:21.015Z] 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-29T18:38:21.015Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-29T18:38:21.451Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T18:38:21.451Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T18:38:21.451Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:38:21.735Z] OK: 8 MiB in 20 packages [2021-03-29T18:38:22.727Z] Removing intermediate container a975fbc3ebbc [2021-03-29T18:38:22.727Z] ---> 77bba0cac5b9 [2021-03-29T18:38:22.727Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T18:38:22.949Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-29T18:38:22.949Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-29T18:38:22.949Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-29T18:38:22.949Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-29T18:38:22.949Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-29T18:38:22.949Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-29T18:38:22.949Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-29T18:38:22.949Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-29T18:38:22.949Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-29T18:38:22.949Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-29T18:38:22.949Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-29T18:38:22.949Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-29T18:38:22.949Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-29T18:38:22.949Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-29T18:38:22.949Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-29T18:38:22.949Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-29T18:38:22.949Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-29T18:38:22.949Z] + 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-29T18:38:22.949Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-29T18:38:22.949Z] + 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-29T18:38:22.949Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-29T18:38:22.949Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-29T18:38:22.949Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-29T18:38:22.949Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-29T18:38:22.949Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-29T18:38:22.949Z] + 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-29T18:38:24.179Z] ---> Running in a8be504b1b2c [2021-03-29T18:38:25.614Z] Removing intermediate container a8be504b1b2c [2021-03-29T18:38:25.614Z] ---> 78c75f6e1465 [2021-03-29T18:38:25.614Z] Step 28/31 : CMD ["gate"] [2021-03-29T18:38:26.213Z] Removing intermediate container c0c1e229ba3c [2021-03-29T18:38:26.213Z] ---> 08cc5a45522c [2021-03-29T18:38:26.213Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T18:38:26.258Z] Building static-packages [2021-03-29T18:38:26.258Z] + snapcraftctl build [2021-03-29T18:38:26.489Z] ---> Running in 4966cd3afacd [2021-03-29T18:38:27.465Z] ---> f85fce94d626 [2021-03-29T18:38:27.465Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T18:38:27.641Z] Building version [2021-03-29T18:38:27.641Z] + snapcraftctl build [2021-03-29T18:38:27.736Z] Removing intermediate container 4966cd3afacd [2021-03-29T18:38:27.736Z] ---> f6c756b32a2a [2021-03-29T18:38:27.736Z] Step 29/31 : LABEL arch=arm64 [2021-03-29T18:38:28.331Z] ---> Running in ffa773173734 [2021-03-29T18:38:28.929Z] ---> 7d4a71b44d5a [2021-03-29T18:38:28.929Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T18:38:28.929Z] Removing intermediate container ffa773173734 [2021-03-29T18:38:28.929Z] ---> 783e99747d6c [2021-03-29T18:38:28.929Z] Step 30/31 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:38:29.532Z] ---> Running in 64f7564f8582 [2021-03-29T18:38:29.548Z] Skipping stage go-build-helper (already ran) [2021-03-29T18:38:29.548Z] Staging app-service-config [2021-03-29T18:38:29.548Z] + snapcraftctl stage [2021-03-29T18:38:30.128Z] ---> 3c6c4f5005da [2021-03-29T18:38:30.128Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T18:38:30.488Z] Staging config-common [2021-03-29T18:38:30.488Z] + snapcraftctl stage [2021-03-29T18:38:31.104Z] Removing intermediate container 64f7564f8582 [2021-03-29T18:38:31.104Z] ---> c1019e167b66 [2021-03-29T18:38:31.104Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T18:38:31.391Z] ---> Running in d27d1dc74277 [2021-03-29T18:38:31.429Z] Staging edgex-go [2021-03-29T18:38:31.429Z] + snapcraftctl stage [2021-03-29T18:38:31.988Z] ---> Running in 87319d31feed [2021-03-29T18:38:31.997Z] Staging static-packages [2021-03-29T18:38:31.997Z] + snapcraftctl stage [2021-03-29T18:38:32.583Z] Removing intermediate container d27d1dc74277 [2021-03-29T18:38:32.583Z] ---> 35b701cf3e01 [2021-03-29T18:38:32.583Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T18:38:32.864Z] Removing intermediate container 87319d31feed [2021-03-29T18:38:32.864Z] ---> f9f7bc3c813b [2021-03-29T18:38:32.864Z] [2021-03-29T18:38:32.864Z] ---> Running in 2696ca894e39 [2021-03-29T18:38:32.936Z] Staging version [2021-03-29T18:38:32.936Z] + snapcraftctl stage [2021-03-29T18:38:33.466Z] Successfully built f9f7bc3c813b [2021-03-29T18:38:33.466Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-29T18:38:33.466Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-29T18:38:33.740Z] Removing intermediate container 2696ca894e39 [2021-03-29T18:38:33.740Z] ---> 6bc156d1f6b8 [2021-03-29T18:38:33.740Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T18:38:33.874Z] Priming go-build-helper [2021-03-29T18:38:33.875Z] + snapcraftctl prime [2021-03-29T18:38:34.012Z] ---> Running in 517822ca3146 [2021-03-29T18:38:34.604Z] Removing intermediate container 517822ca3146 [2021-03-29T18:38:34.604Z] ---> b4f90c357489 [2021-03-29T18:38:34.604Z] Step 22/23 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:38:34.815Z] Priming app-service-config [2021-03-29T18:38:34.815Z] + snapcraftctl prime [2021-03-29T18:38:34.875Z] ---> Running in 99fb93624657 [2021-03-29T18:38:35.470Z] Removing intermediate container 99fb93624657 [2021-03-29T18:38:35.470Z] ---> c1e20aaab6d3 [2021-03-29T18:38:35.470Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T18:38:35.470Z] ---> Running in 0c4e9e145372 [2021-03-29T18:38:36.063Z] Removing intermediate container 0c4e9e145372 [2021-03-29T18:38:36.063Z] ---> 42b218f9f551 [2021-03-29T18:38:36.063Z] [2021-03-29T18:38:36.200Z] Priming config-common [2021-03-29T18:38:36.200Z] + snapcraftctl prime [2021-03-29T18:38:36.659Z] Successfully built 42b218f9f551 [2021-03-29T18:38:36.659Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-29T18:38:36.771Z] Priming edgex-go [2021-03-29T18:38:36.771Z] + snapcraftctl prime [2021-03-29T18:38:38.152Z] Priming static-packages [2021-03-29T18:38:38.152Z] + snapcraftctl prime [2021-03-29T18:38:40.089Z] Priming version [2021-03-29T18:38:40.089Z] + snapcraftctl prime [2021-03-29T18:38:41.183Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T18:39:15.662Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:39:15.662Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:39:15.662Z] ---> b7b0518f17d6 [2021-03-29T18:39:15.662Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> 687306da4ba9 [2021-03-29T18:39:15.662Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> 91e48ae136bc [2021-03-29T18:39:15.662Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T18:39:15.662Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:39:15.662Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:39:15.662Z] ---> b7b0518f17d6 [2021-03-29T18:39:15.662Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> 687306da4ba9 [2021-03-29T18:39:15.662Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> 91e48ae136bc [2021-03-29T18:39:15.662Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> 7dd30a576ef6 [2021-03-29T18:39:15.662Z] Step 6/21 : COPY go.mod . [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> 0b8f117a4c0f [2021-03-29T18:39:15.662Z] Step 7/21 : RUN go mod download [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> 3966d7ba4fac [2021-03-29T18:39:15.662Z] Step 8/21 : COPY . . [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> ce8fd6f0ace5 [2021-03-29T18:39:15.662Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T18:39:15.662Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:39:15.662Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:39:15.662Z] ---> b7b0518f17d6 [2021-03-29T18:39:15.662Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> 687306da4ba9 [2021-03-29T18:39:15.662Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> 91e48ae136bc [2021-03-29T18:39:15.662Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> 7dd30a576ef6 [2021-03-29T18:39:15.662Z] Step 6/23 : COPY go.mod . [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> 0b8f117a4c0f [2021-03-29T18:39:15.662Z] Step 7/23 : RUN go mod download [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> 3966d7ba4fac [2021-03-29T18:39:15.662Z] Step 8/23 : COPY . . [2021-03-29T18:39:15.662Z] ---> Using cache [2021-03-29T18:39:15.662Z] ---> ce8fd6f0ace5 [2021-03-29T18:39:15.662Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T18:39:17.666Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T18:39:17.666Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T18:39:17.666Z] ---> b7b0518f17d6 [2021-03-29T18:39:17.666Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T18:39:17.666Z] ---> Using cache [2021-03-29T18:39:17.666Z] ---> 687306da4ba9 [2021-03-29T18:39:17.666Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T18:39:17.666Z] ---> Using cache [2021-03-29T18:39:17.666Z] ---> 91e48ae136bc [2021-03-29T18:39:17.666Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T18:39:17.666Z] ---> Using cache [2021-03-29T18:39:17.666Z] ---> 7dd30a576ef6 [2021-03-29T18:39:17.666Z] Step 6/23 : COPY go.mod . [2021-03-29T18:39:17.666Z] ---> Using cache [2021-03-29T18:39:17.666Z] ---> 0b8f117a4c0f [2021-03-29T18:39:17.666Z] Step 7/23 : RUN go mod download [2021-03-29T18:39:17.666Z] ---> Using cache [2021-03-29T18:39:17.666Z] ---> 3966d7ba4fac [2021-03-29T18:39:17.666Z] Step 8/23 : COPY . . [2021-03-29T18:39:17.666Z] ---> Using cache [2021-03-29T18:39:17.666Z] ---> ce8fd6f0ace5 [2021-03-29T18:39:17.666Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T18:39:18.262Z] ---> Running in 72d90392e06f [2021-03-29T18:39:18.262Z] ---> Running in b34db22579c7 [2021-03-29T18:39:18.262Z] ---> Running in 2b4dc91171ba [2021-03-29T18:39:18.262Z] ---> Running in f83a7321b3ab [2021-03-29T18:39:20.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:39:20.260Z] 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-29T18:39:20.260Z] 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-29T18:39:20.260Z] 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-29T18:39:20.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:39:21.531Z] OK: 217 MiB in 51 packages [2021-03-29T18:39:22.998Z] Removing intermediate container 72d90392e06f [2021-03-29T18:39:22.998Z] ---> 38eedcaee0c3 [2021-03-29T18:39:22.998Z] Step 6/26 : COPY go.mod . [2021-03-29T18:39:24.456Z] ---> e45a9c3e56d2 [2021-03-29T18:39:24.456Z] Step 7/26 : RUN go mod download [2021-03-29T18:39:24.456Z] ---> Running in 6912c9e46b87 [2021-03-29T18:39:28.782Z] Removing intermediate container 6912c9e46b87 [2021-03-29T18:39:28.782Z] ---> 46e6749fd93d [2021-03-29T18:39:28.782Z] Step 8/26 : COPY . . [2021-03-29T18:39:51.086Z] ---> 1fd918da38bf [2021-03-29T18:39:51.086Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T18:39:51.086Z] ---> Running in e9fa773aeec5 [2021-03-29T18:39:51.086Z] 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-29T18:40:38.315Z] 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-29T18:40:56.669Z] Removing intermediate container 2b4dc91171ba [2021-03-29T18:40:56.669Z] ---> e913ec0ee21b [2021-03-29T18:40:56.669Z] [2021-03-29T18:40:56.669Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T18:40:56.669Z] ---> e47305ac9786 [2021-03-29T18:40:56.669Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T18:40:56.669Z] ---> Running in b35749f6be7d [2021-03-29T18:40:57.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:40:57.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:40:58.667Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T18:40:58.667Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T18:40:58.667Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T18:40:58.667Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T18:40:58.667Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:40:58.667Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T18:40:58.667Z] Removing intermediate container f83a7321b3ab [2021-03-29T18:40:58.667Z] ---> 7f139a46e42b [2021-03-29T18:40:58.667Z] [2021-03-29T18:40:58.667Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T18:40:58.667Z] ---> e47305ac9786 [2021-03-29T18:40:58.667Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T18:40:58.667Z] ---> Using cache [2021-03-29T18:40:58.667Z] ---> 9b468b338f9f [2021-03-29T18:40:58.667Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T18:40:58.667Z] ---> Using cache [2021-03-29T18:40:58.667Z] ---> 4bef661d9530 [2021-03-29T18:40:58.667Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T18:40:58.942Z] ---> Running in 20dc07fcd990 [2021-03-29T18:40:58.942Z] OK: 7 MiB in 18 packages [2021-03-29T18:40:59.550Z] Removing intermediate container 20dc07fcd990 [2021-03-29T18:40:59.550Z] ---> 35814f252995 [2021-03-29T18:40:59.550Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T18:40:59.845Z] ---> Running in 3e62156af425 [2021-03-29T18:41:00.849Z] Removing intermediate container 3e62156af425 [2021-03-29T18:41:00.849Z] ---> dc0edf179683 [2021-03-29T18:41:00.849Z] Step 15/23 : WORKDIR / [2021-03-29T18:41:01.131Z] ---> Running in dadff0d7ca5c [2021-03-29T18:41:01.411Z] Removing intermediate container b35749f6be7d [2021-03-29T18:41:01.411Z] ---> f64a94dec8c5 [2021-03-29T18:41:01.411Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T18:41:01.687Z] ---> Running in 1a04fc263df8 [2021-03-29T18:41:01.966Z] Removing intermediate container dadff0d7ca5c [2021-03-29T18:41:01.966Z] ---> 5343228f642d [2021-03-29T18:41:01.966Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T18:41:02.246Z] Removing intermediate container 1a04fc263df8 [2021-03-29T18:41:02.247Z] ---> 117b72b7eba9 [2021-03-29T18:41:02.247Z] Step 13/21 : WORKDIR /edgex [2021-03-29T18:41:02.525Z] ---> Running in 68e948ecb26b [2021-03-29T18:41:03.125Z] ---> 0dd3990524aa [2021-03-29T18:41:03.125Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T18:41:03.125Z] Removing intermediate container 68e948ecb26b [2021-03-29T18:41:03.125Z] ---> f4619aac2f3a [2021-03-29T18:41:03.125Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T18:41:04.564Z] ---> d64e69e1056d [2021-03-29T18:41:04.564Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T18:41:05.176Z] ---> 1bcc82d29bee [2021-03-29T18:41:05.176Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T18:41:06.633Z] ---> 8b1b2ff8ba05 [2021-03-29T18:41:06.633Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T18:41:06.911Z] ---> d91e22a4fda3 [2021-03-29T18:41:06.911Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T18:41:06.911Z] ---> Running in 7c67f18a3302 [2021-03-29T18:41:07.910Z] Removing intermediate container 7c67f18a3302 [2021-03-29T18:41:07.910Z] ---> 573958b880da [2021-03-29T18:41:07.910Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T18:41:08.521Z] ---> Running in ca82a058aa57 [2021-03-29T18:41:08.800Z] ---> 8174ae69ad30 [2021-03-29T18:41:08.800Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T18:41:09.079Z] Removing intermediate container b34db22579c7 [2021-03-29T18:41:09.079Z] ---> fe7630362533 [2021-03-29T18:41:09.079Z] [2021-03-29T18:41:09.079Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T18:41:09.079Z] ---> e47305ac9786 [2021-03-29T18:41:09.079Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T18:41:09.079Z] ---> Using cache [2021-03-29T18:41:09.079Z] ---> 9b468b338f9f [2021-03-29T18:41:09.079Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T18:41:09.079Z] ---> Using cache [2021-03-29T18:41:09.079Z] ---> 4bef661d9530 [2021-03-29T18:41:09.079Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T18:41:09.079Z] ---> Running in ad58dfbe461b [2021-03-29T18:41:09.079Z] Removing intermediate container ca82a058aa57 [2021-03-29T18:41:09.079Z] ---> ad9aed3bb411 [2021-03-29T18:41:09.079Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T18:41:09.351Z] ---> Running in 7212f8ded1ba [2021-03-29T18:41:09.623Z] ---> Running in 1a623d541098 [2021-03-29T18:41:09.623Z] Removing intermediate container ad58dfbe461b [2021-03-29T18:41:09.623Z] ---> 88b9188b1ae8 [2021-03-29T18:41:09.623Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T18:41:09.898Z] ---> Running in f8c989802352 [2021-03-29T18:41:10.174Z] Removing intermediate container 7212f8ded1ba [2021-03-29T18:41:10.174Z] ---> 669b472d58db [2021-03-29T18:41:10.174Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T18:41:10.174Z] Removing intermediate container 1a623d541098 [2021-03-29T18:41:10.174Z] ---> 54d50f49edb2 [2021-03-29T18:41:10.174Z] Step 22/23 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:41:10.449Z] ---> Running in 47d919b992ee [2021-03-29T18:41:10.449Z] ---> Running in 25dd3f9f4134 [2021-03-29T18:41:10.722Z] Removing intermediate container f8c989802352 [2021-03-29T18:41:10.722Z] ---> 1a39a2e8151b [2021-03-29T18:41:10.722Z] Step 19/21 : LABEL arch=arm64 [2021-03-29T18:41:10.996Z] ---> Running in c47a8718c52f [2021-03-29T18:41:11.278Z] Removing intermediate container 47d919b992ee [2021-03-29T18:41:11.278Z] ---> 91ed57616ed1 [2021-03-29T18:41:11.278Z] Step 15/23 : WORKDIR / [2021-03-29T18:41:11.278Z] Removing intermediate container 25dd3f9f4134 [2021-03-29T18:41:11.278Z] ---> 5d5df8550546 [2021-03-29T18:41:11.278Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T18:41:11.566Z] ---> Running in b4e3d3616c16 [2021-03-29T18:41:11.566Z] ---> Running in 6444e7da8928 [2021-03-29T18:41:11.842Z] Removing intermediate container c47a8718c52f [2021-03-29T18:41:11.842Z] ---> c7b7aedf85ed [2021-03-29T18:41:11.842Z] Step 20/21 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:41:11.842Z] ---> Running in 457cf3b26e6d [2021-03-29T18:41:12.121Z] Removing intermediate container e9fa773aeec5 [2021-03-29T18:41:12.121Z] ---> 609eeb487402 [2021-03-29T18:41:12.121Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T18:41:12.121Z] Removing intermediate container b4e3d3616c16 [2021-03-29T18:41:12.400Z] ---> f9d54f8bba57 [2021-03-29T18:41:12.400Z] [2021-03-29T18:41:12.400Z] Removing intermediate container 6444e7da8928 [2021-03-29T18:41:12.400Z] ---> 71200b74bdbe [2021-03-29T18:41:12.400Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T18:41:12.400Z] ---> Running in b7fedb22670a [2021-03-29T18:41:12.677Z] Removing intermediate container 457cf3b26e6d [2021-03-29T18:41:12.677Z] ---> ec7433b6b72b [2021-03-29T18:41:12.677Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T18:41:12.955Z] ---> Running in 8d6a942a16b6 [2021-03-29T18:41:12.955Z] Successfully built f9d54f8bba57 [2021-03-29T18:41:12.955Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-29T18:41:13.548Z]  Building docker-core-command-go ... done  ---> a31b8812fbe7 [2021-03-29T18:41:13.548Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T18:41:13.548Z] Removing intermediate container 8d6a942a16b6 [2021-03-29T18:41:13.548Z] ---> 64d5677f079e [2021-03-29T18:41:13.548Z] [2021-03-29T18:41:14.149Z] Successfully built 64d5677f079e [2021-03-29T18:41:14.149Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-29T18:41:14.149Z]  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T18:41:15.133Z] ---> b9f96d5d074c [2021-03-29T18:41:15.133Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T18:41:16.110Z] ---> 37b5fb2c747c [2021-03-29T18:41:16.110Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T18:41:16.110Z] ---> Running in 6306c3d459b4 [2021-03-29T18:41:16.699Z] Removing intermediate container 6306c3d459b4 [2021-03-29T18:41:16.699Z] ---> 3cac11a844b5 [2021-03-29T18:41:16.699Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T18:41:16.699Z] ---> Running in 0945572cbc07 [2021-03-29T18:41:16.971Z] Removing intermediate container b7fedb22670a [2021-03-29T18:41:16.971Z] ---> 4e1482435b6b [2021-03-29T18:41:16.971Z] [2021-03-29T18:41:16.971Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T18:41:16.971Z] 20.10.0: Pulling from library/docker [2021-03-29T18:41:17.245Z] Removing intermediate container 0945572cbc07 [2021-03-29T18:41:17.245Z] ---> c281c8d11990 [2021-03-29T18:41:17.245Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T18:41:17.516Z] ---> Running in 799b6259b290 [2021-03-29T18:41:18.117Z] Removing intermediate container 799b6259b290 [2021-03-29T18:41:18.117Z] ---> 320bfa171b8a [2021-03-29T18:41:18.117Z] Step 22/23 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:41:18.713Z] ---> Running in 748f46777c54 [2021-03-29T18:41:19.692Z] Removing intermediate container 748f46777c54 [2021-03-29T18:41:19.692Z] ---> f7063f19db1d [2021-03-29T18:41:19.692Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T18:41:19.967Z] ---> Running in 7ca671b8787b [2021-03-29T18:41:20.572Z] Removing intermediate container 7ca671b8787b [2021-03-29T18:41:20.572Z] ---> 6fc9a6a6dac5 [2021-03-29T18:41:20.572Z] [2021-03-29T18:41:21.166Z] Successfully built 6fc9a6a6dac5 [2021-03-29T18:41:21.166Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-29T18:41:25.465Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T18:41:25.465Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T18:41:25.465Z] ---> eeaf43b92773 [2021-03-29T18:41:25.465Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T18:41:26.058Z] ---> Running in 9b9da0a14c99 [2021-03-29T18:41:27.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:41:27.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:41:28.083Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T18:41:28.083Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T18:41:28.083Z] Executing bash-5.0.17-r0.post-install [2021-03-29T18:41:28.083Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:41:28.083Z] OK: 12 MiB in 22 packages [2021-03-29T18:41:29.515Z] Removing intermediate container 9b9da0a14c99 [2021-03-29T18:41:29.515Z] ---> 83c5461196fc [2021-03-29T18:41:29.515Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T18:41:29.515Z] ---> Running in cb6807e9fb7a [2021-03-29T18:41:30.109Z] Removing intermediate container cb6807e9fb7a [2021-03-29T18:41:30.109Z] ---> 5a5d9d46d8fe [2021-03-29T18:41:30.109Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T18:41:30.109Z] ---> Running in cc4e8c960093 [2021-03-29T18:41:30.709Z] Removing intermediate container cc4e8c960093 [2021-03-29T18:41:30.709Z] ---> e59dbf0075f5 [2021-03-29T18:41:30.709Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T18:41:30.709Z] ---> Running in e5e55debd74b [2021-03-29T18:41:31.705Z] Removing intermediate container e5e55debd74b [2021-03-29T18:41:31.705Z] ---> 17806622be6e [2021-03-29T18:41:31.705Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T18:41:32.683Z] ---> 87eddd9cfc64 [2021-03-29T18:41:32.683Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T18:41:33.659Z] ---> e15d951f51cf [2021-03-29T18:41:33.659Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T18:41:34.638Z] ---> 6cf741e469ca [2021-03-29T18:41:34.638Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T18:41:34.638Z] ---> Running in 9aaf19c71735 [2021-03-29T18:41:35.616Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:41:35.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:41:36.482Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T18:41:36.482Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T18:41:36.482Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T18:41:36.482Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T18:41:36.482Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T18:41:36.482Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T18:41:36.482Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T18:41:38.450Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T18:41:38.450Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T18:41:38.450Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T18:41:38.450Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T18:41:38.450Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T18:41:38.450Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T18:41:38.450Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T18:41:38.450Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T18:41:38.450Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T18:41:38.450Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T18:41:38.450Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T18:41:38.450Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T18:41:38.719Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T18:41:38.719Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T18:41:38.719Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T18:41:38.719Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T18:41:38.719Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T18:41:38.719Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T18:41:38.719Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T18:41:38.719Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T18:41:38.719Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T18:41:38.719Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T18:41:38.719Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T18:41:38.719Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T18:41:38.719Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T18:41:38.719Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T18:41:39.023Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:41:39.023Z] OK: 71 MiB in 55 packages [2021-03-29T18:41:45.802Z] Removing intermediate container 9aaf19c71735 [2021-03-29T18:41:45.802Z] ---> 5355607e3e64 [2021-03-29T18:41:45.802Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T18:41:45.802Z] ---> Running in d9a8c9043bf3 [2021-03-29T18:41:51.183Z] Collecting docker-compose==1.23.2 [2021-03-29T18:41:51.183Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T18:41:51.183Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T18:41:51.183Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T18:41:54.561Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T18:41:54.561Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T18:41:55.539Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T18:41:55.539Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T18:41:56.515Z] Collecting PyYAML<4,>=3.10 [2021-03-29T18:41:56.515Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T18:42:00.836Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T18:42:00.836Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T18:42:02.805Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T18:42:02.805Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T18:42:02.805Z] 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-29T18:42:03.398Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T18:42:03.398Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T18:42:03.989Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T18:42:03.989Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T18:42:06.597Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T18:42:06.597Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T18:42:06.597Z] 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-29T18:42:07.195Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T18:42:07.195Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T18:42:07.786Z] Collecting idna<2.8,>=2.5 [2021-03-29T18:42:07.786Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T18:42:07.786Z] 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-29T18:42:08.057Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T18:42:08.057Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T18:42:08.057Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T18:42:08.330Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T18:42:08.330Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T18:42:08.330Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T18:42:08.921Z] Installing collected packages: texttable, urllib3, idna, requests, cached-property, PyYAML, dockerpty, jsonschema, websocket-client, docker-pycreds, docker, docopt, docker-compose [2021-03-29T18:42:08.921Z] Running setup.py install for texttable: started [2021-03-29T18:42:10.885Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T18:42:10.885Z] Attempting uninstall: urllib3 [2021-03-29T18:42:10.885Z] Found existing installation: urllib3 1.25.9 [2021-03-29T18:42:10.885Z] Uninstalling urllib3-1.25.9: [2021-03-29T18:42:11.159Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T18:42:11.750Z] Attempting uninstall: idna [2021-03-29T18:42:11.750Z] Found existing installation: idna 2.9 [2021-03-29T18:42:11.750Z] Uninstalling idna-2.9: [2021-03-29T18:42:11.750Z] Successfully uninstalled idna-2.9 [2021-03-29T18:42:12.726Z] Attempting uninstall: requests [2021-03-29T18:42:12.726Z] Found existing installation: requests 2.23.0 [2021-03-29T18:42:12.726Z] Uninstalling requests-2.23.0: [2021-03-29T18:42:12.726Z] Successfully uninstalled requests-2.23.0 [2021-03-29T18:42:13.321Z] Running setup.py install for PyYAML: started [2021-03-29T18:42:15.942Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T18:42:15.942Z] Running setup.py install for dockerpty: started [2021-03-29T18:42:17.911Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T18:42:19.875Z] Running setup.py install for docopt: started [2021-03-29T18:42:21.845Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T18:42:22.822Z] 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-29T18:42:27.114Z] Removing intermediate container d9a8c9043bf3 [2021-03-29T18:42:27.114Z] ---> fa4a0b44a4fa [2021-03-29T18:42:27.114Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T18:42:27.114Z] ---> Running in b6f6e23f98c6 [2021-03-29T18:42:28.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T18:42:28.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T18:42:28.683Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T18:42:28.683Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T18:42:28.683Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T18:42:28.683Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T18:42:28.683Z] OK: 72 MiB in 58 packages [2021-03-29T18:42:30.111Z] Removing intermediate container b6f6e23f98c6 [2021-03-29T18:42:30.111Z] ---> 90b75e8c75cf [2021-03-29T18:42:30.111Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T18:42:30.111Z] ---> Running in e4920844b8b8 [2021-03-29T18:42:30.705Z] Removing intermediate container e4920844b8b8 [2021-03-29T18:42:30.705Z] ---> 784d10183735 [2021-03-29T18:42:30.705Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T18:42:30.705Z] ---> Running in a41491974bfa [2021-03-29T18:42:31.301Z] Removing intermediate container a41491974bfa [2021-03-29T18:42:31.301Z] ---> 0a635d3b6a30 [2021-03-29T18:42:31.301Z] Step 24/26 : LABEL arch=arm64 [2021-03-29T18:42:31.301Z] ---> Running in 3605d7b9a8d7 [2021-03-29T18:42:31.895Z] Removing intermediate container 3605d7b9a8d7 [2021-03-29T18:42:31.895Z] ---> 8515940a6d14 [2021-03-29T18:42:31.895Z] Step 25/26 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a [2021-03-29T18:42:31.895Z] ---> Running in b94bd8d7d7be [2021-03-29T18:42:32.489Z] Removing intermediate container b94bd8d7d7be [2021-03-29T18:42:32.489Z] ---> c90e04f40161 [2021-03-29T18:42:32.489Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T18:42:32.760Z] ---> Running in 55a2e442b785 [2021-03-29T18:42:33.032Z] Removing intermediate container 55a2e442b785 [2021-03-29T18:42:33.032Z] ---> cd80af38c537 [2021-03-29T18:42:33.032Z] [2021-03-29T18:42:33.622Z] Successfully built cd80af38c537 [2021-03-29T18:42:33.622Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-29T18:42:33.906Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T18:42:33.904Z] $ docker stop --time=1 fd3a136c68bef817513aa057b3daae49008f18ffd94225e1d707ae617fb45fc7 [2021-03-29T18:42:35.792Z] $ docker rm -f fd3a136c68bef817513aa057b3daae49008f18ffd94225e1d707ae617fb45fc7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T18:42:36.502Z] + docker images [2021-03-29T18:42:36.502Z] + grep docker [2021-03-29T18:42:36.775Z] docker-sys-mgmt-agent-go-arm64 latest cd80af38c537 4 seconds ago 301MB [2021-03-29T18:42:36.775Z] docker-core-metadata-go-arm64 latest 6fc9a6a6dac5 About a minute ago 17.9MB [2021-03-29T18:42:36.775Z] docker-security-proxy-setup-go-arm64 latest 64d5677f079e About a minute ago 24.1MB [2021-03-29T18:42:36.775Z] docker-core-command-go-arm64 latest f9d54f8bba57 About a minute ago 16.3MB [2021-03-29T18:42:36.775Z] docker-core-data-go-arm64 latest 42b218f9f551 4 minutes ago 21.4MB [2021-03-29T18:42:36.775Z] docker-security-bootstrapper-go-arm64 latest f9f7bc3c813b 4 minutes ago 17.9MB [2021-03-29T18:42:36.775Z] docker-support-notifications-go-arm64 latest 0ef3f258ee9c 4 minutes ago 16.9MB [2021-03-29T18:42:36.775Z] docker-support-scheduler-go-arm64 latest 51cda482da80 4 minutes ago 16.4MB [2021-03-29T18:42:36.775Z] docker-security-secretstore-setup-go-arm64 latest fcc87fb12deb 4 minutes ago 24.4MB [2021-03-29T18:42:36.775Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:42:37.718Z] ---> job-cost.sh [2021-03-29T18:42:37.718Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8b4e [2021-03-29T18:43:24.665Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T18:45:01.404Z] lf-activate-venv(): INFO: Adding /tmp/venv-8b4e/bin to PATH [2021-03-29T18:45:01.404Z] INFO: No Stack... [2021-03-29T18:45:01.404Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T18:45:01.404Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T18:45:01.751Z] + + cutcat -d, /w/workspace/edgex-go/7/archives/cost.csv -f6 [2021-03-29T18:45:01.751Z] [Pipeline] lock [2021-03-29T18:45:01.890Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3295-7-stack-cost] [2021-03-29T18:45:01.903Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3295-7-stack-cost] did not exist. Created. [2021-03-29T18:45:01.903Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3295-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T18:45:02.350Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T18:45:02.621Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T18:45:02.631Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3295-7-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-29T18:45:03.996Z] provisioning config files... [2021-03-29T18:45:04.018Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8872320357948098439tmp [Pipeline] { [Pipeline] sh [2021-03-29T18:45:04.393Z] + set +x [2021-03-29T18:45:04.393Z] + curl -s https://codecov.io/bash [2021-03-29T18:45:04.393Z] + bash -s -- [2021-03-29T18:45:04.655Z] [2021-03-29T18:45:04.655Z] _____ _ [2021-03-29T18:45:04.655Z] / ____| | | [2021-03-29T18:45:04.655Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T18:45:04.655Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T18:45:04.655Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T18:45:04.655Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T18:45:04.655Z] Bash-20210309-2b87ace [2021-03-29T18:45:04.655Z] [2021-03-29T18:45:04.655Z] [2021-03-29T18:45:04.655Z] ==> git version 2.24.3 found [2021-03-29T18:45:04.655Z] ==> 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-29T18:45:04.655Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T18:45:04.655Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T18:45:04.920Z] curl: option -sm: expected a proper numerical parameter [2021-03-29T18:45:04.920Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-29T18:45:04.920Z] ==> Jenkins CI detected. [2021-03-29T18:45:04.920Z] project root: . [2021-03-29T18:45:04.920Z] --> token set from env [2021-03-29T18:45:04.920Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T18:45:04.920Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T18:45:04.920Z] ==> Python coveragepy not found [2021-03-29T18:45:04.920Z] ==> Searching for coverage reports in: [2021-03-29T18:45:04.920Z] + . [2021-03-29T18:45:04.920Z] -> Found 1 reports [2021-03-29T18:45:04.920Z] ==> Detecting git/mercurial file structure [2021-03-29T18:45:05.188Z] ==> Reading reports [2021-03-29T18:45:05.188Z] + ./coverage.out bytes=668090 [2021-03-29T18:45:05.188Z] ==> Appending adjustments [2021-03-29T18:45:05.188Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T18:45:09.419Z] + Found adjustments [2021-03-29T18:45:09.419Z] ==> Gzipping contents [2021-03-29T18:45:09.419Z] 96K /tmp/codecov.rs541Q.gz [2021-03-29T18:45:09.419Z] ==> Uploading reports [2021-03-29T18:45:09.419Z] url: https://codecov.io [2021-03-29T18:45:09.419Z] query: branch=PR-3295&commit=cad762147c9a378943e78532a4f930cb036be87a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3295%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3295&job=&cmd_args= [2021-03-29T18:45:09.419Z] -> Pinging Codecov [2021-03-29T18:45:09.419Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3295&commit=cad762147c9a378943e78532a4f930cb036be87a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3295%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3295&job=&cmd_args= [2021-03-29T18:45:09.419Z] -> Uploading to [2021-03-29T18:45:09.419Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/cad762147c9a378943e78532a4f930cb036be87a/a748269a-c258-4773-bceb-45b4cf94e91d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T184509Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a6312d3b2691eb2c9dba4190265a6cfcdb5c99bf82484e1193b0643dcd280a30 [2021-03-29T18:45:09.419Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T18:45:09.419Z] Dload Upload Total Spent Left Speed [2021-03-29T18:45:09.944Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 50 96848 0 0 50 49152 0 210k --:--:-- --:--:-- --:--:-- 210k 100 96848 0 0 100 96848 0 186k --:--:-- --:--:-- --:--:-- 186k [2021-03-29T18:45:09.944Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/cad762147c9a378943e78532a4f930cb036be87a [Pipeline] } [2021-03-29T18:45:09.955Z] 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-29T18:45:11.764Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:45:12.654Z] ---> package-listing.sh [2021-03-29T18:45:12.655Z] ++ facter osfamily [2021-03-29T18:45:12.655Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T18:45:12.655Z] + OS_FAMILY=redhat [2021-03-29T18:45:12.655Z] + workspace=/w/workspace/edgex-go/7 [2021-03-29T18:45:12.655Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T18:45:12.655Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T18:45:12.655Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T18:45:12.655Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T18:45:12.655Z] + '[' /w/workspace/edgex-go/7 ']' [2021-03-29T18:45:12.655Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T18:45:12.655Z] + case "${OS_FAMILY}" in [2021-03-29T18:45:12.655Z] + rpm -qa [2021-03-29T18:45:12.655Z] + sort [2021-03-29T18:45:18.006Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T18:45:18.006Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T18:45:18.006Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T18:45:18.006Z] + '[' /w/workspace/edgex-go/7 ']' [2021-03-29T18:45:18.006Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-03-29T18:45:18.006Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-03-29T18:45:18.068Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T18:45:18.415Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:45:18.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T18:45:18.807Z] [2021-03-29T18:45:18.807Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T18:45:19.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T18:45:19.237Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T18:45:19.237Z] df20fa9351a1: Pulling fs layer [2021-03-29T18:45:19.237Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T18:45:19.237Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T18:45:19.237Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T18:45:19.237Z] 93b61091891f: Pulling fs layer [2021-03-29T18:45:19.237Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T18:45:19.237Z] 5e14af77c1be: Pulling fs layer [2021-03-29T18:45:19.237Z] 01666e4c0597: Pulling fs layer [2021-03-29T18:45:19.237Z] aa168da1d23b: Pulling fs layer [2021-03-29T18:45:19.237Z] 46f8f816bc3b: Waiting [2021-03-29T18:45:19.237Z] 93b61091891f: Waiting [2021-03-29T18:45:19.237Z] 93b9cdb0e59b: Waiting [2021-03-29T18:45:19.237Z] 5e14af77c1be: Waiting [2021-03-29T18:45:19.237Z] 01666e4c0597: Waiting [2021-03-29T18:45:19.237Z] aa168da1d23b: Waiting [2021-03-29T18:45:19.237Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T18:45:19.237Z] 36b3adc4ff6f: Download complete [2021-03-29T18:45:19.237Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T18:45:19.237Z] 46f8f816bc3b: Download complete [2021-03-29T18:45:19.498Z] df20fa9351a1: Download complete [2021-03-29T18:45:19.498Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T18:45:19.498Z] 93b9cdb0e59b: Download complete [2021-03-29T18:45:19.498Z] 93b61091891f: Download complete [2021-03-29T18:45:19.498Z] 01666e4c0597: Verifying Checksum [2021-03-29T18:45:19.498Z] 01666e4c0597: Download complete [2021-03-29T18:45:19.498Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T18:45:19.498Z] 8ad3a11d3b57: Download complete [2021-03-29T18:45:19.765Z] df20fa9351a1: Pull complete [2021-03-29T18:45:20.028Z] 36b3adc4ff6f: Pull complete [2021-03-29T18:45:20.610Z] 5e14af77c1be: Verifying Checksum [2021-03-29T18:45:20.610Z] 5e14af77c1be: Download complete [2021-03-29T18:45:20.897Z] 8ad3a11d3b57: Pull complete [2021-03-29T18:45:21.847Z] aa168da1d23b: Download complete [2021-03-29T18:45:22.429Z] 46f8f816bc3b: Pull complete [2021-03-29T18:45:23.015Z] 93b61091891f: Pull complete [2021-03-29T18:45:23.285Z] 93b9cdb0e59b: Pull complete [2021-03-29T18:45:23.285Z] 5e14af77c1be: Pull complete [2021-03-29T18:45:23.548Z] 01666e4c0597: Pull complete [2021-03-29T18:45:33.609Z] aa168da1d23b: Pull complete [2021-03-29T18:45:33.609Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T18:45:33.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T18:45:33.609Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T18:45:33.810Z] prd-centos7-docker-4c-2g-31792 does not seem to be running inside a container [2021-03-29T18:45:33.871Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T18:45:40.245Z] $ docker top 44d029ca45b474a6ac1bf522b52c5025d055b74f9aeab4eca6c6c3b96579de9e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T18:45:40.862Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T18:45:41.180Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T18:45:41.487Z] + ls /var/log/sa-host [2021-03-29T18:45:41.487Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T18:45:41.487Z] file_magic: OK [2021-03-29T18:45:41.487Z] HZ: Using current value: 100 [2021-03-29T18:45:41.487Z] file_header: OK [2021-03-29T18:45:41.487Z] 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-29T18:45:41.487Z] Statistics: [2021-03-29T18:45:41.487Z] Hnuu...uuuununununu... [2021-03-29T18:45:41.487Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T18:45:41.487Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T18:45:41.487Z] file_magic: OK [2021-03-29T18:45:41.487Z] HZ: Using current value: 100 [2021-03-29T18:45:41.487Z] file_header: OK [2021-03-29T18:45:41.487Z] 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-29T18:45:41.487Z] Statistics: [2021-03-29T18:45:41.488Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-29T18:45:41.488Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T18:45:41.686Z] provisioning config files... [2021-03-29T18:45:41.703Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config3895309685588113958tmp [Pipeline] { [Pipeline] echo [2021-03-29T18:45:41.771Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:45:42.071Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T18:45:42.081Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T18:45:42.192Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:45:42.492Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T18:45:42.504Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:45:42.804Z] ---> sudo-logs.sh [2021-03-29T18:45:42.804Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T18:45:42.872Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:45:43.172Z] ---> job-cost.sh [2021-03-29T18:45:43.172Z] lf-activate-venv: SKIPPING [2021-03-29T18:45:43.172Z] DEBUG: total: 0.20999999344348907 [2021-03-29T18:45:43.172Z] INFO: Retrieving Stack Cost... [2021-03-29T18:45:44.564Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T18:45:44.826Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T18:45:44.841Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T18:45:45.143Z] ---> logs-deploy.sh [2021-03-29T18:45:45.143Z] lf-activate-venv: SKIPPING [2021-03-29T18:45:45.143Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3295/7 [2021-03-29T18:45:45.143Z] INFO: archiving workspace using pattern(s): [2021-03-29T18:45:47.064Z] Archives upload complete. [2021-03-29T18:45:47.064Z] INFO: archiving logs to Nexus [2021-03-29T18:45:48.019Z] ---> uname -a: [2021-03-29T18:45:48.019Z] Linux prd-centos7-docker-4c-2g-31792.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-29T18:45:48.019Z] [2021-03-29T18:45:48.019Z] [2021-03-29T18:45:48.019Z] ---> lscpu: [2021-03-29T18:45:48.019Z] Architecture: x86_64 [2021-03-29T18:45:48.019Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-29T18:45:48.019Z] Byte Order: Little Endian [2021-03-29T18:45:48.019Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-29T18:45:48.019Z] CPU(s): 4 [2021-03-29T18:45:48.019Z] On-line CPU(s) list: 0-3 [2021-03-29T18:45:48.019Z] Thread(s) per core: 1 [2021-03-29T18:45:48.019Z] Core(s) per socket: 1 [2021-03-29T18:45:48.019Z] Socket(s): 4 [2021-03-29T18:45:48.019Z] NUMA node(s): 1 [2021-03-29T18:45:48.019Z] Vendor ID: GenuineIntel [2021-03-29T18:45:48.019Z] CPU family: 6 [2021-03-29T18:45:48.019Z] Model: 44 [2021-03-29T18:45:48.019Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-29T18:45:48.019Z] Stepping: 1 [2021-03-29T18:45:48.019Z] CPU MHz: 2933.438 [2021-03-29T18:45:48.019Z] BogoMIPS: 5866.87 [2021-03-29T18:45:48.019Z] Virtualization: VT-x [2021-03-29T18:45:48.019Z] Hypervisor vendor: KVM [2021-03-29T18:45:48.019Z] Virtualization type: full [2021-03-29T18:45:48.019Z] L1d cache: 128 KiB [2021-03-29T18:45:48.019Z] L1i cache: 128 KiB [2021-03-29T18:45:48.019Z] L2 cache: 16 MiB [2021-03-29T18:45:48.019Z] L3 cache: 64 MiB [2021-03-29T18:45:48.019Z] NUMA node0 CPU(s): 0-3 [2021-03-29T18:45:48.019Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-29T18:45:48.019Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-29T18:45:48.019Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-29T18:45:48.019Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-29T18:45:48.019Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-29T18:45:48.019Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-29T18:45:48.019Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-29T18:45:48.019Z] Vulnerability Srbds: Not affected [2021-03-29T18:45:48.019Z] Vulnerability Tsx async abort: Not affected [2021-03-29T18:45:48.019Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-29T18:45:48.019Z] [2021-03-29T18:45:48.019Z] [2021-03-29T18:45:48.019Z] ---> nproc: [2021-03-29T18:45:48.019Z] 4 [2021-03-29T18:45:48.019Z] [2021-03-29T18:45:48.019Z] [2021-03-29T18:45:48.019Z] ---> df -h: [2021-03-29T18:45:48.019Z] Filesystem Size Used Available Use% Mounted on [2021-03-29T18:45:48.019Z] overlay 50.0G 13.1G 36.9G 26% / [2021-03-29T18:45:48.019Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-29T18:45:48.019Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-29T18:45:48.019Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-29T18:45:48.019Z] /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os [2021-03-29T18:45:48.019Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2021-03-29T18:45:48.019Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2021-03-29T18:45:48.019Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2021-03-29T18:45:48.019Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log [2021-03-29T18:45:48.019Z] /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json [2021-03-29T18:45:48.019Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2021-03-29T18:45:48.019Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure [2021-03-29T18:45:48.019Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/7 [2021-03-29T18:45:48.019Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/7@tmp [2021-03-29T18:45:48.019Z] [2021-03-29T18:45:48.019Z] [2021-03-29T18:45:48.019Z] ---> free -m: [2021-03-29T18:45:48.019Z] total used free shared buff/cache available [2021-03-29T18:45:48.019Z] Mem: 1837 701 144 0 991 1053 [2021-03-29T18:45:48.019Z] Swap: 1023 63 960 [2021-03-29T18:45:48.019Z] [2021-03-29T18:45:48.019Z] [2021-03-29T18:45:48.019Z] ---> ip addr: [2021-03-29T18:45:48.019Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-29T18:45:48.019Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-29T18:45:48.019Z] inet 127.0.0.1/8 scope host lo [2021-03-29T18:45:48.019Z] valid_lft forever preferred_lft forever [2021-03-29T18:45:48.019Z] inet6 ::1/128 scope host [2021-03-29T18:45:48.019Z] valid_lft forever preferred_lft forever [2021-03-29T18:45:48.019Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-29T18:45:48.019Z] link/ether fa:16:3e:0b:51:8e brd ff:ff:ff:ff:ff:ff [2021-03-29T18:45:48.019Z] inet 10.30.122.155/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-29T18:45:48.020Z] valid_lft 84925sec preferred_lft 84925sec [2021-03-29T18:45:48.020Z] inet6 fe80::f816:3eff:fe0b:518e/64 scope link [2021-03-29T18:45:48.020Z] valid_lft forever preferred_lft forever [2021-03-29T18:45:48.020Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-29T18:45:48.020Z] link/ether 02:42:b0:c1:01:5d brd ff:ff:ff:ff:ff:ff [2021-03-29T18:45:48.020Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-29T18:45:48.020Z] valid_lft forever preferred_lft forever [2021-03-29T18:45:48.020Z] inet6 fe80::42:b0ff:fec1:15d/64 scope link [2021-03-29T18:45:48.020Z] valid_lft forever preferred_lft forever [2021-03-29T18:45:48.020Z] [2021-03-29T18:45:48.020Z] [2021-03-29T18:45:48.020Z] ---> sar -b -r -n DEV: [2021-03-29T18:45:48.020Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) [2021-03-29T18:45:48.020Z] [2021-03-29T18:45:48.020Z] 18:21:01 LINUX RESTART (4 CPU) [2021-03-29T18:45:48.020Z] [2021-03-29T18:45:48.020Z] 18:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-29T18:45:48.020Z] 18:23:01 172.87 85.30 87.57 0.00 10162.48 38435.33 0.00 [2021-03-29T18:45:48.020Z] 18:24:02 239.36 95.42 143.93 0.00 3741.72 25795.22 0.00 [2021-03-29T18:45:48.020Z] 18:25:01 140.06 56.52 83.55 0.00 2438.05 10414.25 0.00 [2021-03-29T18:45:48.020Z] 18:26:01 146.44 73.26 73.18 0.00 3685.72 8262.66 0.00 [2021-03-29T18:45:48.020Z] 18:27:02 536.64 318.06 218.58 0.00 76434.43 149467.72 0.00 [2021-03-29T18:45:48.020Z] 18:28:01 3213.98 2842.50 371.48 0.00 158204.58 175145.86 0.00 [2021-03-29T18:45:48.020Z] 18:29:01 397.51 180.39 217.12 0.00 15716.22 38909.77 0.00 [2021-03-29T18:45:48.020Z] 18:30:03 2259.75 1865.49 394.25 0.00 130491.15 158100.03 0.00 [2021-03-29T18:45:48.020Z] 18:31:01 1855.81 1586.81 268.99 0.00 94265.76 104735.98 0.00 [2021-03-29T18:45:48.020Z] 18:32:01 174.88 42.15 132.73 0.00 5099.65 18145.63 0.00 [2021-03-29T18:45:48.020Z] 18:33:01 2.50 1.22 1.28 0.00 63.41 18.25 0.00 [2021-03-29T18:45:48.020Z] 18:34:01 0.32 0.00 0.32 0.00 0.00 4.90 0.00 [2021-03-29T18:45:48.020Z] 18:35:01 0.37 0.03 0.33 0.00 0.40 4.45 0.00 [2021-03-29T18:45:48.020Z] 18:36:01 1.73 1.47 0.27 0.00 48.63 3.85 0.00 [2021-03-29T18:45:48.020Z] 18:37:02 1.05 0.20 0.85 0.00 63.40 16.80 0.00 [2021-03-29T18:45:48.020Z] 18:38:01 0.34 0.03 0.30 0.00 0.68 4.57 0.00 [2021-03-29T18:45:48.020Z] 18:39:01 0.33 0.00 0.33 0.00 0.00 5.35 0.00 [2021-03-29T18:45:48.020Z] 18:40:01 0.33 0.13 0.20 0.00 1.33 2.38 0.00 [2021-03-29T18:45:48.020Z] 18:41:01 0.30 0.02 0.28 0.00 0.13 3.56 0.00 [2021-03-29T18:45:48.020Z] 18:42:01 0.30 0.02 0.28 0.00 0.27 3.01 0.00 [2021-03-29T18:45:48.020Z] 18:43:01 0.22 0.03 0.18 0.00 0.40 2.16 0.00 [2021-03-29T18:45:48.020Z] 18:44:01 0.30 0.00 0.30 0.00 0.00 3.43 0.00 [2021-03-29T18:45:48.020Z] 18:45:01 0.28 0.03 0.25 0.00 0.27 2.70 0.00 [2021-03-29T18:45:48.020Z] Average: 396.98 310.05 86.93 0.00 21779.53 31719.23 0.00 [2021-03-29T18:45:48.020Z] [2021-03-29T18:45:48.020Z] 18:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-29T18:45:48.020Z] 18:23:01 157636 0 711608 37.82 2380 1009920 1530296 52.23 611552 875516 72688 [2021-03-29T18:45:48.020Z] 18:24:02 286008 0 711228 37.80 1504 882804 1323284 45.16 477740 835120 48 [2021-03-29T18:45:48.020Z] 18:25:01 204996 0 822684 43.72 684 853180 1888248 64.44 708132 678572 83852 [2021-03-29T18:45:48.020Z] 18:26:01 199728 0 754056 40.08 668 927092 1425424 48.65 627840 756096 86076 [2021-03-29T18:45:48.020Z] 18:27:02 53040 0 813532 43.24 12 1014960 2246800 76.68 725504 896084 59840 [2021-03-29T18:45:48.020Z] 18:28:01 503468 0 723312 38.44 12 654752 2351432 80.25 548024 596732 0 [2021-03-29T18:45:48.020Z] 18:29:01 183640 0 758024 40.29 12 939868 2110720 72.04 516688 921328 164 [2021-03-29T18:45:48.020Z] 18:30:03 65232 0 792160 42.10 12 1024140 2243100 76.55 731736 856504 83288 [2021-03-29T18:45:48.020Z] 18:31:01 154380 0 938608 49.88 12 788544 2501876 85.38 750024 707848 40028 [2021-03-29T18:45:48.020Z] 18:32:01 383016 0 622936 33.11 12 875580 1180748 40.30 536664 708416 8 [2021-03-29T18:45:48.020Z] 18:33:01 384224 0 619916 32.95 12 877392 1151020 39.28 534692 709636 8 [2021-03-29T18:45:48.020Z] 18:34:01 385296 0 618832 32.89 12 877404 1146812 39.14 534064 709568 0 [2021-03-29T18:45:48.020Z] 18:35:01 385312 0 618820 32.89 12 877400 1146840 39.14 534316 709568 8 [2021-03-29T18:45:48.020Z] 18:36:01 383560 0 619764 32.94 12 878208 1146920 39.14 534548 710336 12 [2021-03-29T18:45:48.020Z] 18:37:02 378444 0 622992 33.11 12 880096 1147004 39.15 541256 708704 8 [2021-03-29T18:45:48.020Z] 18:38:01 378976 0 622448 33.08 12 880108 1146920 39.14 541008 708724 12 [2021-03-29T18:45:48.020Z] 18:39:01 379128 0 622292 33.07 12 880112 1146812 39.14 540580 708728 20 [2021-03-29T18:45:48.020Z] 18:40:01 378524 0 622884 33.10 12 880124 1146968 39.14 541388 708764 16 [2021-03-29T18:45:48.020Z] 18:41:01 378480 0 622916 33.11 12 880136 1146932 39.14 541168 708772 16 [2021-03-29T18:45:48.020Z] 18:42:01 378752 0 622648 33.09 12 880132 1146908 39.14 541272 708776 12 [2021-03-29T18:45:48.020Z] 18:43:01 378992 0 622400 33.08 12 880140 1146908 39.14 540972 708780 12 [2021-03-29T18:45:48.020Z] 18:44:01 379368 0 622012 33.06 12 880152 1146812 39.14 540692 708792 12 [2021-03-29T18:45:48.020Z] 18:45:01 378500 0 622876 33.10 12 880156 1147016 39.15 541168 708796 16 [2021-03-29T18:45:48.020Z] Average: 310378 0 683867 36.35 238 887061 1465904 50.03 575697 741311 18528 [2021-03-29T18:45:48.020Z] [2021-03-29T18:45:48.020Z] 18:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-29T18:45:48.020Z] 18:23:01 eth0 1182.65 1225.02 5855.90 148.55 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:23:01 docker0 857.39 756.27 70.90 2685.80 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:24:02 eth0 221.33 177.53 863.78 26.01 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:24:02 veth56dd34e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:24:02 docker0 157.65 185.84 10.99 832.20 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:25:01 eth0 39.93 27.29 21.11 67.19 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:25:01 veth56dd34e 0.85 0.88 0.07 0.07 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:25:01 docker0 0.85 0.85 0.06 0.07 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:26:01 eth0 27.64 14.89 21.98 11.90 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:26:01 veth56dd34e 1.20 1.20 0.10 0.10 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:26:01 docker0 1.20 1.20 0.08 0.10 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:27:02 veth46bf2ef 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:27:02 eth0 200.44 161.49 1673.73 74.17 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:28:01 vethe7ac20c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:28:01 veth46bf2ef 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:28:01 veth2411bff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:28:01 vethf7e368b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:29:01 veth46bf2ef 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:29:01 veth16f28ea 5.15 7.83 0.36 42.48 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:29:01 veth714bbd6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:29:01 eth0 2758.06 2348.99 13433.37 480.43 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:30:03 veth46bf2ef 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:30:03 veth8520f49 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:30:03 eth0 134.02 85.31 438.73 80.01 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:30:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:31:01 veth46bf2ef 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:31:01 veth0c14088 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:31:01 eth0 52.66 34.33 86.01 64.48 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:32:01 eth0 32.73 17.71 94.67 9.30 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:32:01 docker0 1093.47 1077.26 86.48 4342.49 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:33:01 eth0 1.58 0.80 0.86 0.21 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:34:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:35:01 eth0 0.50 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:36:01 eth0 1.25 0.40 0.34 0.21 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:37:02 eth0 1.93 0.77 0.76 0.47 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:38:01 eth0 0.66 0.37 0.28 0.21 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:39:01 eth0 0.85 0.03 0.07 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:40:01 eth0 3.35 0.78 0.98 0.56 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:41:01 eth0 1.10 0.48 0.55 0.42 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:42:01 eth0 0.33 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:43:01 eth0 0.52 0.37 0.27 0.17 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:44:01 eth0 1.23 0.03 0.11 0.03 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:45:01 eth0 0.92 0.72 0.53 0.37 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] Average: eth0 91.55 82.47 464.79 23.91 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] Average: docker0 47.61 46.91 3.77 189.08 0.00 0.00 0.00 0.00 [2021-03-29T18:45:48.020Z] [2021-03-29T18:45:48.020Z] [2021-03-29T18:45:48.020Z] ---> sar -P ALL: [2021-03-29T18:45:48.020Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) [2021-03-29T18:45:48.020Z] [2021-03-29T18:45:48.020Z] 18:21:01 LINUX RESTART (4 CPU) [2021-03-29T18:45:48.020Z] [2021-03-29T18:45:48.020Z] 18:22:01 CPU %user %nice %system %iowait %steal %idle [2021-03-29T18:45:48.020Z] 18:23:01 all 14.97 0.00 8.56 1.41 0.19 74.87 [2021-03-29T18:45:48.020Z] 18:23:01 0 14.32 0.00 10.13 2.04 0.24 73.26 [2021-03-29T18:45:48.021Z] 18:23:01 1 13.16 0.00 7.39 0.93 0.19 78.34 [2021-03-29T18:45:48.021Z] 18:23:01 2 15.13 0.00 7.88 1.07 0.17 75.75 [2021-03-29T18:45:48.021Z] 18:23:01 3 17.30 0.00 8.86 1.59 0.17 72.07 [2021-03-29T18:45:48.021Z] 18:24:02 all 6.90 0.00 6.36 5.92 0.18 80.64 [2021-03-29T18:45:48.021Z] 18:24:02 0 7.53 0.00 6.71 5.28 0.12 80.36 [2021-03-29T18:45:48.021Z] 18:24:02 1 6.64 0.00 5.91 4.85 0.24 82.37 [2021-03-29T18:45:48.021Z] 18:24:02 2 6.64 0.00 6.86 7.69 0.15 78.66 [2021-03-29T18:45:48.021Z] 18:24:02 3 6.81 0.00 5.95 5.85 0.20 81.18 [2021-03-29T18:45:48.021Z] 18:25:01 all 52.18 0.00 12.23 3.27 0.09 32.22 [2021-03-29T18:45:48.021Z] 18:25:01 0 51.48 0.00 13.05 3.95 0.09 31.44 [2021-03-29T18:45:48.021Z] 18:25:01 1 53.07 0.00 11.99 1.80 0.07 33.08 [2021-03-29T18:45:48.021Z] 18:25:01 2 51.08 0.00 12.15 3.89 0.09 32.79 [2021-03-29T18:45:48.021Z] 18:25:01 3 53.11 0.00 11.74 3.44 0.12 31.59 [2021-03-29T18:45:48.021Z] 18:26:01 all 51.54 0.00 15.09 3.18 0.17 30.01 [2021-03-29T18:45:48.021Z] 18:26:01 0 51.33 0.00 15.28 3.00 0.19 30.20 [2021-03-29T18:45:48.021Z] 18:26:01 1 49.68 0.00 15.02 4.19 0.18 30.94 [2021-03-29T18:45:48.021Z] 18:26:01 2 53.26 0.00 14.77 1.78 0.12 30.07 [2021-03-29T18:45:48.021Z] 18:26:01 3 51.90 0.00 15.31 3.76 0.19 28.84 [2021-03-29T18:45:48.021Z] 18:27:02 all 23.30 0.00 20.11 4.83 0.72 51.04 [2021-03-29T18:45:48.021Z] 18:27:02 0 24.39 0.00 18.97 4.34 0.79 51.51 [2021-03-29T18:45:48.021Z] 18:27:02 1 22.32 0.00 19.20 4.90 0.67 52.91 [2021-03-29T18:45:48.021Z] 18:27:02 2 22.92 0.00 20.55 4.50 0.84 51.19 [2021-03-29T18:45:48.021Z] 18:27:02 3 23.56 0.00 21.74 5.58 0.59 48.54 [2021-03-29T18:45:48.021Z] 18:28:01 all 19.55 0.00 27.13 28.40 1.30 23.63 [2021-03-29T18:45:48.021Z] 18:28:01 0 20.02 0.00 26.19 28.93 1.52 23.34 [2021-03-29T18:45:48.021Z] 18:28:01 1 18.30 0.00 27.74 26.64 1.38 25.93 [2021-03-29T18:45:48.021Z] 18:28:01 2 19.99 0.00 26.63 29.05 1.24 23.10 [2021-03-29T18:45:48.021Z] 18:28:01 3 19.87 0.00 27.99 28.97 1.06 22.11 [2021-03-29T18:45:48.021Z] 18:29:01 all 58.34 0.00 17.00 9.87 0.23 14.57 [2021-03-29T18:45:48.021Z] 18:29:01 0 57.97 0.00 17.57 8.14 0.18 16.14 [2021-03-29T18:45:48.021Z] 18:29:01 1 58.50 0.00 16.44 10.69 0.25 14.13 [2021-03-29T18:45:48.021Z] 18:29:01 2 58.59 0.00 17.19 11.52 0.26 12.43 [2021-03-29T18:45:48.021Z] 18:29:01 3 58.28 0.00 16.80 9.09 0.23 15.60 [2021-03-29T18:45:48.021Z] 18:30:03 all 16.07 0.00 23.07 31.46 1.69 27.72 [2021-03-29T18:45:48.021Z] 18:30:03 0 15.78 0.00 22.90 29.78 1.68 29.85 [2021-03-29T18:45:48.021Z] 18:30:03 1 15.41 0.00 23.60 34.21 1.64 25.14 [2021-03-29T18:45:48.021Z] 18:30:03 2 16.09 0.00 22.05 33.91 1.86 26.09 [2021-03-29T18:45:48.021Z] 18:30:03 3 17.01 0.00 23.73 27.86 1.58 29.82 [2021-03-29T18:45:48.021Z] 18:31:01 all 54.27 0.00 22.77 13.76 0.58 8.61 [2021-03-29T18:45:48.021Z] 18:31:01 0 53.92 0.00 21.35 14.65 0.70 9.39 [2021-03-29T18:45:48.021Z] 18:31:01 1 54.45 0.00 23.24 12.39 0.49 9.42 [2021-03-29T18:45:48.021Z] 18:31:01 2 53.30 0.00 24.07 13.31 0.58 8.74 [2021-03-29T18:45:48.021Z] 18:31:01 3 55.45 0.00 22.41 14.71 0.54 6.89 [2021-03-29T18:45:48.021Z] 18:32:01 all 13.36 0.00 7.07 8.48 0.48 70.61 [2021-03-29T18:45:48.021Z] 18:32:01 0 13.40 0.00 6.81 6.44 0.44 72.92 [2021-03-29T18:45:48.021Z] 18:32:01 1 13.26 0.00 7.15 10.41 0.48 68.70 [2021-03-29T18:45:48.021Z] 18:32:01 2 13.62 0.00 7.43 6.61 0.54 71.80 [2021-03-29T18:45:48.021Z] 18:32:01 3 13.17 0.00 6.88 10.48 0.46 69.01 [2021-03-29T18:45:48.021Z] 18:33:01 all 0.16 0.00 0.05 0.01 0.00 99.78 [2021-03-29T18:45:48.021Z] 18:33:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-29T18:45:48.021Z] 18:33:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-29T18:45:48.021Z] 18:33:01 2 0.52 0.00 0.05 0.03 0.00 99.40 [2021-03-29T18:45:48.021Z] 18:33:01 3 0.00 0.00 0.05 0.02 0.02 99.92 [2021-03-29T18:45:48.021Z] [2021-03-29T18:45:48.021Z] 18:33:01 CPU %user %nice %system %iowait %steal %idle [2021-03-29T18:45:48.021Z] 18:34:01 all 0.17 0.00 0.05 0.00 0.01 99.77 [2021-03-29T18:45:48.021Z] 18:34:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-29T18:45:48.021Z] 18:34:01 1 0.55 0.00 0.05 0.00 0.02 99.38 [2021-03-29T18:45:48.021Z] 18:34:01 2 0.07 0.00 0.10 0.00 0.00 99.83 [2021-03-29T18:45:48.021Z] 18:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T18:45:48.021Z] 18:35:01 all 0.14 0.00 0.03 0.00 0.01 99.83 [2021-03-29T18:45:48.021Z] 18:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-29T18:45:48.021Z] 18:35:01 1 0.50 0.00 0.03 0.00 0.02 99.45 [2021-03-29T18:45:48.021Z] 18:35:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-29T18:45:48.021Z] 18:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T18:45:48.021Z] 18:36:01 all 0.17 0.00 0.08 0.02 0.00 99.72 [2021-03-29T18:45:48.021Z] 18:36:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-29T18:45:48.021Z] 18:36:01 1 0.55 0.00 0.13 0.08 0.00 99.23 [2021-03-29T18:45:48.021Z] 18:36:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-29T18:45:48.021Z] 18:36:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-29T18:45:48.021Z] 18:37:02 all 0.17 0.00 0.05 0.01 0.00 99.78 [2021-03-29T18:45:48.021Z] 18:37:02 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-03-29T18:45:48.021Z] 18:37:02 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-29T18:45:48.021Z] 18:37:02 2 0.03 0.00 0.07 0.02 0.00 99.88 [2021-03-29T18:45:48.021Z] 18:37:02 3 0.07 0.00 0.05 0.02 0.00 99.87 [2021-03-29T18:45:48.021Z] 18:38:01 all 0.13 0.00 0.04 0.00 0.01 99.82 [2021-03-29T18:45:48.021Z] 18:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T18:45:48.021Z] 18:38:01 1 0.41 0.00 0.07 0.00 0.03 99.49 [2021-03-29T18:45:48.021Z] 18:38:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T18:45:48.021Z] 18:38:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-29T18:45:48.021Z] 18:39:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-03-29T18:45:48.021Z] 18:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T18:45:48.021Z] 18:39:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-29T18:45:48.021Z] 18:39:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-29T18:45:48.021Z] 18:39:01 3 0.03 0.00 0.07 0.00 0.02 99.88 [2021-03-29T18:45:48.021Z] 18:40:01 all 0.17 0.00 0.05 0.00 0.01 99.78 [2021-03-29T18:45:48.021Z] 18:40:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-29T18:45:48.021Z] 18:40:01 1 0.50 0.00 0.05 0.00 0.00 99.45 [2021-03-29T18:45:48.021Z] 18:40:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-03-29T18:45:48.021Z] 18:40:01 3 0.08 0.00 0.08 0.00 0.02 99.82 [2021-03-29T18:45:48.021Z] 18:41:01 all 0.10 0.00 0.03 0.00 0.01 99.86 [2021-03-29T18:45:48.021Z] 18:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-29T18:45:48.021Z] 18:41:01 1 0.30 0.00 0.05 0.00 0.02 99.63 [2021-03-29T18:45:48.021Z] 18:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T18:45:48.021Z] 18:41:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-29T18:45:48.021Z] 18:42:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-29T18:45:48.021Z] 18:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-29T18:45:48.021Z] 18:42:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-29T18:45:48.021Z] 18:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-29T18:45:48.021Z] 18:42:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-29T18:45:48.021Z] 18:43:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-29T18:45:48.021Z] 18:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-29T18:45:48.021Z] 18:43:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-29T18:45:48.021Z] 18:43:01 2 0.05 0.00 0.07 0.00 0.02 99.87 [2021-03-29T18:45:48.021Z] 18:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T18:45:48.021Z] 18:44:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-03-29T18:45:48.021Z] 18:44:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-29T18:45:48.021Z] 18:44:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-29T18:45:48.021Z] 18:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T18:45:48.021Z] 18:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-29T18:45:48.021Z] [2021-03-29T18:45:48.021Z] 18:44:01 CPU %user %nice %system %iowait %steal %idle [2021-03-29T18:45:48.021Z] 18:45:01 all 0.15 0.00 0.04 0.00 0.00 99.82 [2021-03-29T18:45:48.021Z] 18:45:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-29T18:45:48.021Z] 18:45:01 1 0.43 0.00 0.03 0.00 0.00 99.53 [2021-03-29T18:45:48.021Z] 18:45:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-29T18:45:48.021Z] 18:45:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-29T18:45:48.021Z] Average: all 13.09 0.00 6.71 4.64 0.24 75.32 [2021-03-29T18:45:48.021Z] Average: 0 13.00 0.00 6.70 4.47 0.25 75.58 [2021-03-29T18:45:48.021Z] Average: 1 13.02 0.00 6.64 4.67 0.24 75.42 [2021-03-29T18:45:48.021Z] Average: 2 13.08 0.00 6.73 4.77 0.25 75.17 [2021-03-29T18:45:48.021Z] Average: 3 13.27 0.00 6.77 4.63 0.22 75.11 [2021-03-29T18:45:48.021Z] [2021-03-29T18:45:48.021Z] [2021-03-29T18:45:48.021Z]