Pull request #3318 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941+0e291f44bb73248a8c5ef7868096f1c33cce0f6a (fb481c5781b336bceff6e6437266048228012dde) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3318/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3318/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 ‘prd-centos7-docker-4c-2g-31987’ Running on prd-centos7-docker-4c-2g-31992 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 0e291f44bb73248a8c5ef7868096f1c33cce0f6a into PR head commit 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 Merge succeeded, producing 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 Checking out Revision 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 (PR-3318) > 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/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-30T05:58:08.199Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-30T05:58:08.589Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-30T05:58:08.765Z] ========================================================= [2021-03-30T05:58:08.765Z] EdgeX Global Pipelines Version Info [2021-03-30T05:58:08.765Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-30T05:58:10.359Z] ------------------- [2021-03-30T05:58:10.360Z] stable info: [2021-03-30T05:58:10.360Z] ------------------- [2021-03-30T05:58:10.360Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-30T05:58:10.360Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-30T05:58:10.360Z] Message: update stable to v1.0.186 [2021-03-30T05:58:11.324Z] ------------------- [2021-03-30T05:58:11.324Z] experimental info: [2021-03-30T05:58:11.324Z] ------------------- [2021-03-30T05:58:11.324Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-30T05:58:11.324Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-30T05:58:11.324Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-30T05:58:11.740Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-30T05:58:11.853Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-30T05:58:12.026Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-30T05:58:12.138Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-30T05:58:12.249Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-30T05:58:12.367Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-30T05:58:12.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-30T05:58:12.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-30T05:58:12.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-30T05:58:12.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-30T05:58:13.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-30T05:58:13.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-30T05:58:13.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-30T05:58:13.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-30T05:58:13.580Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T05:58:13.736Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T05:58:13.852Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-30T05:58:14.008Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-30T05:58:14.175Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-30T05:58:14.340Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-30T05:58:14.452Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-30T05:58:14.577Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-30T05:58:14.727Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3318 [Pipeline] echo [2021-03-30T05:58:14.847Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3318 [Pipeline] echo [2021-03-30T05:58:14.967Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3318 [Pipeline] echo [2021-03-30T05:58:15.106Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [Pipeline] echo [2021-03-30T05:58:15.214Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f5d597 [Pipeline] echo [2021-03-30T05:58:15.338Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T05:58:15.588Z] provisioning config files... [2021-03-30T05:58:15.621Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4625154090848769121tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T05:58:16.046Z] ---> docker-login.sh [2021-03-30T05:58:16.046Z] nexus3.edgexfoundry.org:10001 [2021-03-30T05:58:16.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T05:58:16.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T05:58:16.584Z] Configure a credential helper to remove this warning. See [2021-03-30T05:58:16.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T05:58:16.584Z] [2021-03-30T05:58:16.584Z] Login Succeeded [2021-03-30T05:58:16.584Z] nexus3.edgexfoundry.org:10002 [2021-03-30T05:58:16.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T05:58:16.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T05:58:16.584Z] Configure a credential helper to remove this warning. See [2021-03-30T05:58:16.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T05:58:16.584Z] [2021-03-30T05:58:16.584Z] Login Succeeded [2021-03-30T05:58:16.584Z] nexus3.edgexfoundry.org:10003 [2021-03-30T05:58:16.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T05:58:16.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T05:58:16.857Z] Configure a credential helper to remove this warning. See [2021-03-30T05:58:16.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T05:58:16.857Z] [2021-03-30T05:58:16.857Z] Login Succeeded [2021-03-30T05:58:16.858Z] nexus3.edgexfoundry.org:10004 [2021-03-30T05:58:17.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T05:58:17.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T05:58:17.126Z] Configure a credential helper to remove this warning. See [2021-03-30T05:58:17.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T05:58:17.126Z] [2021-03-30T05:58:17.126Z] Login Succeeded [2021-03-30T05:58:17.126Z] docker.io [2021-03-30T05:58:17.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T05:58:17.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T05:58:17.390Z] Configure a credential helper to remove this warning. See [2021-03-30T05:58:17.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T05:58:17.390Z] [2021-03-30T05:58:17.390Z] Login Succeeded [2021-03-30T05:58:17.390Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T05:58:17.422Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T05:58:18.018Z] ++ 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-30T05:58:18.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:18.018Z] ++ dirname cmd/core-command/Dockerfile [2021-03-30T05:58:18.018Z] ++ cut -d/ -f2 [2021-03-30T05:58:18.018Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-30T05:58:18.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:18.018Z] ++ dirname cmd/core-data/Dockerfile [2021-03-30T05:58:18.018Z] ++ cut -d/ -f2 [2021-03-30T05:58:18.018Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-30T05:58:18.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:18.018Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-30T05:58:18.018Z] ++ cut -d/ -f2 [2021-03-30T05:58:18.018Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-30T05:58:18.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:18.018Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-30T05:58:18.018Z] ++ cut -d/ -f2 [2021-03-30T05:58:18.018Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-30T05:58:18.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:18.018Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-30T05:58:18.018Z] ++ cut -d/ -f2 [2021-03-30T05:58:18.018Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-30T05:58:18.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:18.018Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-30T05:58:18.018Z] ++ cut -d/ -f2 [2021-03-30T05:58:18.018Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-30T05:58:18.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:18.018Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-30T05:58:18.018Z] ++ cut -d/ -f2 [2021-03-30T05:58:18.018Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-30T05:58:18.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:18.018Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-30T05:58:18.018Z] ++ cut -d/ -f2 [2021-03-30T05:58:18.018Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-30T05:58:18.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:18.018Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-30T05:58:18.018Z] ++ cut -d/ -f2 [2021-03-30T05:58:18.018Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-30T05:58:18.127Z] 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-30T05:58:19.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T05:58:19.189Z] [2021-03-30T05:58:19.189Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T05:58:19.614Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T05:58:19.614Z] latest: Pulling from edgex-devops/git-semver [2021-03-30T05:58:19.614Z] 31603596830f: Pulling fs layer [2021-03-30T05:58:19.614Z] 2a8b12db71e7: Pulling fs layer [2021-03-30T05:58:19.614Z] 6ca5941a6612: Pulling fs layer [2021-03-30T05:58:19.614Z] ecc8261a40a4: Pulling fs layer [2021-03-30T05:58:19.614Z] ecc8261a40a4: Waiting [2021-03-30T05:58:19.614Z] 2a8b12db71e7: Verifying Checksum [2021-03-30T05:58:19.614Z] 2a8b12db71e7: Download complete [2021-03-30T05:58:19.877Z] 31603596830f: Download complete [2021-03-30T05:58:19.877Z] ecc8261a40a4: Verifying Checksum [2021-03-30T05:58:19.877Z] ecc8261a40a4: Download complete [2021-03-30T05:58:19.877Z] 6ca5941a6612: Verifying Checksum [2021-03-30T05:58:19.877Z] 6ca5941a6612: Download complete [2021-03-30T05:58:20.141Z] 31603596830f: Pull complete [2021-03-30T05:58:20.406Z] 2a8b12db71e7: Pull complete [2021-03-30T05:58:20.994Z] 6ca5941a6612: Pull complete [2021-03-30T05:58:21.258Z] ecc8261a40a4: Pull complete [2021-03-30T05:58:21.258Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-30T05:58:21.522Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T05:58:21.522Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-30T05:58:21.660Z] prd-centos7-docker-4c-2g-31992 does not seem to be running inside a container [2021-03-30T05:58:21.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T05:58:24.507Z] $ docker top c59731a3448caaa78423e3e7e9a7e948199a140809cc1b0480883b19caddf366 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T05:58:24.922Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T05:58:24.922Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T05:58:25.128Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T05:58:25.133Z] $ docker exec c59731a3448caaa78423e3e7e9a7e948199a140809cc1b0480883b19caddf366 ssh-agent [2021-03-30T05:58:25.301Z] SSH_AUTH_SOCK=/tmp/ssh-6tDHBy9GyGtb/agent.11 [2021-03-30T05:58:25.301Z] SSH_AGENT_PID=16 [2021-03-30T05:58:25.311Z] Running ssh-add (command line suppressed) [2021-03-30T05:58:25.438Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5151683699578861709.key (/w/workspace/edgex-go/1@tmp/private_key_5151683699578861709.key) [2021-03-30T05:58:25.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T05:58:26.006Z] + git tag --points-at HEAD [Pipeline] } [2021-03-30T05:58:26.055Z] $ docker exec --env ******** --env ******** c59731a3448caaa78423e3e7e9a7e948199a140809cc1b0480883b19caddf366 ssh-agent -k [2021-03-30T05:58:26.176Z] unset SSH_AUTH_SOCK; [2021-03-30T05:58:26.177Z] unset SSH_AGENT_PID; [2021-03-30T05:58:26.177Z] echo Agent pid 16 killed; [2021-03-30T05:58:26.219Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-30T05:58:26.412Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T05:58:26.412Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T05:58:26.593Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T05:58:26.598Z] $ docker exec c59731a3448caaa78423e3e7e9a7e948199a140809cc1b0480883b19caddf366 ssh-agent [2021-03-30T05:58:26.758Z] SSH_AUTH_SOCK=/tmp/ssh-fPNDs7iMfeHQ/agent.45 [2021-03-30T05:58:26.758Z] SSH_AGENT_PID=50 [2021-03-30T05:58:26.765Z] Running ssh-add (command line suppressed) [2021-03-30T05:58:26.881Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_968396827498652730.key (/w/workspace/edgex-go/1@tmp/private_key_968396827498652730.key) [2021-03-30T05:58:26.931Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T05:58:27.309Z] + git semver init [2021-03-30T05:58:27.309Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T05:58:27.309Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-03-30T05:58:27.309Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-03-30T05:58:27.309Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T05:58:27.309Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T05:58:27.309Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T05:58:27.309Z] # $SEMVER_BRANCH = PR-3318 [2021-03-30T05:58:27.309Z] # $SEMVER_TEMP = /tmp/semver-162525402 [2021-03-30T05:58:27.309Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-30T05:58:45.545Z] # '/tmp/semver-162525402' -> '/w/workspace/edgex-go/1/.semver' [2021-03-30T05:58:45.545Z] # -> Force: false [2021-03-30T05:58:45.545Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-03-30T05:58:45.643Z] $ docker exec --env ******** --env ******** c59731a3448caaa78423e3e7e9a7e948199a140809cc1b0480883b19caddf366 ssh-agent -k [2021-03-30T05:58:45.973Z] unset SSH_AUTH_SOCK; [2021-03-30T05:58:45.974Z] unset SSH_AGENT_PID; [2021-03-30T05:58:45.974Z] echo Agent pid 50 killed; [2021-03-30T05:58:46.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T05:58:46.711Z] + git semver [Pipeline] } [2021-03-30T05:58:46.749Z] $ docker stop --time=1 c59731a3448caaa78423e3e7e9a7e948199a140809cc1b0480883b19caddf366 [2021-03-30T05:58:48.416Z] $ docker rm -f c59731a3448caaa78423e3e7e9a7e948199a140809cc1b0480883b19caddf366 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T05:58:49.001Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-30T05:58:49.580Z] Stashed 1 file(s) [Pipeline] echo [2021-03-30T05:58:49.674Z] [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-30T05:58:51.184Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-30T05:58:51.511Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T05:58:51.849Z] + sudo service docker restart [2021-03-30T05:58:51.849Z] + true [2021-03-30T05:58:51.849Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-30T05:58:52.482Z] ========================================================= [2021-03-30T05:58:52.482Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-30T05:58:52.482Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T05:58:52.883Z] + 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-30T05:58:56.251Z] Sending build context to Docker daemon 328.9MB [2021-03-30T05:58:56.251Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T05:58:56.251Z] Step 2/6 : FROM ${BASE} [2021-03-30T05:58:56.251Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-30T05:58:56.251Z] 188c0c94c7c5: Pulling fs layer [2021-03-30T05:58:56.251Z] 0ef7d3d256c8: Pulling fs layer [2021-03-30T05:58:56.251Z] de9db76c5a1d: Pulling fs layer [2021-03-30T05:58:56.251Z] bca2f99d35d6: Pulling fs layer [2021-03-30T05:58:56.251Z] 93359f2a8cfa: Pulling fs layer [2021-03-30T05:58:56.251Z] 7c6f9722023f: Pulling fs layer [2021-03-30T05:58:56.251Z] a35cf1a2eb13: Pulling fs layer [2021-03-30T05:58:56.251Z] 93359f2a8cfa: Waiting [2021-03-30T05:58:56.251Z] 7c6f9722023f: Waiting [2021-03-30T05:58:56.251Z] a35cf1a2eb13: Waiting [2021-03-30T05:58:56.251Z] bca2f99d35d6: Waiting [2021-03-30T05:58:56.251Z] de9db76c5a1d: Verifying Checksum [2021-03-30T05:58:56.251Z] de9db76c5a1d: Download complete [2021-03-30T05:58:56.251Z] 0ef7d3d256c8: Download complete [2021-03-30T05:58:56.251Z] 93359f2a8cfa: Verifying Checksum [2021-03-30T05:58:56.251Z] 93359f2a8cfa: Download complete [2021-03-30T05:58:56.251Z] 7c6f9722023f: Verifying Checksum [2021-03-30T05:58:56.251Z] 7c6f9722023f: Download complete [2021-03-30T05:58:56.251Z] 188c0c94c7c5: Verifying Checksum [2021-03-30T05:58:56.251Z] 188c0c94c7c5: Download complete [2021-03-30T05:58:56.529Z] 188c0c94c7c5: Pull complete [2021-03-30T05:58:57.112Z] 0ef7d3d256c8: Pull complete [2021-03-30T05:58:57.112Z] de9db76c5a1d: Pull complete [2021-03-30T05:58:58.078Z] a35cf1a2eb13: Verifying Checksum [2021-03-30T05:58:58.078Z] a35cf1a2eb13: Download complete [2021-03-30T05:58:58.668Z] bca2f99d35d6: Download complete [2021-03-30T05:59:05.336Z] bca2f99d35d6: Pull complete [2021-03-30T05:59:05.337Z] 93359f2a8cfa: Pull complete [2021-03-30T05:59:05.337Z] 7c6f9722023f: Pull complete [2021-03-30T05:59:05.415Z] Still waiting to schedule task [2021-03-30T05:59:05.415Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-30T05:59:09.607Z] a35cf1a2eb13: Pull complete [2021-03-30T05:59:09.878Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-30T05:59:09.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-30T05:59:09.878Z] ---> a62c8e92a672 [2021-03-30T05:59:09.878Z] 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-30T05:59:09.878Z] ---> Running in 7591bab478fd [2021-03-30T05:59:10.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T05:59:11.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T05:59:13.979Z] (1/12) Installing libmagic (5.38-r0) [2021-03-30T05:59:14.938Z] (2/12) Installing file (5.38-r0) [2021-03-30T05:59:15.201Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-30T05:59:15.201Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-30T05:59:27.488Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-30T05:59:27.488Z] (6/12) Installing patch (2.7.6-r6) [2021-03-30T05:59:27.488Z] (7/12) Installing build-base (0.5-r2) [2021-03-30T05:59:27.488Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-30T05:59:27.488Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-30T05:59:27.488Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-30T05:59:27.488Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-30T05:59:27.488Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-30T05:59:27.488Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T05:59:27.488Z] OK: 233 MiB in 51 packages [2021-03-30T05:59:30.817Z] Removing intermediate container 7591bab478fd [2021-03-30T05:59:30.817Z] ---> e4dbed887b81 [2021-03-30T05:59:30.817Z] Step 4/6 : WORKDIR /edgex-go [2021-03-30T05:59:30.817Z] ---> Running in 5996f23d30fe [2021-03-30T05:59:30.817Z] Removing intermediate container 5996f23d30fe [2021-03-30T05:59:30.817Z] ---> 4b13dd05f679 [2021-03-30T05:59:30.817Z] Step 5/6 : COPY go.mod . [2021-03-30T05:59:30.817Z] ---> f7413a252bb9 [2021-03-30T05:59:30.817Z] Step 6/6 : RUN go mod download [2021-03-30T05:59:30.817Z] ---> Running in 573f68ffd48c [2021-03-30T05:59:52.868Z] Removing intermediate container 573f68ffd48c [2021-03-30T05:59:52.868Z] ---> 595fd2eec1d0 [2021-03-30T05:59:52.868Z] Successfully built 595fd2eec1d0 [2021-03-30T05:59:52.868Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T05:59:53.213Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T05:59:53.213Z] . [Pipeline] withDockerContainer [2021-03-30T05:59:53.346Z] prd-centos7-docker-4c-2g-31992 does not seem to be running inside a container [2021-03-30T05:59:53.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-03-30T05:59:54.276Z] $ docker top ef9e7a6d0af5dd4034d1a1f46aa4d778063aa2629b0f4b24f4d52a6dc3c32dbc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T05:59:54.809Z] + go version [2021-03-30T05:59:54.809Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-30T05:59:54.845Z] $ docker stop --time=1 ef9e7a6d0af5dd4034d1a1f46aa4d778063aa2629b0f4b24f4d52a6dc3c32dbc [2021-03-30T05:59:56.197Z] $ docker rm -f ef9e7a6d0af5dd4034d1a1f46aa4d778063aa2629b0f4b24f4d52a6dc3c32dbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T05:59:57.277Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T05:59:57.277Z] . [Pipeline] withDockerContainer [2021-03-30T05:59:57.402Z] prd-centos7-docker-4c-2g-31992 does not seem to be running inside a container [2021-03-30T05:59:57.446Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-03-30T05:59:58.112Z] $ docker top b86b2b4e6fc857c0c0b5fe837b46b731c3e6e47206301720321ccb8c877fa56d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-30T05:59:58.394Z] ========================================================= [2021-03-30T05:59:58.394Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-30T05:59:58.394Z] ========================================================= [Pipeline] sh [2021-03-30T05:59:58.716Z] + make test [2021-03-30T05:59:58.716Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-30T06:00:08.802Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-30T06:00:23.830Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-30T06:00:32.451Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-30T06:00:32.727Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-30T06:00:32.728Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-30T06:00:34.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-30T06:00:34.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-30T06:00:34.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-30T06:00:34.945Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-30T06:00:35.536Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-30T06:00:36.135Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-30T06:00:38.736Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-30T06:00:38.736Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-30T06:00:38.736Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-30T06:00:41.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 45.9% of statements [2021-03-30T06:00:41.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-30T06:00:41.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-30T06:00:41.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-30T06:00:41.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-30T06:00:41.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-30T06:00:41.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-30T06:00:41.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements [2021-03-30T06:00:41.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.093s coverage: 100.0% of statements [2021-03-30T06:00:43.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.1% of statements [2021-03-30T06:00:43.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-30T06:00:43.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-30T06:00:43.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-30T06:00:43.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-30T06:00:43.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-30T06:00:43.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-30T06:00:43.944Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.092s coverage: 100.0% of statements [2021-03-30T06:00:43.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-30T06:00:43.944Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-03-30T06:00:43.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-30T06:00:43.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-30T06:00:43.944Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements [2021-03-30T06:00:43.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-30T06:00:43.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-30T06:00:44.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.160s coverage: 82.9% of statements [2021-03-30T06:00:44.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-30T06:00:44.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:00:44.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.053s coverage: 78.9% of statements [2021-03-30T06:00:44.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-30T06:00:47.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-30T06:00:47.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.116s coverage: 100.0% of statements [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-30T06:00:47.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-30T06:00:47.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 86.7% of statements [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-30T06:00:47.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-30T06:00:47.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-30T06:00:47.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-30T06:00:50.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.391s coverage: 92.8% of statements [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-30T06:00:50.195Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-30T06:00:50.195Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.098s coverage: 1.0% of statements [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-30T06:00:50.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-30T06:00:50.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements [2021-03-30T06:00:50.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.085s coverage: 79.5% of statements [2021-03-30T06:00:50.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-03-30T06:00:50.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2021-03-30T06:00:50.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-03-30T06:01:03.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2021-03-30T06:01:03.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-30T06:01:06.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.229s coverage: 82.6% of statements [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.095s coverage: 92.9% of statements [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.6% of statements [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.102s coverage: 91.6% of statements [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 64.4% of statements [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.378s coverage: 69.0% of statements [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-30T06:01:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-30T06:01:14.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 38.4% of statements [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-30T06:01:14.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-30T06:01:14.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2021-03-30T06:01:14.641Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-30T06:01:14.641Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-30T06:01:14.641Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-30T06:01:14.641Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.182s coverage: 87.1% of statements [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:01:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-30T06:01:14.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.789s coverage: 29.1% of statements [2021-03-30T06:01:14.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-30T06:01:14.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-30T06:01:14.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-30T06:01:14.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-30T06:01:14.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-30T06:01:14.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-03-30T06:01:14.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-30T06:01:14.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.078s coverage: 100.0% of statements [2021-03-30T06:01:14.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-30T06:01:14.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-30T06:01:14.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-30T06:01:14.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-30T06:01:15.500Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.129s coverage: 95.0% of statements [2021-03-30T06:01:15.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-30T06:01:15.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:01:15.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-30T06:01:15.500Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-03-30T06:01:15.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-30T06:01:15.500Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-03-30T06:01:15.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-30T06:01:15.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-30T06:01:15.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-30T06:01:15.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-30T06:01:15.500Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-03-30T06:01:15.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-30T06:01:15.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-30T06:01:15.500Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-03-30T06:01:15.770Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-03-30T06:01:16.350Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-30T06:01:16.611Z] GO111MODULE=on go vet ./... [2021-03-30T06:01:48.931Z] gofmt -l . [2021-03-30T06:01:48.931Z] [ "`gofmt -l .`" = "" ] [2021-03-30T06:01:48.931Z] ./bin/test-go-mod-tidy.sh [2021-03-30T06:01:48.931Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-30T06:01:49.274Z] + ls -al . [2021-03-30T06:01:49.274Z] total 780 [2021-03-30T06:01:49.274Z] drwxrwxr-x 10 1001 1001 4096 Mar 30 06:01 . [2021-03-30T06:01:49.274Z] drwxr-xr-x 4 root root 28 Mar 30 05:59 .. [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 11 Mar 30 05:58 .dockerignore [2021-03-30T06:01:49.274Z] drwxrwxr-x 8 1001 1001 179 Mar 30 05:58 .git [2021-03-30T06:01:49.274Z] drwxrwxr-x 3 1001 1001 125 Mar 30 05:58 .github [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 818 Mar 30 05:58 .gitignore [2021-03-30T06:01:49.274Z] drwx------ 3 1001 1001 60 Mar 30 05:58 .semver [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 166 Mar 30 05:58 .sonarcloud.properties [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 8607 Mar 30 05:58 Attribution.txt [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 3804 Mar 30 05:58 CONTRIBUTING.md [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 931 Mar 30 05:58 Dockerfile.build [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 863 Mar 30 05:58 Jenkinsfile [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 10775 Mar 30 05:58 LICENSE [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 5774 Mar 30 05:58 Makefile [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 6548 Mar 30 05:58 README.md [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 6755 Mar 30 05:58 SECURITY.md [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 5 Mar 30 05:58 VERSION [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 4131 Mar 30 05:58 ZMQWindows.md [2021-03-30T06:01:49.274Z] drwxrwxr-x 2 1001 1001 117 Mar 30 05:58 bin [2021-03-30T06:01:49.274Z] drwxrwxr-x 14 1001 1001 4096 Mar 30 05:58 cmd [2021-03-30T06:01:49.274Z] -rw-r--r-- 1 root root 669470 Mar 30 06:01 coverage.out [2021-03-30T06:01:49.274Z] -rw-r--r-- 1 root root 1056 Mar 30 06:01 go.mod [2021-03-30T06:01:49.274Z] -rw-r--r-- 1 root root 22875 Mar 30 06:01 go.sum [2021-03-30T06:01:49.274Z] drwxrwxr-x 8 1001 1001 127 Mar 30 05:58 internal [2021-03-30T06:01:49.274Z] drwxrwxr-x 4 1001 1001 26 Mar 30 05:58 openapi [2021-03-30T06:01:49.274Z] drwxrwxr-x 4 1001 1001 71 Mar 30 05:58 snap [2021-03-30T06:01:49.274Z] -rw-rw-r-- 1 1001 1001 168 Mar 30 05:58 version.go [Pipeline] sh [2021-03-30T06:01:49.619Z] + '[' -e coverage.out ] [2021-03-30T06:01:49.619Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-30T06:01:49.857Z] Stashed 1 file(s) [Pipeline] sh [2021-03-30T06:01:50.201Z] + make build [2021-03-30T06:01:50.201Z] 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-30T06:01:54.959Z] 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-30T06:02:03.287Z] 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-30T06:02:04.690Z] 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-30T06:02:06.626Z] 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-30T06:02:06.626Z] 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-30T06:02:08.599Z] 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-30T06:02:10.548Z] 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-30T06:02:11.943Z] 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-30T06:02:13.342Z] 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-30T06:02:14.316Z] 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-30T06:02:15.725Z] 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-30T06:02:16.162Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32000 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws [2021-03-30T06:02:16.270Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [Pipeline] } [2021-03-30T06:02:17.703Z] $ docker stop --time=1 b86b2b4e6fc857c0c0b5fe837b46b731c3e6e47206301720321ccb8c877fa56d [2021-03-30T06:02:19.469Z] $ docker rm -f b86b2b4e6fc857c0c0b5fe837b46b731c3e6e47206301720321ccb8c877fa56d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-30T06:02:21.133Z] using credential edgex-jenkins-ssh [2021-03-30T06:02:21.230Z] Cloning the remote Git repository [2021-03-30T06:02:21.295Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:02:21.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T06:02:21.831Z] [2021-03-30T06:02:21.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:02:22.248Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T06:02:22.248Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-30T06:02:22.248Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-30T06:02:22.248Z] ca9280d653b3: Pulling fs layer [2021-03-30T06:02:22.248Z] 7e9c9ca2126c: Pulling fs layer [2021-03-30T06:02:22.512Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-30T06:02:22.512Z] cbdbe7a5bc2a: Download complete [2021-03-30T06:02:21.441Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-03-30T06:02:21.536Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T06:02:21.537Z] > git --version # timeout=10 [2021-03-30T06:02:21.555Z] > git --version # 'git version 2.17.1' [2021-03-30T06:02:21.556Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T06:02:21.608Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T06:02:22.779Z] cbdbe7a5bc2a: Pull complete [2021-03-30T06:02:23.045Z] ca9280d653b3: Verifying Checksum [2021-03-30T06:02:23.045Z] ca9280d653b3: Download complete [2021-03-30T06:02:23.994Z] 7e9c9ca2126c: Verifying Checksum [2021-03-30T06:02:23.994Z] 7e9c9ca2126c: Download complete [2021-03-30T06:02:23.994Z] ca9280d653b3: Pull complete [2021-03-30T06:02:30.823Z] 7e9c9ca2126c: Pull complete [2021-03-30T06:02:30.823Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-30T06:02:30.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T06:02:30.824Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-30T06:02:31.068Z] prd-centos7-docker-4c-2g-31992 does not seem to be running inside a container [2021-03-30T06:02:31.122Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-30T06:02:33.160Z] $ docker top 05572ff5e1dfcc88c5f3995b6a1279ba16ca3cc794a1a30fff285a57bc124e92 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:02:33.740Z] + docker-compose build --help [2021-03-30T06:02:33.740Z] + grep parallel [2021-03-30T06:02:34.689Z] --parallel Build images in parallel. [Pipeline] } [2021-03-30T06:02:34.982Z] $ docker stop --time=1 05572ff5e1dfcc88c5f3995b6a1279ba16ca3cc794a1a30fff285a57bc124e92 [2021-03-30T06:02:36.408Z] $ docker rm -f 05572ff5e1dfcc88c5f3995b6a1279ba16ca3cc794a1a30fff285a57bc124e92 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:02:37.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T06:02:37.164Z] . [Pipeline] withDockerContainer [2021-03-30T06:02:37.297Z] prd-centos7-docker-4c-2g-31992 does not seem to be running inside a container [2021-03-30T06:02:37.353Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat [2021-03-30T06:02:38.063Z] $ docker top 468573f1c2b93166f5b73d8258506306ab541d99f61e39765e2d2645d33c26db -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:02:38.587Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-30T06:02:39.532Z] Building docker-core-command-go ... [2021-03-30T06:02:39.532Z] Building docker-core-data-go ... [2021-03-30T06:02:39.532Z] Building docker-core-metadata-go ... [2021-03-30T06:02:39.532Z] Building docker-security-bootstrapper-go ... [2021-03-30T06:02:39.532Z] Building docker-security-proxy-setup-go ... [2021-03-30T06:02:39.532Z] Building docker-security-secretstore-setup-go ... [2021-03-30T06:02:39.532Z] Building docker-support-notifications-go ... [2021-03-30T06:02:39.532Z] Building docker-support-scheduler-go ... [2021-03-30T06:02:39.532Z] Building docker-sys-mgmt-agent-go ... [2021-03-30T06:02:39.532Z] Building docker-support-scheduler-go [2021-03-30T06:02:39.532Z] Building docker-core-command-go [2021-03-30T06:02:39.532Z] Building docker-security-bootstrapper-go [2021-03-30T06:02:39.532Z] Building docker-support-notifications-go [2021-03-30T06:02:39.532Z] Building docker-core-metadata-go [2021-03-30T06:02:40.533Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T06:02:40.550Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T06:02:40.615Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T06:02:41.351Z] Merging remotes/origin/master commit 0e291f44bb73248a8c5ef7868096f1c33cce0f6a into PR head commit 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:02:41.803Z] Merge succeeded, producing 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:02:41.803Z] Checking out Revision 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 (PR-3318) [2021-03-30T06:02:40.666Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T06:02:40.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T06:02:40.696Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T06:02:41.373Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T06:02:41.394Z] > git checkout -f 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # timeout=10 [2021-03-30T06:02:41.705Z] > git remote # timeout=10 [2021-03-30T06:02:41.741Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T06:02:41.754Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T06:02:41.771Z] > git merge 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 [2021-03-30T06:02:41.792Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T06:02:41.812Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T06:02:41.824Z] > git checkout -f 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # timeout=10 [2021-03-30T06:02:46.210Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-03-30T06:02:46.264Z] > git --version # timeout=10 [2021-03-30T06:02:46.271Z] > git --version # 'git version 2.17.1' [2021-03-30T06:02:46.285Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T06:02:47.958Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-30T06:02:48.381Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T06:02:48.742Z] + true [2021-03-30T06:02:48.742Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T06:02:51.521Z] provisioning config files... [2021-03-30T06:02:51.563Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7153003384503968375tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:02:52.014Z] ---> docker-login.sh [2021-03-30T06:02:52.014Z] nexus3.edgexfoundry.org:10001 [2021-03-30T06:02:52.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T06:02:53.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T06:02:53.211Z] Configure a credential helper to remove this warning. See [2021-03-30T06:02:53.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T06:02:53.211Z] [2021-03-30T06:02:53.211Z] Login Succeeded [2021-03-30T06:02:53.211Z] nexus3.edgexfoundry.org:10002 [2021-03-30T06:02:53.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T06:02:53.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T06:02:53.760Z] Configure a credential helper to remove this warning. See [2021-03-30T06:02:53.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T06:02:53.760Z] [2021-03-30T06:02:53.760Z] Login Succeeded [2021-03-30T06:02:53.760Z] nexus3.edgexfoundry.org:10003 [2021-03-30T06:02:54.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T06:02:54.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T06:02:54.035Z] Configure a credential helper to remove this warning. See [2021-03-30T06:02:54.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T06:02:54.035Z] [2021-03-30T06:02:54.035Z] Login Succeeded [2021-03-30T06:02:54.035Z] nexus3.edgexfoundry.org:10004 [2021-03-30T06:02:54.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T06:02:54.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T06:02:54.633Z] Configure a credential helper to remove this warning. See [2021-03-30T06:02:54.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T06:02:54.633Z] [2021-03-30T06:02:54.633Z] Login Succeeded [2021-03-30T06:02:54.633Z] docker.io [2021-03-30T06:02:55.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T06:02:55.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T06:02:55.230Z] Configure a credential helper to remove this warning. See [2021-03-30T06:02:55.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T06:02:55.230Z] [2021-03-30T06:02:55.230Z] Login Succeeded [2021-03-30T06:02:55.503Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T06:02:55.543Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-30T06:02:56.084Z] ========================================================= [2021-03-30T06:02:56.084Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-30T06:02:56.084Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:02:56.501Z] + 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-30T06:02:59.137Z] Sending build context to Docker daemon 167MB [2021-03-30T06:02:59.137Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T06:02:59.137Z] Step 2/6 : FROM ${BASE} [2021-03-30T06:02:59.137Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-30T06:02:59.137Z] 5f621e34cdf4: Pulling fs layer [2021-03-30T06:02:59.137Z] a4357932f1b6: Pulling fs layer [2021-03-30T06:02:59.137Z] 18c013af1878: Pulling fs layer [2021-03-30T06:02:59.137Z] 00ac8860ef70: Pulling fs layer [2021-03-30T06:02:59.137Z] 63d7cb157983: Pulling fs layer [2021-03-30T06:02:59.137Z] b116817d02f9: Pulling fs layer [2021-03-30T06:02:59.137Z] 745a02a5169b: Pulling fs layer [2021-03-30T06:02:59.137Z] 63d7cb157983: Waiting [2021-03-30T06:02:59.137Z] 745a02a5169b: Waiting [2021-03-30T06:02:59.137Z] b116817d02f9: Waiting [2021-03-30T06:02:59.137Z] 00ac8860ef70: Waiting [2021-03-30T06:02:59.137Z] 18c013af1878: Verifying Checksum [2021-03-30T06:02:59.137Z] 18c013af1878: Download complete [2021-03-30T06:02:59.137Z] a4357932f1b6: Download complete [2021-03-30T06:02:59.137Z] 63d7cb157983: Verifying Checksum [2021-03-30T06:02:59.137Z] 63d7cb157983: Download complete [2021-03-30T06:02:59.137Z] b116817d02f9: Verifying Checksum [2021-03-30T06:02:59.137Z] b116817d02f9: Download complete [2021-03-30T06:02:59.137Z] 5f621e34cdf4: Verifying Checksum [2021-03-30T06:02:59.137Z] 5f621e34cdf4: Download complete [2021-03-30T06:02:59.738Z] 5f621e34cdf4: Pull complete [2021-03-30T06:03:00.345Z] a4357932f1b6: Pull complete [2021-03-30T06:03:00.952Z] 18c013af1878: Pull complete [2021-03-30T06:03:01.558Z] 745a02a5169b: Verifying Checksum [2021-03-30T06:03:01.558Z] 745a02a5169b: Download complete [2021-03-30T06:03:02.542Z] 00ac8860ef70: Verifying Checksum [2021-03-30T06:03:02.542Z] 00ac8860ef70: Download complete [2021-03-30T06:03:12.736Z] 00ac8860ef70: Pull complete [2021-03-30T06:03:13.019Z] 63d7cb157983: Pull complete [2021-03-30T06:03:13.613Z] b116817d02f9: Pull complete [2021-03-30T06:03:17.932Z] 745a02a5169b: Pull complete [2021-03-30T06:03:17.932Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-30T06:03:17.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-30T06:03:17.932Z] ---> b7e6874047d6 [2021-03-30T06:03:17.932Z] 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-30T06:03:18.441Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:03:18.441Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:03:18.441Z] ---> 595fd2eec1d0 [2021-03-30T06:03:18.441Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T06:03:18.441Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:03:18.441Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:03:18.441Z] ---> 595fd2eec1d0 [2021-03-30T06:03:18.441Z] Step 3/31 : WORKDIR /edgex-go [2021-03-30T06:03:18.441Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:03:18.441Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:03:18.441Z] ---> 595fd2eec1d0 [2021-03-30T06:03:18.441Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T06:03:18.441Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:03:18.441Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:03:18.441Z] ---> 595fd2eec1d0 [2021-03-30T06:03:18.441Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T06:03:18.441Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:03:18.441Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:03:18.441Z] ---> 595fd2eec1d0 [2021-03-30T06:03:18.441Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T06:03:18.441Z] ---> Running in 01d9e6586d4a [2021-03-30T06:03:18.441Z] ---> Running in 21d795b4e7e6 [2021-03-30T06:03:18.441Z] ---> Running in e4c069c52f3d [2021-03-30T06:03:18.441Z] ---> Running in b4643d362a83 [2021-03-30T06:03:18.441Z] ---> Running in 8926ec0a9fcf [2021-03-30T06:03:18.441Z] Removing intermediate container b4643d362a83 [2021-03-30T06:03:18.441Z] ---> 199810a9e207 [2021-03-30T06:03:18.441Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:03:18.441Z] Removing intermediate container 01d9e6586d4a [2021-03-30T06:03:18.441Z] ---> 7231dbe692cb [2021-03-30T06:03:18.441Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:03:18.441Z] Removing intermediate container e4c069c52f3d [2021-03-30T06:03:18.441Z] ---> a8dfe532eca3 [2021-03-30T06:03:18.441Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:03:18.441Z] Removing intermediate container 8926ec0a9fcf [2021-03-30T06:03:18.441Z] ---> 9a83a82d8c8a [2021-03-30T06:03:18.441Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:03:18.441Z] Removing intermediate container 21d795b4e7e6 [2021-03-30T06:03:18.441Z] ---> 770bff9daa52 [2021-03-30T06:03:18.441Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:03:18.441Z] ---> Running in 291a378cb0a7 [2021-03-30T06:03:18.441Z] ---> Running in 83fc326aab17 [2021-03-30T06:03:18.441Z] ---> Running in 14bc6fb1c775 [2021-03-30T06:03:18.441Z] ---> Running in 277efd722e43 [2021-03-30T06:03:18.441Z] ---> Running in 7ea20d472150 [2021-03-30T06:03:18.441Z] Removing intermediate container 14bc6fb1c775 [2021-03-30T06:03:18.441Z] ---> 9ea277bfb299 [2021-03-30T06:03:18.441Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T06:03:18.441Z] Removing intermediate container 291a378cb0a7 [2021-03-30T06:03:18.441Z] ---> 49e2c9ac37f2 [2021-03-30T06:03:18.441Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T06:03:18.441Z] Removing intermediate container 83fc326aab17 [2021-03-30T06:03:18.441Z] ---> 6178e14457bc [2021-03-30T06:03:18.441Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-30T06:03:18.441Z] ---> Running in eeabab15dcd1 [2021-03-30T06:03:18.441Z] ---> Running in de602c317486 [2021-03-30T06:03:18.441Z] Removing intermediate container 7ea20d472150 [2021-03-30T06:03:18.441Z] ---> aec752545ab1 [2021-03-30T06:03:18.441Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-30T06:03:18.441Z] Removing intermediate container 277efd722e43 [2021-03-30T06:03:18.441Z] ---> 15513ec625d1 [2021-03-30T06:03:18.441Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-30T06:03:18.441Z] ---> Running in 51098b050867 [2021-03-30T06:03:18.441Z] ---> Running in 3cb4d6c58102 [2021-03-30T06:03:18.441Z] ---> Running in 82ceff7f635c [2021-03-30T06:03:19.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:19.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:19.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:19.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:19.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:19.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:19.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:20.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:20.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:20.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:20.544Z] ---> Running in 1c46d2b71a15 [2021-03-30T06:03:20.745Z] OK: 233 MiB in 51 packages [2021-03-30T06:03:21.009Z] OK: 233 MiB in 51 packages [2021-03-30T06:03:21.009Z] OK: 233 MiB in 51 packages [2021-03-30T06:03:21.009Z] Removing intermediate container eeabab15dcd1 [2021-03-30T06:03:21.009Z] ---> 461be3e61c1b [2021-03-30T06:03:21.009Z] Step 6/23 : COPY go.mod . [2021-03-30T06:03:21.276Z] OK: 233 MiB in 51 packages [2021-03-30T06:03:21.546Z] ---> dcc5b4969630 [2021-03-30T06:03:21.546Z] Step 7/23 : RUN go mod download [2021-03-30T06:03:21.546Z] OK: 233 MiB in 51 packages [2021-03-30T06:03:21.546Z] Removing intermediate container de602c317486 [2021-03-30T06:03:21.546Z] ---> dfea277974ce [2021-03-30T06:03:21.546Z] Step 6/23 : COPY go.mod . [2021-03-30T06:03:21.809Z] ---> Running in 71eebdc573a8 [2021-03-30T06:03:21.809Z] Removing intermediate container 3cb4d6c58102 [2021-03-30T06:03:21.809Z] ---> b678a9dddd9c [2021-03-30T06:03:21.809Z] Step 6/31 : COPY go.mod . [2021-03-30T06:03:21.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:03:22.071Z] ---> 9dc1afbb188d [2021-03-30T06:03:22.071Z] Step 7/23 : RUN go mod download [2021-03-30T06:03:22.336Z] ---> Running in 03087bde0bfa [2021-03-30T06:03:22.336Z] ---> a0377805cd60 [2021-03-30T06:03:22.336Z] Step 7/31 : RUN go mod download [2021-03-30T06:03:22.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:03:22.609Z] Removing intermediate container 51098b050867 [2021-03-30T06:03:22.609Z] ---> 2c41c0478922 [2021-03-30T06:03:22.609Z] Step 6/22 : COPY go.mod . [2021-03-30T06:03:22.609Z] ---> Running in 287f7919578a [2021-03-30T06:03:23.188Z] Removing intermediate container 82ceff7f635c [2021-03-30T06:03:23.188Z] ---> 41c51c56c1ee [2021-03-30T06:03:23.188Z] Step 6/22 : COPY go.mod . [2021-03-30T06:03:23.188Z] ---> b71e8395d010 [2021-03-30T06:03:23.188Z] Step 7/22 : RUN go mod download [2021-03-30T06:03:23.188Z] ---> Running in 16f2cb9d13ba [2021-03-30T06:03:23.450Z] ---> e533becbbb70 [2021-03-30T06:03:23.450Z] Step 7/22 : RUN go mod download [2021-03-30T06:03:23.450Z] ---> Running in a50b9e243b99 [2021-03-30T06:03:23.550Z] (1/12) Installing libmagic (5.38-r0) [2021-03-30T06:03:23.822Z] (2/12) Installing file (5.38-r0) [2021-03-30T06:03:23.822Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-30T06:03:23.822Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-30T06:03:24.858Z] Removing intermediate container 287f7919578a [2021-03-30T06:03:24.858Z] ---> 2a550067a128 [2021-03-30T06:03:24.858Z] Step 8/31 : COPY . . [2021-03-30T06:03:28.126Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-30T06:03:28.126Z] (6/12) Installing patch (2.7.6-r6) [2021-03-30T06:03:28.126Z] (7/12) Installing build-base (0.5-r2) [2021-03-30T06:03:28.126Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-30T06:03:28.126Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-30T06:03:28.126Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-30T06:03:28.126Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-30T06:03:28.126Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-30T06:03:28.126Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:03:28.126Z] OK: 217 MiB in 51 packages [2021-03-30T06:03:28.187Z] Removing intermediate container 03087bde0bfa [2021-03-30T06:03:28.187Z] ---> e116d4b67570 [2021-03-30T06:03:28.187Z] Step 8/23 : COPY . . [2021-03-30T06:03:28.187Z] Removing intermediate container 71eebdc573a8 [2021-03-30T06:03:28.187Z] ---> b3eac8048b19 [2021-03-30T06:03:28.187Z] Step 8/23 : COPY . . [2021-03-30T06:03:28.768Z] Removing intermediate container 16f2cb9d13ba [2021-03-30T06:03:28.768Z] ---> b89fb3a00f51 [2021-03-30T06:03:28.768Z] Step 8/22 : COPY . . [2021-03-30T06:03:28.768Z] Removing intermediate container a50b9e243b99 [2021-03-30T06:03:28.768Z] ---> 0378329f949c [2021-03-30T06:03:28.768Z] Step 8/22 : COPY . . [2021-03-30T06:03:32.440Z] Removing intermediate container 1c46d2b71a15 [2021-03-30T06:03:32.440Z] ---> 28f7e83590bd [2021-03-30T06:03:32.440Z] Step 4/6 : WORKDIR /edgex-go [2021-03-30T06:03:32.440Z] ---> Running in 5b7fcbe6f905 [2021-03-30T06:03:32.727Z] Removing intermediate container 5b7fcbe6f905 [2021-03-30T06:03:32.727Z] ---> 531210176bdf [2021-03-30T06:03:32.727Z] Step 5/6 : COPY go.mod . [2021-03-30T06:03:33.327Z] ---> b80612179414 [2021-03-30T06:03:33.327Z] Step 6/6 : RUN go mod download [2021-03-30T06:03:33.610Z] ---> Running in 627110f4c10d [2021-03-30T06:04:00.429Z] Removing intermediate container 627110f4c10d [2021-03-30T06:04:00.429Z] ---> ca4b4c8da741 [2021-03-30T06:04:00.429Z] Successfully built ca4b4c8da741 [2021-03-30T06:04:00.429Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:04:00.816Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T06:04:00.816Z] . [Pipeline] withDockerContainer [2021-03-30T06:04:01.069Z] prd-ubuntu18.04-docker-arm64-4c-16g-32000 does not seem to be running inside a container [2021-03-30T06:04:01.147Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-03-30T06:04:02.707Z] $ docker top b9e6f03b68e94a6ecdacd227187783f3547b49735d678628809d410a679ff5ba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:04:03.730Z] + go version [2021-03-30T06:04:03.730Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-30T06:04:03.764Z] $ docker stop --time=1 b9e6f03b68e94a6ecdacd227187783f3547b49735d678628809d410a679ff5ba [2021-03-30T06:04:05.687Z] $ docker rm -f b9e6f03b68e94a6ecdacd227187783f3547b49735d678628809d410a679ff5ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:04:06.996Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T06:04:06.996Z] . [Pipeline] withDockerContainer [2021-03-30T06:04:07.247Z] prd-ubuntu18.04-docker-arm64-4c-16g-32000 does not seem to be running inside a container [2021-03-30T06:04:07.324Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-03-30T06:04:07.689Z] ---> 7a0804a33957 [2021-03-30T06:04:07.689Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-30T06:04:07.689Z] ---> Running in e17f75c37fdc [2021-03-30T06:04:07.954Z] ---> 3af5b770a675 [2021-03-30T06:04:07.954Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-30T06:04:07.954Z] ---> b9e477ac4987 [2021-03-30T06:04:07.954Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-30T06:04:07.954Z] ---> b9ae7051375c [2021-03-30T06:04:07.954Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-30T06:04:07.954Z] ---> 1325a03871a4 [2021-03-30T06:04:07.954Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-30T06:04:08.215Z] 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-30T06:04:08.532Z] $ docker top 6a414799810390a510d691066e21c3b6d29106a1a88ddcdef353f4cd68647dcb -eo pid,comm [2021-03-30T06:04:08.794Z] ---> Running in e429e179135e [2021-03-30T06:04:08.794Z] ---> Running in 0b385126d8c8 [2021-03-30T06:04:08.794Z] ---> Running in b9549adb94f8 [2021-03-30T06:04:08.794Z] ---> Running in d39db90f4423 [Pipeline] { [Pipeline] echo [2021-03-30T06:04:08.937Z] ========================================================= [2021-03-30T06:04:08.937Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-30T06:04:08.937Z] ========================================================= [Pipeline] sh [2021-03-30T06:04:09.586Z] + make test [2021-03-30T06:04:09.586Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-30T06:04:09.791Z] 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-30T06:04:10.061Z] 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-30T06:04:10.330Z] 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-30T06:04:10.330Z] 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-30T06:04:31.780Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-30T06:04:49.238Z] Removing intermediate container e17f75c37fdc [2021-03-30T06:04:49.238Z] ---> d535d9fb2aa4 [2021-03-30T06:04:49.238Z] [2021-03-30T06:04:49.238Z] Step 10/31 : FROM alpine:3.12 [2021-03-30T06:04:49.238Z] 3.12: Pulling from library/alpine [2021-03-30T06:04:49.238Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T06:04:49.238Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T06:04:49.238Z] ---> 42cb162f0360 [2021-03-30T06:04:49.238Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-30T06:04:50.203Z] ---> Running in 1411b71f7fc1 [2021-03-30T06:04:50.786Z] Removing intermediate container 0b385126d8c8 [2021-03-30T06:04:50.786Z] ---> e47157a35fe0 [2021-03-30T06:04:50.786Z] [2021-03-30T06:04:50.786Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T06:04:50.786Z] ---> 42cb162f0360 [2021-03-30T06:04:50.786Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T06:04:51.063Z] Removing intermediate container 1411b71f7fc1 [2021-03-30T06:04:51.063Z] ---> d50d48a2a746 [2021-03-30T06:04:51.063Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-30T06:04:51.063Z] ---> Running in dfd2e5d1a636 [2021-03-30T06:04:52.466Z] ---> Running in d422ae36cf06 [2021-03-30T06:04:55.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:04:55.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:04:55.034Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-30T06:04:55.034Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:04:55.297Z] OK: 6 MiB in 15 packages [2021-03-30T06:04:56.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:04:56.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:04:56.246Z] Removing intermediate container e429e179135e [2021-03-30T06:04:56.246Z] ---> a108233e798a [2021-03-30T06:04:56.246Z] [2021-03-30T06:04:56.246Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T06:04:56.246Z] ---> 42cb162f0360 [2021-03-30T06:04:56.246Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-30T06:04:56.246Z] Removing intermediate container b9549adb94f8 [2021-03-30T06:04:56.246Z] ---> babc9bfb8c47 [2021-03-30T06:04:56.246Z] [2021-03-30T06:04:56.246Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T06:04:56.246Z] ---> 42cb162f0360 [2021-03-30T06:04:56.246Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-30T06:04:56.246Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-30T06:04:56.246Z] (2/2) Installing su-exec (0.2-r1) [2021-03-30T06:04:56.246Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:04:56.513Z] OK: 6 MiB in 16 packages [2021-03-30T06:04:56.794Z] ---> Running in 56cad3f3d186 [2021-03-30T06:04:56.794Z] ---> Running in 7f2ea1ea74d6 [2021-03-30T06:04:58.727Z] Removing intermediate container dfd2e5d1a636 [2021-03-30T06:04:58.727Z] ---> a809173f061d [2021-03-30T06:04:58.727Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:04:58.727Z] ---> Running in b29b9758d4d6 [2021-03-30T06:04:58.993Z] Removing intermediate container d39db90f4423 [2021-03-30T06:04:58.993Z] ---> 37118343f29c [2021-03-30T06:04:58.993Z] [2021-03-30T06:04:58.993Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T06:04:58.993Z] ---> 42cb162f0360 [2021-03-30T06:04:58.993Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T06:04:58.993Z] ---> Using cache [2021-03-30T06:04:58.993Z] ---> a809173f061d [2021-03-30T06:04:58.993Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:04:59.269Z] ---> Running in 2c75c300e5dc [2021-03-30T06:04:59.269Z] Removing intermediate container d422ae36cf06 [2021-03-30T06:04:59.269Z] ---> 3eb09ce2c921 [2021-03-30T06:04:59.269Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-30T06:04:59.269Z] Removing intermediate container b29b9758d4d6 [2021-03-30T06:04:59.269Z] ---> 313aa6e2eb53 [2021-03-30T06:04:59.269Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-30T06:04:59.269Z] ---> Running in b9be07937ad1 [2021-03-30T06:04:59.537Z] ---> Running in 271e5cd1ca5e [2021-03-30T06:04:59.537Z] Removing intermediate container 2c75c300e5dc [2021-03-30T06:04:59.537Z] ---> 04193b31eb04 [2021-03-30T06:04:59.537Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-30T06:04:59.801Z] ---> Running in 2ea00e1dcab5 [2021-03-30T06:04:59.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:00.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:00.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:00.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:00.064Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-30T06:05:00.064Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:05:00.064Z] OK: 6 MiB in 15 packages [2021-03-30T06:05:00.064Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-30T06:05:00.330Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-30T06:05:00.330Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:05:00.330Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T06:05:00.330Z] OK: 6 MiB in 16 packages [2021-03-30T06:05:00.910Z] Removing intermediate container 271e5cd1ca5e [2021-03-30T06:05:00.910Z] ---> 84e941b81c21 [2021-03-30T06:05:00.910Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T06:05:00.910Z] Removing intermediate container b9be07937ad1 [2021-03-30T06:05:00.910Z] ---> 9898334827ee [2021-03-30T06:05:00.910Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-30T06:05:00.910Z] ---> Running in d0c41d43f77e [2021-03-30T06:05:01.179Z] Removing intermediate container 2ea00e1dcab5 [2021-03-30T06:05:01.179Z] ---> 1e392bf3d039 [2021-03-30T06:05:01.179Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T06:05:01.179Z] ---> Running in 24f6e1b17a36 [2021-03-30T06:05:01.179Z] ---> Running in 17bf76422dbd [2021-03-30T06:05:01.447Z] Removing intermediate container 24f6e1b17a36 [2021-03-30T06:05:01.447Z] ---> 8103ee9b5421 [2021-03-30T06:05:01.447Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-30T06:05:01.714Z] Removing intermediate container d0c41d43f77e [2021-03-30T06:05:01.714Z] ---> 4f27af1fa2cd [2021-03-30T06:05:01.714Z] Step 15/23 : WORKDIR / [2021-03-30T06:05:01.714Z] ---> Running in 049c5b035658 [2021-03-30T06:05:01.979Z] Removing intermediate container 17bf76422dbd [2021-03-30T06:05:01.979Z] ---> 9461a2a89825 [2021-03-30T06:05:01.979Z] Step 15/23 : WORKDIR / [2021-03-30T06:05:01.979Z] ---> Running in 4728d81536b3 [2021-03-30T06:05:02.241Z] Removing intermediate container 56cad3f3d186 [2021-03-30T06:05:02.241Z] ---> 835d01f874eb [2021-03-30T06:05:02.241Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:05:02.503Z] ---> Running in 2093bd127b3c [2021-03-30T06:05:02.503Z] Removing intermediate container 7f2ea1ea74d6 [2021-03-30T06:05:02.503Z] ---> be2a66d16fb3 [2021-03-30T06:05:02.503Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:05:02.769Z] ---> Running in 0e7e14921766 [2021-03-30T06:05:02.769Z] Removing intermediate container 4728d81536b3 [2021-03-30T06:05:02.769Z] ---> 9a242d9a090a [2021-03-30T06:05:02.769Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:05:02.769Z] ---> Running in e83632292a33 [2021-03-30T06:05:03.035Z] Removing intermediate container 0e7e14921766 [2021-03-30T06:05:03.035Z] ---> ac2b3518ed33 [2021-03-30T06:05:03.035Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-30T06:05:03.035Z] Removing intermediate container 2093bd127b3c [2021-03-30T06:05:03.035Z] ---> c1ef2b51fb0b [2021-03-30T06:05:03.035Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:05:03.643Z] ---> Running in 82c5b2fa5d80 [2021-03-30T06:05:03.995Z] Removing intermediate container e83632292a33 [2021-03-30T06:05:03.995Z] ---> 70354f8ba063 [2021-03-30T06:05:03.995Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-30T06:05:03.995Z] ---> 7288cb33104c [2021-03-30T06:05:03.995Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-30T06:05:03.995Z] ---> Running in bae5347ce816 [2021-03-30T06:05:03.995Z] ---> 5d89c64f31bb [2021-03-30T06:05:03.995Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-30T06:05:04.306Z] Removing intermediate container 82c5b2fa5d80 [2021-03-30T06:05:04.306Z] ---> ac9b00ebc8da [2021-03-30T06:05:04.306Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T06:05:04.306Z] ---> Running in e56d04b2f6f0 [2021-03-30T06:05:04.306Z] Removing intermediate container bae5347ce816 [2021-03-30T06:05:04.306Z] ---> 7972a433f001 [2021-03-30T06:05:04.306Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T06:05:04.604Z] Removing intermediate container 049c5b035658 [2021-03-30T06:05:04.604Z] ---> 5dd1752e9710 [2021-03-30T06:05:04.604Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-30T06:05:04.604Z] ---> Running in 529fe199d4ec [2021-03-30T06:05:04.604Z] Removing intermediate container e56d04b2f6f0 [2021-03-30T06:05:04.604Z] ---> 42b94ea6ad2e [2021-03-30T06:05:04.604Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:05:04.930Z] ---> Running in 84279dfbb7ac [2021-03-30T06:05:04.930Z] ---> f3e086dde83c [2021-03-30T06:05:04.930Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-30T06:05:04.930Z] ---> 59637cd77ca6 [2021-03-30T06:05:04.930Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-30T06:05:04.930Z] Removing intermediate container 529fe199d4ec [2021-03-30T06:05:04.930Z] ---> 27c3c8ffceaf [2021-03-30T06:05:04.930Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:05:05.234Z] Removing intermediate container 84279dfbb7ac [2021-03-30T06:05:05.234Z] ---> 551df90649ca [2021-03-30T06:05:05.234Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-30T06:05:05.234Z] ---> e7729e54a4f6 [2021-03-30T06:05:05.234Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-30T06:05:05.234Z] ---> 81e476fefc2c [2021-03-30T06:05:05.234Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-30T06:05:05.816Z] ---> f077612584b3 [2021-03-30T06:05:05.816Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-30T06:05:05.816Z] ---> Running in c7553276e860 [2021-03-30T06:05:05.816Z] ---> 0ddb0ce6b693 [2021-03-30T06:05:05.816Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-30T06:05:05.816Z] ---> Running in 341a6f6abdbd [2021-03-30T06:05:06.082Z] ---> 090a8db1b32e [2021-03-30T06:05:06.082Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-30T06:05:06.082Z] ---> 5bd9d49f3b44 [2021-03-30T06:05:06.082Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-30T06:05:06.082Z] Removing intermediate container c7553276e860 [2021-03-30T06:05:06.082Z] ---> eb0d2a7027c7 [2021-03-30T06:05:06.082Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:05:06.082Z] ---> Running in e2e24c521502 [2021-03-30T06:05:06.344Z] ---> Running in 9f88a3695df0 [2021-03-30T06:05:06.609Z] Removing intermediate container 341a6f6abdbd [2021-03-30T06:05:06.609Z] ---> 19b4d39d1414 [2021-03-30T06:05:06.609Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:05:06.609Z] ---> 5771ed239f5c [2021-03-30T06:05:06.609Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-30T06:05:06.875Z] ---> Running in 6b8a1fee4e5a [2021-03-30T06:05:06.875Z] Removing intermediate container 9f88a3695df0 [2021-03-30T06:05:06.875Z] ---> fcd02d4cbb29 [2021-03-30T06:05:06.875Z] Step 21/23 : LABEL arch=x86_64 [2021-03-30T06:05:06.875Z] ---> Running in 92071e33ccf8 [2021-03-30T06:05:06.875Z] ---> 9a82fb61faed [2021-03-30T06:05:06.875Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-30T06:05:06.875Z] ---> Running in 284faa6253ec [2021-03-30T06:05:07.136Z] Removing intermediate container 6b8a1fee4e5a [2021-03-30T06:05:07.136Z] ---> 1161b13cbc25 [2021-03-30T06:05:07.136Z] Step 21/23 : LABEL arch=x86_64 [2021-03-30T06:05:07.136Z] Removing intermediate container 92071e33ccf8 [2021-03-30T06:05:07.136Z] ---> caa3e4dfceaa [2021-03-30T06:05:07.136Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:05:07.411Z] ---> Running in 76f475e13a8d [2021-03-30T06:05:07.411Z] Removing intermediate container 284faa6253ec [2021-03-30T06:05:07.411Z] ---> b54fe5d0899d [2021-03-30T06:05:07.411Z] Step 22/23 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:05:07.411Z] ---> 180c30db1625 [2021-03-30T06:05:07.411Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-30T06:05:07.411Z] ---> Running in aad4ad1555e8 [2021-03-30T06:05:07.677Z] ---> Running in 5f1e03e12678 [2021-03-30T06:05:07.677Z] ---> Running in 9cd36f580d1b [2021-03-30T06:05:07.677Z] Removing intermediate container 76f475e13a8d [2021-03-30T06:05:07.677Z] ---> aae17d126e9e [2021-03-30T06:05:07.677Z] Step 22/23 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:05:07.941Z] ---> Running in 53c233d36b4c [2021-03-30T06:05:07.941Z] Removing intermediate container aad4ad1555e8 [2021-03-30T06:05:07.941Z] ---> 0fc0c14922bf [2021-03-30T06:05:07.941Z] Step 20/22 : LABEL arch=x86_64 [2021-03-30T06:05:08.203Z] Removing intermediate container 5f1e03e12678 [2021-03-30T06:05:08.203Z] ---> b69f6c0280ca [2021-03-30T06:05:08.203Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:05:08.471Z] Removing intermediate container 9cd36f580d1b [2021-03-30T06:05:08.471Z] ---> 356f4bbc00fe [2021-03-30T06:05:08.471Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T06:05:08.471Z] ---> Running in cfce61ec970c [2021-03-30T06:05:08.471Z] ---> Running in becd58f2bfc0 [2021-03-30T06:05:08.471Z] ---> Running in 5d711649f33a [2021-03-30T06:05:08.471Z] Removing intermediate container e2e24c521502 [2021-03-30T06:05:08.471Z] ---> 8287a9d0ed18 [2021-03-30T06:05:08.471Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:05:08.471Z] Removing intermediate container 53c233d36b4c [2021-03-30T06:05:08.471Z] ---> 601d91ff30e0 [2021-03-30T06:05:08.471Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T06:05:08.734Z] ---> Running in 4f2a18eaa659 [2021-03-30T06:05:08.734Z] Removing intermediate container cfce61ec970c [2021-03-30T06:05:08.734Z] ---> 7d5597dfe8a5 [2021-03-30T06:05:08.734Z] Step 21/22 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:05:09.005Z] Removing intermediate container becd58f2bfc0 [2021-03-30T06:05:09.005Z] ---> 2b3b87100c65 [2021-03-30T06:05:09.005Z] Step 20/22 : LABEL arch=x86_64 [2021-03-30T06:05:09.005Z] Removing intermediate container 5d711649f33a [2021-03-30T06:05:09.005Z] ---> fabb818bcfb4 [2021-03-30T06:05:09.005Z] [2021-03-30T06:05:09.005Z] ---> 540e2f249c9a [2021-03-30T06:05:09.005Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-30T06:05:09.005Z] ---> Running in 693c417b2c46 [2021-03-30T06:05:09.005Z] ---> Running in ab83b69a4d84 [2021-03-30T06:05:09.271Z] Removing intermediate container 4f2a18eaa659 [2021-03-30T06:05:09.271Z] ---> d24d2ce81b41 [2021-03-30T06:05:09.271Z] [2021-03-30T06:05:09.532Z] Successfully built fabb818bcfb4 [2021-03-30T06:05:09.532Z] Successfully built d24d2ce81b41 [2021-03-30T06:05:09.532Z] Successfully tagged docker-core-command-go:latest [2021-03-30T06:05:09.532Z] Building docker-sys-mgmt-agent-go [2021-03-30T06:05:09.800Z]  Building docker-core-command-go ... done Successfully tagged docker-core-metadata-go:latest [2021-03-30T06:05:09.824Z] Removing intermediate container 693c417b2c46 [2021-03-30T06:05:09.824Z] ---> 8a77d9b747fe [2021-03-30T06:05:09.824Z] Step 21/22 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:05:09.824Z] Building docker-security-secretstore-setup-go [2021-03-30T06:05:09.824Z]  Building docker-core-metadata-go ... done Removing intermediate container ab83b69a4d84 [2021-03-30T06:05:09.824Z] ---> 42b206f1414b [2021-03-30T06:05:09.824Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T06:05:09.824Z] ---> Running in 8966d9e2b9ad [2021-03-30T06:05:09.824Z] ---> 20c0dce4aca3 [2021-03-30T06:05:09.824Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-30T06:05:09.824Z] ---> Running in f288690abfcf [2021-03-30T06:05:10.092Z] Removing intermediate container 8966d9e2b9ad [2021-03-30T06:05:10.092Z] ---> 292456717f45 [2021-03-30T06:05:10.092Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T06:05:10.092Z] Removing intermediate container f288690abfcf [2021-03-30T06:05:10.092Z] ---> 34ac06050d4c [2021-03-30T06:05:10.092Z] [2021-03-30T06:05:10.092Z] ---> Running in bd30db09315d [2021-03-30T06:05:10.358Z] ---> 6e05cb2bad39 [2021-03-30T06:05:10.358Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-30T06:05:10.358Z] Successfully built 34ac06050d4c [2021-03-30T06:05:10.358Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-30T06:05:10.358Z] Building docker-security-proxy-setup-go [2021-03-30T06:05:10.622Z]  Building docker-support-scheduler-go ... done Removing intermediate container bd30db09315d [2021-03-30T06:05:10.622Z] ---> d192d4f53596 [2021-03-30T06:05:10.622Z] [2021-03-30T06:05:10.622Z] ---> c0de0fa13f6c [2021-03-30T06:05:10.623Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-30T06:05:10.885Z] Successfully built d192d4f53596 [2021-03-30T06:05:10.885Z] Successfully tagged docker-support-notifications-go:latest [2021-03-30T06:05:10.885Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-30T06:05:15.118Z] ---> 49df596616f1 [2021-03-30T06:05:15.118Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-30T06:05:15.390Z] ---> Running in 45d9a4e887c1 [2021-03-30T06:05:18.721Z] Removing intermediate container 45d9a4e887c1 [2021-03-30T06:05:18.721Z] ---> 7ccd185438d3 [2021-03-30T06:05:18.721Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-30T06:05:18.766Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-30T06:05:21.298Z] ---> aa219cc97a53 [2021-03-30T06:05:21.298Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-30T06:05:22.693Z] ---> Running in cb5bd330cfe5 [2021-03-30T06:05:24.092Z] Removing intermediate container cb5bd330cfe5 [2021-03-30T06:05:24.092Z] ---> 98c3fa0fafbe [2021-03-30T06:05:24.092Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-30T06:05:25.511Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-30T06:05:28.350Z] ---> Running in cd2f61c7069e [2021-03-30T06:05:33.721Z] Removing intermediate container cd2f61c7069e [2021-03-30T06:05:33.721Z] ---> e87543474fbf [2021-03-30T06:05:33.721Z] Step 28/31 : CMD ["gate"] [2021-03-30T06:05:34.357Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-30T06:05:34.358Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-30T06:05:34.702Z] ---> Running in 8984ead4e34f [2021-03-30T06:05:36.660Z] Removing intermediate container 8984ead4e34f [2021-03-30T06:05:36.660Z] ---> 8569c1ef6cd6 [2021-03-30T06:05:36.660Z] Step 29/31 : LABEL arch=x86_64 [2021-03-30T06:05:36.936Z] ---> Running in 4e180c01cc8e [2021-03-30T06:05:37.754Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-30T06:05:37.754Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-30T06:05:37.754Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-30T06:05:37.754Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-30T06:05:38.363Z] Removing intermediate container 4e180c01cc8e [2021-03-30T06:05:38.364Z] ---> 939d442b9a91 [2021-03-30T06:05:38.364Z] Step 30/31 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:05:39.783Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:05:39.783Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:05:39.783Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 595fd2eec1d0 [2021-03-30T06:05:39.783Z] Step 3/21 : WORKDIR /edgex-go [2021-03-30T06:05:39.783Z] [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder ---> 770bff9daa52 [2021-03-30T06:05:39.783Z] [2021-03-30T06:05:39.783Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 595fd2eec1d0 [2021-03-30T06:05:39.783Z] [2021-03-30T06:05:39.783Z] Step 3/26 : WORKDIR /edgex-go [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> 770bff9daa52 [2021-03-30T06:05:39.783Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> aec752545ab1 [2021-03-30T06:05:39.783Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> aec752545ab1 [2021-03-30T06:05:39.783Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> b678a9dddd9c [2021-03-30T06:05:39.783Z] Step 6/21 : COPY go.mod . [2021-03-30T06:05:39.783Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:05:39.783Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:05:39.783Z] ---> 595fd2eec1d0 [2021-03-30T06:05:39.783Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> 770bff9daa52 [2021-03-30T06:05:39.783Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> aec752545ab1 [2021-03-30T06:05:39.783Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> a0377805cd60 [2021-03-30T06:05:39.783Z] Step 7/21 : RUN go mod download [2021-03-30T06:05:39.783Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:05:39.783Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:05:39.783Z] ---> 595fd2eec1d0 [2021-03-30T06:05:39.783Z] Step 3/24 : WORKDIR /edgex-go [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> 770bff9daa52 [2021-03-30T06:05:39.783Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> aec752545ab1 [2021-03-30T06:05:39.783Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> b678a9dddd9c [2021-03-30T06:05:39.783Z] Step 6/24 : COPY go.mod . [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> a0377805cd60 [2021-03-30T06:05:39.783Z] ---> 2a550067a128 [2021-03-30T06:05:39.783Z] Step 8/21 : COPY . . [2021-03-30T06:05:39.783Z] Step 7/24 : RUN go mod download [2021-03-30T06:05:39.783Z] ---> Using cache [2021-03-30T06:05:39.783Z] ---> 2a550067a128 [2021-03-30T06:05:39.783Z] Step 8/24 : COPY . . [2021-03-30T06:05:40.050Z] ---> Using cache [2021-03-30T06:05:40.050Z] ---> 7a0804a33957 [2021-03-30T06:05:40.050Z] ---> Using cache [2021-03-30T06:05:40.050Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> 7a0804a33957 [2021-03-30T06:05:40.050Z] [2021-03-30T06:05:40.050Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-30T06:05:40.395Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-30T06:05:40.993Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-30T06:05:41.039Z] ---> Running in 10de7ddb0271 [2021-03-30T06:05:41.039Z] ---> Running in 2fc7ce0070c3 [2021-03-30T06:05:41.039Z] ---> Running in 56eeeb9e7f22 [2021-03-30T06:05:41.039Z] ---> Running in fb24da6ad73e [2021-03-30T06:05:41.039Z] ---> Running in fdef612089e0 [2021-03-30T06:05:42.428Z] Removing intermediate container 10de7ddb0271 [2021-03-30T06:05:42.428Z] ---> c07e86b00d15 [2021-03-30T06:05:42.428Z] Step 31/31 : LABEL version=0.0.0 [2021-03-30T06:05:42.700Z] ---> Running in 38066f8dc5c4 [2021-03-30T06:05:42.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:42.700Z] 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-30T06:05:42.973Z] Removing intermediate container 38066f8dc5c4 [2021-03-30T06:05:42.973Z] ---> 3dd82542a436 [2021-03-30T06:05:42.973Z] [2021-03-30T06:05:42.973Z] 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-30T06:05:43.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:43.238Z] Successfully built 3dd82542a436 [2021-03-30T06:05:43.238Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-30T06:05:43.821Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:44.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:44.686Z] OK: 233 MiB in 51 packages [2021-03-30T06:05:44.959Z] OK: 233 MiB in 51 packages [2021-03-30T06:05:45.938Z] Removing intermediate container 2fc7ce0070c3 [2021-03-30T06:05:45.938Z] ---> eae864335941 [2021-03-30T06:05:45.938Z] Step 6/26 : COPY go.mod . [2021-03-30T06:05:45.938Z] Removing intermediate container fdef612089e0 [2021-03-30T06:05:45.938Z] ---> 4a4c001e5ced [2021-03-30T06:05:45.938Z] Step 6/23 : COPY go.mod . [2021-03-30T06:05:46.528Z] ---> 19ab9d78a4a9 [2021-03-30T06:05:46.528Z] Step 7/26 : RUN go mod download [2021-03-30T06:05:46.528Z] ---> 858811323dfe [2021-03-30T06:05:46.528Z] Step 7/23 : RUN go mod download [2021-03-30T06:05:46.528Z] ---> Running in af77df8e8b90 [2021-03-30T06:05:46.528Z] ---> Running in 1353cef59d2a [2021-03-30T06:05:49.290Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-30T06:05:49.290Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-30T06:05:49.290Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-30T06:05:49.948Z] Removing intermediate container 1353cef59d2a [2021-03-30T06:05:49.948Z] ---> 4e3bf9036dc7 [2021-03-30T06:05:49.948Z] Step 8/23 : COPY . . [2021-03-30T06:05:49.948Z] Removing intermediate container af77df8e8b90 [2021-03-30T06:05:49.948Z] ---> e152e62b355c [2021-03-30T06:05:49.948Z] Step 8/26 : COPY . . [2021-03-30T06:05:54.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.316s coverage: 45.9% of statements [2021-03-30T06:05:54.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-30T06:05:54.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-30T06:05:54.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-30T06:05:54.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-30T06:05:54.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-30T06:05:54.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-30T06:05:54.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.134s coverage: 19.8% of statements [2021-03-30T06:05:54.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.288s coverage: 100.0% of statements [2021-03-30T06:06:01.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.553s coverage: 27.1% of statements [2021-03-30T06:06:01.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-30T06:06:01.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-30T06:06:01.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-30T06:06:01.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-30T06:06:01.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-30T06:06:01.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-30T06:06:01.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.140s coverage: 100.0% of statements [2021-03-30T06:06:01.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-30T06:06:01.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.183s coverage: 100.0% of statements [2021-03-30T06:06:01.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-30T06:06:01.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-30T06:06:03.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 71.3% of statements [2021-03-30T06:06:03.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-30T06:06:03.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-30T06:06:04.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.564s coverage: 82.9% of statements [2021-03-30T06:06:04.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-30T06:06:04.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:06:04.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.150s coverage: 78.9% of statements [2021-03-30T06:06:04.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-30T06:06:05.085Z] 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-30T06:06:05.085Z] 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-30T06:06:17.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.140s coverage: 28.6% of statements [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-30T06:06:17.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.212s coverage: 100.0% of statements [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-30T06:06:17.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.155s coverage: 100.0% of statements [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-30T06:06:17.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.395s coverage: 86.7% of statements [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-30T06:06:17.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.400s coverage: 97.5% of statements [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-30T06:06:17.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.263s coverage: 78.3% of statements [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-30T06:06:17.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-30T06:06:20.093Z] Removing intermediate container fb24da6ad73e [2021-03-30T06:06:20.093Z] ---> abbfbc205384 [2021-03-30T06:06:20.093Z] [2021-03-30T06:06:20.093Z] Step 10/21 : FROM alpine:3.12 [2021-03-30T06:06:20.093Z] ---> 42cb162f0360 [2021-03-30T06:06:20.093Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-30T06:06:20.093Z] Removing intermediate container 56eeeb9e7f22 [2021-03-30T06:06:20.093Z] ---> ee374f8fbac8 [2021-03-30T06:06:20.093Z] [2021-03-30T06:06:20.093Z] Step 10/24 : FROM alpine:3.12 [2021-03-30T06:06:20.093Z] ---> 42cb162f0360 [2021-03-30T06:06:20.093Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-30T06:06:20.093Z] ---> d76021e6bfa1 [2021-03-30T06:06:20.093Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-30T06:06:20.093Z] ---> Running in 2737f1df17c3 [2021-03-30T06:06:20.093Z] ---> Running in afbca8615cbd [2021-03-30T06:06:20.093Z] ---> Running in b01ed56db9ae [2021-03-30T06:06:20.093Z] ---> 235acde3c50e [2021-03-30T06:06:20.093Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-30T06:06:20.359Z] ---> Running in a65b8ffe05d7 [2021-03-30T06:06:20.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:20.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:20.954Z] 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-30T06:06:20.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:20.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:20.954Z] 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-30T06:06:21.229Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-30T06:06:21.229Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-30T06:06:21.229Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T06:06:21.229Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T06:06:21.229Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-30T06:06:21.229Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-30T06:06:21.229Z] (4/4) Installing curl (7.69.1-r3) [2021-03-30T06:06:21.229Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:06:21.229Z] (4/6) Installing curl (7.69.1-r3) [2021-03-30T06:06:21.229Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-30T06:06:21.229Z] (6/6) Installing su-exec (0.2-r1) [2021-03-30T06:06:21.229Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:06:21.505Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T06:06:21.505Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T06:06:21.505Z] OK: 7 MiB in 18 packages [2021-03-30T06:06:21.505Z] OK: 7 MiB in 20 packages [2021-03-30T06:06:23.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.226s coverage: 92.8% of statements [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-30T06:06:23.837Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.149s coverage: 58.8% of statements [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-30T06:06:23.837Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 1.0% of statements [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-30T06:06:23.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-30T06:06:23.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.143s coverage: 47.1% of statements [2021-03-30T06:06:23.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.170s coverage: 79.5% of statements [2021-03-30T06:06:23.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.135s coverage: 94.1% of statements [2021-03-30T06:06:23.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.134s coverage: 96.3% of statements [2021-03-30T06:06:23.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.174s coverage: 87.5% of statements [2021-03-30T06:06:24.899Z] Removing intermediate container afbca8615cbd [2021-03-30T06:06:24.899Z] ---> 8b6622c926f3 [2021-03-30T06:06:24.899Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T06:06:24.899Z] Removing intermediate container 2737f1df17c3 [2021-03-30T06:06:24.899Z] ---> 7ab6b1945001 [2021-03-30T06:06:24.899Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T06:06:24.899Z] ---> Running in 10687245c5b7 [2021-03-30T06:06:24.899Z] ---> Running in c6e78c0dddb1 [2021-03-30T06:06:25.179Z] Removing intermediate container 10687245c5b7 [2021-03-30T06:06:25.179Z] ---> 6af7e9cc5e78 [2021-03-30T06:06:25.179Z] Step 13/24 : WORKDIR / [2021-03-30T06:06:25.179Z] ---> Running in 408c99f443a5 [2021-03-30T06:06:25.179Z] Removing intermediate container c6e78c0dddb1 [2021-03-30T06:06:25.179Z] ---> c4d86ae67978 [2021-03-30T06:06:25.454Z] Step 13/21 : WORKDIR /edgex [2021-03-30T06:06:25.454Z] ---> Running in d470c3afe784 [2021-03-30T06:06:25.454Z] Removing intermediate container 408c99f443a5 [2021-03-30T06:06:25.454Z] ---> 60294cb92760 [2021-03-30T06:06:25.454Z] 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-30T06:06:25.730Z] Removing intermediate container d470c3afe784 [2021-03-30T06:06:25.730Z] ---> 9525251ad77e [2021-03-30T06:06:25.730Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-30T06:06:26.715Z] ---> 61ec4f745b44 [2021-03-30T06:06:26.715Z] 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-30T06:06:26.715Z] ---> a3858019520d [2021-03-30T06:06:26.715Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-30T06:06:26.989Z] ---> 8728a0ab250f [2021-03-30T06:06:26.989Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-30T06:06:27.585Z] ---> 98519e70c58c [2021-03-30T06:06:27.585Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-30T06:06:27.585Z] ---> 1cd6484ef53c [2021-03-30T06:06:27.585Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-30T06:06:28.568Z] ---> 8c1e78bafa0e [2021-03-30T06:06:28.568Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-30T06:06:28.838Z] ---> Running in cc9d5e9a56fa [2021-03-30T06:06:28.838Z] ---> 8db0f2194f2e [2021-03-30T06:06:28.838Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-30T06:06:29.115Z] Removing intermediate container cc9d5e9a56fa [2021-03-30T06:06:29.115Z] ---> b68529c8920e [2021-03-30T06:06:29.115Z] Step 18/21 : CMD ["--init=true"] [2021-03-30T06:06:29.115Z] ---> Running in 2c2cecbfd732 [2021-03-30T06:06:30.091Z] Removing intermediate container 2c2cecbfd732 [2021-03-30T06:06:30.091Z] ---> 5213d8a6086e [2021-03-30T06:06:30.091Z] Step 19/21 : LABEL arch=x86_64 [2021-03-30T06:06:30.091Z] ---> fc856caf6dbe [2021-03-30T06:06:30.092Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-30T06:06:30.092Z] ---> Running in b5a72efe21e9 [2021-03-30T06:06:30.369Z] Removing intermediate container b5a72efe21e9 [2021-03-30T06:06:30.369Z] ---> 194c01ef409b [2021-03-30T06:06:30.369Z] Step 20/21 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:06:30.649Z] ---> cff3b1926966 [2021-03-30T06:06:30.649Z] 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-30T06:06:30.649Z] ---> Running in 5546db0120ba [2021-03-30T06:06:30.649Z] ---> Running in 2655437f2ac1 [2021-03-30T06:06:30.928Z] Removing intermediate container 5546db0120ba [2021-03-30T06:06:30.928Z] ---> 26367d34b985 [2021-03-30T06:06:30.928Z] Step 21/21 : LABEL version=0.0.0 [2021-03-30T06:06:31.209Z] ---> Running in 975ad6e46276 [2021-03-30T06:06:31.484Z] Removing intermediate container 975ad6e46276 [2021-03-30T06:06:31.484Z] ---> 4cf77a08972a [2021-03-30T06:06:31.484Z] [2021-03-30T06:06:31.753Z] Successfully built 4cf77a08972a [2021-03-30T06:06:31.753Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-30T06:06:32.721Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 2655437f2ac1 [2021-03-30T06:06:32.721Z] ---> 244e50e507c5 [2021-03-30T06:06:32.721Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-30T06:06:32.721Z] ---> Running in c92a653d8a86 [2021-03-30T06:06:32.991Z] Removing intermediate container c92a653d8a86 [2021-03-30T06:06:32.991Z] ---> 2d8cf13578c0 [2021-03-30T06:06:32.991Z] Step 22/24 : LABEL arch=x86_64 [2021-03-30T06:06:32.991Z] ---> Running in 3faef8546cc1 [2021-03-30T06:06:33.258Z] Removing intermediate container 3faef8546cc1 [2021-03-30T06:06:33.258Z] ---> 4fc1f9e96252 [2021-03-30T06:06:33.258Z] Step 23/24 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:06:33.527Z] ---> Running in cd6de400c052 [2021-03-30T06:06:33.804Z] Removing intermediate container cd6de400c052 [2021-03-30T06:06:33.804Z] ---> b41f654137d4 [2021-03-30T06:06:33.804Z] Step 24/24 : LABEL version=0.0.0 [2021-03-30T06:06:33.804Z] ---> Running in 06363d7f0bc6 [2021-03-30T06:06:34.084Z] Removing intermediate container 06363d7f0bc6 [2021-03-30T06:06:34.084Z] ---> bd4364e6aeda [2021-03-30T06:06:34.084Z] [2021-03-30T06:06:34.351Z] Successfully built bd4364e6aeda [2021-03-30T06:06:34.351Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-30T06:06:36.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.156s coverage: 94.4% of statements [2021-03-30T06:06:36.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.140s coverage: 44.8% of statements [2021-03-30T06:06:41.009Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a65b8ffe05d7 [2021-03-30T06:06:41.009Z] ---> e6b638715e7c [2021-03-30T06:06:41.009Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-30T06:06:41.009Z] ---> Running in ec91b6dc33d3 [2021-03-30T06:06:42.938Z] 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-30T06:06:42.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.513s coverage: 82.6% of statements [2021-03-30T06:06:45.493Z] Removing intermediate container ec91b6dc33d3 [2021-03-30T06:06:45.493Z] ---> 678aac7317fe [2021-03-30T06:06:45.493Z] [2021-03-30T06:06:45.494Z] Step 11/26 : FROM docker:20.10.0 [2021-03-30T06:06:45.494Z] Removing intermediate container b01ed56db9ae [2021-03-30T06:06:45.494Z] ---> fe094acd93cd [2021-03-30T06:06:45.494Z] [2021-03-30T06:06:45.494Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T06:06:45.494Z] ---> 42cb162f0360 [2021-03-30T06:06:45.494Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-30T06:06:45.494Z] 20.10.0: Pulling from library/docker [2021-03-30T06:06:45.494Z] ---> Running in 20cf488d9d90 [2021-03-30T06:06:45.494Z] Removing intermediate container 20cf488d9d90 [2021-03-30T06:06:45.494Z] ---> e269438855f5 [2021-03-30T06:06:45.494Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-30T06:06:45.756Z] ---> Running in 4836ee9c618d [2021-03-30T06:06:46.377Z] Removing intermediate container 4836ee9c618d [2021-03-30T06:06:46.377Z] ---> 2d8ffec7d8f1 [2021-03-30T06:06:46.377Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-30T06:06:46.377Z] ---> Running in 494c53da3434 [2021-03-30T06:06:46.663Z] Removing intermediate container 494c53da3434 [2021-03-30T06:06:46.663Z] ---> ca0bca2b4e6f [2021-03-30T06:06:46.663Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:06:46.663Z] ---> Running in 49503373b15e [2021-03-30T06:06:47.749Z] Removing intermediate container 49503373b15e [2021-03-30T06:06:47.749Z] ---> fdd441736629 [2021-03-30T06:06:47.749Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-30T06:06:47.749Z] ---> Running in eb794918e6e6 [2021-03-30T06:06:49.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:49.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:49.679Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-30T06:06:49.679Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-30T06:06:49.679Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-30T06:06:49.679Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-30T06:06:49.679Z] ---> aefe523efa57 [2021-03-30T06:06:49.679Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-30T06:06:49.679Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-30T06:06:49.940Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-30T06:06:49.940Z] ---> Running in f1d1d8c755b0 [2021-03-30T06:06:50.205Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-30T06:06:50.205Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-30T06:06:50.474Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:06:50.475Z] OK: 8 MiB in 20 packages [2021-03-30T06:06:50.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:50.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:50.747Z] (1/2) Installing readline (8.0.4-r0) [2021-03-30T06:06:50.747Z] (2/2) Installing bash (5.0.17-r0) [2021-03-30T06:06:50.747Z] Executing bash-5.0.17-r0.post-install [2021-03-30T06:06:50.747Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:06:50.747Z] OK: 12 MiB in 22 packages [2021-03-30T06:06:51.022Z] Removing intermediate container eb794918e6e6 [2021-03-30T06:06:51.022Z] ---> 5662f31bef20 [2021-03-30T06:06:51.022Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:06:51.288Z] ---> d53acf242aa8 [2021-03-30T06:06:51.288Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-30T06:06:51.288Z] Removing intermediate container f1d1d8c755b0 [2021-03-30T06:06:51.288Z] ---> 85354b669adf [2021-03-30T06:06:51.288Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-30T06:06:51.551Z] ---> Running in 3cb8c46d58f0 [2021-03-30T06:06:51.551Z] Removing intermediate container 3cb8c46d58f0 [2021-03-30T06:06:51.551Z] ---> fae4ccceab18 [2021-03-30T06:06:51.551Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-30T06:06:51.815Z] ---> Running in 00642ebabeb7 [2021-03-30T06:06:51.815Z] ---> a479c02e39b3 [2021-03-30T06:06:51.815Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-30T06:06:52.076Z] Removing intermediate container 00642ebabeb7 [2021-03-30T06:06:52.076Z] ---> eabf93835aa9 [2021-03-30T06:06:52.076Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-30T06:06:52.076Z] ---> Running in cfbc6b216a8d [2021-03-30T06:06:52.076Z] ---> 5eee65464ce8 [2021-03-30T06:06:52.076Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.205s coverage: 92.9% of statements [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.140s coverage: 75.5% of statements [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.146s coverage: 80.8% of statements [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.176s coverage: 87.2% of statements [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.193s coverage: 84.6% of statements [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.250s coverage: 91.6% of statements [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.611s coverage: 64.4% of statements [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-30T06:06:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-03-30T06:06:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-03-30T06:06:52.341Z] ---> Running in c81a61431fe8 [2021-03-30T06:06:52.341Z] Removing intermediate container cfbc6b216a8d [2021-03-30T06:06:52.341Z] ---> fe161dabf2fa [2021-03-30T06:06:52.341Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-30T06:06:52.341Z] Removing intermediate container c81a61431fe8 [2021-03-30T06:06:52.341Z] ---> 17e2dbbea925 [2021-03-30T06:06:52.341Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:06:52.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2021-03-30T06:06:52.604Z] ---> Running in c531803b0966 [2021-03-30T06:06:52.866Z] ---> 83ce5feb35ce [2021-03-30T06:06:52.866Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-30T06:06:52.866Z] Removing intermediate container c531803b0966 [2021-03-30T06:06:52.866Z] ---> 380a3b0a6f9f [2021-03-30T06:06:52.866Z] Step 21/23 : LABEL arch=x86_64 [2021-03-30T06:06:52.866Z] ---> Running in d938e5b9ded4 [2021-03-30T06:06:52.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-03-30T06:06:53.132Z] ---> 8b5723cb813e [2021-03-30T06:06:53.132Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-30T06:06:53.132Z] Removing intermediate container d938e5b9ded4 [2021-03-30T06:06:53.132Z] ---> bbdd2fb1230c [2021-03-30T06:06:53.132Z] Step 22/23 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:06:53.132Z] ---> Running in ad19002597ac [2021-03-30T06:06:53.394Z] Removing intermediate container ad19002597ac [2021-03-30T06:06:53.394Z] ---> 3d21c01db336 [2021-03-30T06:06:53.394Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T06:06:53.394Z] ---> Running in ab1574505390 [2021-03-30T06:06:53.394Z] ---> e49f6d3b0760 [2021-03-30T06:06:53.394Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-30T06:06:53.969Z] ---> Running in df966ec4b736 [2021-03-30T06:06:54.232Z] Removing intermediate container ab1574505390 [2021-03-30T06:06:54.232Z] ---> faeb7c823974 [2021-03-30T06:06:54.232Z] [2021-03-30T06:06:54.232Z] Successfully built faeb7c823974 [2021-03-30T06:06:54.232Z] Successfully tagged docker-core-data-go:latest [2021-03-30T06:06:54.807Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:54.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:54.807Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-30T06:06:54.807Z] (2/33) Installing expat (2.2.9-r1) [2021-03-30T06:06:54.807Z] (3/33) Installing libffi (3.3-r2) [2021-03-30T06:06:54.807Z] (4/33) Installing gdbm (1.13-r1) [2021-03-30T06:06:54.807Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-30T06:06:54.807Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-30T06:06:54.807Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-30T06:06:55.750Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-30T06:06:55.750Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-30T06:06:55.751Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-30T06:06:55.751Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-30T06:06:55.751Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-30T06:06:56.013Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-30T06:06:56.014Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-30T06:06:56.014Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-30T06:06:56.014Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-30T06:06:56.014Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-30T06:06:56.014Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-30T06:06:56.014Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-30T06:06:56.014Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-30T06:06:56.014Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-30T06:06:56.014Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-30T06:06:56.014Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-30T06:06:56.014Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-30T06:06:56.276Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-30T06:06:56.276Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-30T06:06:56.276Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-30T06:06:56.276Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-30T06:06:56.276Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-30T06:06:56.276Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-30T06:06:56.276Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-30T06:06:56.276Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-30T06:06:56.276Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-30T06:06:56.276Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:06:56.276Z] OK: 71 MiB in 55 packages [2021-03-30T06:06:57.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.004s coverage: 69.0% of statements [2021-03-30T06:06:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-30T06:06:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-30T06:06:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-30T06:06:57.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.535s coverage: 38.4% of statements [2021-03-30T06:06:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-30T06:06:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-30T06:06:57.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements [2021-03-30T06:06:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-30T06:06:57.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.104s coverage: 84.8% of statements [2021-03-30T06:07:04.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.380s coverage: 47.0% of statements [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-30T06:07:04.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-30T06:07:04.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-30T06:07:04.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.404s coverage: 87.1% of statements [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:07:04.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-30T06:07:06.317Z] Removing intermediate container df966ec4b736 [2021-03-30T06:07:06.317Z] ---> 5402d22cc24a [2021-03-30T06:07:06.317Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-30T06:07:06.317Z] ---> Running in 6921947ec1fa [2021-03-30T06:07:06.581Z] Collecting docker-compose==1.23.2 [2021-03-30T06:07:06.581Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-30T06:07:06.843Z] Collecting PyYAML<4,>=3.10 [2021-03-30T06:07:06.843Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-30T06:07:07.799Z] Collecting cached-property<2,>=1.2.0 [2021-03-30T06:07:07.799Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-30T06:07:07.799Z] 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-30T06:07:08.061Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-30T06:07:08.061Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-30T06:07:08.061Z] Collecting docopt<0.7,>=0.6.1 [2021-03-30T06:07:08.061Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-30T06:07:08.634Z] Collecting jsonschema<3,>=2.5.1 [2021-03-30T06:07:08.634Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-30T06:07:08.634Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-30T06:07:08.634Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-30T06:07:09.210Z] Collecting texttable<0.10,>=0.9.0 [2021-03-30T06:07:09.210Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-30T06:07:09.782Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-30T06:07:09.783Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-30T06:07:09.783Z] Collecting docker<4.0,>=3.6.0 [2021-03-30T06:07:09.783Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-30T06:07:09.783Z] 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-30T06:07:10.046Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-30T06:07:10.047Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-30T06:07:10.047Z] Collecting idna<2.8,>=2.5 [2021-03-30T06:07:10.047Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-30T06:07:10.047Z] 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-30T06:07:10.308Z] Collecting docker-pycreds>=0.4.0 [2021-03-30T06:07:10.308Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-30T06:07:10.308Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-30T06:07:10.308Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-30T06:07:10.308Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-30T06:07:10.308Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-30T06:07:10.308Z] Installing collected packages: PyYAML, cached-property, urllib3, idna, requests, docopt, jsonschema, dockerpty, texttable, websocket-client, docker-pycreds, docker, docker-compose [2021-03-30T06:07:10.308Z] Running setup.py install for PyYAML: started [2021-03-30T06:07:10.881Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-30T06:07:10.881Z] Attempting uninstall: urllib3 [2021-03-30T06:07:10.881Z] Found existing installation: urllib3 1.25.9 [2021-03-30T06:07:10.881Z] Uninstalling urllib3-1.25.9: [2021-03-30T06:07:11.143Z] Successfully uninstalled urllib3-1.25.9 [2021-03-30T06:07:11.143Z] Attempting uninstall: idna [2021-03-30T06:07:11.143Z] Found existing installation: idna 2.9 [2021-03-30T06:07:11.143Z] Uninstalling idna-2.9: [2021-03-30T06:07:11.143Z] Successfully uninstalled idna-2.9 [2021-03-30T06:07:12.533Z] Attempting uninstall: requests [2021-03-30T06:07:12.534Z] Found existing installation: requests 2.23.0 [2021-03-30T06:07:12.534Z] Uninstalling requests-2.23.0: [2021-03-30T06:07:12.534Z] Successfully uninstalled requests-2.23.0 [2021-03-30T06:07:12.534Z] Running setup.py install for docopt: started [2021-03-30T06:07:12.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.281s coverage: 29.1% of statements [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-30T06:07:12.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.241s coverage: 99.0% of statements [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-30T06:07:12.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.211s coverage: 100.0% of statements [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-30T06:07:12.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.227s coverage: 95.0% of statements [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-30T06:07:12.578Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-30T06:07:12.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-30T06:07:12.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-30T06:07:12.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-30T06:07:12.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-03-30T06:07:12.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.132s coverage: 32.1% of statements [2021-03-30T06:07:12.800Z] Running setup.py install for docopt: finished with status 'done' [2021-03-30T06:07:13.063Z] Running setup.py install for dockerpty: started [2021-03-30T06:07:13.328Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-30T06:07:13.328Z] Running setup.py install for texttable: started [2021-03-30T06:07:13.903Z] Running setup.py install for texttable: finished with status 'done' [2021-03-30T06:07:14.011Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-30T06:07:14.477Z] 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-30T06:07:14.609Z] GO111MODULE=on go vet ./... [2021-03-30T06:07:17.791Z] Removing intermediate container 6921947ec1fa [2021-03-30T06:07:17.791Z] ---> 4b21dee6bc3e [2021-03-30T06:07:17.791Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-30T06:07:17.791Z] ---> Running in ce550fbbef5f [2021-03-30T06:07:17.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:07:17.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:07:18.055Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T06:07:18.055Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-30T06:07:18.055Z] (3/3) Installing curl (7.69.1-r3) [2021-03-30T06:07:18.055Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:07:18.055Z] OK: 72 MiB in 58 packages [2021-03-30T06:07:18.317Z] Removing intermediate container ce550fbbef5f [2021-03-30T06:07:18.317Z] ---> 051bd9f4be80 [2021-03-30T06:07:18.317Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-30T06:07:18.582Z] ---> Running in 4f13e1ccc674 [2021-03-30T06:07:18.582Z] Removing intermediate container 4f13e1ccc674 [2021-03-30T06:07:18.582Z] ---> 4283681d9d2b [2021-03-30T06:07:18.582Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:07:18.848Z] ---> Running in 03ca1d715431 [2021-03-30T06:07:18.848Z] Removing intermediate container 03ca1d715431 [2021-03-30T06:07:18.848Z] ---> 94dadec71d24 [2021-03-30T06:07:18.848Z] Step 24/26 : LABEL arch=x86_64 [2021-03-30T06:07:18.848Z] ---> Running in c40e2fa4e39a [2021-03-30T06:07:19.122Z] Removing intermediate container c40e2fa4e39a [2021-03-30T06:07:19.122Z] ---> b5c71a354cd9 [2021-03-30T06:07:19.122Z] Step 25/26 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:07:19.122Z] ---> Running in 974ab8077afd [2021-03-30T06:07:19.388Z] Removing intermediate container 974ab8077afd [2021-03-30T06:07:19.388Z] ---> 08c19dba11d1 [2021-03-30T06:07:19.388Z] Step 26/26 : LABEL version=0.0.0 [2021-03-30T06:07:19.388Z] ---> Running in 1ef848790e6c [2021-03-30T06:07:19.653Z] Removing intermediate container 1ef848790e6c [2021-03-30T06:07:19.653Z] ---> d9e42d638b17 [2021-03-30T06:07:19.653Z] [2021-03-30T06:07:19.653Z] Successfully built d9e42d638b17 [2021-03-30T06:07:19.653Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-30T06:07:20.246Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-30T06:07:20.272Z] $ docker stop --time=1 468573f1c2b93166f5b73d8258506306ab541d99f61e39765e2d2645d33c26db [2021-03-30T06:07:21.915Z] $ docker rm -f 468573f1c2b93166f5b73d8258506306ab541d99f61e39765e2d2645d33c26db [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T06:07:22.468Z] + docker images [2021-03-30T06:07:22.468Z] + grep docker [2021-03-30T06:07:23.056Z] docker-sys-mgmt-agent-go latest d9e42d638b17 3 seconds ago 314MB [2021-03-30T06:07:23.056Z] docker-core-data-go latest faeb7c823974 29 seconds ago 22.7MB [2021-03-30T06:07:23.056Z] docker-security-secretstore-setup-go latest bd4364e6aeda 49 seconds ago 25.7MB [2021-03-30T06:07:23.056Z] docker-security-proxy-setup-go latest 4cf77a08972a 51 seconds ago 25.4MB [2021-03-30T06:07:23.056Z] docker-security-bootstrapper-go latest 3dd82542a436 About a minute ago 18.9MB [2021-03-30T06:07:23.056Z] docker-support-notifications-go latest d192d4f53596 2 minutes ago 17.9MB [2021-03-30T06:07:23.056Z] docker-support-scheduler-go latest 34ac06050d4c 2 minutes ago 17.4MB [2021-03-30T06:07:23.056Z] docker-core-command-go latest fabb818bcfb4 2 minutes ago 17.3MB [2021-03-30T06:07:23.056Z] docker-core-metadata-go latest d24d2ce81b41 2 minutes ago 19MB [2021-03-30T06:07:23.056Z] 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-30T06:07:39.120Z] Still waiting to schedule task [2021-03-30T06:07:39.120Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-32003’ [2021-03-30T06:08:36.453Z] gofmt -l . [2021-03-30T06:08:36.454Z] [ "`gofmt -l .`" = "" ] [2021-03-30T06:08:36.454Z] ./bin/test-go-mod-tidy.sh [2021-03-30T06:08:36.454Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-30T06:08:37.157Z] + ls -al . [2021-03-30T06:08:37.157Z] total 808 [2021-03-30T06:08:37.157Z] drwxrwxr-x 9 1001 1001 4096 Mar 30 06:08 . [2021-03-30T06:08:37.157Z] drwxr-xr-x 4 root root 4096 Mar 30 06:04 .. [2021-03-30T06:08:37.157Z] -rw-rw-r-- 1 1001 1001 11 Mar 30 06:02 .dockerignore [2021-03-30T06:08:37.157Z] drwxrwxr-x 8 1001 1001 4096 Mar 30 06:02 .git [2021-03-30T06:08:37.157Z] drwxrwxr-x 3 1001 1001 4096 Mar 30 06:02 .github [2021-03-30T06:08:37.157Z] -rw-rw-r-- 1 1001 1001 818 Mar 30 06:02 .gitignore [2021-03-30T06:08:37.157Z] -rw-rw-r-- 1 1001 1001 166 Mar 30 06:02 .sonarcloud.properties [2021-03-30T06:08:37.157Z] -rw-rw-r-- 1 1001 1001 8607 Mar 30 06:02 Attribution.txt [2021-03-30T06:08:37.158Z] -rw-rw-r-- 1 1001 1001 3804 Mar 30 06:02 CONTRIBUTING.md [2021-03-30T06:08:37.158Z] -rw-rw-r-- 1 1001 1001 931 Mar 30 06:02 Dockerfile.build [2021-03-30T06:08:37.158Z] -rw-rw-r-- 1 1001 1001 863 Mar 30 06:02 Jenkinsfile [2021-03-30T06:08:37.158Z] -rw-rw-r-- 1 1001 1001 10775 Mar 30 06:02 LICENSE [2021-03-30T06:08:37.158Z] -rw-rw-r-- 1 1001 1001 5774 Mar 30 06:02 Makefile [2021-03-30T06:08:37.158Z] -rw-rw-r-- 1 1001 1001 6548 Mar 30 06:02 README.md [2021-03-30T06:08:37.158Z] -rw-rw-r-- 1 1001 1001 6755 Mar 30 06:02 SECURITY.md [2021-03-30T06:08:37.158Z] -rw-rw-r-- 1 1001 1001 5 Mar 30 05:58 VERSION [2021-03-30T06:08:37.158Z] -rw-rw-r-- 1 1001 1001 4131 Mar 30 06:02 ZMQWindows.md [2021-03-30T06:08:37.158Z] drwxrwxr-x 2 1001 1001 4096 Mar 30 06:02 bin [2021-03-30T06:08:37.158Z] drwxrwxr-x 14 1001 1001 4096 Mar 30 06:02 cmd [2021-03-30T06:08:37.158Z] -rw-r--r-- 1 root root 669470 Mar 30 06:07 coverage.out [2021-03-30T06:08:37.158Z] -rw-r--r-- 1 root root 1056 Mar 30 06:08 go.mod [2021-03-30T06:08:37.158Z] -rw-r--r-- 1 root root 22875 Mar 30 06:08 go.sum [2021-03-30T06:08:37.158Z] drwxrwxr-x 8 1001 1001 4096 Mar 30 06:02 internal [2021-03-30T06:08:37.158Z] drwxrwxr-x 4 1001 1001 4096 Mar 30 06:02 openapi [2021-03-30T06:08:37.158Z] drwxrwxr-x 4 1001 1001 4096 Mar 30 06:02 snap [2021-03-30T06:08:37.158Z] -rw-rw-r-- 1 1001 1001 168 Mar 30 06:02 version.go [Pipeline] sh [2021-03-30T06:08:37.835Z] + '[' -e coverage.out ] [2021-03-30T06:08:37.835Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-30T06:08:37.872Z] Warning: overwriting stash ‘coverage-report’ [2021-03-30T06:08:39.484Z] Stashed 1 file(s) [Pipeline] sh [2021-03-30T06:08:40.188Z] + make build [2021-03-30T06:08:40.188Z] 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-30T06:08:50.365Z] 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-30T06:09:12.541Z] 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-30T06:09:19.281Z] 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-30T06:09:24.702Z] 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-30T06:09:25.683Z] 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-30T06:09:30.864Z] Running on prd-ubuntu18.04-docker-8c-8g-32004 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws [2021-03-30T06:09:30.963Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-03-30T06:09:31.097Z] 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-30T06:09:33.148Z] using credential edgex-jenkins-ssh [2021-03-30T06:09:33.198Z] Cloning the remote Git repository [2021-03-30T06:09:33.223Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-30T06:09:33.282Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-03-30T06:09:33.311Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T06:09:33.311Z] > git --version # timeout=10 [2021-03-30T06:09:33.320Z] > git --version # 'git version 2.17.1' [2021-03-30T06:09:33.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T06:09:33.339Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T06:09:36.542Z] 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-30T06:09:38.908Z] Merging remotes/origin/master commit 0e291f44bb73248a8c5ef7868096f1c33cce0f6a into PR head commit 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:09:39.031Z] Merge succeeded, producing 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:09:39.032Z] Checking out Revision 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 (PR-3318) [2021-03-30T06:09:38.420Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T06:09:38.425Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T06:09:38.440Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T06:09:38.451Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T06:09:38.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T06:09:38.456Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T06:09:38.920Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T06:09:38.925Z] > git checkout -f 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # timeout=10 [2021-03-30T06:09:39.010Z] > git remote # timeout=10 [2021-03-30T06:09:39.015Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T06:09:39.020Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T06:09:39.023Z] > git merge 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 [2021-03-30T06:09:39.030Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T06:09:39.037Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T06:09:39.039Z] > git checkout -f 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # timeout=10 [2021-03-30T06:09:40.854Z] 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-30T06:09:42.748Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-03-30T06:09:42.776Z] > git --version # timeout=10 [2021-03-30T06:09:42.779Z] > git --version # 'git version 2.17.1' [2021-03-30T06:09:42.783Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:09:43.964Z] + echo snap-build.sh [2021-03-30T06:09:43.964Z] snap-build.sh [2021-03-30T06:09:43.964Z] + SNAP_BASE_DIR=. [2021-03-30T06:09:43.964Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-03-30T06:09:43.964Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-03-30T06:09:43.964Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-03-30T06:09:43.964Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-03-30T06:09:43.964Z] + cd /w/workspace/edgex-go/1 [2021-03-30T06:09:43.964Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-30T06:09:43.964Z] Reading package lists... [2021-03-30T06:09:43.964Z] Building dependency tree... [2021-03-30T06:09:43.964Z] Reading state information... [2021-03-30T06:09:44.226Z] The following packages were automatically installed and are no longer required: [2021-03-30T06:09:44.226Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-30T06:09:44.226Z] uidmap xdelta3 [2021-03-30T06:09:44.226Z] Use 'sudo apt autoremove' to remove them. [2021-03-30T06:09:44.226Z] The following packages will be REMOVED: [2021-03-30T06:09:44.226Z] lxd* lxd-client* [2021-03-30T06:09:44.489Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-30T06:09:44.489Z] After this operation, 31.7 MB disk space will be freed. [2021-03-30T06:09:45.186Z] 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-30T06:09:45.562Z] (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-30T06:09:45.562Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-30T06:09:46.507Z] Removing lxd dnsmasq configuration [2021-03-30T06:09:46.507Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-30T06:09:46.768Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-30T06:09:47.360Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-30T06:09:47.622Z] (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-30T06:09:47.622Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-30T06:09:48.564Z] 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-30T06:09:49.010Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-30T06:09:49.010Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-30T06:09:50.396Z] + sudo snap remove --purge lxd [2021-03-30T06:09:50.396Z] snap "lxd" is not installed [2021-03-30T06:09:50.396Z] + sudo groupadd --force --system lxd [2021-03-30T06:09:50.396Z] ++ whoami [2021-03-30T06:09:50.396Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-30T06:09:50.396Z] + newgrp - lxd [2021-03-30T06:09:50.396Z] + sudo snap install lxd [2021-03-30T06:09:52.870Z] 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-30T06:09:58.552Z] 2021-03-30T06:09:55Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-03-30T06:09:59.623Z] $ docker stop --time=1 6a414799810390a510d691066e21c3b6d29106a1a88ddcdef353f4cd68647dcb [2021-03-30T06:10:02.203Z] $ docker rm -f 6a414799810390a510d691066e21c3b6d29106a1a88ddcdef353f4cd68647dcb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:10:04.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-30T06:10:04.474Z] [2021-03-30T06:10:04.474Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:10:05.168Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-30T06:10:05.445Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-30T06:10:05.445Z] 29e5d40040c1: Pulling fs layer [2021-03-30T06:10:05.445Z] 1ce36da41761: Pulling fs layer [2021-03-30T06:10:05.445Z] 25b303627fd3: Pulling fs layer [2021-03-30T06:10:05.445Z] 29e5d40040c1: Verifying Checksum [2021-03-30T06:10:05.445Z] 29e5d40040c1: Download complete [2021-03-30T06:10:06.426Z] 1ce36da41761: Verifying Checksum [2021-03-30T06:10:06.426Z] 1ce36da41761: Download complete [2021-03-30T06:10:06.426Z] 29e5d40040c1: Pull complete [2021-03-30T06:10:07.402Z] 1ce36da41761: Pull complete [2021-03-30T06:10:07.676Z] 25b303627fd3: Download complete [2021-03-30T06:10:17.818Z] 25b303627fd3: Pull complete [2021-03-30T06:10:17.818Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-30T06:10:17.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-30T06:10:17.818Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-30T06:10:18.129Z] prd-ubuntu18.04-docker-arm64-4c-16g-32000 does not seem to be running inside a container [2021-03-30T06:10:18.194Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-30T06:10:21.198Z] $ docker top a82ddc3bf368241d6ed975fca20f007dd2232b5ba537a3ba8128ab9f22cbeef2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:10:22.331Z] + docker-compose build --help [2021-03-30T06:10:22.331Z] + grep parallel [2021-03-30T06:10:25.714Z] --parallel Build images in parallel. [Pipeline] } [2021-03-30T06:10:25.740Z] $ docker stop --time=1 a82ddc3bf368241d6ed975fca20f007dd2232b5ba537a3ba8128ab9f22cbeef2 [2021-03-30T06:10:27.702Z] $ docker rm -f a82ddc3bf368241d6ed975fca20f007dd2232b5ba537a3ba8128ab9f22cbeef2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:10:28.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-30T06:10:28.692Z] . [Pipeline] withDockerContainer [2021-03-30T06:10:28.974Z] prd-ubuntu18.04-docker-arm64-4c-16g-32000 does not seem to be running inside a container [2021-03-30T06:10:29.061Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-30T06:10:30.479Z] $ docker top 77ca1a739a33a3adc1d4d0148b811b0ab0b8774be4f8ceade145e24a3794f91e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:10:31.631Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-30T06:10:35.005Z] Building docker-core-command-go ... [2021-03-30T06:10:35.005Z] Building docker-core-data-go ... [2021-03-30T06:10:35.005Z] Building docker-core-metadata-go ... [2021-03-30T06:10:35.005Z] Building docker-security-bootstrapper-go ... [2021-03-30T06:10:35.005Z] Building docker-security-proxy-setup-go ... [2021-03-30T06:10:35.005Z] Building docker-security-secretstore-setup-go ... [2021-03-30T06:10:35.005Z] Building docker-support-notifications-go ... [2021-03-30T06:10:35.005Z] Building docker-support-scheduler-go ... [2021-03-30T06:10:35.005Z] Building docker-sys-mgmt-agent-go ... [2021-03-30T06:10:35.005Z] Building docker-core-data-go [2021-03-30T06:10:35.005Z] Building docker-security-bootstrapper-go [2021-03-30T06:10:35.005Z] Building docker-security-secretstore-setup-go [2021-03-30T06:10:35.005Z] Building docker-security-proxy-setup-go [2021-03-30T06:10:35.005Z] Building docker-sys-mgmt-agent-go [2021-03-30T06:11:20.046Z] lxd 4.12 from Canonical* installed [2021-03-30T06:11:20.046Z] + sudo lxd init --auto [2021-03-30T06:11:20.307Z] + sudo snap install --classic snapcraft [2021-03-30T06:11:26.895Z] snapcraft 4.6 from Canonical* installed [2021-03-30T06:11:26.895Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-30T06:11:26.895Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-30T06:11:26.895Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T06:11:26.895Z] Dload Upload Total Spent Left Speed [2021-03-30T06:11:26.895Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 9220 0 --:--:-- --:--:-- --:--:-- 9220 [2021-03-30T06:11:26.895Z] 100 3325k 100 3325k 0 0 23.0M 0 --:--:-- --:--:-- --:--:-- 23.0M [2021-03-30T06:11:26.895Z] ./yq_linux_amd64 [2021-03-30T06:11:26.895Z] + sudo snapcraft prime --use-lxd [2021-03-30T06:11:28.283Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-30T06:11:28.283Z] 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-30T06:11:28.283Z] - README.md [2021-03-30T06:11:28.283Z] [2021-03-30T06:11:28.283Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-30T06:11:28.856Z] Launching a container. [2021-03-30T06:11:41.088Z] Waiting for container to be ready [2021-03-30T06:11:41.088Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-30T06:11:41.088Z] [2021-03-30T06:11:43.635Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-30T06:11:44.215Z] Waiting for network to be ready... [2021-03-30T06:11:44.476Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-30T06:11:44.476Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-30T06:11:44.476Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-30T06:11:44.737Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-30T06:11:44.737Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-30T06:11:44.737Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-30T06:11:44.737Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-30T06:11:44.737Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-30T06:11:44.737Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-30T06:11:44.737Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-30T06:11:44.997Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-30T06:11:45.257Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-30T06:11:45.521Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-30T06:11:45.783Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-30T06:11:45.783Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-30T06:11:45.783Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-30T06:11:45.783Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-30T06:11:45.783Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-30T06:11:46.043Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-30T06:11:46.304Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-30T06:11:46.304Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-30T06:11:46.304Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-30T06:11:46.304Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-30T06:11:46.304Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-30T06:11:46.304Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-30T06:11:46.304Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-30T06:11:46.566Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-30T06:11:48.482Z] Fetched 24.2 MB in 4s (5773 kB/s) [2021-03-30T06:11:49.425Z] Reading package lists... [2021-03-30T06:11:49.425Z] Reading package lists... [2021-03-30T06:11:49.685Z] Building dependency tree... [2021-03-30T06:11:49.685Z] Reading state information... [2021-03-30T06:11:49.685Z] The following additional packages will be installed: [2021-03-30T06:11:49.685Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-30T06:11:49.685Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-30T06:11:49.685Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-30T06:11:49.685Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-30T06:11:49.685Z] Suggested packages: [2021-03-30T06:11:49.685Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-30T06:11:49.685Z] Recommended packages: [2021-03-30T06:11:49.685Z] gnupg libsasl2-modules [2021-03-30T06:11:49.685Z] The following NEW packages will be installed: [2021-03-30T06:11:49.685Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-30T06:11:49.685Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-30T06:11:49.685Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-30T06:11:49.685Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-30T06:11:49.685Z] The following packages will be upgraded: [2021-03-30T06:11:49.685Z] gpg gpg-agent gpgconf libudev1 [2021-03-30T06:11:49.945Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-30T06:11:49.945Z] Need to get 3530 kB of archives. [2021-03-30T06:11:49.945Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-30T06:11:49.945Z] 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-30T06:11:49.945Z] 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-30T06:11:49.945Z] 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-30T06:11:49.945Z] 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-30T06:11:49.945Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-30T06:11:50.207Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-30T06:11:50.780Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-30T06:11:50.780Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-30T06:11:50.780Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-30T06:11:50.780Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-30T06:11:50.780Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-30T06:11:50.780Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-30T06:11:50.780Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-30T06:11:50.780Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-30T06:11:50.780Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-30T06:11:50.780Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-30T06:11:50.780Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-30T06:11:50.780Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-30T06:11:50.780Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-30T06:11:50.780Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-30T06:11:50.780Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-30T06:11:50.780Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-30T06:11:51.043Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T06:11:51.043Z] Fetched 3530 kB in 1s (3428 kB/s) [2021-03-30T06:11:51.043Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-30T06:11:51.043Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-30T06:11:51.043Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-30T06:11:51.043Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-30T06:11:51.304Z] Selecting previously unselected package udev. [2021-03-30T06:11:51.304Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-30T06:11:51.304Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-30T06:11:51.304Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-30T06:11:51.564Z] Selecting previously unselected package libfuse2:amd64. [2021-03-30T06:11:51.564Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-30T06:11:51.564Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-30T06:11:51.826Z] Selecting previously unselected package fuse. [2021-03-30T06:11:51.826Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-30T06:11:51.826Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-30T06:11:51.826Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T06:11:51.826Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-30T06:11:52.087Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T06:11:52.087Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-30T06:11:52.087Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T06:11:52.087Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-30T06:11:52.348Z] Selecting previously unselected package libksba8:amd64. [2021-03-30T06:11:52.348Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-30T06:11:52.348Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-30T06:11:52.348Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-30T06:11:52.348Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:52.348Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:52.348Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-30T06:11:52.348Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:52.348Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:52.608Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-30T06:11:52.608Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:52.608Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:52.608Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-30T06:11:52.608Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:52.608Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:52.869Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-30T06:11:52.869Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:52.869Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:52.869Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-30T06:11:52.869Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:52.869Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:53.129Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-30T06:11:53.129Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:53.129Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:53.129Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-30T06:11:53.129Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:53.129Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:53.129Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-30T06:11:53.129Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:53.129Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:53.390Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-30T06:11:53.390Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-30T06:11:53.390Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-30T06:11:53.390Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-30T06:11:53.390Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-30T06:11:53.390Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-30T06:11:53.390Z] Selecting previously unselected package libldap-common. [2021-03-30T06:11:53.390Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-30T06:11:53.390Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-30T06:11:53.650Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-30T06:11:53.650Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-30T06:11:53.650Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-30T06:11:53.650Z] Selecting previously unselected package dirmngr. [2021-03-30T06:11:53.650Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T06:11:53.650Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-30T06:11:53.911Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-30T06:11:53.911Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-30T06:11:53.911Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-30T06:11:53.911Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-30T06:11:53.911Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-30T06:11:53.911Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-30T06:11:53.911Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:53.911Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-30T06:11:53.911Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-30T06:11:54.175Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-30T06:11:54.435Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-30T06:11:54.435Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:54.435Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-30T06:11:54.696Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-30T06:11:54.696Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-30T06:11:54.696Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:54.696Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:54.696Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:54.697Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:54.697Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:54.697Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:54.697Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:54.697Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-30T06:11:54.697Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-30T06:11:54.957Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-30T06:11:55.223Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-30T06:11:55.223Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-30T06:11:55.223Z] This means they are not meant to be enabled using systemctl. [2021-03-30T06:11:55.223Z] Possible reasons for having this kind of units are: [2021-03-30T06:11:55.223Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-30T06:11:55.223Z] .wants/ or .requires/ directory. [2021-03-30T06:11:55.223Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-30T06:11:55.223Z] a requirement dependency on it. [2021-03-30T06:11:55.223Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-30T06:11:55.223Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-30T06:11:55.223Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-30T06:11:55.223Z] instance name specified. [2021-03-30T06:11:55.804Z] Reading package lists... [2021-03-30T06:11:55.804Z] Building dependency tree... [2021-03-30T06:11:55.804Z] Reading state information... [2021-03-30T06:11:55.804Z] The following additional packages will be installed: [2021-03-30T06:11:55.804Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-30T06:11:55.804Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-30T06:11:55.804Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-30T06:11:55.804Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-30T06:11:55.804Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-30T06:11:55.804Z] Suggested packages: [2021-03-30T06:11:55.804Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-30T06:11:55.804Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-30T06:11:55.804Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-30T06:11:55.804Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-30T06:11:55.804Z] systemd-container policykit-1 [2021-03-30T06:11:55.804Z] Recommended packages: [2021-03-30T06:11:55.804Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-30T06:11:56.065Z] The following NEW packages will be installed: [2021-03-30T06:11:56.065Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-30T06:11:56.065Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-30T06:11:56.065Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-30T06:11:56.065Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-30T06:11:56.065Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-30T06:11:56.065Z] The following packages will be upgraded: [2021-03-30T06:11:56.065Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-30T06:11:56.065Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-30T06:11:56.065Z] Need to get 35.2 MB of archives. [2021-03-30T06:11:56.065Z] After this operation, 141 MB of additional disk space will be used. [2021-03-30T06:11:56.065Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-30T06:11:56.065Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-30T06:11:56.065Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-30T06:11:56.065Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-30T06:11:56.065Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-30T06:11:56.065Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-30T06:11:56.065Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-30T06:11:56.327Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-30T06:11:56.327Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-30T06:11:56.327Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-30T06:11:56.327Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-30T06:11:56.327Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-30T06:11:56.327Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-30T06:11:56.327Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-30T06:11:56.327Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-30T06:11:56.327Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-30T06:11:56.327Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-30T06:11:56.327Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-30T06:11:56.327Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-30T06:11:56.768Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:11:56.768Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:11:56.768Z] ---> ca4b4c8da741 [2021-03-30T06:11:56.768Z] Step 3/31 : WORKDIR /edgex-go [2021-03-30T06:11:56.768Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:11:56.768Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:11:56.768Z] ---> ca4b4c8da741 [2021-03-30T06:11:56.768Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T06:11:56.768Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:11:56.768Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:11:56.768Z] ---> ca4b4c8da741 [2021-03-30T06:11:56.768Z] Step 3/24 : WORKDIR /edgex-go [2021-03-30T06:11:56.768Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:11:56.768Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:11:56.768Z] ---> ca4b4c8da741 [2021-03-30T06:11:56.768Z] Step 3/21 : WORKDIR /edgex-go [2021-03-30T06:11:56.768Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:11:56.768Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:11:56.768Z] ---> ca4b4c8da741 [2021-03-30T06:11:56.768Z] Step 3/26 : WORKDIR /edgex-go [2021-03-30T06:11:56.768Z] ---> Running in 0c134f8c86c7 [2021-03-30T06:11:56.768Z] ---> Running in 4210028830a6 [2021-03-30T06:11:56.768Z] ---> Running in 7856bf664dfc [2021-03-30T06:11:56.768Z] ---> Running in 41de50b72881 [2021-03-30T06:11:56.768Z] ---> Running in 99eb1f9c77b3 [2021-03-30T06:11:56.768Z] Removing intermediate container 41de50b72881 [2021-03-30T06:11:56.768Z] ---> d4fe3b0cc7d6 [2021-03-30T06:11:56.768Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:11:56.769Z] Removing intermediate container 4210028830a6 [2021-03-30T06:11:56.769Z] ---> 0118860beabc [2021-03-30T06:11:56.769Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:11:56.769Z] Removing intermediate container 0c134f8c86c7 [2021-03-30T06:11:56.769Z] ---> da6ca66774c1 [2021-03-30T06:11:56.769Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:11:56.769Z] Removing intermediate container 99eb1f9c77b3 [2021-03-30T06:11:56.769Z] ---> bc9f79a4c4a0 [2021-03-30T06:11:56.769Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:11:56.769Z] Removing intermediate container 7856bf664dfc [2021-03-30T06:11:56.769Z] ---> f3596cee4dd9 [2021-03-30T06:11:56.769Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:11:56.769Z] ---> Running in bcb7833d02fd [2021-03-30T06:11:56.769Z] ---> Running in a278d05d98a9 [2021-03-30T06:11:56.769Z] ---> Running in 8892e5212edd [2021-03-30T06:11:56.769Z] ---> Running in 543494e9edd3 [2021-03-30T06:11:56.769Z] ---> Running in 3522020ea6eb [2021-03-30T06:11:56.769Z] Removing intermediate container bcb7833d02fd [2021-03-30T06:11:56.769Z] ---> 79a67d1597dd [2021-03-30T06:11:56.769Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-30T06:11:56.769Z] ---> Running in 175fd86a33cb [2021-03-30T06:11:56.769Z] Removing intermediate container a278d05d98a9 [2021-03-30T06:11:56.769Z] ---> 64792e02e1d0 [2021-03-30T06:11:56.769Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-30T06:11:56.769Z] Removing intermediate container 543494e9edd3 [2021-03-30T06:11:56.769Z] ---> 005595206fd8 [2021-03-30T06:11:56.769Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-30T06:11:56.769Z] ---> Running in e6afbe9c8abd [2021-03-30T06:11:56.769Z] ---> Running in 98be66e08936 [2021-03-30T06:11:56.769Z] Removing intermediate container 3522020ea6eb [2021-03-30T06:11:56.769Z] ---> 8efbc149160e [2021-03-30T06:11:56.769Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-30T06:11:56.769Z] Removing intermediate container 8892e5212edd [2021-03-30T06:11:56.769Z] ---> 28db82b66c7d [2021-03-30T06:11:56.769Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-30T06:11:56.769Z] ---> Running in d37fa2772c65 [2021-03-30T06:11:56.769Z] ---> Running in 7d3df6bff7dc [2021-03-30T06:11:56.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:11:56.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:11:56.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:11:56.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:11:57.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:11:57.267Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-30T06:11:57.267Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-30T06:11:57.267Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-30T06:11:57.267Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-30T06:11:57.267Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-30T06:11:57.267Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-30T06:11:57.267Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-30T06:11:57.267Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-30T06:11:57.267Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-30T06:11:57.267Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-30T06:11:57.267Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-30T06:11:57.267Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T06:11:57.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:11:57.527Z] Fetched 35.2 MB in 1s (26.8 MB/s) [2021-03-30T06:11:57.527Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-30T06:11:57.527Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-30T06:11:57.527Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-30T06:11:57.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:11:57.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:11:57.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:11:57.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:11:58.099Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-30T06:11:58.099Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-30T06:11:58.130Z] OK: 217 MiB in 51 packages [2021-03-30T06:11:58.361Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-30T06:11:58.361Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-30T06:11:58.361Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-30T06:11:58.361Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-30T06:11:58.409Z] OK: 217 MiB in 51 packages [2021-03-30T06:11:58.409Z] OK: 217 MiB in 51 packages [2021-03-30T06:11:58.623Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-30T06:11:58.623Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-30T06:11:58.623Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-30T06:11:58.623Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-30T06:11:58.684Z] OK: 217 MiB in 51 packages [2021-03-30T06:11:59.196Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-30T06:11:59.196Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-30T06:11:59.458Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-30T06:11:59.675Z] OK: 217 MiB in 51 packages [2021-03-30T06:11:59.676Z] Removing intermediate container 98be66e08936 [2021-03-30T06:11:59.676Z] ---> b2b34c47f2a5 [2021-03-30T06:11:59.676Z] Step 6/26 : COPY go.mod . [2021-03-30T06:11:59.719Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-30T06:11:59.719Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-30T06:11:59.719Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-30T06:11:59.979Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-30T06:11:59.979Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-30T06:11:59.979Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:00.240Z] Selecting previously unselected package libexpat1:amd64. [2021-03-30T06:12:00.240Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-30T06:12:00.240Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-30T06:12:00.240Z] Selecting previously unselected package python3.6-minimal. [2021-03-30T06:12:00.240Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-30T06:12:00.240Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:00.279Z] Removing intermediate container d37fa2772c65 [2021-03-30T06:12:00.279Z] ---> 6db9574a5a91 [2021-03-30T06:12:00.279Z] Step 6/21 : COPY go.mod . [2021-03-30T06:12:00.279Z] Removing intermediate container e6afbe9c8abd [2021-03-30T06:12:00.279Z] ---> 46be912fe356 [2021-03-30T06:12:00.279Z] Step 6/23 : COPY go.mod . [2021-03-30T06:12:00.551Z] Removing intermediate container 7d3df6bff7dc [2021-03-30T06:12:00.551Z] ---> ad816c2b7847 [2021-03-30T06:12:00.551Z] Step 6/31 : COPY go.mod . [2021-03-30T06:12:00.551Z] ---> 22c9e93dc352 [2021-03-30T06:12:00.551Z] Step 7/26 : RUN go mod download [2021-03-30T06:12:00.826Z] ---> Running in c96044cb8581 [2021-03-30T06:12:01.441Z] Removing intermediate container 175fd86a33cb [2021-03-30T06:12:01.441Z] ---> 8563444d46a9 [2021-03-30T06:12:01.441Z] Step 6/24 : COPY go.mod . [2021-03-30T06:12:01.441Z] ---> b1c9e3199d52 [2021-03-30T06:12:01.441Z] Step 7/23 : RUN go mod download [2021-03-30T06:12:01.441Z] ---> e7e9b2315add [2021-03-30T06:12:01.441Z] Step 7/21 : RUN go mod download [2021-03-30T06:12:01.735Z] ---> Running in 925f3b9fbe7c [2021-03-30T06:12:01.735Z] ---> Running in 6206cbbbe505 [2021-03-30T06:12:02.010Z] ---> 208e0bd41083 [2021-03-30T06:12:02.010Z] Step 7/31 : RUN go mod download [2021-03-30T06:12:02.158Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-30T06:12:02.158Z] Checking for services that may need to be restarted...done. [2021-03-30T06:12:02.158Z] Checking for services that may need to be restarted...done. [2021-03-30T06:12:02.158Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:02.158Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-30T06:12:02.158Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:02.300Z] ---> Running in 5203c2127e34 [2021-03-30T06:12:02.580Z] ---> b05fc8d66145 [2021-03-30T06:12:02.580Z] Step 7/24 : RUN go mod download [2021-03-30T06:12:02.729Z] Selecting previously unselected package python3-minimal. [2021-03-30T06:12:02.729Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-30T06:12:02.729Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-30T06:12:02.729Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-30T06:12:02.729Z] Selecting previously unselected package mime-support. [2021-03-30T06:12:02.729Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-30T06:12:02.729Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-30T06:12:02.855Z] ---> Running in 50fe38df7cf3 [2021-03-30T06:12:02.990Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-30T06:12:02.990Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-30T06:12:02.990Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-30T06:12:02.990Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-30T06:12:02.990Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-30T06:12:02.990Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:03.251Z] Selecting previously unselected package python3.6. [2021-03-30T06:12:03.251Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-30T06:12:03.251Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:03.510Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-30T06:12:03.511Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-30T06:12:03.511Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-30T06:12:03.511Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-30T06:12:03.771Z] Selecting previously unselected package python3. [2021-03-30T06:12:03.771Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-30T06:12:03.771Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-30T06:12:03.771Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-30T06:12:03.771Z] Selecting previously unselected package multiarch-support. [2021-03-30T06:12:03.771Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T06:12:03.771Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-30T06:12:03.771Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-30T06:12:04.031Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-30T06:12:04.031Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-30T06:12:04.031Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-30T06:12:04.031Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-30T06:12:04.031Z] Selecting previously unselected package libbsd0:amd64. [2021-03-30T06:12:04.031Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-30T06:12:04.031Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-30T06:12:04.291Z] Selecting previously unselected package sudo. [2021-03-30T06:12:04.291Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-30T06:12:04.291Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-30T06:12:04.291Z] Selecting previously unselected package apparmor. [2021-03-30T06:12:04.291Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-30T06:12:04.291Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-30T06:12:04.552Z] Selecting previously unselected package libedit2:amd64. [2021-03-30T06:12:04.552Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-30T06:12:04.552Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-30T06:12:04.552Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-30T06:12:04.552Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-30T06:12:04.552Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:04.812Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-30T06:12:04.812Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-30T06:12:04.812Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:04.812Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-30T06:12:04.812Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-30T06:12:04.812Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-30T06:12:04.844Z] Removing intermediate container c96044cb8581 [2021-03-30T06:12:04.844Z] ---> 3175f67d8469 [2021-03-30T06:12:04.844Z] Step 8/26 : COPY . . [2021-03-30T06:12:05.073Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-30T06:12:05.073Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-30T06:12:05.073Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:05.073Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-30T06:12:05.073Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-30T06:12:05.073Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:05.334Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-30T06:12:05.334Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-30T06:12:05.334Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-30T06:12:05.595Z] Selecting previously unselected package openssh-client. [2021-03-30T06:12:05.595Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-30T06:12:05.595Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-30T06:12:05.595Z] Selecting previously unselected package squashfs-tools. [2021-03-30T06:12:05.595Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-30T06:12:05.595Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-30T06:12:05.857Z] Selecting previously unselected package snapd. [2021-03-30T06:12:05.857Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-30T06:12:05.857Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-30T06:12:07.468Z] Removing intermediate container 6206cbbbe505 [2021-03-30T06:12:07.468Z] ---> d8120ca6c551 [2021-03-30T06:12:07.468Z] Step 8/21 : COPY . . [2021-03-30T06:12:07.745Z] Removing intermediate container 925f3b9fbe7c [2021-03-30T06:12:07.745Z] ---> af4bec1295cb [2021-03-30T06:12:07.745Z] Step 8/23 : COPY . . [2021-03-30T06:12:07.770Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-30T06:12:07.770Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-30T06:12:07.770Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-30T06:12:08.018Z] Removing intermediate container 5203c2127e34 [2021-03-30T06:12:08.018Z] ---> 4ab70a8f4e8c [2021-03-30T06:12:08.018Z] Step 8/31 : COPY . . [2021-03-30T06:12:08.018Z] Removing intermediate container 50fe38df7cf3 [2021-03-30T06:12:08.018Z] ---> 901c9811ef66 [2021-03-30T06:12:08.018Z] Step 8/24 : COPY . . [2021-03-30T06:12:08.032Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-30T06:12:08.032Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-30T06:12:08.032Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:08.032Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-30T06:12:08.032Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-30T06:12:08.032Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-30T06:12:08.601Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-30T06:12:08.861Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-30T06:12:08.861Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-30T06:12:08.861Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:08.861Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:08.861Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:09.443Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-30T06:12:09.443Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:09.443Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-30T06:12:09.443Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-30T06:12:09.443Z] running python rtupdate hooks for python3.6... [2021-03-30T06:12:09.443Z] running python post-rtupdate hooks for python3.6... [2021-03-30T06:12:09.703Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-30T06:12:11.087Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-30T06:12:11.087Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:11.087Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-30T06:12:11.347Z] Setting up snapd (2.48.3+18.04) ... [2021-03-30T06:12:11.917Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-30T06:12:11.917Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-30T06:12:12.177Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-30T06:12:12.177Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-30T06:12:12.438Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-30T06:12:12.438Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-30T06:12:12.698Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-30T06:12:12.698Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-30T06:12:12.962Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-30T06:12:13.224Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-30T06:12:13.224Z] /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-30T06:12:13.224Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-30T06:12:13.224Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-30T06:12:14.166Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-30T06:12:14.166Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-30T06:12:14.427Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-30T06:12:15.625Z] Reading package lists... [2021-03-30T06:12:15.626Z] Reading package lists... [2021-03-30T06:12:15.888Z] Building dependency tree... [2021-03-30T06:12:15.888Z] Reading state information... [2021-03-30T06:12:15.888Z] Calculating upgrade... [2021-03-30T06:12:16.147Z] The following packages will be upgraded: [2021-03-30T06:12:16.147Z] advancecomp base-files bash binutils binutils-common [2021-03-30T06:12:16.147Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-30T06:12:16.147Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-30T06:12:16.147Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-30T06:12:16.147Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-30T06:12:16.147Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-30T06:12:16.148Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-30T06:12:16.148Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-30T06:12:16.148Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-30T06:12:16.148Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-30T06:12:16.148Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-30T06:12:16.148Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-30T06:12:16.148Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-30T06:12:16.148Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-30T06:12:16.148Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-30T06:12:16.148Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-30T06:12:16.148Z] Need to get 63.8 MB of archives. [2021-03-30T06:12:16.148Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-30T06:12:16.148Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-30T06:12:16.148Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-30T06:12:16.148Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-30T06:12:16.148Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-30T06:12:16.148Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-30T06:12:16.407Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-30T06:12:16.407Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-30T06:12:16.408Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-30T06:12:16.408Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-30T06:12:16.408Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-30T06:12:16.408Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-30T06:12:16.408Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-30T06:12:16.408Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-30T06:12:16.408Z] 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-30T06:12:16.408Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-30T06:12:16.408Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-30T06:12:16.408Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-30T06:12:16.408Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-30T06:12:16.408Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-30T06:12:16.408Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-30T06:12:16.408Z] 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-30T06:12:16.408Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-30T06:12:16.408Z] 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-30T06:12:16.408Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-30T06:12:16.408Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-30T06:12:16.408Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-30T06:12:16.408Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-30T06:12:16.408Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-30T06:12:16.408Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-30T06:12:16.408Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-30T06:12:16.408Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-30T06:12:16.408Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-30T06:12:16.408Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-30T06:12:16.408Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-30T06:12:16.408Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-30T06:12:16.408Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-30T06:12:16.408Z] 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-30T06:12:16.408Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-30T06:12:16.408Z] 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-30T06:12:16.408Z] 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-30T06:12:16.671Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-30T06:12:16.671Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-30T06:12:16.671Z] 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-30T06:12:16.671Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-30T06:12:16.671Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-30T06:12:16.671Z] 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-30T06:12:16.671Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-30T06:12:16.671Z] 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-30T06:12:16.671Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-30T06:12:16.671Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-30T06:12:16.671Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-30T06:12:16.671Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-30T06:12:16.671Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-30T06:12:16.671Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-30T06:12:16.671Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-30T06:12:16.940Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-30T06:12:16.940Z] 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-30T06:12:16.940Z] 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-30T06:12:16.940Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-30T06:12:17.201Z] 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-30T06:12:17.201Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-30T06:12:17.202Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-30T06:12:17.202Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-30T06:12:17.202Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-30T06:12:17.462Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-30T06:12:17.462Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-30T06:12:17.462Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-30T06:12:17.462Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-30T06:12:17.462Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-30T06:12:17.462Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-30T06:12:17.462Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-30T06:12:17.462Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-30T06:12:17.462Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-30T06:12:17.462Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-30T06:12:17.462Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-30T06:12:17.721Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-30T06:12:17.721Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-30T06:12:17.721Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-30T06:12:17.721Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-30T06:12:17.721Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-30T06:12:17.721Z] 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-30T06:12:17.721Z] 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-30T06:12:17.721Z] 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-30T06:12:17.721Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-30T06:12:17.721Z] 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-30T06:12:17.721Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-30T06:12:17.721Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-30T06:12:17.982Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-30T06:12:17.982Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-30T06:12:17.982Z] 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-30T06:12:17.982Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-30T06:12:17.982Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-30T06:12:17.982Z] 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-30T06:12:17.982Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-30T06:12:17.982Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-30T06:12:17.982Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-30T06:12:17.982Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-30T06:12:17.982Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-30T06:12:17.982Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-30T06:12:18.243Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T06:12:18.243Z] Fetched 63.8 MB in 2s (32.1 MB/s) [2021-03-30T06:12:18.243Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:18.243Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T06:12:18.243Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-30T06:12:18.813Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T06:12:18.813Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-30T06:12:19.074Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-30T06:12:19.074Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-30T06:12:20.024Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:20.025Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:20.025Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:20.025Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:20.285Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:20.285Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:20.285Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:20.285Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:20.546Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:20.546Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:20.546Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:20.821Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:20.821Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:20.821Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:20.821Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:21.087Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-30T06:12:21.087Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:21.087Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-30T06:12:21.087Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:21.348Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-30T06:12:21.348Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:21.348Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:21.348Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:21.348Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:21.622Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:21.622Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:21.883Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:22.143Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-30T06:12:22.143Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T06:12:22.143Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-30T06:12:22.715Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-30T06:12:22.976Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-30T06:12:22.976Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-30T06:12:22.976Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-30T06:12:22.976Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-30T06:12:22.976Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-30T06:12:23.237Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-30T06:12:23.237Z] Installing new version of config file /etc/issue ... [2021-03-30T06:12:23.237Z] Installing new version of config file /etc/issue.net ... [2021-03-30T06:12:23.237Z] Installing new version of config file /etc/lsb-release ... [2021-03-30T06:12:23.237Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-30T06:12:23.498Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-30T06:12:23.498Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-30T06:12:23.498Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-30T06:12:23.759Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:23.759Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-30T06:12:23.759Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-30T06:12:23.759Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-30T06:12:24.021Z] 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-30T06:12:24.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:24.021Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:24.021Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:24.021Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:24.284Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:24.284Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-30T06:12:24.284Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-30T06:12:24.284Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-30T06:12:24.546Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:24.546Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-30T06:12:24.546Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-30T06:12:24.807Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-30T06:12:24.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:24.807Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-30T06:12:25.068Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-30T06:12:25.068Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-30T06:12:25.329Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:25.329Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-30T06:12:25.329Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-30T06:12:25.590Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-30T06:12:25.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:25.590Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-30T06:12:25.590Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-30T06:12:25.875Z] Setting up grep (3.1-2build1) ... [2021-03-30T06:12:25.875Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:25.875Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-30T06:12:25.875Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-30T06:12:26.137Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-30T06:12:26.137Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:26.137Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-30T06:12:26.137Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T06:12:26.398Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-30T06:12:26.398Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:26.398Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-30T06:12:26.398Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-30T06:12:26.968Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-30T06:12:26.968Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-30T06:12:27.227Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-30T06:12:27.227Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-30T06:12:28.173Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-30T06:12:28.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:28.173Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-30T06:12:28.173Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-30T06:12:29.115Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-30T06:12:29.115Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-30T06:12:29.375Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-30T06:12:29.375Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-30T06:12:29.375Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-30T06:12:29.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:29.375Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-30T06:12:29.635Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-30T06:12:29.635Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-30T06:12:29.635Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:29.635Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:29.898Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:29.898Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:29.898Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:29.898Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:29.898Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:30.160Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:30.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:30.160Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:30.160Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:30.422Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:30.422Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:30.422Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:30.422Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:30.683Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:30.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:30.683Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-30T06:12:30.683Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T06:12:30.944Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-30T06:12:30.944Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T06:12:30.944Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-30T06:12:30.944Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:30.944Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-30T06:12:31.203Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T06:12:31.203Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-30T06:12:31.203Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:31.203Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:31.203Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:31.464Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:31.464Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:31.464Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:31.464Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:31.727Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:31.727Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:31.727Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:31.727Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:32.296Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:32.557Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-30T06:12:32.820Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-30T06:12:32.820Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:32.820Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T06:12:32.820Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-30T06:12:33.081Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-30T06:12:33.343Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:33.343Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-30T06:12:33.343Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T06:12:33.343Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-30T06:12:33.604Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:33.604Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-30T06:12:33.604Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-30T06:12:33.866Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-30T06:12:33.866Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:33.866Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-30T06:12:34.131Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-30T06:12:34.131Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-30T06:12:34.132Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:34.132Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-30T06:12:34.132Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-30T06:12:34.401Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-30T06:12:34.401Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:34.401Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-30T06:12:34.401Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-30T06:12:34.664Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-30T06:12:34.664Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:34.664Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-30T06:12:34.664Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-30T06:12:34.828Z] ---> afa378578531 [2021-03-30T06:12:34.828Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-30T06:12:34.828Z] ---> 80d1ca9f9ee1 [2021-03-30T06:12:34.828Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-30T06:12:34.828Z] ---> Running in 5c4f239f11af [2021-03-30T06:12:34.828Z] ---> 662c18777e8b [2021-03-30T06:12:34.828Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-30T06:12:34.828Z] ---> f47342763c40 [2021-03-30T06:12:34.828Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-30T06:12:34.828Z] ---> 61ad7c7ebfc5 [2021-03-30T06:12:34.828Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-30T06:12:34.828Z] ---> Running in ab1599f52ead [2021-03-30T06:12:34.828Z] ---> Running in 5e2ffc8ce97a [2021-03-30T06:12:34.828Z] ---> Running in 0eccfb40354c [2021-03-30T06:12:34.828Z] ---> Running in 89e6f92a1880 [2021-03-30T06:12:34.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-30T06:12:34.828Z] 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-30T06:12:34.828Z] 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-30T06:12:34.828Z] 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-30T06:12:34.828Z] 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-30T06:12:34.934Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-30T06:12:34.934Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:34.934Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-30T06:12:34.934Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-30T06:12:35.195Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-30T06:12:35.456Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:35.456Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:35.456Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:35.456Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-30T06:12:35.456Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-30T06:12:35.717Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-30T06:12:35.717Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-30T06:12:35.717Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-30T06:12:35.979Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:35.979Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-30T06:12:35.979Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-30T06:12:35.979Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-30T06:12:36.241Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:36.241Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-30T06:12:36.241Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-30T06:12:36.241Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-30T06:12:36.503Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:36.503Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-30T06:12:36.503Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-30T06:12:36.503Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-30T06:12:36.763Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:36.763Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-30T06:12:36.763Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-30T06:12:36.763Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-30T06:12:36.763Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:36.763Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-30T06:12:37.025Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-30T06:12:37.286Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-30T06:12:37.286Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:37.286Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T06:12:37.286Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-30T06:12:37.548Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-30T06:12:37.548Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:37.548Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-30T06:12:37.548Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-30T06:12:37.810Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-30T06:12:37.810Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:37.810Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-30T06:12:37.810Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-30T06:12:38.073Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-30T06:12:38.073Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:38.073Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-30T06:12:38.334Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-30T06:12:38.334Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-30T06:12:38.601Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:38.601Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-30T06:12:38.601Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-30T06:12:38.601Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-30T06:12:38.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:38.863Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-30T06:12:38.863Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-30T06:12:38.863Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-30T06:12:39.124Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:39.124Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-30T06:12:39.124Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-30T06:12:39.124Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-30T06:12:39.383Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-30T06:12:39.383Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-30T06:12:39.383Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-30T06:12:39.383Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-30T06:12:39.383Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-30T06:12:39.644Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-30T06:12:39.645Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-30T06:12:39.906Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-30T06:12:39.906Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-30T06:12:39.906Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-30T06:12:40.168Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-30T06:12:40.168Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-30T06:12:40.168Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-30T06:12:40.168Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-30T06:12:40.430Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-30T06:12:40.430Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-30T06:12:40.430Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-30T06:12:40.430Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-30T06:12:40.691Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-30T06:12:40.691Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-30T06:12:40.691Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-30T06:12:40.691Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-30T06:12:40.951Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-30T06:12:40.951Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-30T06:12:40.951Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-30T06:12:41.896Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-30T06:12:41.896Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-30T06:12:42.157Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-30T06:12:42.157Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-30T06:12:42.157Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-30T06:12:42.157Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-30T06:12:42.418Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-30T06:12:42.707Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-30T06:12:42.707Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-30T06:12:42.707Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-30T06:12:42.968Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-30T06:12:42.969Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-30T06:12:42.969Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:42.969Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:43.229Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:43.229Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:43.802Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:43.802Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:44.065Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:44.065Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:45.006Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:45.006Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:45.626Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:45.626Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:46.689Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:46.689Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:46.689Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:46.690Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:47.811Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:47.811Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:47.811Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-30T06:12:47.811Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-30T06:12:47.811Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-30T06:12:47.811Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-30T06:12:48.073Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-30T06:12:48.073Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-30T06:12:48.334Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-30T06:12:48.334Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-30T06:12:48.334Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-30T06:12:48.334Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-30T06:12:48.598Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-30T06:12:48.598Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-30T06:12:48.866Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-30T06:12:48.866Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-30T06:12:49.135Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:49.135Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-30T06:12:49.135Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:49.135Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:49.135Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:49.135Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-30T06:12:49.135Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-30T06:12:49.135Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-30T06:12:49.405Z] [2021-03-30T06:12:49.405Z] Current default time zone: 'Etc/UTC' [2021-03-30T06:12:49.405Z] Local time is now: Tue Mar 30 06:12:49 UTC 2021. [2021-03-30T06:12:49.406Z] Universal Time is now: Tue Mar 30 06:12:49 UTC 2021. [2021-03-30T06:12:49.406Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-30T06:12:49.406Z] [2021-03-30T06:12:49.406Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-30T06:12:49.406Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:49.406Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-30T06:12:49.406Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:49.406Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-30T06:12:49.406Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-30T06:12:49.406Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-30T06:12:49.406Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-30T06:12:49.668Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-30T06:12:49.668Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-30T06:12:49.668Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:49.668Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-30T06:12:51.500Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:12:51.500Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-30T06:12:51.500Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:51.500Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-30T06:12:51.500Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-30T06:12:51.500Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-30T06:12:51.500Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-30T06:12:51.500Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-30T06:12:51.500Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-30T06:12:51.500Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-30T06:12:51.500Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-30T06:12:52.085Z] Updating certificates in /etc/ssl/certs... [2021-03-30T06:12:53.026Z] 23 added, 27 removed; done. [2021-03-30T06:12:53.026Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-30T06:12:53.026Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:53.026Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-30T06:12:53.026Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-30T06:12:53.026Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-30T06:12:53.288Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:12:53.288Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-30T06:12:53.288Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:12:53.288Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:12:53.288Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:12:53.288Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:12:53.288Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:12:53.288Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-30T06:12:53.549Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-30T06:12:53.549Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-30T06:12:53.549Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-30T06:12:53.549Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-30T06:12:53.549Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:12:53.549Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:12:53.549Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-30T06:12:53.809Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-30T06:12:53.809Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-30T06:12:53.809Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-30T06:12:53.809Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-30T06:12:54.071Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-30T06:12:54.071Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-30T06:12:54.071Z] Updating certificates in /etc/ssl/certs... [2021-03-30T06:12:54.642Z] 0 added, 0 removed; done. [2021-03-30T06:12:54.642Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-30T06:12:54.642Z] done. [2021-03-30T06:12:55.164Z] Reading package lists... [2021-03-30T06:12:55.164Z] Building dependency tree... [2021-03-30T06:12:55.164Z] Reading state information... [2021-03-30T06:12:55.426Z] The following NEW packages will be installed: [2021-03-30T06:12:55.426Z] apt-transport-https [2021-03-30T06:12:55.426Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-30T06:12:55.426Z] Need to get 1696 B of archives. [2021-03-30T06:12:55.426Z] After this operation, 153 kB of additional disk space will be used. [2021-03-30T06:12:55.426Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-30T06:12:55.688Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T06:12:55.688Z] Fetched 1696 B in 0s (9578 B/s) [2021-03-30T06:12:55.688Z] Selecting previously unselected package apt-transport-https. [2021-03-30T06:12:55.688Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-30T06:12:55.688Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-30T06:12:55.688Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-30T06:12:55.688Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-30T06:12:55.949Z] Waiting for network to be ready... [2021-03-30T06:13:02.532Z] 2021-03-30T06:12:59Z INFO Waiting for automatic snapd restart... [2021-03-30T06:13:02.792Z] snapd 2.49.1 from Canonical* installed [2021-03-30T06:13:03.737Z] "snapd" switched to the "latest/stable" channel [2021-03-30T06:13:03.737Z] [2021-03-30T06:13:06.285Z] core18 20210128 from Canonical* installed [2021-03-30T06:13:06.285Z] "core18" switched to the "latest/stable" channel [2021-03-30T06:13:06.285Z] [2021-03-30T06:13:09.604Z] snapcraft 4.6 from Canonical* installed [2021-03-30T06:13:09.866Z] "snapcraft" switched to the "latest/stable" channel [2021-03-30T06:13:09.866Z] [2021-03-30T06:13:14.070Z] 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-30T06:13:14.070Z] - README.md [2021-03-30T06:13:14.070Z] [2021-03-30T06:13:14.070Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-30T06:13:20.659Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T06:13:20.659Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-30T06:13:20.659Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-30T06:13:20.659Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-30T06:13:21.227Z] Reading package lists... [2021-03-30T06:13:21.486Z] 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-30T06:13:28.067Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T06:13:28.067Z] Reading package lists... [2021-03-30T06:13:28.067Z] Building dependency tree... [2021-03-30T06:13:28.067Z] Reading state information... [2021-03-30T06:13:28.067Z] Suggested packages: [2021-03-30T06:13:28.067Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-30T06:13:28.067Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-30T06:13:28.067Z] Recommended packages: [2021-03-30T06:13:28.067Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-30T06:13:28.067Z] The following NEW packages will be installed: [2021-03-30T06:13:28.067Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-30T06:13:28.067Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-30T06:13:28.067Z] pkg-config zip [2021-03-30T06:13:28.067Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-30T06:13:28.067Z] Need to get 7657 kB of archives. [2021-03-30T06:13:28.067Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-30T06:13:28.067Z] 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-30T06:13:28.067Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-30T06:13:28.326Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-30T06:13:28.326Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-30T06:13:28.586Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-30T06:13:28.586Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-30T06:13:28.586Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-30T06:13:28.586Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-30T06:13:28.586Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-30T06:13:28.586Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-30T06:13:28.847Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-30T06:13:28.847Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-30T06:13:28.847Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-30T06:13:29.106Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-30T06:13:29.106Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-30T06:13:29.106Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T06:13:29.106Z] Fetched 7657 kB in 1s (6761 kB/s) [2021-03-30T06:13:29.106Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-30T06:13:29.106Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-30T06:13:29.106Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-30T06:13:29.106Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-30T06:13:29.366Z] Selecting previously unselected package libpsl5:amd64. [2021-03-30T06:13:29.367Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-30T06:13:29.367Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-30T06:13:29.631Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-30T06:13:29.631Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-30T06:13:29.631Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-30T06:13:29.631Z] Selecting previously unselected package librtmp1:amd64. [2021-03-30T06:13:29.631Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-30T06:13:29.631Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-30T06:13:29.631Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-30T06:13:29.631Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-30T06:13:29.631Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-30T06:13:29.891Z] Selecting previously unselected package liberror-perl. [2021-03-30T06:13:29.891Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-30T06:13:29.891Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-30T06:13:30.157Z] Selecting previously unselected package git-man. [2021-03-30T06:13:30.157Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-30T06:13:30.157Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-30T06:13:30.157Z] Selecting previously unselected package git. [2021-03-30T06:13:30.157Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-30T06:13:30.420Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-30T06:13:30.994Z] Selecting previously unselected package libnorm1:amd64. [2021-03-30T06:13:30.994Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-30T06:13:30.994Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-30T06:13:31.254Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-30T06:13:31.254Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-30T06:13:31.254Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-30T06:13:31.254Z] Selecting previously unselected package libsodium23:amd64. [2021-03-30T06:13:31.254Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-30T06:13:31.254Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-30T06:13:31.515Z] Selecting previously unselected package libzmq5:amd64. [2021-03-30T06:13:31.515Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-30T06:13:31.515Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-30T06:13:31.515Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-30T06:13:31.515Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-30T06:13:31.515Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-30T06:13:31.777Z] Selecting previously unselected package pkg-config. [2021-03-30T06:13:31.777Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-30T06:13:31.777Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-30T06:13:31.777Z] Selecting previously unselected package zip. [2021-03-30T06:13:31.777Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-30T06:13:31.777Z] Unpacking zip (3.0-11build1) ... [2021-03-30T06:13:32.038Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-30T06:13:32.038Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-30T06:13:32.038Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-30T06:13:32.038Z] Setting up liberror-perl (0.17025-1) ... [2021-03-30T06:13:32.038Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-30T06:13:32.038Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-30T06:13:32.038Z] No schema files found: doing nothing. [2021-03-30T06:13:32.038Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-30T06:13:32.038Z] Setting up zip (3.0-11build1) ... [2021-03-30T06:13:32.038Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-30T06:13:32.298Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-30T06:13:32.298Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-30T06:13:32.298Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-30T06:13:32.299Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-30T06:13:32.299Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-30T06:13:32.299Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-30T06:13:32.299Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-30T06:13:38.885Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T06:13:38.885Z] git set to automatically installed. [2021-03-30T06:13:38.885Z] git-man set to automatically installed. [2021-03-30T06:13:38.885Z] libcurl3-gnutls set to automatically installed. [2021-03-30T06:13:38.885Z] liberror-perl set to automatically installed. [2021-03-30T06:13:38.885Z] libglib2.0-0 set to automatically installed. [2021-03-30T06:13:38.885Z] libnghttp2-14 set to automatically installed. [2021-03-30T06:13:38.885Z] libnorm1 set to automatically installed. [2021-03-30T06:13:38.885Z] libpgm-5.2-0 set to automatically installed. [2021-03-30T06:13:38.885Z] libpsl5 set to automatically installed. [2021-03-30T06:13:38.885Z] librtmp1 set to automatically installed. [2021-03-30T06:13:38.885Z] libsodium23 set to automatically installed. [2021-03-30T06:13:38.885Z] libzmq3-dev set to automatically installed. [2021-03-30T06:13:38.885Z] libzmq5 set to automatically installed. [2021-03-30T06:13:38.885Z] pkg-config set to automatically installed. [2021-03-30T06:13:38.885Z] zip set to automatically installed. [2021-03-30T06:13:40.797Z] snapd is not logged in, snap install commands will use sudo [2021-03-30T06:13:47.379Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T06:14:13.227Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-30T06:14:13.227Z] 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-30T06:14:13.952Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-30T06:14:13.952Z] snapd is not logged in, snap install commands will use sudo [2021-03-30T06:14:17.256Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T06:14:17.829Z] snap "core18" has no updates available [2021-03-30T06:14:18.401Z] Pulling go-build-helper [2021-03-30T06:14:18.401Z] + snapcraftctl pull [2021-03-30T06:14:19.341Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-30T06:14:19.341Z] Skipping pull go-build-helper (already ran) [2021-03-30T06:14:19.341Z] Building go-build-helper [2021-03-30T06:14:19.341Z] + snapcraftctl build [2021-03-30T06:14:21.250Z] Staging go-build-helper [2021-03-30T06:14:21.250Z] + snapcraftctl stage [2021-03-30T06:14:28.353Z] Removing intermediate container 0eccfb40354c [2021-03-30T06:14:28.353Z] ---> 143527ee3f98 [2021-03-30T06:14:28.353Z] [2021-03-30T06:14:28.353Z] Step 10/31 : FROM alpine:3.12 [2021-03-30T06:14:28.353Z] 3.12: Pulling from library/alpine [2021-03-30T06:14:28.353Z] Removing intermediate container 5e2ffc8ce97a [2021-03-30T06:14:28.353Z] ---> 39413af0b6f3 [2021-03-30T06:14:28.353Z] [2021-03-30T06:14:28.353Z] Step 10/24 : FROM alpine:3.12 [2021-03-30T06:14:28.353Z] Removing intermediate container ab1599f52ead [2021-03-30T06:14:28.353Z] ---> 70f43f7cdfde [2021-03-30T06:14:28.353Z] [2021-03-30T06:14:28.353Z] Step 10/21 : FROM alpine:3.12 [2021-03-30T06:14:28.353Z] Removing intermediate container 5c4f239f11af [2021-03-30T06:14:28.353Z] ---> c427a8056e44 [2021-03-30T06:14:28.353Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-30T06:14:28.353Z] 3.12: Pulling from library/alpine [2021-03-30T06:14:28.353Z] 3.12: Pulling from library/alpine [2021-03-30T06:14:28.353Z] ---> Running in 3ea38c6d18ff [2021-03-30T06:14:28.628Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T06:14:28.628Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T06:14:28.628Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T06:14:28.628Z] Status: Image is up to date for alpine:3.12 [2021-03-30T06:14:28.628Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T06:14:28.628Z] Status: Image is up to date for alpine:3.12 [2021-03-30T06:14:28.628Z] ---> e47305ac9786 [2021-03-30T06:14:28.628Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-30T06:14:28.628Z] ---> e47305ac9786 [2021-03-30T06:14:28.628Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-30T06:14:28.628Z] ---> e47305ac9786 [2021-03-30T06:14:28.628Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-30T06:14:29.226Z] ---> Running in 42beb391932e [2021-03-30T06:14:29.226Z] ---> Running in 24104412bbca [2021-03-30T06:14:29.226Z] ---> Running in a052695ad563 [2021-03-30T06:14:29.226Z] 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-30T06:14:29.824Z] Removing intermediate container 24104412bbca [2021-03-30T06:14:29.824Z] ---> c929e51a1d7c [2021-03-30T06:14:29.824Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-30T06:14:30.102Z] ---> Running in 028275d98e19 [2021-03-30T06:14:31.489Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-30T06:14:31.489Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-30T06:14:31.489Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-30T06:14:31.489Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-30T06:14:31.489Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-30T06:14:31.489Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-30T06:14:31.489Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-30T06:14:31.489Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-30T06:14:31.489Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-30T06:14:31.489Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-30T06:14:31.489Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-30T06:14:31.489Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-30T06:14:31.489Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-30T06:14:31.489Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-30T06:14:31.489Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-30T06:14:31.489Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-30T06:14:31.489Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-30T06:14:31.489Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-30T06:14:31.489Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-30T06:14:31.489Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-30T06:14:31.489Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-30T06:14:31.489Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-30T06:14:31.489Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-30T06:14:31.489Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-30T06:14:31.489Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-30T06:14:31.489Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-30T06:14:31.489Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-30T06:14:31.489Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-30T06:14:31.489Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-30T06:14:31.489Z] Fetched 224 kB in 0s (0 B/s) [2021-03-30T06:14:31.489Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-30T06:14:31.489Z] Fetched 157 kB in 0s (0 B/s) [2021-03-30T06:14:31.489Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-30T06:14:31.489Z] Fetched 221 kB in 0s (0 B/s) [2021-03-30T06:14:31.489Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-30T06:14:31.489Z] Fetched 143 kB in 0s (0 B/s) [2021-03-30T06:14:31.489Z] Pulling app-service-config [2021-03-30T06:14:31.489Z] + snapcraftctl pull [2021-03-30T06:14:31.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:31.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:31.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:31.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:32.061Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-30T06:14:32.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:32.100Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-30T06:14:32.100Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T06:14:32.100Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-30T06:14:32.100Z] (4/4) Installing curl (7.69.1-r3) [2021-03-30T06:14:32.100Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:14:32.100Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T06:14:32.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:32.376Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-30T06:14:32.376Z] OK: 7 MiB in 18 packages [2021-03-30T06:14:32.376Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T06:14:32.376Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-30T06:14:32.376Z] (4/6) Installing curl (7.69.1-r3) [2021-03-30T06:14:32.634Z] Pulling config-common [2021-03-30T06:14:32.634Z] + snapcraftctl pull [2021-03-30T06:14:32.652Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-30T06:14:32.652Z] (6/6) Installing su-exec (0.2-r1) [2021-03-30T06:14:32.652Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:14:32.652Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T06:14:32.652Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-30T06:14:32.932Z] OK: 7 MiB in 20 packages [2021-03-30T06:14:32.932Z] (2/2) Installing su-exec (0.2-r1) [2021-03-30T06:14:32.932Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:14:32.932Z] OK: 5 MiB in 16 packages [2021-03-30T06:14:35.551Z] Removing intermediate container 3ea38c6d18ff [2021-03-30T06:14:35.551Z] ---> c33ca1b3add5 [2021-03-30T06:14:35.551Z] [2021-03-30T06:14:35.551Z] Step 11/26 : FROM docker:20.10.0 [2021-03-30T06:14:35.551Z] 20.10.0: Pulling from library/docker [2021-03-30T06:14:35.551Z] Removing intermediate container 42beb391932e [2021-03-30T06:14:35.551Z] ---> 482f57243fe1 [2021-03-30T06:14:35.551Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T06:14:35.551Z] Removing intermediate container 028275d98e19 [2021-03-30T06:14:35.551Z] ---> 05e509cb13bf [2021-03-30T06:14:35.551Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-30T06:14:35.551Z] ---> Running in 28f6fe2a7b9f [2021-03-30T06:14:35.551Z] ---> Running in 7f891d4f44c7 [2021-03-30T06:14:36.155Z] Removing intermediate container a052695ad563 [2021-03-30T06:14:36.155Z] ---> b1570ba555fa [2021-03-30T06:14:36.155Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T06:14:36.756Z] Removing intermediate container 28f6fe2a7b9f [2021-03-30T06:14:36.756Z] ---> e3fd10089b94 [2021-03-30T06:14:36.756Z] Step 13/21 : WORKDIR /edgex [2021-03-30T06:14:36.756Z] ---> Running in bbc2ed315a00 [2021-03-30T06:14:36.838Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-30T06:14:36.838Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-30T06:14:36.838Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-30T06:14:36.838Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T06:14:36.838Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-30T06:14:36.838Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T06:14:36.838Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-30T06:14:36.838Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T06:14:36.838Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-30T06:14:36.838Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T06:14:36.838Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-30T06:14:36.838Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T06:14:36.838Z] Pulling edgex-go [2021-03-30T06:14:36.838Z] + snapcraftctl pull [2021-03-30T06:14:37.050Z] Removing intermediate container 7f891d4f44c7 [2021-03-30T06:14:37.050Z] ---> 7c9dfeae039c [2021-03-30T06:14:37.050Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-30T06:14:37.050Z] ---> Running in f955a86fa7a5 [2021-03-30T06:14:37.326Z] ---> Running in 00fe6f441ebb [2021-03-30T06:14:37.605Z] Removing intermediate container bbc2ed315a00 [2021-03-30T06:14:37.605Z] ---> 62e5eaeb7389 [2021-03-30T06:14:37.605Z] Step 13/24 : WORKDIR / [2021-03-30T06:14:38.212Z] ---> Running in aed6bd8bb542 [2021-03-30T06:14:38.487Z] Removing intermediate container f955a86fa7a5 [2021-03-30T06:14:38.487Z] ---> 2d58cc300004 [2021-03-30T06:14:38.487Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-30T06:14:38.761Z] Removing intermediate container 00fe6f441ebb [2021-03-30T06:14:38.761Z] ---> f545e878b989 [2021-03-30T06:14:38.761Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-30T06:14:39.037Z] ---> Running in 7c6689284ec9 [2021-03-30T06:14:39.314Z] Removing intermediate container aed6bd8bb542 [2021-03-30T06:14:39.314Z] ---> 7545dcb3e63e [2021-03-30T06:14:39.314Z] 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-30T06:14:39.590Z] ---> d7fb03c62f8e [2021-03-30T06:14:39.590Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-30T06:14:41.579Z] ---> 039f4e55fe6b [2021-03-30T06:14:41.579Z] 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-30T06:14:42.571Z] ---> 7bbc40713f40 [2021-03-30T06:14:42.571Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-30T06:14:43.559Z] ---> cfb6b23d553d [2021-03-30T06:14:43.559Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-30T06:14:43.834Z] Removing intermediate container 7c6689284ec9 [2021-03-30T06:14:43.834Z] ---> 6df09eafcc30 [2021-03-30T06:14:43.834Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-30T06:14:43.834Z] Removing intermediate container 89e6f92a1880 [2021-03-30T06:14:43.834Z] ---> 5b1d0667e43d [2021-03-30T06:14:43.834Z] [2021-03-30T06:14:43.834Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T06:14:43.834Z] ---> e47305ac9786 [2021-03-30T06:14:43.834Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-30T06:14:44.432Z] ---> Running in c3f41f3a9cd6 [2021-03-30T06:14:44.432Z] ---> Running in de460c166cec [2021-03-30T06:14:44.706Z] ---> 997e4c4f7e74 [2021-03-30T06:14:44.706Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-30T06:14:44.706Z] ---> 07f79c8eeb92 [2021-03-30T06:14:44.706Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-30T06:14:44.979Z] ---> Running in 3e74f9c8af6a [2021-03-30T06:14:44.979Z] Removing intermediate container c3f41f3a9cd6 [2021-03-30T06:14:44.979Z] ---> 3488339ab1b9 [2021-03-30T06:14:44.979Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-30T06:14:45.252Z] Removing intermediate container de460c166cec [2021-03-30T06:14:45.252Z] ---> 62ec0374a548 [2021-03-30T06:14:45.252Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-30T06:14:45.523Z] ---> Running in 61d1bbe0dd9a [2021-03-30T06:14:45.796Z] Removing intermediate container 3e74f9c8af6a [2021-03-30T06:14:45.796Z] ---> 75199653be97 [2021-03-30T06:14:45.796Z] Step 18/21 : CMD ["--init=true"] [2021-03-30T06:14:46.126Z] Removing intermediate container 61d1bbe0dd9a [2021-03-30T06:14:46.126Z] ---> 07e1e3a63f69 [2021-03-30T06:14:46.126Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-30T06:14:46.459Z] ---> Running in 4486861d2af4 [2021-03-30T06:14:46.459Z] ---> Running in e4b2f7490e9b [2021-03-30T06:14:46.756Z] ---> aca01fb0f9ba [2021-03-30T06:14:46.756Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-30T06:14:46.756Z] ---> 35a42e4b3e79 [2021-03-30T06:14:46.756Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-30T06:14:47.032Z] ---> Running in fa825e4530b2 [2021-03-30T06:14:47.344Z] Removing intermediate container e4b2f7490e9b [2021-03-30T06:14:47.344Z] ---> 2000edd649c0 [2021-03-30T06:14:47.344Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:14:47.635Z] Removing intermediate container 4486861d2af4 [2021-03-30T06:14:47.635Z] ---> e94b8d5afd63 [2021-03-30T06:14:47.635Z] Step 19/21 : LABEL arch=arm64 [2021-03-30T06:14:47.929Z] ---> Running in 07dc3df24010 [2021-03-30T06:14:47.929Z] ---> Running in d28cbd7ed718 [2021-03-30T06:14:49.381Z] Removing intermediate container d28cbd7ed718 [2021-03-30T06:14:49.381Z] ---> 779a8b016b52 [2021-03-30T06:14:49.381Z] Step 20/21 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:14:49.660Z] ---> c99b8a0aaa31 [2021-03-30T06:14:49.660Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-30T06:14:49.935Z] ---> Running in cae0d4f42a47 [2021-03-30T06:14:50.541Z] Removing intermediate container cae0d4f42a47 [2021-03-30T06:14:50.541Z] ---> 581215b06cbc [2021-03-30T06:14:50.541Z] Step 21/21 : LABEL version=0.0.0 [2021-03-30T06:14:50.814Z] ---> Running in ba5bc3bcf084 [2021-03-30T06:14:50.814Z] Removing intermediate container fa825e4530b2 [2021-03-30T06:14:50.814Z] ---> 7f7dfca400ba [2021-03-30T06:14:50.814Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:14:51.092Z] ---> 93dc53a2cf4a [2021-03-30T06:14:51.092Z] 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-30T06:14:51.092Z] ---> Running in 447cb3bc363e [2021-03-30T06:14:51.364Z] Removing intermediate container 07dc3df24010 [2021-03-30T06:14:51.364Z] ---> ff8e9cba252c [2021-03-30T06:14:51.364Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-30T06:14:51.647Z] Removing intermediate container ba5bc3bcf084 [2021-03-30T06:14:51.647Z] ---> e15a236eb052 [2021-03-30T06:14:51.647Z] [2021-03-30T06:14:51.647Z] ---> Running in 8b85e0c1e36f [2021-03-30T06:14:51.647Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-30T06:14:51.647Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-30T06:14:51.922Z] ---> eeaf43b92773 [2021-03-30T06:14:51.922Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-30T06:14:52.196Z] ---> Running in 6ba887c5504f [2021-03-30T06:14:52.196Z] ---> 8d0824c49791 [2021-03-30T06:14:52.196Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-30T06:14:52.495Z] Successfully built e15a236eb052 [2021-03-30T06:14:52.495Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-30T06:14:52.495Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-03-30T06:14:53.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:53.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:54.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:54.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:54.604Z] (1/2) Installing readline (8.0.4-r0) [2021-03-30T06:14:54.604Z] (2/2) Installing bash (5.0.17-r0) [2021-03-30T06:14:54.604Z] Executing bash-5.0.17-r0.post-install [2021-03-30T06:14:54.604Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:14:54.604Z] OK: 12 MiB in 22 packages [2021-03-30T06:14:55.235Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-30T06:14:55.235Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-30T06:14:55.235Z] ---> 950d4d42373f [2021-03-30T06:14:55.235Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-30T06:14:55.235Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-30T06:14:55.511Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-30T06:14:55.791Z] Removing intermediate container 447cb3bc363e [2021-03-30T06:14:55.791Z] ---> 72ba2c91c73e [2021-03-30T06:14:55.791Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-30T06:14:55.791Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-30T06:14:56.069Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-30T06:14:56.069Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:14:56.069Z] OK: 8 MiB in 20 packages [2021-03-30T06:14:56.343Z] ---> Running in ae1aac55e010 [2021-03-30T06:14:56.618Z] ---> 130bac36be7a [2021-03-30T06:14:56.618Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-30T06:14:57.589Z] Removing intermediate container ae1aac55e010 [2021-03-30T06:14:57.589Z] ---> 599ae67c692d [2021-03-30T06:14:57.589Z] Step 22/24 : LABEL arch=arm64 [2021-03-30T06:14:57.860Z] Removing intermediate container 6ba887c5504f [2021-03-30T06:14:57.860Z] ---> 0afa8c89c199 [2021-03-30T06:14:57.860Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-30T06:14:58.452Z] ---> Running in 575464849acb [2021-03-30T06:14:58.452Z] ---> d069f7e17d77 [2021-03-30T06:14:58.452Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-30T06:14:58.452Z] ---> Running in 8e0434cdf5b1 [2021-03-30T06:14:58.726Z] Removing intermediate container 8b85e0c1e36f [2021-03-30T06:14:58.726Z] ---> f705f8dffba3 [2021-03-30T06:14:58.726Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:14:58.726Z] Removing intermediate container 575464849acb [2021-03-30T06:14:58.726Z] ---> 89fb63517764 [2021-03-30T06:14:58.726Z] Step 23/24 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:14:58.805Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-30T06:14:58.806Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-30T06:14:58.806Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-30T06:14:58.806Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-30T06:14:58.806Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-30T06:14:58.806Z] Fetched 279 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-30T06:14:58.806Z] Fetched 122 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-30T06:14:58.806Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-30T06:14:58.806Z] Fetched 8848 B in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-30T06:14:58.806Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-30T06:14:58.806Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-30T06:14:58.806Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-30T06:14:58.806Z] Fetched 214 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-30T06:14:58.806Z] Fetched 154 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-30T06:14:58.806Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-30T06:14:58.806Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-30T06:14:58.806Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-30T06:14:58.806Z] Fetched 499 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-30T06:14:58.806Z] Fetched 111 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-30T06:14:58.806Z] Fetched 240 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-30T06:14:58.806Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-30T06:14:58.806Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-30T06:14:58.806Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-30T06:14:58.806Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-30T06:14:58.806Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-30T06:14:58.806Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-30T06:14:58.806Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-30T06:14:58.806Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-30T06:14:58.806Z] Fetched 8720 B in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-30T06:14:58.806Z] Fetched 137 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-30T06:14:58.806Z] Fetched 119 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-30T06:14:58.806Z] Fetched 109 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-30T06:14:58.806Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-30T06:14:58.806Z] Fetched 645 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-30T06:14:58.806Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-30T06:14:58.806Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-30T06:14:58.806Z] Fetched 368 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-30T06:14:58.806Z] Fetched 187 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-30T06:14:58.806Z] Fetched 175 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-30T06:14:58.806Z] Fetched 206 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-30T06:14:58.806Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-30T06:14:58.806Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-30T06:14:58.806Z] Fetched 159 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-30T06:14:58.806Z] Fetched 107 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-30T06:14:58.806Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-30T06:14:58.806Z] Pulling static-packages [2021-03-30T06:14:58.806Z] + snapcraftctl pull [2021-03-30T06:14:58.806Z] Pulling version [2021-03-30T06:14:58.806Z] + cd /root/project [2021-03-30T06:14:58.806Z] + [ -f VERSION ] [2021-03-30T06:14:58.806Z] + PROJECT_VERSION=local-dev [2021-03-30T06:14:58.806Z] + git rev-parse --short HEAD [2021-03-30T06:14:58.806Z] + GIT_REVISION=9f5d597e [2021-03-30T06:14:58.806Z] + snapcraftctl set-version local-dev [2021-03-30T06:14:58.997Z] ---> Running in 2d0b504333de [2021-03-30T06:14:59.268Z] Removing intermediate container 8e0434cdf5b1 [2021-03-30T06:14:59.268Z] ---> 59eaac695b34 [2021-03-30T06:14:59.268Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-30T06:14:59.268Z] ---> c7f17f1fa0f4 [2021-03-30T06:14:59.268Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-30T06:14:59.375Z] Skipping build go-build-helper (already ran) [2021-03-30T06:14:59.540Z] ---> Running in 0a528e8edee2 [2021-03-30T06:14:59.638Z] Building app-service-config [2021-03-30T06:14:59.638Z] + make build [2021-03-30T06:14:59.638Z] 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-30T06:14:59.817Z] ---> Running in 0ed068fb108a [2021-03-30T06:14:59.817Z] ---> 51019ba9dde0 [2021-03-30T06:15:00.103Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-30T06:15:00.103Z] Removing intermediate container 2d0b504333de [2021-03-30T06:15:00.103Z] ---> 22293ed4ea45 [2021-03-30T06:15:00.103Z] Step 24/24 : LABEL version=0.0.0 [2021-03-30T06:15:00.103Z] Removing intermediate container 0a528e8edee2 [2021-03-30T06:15:00.103Z] ---> d3ba1bf02cbc [2021-03-30T06:15:00.103Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-30T06:15:00.379Z] ---> Running in 88cd245707fe [2021-03-30T06:15:00.379Z] ---> Running in ac56eaab8557 [2021-03-30T06:15:00.661Z] Removing intermediate container 0ed068fb108a [2021-03-30T06:15:00.661Z] ---> b029fc0717e1 [2021-03-30T06:15:00.661Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-30T06:15:01.265Z] Removing intermediate container 88cd245707fe [2021-03-30T06:15:01.265Z] ---> 1a1a8c8530bd [2021-03-30T06:15:01.265Z] [2021-03-30T06:15:01.546Z] Removing intermediate container ac56eaab8557 [2021-03-30T06:15:01.546Z] ---> 8d6ef8a7a990 [2021-03-30T06:15:01.546Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-30T06:15:01.549Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 [2021-03-30T06:15:01.549Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 [2021-03-30T06:15:01.549Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 [2021-03-30T06:15:01.810Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-30T06:15:01.810Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-30T06:15:01.810Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-30T06:15:01.835Z] Successfully built 1a1a8c8530bd [2021-03-30T06:15:02.076Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-30T06:15:02.076Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-30T06:15:02.076Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-30T06:15:02.076Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-30T06:15:02.076Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-30T06:15:02.076Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-30T06:15:02.076Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-30T06:15:02.076Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-30T06:15:02.076Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-30T06:15:02.152Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-30T06:15:02.152Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-03-30T06:15:02.152Z] ---> 7324f3fc6bd2 [2021-03-30T06:15:02.152Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-30T06:15:02.349Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-30T06:15:02.349Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-30T06:15:02.349Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-30T06:15:02.349Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-30T06:15:02.349Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-30T06:15:02.349Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-30T06:15:02.349Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-30T06:15:02.625Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-30T06:15:02.625Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-30T06:15:02.625Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-30T06:15:02.625Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-30T06:15:02.625Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-30T06:15:02.625Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-30T06:15:02.625Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-30T06:15:02.769Z] ---> d27d5fc5dfac [2021-03-30T06:15:02.769Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-30T06:15:02.769Z] ---> Running in dcf58e81742a [2021-03-30T06:15:02.897Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-30T06:15:02.897Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-30T06:15:02.897Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-30T06:15:02.897Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-30T06:15:02.897Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-30T06:15:02.897Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-30T06:15:02.897Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T06:15:02.897Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-30T06:15:02.897Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-30T06:15:02.897Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-30T06:15:02.897Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-30T06:15:02.897Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-30T06:15:03.061Z] ---> be289160edfc [2021-03-30T06:15:03.062Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-30T06:15:03.158Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-30T06:15:03.159Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-30T06:15:03.159Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-30T06:15:05.060Z] ---> e394b0114e51 [2021-03-30T06:15:05.060Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-30T06:15:05.349Z] ---> Running in 5fb08df8634f [2021-03-30T06:15:05.349Z] ---> af3599d233d7 [2021-03-30T06:15:05.349Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-30T06:15:06.331Z] Removing intermediate container 5fb08df8634f [2021-03-30T06:15:06.331Z] ---> 52241f0e241e [2021-03-30T06:15:06.331Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:15:06.950Z] ---> Running in 10945dc9b7d8 [2021-03-30T06:15:07.230Z] Removing intermediate container dcf58e81742a [2021-03-30T06:15:07.230Z] ---> a57e1539bab3 [2021-03-30T06:15:07.230Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-30T06:15:07.513Z] ---> c97428846ea8 [2021-03-30T06:15:07.513Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-30T06:15:08.121Z] ---> Running in 141a3f83d9b4 [2021-03-30T06:15:08.121Z] ---> Running in e785d2a5ea74 [2021-03-30T06:15:08.121Z] Removing intermediate container 10945dc9b7d8 [2021-03-30T06:15:08.121Z] ---> 0c79493acc9e [2021-03-30T06:15:08.121Z] Step 21/23 : LABEL arch=arm64 [2021-03-30T06:15:08.731Z] ---> Running in 5880392c27a7 [2021-03-30T06:15:09.005Z] Removing intermediate container 141a3f83d9b4 [2021-03-30T06:15:09.005Z] ---> 08e02d640a33 [2021-03-30T06:15:09.005Z] Step 28/31 : CMD ["gate"] [2021-03-30T06:15:09.995Z] ---> Running in ce6d6d1477cc [2021-03-30T06:15:09.995Z] Removing intermediate container 5880392c27a7 [2021-03-30T06:15:09.995Z] ---> 9a7db100f580 [2021-03-30T06:15:09.995Z] Step 22/23 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:15:09.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:09.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:10.283Z] ---> Running in 13f0c6cdac18 [2021-03-30T06:15:10.558Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-30T06:15:10.558Z] (2/33) Installing expat (2.2.9-r1) [2021-03-30T06:15:10.558Z] (3/33) Installing libffi (3.3-r2) [2021-03-30T06:15:10.558Z] (4/33) Installing gdbm (1.13-r1) [2021-03-30T06:15:10.558Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-30T06:15:10.558Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-30T06:15:10.558Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-30T06:15:10.833Z] Removing intermediate container ce6d6d1477cc [2021-03-30T06:15:10.833Z] ---> 977061cb4da1 [2021-03-30T06:15:10.833Z] Step 29/31 : LABEL arch=arm64 [2021-03-30T06:15:12.280Z] ---> Running in 21116deaa277 [2021-03-30T06:15:12.280Z] Removing intermediate container 13f0c6cdac18 [2021-03-30T06:15:12.280Z] ---> f1e44a154a26 [2021-03-30T06:15:12.280Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T06:15:12.558Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-30T06:15:12.855Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-30T06:15:12.855Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-30T06:15:12.855Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-30T06:15:12.855Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-30T06:15:12.855Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-30T06:15:12.855Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-30T06:15:12.855Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-30T06:15:12.855Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-30T06:15:12.855Z] ---> Running in 4c487ebabcdc [2021-03-30T06:15:12.855Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-30T06:15:13.146Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-30T06:15:13.146Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-30T06:15:13.146Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-30T06:15:13.146Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-30T06:15:13.146Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-30T06:15:13.146Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-30T06:15:13.146Z] Removing intermediate container 21116deaa277 [2021-03-30T06:15:13.146Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-30T06:15:13.146Z] ---> 36051a751eae [2021-03-30T06:15:13.146Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-30T06:15:13.146Z] Step 30/31 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941(26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-30T06:15:13.146Z] [2021-03-30T06:15:13.146Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-30T06:15:13.146Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-30T06:15:13.146Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-30T06:15:13.154Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-30T06:15:13.154Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-30T06:15:13.154Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-30T06:15:13.154Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-30T06:15:13.154Z] Building config-common [2021-03-30T06:15:13.154Z] + snapcraftctl build [2021-03-30T06:15:13.423Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-30T06:15:13.424Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-30T06:15:13.424Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-30T06:15:13.424Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-30T06:15:13.424Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:15:13.424Z] OK: 71 MiB in 55 packages [2021-03-30T06:15:14.020Z] ---> Running in 44899c29089b [2021-03-30T06:15:14.020Z] Removing intermediate container 4c487ebabcdc [2021-03-30T06:15:14.020Z] ---> 4abd462cbfe0 [2021-03-30T06:15:14.020Z] [2021-03-30T06:15:14.623Z] Successfully built 4abd462cbfe0 [2021-03-30T06:15:14.623Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-30T06:15:14.623Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-03-30T06:15:14.908Z] Removing intermediate container 44899c29089b [2021-03-30T06:15:14.908Z] ---> c98295f170e5 [2021-03-30T06:15:14.908Z] Step 31/31 : LABEL version=0.0.0 [2021-03-30T06:15:15.188Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:15:15.188Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:15:15.188Z] ---> ca4b4c8da741 [2021-03-30T06:15:15.188Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T06:15:15.188Z] ---> Using cache [2021-03-30T06:15:15.188Z] ---> f3596cee4dd9 [2021-03-30T06:15:15.188Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:15:15.188Z] ---> Using cache [2021-03-30T06:15:15.188Z] ---> 005595206fd8 [2021-03-30T06:15:15.188Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-30T06:15:15.462Z] ---> Running in a9ef4264b422 [2021-03-30T06:15:15.462Z] ---> Running in df76a208ae64 [2021-03-30T06:15:15.739Z] Building edgex-go [2021-03-30T06:15:15.739Z] + cd /root/parts/edgex-go/src [2021-03-30T06:15:15.739Z] + make build [2021-03-30T06:15:15.739Z] 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-30T06:15:16.012Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-30T06:15:16.012Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-30T06:15:16.012Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-03-30T06:15:16.012Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-30T06:15:16.012Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-30T06:15:16.012Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-30T06:15:16.012Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-30T06:15:16.012Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-30T06:15:16.279Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-30T06:15:16.477Z] Removing intermediate container a9ef4264b422 [2021-03-30T06:15:16.477Z] ---> 15267c7e3145 [2021-03-30T06:15:16.477Z] [2021-03-30T06:15:17.080Z] Successfully built 15267c7e3145 [2021-03-30T06:15:17.080Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-30T06:15:17.080Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-30T06:15:17.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:18.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:18.661Z] OK: 217 MiB in 51 packages [2021-03-30T06:15:19.580Z] 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-30T06:15:19.840Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-30T06:15:22.076Z] Removing intermediate container df76a208ae64 [2021-03-30T06:15:22.076Z] ---> 4dc50ff9b9b8 [2021-03-30T06:15:22.076Z] Step 6/22 : COPY go.mod . [2021-03-30T06:15:22.351Z] Removing intermediate container e785d2a5ea74 [2021-03-30T06:15:22.351Z] ---> d72edc597527 [2021-03-30T06:15:22.351Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-30T06:15:22.946Z] ---> Running in d92c5c7a7b94 [2021-03-30T06:15:23.222Z] ---> f0ef633712fa [2021-03-30T06:15:23.222Z] Step 7/22 : RUN go mod download [2021-03-30T06:15:23.222Z] ---> Running in 05f87353f0a1 [2021-03-30T06:15:25.124Z] 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-30T06:15:26.511Z] 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-30T06:15:27.536Z] Removing intermediate container 05f87353f0a1 [2021-03-30T06:15:27.536Z] ---> a697bff08925 [2021-03-30T06:15:27.536Z] Step 8/22 : COPY . . [2021-03-30T06:15:27.923Z] 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-30T06:15:28.491Z] 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-30T06:15:28.491Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-30T06:15:28.491Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-30T06:15:28.491Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-30T06:15:28.491Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-30T06:15:28.974Z] Collecting docker-compose==1.23.2 [2021-03-30T06:15:29.249Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-30T06:15:29.851Z] 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-30T06:15:30.130Z] Collecting jsonschema<3,>=2.5.1 [2021-03-30T06:15:30.130Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-30T06:15:30.398Z] 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-30T06:15:30.398Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-30T06:15:30.398Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-30T06:15:30.729Z] Collecting texttable<0.10,>=0.9.0 [2021-03-30T06:15:30.729Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-30T06:15:31.785Z] 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-30T06:15:33.167Z] 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-30T06:15:34.108Z] 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-30T06:15:34.147Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-30T06:15:34.147Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-30T06:15:35.129Z] Collecting docker<4.0,>=3.6.0 [2021-03-30T06:15:35.129Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-30T06:15:35.504Z] 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-30T06:15:35.505Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-30T06:15:36.444Z] 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-30T06:15:36.583Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:15:36.583Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:15:36.583Z] ---> ca4b4c8da741 [2021-03-30T06:15:36.583Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T06:15:36.583Z] ---> Using cache [2021-03-30T06:15:36.583Z] ---> f3596cee4dd9 [2021-03-30T06:15:36.583Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:15:36.583Z] ---> Using cache [2021-03-30T06:15:36.583Z] ---> 005595206fd8 [2021-03-30T06:15:36.583Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-30T06:15:36.583Z] Collecting PyYAML<4,>=3.10 [2021-03-30T06:15:36.583Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-30T06:15:36.704Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-30T06:15:38.613Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-30T06:15:38.613Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-30T06:15:38.614Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-30T06:15:38.614Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-30T06:15:38.614Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-30T06:15:38.614Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-30T06:15:38.614Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-30T06:15:38.614Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-30T06:15:38.614Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-30T06:15:38.614Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-30T06:15:38.614Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-30T06:15:38.614Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-30T06:15:38.614Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-30T06:15:38.614Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-30T06:15:38.614Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-30T06:15:38.614Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-30T06:15:38.614Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-30T06:15:38.614Z] + 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-30T06:15:38.614Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-30T06:15:38.614Z] + 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-30T06:15:38.614Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-30T06:15:38.614Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-30T06:15:38.614Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-30T06:15:38.614Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-30T06:15:38.614Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-30T06:15:38.614Z] + 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-30T06:15:39.988Z] ---> Running in 754cce43fc46 [2021-03-30T06:15:40.968Z] Collecting cached-property<2,>=1.2.0 [2021-03-30T06:15:40.968Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-30T06:15:41.566Z] Collecting docopt<0.7,>=0.6.1 [2021-03-30T06:15:41.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:41.566Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-30T06:15:41.909Z] Building static-packages [2021-03-30T06:15:41.909Z] + snapcraftctl build [2021-03-30T06:15:42.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:42.771Z] OK: 217 MiB in 51 packages [2021-03-30T06:15:43.298Z] Building version [2021-03-30T06:15:43.298Z] + snapcraftctl build [2021-03-30T06:15:44.225Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-30T06:15:44.225Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-30T06:15:45.213Z] Removing intermediate container 754cce43fc46 [2021-03-30T06:15:45.213Z] ---> 5355e6acdcc9 [2021-03-30T06:15:45.213Z] Step 6/22 : COPY go.mod . [2021-03-30T06:15:45.254Z] Skipping stage go-build-helper (already ran) [2021-03-30T06:15:45.254Z] Staging app-service-config [2021-03-30T06:15:45.254Z] + snapcraftctl stage [2021-03-30T06:15:45.486Z] ---> adf3a0e01cb6 [2021-03-30T06:15:45.486Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-30T06:15:45.762Z] ---> Running in 4d33f37b1d5d [2021-03-30T06:15:46.208Z] Staging config-common [2021-03-30T06:15:46.208Z] + snapcraftctl stage [2021-03-30T06:15:46.755Z] ---> 293d5d5a7941 [2021-03-30T06:15:46.755Z] Step 7/22 : RUN go mod download [2021-03-30T06:15:47.029Z] ---> Running in 707df2cf0119 [2021-03-30T06:15:47.150Z] Staging edgex-go [2021-03-30T06:15:47.150Z] + snapcraftctl stage [2021-03-30T06:15:47.309Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-30T06:15:47.309Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-30T06:15:47.936Z] 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-30T06:15:48.093Z] Staging static-packages [2021-03-30T06:15:48.093Z] + snapcraftctl stage [2021-03-30T06:15:48.954Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-30T06:15:48.954Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-30T06:15:49.036Z] Staging version [2021-03-30T06:15:49.036Z] + snapcraftctl stage [2021-03-30T06:15:49.613Z] Collecting idna<2.8,>=2.5 [2021-03-30T06:15:49.613Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-30T06:15:49.893Z] 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-30T06:15:49.893Z] 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-30T06:15:49.979Z] Priming go-build-helper [2021-03-30T06:15:49.979Z] + snapcraftctl prime [2021-03-30T06:15:50.198Z] Collecting docker-pycreds>=0.4.0 [2021-03-30T06:15:50.198Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-30T06:15:50.819Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-30T06:15:50.819Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-30T06:15:50.819Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-30T06:15:50.819Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-30T06:15:50.920Z] Priming app-service-config [2021-03-30T06:15:50.920Z] + snapcraftctl prime [2021-03-30T06:15:51.105Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:15:51.105Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:15:51.105Z] ---> ca4b4c8da741 [2021-03-30T06:15:51.105Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T06:15:51.105Z] ---> Using cache [2021-03-30T06:15:51.105Z] ---> f3596cee4dd9 [2021-03-30T06:15:51.105Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:15:51.105Z] ---> Using cache [2021-03-30T06:15:51.105Z] ---> 005595206fd8 [2021-03-30T06:15:51.105Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T06:15:51.105Z] ---> Using cache [2021-03-30T06:15:51.105Z] ---> 4dc50ff9b9b8 [2021-03-30T06:15:51.105Z] Step 6/23 : COPY go.mod . [2021-03-30T06:15:51.105Z] ---> Using cache [2021-03-30T06:15:51.105Z] ---> f0ef633712fa [2021-03-30T06:15:51.105Z] Step 7/23 : RUN go mod download [2021-03-30T06:15:51.105Z] ---> Using cache [2021-03-30T06:15:51.105Z] ---> a697bff08925 [2021-03-30T06:15:51.105Z] Step 8/23 : COPY . . [2021-03-30T06:15:51.105Z] ---> Using cache [2021-03-30T06:15:51.105Z] ---> adf3a0e01cb6 [2021-03-30T06:15:51.105Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-30T06:15:51.724Z] ---> Running in a4f1b191acc7 [2021-03-30T06:15:52.306Z] Priming config-common [2021-03-30T06:15:52.306Z] + snapcraftctl prime [2021-03-30T06:15:52.332Z] Installing collected packages: jsonschema, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, cached-property, docopt, dockerpty, docker-compose [2021-03-30T06:15:52.615Z] Running setup.py install for texttable: started [2021-03-30T06:15:53.249Z] Priming edgex-go [2021-03-30T06:15:53.249Z] + snapcraftctl prime [2021-03-30T06:15:53.608Z] Removing intermediate container 707df2cf0119 [2021-03-30T06:15:53.608Z] ---> c62fd95f2f75 [2021-03-30T06:15:53.608Z] Step 8/22 : COPY . . [2021-03-30T06:15:54.212Z] Priming static-packages [2021-03-30T06:15:54.212Z] + snapcraftctl prime [2021-03-30T06:15:54.220Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:15:54.220Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:15:54.220Z] ---> ca4b4c8da741 [2021-03-30T06:15:54.220Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T06:15:54.220Z] ---> Using cache [2021-03-30T06:15:54.220Z] ---> f3596cee4dd9 [2021-03-30T06:15:54.220Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:15:54.220Z] ---> Using cache [2021-03-30T06:15:54.220Z] ---> 005595206fd8 [2021-03-30T06:15:54.220Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T06:15:54.220Z] ---> Using cache [2021-03-30T06:15:54.220Z] ---> 4dc50ff9b9b8 [2021-03-30T06:15:54.220Z] Step 6/23 : COPY go.mod . [2021-03-30T06:15:54.220Z] ---> Using cache [2021-03-30T06:15:54.220Z] ---> f0ef633712fa [2021-03-30T06:15:54.221Z] Step 7/23 : RUN go mod download [2021-03-30T06:15:54.221Z] ---> Using cache [2021-03-30T06:15:54.221Z] ---> a697bff08925 [2021-03-30T06:15:54.221Z] Step 8/23 : COPY . . [2021-03-30T06:15:54.221Z] 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-30T06:15:54.510Z] ---> Using cache [2021-03-30T06:15:54.510Z] ---> adf3a0e01cb6 [2021-03-30T06:15:54.510Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-30T06:15:55.117Z] ---> Running in 5644c89d26fd [2021-03-30T06:15:55.722Z] Running setup.py install for texttable: finished with status 'done' [2021-03-30T06:15:55.723Z] Attempting uninstall: urllib3 [2021-03-30T06:15:55.723Z] Found existing installation: urllib3 1.25.9 [2021-03-30T06:15:55.723Z] Uninstalling urllib3-1.25.9: [2021-03-30T06:15:56.000Z] Successfully uninstalled urllib3-1.25.9 [2021-03-30T06:15:56.604Z] Attempting uninstall: idna [2021-03-30T06:15:56.604Z] Found existing installation: idna 2.9 [2021-03-30T06:15:56.604Z] Uninstalling idna-2.9: [2021-03-30T06:15:56.762Z] Priming version [2021-03-30T06:15:56.762Z] + snapcraftctl prime [2021-03-30T06:15:56.882Z] Successfully uninstalled idna-2.9 [2021-03-30T06:15:56.882Z] 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-30T06:15:57.488Z] Attempting uninstall: requests [2021-03-30T06:15:57.488Z] Found existing installation: requests 2.23.0 [2021-03-30T06:15:57.488Z] Uninstalling requests-2.23.0: [2021-03-30T06:15:57.703Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-30T06:15:57.768Z] Successfully uninstalled requests-2.23.0 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T06:16:00.438Z] Running setup.py install for PyYAML: started [2021-03-30T06:16:04.789Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-30T06:16:04.789Z] Running setup.py install for docopt: started [2021-03-30T06:16:08.199Z] Running setup.py install for docopt: finished with status 'done' [2021-03-30T06:16:08.199Z] Running setup.py install for dockerpty: started [2021-03-30T06:16:11.611Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-30T06:16:13.605Z] 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-30T06:16:13.605Z] ---> f9846c2a430a [2021-03-30T06:16:13.605Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-30T06:16:13.882Z] ---> Running in 73cafcc52ae4 [2021-03-30T06:16:15.879Z] 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-30T06:16:19.290Z] Removing intermediate container d92c5c7a7b94 [2021-03-30T06:16:19.290Z] ---> 7500a54b7c2b [2021-03-30T06:16:19.290Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-30T06:16:19.564Z] ---> Running in 48e377954ca6 [2021-03-30T06:16:21.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:16:21.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:16:22.456Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T06:16:22.456Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-30T06:16:22.456Z] (3/3) Installing curl (7.69.1-r3) [2021-03-30T06:16:22.456Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:16:22.456Z] OK: 72 MiB in 58 packages [2021-03-30T06:16:24.473Z] Removing intermediate container 48e377954ca6 [2021-03-30T06:16:24.473Z] ---> 68b22e451218 [2021-03-30T06:16:24.473Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-30T06:16:24.749Z] ---> Running in b786edbb6837 [2021-03-30T06:16:25.346Z] Removing intermediate container b786edbb6837 [2021-03-30T06:16:25.346Z] ---> 7ad714027fd3 [2021-03-30T06:16:25.346Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:16:25.623Z] ---> Running in a1f3970e7f23 [2021-03-30T06:16:26.228Z] Removing intermediate container a1f3970e7f23 [2021-03-30T06:16:26.228Z] ---> b3b154bcf108 [2021-03-30T06:16:26.228Z] Step 24/26 : LABEL arch=arm64 [2021-03-30T06:16:26.228Z] ---> Running in 55f7dc486a16 [2021-03-30T06:16:26.836Z] Removing intermediate container 55f7dc486a16 [2021-03-30T06:16:26.837Z] ---> 859c6290b3f5 [2021-03-30T06:16:26.837Z] Step 25/26 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:16:27.119Z] ---> Running in 5430ef43e603 [2021-03-30T06:16:27.726Z] Removing intermediate container 5430ef43e603 [2021-03-30T06:16:27.726Z] ---> 42bd0c661295 [2021-03-30T06:16:27.726Z] Step 26/26 : LABEL version=0.0.0 [2021-03-30T06:16:28.000Z] ---> Running in 6e6e2ecf46f3 [2021-03-30T06:16:28.601Z] Removing intermediate container 6e6e2ecf46f3 [2021-03-30T06:16:28.601Z] ---> 26e10878af0f [2021-03-30T06:16:28.601Z] [2021-03-30T06:16:29.204Z] Successfully built 26e10878af0f [2021-03-30T06:16:29.204Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-30T06:17:37.278Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4d33f37b1d5d [2021-03-30T06:17:37.278Z] ---> 51fb822cf76c [2021-03-30T06:17:37.278Z] [2021-03-30T06:17:37.278Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T06:17:37.278Z] ---> e47305ac9786 [2021-03-30T06:17:37.278Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-30T06:17:37.278Z] ---> Running in 59557abd6aaa [2021-03-30T06:17:37.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:17:37.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:17:37.278Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-30T06:17:37.278Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:17:37.278Z] OK: 5 MiB in 15 packages [2021-03-30T06:17:39.297Z] Removing intermediate container 59557abd6aaa [2021-03-30T06:17:39.297Z] ---> b2868883bcfd [2021-03-30T06:17:39.297Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:17:39.575Z] ---> Running in 9417a6688a94 [2021-03-30T06:17:40.573Z] Removing intermediate container 9417a6688a94 [2021-03-30T06:17:40.573Z] ---> 6f9c488be51a [2021-03-30T06:17:40.573Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-30T06:17:40.848Z] ---> Running in c8eed1c2f979 [2021-03-30T06:17:41.827Z] Removing intermediate container c8eed1c2f979 [2021-03-30T06:17:41.827Z] ---> 95cc783d0bf5 [2021-03-30T06:17:41.827Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T06:17:42.104Z] ---> Running in fee320e11e21 [2021-03-30T06:17:43.087Z] Removing intermediate container fee320e11e21 [2021-03-30T06:17:43.087Z] ---> d1a99a2e2c78 [2021-03-30T06:17:43.087Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:17:43.364Z] Removing intermediate container 5644c89d26fd [2021-03-30T06:17:43.364Z] ---> 53b21e8f07db [2021-03-30T06:17:43.364Z] [2021-03-30T06:17:43.364Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T06:17:43.364Z] ---> e47305ac9786 [2021-03-30T06:17:43.364Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T06:17:43.364Z] ---> Using cache [2021-03-30T06:17:43.364Z] ---> b2868883bcfd [2021-03-30T06:17:43.364Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:17:43.364Z] ---> Using cache [2021-03-30T06:17:43.364Z] ---> 6f9c488be51a [2021-03-30T06:17:43.364Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-30T06:17:43.963Z] ---> Running in b677022c4559 [2021-03-30T06:17:44.241Z] ---> 0fd09a9c6fd5 [2021-03-30T06:17:44.241Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-30T06:17:44.517Z] Removing intermediate container b677022c4559 [2021-03-30T06:17:44.517Z] ---> 1d7dfd657e4d [2021-03-30T06:17:44.517Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T06:17:44.792Z] ---> Running in c64e05fe8943 [2021-03-30T06:17:45.773Z] Removing intermediate container c64e05fe8943 [2021-03-30T06:17:45.773Z] ---> abeebcbb9bdc [2021-03-30T06:17:45.773Z] Step 15/23 : WORKDIR / [2021-03-30T06:17:45.773Z] ---> 1be1e41bf5bd [2021-03-30T06:17:45.773Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-30T06:17:45.773Z] ---> Running in 1180dd30d9f9 [2021-03-30T06:17:46.767Z] Removing intermediate container 1180dd30d9f9 [2021-03-30T06:17:46.767Z] ---> 1c96baf44994 [2021-03-30T06:17:46.767Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:17:47.372Z] ---> e0b342de8f58 [2021-03-30T06:17:47.372Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-30T06:17:47.652Z] ---> Running in cdb1d28b534d [2021-03-30T06:17:47.924Z] ---> 3a030546c522 [2021-03-30T06:17:47.924Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-30T06:17:48.196Z] Removing intermediate container cdb1d28b534d [2021-03-30T06:17:48.196Z] ---> a37dedbad630 [2021-03-30T06:17:48.196Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:17:48.471Z] ---> Running in 3ad67579726c [2021-03-30T06:17:48.745Z] Removing intermediate container a4f1b191acc7 [2021-03-30T06:17:48.745Z] ---> 5f656dc47c3a [2021-03-30T06:17:48.745Z] [2021-03-30T06:17:48.745Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T06:17:48.745Z] ---> e47305ac9786 [2021-03-30T06:17:48.745Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T06:17:48.745Z] ---> Using cache [2021-03-30T06:17:48.745Z] ---> b2868883bcfd [2021-03-30T06:17:48.745Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:17:48.745Z] ---> Using cache [2021-03-30T06:17:48.745Z] ---> 6f9c488be51a [2021-03-30T06:17:48.745Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-30T06:17:49.338Z] ---> Running in d633fd1fd066 [2021-03-30T06:17:49.338Z] Removing intermediate container 3ad67579726c [2021-03-30T06:17:49.338Z] ---> 9921ff46225e [2021-03-30T06:17:49.338Z] Step 20/22 : LABEL arch=arm64 [2021-03-30T06:17:49.619Z] ---> 4394d2f8f1bf [2021-03-30T06:17:49.619Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-30T06:17:49.619Z] ---> Running in 36bcb1641a73 [2021-03-30T06:17:49.893Z] Removing intermediate container d633fd1fd066 [2021-03-30T06:17:49.893Z] ---> 46013d074c3c [2021-03-30T06:17:49.893Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T06:17:50.511Z] ---> Running in 96a207947a51 [2021-03-30T06:17:50.511Z] Removing intermediate container 36bcb1641a73 [2021-03-30T06:17:50.511Z] ---> 8070d25461a9 [2021-03-30T06:17:50.511Z] Step 21/22 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:17:50.511Z] ---> cede14f74a89 [2021-03-30T06:17:50.511Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-30T06:17:50.792Z] ---> Running in 6fc506ea52ee [2021-03-30T06:17:50.792Z] ---> Running in eea7fa981506 [2021-03-30T06:17:50.792Z] Removing intermediate container 73cafcc52ae4 [2021-03-30T06:17:50.792Z] ---> 72f9d1448ca7 [2021-03-30T06:17:50.792Z] [2021-03-30T06:17:50.792Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T06:17:50.792Z] ---> e47305ac9786 [2021-03-30T06:17:50.792Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-30T06:17:51.103Z] Removing intermediate container 96a207947a51 [2021-03-30T06:17:51.104Z] ---> ed206fe885ed [2021-03-30T06:17:51.104Z] Step 15/23 : WORKDIR / [2021-03-30T06:17:51.104Z] ---> Running in 8b9fbb6a5f42 [2021-03-30T06:17:51.394Z] ---> Running in 8b33bb7af0cc [2021-03-30T06:17:51.394Z] Removing intermediate container 6fc506ea52ee [2021-03-30T06:17:51.394Z] ---> 396fd7822eda [2021-03-30T06:17:51.394Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T06:17:51.726Z] Removing intermediate container eea7fa981506 [2021-03-30T06:17:51.726Z] ---> 429a6a8c35f1 [2021-03-30T06:17:51.726Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:17:51.726Z] ---> Running in ab88a588d270 [2021-03-30T06:17:52.074Z] ---> Running in b26b4fe6a833 [2021-03-30T06:17:52.074Z] Removing intermediate container 8b33bb7af0cc [2021-03-30T06:17:52.074Z] ---> 232a99b7bc33 [2021-03-30T06:17:52.074Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:17:52.360Z] Removing intermediate container ab88a588d270 [2021-03-30T06:17:52.360Z] ---> 7b2223f4c629 [2021-03-30T06:17:52.360Z] [2021-03-30T06:17:52.962Z] Removing intermediate container b26b4fe6a833 [2021-03-30T06:17:52.962Z] ---> b7a7c3a816ff [2021-03-30T06:17:52.962Z] Step 21/23 : LABEL arch=arm64 [2021-03-30T06:17:52.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:17:52.962Z] Successfully built 7b2223f4c629 [2021-03-30T06:17:52.962Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-30T06:17:52.962Z]  Building docker-support-scheduler-go ... done  ---> Running in 800bba941fba [2021-03-30T06:17:53.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:17:53.237Z] ---> 17f914e63a9f [2021-03-30T06:17:53.237Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-30T06:17:53.535Z] Removing intermediate container 800bba941fba [2021-03-30T06:17:53.535Z] ---> 62f7eac65458 [2021-03-30T06:17:53.535Z] Step 22/23 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:17:53.806Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-30T06:17:53.806Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-30T06:17:53.806Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:17:53.806Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T06:17:53.806Z] ---> Running in dde6036be457 [2021-03-30T06:17:54.081Z] OK: 6 MiB in 16 packages [2021-03-30T06:17:54.689Z] ---> 6cd8bd1b011e [2021-03-30T06:17:54.689Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-30T06:17:54.689Z] Removing intermediate container dde6036be457 [2021-03-30T06:17:54.689Z] ---> e6ea93b72e18 [2021-03-30T06:17:54.689Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T06:17:54.967Z] ---> Running in f66bbe67c24b [2021-03-30T06:17:55.561Z] Removing intermediate container f66bbe67c24b [2021-03-30T06:17:55.561Z] ---> dc9cec6600fa [2021-03-30T06:17:55.561Z] [2021-03-30T06:17:55.561Z] ---> e295bda44582 [2021-03-30T06:17:55.561Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-30T06:17:55.561Z] Removing intermediate container 8b9fbb6a5f42 [2021-03-30T06:17:55.561Z] ---> f1d132091ff8 [2021-03-30T06:17:55.561Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:17:55.835Z] ---> Running in eb054b4fbfe2 [2021-03-30T06:17:55.835Z] ---> Running in fcd133152491 [2021-03-30T06:17:56.109Z] Successfully built dc9cec6600fa [2021-03-30T06:17:56.109Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-30T06:17:56.384Z]  Building docker-core-command-go ... done Removing intermediate container eb054b4fbfe2 [2021-03-30T06:17:56.384Z] ---> 04df8b70ccbb [2021-03-30T06:17:56.384Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-30T06:17:56.384Z] Removing intermediate container fcd133152491 [2021-03-30T06:17:56.384Z] ---> 2c16a754aed0 [2021-03-30T06:17:56.384Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:17:56.660Z] ---> Running in 79547ee7ddb7 [2021-03-30T06:17:56.660Z] ---> Running in 4d06d53b9f4e [2021-03-30T06:17:57.256Z] Removing intermediate container 79547ee7ddb7 [2021-03-30T06:17:57.256Z] ---> 5555271223ee [2021-03-30T06:17:57.256Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T06:17:57.256Z] Removing intermediate container 4d06d53b9f4e [2021-03-30T06:17:57.256Z] ---> e830dfeabb91 [2021-03-30T06:17:57.256Z] Step 21/23 : LABEL arch=arm64 [2021-03-30T06:17:57.256Z] ---> Running in f50162030dbd [2021-03-30T06:17:57.256Z] ---> Running in 84dc722c63d9 [2021-03-30T06:17:57.849Z] Removing intermediate container f50162030dbd [2021-03-30T06:17:57.849Z] ---> 473197fe0952 [2021-03-30T06:17:57.849Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:17:57.849Z] Removing intermediate container 84dc722c63d9 [2021-03-30T06:17:57.849Z] ---> 130229df8db5 [2021-03-30T06:17:57.849Z] Step 22/23 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:17:58.126Z] ---> Running in d537c7ff56f7 [2021-03-30T06:17:58.721Z] ---> d9d3245bc53a [2021-03-30T06:17:58.721Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-30T06:17:58.721Z] Removing intermediate container d537c7ff56f7 [2021-03-30T06:17:58.721Z] ---> 718ac26ea7b5 [2021-03-30T06:17:58.721Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T06:17:58.721Z] ---> Running in eb59ac6ca31d [2021-03-30T06:17:59.322Z] Removing intermediate container eb59ac6ca31d [2021-03-30T06:17:59.322Z] ---> 98532d54f3e9 [2021-03-30T06:17:59.322Z] [2021-03-30T06:17:59.920Z] Successfully built 98532d54f3e9 [2021-03-30T06:17:59.920Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-30T06:17:59.920Z]  Building docker-core-metadata-go ... done  ---> 88f03c10b4f6 [2021-03-30T06:17:59.920Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-30T06:18:00.913Z] ---> c347ef4bd19c [2021-03-30T06:18:00.913Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-30T06:18:00.913Z] ---> Running in d3e23ac9ff49 [2021-03-30T06:18:01.507Z] Removing intermediate container d3e23ac9ff49 [2021-03-30T06:18:01.507Z] ---> b2afe81fb9ae [2021-03-30T06:18:01.507Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:18:01.507Z] ---> Running in 5dc1b0c775ad [2021-03-30T06:18:02.102Z] Removing intermediate container 5dc1b0c775ad [2021-03-30T06:18:02.102Z] ---> d7a9f7c46f30 [2021-03-30T06:18:02.102Z] Step 20/22 : LABEL arch=arm64 [2021-03-30T06:18:02.102Z] ---> Running in 4dc39e815a85 [2021-03-30T06:18:02.696Z] Removing intermediate container 4dc39e815a85 [2021-03-30T06:18:02.696Z] ---> 90b1b306ca6f [2021-03-30T06:18:02.696Z] Step 21/22 : LABEL git_sha=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [2021-03-30T06:18:02.696Z] ---> Running in 349b46ad66bd [2021-03-30T06:18:03.290Z] Removing intermediate container 349b46ad66bd [2021-03-30T06:18:03.290Z] ---> 32381fda58b8 [2021-03-30T06:18:03.290Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T06:18:03.290Z] ---> Running in 026178d6d733 [2021-03-30T06:18:03.886Z] Removing intermediate container 026178d6d733 [2021-03-30T06:18:03.886Z] ---> 3aa407a77099 [2021-03-30T06:18:03.886Z] [2021-03-30T06:18:04.158Z] Successfully built 3aa407a77099 [2021-03-30T06:18:04.158Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-30T06:18:04.446Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-30T06:18:04.443Z] $ docker stop --time=1 77ca1a739a33a3adc1d4d0148b811b0ab0b8774be4f8ceade145e24a3794f91e [2021-03-30T06:18:06.366Z] $ docker rm -f 77ca1a739a33a3adc1d4d0148b811b0ab0b8774be4f8ceade145e24a3794f91e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T06:18:07.184Z] + + grepdocker docker images [2021-03-30T06:18:07.184Z] [2021-03-30T06:18:07.454Z] docker-support-notifications-go-arm64 latest 3aa407a77099 4 seconds ago 16.9MB [2021-03-30T06:18:07.454Z] docker-core-metadata-go-arm64 latest 98532d54f3e9 9 seconds ago 17.9MB [2021-03-30T06:18:07.454Z] docker-core-command-go-arm64 latest dc9cec6600fa 12 seconds ago 16.3MB [2021-03-30T06:18:07.454Z] docker-support-scheduler-go-arm64 latest 7b2223f4c629 15 seconds ago 16.4MB [2021-03-30T06:18:07.454Z] docker-sys-mgmt-agent-go-arm64 latest 26e10878af0f About a minute ago 301MB [2021-03-30T06:18:07.454Z] docker-security-bootstrapper-go-arm64 latest 15267c7e3145 2 minutes ago 17.9MB [2021-03-30T06:18:07.454Z] docker-core-data-go-arm64 latest 4abd462cbfe0 2 minutes ago 21.4MB [2021-03-30T06:18:07.454Z] docker-security-secretstore-setup-go-arm64 latest 1a1a8c8530bd 3 minutes ago 24.4MB [2021-03-30T06:18:07.454Z] docker-security-proxy-setup-go-arm64 latest e15a236eb052 3 minutes ago 24.1MB [2021-03-30T06:18:07.454Z] 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-30T06:18:08.726Z] ---> job-cost.sh [2021-03-30T06:18:08.726Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FEBo [2021-03-30T06:18:47.676Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-30T06:20:24.414Z] lf-activate-venv(): INFO: Adding /tmp/venv-FEBo/bin to PATH [2021-03-30T06:20:24.414Z] INFO: No Stack... [2021-03-30T06:20:24.414Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-30T06:20:24.414Z] INFO: Archiving Costs [Pipeline] sh [2021-03-30T06:20:24.775Z] + + cat /w/workspace/edgex-go/1/archives/cost.csv [2021-03-30T06:20:24.775Z] cut -d, -f6 [Pipeline] lock [2021-03-30T06:20:24.904Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3318-1-stack-cost] [2021-03-30T06:20:24.911Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3318-1-stack-cost] did not exist. Created. [2021-03-30T06:20:24.911Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3318-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T06:20:25.434Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-30T06:20:25.727Z] Stashed 1 file(s) [Pipeline] } [2021-03-30T06:20:25.749Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3318-1-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-30T06:20:27.683Z] provisioning config files... [2021-03-30T06:20:27.700Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6520729935188989069tmp [Pipeline] { [Pipeline] sh [2021-03-30T06:20:28.134Z] + set +x [2021-03-30T06:20:28.134Z] + curl -s https://codecov.io/bash [2021-03-30T06:20:28.134Z] + bash -s -- [2021-03-30T06:20:28.398Z] [2021-03-30T06:20:28.398Z] _____ _ [2021-03-30T06:20:28.398Z] / ____| | | [2021-03-30T06:20:28.398Z] | | ___ __| | ___ ___ _____ __ [2021-03-30T06:20:28.398Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-30T06:20:28.398Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-30T06:20:28.398Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-30T06:20:28.398Z] Bash-20210309-2b87ace [2021-03-30T06:20:28.398Z] [2021-03-30T06:20:28.398Z] [2021-03-30T06:20:28.398Z] ==> git version 2.24.3 found [2021-03-30T06:20:28.398Z] ==> 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-30T06:20:28.398Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-30T06:20:28.398Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-30T06:20:28.398Z] ==> Jenkins CI detected. [2021-03-30T06:20:28.662Z] project root: . [2021-03-30T06:20:28.662Z] --> token set from env [2021-03-30T06:20:28.662Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-30T06:20:28.662Z] ==> Running gcov in . (disable via -X gcov) [2021-03-30T06:20:28.662Z] ==> Python coveragepy not found [2021-03-30T06:20:28.662Z] ==> Searching for coverage reports in: [2021-03-30T06:20:28.662Z] + . [2021-03-30T06:20:28.662Z] -> Found 1 reports [2021-03-30T06:20:28.662Z] ==> Detecting git/mercurial file structure [2021-03-30T06:20:28.662Z] ==> Reading reports [2021-03-30T06:20:28.662Z] + ./coverage.out bytes=669470 [2021-03-30T06:20:28.662Z] ==> Appending adjustments [2021-03-30T06:20:28.662Z] https://docs.codecov.io/docs/fixing-reports [2021-03-30T06:20:32.893Z] + Found adjustments [2021-03-30T06:20:32.893Z] ==> Gzipping contents [2021-03-30T06:20:32.893Z] 96K /tmp/codecov.YbcFw7.gz [2021-03-30T06:20:32.893Z] ==> Uploading reports [2021-03-30T06:20:32.893Z] url: https://codecov.io [2021-03-30T06:20:32.893Z] query: branch=PR-3318&commit=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3318%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3318&job=&cmd_args= [2021-03-30T06:20:32.893Z] -> Pinging Codecov [2021-03-30T06:20:32.893Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3318&commit=9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3318%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3318&job=&cmd_args= [2021-03-30T06:20:32.893Z] -> Uploading to [2021-03-30T06:20:32.893Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-30/00271124DB129430A58F1EEE437C3FCB/9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941/0cf19bb1-ac8d-4442-87d4-64b70fd4caf4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210330%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210330T062032Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0bca1fcfda52fa0757e9e74644e2807f2b49797a954964621a2af4f8fac53030 [2021-03-30T06:20:32.893Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T06:20:32.893Z] Dload Upload Total Spent Left Speed [2021-03-30T06:20:33.471Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97072 0 0 100 97072 0 175k --:--:-- --:--:-- --:--:-- 175k [2021-03-30T06:20:33.471Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [Pipeline] } [2021-03-30T06:20:33.499Z] 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-30T06:20:35.849Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:20:36.784Z] ---> package-listing.sh [2021-03-30T06:20:36.784Z] ++ facter osfamily [2021-03-30T06:20:36.784Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-30T06:20:36.784Z] + OS_FAMILY=redhat [2021-03-30T06:20:36.784Z] + workspace=/w/workspace/edgex-go/1 [2021-03-30T06:20:36.784Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-30T06:20:36.784Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-30T06:20:36.784Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-30T06:20:36.784Z] + PACKAGES=/tmp/packages_start.txt [2021-03-30T06:20:36.784Z] + '[' /w/workspace/edgex-go/1 ']' [2021-03-30T06:20:36.784Z] + PACKAGES=/tmp/packages_end.txt [2021-03-30T06:20:36.784Z] + case "${OS_FAMILY}" in [2021-03-30T06:20:36.784Z] + rpm -qa [2021-03-30T06:20:36.784Z] + sort [2021-03-30T06:20:42.101Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-30T06:20:42.101Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-30T06:20:42.101Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-30T06:20:42.101Z] + '[' /w/workspace/edgex-go/1 ']' [2021-03-30T06:20:42.101Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-03-30T06:20:42.101Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-03-30T06:20:42.157Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-30T06:20:42.472Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:20:42.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T06:20:43.104Z] [2021-03-30T06:20:43.104Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:20:43.537Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T06:20:43.537Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-30T06:20:43.537Z] df20fa9351a1: Pulling fs layer [2021-03-30T06:20:43.537Z] 36b3adc4ff6f: Pulling fs layer [2021-03-30T06:20:43.537Z] 8ad3a11d3b57: Pulling fs layer [2021-03-30T06:20:43.537Z] 46f8f816bc3b: Pulling fs layer [2021-03-30T06:20:43.537Z] 93b61091891f: Pulling fs layer [2021-03-30T06:20:43.537Z] 93b9cdb0e59b: Pulling fs layer [2021-03-30T06:20:43.537Z] 5e14af77c1be: Pulling fs layer [2021-03-30T06:20:43.537Z] 01666e4c0597: Pulling fs layer [2021-03-30T06:20:43.537Z] aa168da1d23b: Pulling fs layer [2021-03-30T06:20:43.537Z] 46f8f816bc3b: Waiting [2021-03-30T06:20:43.537Z] 93b61091891f: Waiting [2021-03-30T06:20:43.537Z] 93b9cdb0e59b: Waiting [2021-03-30T06:20:43.537Z] 5e14af77c1be: Waiting [2021-03-30T06:20:43.537Z] 01666e4c0597: Waiting [2021-03-30T06:20:43.537Z] aa168da1d23b: Waiting [2021-03-30T06:20:43.537Z] 36b3adc4ff6f: Verifying Checksum [2021-03-30T06:20:43.537Z] 36b3adc4ff6f: Download complete [2021-03-30T06:20:43.537Z] 46f8f816bc3b: Download complete [2021-03-30T06:20:43.805Z] df20fa9351a1: Verifying Checksum [2021-03-30T06:20:43.805Z] df20fa9351a1: Download complete [2021-03-30T06:20:43.805Z] 93b61091891f: Verifying Checksum [2021-03-30T06:20:43.805Z] 93b61091891f: Download complete [2021-03-30T06:20:43.805Z] 93b9cdb0e59b: Verifying Checksum [2021-03-30T06:20:43.805Z] 93b9cdb0e59b: Download complete [2021-03-30T06:20:43.805Z] 5e14af77c1be: Verifying Checksum [2021-03-30T06:20:43.805Z] 5e14af77c1be: Download complete [2021-03-30T06:20:43.805Z] 01666e4c0597: Verifying Checksum [2021-03-30T06:20:43.805Z] 01666e4c0597: Download complete [2021-03-30T06:20:43.805Z] 8ad3a11d3b57: Verifying Checksum [2021-03-30T06:20:43.805Z] 8ad3a11d3b57: Download complete [2021-03-30T06:20:44.075Z] df20fa9351a1: Pull complete [2021-03-30T06:20:44.347Z] 36b3adc4ff6f: Pull complete [2021-03-30T06:20:44.937Z] 8ad3a11d3b57: Pull complete [2021-03-30T06:20:45.200Z] 46f8f816bc3b: Pull complete [2021-03-30T06:20:45.799Z] aa168da1d23b: Verifying Checksum [2021-03-30T06:20:45.799Z] aa168da1d23b: Download complete [2021-03-30T06:20:46.823Z] 93b61091891f: Pull complete [2021-03-30T06:20:46.823Z] 93b9cdb0e59b: Pull complete [2021-03-30T06:20:46.823Z] 5e14af77c1be: Pull complete [2021-03-30T06:20:47.111Z] 01666e4c0597: Pull complete [2021-03-30T06:20:55.297Z] aa168da1d23b: Pull complete [2021-03-30T06:20:55.297Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-30T06:20:55.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T06:20:55.297Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-30T06:20:55.532Z] prd-centos7-docker-4c-2g-31992 does not seem to be running inside a container [2021-03-30T06:20:55.584Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-30T06:21:01.996Z] $ docker top 26e48a38aa8f6b7d2bd69e382716db65fb2ca2d7d1bdab85160e55129e79f842 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:21:02.590Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-30T06:21:02.910Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-30T06:21:03.252Z] + ls /var/log/sa-host [2021-03-30T06:21:03.252Z] + sadf -c /var/log/sa-host/sa23 [2021-03-30T06:21:03.252Z] file_magic: OK [2021-03-30T06:21:03.252Z] HZ: Using current value: 100 [2021-03-30T06:21:03.252Z] file_header: OK [2021-03-30T06:21:03.253Z] 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-30T06:21:03.253Z] Statistics: [2021-03-30T06:21:03.253Z] Hnuu...uuuununununu... [2021-03-30T06:21:03.253Z] File successfully converted to sysstat format version 12.2.1 [2021-03-30T06:21:03.253Z] + sadf -c /var/log/sa-host/sa30 [2021-03-30T06:21:03.253Z] file_magic: OK [2021-03-30T06:21:03.253Z] HZ: Using current value: 100 [2021-03-30T06:21:03.253Z] file_header: OK [2021-03-30T06:21:03.253Z] 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-30T06:21:03.253Z] Statistics: [2021-03-30T06:21:03.253Z] 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-30T06:21:03.253Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-30T06:21:03.533Z] provisioning config files... [2021-03-30T06:21:03.574Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7370418716239816757tmp [Pipeline] { [Pipeline] echo [2021-03-30T06:21:03.711Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:21:04.053Z] ---> create-netrc.sh [Pipeline] } [2021-03-30T06:21:04.077Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-30T06:21:04.219Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:21:04.563Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-30T06:21:04.595Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:21:04.928Z] ---> sudo-logs.sh [2021-03-30T06:21:04.928Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-30T06:21:05.040Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:21:05.381Z] ---> job-cost.sh [2021-03-30T06:21:05.381Z] lf-activate-venv: SKIPPING [2021-03-30T06:21:05.382Z] DEBUG: total: 0.20999999344348907 [2021-03-30T06:21:05.382Z] INFO: Retrieving Stack Cost... [2021-03-30T06:21:06.330Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-30T06:21:06.906Z] INFO: Archiving Costs [Pipeline] echo [2021-03-30T06:21:06.946Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:21:07.287Z] ---> logs-deploy.sh [2021-03-30T06:21:07.288Z] lf-activate-venv: SKIPPING [2021-03-30T06:21:07.288Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3318/1 [2021-03-30T06:21:07.288Z] INFO: archiving workspace using pattern(s): [2021-03-30T06:21:08.684Z] Archives upload complete. [2021-03-30T06:21:08.948Z] INFO: archiving logs to Nexus [2021-03-30T06:21:09.896Z] ---> uname -a: [2021-03-30T06:21:09.896Z] Linux prd-centos7-docker-4c-2g-31992.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-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] ---> lscpu: [2021-03-30T06:21:09.896Z] Architecture: x86_64 [2021-03-30T06:21:09.896Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-30T06:21:09.896Z] Byte Order: Little Endian [2021-03-30T06:21:09.896Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-30T06:21:09.896Z] CPU(s): 4 [2021-03-30T06:21:09.896Z] On-line CPU(s) list: 0-3 [2021-03-30T06:21:09.896Z] Thread(s) per core: 1 [2021-03-30T06:21:09.896Z] Core(s) per socket: 1 [2021-03-30T06:21:09.896Z] Socket(s): 4 [2021-03-30T06:21:09.896Z] NUMA node(s): 1 [2021-03-30T06:21:09.896Z] Vendor ID: GenuineIntel [2021-03-30T06:21:09.896Z] CPU family: 6 [2021-03-30T06:21:09.896Z] Model: 44 [2021-03-30T06:21:09.896Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-30T06:21:09.896Z] Stepping: 1 [2021-03-30T06:21:09.896Z] CPU MHz: 2933.442 [2021-03-30T06:21:09.896Z] BogoMIPS: 5866.88 [2021-03-30T06:21:09.896Z] Virtualization: VT-x [2021-03-30T06:21:09.896Z] Hypervisor vendor: KVM [2021-03-30T06:21:09.896Z] Virtualization type: full [2021-03-30T06:21:09.896Z] L1d cache: 128 KiB [2021-03-30T06:21:09.896Z] L1i cache: 128 KiB [2021-03-30T06:21:09.896Z] L2 cache: 16 MiB [2021-03-30T06:21:09.896Z] L3 cache: 64 MiB [2021-03-30T06:21:09.896Z] NUMA node0 CPU(s): 0-3 [2021-03-30T06:21:09.896Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-30T06:21:09.896Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-30T06:21:09.896Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-30T06:21:09.896Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-30T06:21:09.896Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-30T06:21:09.896Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-30T06:21:09.896Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-30T06:21:09.896Z] Vulnerability Srbds: Not affected [2021-03-30T06:21:09.896Z] Vulnerability Tsx async abort: Not affected [2021-03-30T06:21:09.896Z] 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-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] ---> nproc: [2021-03-30T06:21:09.896Z] 4 [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] ---> df -h: [2021-03-30T06:21:09.896Z] Filesystem Size Used Available Use% Mounted on [2021-03-30T06:21:09.896Z] overlay 50.0G 11.4G 38.6G 23% / [2021-03-30T06:21:09.896Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-30T06:21:09.896Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-30T06:21:09.896Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-30T06:21:09.896Z] /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os [2021-03-30T06:21:09.896Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf [2021-03-30T06:21:09.896Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname [2021-03-30T06:21:09.896Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts [2021-03-30T06:21:09.896Z] /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json [2021-03-30T06:21:09.896Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host [2021-03-30T06:21:09.896Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure [2021-03-30T06:21:09.896Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log [2021-03-30T06:21:09.896Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/1@tmp [2021-03-30T06:21:09.896Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/1 [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] ---> free -m: [2021-03-30T06:21:09.896Z] total used free shared buff/cache available [2021-03-30T06:21:09.896Z] Mem: 1837 718 124 0 994 1036 [2021-03-30T06:21:09.896Z] Swap: 1023 62 961 [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] ---> ip addr: [2021-03-30T06:21:09.896Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-30T06:21:09.896Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-30T06:21:09.896Z] inet 127.0.0.1/8 scope host lo [2021-03-30T06:21:09.896Z] valid_lft forever preferred_lft forever [2021-03-30T06:21:09.896Z] inet6 ::1/128 scope host [2021-03-30T06:21:09.896Z] valid_lft forever preferred_lft forever [2021-03-30T06:21:09.896Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-30T06:21:09.896Z] link/ether fa:16:3e:ab:b5:c6 brd ff:ff:ff:ff:ff:ff [2021-03-30T06:21:09.896Z] inet 10.30.122.54/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-30T06:21:09.896Z] valid_lft 84971sec preferred_lft 84971sec [2021-03-30T06:21:09.896Z] inet6 fe80::f816:3eff:feab:b5c6/64 scope link [2021-03-30T06:21:09.896Z] valid_lft forever preferred_lft forever [2021-03-30T06:21:09.896Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-30T06:21:09.896Z] link/ether 02:42:0c:95:37:c1 brd ff:ff:ff:ff:ff:ff [2021-03-30T06:21:09.896Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-30T06:21:09.896Z] valid_lft forever preferred_lft forever [2021-03-30T06:21:09.896Z] inet6 fe80::42:cff:fe95:37c1/64 scope link [2021-03-30T06:21:09.896Z] valid_lft forever preferred_lft forever [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] ---> sar -b -r -n DEV: [2021-03-30T06:21:09.896Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/30/21 _x86_64_ (4 CPU) [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] 05:57:09 LINUX RESTART (4 CPU) [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] 05:58:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-30T06:21:09.896Z] 05:59:01 142.40 48.62 93.78 0.00 8649.58 35076.60 0.00 [2021-03-30T06:21:09.896Z] 06:00:01 272.03 109.75 162.29 0.00 4166.63 30840.44 0.00 [2021-03-30T06:21:09.896Z] 06:01:01 132.98 40.30 92.68 0.00 1743.95 10262.48 0.00 [2021-03-30T06:21:09.896Z] 06:02:01 148.19 74.63 73.56 0.00 3563.02 8127.72 0.00 [2021-03-30T06:21:09.896Z] 06:03:02 302.61 118.76 183.85 0.00 50523.09 123549.96 0.00 [2021-03-30T06:21:09.896Z] 06:04:03 3201.23 2861.74 339.49 0.00 176800.00 190380.57 0.00 [2021-03-30T06:21:09.896Z] 06:05:01 408.28 210.00 198.28 0.00 12899.16 33480.79 0.00 [2021-03-30T06:21:09.896Z] 06:06:01 1600.73 1261.60 339.12 0.00 114648.01 160263.90 0.00 [2021-03-30T06:21:09.896Z] 06:07:03 929.29 648.94 280.35 0.00 38638.75 68168.37 0.00 [2021-03-30T06:21:09.896Z] 06:08:01 55.77 12.73 43.04 0.00 3077.64 2012.33 0.00 [2021-03-30T06:21:09.896Z] 06:09:01 1.33 0.02 1.32 0.00 0.53 20.04 0.00 [2021-03-30T06:21:09.896Z] 06:10:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 [2021-03-30T06:21:09.896Z] 06:11:01 0.27 0.00 0.27 0.00 0.00 3.78 0.00 [2021-03-30T06:21:09.896Z] 06:12:01 0.28 0.00 0.28 0.00 0.00 2.65 0.00 [2021-03-30T06:21:09.896Z] 06:13:01 1.75 1.55 0.20 0.00 54.75 3.00 0.00 [2021-03-30T06:21:09.896Z] 06:14:01 0.82 0.05 0.77 0.00 1.60 14.09 0.00 [2021-03-30T06:21:09.896Z] 06:15:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 [2021-03-30T06:21:09.896Z] 06:16:01 0.22 0.00 0.22 0.00 0.00 2.20 0.00 [2021-03-30T06:21:09.896Z] 06:17:01 0.18 0.00 0.18 0.00 0.00 2.07 0.00 [2021-03-30T06:21:09.896Z] 06:18:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 [2021-03-30T06:21:09.896Z] 06:19:01 0.27 0.02 0.25 0.00 0.80 3.93 0.00 [2021-03-30T06:21:09.896Z] 06:20:01 0.70 0.00 0.70 0.00 0.00 8.39 0.00 [2021-03-30T06:21:09.896Z] 06:21:01 170.89 89.60 81.29 0.00 7827.83 18330.11 0.00 [2021-03-30T06:21:09.896Z] Average: 323.36 240.71 82.65 0.00 18552.31 29828.46 0.00 [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] 05:58:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-30T06:21:09.896Z] 05:59:01 73852 0 675788 35.92 2596 1129308 1550532 52.92 716608 877300 72760 [2021-03-30T06:21:09.896Z] 06:00:01 187764 0 790316 42.00 1496 901968 1453192 49.60 582920 830116 3900 [2021-03-30T06:21:09.896Z] 06:01:01 206616 0 837760 44.53 660 836508 1899908 64.84 711028 673632 83824 [2021-03-30T06:21:09.896Z] 06:02:01 159980 0 814184 43.27 644 906736 1510528 51.55 681148 741980 74824 [2021-03-30T06:21:09.896Z] 06:03:02 79244 0 832444 44.24 148 969708 2240240 76.46 752624 836468 66220 [2021-03-30T06:21:09.896Z] 06:04:03 78620 0 812700 43.19 88 990136 2145548 73.22 752032 818472 78576 [2021-03-30T06:21:09.896Z] 06:05:01 518788 0 701700 37.29 88 660968 1366928 46.65 410788 701336 28 [2021-03-30T06:21:09.896Z] 06:06:01 52328 0 859348 45.67 88 969780 2368568 80.84 729432 854148 91144 [2021-03-30T06:21:09.896Z] 06:07:03 101972 0 688288 36.58 88 1091196 1350584 46.09 597980 923312 20 [2021-03-30T06:21:09.896Z] 06:08:01 170376 0 634288 33.71 88 1076792 1202444 41.04 505556 957796 12 [2021-03-30T06:21:09.896Z] 06:09:01 173860 0 630800 33.53 88 1076796 1174460 40.08 503428 957332 8 [2021-03-30T06:21:09.896Z] 06:10:01 173408 0 631244 33.55 88 1076804 1174544 40.09 504012 957332 8 [2021-03-30T06:21:09.896Z] 06:11:01 173096 0 631548 33.57 88 1076812 1174616 40.09 504296 957332 8 [2021-03-30T06:21:09.896Z] 06:12:01 173848 0 630792 33.53 88 1076816 1174460 40.08 503440 957332 8 [2021-03-30T06:21:09.896Z] 06:13:01 171748 0 631948 33.59 88 1077760 1174544 40.09 504340 957660 8 [2021-03-30T06:21:09.896Z] 06:14:01 172420 0 631256 33.55 88 1077780 1174460 40.08 504216 957692 8 [2021-03-30T06:21:09.896Z] 06:15:01 172420 0 631248 33.55 88 1077788 1174460 40.08 504228 957692 8 [2021-03-30T06:21:09.896Z] 06:16:01 172172 0 631492 33.56 88 1077792 1174460 40.08 504108 957692 8 [2021-03-30T06:21:09.896Z] 06:17:01 172248 0 631404 33.56 88 1077804 1174460 40.08 503988 957696 8 [2021-03-30T06:21:09.896Z] 06:18:01 172224 0 631424 33.56 88 1077808 1174520 40.08 504316 957692 8 [2021-03-30T06:21:09.896Z] 06:19:01 172172 0 631488 33.56 88 1077796 1174460 40.08 504276 957692 8 [2021-03-30T06:21:09.896Z] 06:20:01 171900 0 631724 33.57 88 1077832 1174460 40.08 504144 957716 8 [2021-03-30T06:21:09.896Z] 06:21:01 180008 0 707668 37.61 88 993780 1465508 50.02 537088 868980 28 [2021-03-30T06:21:09.896Z] Average: 168742 0 692646 36.81 310 1019846 1419473 48.44 566348 894539 20497 [2021-03-30T06:21:09.896Z] [2021-03-30T06:21:09.896Z] 05:58:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-30T06:21:09.896Z] 05:59:01 eth0 1433.40 1265.95 5995.96 155.18 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 05:59:01 docker0 896.46 963.70 71.93 2686.95 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:00:01 veth6841cd4 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:00:01 eth0 246.30 195.96 866.99 28.72 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:00:01 docker0 175.23 208.40 12.83 833.92 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:01:01 veth6841cd4 0.93 0.96 0.08 0.08 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:01:01 eth0 42.74 30.68 21.85 71.90 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:01:01 docker0 0.93 0.93 0.06 0.08 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:02:01 veth6841cd4 1.51 1.51 0.12 0.12 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:02:01 eth0 25.91 13.42 19.53 10.33 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:02:01 docker0 1.51 1.51 0.10 0.12 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:03:02 eth0 221.93 181.72 1692.33 85.32 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:03:02 vethe6591f3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.896Z] 06:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:04:03 eth0 41.93 21.85 156.66 7.25 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:04:03 vethe6591f3 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:04:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:04:03 docker0 14.33 27.25 0.80 144.86 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:05:01 eth0 40.06 22.67 189.09 9.22 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:05:01 vethe6591f3 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:05:01 docker0 9.21 15.23 0.50 125.49 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:06:01 vethc3cd458 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:06:01 eth0 65.84 39.92 91.42 71.95 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:06:01 veth6983788 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:06:01 vethe6591f3 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:07:03 eth0 220.22 147.95 1679.63 87.02 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:07:03 vethe6591f3 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:07:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:07:03 docker0 1113.45 1274.50 86.66 4240.95 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:08:01 eth0 27.56 16.62 71.59 8.36 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:08:01 docker0 6.49 9.23 0.63 56.06 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:09:01 eth0 0.42 0.10 0.04 0.01 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:10:01 eth0 1.23 0.32 0.35 0.20 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:11:01 eth0 0.63 0.38 0.30 0.21 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:12:01 eth0 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:13:01 eth0 0.35 0.23 0.19 0.07 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:14:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:15:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:16:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:17:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:18:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:19:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:20:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:21:01 eth0 234.37 198.62 2179.68 69.87 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] Average: eth0 113.93 93.51 567.76 26.51 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] Average: docker0 49.80 57.08 3.88 191.00 0.00 0.00 0.00 0.00 [2021-03-30T06:21:09.897Z] [2021-03-30T06:21:09.897Z] [2021-03-30T06:21:09.897Z] ---> sar -P ALL: [2021-03-30T06:21:09.897Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/30/21 _x86_64_ (4 CPU) [2021-03-30T06:21:09.897Z] [2021-03-30T06:21:09.897Z] 05:57:09 LINUX RESTART (4 CPU) [2021-03-30T06:21:09.897Z] [2021-03-30T06:21:09.897Z] 05:58:01 CPU %user %nice %system %iowait %steal %idle [2021-03-30T06:21:09.897Z] 05:59:01 all 15.80 0.00 8.27 2.06 0.08 73.79 [2021-03-30T06:21:09.897Z] 05:59:01 0 13.58 0.00 9.83 0.74 0.07 75.78 [2021-03-30T06:21:09.897Z] 05:59:01 1 12.11 0.00 7.68 2.80 0.10 77.31 [2021-03-30T06:21:09.897Z] 05:59:01 2 21.32 0.00 6.90 2.41 0.07 69.30 [2021-03-30T06:21:09.897Z] 05:59:01 3 16.17 0.00 8.70 2.27 0.09 72.77 [2021-03-30T06:21:09.897Z] 06:00:01 all 9.44 0.00 8.12 6.97 0.16 75.31 [2021-03-30T06:21:09.897Z] 06:00:01 0 9.56 0.00 8.51 6.85 0.14 74.94 [2021-03-30T06:21:09.897Z] 06:00:01 1 9.27 0.00 7.94 6.34 0.15 76.30 [2021-03-30T06:21:09.897Z] 06:00:01 2 9.25 0.00 8.55 7.03 0.19 74.98 [2021-03-30T06:21:09.897Z] 06:00:01 3 9.68 0.00 7.47 7.66 0.17 75.03 [2021-03-30T06:21:09.897Z] 06:01:01 all 51.72 0.00 12.10 4.44 0.12 31.63 [2021-03-30T06:21:09.897Z] 06:01:01 0 50.86 0.00 12.29 3.97 0.16 32.73 [2021-03-30T06:21:09.897Z] 06:01:01 1 51.06 0.00 12.27 3.51 0.12 33.04 [2021-03-30T06:21:09.897Z] 06:01:01 2 53.09 0.00 11.95 4.08 0.10 30.77 [2021-03-30T06:21:09.897Z] 06:01:01 3 51.87 0.00 11.89 6.17 0.09 29.98 [2021-03-30T06:21:09.897Z] 06:02:01 all 50.50 0.00 14.77 3.12 0.17 31.45 [2021-03-30T06:21:09.897Z] 06:02:01 0 49.35 0.00 14.21 4.80 0.19 31.45 [2021-03-30T06:21:09.897Z] 06:02:01 1 49.46 0.00 14.49 2.83 0.16 33.07 [2021-03-30T06:21:09.897Z] 06:02:01 2 51.65 0.00 15.34 2.93 0.14 29.94 [2021-03-30T06:21:09.897Z] 06:02:01 3 51.54 0.00 15.03 1.92 0.17 31.34 [2021-03-30T06:21:09.897Z] 06:03:02 all 23.70 0.00 19.47 3.66 0.50 52.68 [2021-03-30T06:21:09.897Z] 06:03:02 0 24.14 0.00 19.22 3.86 0.47 52.30 [2021-03-30T06:21:09.897Z] 06:03:02 1 22.00 0.00 19.06 3.11 0.57 55.25 [2021-03-30T06:21:09.897Z] 06:03:02 2 22.73 0.00 19.90 4.03 0.50 52.84 [2021-03-30T06:21:09.897Z] 06:03:02 3 25.93 0.00 19.68 3.62 0.45 50.31 [2021-03-30T06:21:09.897Z] 06:04:03 all 22.44 0.00 28.81 24.05 0.49 24.21 [2021-03-30T06:21:09.897Z] 06:04:03 0 21.93 0.00 28.35 22.60 0.55 26.57 [2021-03-30T06:21:09.897Z] 06:04:03 1 22.75 0.00 28.60 25.77 0.42 22.46 [2021-03-30T06:21:09.897Z] 06:04:03 2 21.85 0.00 29.16 25.27 0.56 23.16 [2021-03-30T06:21:09.897Z] 06:04:03 3 23.26 0.00 29.12 22.56 0.43 24.63 [2021-03-30T06:21:09.897Z] 06:05:01 all 61.15 0.00 15.63 13.30 0.15 9.77 [2021-03-30T06:21:09.897Z] 06:05:01 0 60.47 0.00 16.09 11.60 0.14 11.69 [2021-03-30T06:21:09.897Z] 06:05:01 1 61.63 0.00 15.42 12.61 0.18 10.16 [2021-03-30T06:21:09.897Z] 06:05:01 2 60.74 0.00 15.94 14.28 0.16 8.87 [2021-03-30T06:21:09.897Z] 06:05:01 3 61.75 0.00 15.06 14.70 0.13 8.36 [2021-03-30T06:21:09.897Z] 06:06:01 all 34.93 0.00 26.92 16.74 0.37 21.04 [2021-03-30T06:21:09.897Z] 06:06:01 0 34.48 0.00 26.15 17.39 0.39 21.59 [2021-03-30T06:21:09.897Z] 06:06:01 1 35.69 0.00 26.25 16.68 0.42 20.96 [2021-03-30T06:21:09.897Z] 06:06:01 2 35.62 0.00 27.39 16.82 0.30 19.88 [2021-03-30T06:21:09.897Z] 06:06:01 3 33.93 0.00 27.89 16.06 0.37 21.75 [2021-03-30T06:21:09.897Z] 06:07:03 all 34.27 0.00 16.77 15.07 0.11 33.77 [2021-03-30T06:21:09.897Z] 06:07:03 0 33.57 0.00 16.98 19.32 0.15 29.97 [2021-03-30T06:21:09.897Z] 06:07:03 1 33.73 0.00 16.37 12.07 0.12 37.71 [2021-03-30T06:21:09.897Z] 06:07:03 2 34.65 0.00 17.94 12.08 0.07 35.26 [2021-03-30T06:21:09.897Z] 06:07:03 3 35.14 0.00 15.79 16.85 0.09 32.14 [2021-03-30T06:21:09.897Z] 06:08:01 all 3.74 0.00 1.99 1.78 0.02 92.47 [2021-03-30T06:21:09.897Z] 06:08:01 0 4.57 0.00 1.94 2.72 0.02 90.76 [2021-03-30T06:21:09.897Z] 06:08:01 1 2.96 0.00 2.30 2.69 0.03 92.01 [2021-03-30T06:21:09.897Z] 06:08:01 2 4.71 0.00 1.99 0.16 0.00 93.14 [2021-03-30T06:21:09.897Z] 06:08:01 3 2.72 0.00 1.71 1.57 0.03 93.96 [2021-03-30T06:21:09.897Z] 06:09:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-30T06:21:09.897Z] 06:09:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-30T06:21:09.897Z] 06:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-30T06:21:09.897Z] 06:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-30T06:21:09.897Z] 06:09:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-30T06:21:09.897Z] [2021-03-30T06:21:09.897Z] 06:09:01 CPU %user %nice %system %iowait %steal %idle [2021-03-30T06:21:09.897Z] 06:10:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-03-30T06:21:09.897Z] 06:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-30T06:21:09.897Z] 06:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-30T06:21:09.897Z] 06:10:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-30T06:21:09.897Z] 06:10:01 3 0.53 0.00 0.05 0.00 0.02 99.40 [2021-03-30T06:21:09.897Z] 06:11:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-30T06:21:09.897Z] 06:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-30T06:21:09.897Z] 06:11:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-30T06:21:09.897Z] 06:11:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-30T06:21:09.897Z] 06:11:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-30T06:21:09.897Z] 06:12:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-03-30T06:21:09.897Z] 06:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-30T06:21:09.897Z] 06:12:01 1 0.20 0.00 0.03 0.00 0.00 99.77 [2021-03-30T06:21:09.897Z] 06:12:01 2 0.40 0.00 0.03 0.00 0.00 99.57 [2021-03-30T06:21:09.897Z] 06:12:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-30T06:21:09.897Z] 06:13:01 all 0.15 0.00 0.06 0.02 0.00 99.76 [2021-03-30T06:21:09.897Z] 06:13:01 0 0.03 0.00 0.12 0.08 0.00 99.77 [2021-03-30T06:21:09.897Z] 06:13:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-30T06:21:09.898Z] 06:13:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2021-03-30T06:21:09.898Z] 06:13:01 3 0.02 0.00 0.03 0.02 0.00 99.93 [2021-03-30T06:21:09.898Z] 06:14:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-30T06:21:09.898Z] 06:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-30T06:21:09.898Z] 06:14:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-30T06:21:09.898Z] 06:14:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-30T06:21:09.898Z] 06:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-30T06:21:09.898Z] 06:15:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-30T06:21:09.898Z] 06:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-30T06:21:09.898Z] 06:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-30T06:21:09.898Z] 06:15:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-30T06:21:09.898Z] 06:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-30T06:21:09.898Z] 06:16:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-30T06:21:09.898Z] 06:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-30T06:21:09.898Z] 06:16:01 1 0.37 0.00 0.03 0.00 0.00 99.60 [2021-03-30T06:21:09.898Z] 06:16:01 2 0.20 0.00 0.03 0.00 0.00 99.77 [2021-03-30T06:21:09.898Z] 06:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-30T06:21:09.898Z] 06:17:01 all 0.08 0.00 0.03 0.00 0.00 99.88 [2021-03-30T06:21:09.898Z] 06:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-30T06:21:09.898Z] 06:17:01 1 0.28 0.00 0.07 0.00 0.00 99.65 [2021-03-30T06:21:09.898Z] 06:17:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-30T06:21:09.898Z] 06:17:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-30T06:21:09.898Z] 06:18:01 all 0.10 0.00 0.03 0.00 0.00 99.86 [2021-03-30T06:21:09.898Z] 06:18:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-03-30T06:21:09.898Z] 06:18:01 1 0.30 0.00 0.03 0.00 0.00 99.67 [2021-03-30T06:21:09.898Z] 06:18:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-30T06:21:09.898Z] 06:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-30T06:21:09.898Z] 06:19:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-30T06:21:09.898Z] 06:19:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-03-30T06:21:09.898Z] 06:19:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-30T06:21:09.898Z] 06:19:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-30T06:21:09.898Z] 06:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-30T06:21:09.898Z] 06:20:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-30T06:21:09.898Z] 06:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-30T06:21:09.898Z] 06:20:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-30T06:21:09.898Z] 06:20:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-30T06:21:09.898Z] 06:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-30T06:21:09.898Z] [2021-03-30T06:21:09.898Z] 06:20:01 CPU %user %nice %system %iowait %steal %idle [2021-03-30T06:21:09.898Z] 06:21:01 all 6.74 0.00 5.03 3.08 0.04 85.11 [2021-03-30T06:21:09.898Z] 06:21:01 0 7.02 0.00 4.89 1.00 0.03 87.06 [2021-03-30T06:21:09.898Z] 06:21:01 1 5.86 0.00 4.89 1.67 0.07 87.51 [2021-03-30T06:21:09.898Z] 06:21:01 2 7.38 0.00 5.06 7.16 0.05 80.35 [2021-03-30T06:21:09.898Z] 06:21:01 3 6.70 0.00 5.28 2.52 0.02 85.49 [2021-03-30T06:21:09.898Z] Average: all 13.37 0.00 6.70 3.98 0.09 75.85 [2021-03-30T06:21:09.898Z] Average: 0 13.11 0.00 6.73 4.02 0.10 76.04 [2021-03-30T06:21:09.898Z] Average: 1 13.02 0.00 6.59 3.80 0.10 76.49 [2021-03-30T06:21:09.898Z] Average: 2 13.83 0.00 6.81 4.08 0.09 75.19 [2021-03-30T06:21:09.898Z] Average: 3 13.54 0.00 6.66 4.04 0.09 75.67 [2021-03-30T06:21:09.898Z] [2021-03-30T06:21:09.898Z] [2021-03-30T06:21:09.898Z]