Pull request #3224 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f60a6b9b3bbcf5933f7773f85fc76d84301e173f rather than 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b Obtained Jenkinsfile from f60a6b9b3bbcf5933f7773f85fc76d84301e173f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28440 in /w/workspace/edgexfoundry_edgex-go_PR-3224 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3224/head:refs/remotes/origin/PR-3224 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b Merge succeeded, producing 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b Checking out Revision 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b (PR-3224) > git config core.sparsecheckout # timeout=10 > git checkout -f 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b # 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 f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b # timeout=10 Commit message: "feat(scheduler): Implement PATCH /interval V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-04T04:36:14.463Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-04T04:36:14.712Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-04T04:36:14.815Z] ========================================================= [2021-03-04T04:36:14.816Z] EdgeX Global Pipelines Version Info [2021-03-04T04:36:14.816Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-04T04:36:16.257Z] ------------------- [2021-03-04T04:36:16.257Z] stable info: [2021-03-04T04:36:16.257Z] ------------------- [2021-03-04T04:36:16.257Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-04T04:36:16.257Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T04:36:16.257Z] Message: update stable to v1.0.184 [2021-03-04T04:36:17.205Z] ------------------- [2021-03-04T04:36:17.205Z] experimental info: [2021-03-04T04:36:17.205Z] ------------------- [2021-03-04T04:36:17.205Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-04T04:36:17.205Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T04:36:17.205Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-04T04:36:17.494Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-04T04:36:17.585Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-04T04:36:17.678Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-04T04:36:17.769Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-04T04:36:17.860Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-04T04:36:17.953Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-04T04:36:18.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-04T04:36:18.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-04T04:36:18.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-04T04:36:18.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-04T04:36:18.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-04T04:36:18.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-04T04:36:18.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-04T04:36:18.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-04T04:36:18.757Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T04:36:18.844Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T04:36:18.963Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-04T04:36:19.048Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-04T04:36:19.130Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-04T04:36:19.260Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-04T04:36:19.354Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-04T04:36:19.448Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-04T04:36:19.586Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3224 [Pipeline] echo [2021-03-04T04:36:19.684Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3224 [Pipeline] echo [2021-03-04T04:36:19.770Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3224 [Pipeline] echo [2021-03-04T04:36:19.869Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [Pipeline] echo [2021-03-04T04:36:19.963Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 09d5bbe [Pipeline] echo [2021-03-04T04:36:20.050Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T04:36:20.220Z] provisioning config files... [2021-03-04T04:36:20.281Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config24232179736187874tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T04:36:20.652Z] ---> docker-login.sh [2021-03-04T04:36:20.652Z] nexus3.edgexfoundry.org:10001 [2021-03-04T04:36:20.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T04:36:21.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T04:36:21.179Z] Configure a credential helper to remove this warning. See [2021-03-04T04:36:21.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T04:36:21.179Z] [2021-03-04T04:36:21.179Z] Login Succeeded [2021-03-04T04:36:21.179Z] nexus3.edgexfoundry.org:10002 [2021-03-04T04:36:21.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T04:36:21.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T04:36:21.443Z] Configure a credential helper to remove this warning. See [2021-03-04T04:36:21.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T04:36:21.443Z] [2021-03-04T04:36:21.443Z] Login Succeeded [2021-03-04T04:36:21.443Z] nexus3.edgexfoundry.org:10003 [2021-03-04T04:36:21.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T04:36:21.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T04:36:21.706Z] Configure a credential helper to remove this warning. See [2021-03-04T04:36:21.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T04:36:21.706Z] [2021-03-04T04:36:21.706Z] Login Succeeded [2021-03-04T04:36:21.706Z] nexus3.edgexfoundry.org:10004 [2021-03-04T04:36:21.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T04:36:21.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T04:36:21.970Z] Configure a credential helper to remove this warning. See [2021-03-04T04:36:21.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T04:36:21.970Z] [2021-03-04T04:36:21.970Z] Login Succeeded [2021-03-04T04:36:21.971Z] docker.io [2021-03-04T04:36:21.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T04:36:22.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T04:36:22.233Z] Configure a credential helper to remove this warning. See [2021-03-04T04:36:22.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T04:36:22.233Z] [2021-03-04T04:36:22.233Z] Login Succeeded [2021-03-04T04:36:22.233Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T04:36:22.244Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T04:36:22.723Z] ++ 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-04T04:36:22.723Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T04:36:22.723Z] ++ dirname cmd/core-command/Dockerfile [2021-03-04T04:36:22.723Z] ++ cut -d/ -f2 [2021-03-04T04:36:22.723Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-04T04:36:22.723Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T04:36:22.723Z] ++ dirname cmd/core-data/Dockerfile [2021-03-04T04:36:22.723Z] ++ cut -d/ -f2 [2021-03-04T04:36:22.723Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-04T04:36:22.723Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T04:36:22.723Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-04T04:36:22.723Z] ++ cut -d/ -f2 [2021-03-04T04:36:22.723Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-04T04:36:22.723Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T04:36:22.723Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-04T04:36:22.723Z] ++ cut -d/ -f2 [2021-03-04T04:36:22.723Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-04T04:36:22.723Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T04:36:22.723Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-04T04:36:22.723Z] ++ cut -d/ -f2 [2021-03-04T04:36:22.723Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-04T04:36:22.723Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T04:36:22.723Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-04T04:36:22.723Z] ++ cut -d/ -f2 [2021-03-04T04:36:22.723Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-04T04:36:22.723Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T04:36:22.723Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-04T04:36:22.723Z] ++ cut -d/ -f2 [2021-03-04T04:36:22.723Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-04T04:36:22.723Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T04:36:22.723Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-04T04:36:22.723Z] ++ cut -d/ -f2 [2021-03-04T04:36:22.723Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-04T04:36:22.723Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T04:36:22.723Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-04T04:36:22.723Z] ++ cut -d/ -f2 [2021-03-04T04:36:22.723Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-04T04:36:22.803Z] 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-04T04:36:24.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T04:36:24.322Z] [2021-03-04T04:36:24.322Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:36:24.673Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T04:36:24.673Z] latest: Pulling from edgex-devops/git-semver [2021-03-04T04:36:24.673Z] 31603596830f: Pulling fs layer [2021-03-04T04:36:24.673Z] 2a8b12db71e7: Pulling fs layer [2021-03-04T04:36:24.673Z] 6ca5941a6612: Pulling fs layer [2021-03-04T04:36:24.673Z] ecc8261a40a4: Pulling fs layer [2021-03-04T04:36:24.673Z] ecc8261a40a4: Waiting [2021-03-04T04:36:24.673Z] 2a8b12db71e7: Verifying Checksum [2021-03-04T04:36:24.673Z] 2a8b12db71e7: Download complete [2021-03-04T04:36:24.673Z] 31603596830f: Verifying Checksum [2021-03-04T04:36:24.673Z] 31603596830f: Download complete [2021-03-04T04:36:24.938Z] 6ca5941a6612: Verifying Checksum [2021-03-04T04:36:24.938Z] 6ca5941a6612: Download complete [2021-03-04T04:36:24.938Z] ecc8261a40a4: Verifying Checksum [2021-03-04T04:36:24.938Z] ecc8261a40a4: Download complete [2021-03-04T04:36:25.201Z] 31603596830f: Pull complete [2021-03-04T04:36:25.465Z] 2a8b12db71e7: Pull complete [2021-03-04T04:36:26.415Z] 6ca5941a6612: Pull complete [2021-03-04T04:36:26.415Z] ecc8261a40a4: Pull complete [2021-03-04T04:36:26.415Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-04T04:36:26.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T04:36:26.415Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-04T04:36:26.527Z] prd-centos7-docker-4c-2g-28440 does not seem to be running inside a container [2021-03-04T04:36:26.591Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T04:36:29.054Z] $ docker top 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T04:36:29.387Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T04:36:29.387Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T04:36:29.600Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T04:36:29.603Z] $ docker exec 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf ssh-agent [2021-03-04T04:36:29.777Z] SSH_AUTH_SOCK=/tmp/ssh-Wy9Z1VwULjgb/agent.11 [2021-03-04T04:36:29.777Z] SSH_AGENT_PID=16 [2021-03-04T04:36:29.787Z] Running ssh-add (command line suppressed) [2021-03-04T04:36:29.907Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4001622358861839099.key (/w/workspace/edgex-go/2@tmp/private_key_4001622358861839099.key) [2021-03-04T04:36:29.958Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T04:36:30.319Z] + git tag --points-at HEAD [Pipeline] } [2021-03-04T04:36:30.342Z] $ docker exec --env ******** --env ******** 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf ssh-agent -k [2021-03-04T04:36:30.483Z] unset SSH_AUTH_SOCK; [2021-03-04T04:36:30.483Z] unset SSH_AGENT_PID; [2021-03-04T04:36:30.484Z] echo Agent pid 16 killed; [2021-03-04T04:36:30.534Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-04T04:36:30.745Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T04:36:30.745Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T04:36:30.917Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T04:36:30.919Z] $ docker exec 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf ssh-agent [2021-03-04T04:36:31.090Z] SSH_AUTH_SOCK=/tmp/ssh-Xz9hrqtxwtvk/agent.46 [2021-03-04T04:36:31.090Z] SSH_AGENT_PID=51 [2021-03-04T04:36:31.098Z] Running ssh-add (command line suppressed) [2021-03-04T04:36:31.214Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_459763261931049207.key (/w/workspace/edgex-go/2@tmp/private_key_459763261931049207.key) [2021-03-04T04:36:31.275Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T04:36:31.611Z] + git semver init [2021-03-04T04:36:31.612Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T04:36:31.612Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-04T04:36:31.612Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-04T04:36:31.612Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T04:36:31.612Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T04:36:31.612Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T04:36:31.612Z] # $SEMVER_BRANCH = PR-3224 [2021-03-04T04:36:31.612Z] # $SEMVER_TEMP = /tmp/semver-510112923 [2021-03-04T04:36:31.612Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-04T04:36:49.758Z] # '/tmp/semver-510112923' -> '/w/workspace/edgex-go/2/.semver' [2021-03-04T04:36:49.758Z] # -> Force: false [2021-03-04T04:36:49.758Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-04T04:36:49.772Z] $ docker exec --env ******** --env ******** 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf ssh-agent -k [2021-03-04T04:36:50.041Z] unset SSH_AUTH_SOCK; [2021-03-04T04:36:50.041Z] unset SSH_AGENT_PID; [2021-03-04T04:36:50.041Z] echo Agent pid 51 killed; [2021-03-04T04:36:50.125Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T04:36:50.657Z] + git semver [Pipeline] } [2021-03-04T04:36:50.674Z] $ docker stop --time=1 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf [2021-03-04T04:36:52.267Z] $ docker rm -f 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T04:36:52.796Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-04T04:36:53.285Z] Stashed 1 file(s) [Pipeline] echo [2021-03-04T04:36:53.288Z] [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-04T04:36:54.205Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-04T04:36:54.511Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T04:36:54.843Z] + sudo service docker restart [2021-03-04T04:36:54.843Z] + true [2021-03-04T04:36:54.843Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-04T04:36:55.445Z] ========================================================= [2021-03-04T04:36:55.445Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-04T04:36:55.445Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:36:55.805Z] + 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-04T04:37:00.047Z] Sending build context to Docker daemon 328.2MB [2021-03-04T04:37:00.047Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T04:37:00.047Z] Step 2/6 : FROM ${BASE} [2021-03-04T04:37:00.047Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-04T04:37:00.047Z] 188c0c94c7c5: Pulling fs layer [2021-03-04T04:37:00.047Z] 0ef7d3d256c8: Pulling fs layer [2021-03-04T04:37:00.047Z] de9db76c5a1d: Pulling fs layer [2021-03-04T04:37:00.047Z] bca2f99d35d6: Pulling fs layer [2021-03-04T04:37:00.047Z] 93359f2a8cfa: Pulling fs layer [2021-03-04T04:37:00.047Z] 7c6f9722023f: Pulling fs layer [2021-03-04T04:37:00.047Z] a35cf1a2eb13: Pulling fs layer [2021-03-04T04:37:00.047Z] bca2f99d35d6: Waiting [2021-03-04T04:37:00.047Z] 93359f2a8cfa: Waiting [2021-03-04T04:37:00.047Z] 7c6f9722023f: Waiting [2021-03-04T04:37:00.047Z] a35cf1a2eb13: Waiting [2021-03-04T04:37:00.047Z] 0ef7d3d256c8: Download complete [2021-03-04T04:37:00.047Z] de9db76c5a1d: Download complete [2021-03-04T04:37:00.047Z] 93359f2a8cfa: Verifying Checksum [2021-03-04T04:37:00.047Z] 93359f2a8cfa: Download complete [2021-03-04T04:37:00.047Z] 7c6f9722023f: Verifying Checksum [2021-03-04T04:37:00.047Z] 7c6f9722023f: Download complete [2021-03-04T04:37:00.047Z] 188c0c94c7c5: Verifying Checksum [2021-03-04T04:37:00.047Z] 188c0c94c7c5: Download complete [2021-03-04T04:37:00.310Z] 188c0c94c7c5: Pull complete [2021-03-04T04:37:00.572Z] 0ef7d3d256c8: Pull complete [2021-03-04T04:37:00.572Z] de9db76c5a1d: Pull complete [2021-03-04T04:37:02.508Z] a35cf1a2eb13: Download complete [2021-03-04T04:37:02.770Z] bca2f99d35d6: Verifying Checksum [2021-03-04T04:37:02.770Z] bca2f99d35d6: Download complete [2021-03-04T04:37:08.684Z] Still waiting to schedule task [2021-03-04T04:37:08.684Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-04T04:37:09.393Z] bca2f99d35d6: Pull complete [2021-03-04T04:37:09.393Z] 93359f2a8cfa: Pull complete [2021-03-04T04:37:09.393Z] 7c6f9722023f: Pull complete [2021-03-04T04:37:13.651Z] a35cf1a2eb13: Pull complete [2021-03-04T04:37:13.651Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-04T04:37:13.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-04T04:37:13.651Z] ---> a62c8e92a672 [2021-03-04T04:37:13.651Z] 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-04T04:37:13.651Z] ---> Running in 2d05b8f37598 [2021-03-04T04:37:14.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:37:14.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:37:15.383Z] (1/12) Installing libmagic (5.38-r0) [2021-03-04T04:37:16.330Z] (2/12) Installing file (5.38-r0) [2021-03-04T04:37:16.330Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-04T04:37:16.330Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-04T04:37:20.550Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-04T04:37:20.550Z] (6/12) Installing patch (2.7.6-r6) [2021-03-04T04:37:20.550Z] (7/12) Installing build-base (0.5-r2) [2021-03-04T04:37:20.550Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-04T04:37:20.550Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-04T04:37:20.812Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-04T04:37:21.085Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-04T04:37:21.354Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-04T04:37:21.619Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:37:21.619Z] OK: 233 MiB in 51 packages [2021-03-04T04:37:24.933Z] Removing intermediate container 2d05b8f37598 [2021-03-04T04:37:24.933Z] ---> 82ac12dd57ad [2021-03-04T04:37:24.933Z] Step 4/6 : WORKDIR /edgex-go [2021-03-04T04:37:24.933Z] ---> Running in a22b36c7e3c7 [2021-03-04T04:37:24.933Z] Removing intermediate container a22b36c7e3c7 [2021-03-04T04:37:24.933Z] ---> e095072b96be [2021-03-04T04:37:24.933Z] Step 5/6 : COPY go.mod . [2021-03-04T04:37:25.197Z] ---> dd79283f395d [2021-03-04T04:37:25.197Z] Step 6/6 : RUN go mod download [2021-03-04T04:37:25.197Z] ---> Running in d461b52b3949 [2021-03-04T04:37:51.854Z] Removing intermediate container d461b52b3949 [2021-03-04T04:37:51.854Z] ---> 022d058fff9c [2021-03-04T04:37:51.854Z] Successfully built 022d058fff9c [2021-03-04T04:37:51.854Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:37:52.170Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T04:37:52.170Z] . [Pipeline] withDockerContainer [2021-03-04T04:37:52.269Z] prd-centos7-docker-4c-2g-28440 does not seem to be running inside a container [2021-03-04T04:37:52.319Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T04:37:53.135Z] $ docker top c27794f9d56c06df6e9c77af83a6faef0b0fececd1c5b226143f502f8aa16a36 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T04:37:53.640Z] + go version [2021-03-04T04:37:53.640Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-04T04:37:53.656Z] $ docker stop --time=1 c27794f9d56c06df6e9c77af83a6faef0b0fececd1c5b226143f502f8aa16a36 [2021-03-04T04:37:55.018Z] $ docker rm -f c27794f9d56c06df6e9c77af83a6faef0b0fececd1c5b226143f502f8aa16a36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:37:55.873Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T04:37:55.873Z] . [Pipeline] withDockerContainer [2021-03-04T04:37:55.972Z] prd-centos7-docker-4c-2g-28440 does not seem to be running inside a container [2021-03-04T04:37:56.019Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T04:37:56.752Z] $ docker top 31fcda079df31ce301a27a3f7ac5b76df2bc4062595eec43a15ed778633b436a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T04:37:56.959Z] ========================================================= [2021-03-04T04:37:56.959Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-04T04:37:56.959Z] ========================================================= [Pipeline] sh [2021-03-04T04:37:57.256Z] + make test [2021-03-04T04:37:57.256Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-04T04:38:07.323Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-04T04:38:19.710Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-04T04:38:27.950Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-04T04:38:27.950Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-04T04:38:27.950Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-04T04:38:29.899Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-04T04:38:29.899Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-04T04:38:29.899Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-04T04:38:29.899Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-04T04:38:30.164Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-04T04:38:30.744Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-04T04:38:33.022Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-04T04:38:33.022Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-04T04:38:33.022Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-04T04:38:36.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.088s coverage: 45.9% of statements [2021-03-04T04:38:36.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-04T04:38:36.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-04T04:38:36.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-04T04:38:36.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-04T04:38:36.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-04T04:38:36.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-04T04:38:36.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-04T04:38:36.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements [2021-03-04T04:38:38.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.217s coverage: 27.1% of statements [2021-03-04T04:38:38.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-04T04:38:38.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-04T04:38:38.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-04T04:38:38.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-04T04:38:38.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-04T04:38:38.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-04T04:38:38.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2021-03-04T04:38:38.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-04T04:38:38.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-03-04T04:38:38.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-04T04:38:38.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-04T04:38:38.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 66.2% of statements [2021-03-04T04:38:38.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-04T04:38:38.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-04T04:38:38.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.431s coverage: 82.4% of statements [2021-03-04T04:38:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-04T04:38:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T04:38:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-04T04:38:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-04T04:38:41.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-04T04:38:41.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-04T04:38:41.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-04T04:38:41.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-04T04:38:41.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-04T04:38:41.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-04T04:38:41.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-04T04:38:44.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.413s coverage: 92.8% of statements [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-04T04:38:44.102Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-04T04:38:44.102Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-04T04:38:44.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-04T04:38:44.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 45.5% of statements [2021-03-04T04:38:44.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements [2021-03-04T04:38:44.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements [2021-03-04T04:38:44.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.046s coverage: 96.3% of statements [2021-03-04T04:38:44.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-03-04T04:38:46.697Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28441 in /w/workspace/edgexfoundry_edgex-go_PR-3224 [Pipeline] { [Pipeline] ws [2021-03-04T04:38:46.815Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-04T04:38:51.970Z] using credential edgex-jenkins-ssh [2021-03-04T04:38:52.029Z] Cloning the remote Git repository [2021-03-04T04:38:52.102Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-04T04:38:52.209Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-04T04:38:52.281Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T04:38:52.282Z] > git --version # timeout=10 [2021-03-04T04:38:52.302Z] > git --version # 'git version 2.17.1' [2021-03-04T04:38:52.304Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T04:38:52.374Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T04:38:56.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements [2021-03-04T04:38:56.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements [2021-03-04T04:39:06.789Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T04:39:06.813Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T04:39:06.837Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T04:39:06.867Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T04:39:06.868Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T04:39:06.880Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3224/head:refs/remotes/origin/PR-3224 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T04:39:07.689Z] Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:39:08.183Z] Merge succeeded, producing 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:39:08.184Z] Checking out Revision 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b (PR-3224) [2021-03-04T04:39:08.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.061s coverage: 92.9% of statements [2021-03-04T04:39:08.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-04T04:39:08.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-04T04:39:08.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-04T04:39:08.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 62.4% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 69.1% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.083s coverage: 38.4% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.0% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.130s coverage: 88.5% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.719s coverage: 29.1% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.081s coverage: 95.6% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-04T04:39:08.680Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-04T04:39:08.680Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-04T04:39:08.680Z] GO111MODULE=on go vet ./... [2021-03-04T04:39:07.725Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T04:39:07.737Z] > git checkout -f 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b # timeout=10 [2021-03-04T04:39:08.074Z] > git remote # timeout=10 [2021-03-04T04:39:08.091Z] > git config --get remote.origin.url # timeout=10 [2021-03-04T04:39:08.116Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T04:39:08.127Z] > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 [2021-03-04T04:39:08.150Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-04T04:39:08.211Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T04:39:08.223Z] > git checkout -f 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b # timeout=10 [2021-03-04T04:39:12.432Z] Commit message: "feat(scheduler): Implement PATCH /interval V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T04:39:14.112Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-04T04:39:14.595Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T04:39:14.942Z] + sudo service docker restart [2021-03-04T04:39:14.942Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T04:39:17.640Z] provisioning config files... [2021-03-04T04:39:17.682Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7588599710826116446tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T04:39:18.151Z] ---> docker-login.sh [2021-03-04T04:39:18.151Z] nexus3.edgexfoundry.org:10001 [2021-03-04T04:39:19.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T04:39:19.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T04:39:19.415Z] Configure a credential helper to remove this warning. See [2021-03-04T04:39:19.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T04:39:19.415Z] [2021-03-04T04:39:19.415Z] Login Succeeded [2021-03-04T04:39:19.415Z] nexus3.edgexfoundry.org:10002 [2021-03-04T04:39:20.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T04:39:20.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T04:39:20.011Z] Configure a credential helper to remove this warning. See [2021-03-04T04:39:20.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T04:39:20.011Z] [2021-03-04T04:39:20.011Z] Login Succeeded [2021-03-04T04:39:20.011Z] nexus3.edgexfoundry.org:10003 [2021-03-04T04:39:20.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T04:39:20.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T04:39:20.606Z] Configure a credential helper to remove this warning. See [2021-03-04T04:39:20.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T04:39:20.606Z] [2021-03-04T04:39:20.606Z] Login Succeeded [2021-03-04T04:39:20.606Z] nexus3.edgexfoundry.org:10004 [2021-03-04T04:39:20.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T04:39:21.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T04:39:21.153Z] Configure a credential helper to remove this warning. See [2021-03-04T04:39:21.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T04:39:21.153Z] [2021-03-04T04:39:21.153Z] Login Succeeded [2021-03-04T04:39:21.153Z] docker.io [2021-03-04T04:39:21.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T04:39:22.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T04:39:22.024Z] Configure a credential helper to remove this warning. See [2021-03-04T04:39:22.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T04:39:22.024Z] [2021-03-04T04:39:22.024Z] Login Succeeded [2021-03-04T04:39:22.024Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T04:39:22.045Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-04T04:39:22.516Z] ========================================================= [2021-03-04T04:39:22.516Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-04T04:39:22.516Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:39:22.888Z] + 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-04T04:39:25.523Z] Sending build context to Docker daemon 166.5MB [2021-03-04T04:39:25.523Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T04:39:25.523Z] Step 2/6 : FROM ${BASE} [2021-03-04T04:39:25.523Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-04T04:39:25.523Z] 5f621e34cdf4: Pulling fs layer [2021-03-04T04:39:25.523Z] a4357932f1b6: Pulling fs layer [2021-03-04T04:39:25.523Z] 18c013af1878: Pulling fs layer [2021-03-04T04:39:25.523Z] 00ac8860ef70: Pulling fs layer [2021-03-04T04:39:25.523Z] 63d7cb157983: Pulling fs layer [2021-03-04T04:39:25.523Z] b116817d02f9: Pulling fs layer [2021-03-04T04:39:25.523Z] 745a02a5169b: Pulling fs layer [2021-03-04T04:39:25.523Z] 00ac8860ef70: Waiting [2021-03-04T04:39:25.523Z] 63d7cb157983: Waiting [2021-03-04T04:39:25.523Z] 745a02a5169b: Waiting [2021-03-04T04:39:25.523Z] b116817d02f9: Waiting [2021-03-04T04:39:25.523Z] 18c013af1878: Verifying Checksum [2021-03-04T04:39:25.523Z] 18c013af1878: Download complete [2021-03-04T04:39:25.523Z] a4357932f1b6: Download complete [2021-03-04T04:39:25.523Z] 63d7cb157983: Verifying Checksum [2021-03-04T04:39:25.523Z] 63d7cb157983: Download complete [2021-03-04T04:39:26.117Z] b116817d02f9: Download complete [2021-03-04T04:39:26.117Z] 5f621e34cdf4: Verifying Checksum [2021-03-04T04:39:26.117Z] 5f621e34cdf4: Download complete [2021-03-04T04:39:26.716Z] 5f621e34cdf4: Pull complete [2021-03-04T04:39:27.318Z] a4357932f1b6: Pull complete [2021-03-04T04:39:27.595Z] 18c013af1878: Pull complete [2021-03-04T04:39:28.584Z] 745a02a5169b: Verifying Checksum [2021-03-04T04:39:28.584Z] 745a02a5169b: Download complete [2021-03-04T04:39:29.565Z] 00ac8860ef70: Verifying Checksum [2021-03-04T04:39:29.565Z] 00ac8860ef70: Download complete [2021-03-04T04:39:35.427Z] gofmt -l . [2021-03-04T04:39:35.427Z] [ "`gofmt -l .`" = "" ] [2021-03-04T04:39:35.427Z] ./bin/test-go-mod-tidy.sh [2021-03-04T04:39:35.427Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-04T04:39:35.732Z] + ls -al . [2021-03-04T04:39:35.732Z] total 716 [2021-03-04T04:39:35.732Z] drwxrwxr-x 10 1001 1001 4096 Mar 4 04:39 . [2021-03-04T04:39:35.732Z] drwxr-xr-x 4 root root 28 Mar 4 04:37 .. [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 11 Mar 4 04:36 .dockerignore [2021-03-04T04:39:35.732Z] drwxrwxr-x 8 1001 1001 179 Mar 4 04:36 .git [2021-03-04T04:39:35.732Z] drwxrwxr-x 3 1001 1001 125 Mar 4 04:36 .github [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 818 Mar 4 04:36 .gitignore [2021-03-04T04:39:35.732Z] drwx------ 3 1001 1001 60 Mar 4 04:36 .semver [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 166 Mar 4 04:36 .sonarcloud.properties [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 8475 Mar 4 04:36 Attribution.txt [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 3804 Mar 4 04:36 CONTRIBUTING.md [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 931 Mar 4 04:36 Dockerfile.build [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 863 Mar 4 04:36 Jenkinsfile [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 10775 Mar 4 04:36 LICENSE [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 5774 Mar 4 04:36 Makefile [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 6524 Mar 4 04:36 README.md [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 6755 Mar 4 04:36 SECURITY.md [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 5 Mar 4 04:36 VERSION [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 4131 Mar 4 04:36 ZMQWindows.md [2021-03-04T04:39:35.732Z] drwxrwxr-x 2 1001 1001 117 Mar 4 04:36 bin [2021-03-04T04:39:35.732Z] drwxrwxr-x 14 1001 1001 4096 Mar 4 04:36 cmd [2021-03-04T04:39:35.732Z] -rw-r--r-- 1 root root 606168 Mar 4 04:39 coverage.out [2021-03-04T04:39:35.732Z] -rw-r--r-- 1 root root 1055 Mar 4 04:39 go.mod [2021-03-04T04:39:35.732Z] -rw-r--r-- 1 root root 21699 Mar 4 04:39 go.sum [2021-03-04T04:39:35.732Z] drwxrwxr-x 8 1001 1001 127 Mar 4 04:36 internal [2021-03-04T04:39:35.732Z] drwxrwxr-x 4 1001 1001 26 Mar 4 04:36 openapi [2021-03-04T04:39:35.732Z] drwxrwxr-x 4 1001 1001 71 Mar 4 04:36 snap [2021-03-04T04:39:35.732Z] -rw-rw-r-- 1 1001 1001 168 Mar 4 04:36 version.go [Pipeline] sh [2021-03-04T04:39:36.035Z] + '[' -e coverage.out ] [2021-03-04T04:39:36.035Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-04T04:39:36.291Z] Stashed 1 file(s) [Pipeline] sh [2021-03-04T04:39:36.592Z] + make build [2021-03-04T04:39:36.593Z] 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-04T04:39:39.745Z] 00ac8860ef70: Pull complete [2021-03-04T04:39:40.019Z] 63d7cb157983: Pull complete [2021-03-04T04:39:40.292Z] b116817d02f9: Pull complete [2021-03-04T04:39:40.820Z] 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-04T04:39:44.613Z] 745a02a5169b: Pull complete [2021-03-04T04:39:44.613Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-04T04:39:44.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-04T04:39:44.613Z] ---> b7e6874047d6 [2021-03-04T04:39:44.613Z] 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-04T04:39:48.014Z] ---> Running in 67bfcc588846 [2021-03-04T04:39:49.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:39:49.034Z] 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-04T04:39:49.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:39:50.187Z] (1/12) Installing libmagic (5.38-r0) [2021-03-04T04:39:50.187Z] (2/12) Installing file (5.38-r0) [2021-03-04T04:39:50.428Z] 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-04T04:39:50.457Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-04T04:39:50.457Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-04T04:39:51.826Z] 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-04T04:39:52.095Z] 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-04T04:39:53.500Z] 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-04T04:39:54.745Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-04T04:39:54.745Z] (6/12) Installing patch (2.7.6-r6) [2021-03-04T04:39:54.745Z] (7/12) Installing build-base (0.5-r2) [2021-03-04T04:39:54.745Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-04T04:39:55.017Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-04T04:39:55.017Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-04T04:39:55.017Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-04T04:39:55.288Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-04T04:39:55.288Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:39:55.288Z] OK: 217 MiB in 51 packages [2021-03-04T04:39:55.438Z] 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-04T04:39:56.385Z] 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-04T04:39:57.357Z] 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-04T04:39:58.317Z] 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-04T04:39:59.594Z] Removing intermediate container 67bfcc588846 [2021-03-04T04:39:59.595Z] ---> a40a0e468732 [2021-03-04T04:39:59.595Z] Step 4/6 : WORKDIR /edgex-go [2021-03-04T04:39:59.718Z] 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-04T04:39:59.869Z] ---> Running in eab18a35a887 [2021-03-04T04:40:00.464Z] Removing intermediate container eab18a35a887 [2021-03-04T04:40:00.464Z] ---> 3592f2666197 [2021-03-04T04:40:00.464Z] Step 5/6 : COPY go.mod . [2021-03-04T04:40:01.441Z] ---> 6e70c8607c71 [2021-03-04T04:40:01.441Z] Step 6/6 : RUN go mod download [Pipeline] } [2021-03-04T04:40:01.674Z] $ docker stop --time=1 31fcda079df31ce301a27a3f7ac5b76df2bc4062595eec43a15ed778633b436a [2021-03-04T04:40:01.715Z] ---> Running in 4ceff6c29aaa [2021-03-04T04:40:03.354Z] $ docker rm -f 31fcda079df31ce301a27a3f7ac5b76df2bc4062595eec43a15ed778633b436a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:40:07.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T04:40:07.072Z] [2021-03-04T04:40:07.072Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:40:07.424Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T04:40:07.424Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-04T04:40:07.424Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-04T04:40:07.424Z] ca9280d653b3: Pulling fs layer [2021-03-04T04:40:07.424Z] 7e9c9ca2126c: Pulling fs layer [2021-03-04T04:40:07.686Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-04T04:40:07.686Z] cbdbe7a5bc2a: Download complete [2021-03-04T04:40:07.950Z] cbdbe7a5bc2a: Pull complete [2021-03-04T04:40:08.218Z] ca9280d653b3: Download complete [2021-03-04T04:40:09.171Z] ca9280d653b3: Pull complete [2021-03-04T04:40:09.444Z] 7e9c9ca2126c: Download complete [2021-03-04T04:40:17.743Z] 7e9c9ca2126c: Pull complete [2021-03-04T04:40:17.743Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-04T04:40:17.743Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T04:40:17.743Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-04T04:40:17.907Z] prd-centos7-docker-4c-2g-28440 does not seem to be running inside a container [2021-03-04T04:40:17.951Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-04T04:40:18.977Z] $ docker top 4160fba997410066606f77f61bcf533fcab01ea51fa3a4a1011ee74cb02e3ecb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T04:40:19.544Z] + docker-compose build --help [2021-03-04T04:40:19.545Z] + grep parallel [2021-03-04T04:40:20.492Z] --parallel Build images in parallel. [Pipeline] } [2021-03-04T04:40:20.505Z] $ docker stop --time=1 4160fba997410066606f77f61bcf533fcab01ea51fa3a4a1011ee74cb02e3ecb [2021-03-04T04:40:22.753Z] $ docker rm -f 4160fba997410066606f77f61bcf533fcab01ea51fa3a4a1011ee74cb02e3ecb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:40:23.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T04:40:23.384Z] . [Pipeline] withDockerContainer [2021-03-04T04:40:23.478Z] prd-centos7-docker-4c-2g-28440 does not seem to be running inside a container [2021-03-04T04:40:23.520Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-04T04:40:24.132Z] $ docker top 0512026cd404580146b292951f4f78a4bbec73de2cbfb567b4e43361c18aab5b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T04:40:24.653Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-04T04:40:25.601Z] Building docker-core-command-go ... [2021-03-04T04:40:25.601Z] Building docker-core-data-go ... [2021-03-04T04:40:25.601Z] Building docker-core-metadata-go ... [2021-03-04T04:40:25.601Z] Building docker-security-bootstrapper-go ... [2021-03-04T04:40:25.601Z] Building docker-security-proxy-setup-go ... [2021-03-04T04:40:25.601Z] Building docker-security-secretstore-setup-go ... [2021-03-04T04:40:25.601Z] Building docker-support-notifications-go ... [2021-03-04T04:40:25.601Z] Building docker-support-scheduler-go ... [2021-03-04T04:40:25.601Z] Building docker-sys-mgmt-agent-go ... [2021-03-04T04:40:25.601Z] Building docker-security-proxy-setup-go [2021-03-04T04:40:25.601Z] Building docker-core-metadata-go [2021-03-04T04:40:25.601Z] Building docker-support-notifications-go [2021-03-04T04:40:25.601Z] Building docker-support-scheduler-go [2021-03-04T04:40:25.601Z] Building docker-security-bootstrapper-go [2021-03-04T04:40:28.526Z] Removing intermediate container 4ceff6c29aaa [2021-03-04T04:40:28.526Z] ---> fbac076d91f3 [2021-03-04T04:40:28.526Z] Successfully built fbac076d91f3 [2021-03-04T04:40:28.526Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:40:28.914Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T04:40:28.914Z] . [Pipeline] withDockerContainer [2021-03-04T04:40:29.210Z] prd-ubuntu18.04-docker-arm64-4c-16g-28441 does not seem to be running inside a container [2021-03-04T04:40:29.339Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T04:40:30.944Z] $ docker top 55518c12c39e1c67fb75e3b28ae88e15215527552f4e808bd81b5f4e799d99ff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T04:40:31.909Z] + go version [2021-03-04T04:40:31.909Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-04T04:40:31.981Z] $ docker stop --time=1 55518c12c39e1c67fb75e3b28ae88e15215527552f4e808bd81b5f4e799d99ff [2021-03-04T04:40:33.883Z] $ docker rm -f 55518c12c39e1c67fb75e3b28ae88e15215527552f4e808bd81b5f4e799d99ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:40:34.793Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T04:40:34.793Z] . [Pipeline] withDockerContainer [2021-03-04T04:40:35.059Z] prd-ubuntu18.04-docker-arm64-4c-16g-28441 does not seem to be running inside a container [2021-03-04T04:40:35.182Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T04:40:36.666Z] $ docker top c266d5562db070f79706975f591d43ebbf7fe519c6abd6c5adffafe79e96e214 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T04:40:37.006Z] ========================================================= [2021-03-04T04:40:37.006Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-04T04:40:37.006Z] ========================================================= [Pipeline] sh [2021-03-04T04:40:37.652Z] + make test [2021-03-04T04:40:37.652Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-04T04:40:57.852Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:40:57.853Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:40:57.853Z] ---> 022d058fff9c [2021-03-04T04:40:57.853Z] Step 3/21 : WORKDIR /edgex-go [2021-03-04T04:40:57.853Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:40:57.853Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:40:57.853Z] ---> 022d058fff9c [2021-03-04T04:40:57.853Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T04:40:57.853Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:40:57.853Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:40:57.853Z] ---> 022d058fff9c [2021-03-04T04:40:57.853Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T04:40:57.853Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:40:57.853Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:40:57.853Z] ---> 022d058fff9c [2021-03-04T04:40:57.853Z] Step 3/30 : WORKDIR /edgex-go [2021-03-04T04:40:57.853Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:40:57.853Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:40:57.853Z] ---> 022d058fff9c [2021-03-04T04:40:57.853Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T04:40:57.853Z] ---> Running in 170394d82673 [2021-03-04T04:40:57.853Z] ---> Running in 4041416603b9 [2021-03-04T04:40:57.853Z] ---> Running in eefd6d961ab4 [2021-03-04T04:40:57.853Z] ---> Running in 4ae300becd07 [2021-03-04T04:40:57.853Z] ---> Running in 0c2a57ed70bc [2021-03-04T04:40:57.853Z] Removing intermediate container 4041416603b9 [2021-03-04T04:40:57.853Z] ---> 147d1054cf34 [2021-03-04T04:40:57.853Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:40:57.853Z] Removing intermediate container 4ae300becd07 [2021-03-04T04:40:57.853Z] ---> ea44814e1938 [2021-03-04T04:40:57.853Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:40:57.853Z] Removing intermediate container eefd6d961ab4 [2021-03-04T04:40:57.853Z] ---> 55d3160c4584 [2021-03-04T04:40:57.853Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:40:57.853Z] Removing intermediate container 170394d82673 [2021-03-04T04:40:57.853Z] ---> bb27154f98b1 [2021-03-04T04:40:57.853Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:40:57.853Z] Removing intermediate container 0c2a57ed70bc [2021-03-04T04:40:57.853Z] ---> b90c55a82967 [2021-03-04T04:40:57.853Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:40:57.853Z] ---> Running in bff27519f0d3 [2021-03-04T04:40:57.853Z] ---> Running in 8f400163a9b1 [2021-03-04T04:40:57.853Z] ---> Running in 7c8850700de3 [2021-03-04T04:40:57.853Z] ---> Running in 7ebf5ef2a905 [2021-03-04T04:40:57.853Z] ---> Running in 9c12b1c4c4fc [2021-03-04T04:40:58.800Z] Removing intermediate container bff27519f0d3 [2021-03-04T04:40:58.800Z] ---> 245ce329202b [2021-03-04T04:40:58.800Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-04T04:40:59.063Z] Removing intermediate container 8f400163a9b1 [2021-03-04T04:40:59.063Z] ---> a0a4130dfb9f [2021-03-04T04:40:59.063Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-04T04:40:59.063Z] ---> Running in a5f9cc78522b [2021-03-04T04:40:59.327Z] ---> Running in 9c7ba0787706 [2021-03-04T04:40:59.327Z] Removing intermediate container 7c8850700de3 [2021-03-04T04:40:59.327Z] ---> e2916c8d6152 [2021-03-04T04:40:59.327Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-04T04:40:59.589Z] Removing intermediate container 7ebf5ef2a905 [2021-03-04T04:40:59.589Z] ---> 4889954ad2ee [2021-03-04T04:40:59.590Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-04T04:40:59.590Z] ---> Running in 9516e2c287b5 [2021-03-04T04:40:59.590Z] Removing intermediate container 9c12b1c4c4fc [2021-03-04T04:40:59.590Z] ---> 2fee6ce3770e [2021-03-04T04:40:59.590Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T04:40:59.832Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-04T04:40:59.851Z] ---> Running in 7e0beba9bab3 [2021-03-04T04:40:59.852Z] ---> Running in 2c4d1ac0ee6c [2021-03-04T04:41:00.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:41:00.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:41:00.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:41:00.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:41:00.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:41:00.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:41:01.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:41:01.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:41:01.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:41:01.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:41:01.491Z] OK: 233 MiB in 51 packages [2021-03-04T04:41:01.491Z] OK: 233 MiB in 51 packages [2021-03-04T04:41:01.755Z] OK: 233 MiB in 51 packages [2021-03-04T04:41:01.755Z] OK: 233 MiB in 51 packages [2021-03-04T04:41:01.755Z] Removing intermediate container a5f9cc78522b [2021-03-04T04:41:01.755Z] ---> ddd6f9803b48 [2021-03-04T04:41:01.755Z] Step 6/22 : COPY go.mod . [2021-03-04T04:41:02.020Z] OK: 233 MiB in 51 packages [2021-03-04T04:41:02.604Z] ---> bc8d6fc1f10c [2021-03-04T04:41:02.604Z] Step 7/22 : RUN go mod download [2021-03-04T04:41:02.604Z] Removing intermediate container 7e0beba9bab3 [2021-03-04T04:41:02.604Z] ---> d7683b19ff0f [2021-03-04T04:41:02.604Z] Step 6/21 : COPY go.mod . [2021-03-04T04:41:02.604Z] Removing intermediate container 2c4d1ac0ee6c [2021-03-04T04:41:02.604Z] ---> 178ebf626725 [2021-03-04T04:41:02.604Z] Step 6/23 : COPY go.mod . [2021-03-04T04:41:02.604Z] ---> Running in c43e7a98d6aa [2021-03-04T04:41:02.869Z] Removing intermediate container 9c7ba0787706 [2021-03-04T04:41:02.869Z] ---> 758f0a36ab49 [2021-03-04T04:41:02.869Z] Step 6/22 : COPY go.mod . [2021-03-04T04:41:03.142Z] ---> c9cfeced6aca [2021-03-04T04:41:03.142Z] Step 7/21 : RUN go mod download [2021-03-04T04:41:03.142Z] ---> 55d0d943e2b2 [2021-03-04T04:41:03.142Z] Step 7/23 : RUN go mod download [2021-03-04T04:41:03.142Z] Removing intermediate container 9516e2c287b5 [2021-03-04T04:41:03.142Z] ---> 12ca169f8ba8 [2021-03-04T04:41:03.142Z] Step 6/30 : COPY go.mod . [2021-03-04T04:41:03.142Z] ---> 6f757a87dcb6 [2021-03-04T04:41:03.142Z] Step 7/22 : RUN go mod download [2021-03-04T04:41:03.412Z] ---> Running in 907d8bf12615 [2021-03-04T04:41:03.412Z] ---> Running in 7c5200d4907b [2021-03-04T04:41:03.412Z] ---> Running in 02acaa3ff694 [2021-03-04T04:41:03.677Z] ---> dbfcb089918b [2021-03-04T04:41:03.677Z] Step 7/30 : RUN go mod download [2021-03-04T04:41:03.677Z] ---> Running in a918777b1f7a [2021-03-04T04:41:05.106Z] Removing intermediate container c43e7a98d6aa [2021-03-04T04:41:05.106Z] ---> 659293f319c1 [2021-03-04T04:41:05.106Z] Step 8/22 : COPY . . [2021-03-04T04:41:05.683Z] Removing intermediate container 907d8bf12615 [2021-03-04T04:41:05.683Z] ---> 6b669ccbcd5a [2021-03-04T04:41:05.683Z] Step 8/23 : COPY . . [2021-03-04T04:41:09.029Z] Removing intermediate container 7c5200d4907b [2021-03-04T04:41:09.029Z] ---> 4f1647e8cc71 [2021-03-04T04:41:09.029Z] Step 8/21 : COPY . . [2021-03-04T04:41:09.978Z] Removing intermediate container 02acaa3ff694 [2021-03-04T04:41:09.978Z] ---> f7134ac3774b [2021-03-04T04:41:09.978Z] Step 8/22 : COPY . . [2021-03-04T04:41:14.241Z] Removing intermediate container a918777b1f7a [2021-03-04T04:41:14.241Z] ---> 5e15c8801db2 [2021-03-04T04:41:14.241Z] Step 8/30 : COPY . . [2021-03-04T04:41:46.863Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-04T04:41:53.135Z] ---> b01691880a69 [2021-03-04T04:41:53.135Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-04T04:41:53.135Z] ---> 5cd215defe85 [2021-03-04T04:41:53.135Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-04T04:41:53.135Z] ---> Running in 277d80d8186b [2021-03-04T04:41:53.135Z] ---> Running in 4cfa6d4c842e [2021-03-04T04:41:53.135Z] ---> 73cd3631b578 [2021-03-04T04:41:53.135Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-04T04:41:53.135Z] ---> 280ff04abc39 [2021-03-04T04:41:53.135Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-04T04:41:53.135Z] ---> 0056920208d6 [2021-03-04T04:41:53.135Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-04T04:41:53.135Z] ---> Running in d04e939a575b [2021-03-04T04:41:53.135Z] ---> Running in 4ba54e804969 [2021-03-04T04:41:53.135Z] ---> Running in 1728f9c62915 [2021-03-04T04:41:53.135Z] 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-04T04:41:53.135Z] 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-04T04:41:53.135Z] 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-04T04:41:53.135Z] 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-04T04:41:53.135Z] 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-04T04:41:53.727Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-04T04:42:02.055Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-04T04:42:02.055Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-04T04:42:03.514Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-04T04:42:03.514Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-04T04:42:03.514Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-04T04:42:03.514Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-04T04:42:06.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-04T04:42:07.143Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-04T04:42:15.469Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-04T04:42:15.469Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-04T04:42:15.469Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-04T04:42:19.876Z] 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-04T04:42:20.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.311s coverage: 45.9% of statements [2021-03-04T04:42:20.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-04T04:42:20.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-04T04:42:20.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-04T04:42:20.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-04T04:42:20.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-04T04:42:20.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-04T04:42:20.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-04T04:42:21.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.321s coverage: 100.0% of statements [2021-03-04T04:42:22.490Z] Removing intermediate container 1728f9c62915 [2021-03-04T04:42:22.490Z] ---> 553cef4b42d0 [2021-03-04T04:42:22.490Z] [2021-03-04T04:42:22.490Z] Step 10/30 : FROM alpine:3.12 [2021-03-04T04:42:22.757Z] 3.12: Pulling from library/alpine [2021-03-04T04:42:25.589Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T04:42:25.589Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T04:42:25.589Z] ---> 88dd2752d2ea [2021-03-04T04:42:25.589Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-04T04:42:26.187Z] ---> Running in 9f9997853660 [2021-03-04T04:42:26.187Z] Removing intermediate container d04e939a575b [2021-03-04T04:42:26.187Z] ---> 247660239afb [2021-03-04T04:42:26.187Z] [2021-03-04T04:42:26.187Z] Step 10/21 : FROM alpine:3.12 [2021-03-04T04:42:26.187Z] ---> 88dd2752d2ea [2021-03-04T04:42:26.187Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-04T04:42:26.457Z] ---> Running in 8f889d80aa9b [2021-03-04T04:42:27.407Z] Removing intermediate container 9f9997853660 [2021-03-04T04:42:27.407Z] ---> 011581742127 [2021-03-04T04:42:27.407Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-04T04:42:27.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.564s coverage: 27.1% of statements [2021-03-04T04:42:27.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-04T04:42:27.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-04T04:42:27.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-04T04:42:27.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-04T04:42:27.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-04T04:42:27.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-04T04:42:27.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-03-04T04:42:27.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-04T04:42:27.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements [2021-03-04T04:42:27.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-04T04:42:27.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-04T04:42:28.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 66.2% of statements [2021-03-04T04:42:28.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-04T04:42:28.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-04T04:42:30.722Z] ---> Running in eec02ffb11d2 [2021-03-04T04:42:30.989Z] Removing intermediate container 4ba54e804969 [2021-03-04T04:42:30.989Z] ---> 30ea04087082 [2021-03-04T04:42:30.989Z] [2021-03-04T04:42:30.989Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T04:42:30.989Z] ---> 88dd2752d2ea [2021-03-04T04:42:30.989Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-04T04:42:30.989Z] Removing intermediate container 4cfa6d4c842e [2021-03-04T04:42:30.989Z] ---> 51932e758449 [2021-03-04T04:42:30.989Z] [2021-03-04T04:42:30.989Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T04:42:30.989Z] ---> 88dd2752d2ea [2021-03-04T04:42:30.989Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-04T04:42:31.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:42:31.252Z] Removing intermediate container 277d80d8186b [2021-03-04T04:42:31.252Z] ---> 05e907ba8341 [2021-03-04T04:42:31.252Z] [2021-03-04T04:42:31.252Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T04:42:31.252Z] ---> 88dd2752d2ea [2021-03-04T04:42:31.252Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T04:42:31.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:42:31.517Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-04T04:42:31.779Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T04:42:31.779Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-04T04:42:31.779Z] (4/4) Installing curl (7.69.1-r3) [2021-03-04T04:42:31.779Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:42:31.779Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T04:42:31.779Z] OK: 7 MiB in 18 packages [2021-03-04T04:42:31.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.717s coverage: 82.4% of statements [2021-03-04T04:42:31.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-04T04:42:31.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T04:42:31.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-04T04:42:31.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-04T04:42:32.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:42:32.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:42:32.305Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-04T04:42:32.305Z] ---> Running in 3ebf4fbc74ce [2021-03-04T04:42:32.305Z] (2/2) Installing su-exec (0.2-r1) [2021-03-04T04:42:32.305Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:42:32.305Z] OK: 6 MiB in 16 packages [2021-03-04T04:42:32.305Z] ---> Running in fe5329b0f8dd [2021-03-04T04:42:32.305Z] ---> Running in aa6f7607dcd6 [2021-03-04T04:42:33.724Z] Removing intermediate container 8f889d80aa9b [2021-03-04T04:42:33.724Z] ---> 740d895d3993 [2021-03-04T04:42:33.724Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T04:42:33.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:42:33.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:42:33.724Z] ---> Running in 8f2c53523a04 [2021-03-04T04:42:33.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:42:33.724Z] Removing intermediate container eec02ffb11d2 [2021-03-04T04:42:33.724Z] ---> b6bae5d7eca5 [2021-03-04T04:42:33.724Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-04T04:42:33.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:42:33.724Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T04:42:33.724Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:42:33.724Z] OK: 6 MiB in 15 packages [2021-03-04T04:42:33.724Z] ---> Running in 5a13460f91c3 [2021-03-04T04:42:33.986Z] Removing intermediate container 8f2c53523a04 [2021-03-04T04:42:33.986Z] ---> 70acab58d20a [2021-03-04T04:42:33.986Z] Step 13/21 : WORKDIR /edgex [2021-03-04T04:42:33.986Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-04T04:42:33.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:42:33.986Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-04T04:42:33.986Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:42:33.986Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T04:42:33.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:42:34.248Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T04:42:34.248Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:42:34.248Z] OK: 6 MiB in 15 packages [2021-03-04T04:42:34.513Z] OK: 6 MiB in 16 packages [2021-03-04T04:42:34.513Z] ---> Running in 17ed26e6101f [2021-03-04T04:42:34.513Z] Removing intermediate container 5a13460f91c3 [2021-03-04T04:42:34.513Z] ---> b36c73502fe6 [2021-03-04T04:42:34.513Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-04T04:42:34.778Z] ---> Running in e5825790738c [2021-03-04T04:42:35.045Z] Removing intermediate container 17ed26e6101f [2021-03-04T04:42:35.045Z] ---> 9752a992df4b [2021-03-04T04:42:35.045Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-04T04:42:35.333Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.134s coverage: 28.6% of statements [2021-03-04T04:42:35.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-04T04:42:35.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-04T04:42:35.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-04T04:42:35.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-04T04:42:35.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-04T04:42:35.333Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.259s coverage: 100.0% of statements [2021-03-04T04:42:35.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-04T04:42:35.333Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements [2021-03-04T04:42:35.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-04T04:42:35.619Z] Removing intermediate container 3ebf4fbc74ce [2021-03-04T04:42:35.619Z] ---> 31b825846faf [2021-03-04T04:42:35.619Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T04:42:36.194Z] Removing intermediate container e5825790738c [2021-03-04T04:42:36.194Z] ---> b458efd8eb6d [2021-03-04T04:42:36.194Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-04T04:42:36.194Z] ---> Running in c6aee662bfd5 [2021-03-04T04:42:36.194Z] ---> Running in f6e3b12c2ba1 [2021-03-04T04:42:36.194Z] Removing intermediate container aa6f7607dcd6 [2021-03-04T04:42:36.194Z] ---> 96cce6f4c48a [2021-03-04T04:42:36.194Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T04:42:36.457Z] ---> 56d1f31cc98a [2021-03-04T04:42:36.458Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-04T04:42:36.458Z] Removing intermediate container fe5329b0f8dd [2021-03-04T04:42:36.458Z] ---> cac11af518c6 [2021-03-04T04:42:36.458Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T04:42:36.719Z] ---> Running in fc80e2ec8f9e [2021-03-04T04:42:36.719Z] ---> Running in 7b8784c89e76 [2021-03-04T04:42:36.719Z] Removing intermediate container c6aee662bfd5 [2021-03-04T04:42:36.719Z] ---> 685df082cbf5 [2021-03-04T04:42:36.719Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-04T04:42:36.996Z] ---> 13fe04cc3650 [2021-03-04T04:42:36.996Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-04T04:42:36.996Z] ---> Running in 5fd6e60e25c7 [2021-03-04T04:42:36.996Z] Removing intermediate container fc80e2ec8f9e [2021-03-04T04:42:36.996Z] ---> 00baacd3805e [2021-03-04T04:42:36.996Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-04T04:42:36.996Z] Removing intermediate container 7b8784c89e76 [2021-03-04T04:42:36.996Z] ---> 94d272b675f3 [2021-03-04T04:42:36.996Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-04T04:42:37.268Z] ---> Running in 603d7e1d68e8 [2021-03-04T04:42:37.268Z] Removing intermediate container 5fd6e60e25c7 [2021-03-04T04:42:37.268Z] ---> eb31068ace21 [2021-03-04T04:42:37.268Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T04:42:37.268Z] ---> Running in 77b6887135e5 [2021-03-04T04:42:37.536Z] ---> Running in d3f1dffff1d7 [2021-03-04T04:42:37.536Z] ---> 3890b2080dc3 [2021-03-04T04:42:37.536Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-04T04:42:37.799Z] Removing intermediate container 603d7e1d68e8 [2021-03-04T04:42:37.799Z] ---> 16707f9c8ff3 [2021-03-04T04:42:37.799Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T04:42:37.799Z] ---> Running in 827f1c2e1109 [2021-03-04T04:42:37.799Z] Removing intermediate container 77b6887135e5 [2021-03-04T04:42:37.799Z] ---> 7f02931d6519 [2021-03-04T04:42:37.799Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T04:42:37.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.412s coverage: 86.7% of statements [2021-03-04T04:42:37.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-04T04:42:38.063Z] ---> Running in b4c27b8aae7d [2021-03-04T04:42:38.324Z] ---> Running in 8aa123656f53 [2021-03-04T04:42:38.325Z] Removing intermediate container f6e3b12c2ba1 [2021-03-04T04:42:38.325Z] ---> 85d5e995830d [2021-03-04T04:42:38.325Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-04T04:42:38.325Z] Removing intermediate container d3f1dffff1d7 [2021-03-04T04:42:38.325Z] ---> 909f48565d98 [2021-03-04T04:42:38.325Z] Step 15/23 : WORKDIR / [2021-03-04T04:42:38.325Z] Removing intermediate container 827f1c2e1109 [2021-03-04T04:42:38.325Z] ---> c42f86b1eecb [2021-03-04T04:42:38.325Z] Step 18/21 : CMD ["--init=true"] [2021-03-04T04:42:38.588Z] ---> Running in 59fd66c13903 [2021-03-04T04:42:38.588Z] ---> Running in 88d75bdc169f [2021-03-04T04:42:38.588Z] Removing intermediate container b4c27b8aae7d [2021-03-04T04:42:38.588Z] ---> 3c5ef5fef917 [2021-03-04T04:42:38.588Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T04:42:38.588Z] ---> Running in d47477d86ae0 [2021-03-04T04:42:38.588Z] Removing intermediate container 8aa123656f53 [2021-03-04T04:42:38.588Z] ---> 6e8d880669ca [2021-03-04T04:42:38.588Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T04:42:38.853Z] Removing intermediate container 59fd66c13903 [2021-03-04T04:42:38.853Z] ---> a49ba4409585 [2021-03-04T04:42:38.853Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-04T04:42:38.853Z] Removing intermediate container 88d75bdc169f [2021-03-04T04:42:38.853Z] ---> e6713e44bef7 [2021-03-04T04:42:38.853Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T04:42:38.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.329s coverage: 97.5% of statements [2021-03-04T04:42:38.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-04T04:42:38.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements [2021-03-04T04:42:38.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-04T04:42:38.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-04T04:42:38.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-04T04:42:38.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-04T04:42:39.117Z] Removing intermediate container d47477d86ae0 [2021-03-04T04:42:39.117Z] ---> 8d7ef5f2b026 [2021-03-04T04:42:39.117Z] Step 19/21 : LABEL arch=x86_64 [2021-03-04T04:42:39.117Z] ---> b7ec96429a49 [2021-03-04T04:42:39.117Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-04T04:42:39.117Z] ---> e7e82814705c [2021-03-04T04:42:39.117Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-04T04:42:39.382Z] ---> 6a7c2d308cec [2021-03-04T04:42:39.382Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-04T04:42:39.382Z] ---> Running in 29dc66787f67 [2021-03-04T04:42:39.652Z] ---> 326b43bbff81 [2021-03-04T04:42:39.652Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-04T04:42:39.652Z] ---> Running in 3fbc83c957ea [2021-03-04T04:42:39.652Z] Removing intermediate container 29dc66787f67 [2021-03-04T04:42:39.652Z] ---> 898cbc23a23b [2021-03-04T04:42:39.652Z] Step 20/21 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:42:39.917Z] ---> fc019f0fcd67 [2021-03-04T04:42:39.917Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-04T04:42:40.191Z] ---> 2e0e71be8b82 [2021-03-04T04:42:40.191Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-04T04:42:40.456Z] ---> Running in 4248ca9fe113 [2021-03-04T04:42:40.456Z] ---> 7992bb9b79db [2021-03-04T04:42:40.456Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-04T04:42:40.456Z] ---> ae6c6623e659 [2021-03-04T04:42:40.456Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-04T04:42:40.722Z] ---> Running in 5c05dd490e27 [2021-03-04T04:42:40.722Z] Removing intermediate container 4248ca9fe113 [2021-03-04T04:42:40.722Z] ---> 05daf117a392 [2021-03-04T04:42:40.722Z] Step 21/21 : LABEL version=0.0.0 [2021-03-04T04:42:40.722Z] ---> 5e8a6049ed9c [2021-03-04T04:42:40.722Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-04T04:42:40.988Z] ---> Running in 97e69fce617d [2021-03-04T04:42:40.988Z] ---> 6132377b5d0a [2021-03-04T04:42:40.988Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-04T04:42:40.988Z] ---> Running in 6a5e14d86041 [2021-03-04T04:42:41.252Z] Removing intermediate container 5c05dd490e27 [2021-03-04T04:42:41.252Z] ---> de1be1f26eeb [2021-03-04T04:42:41.252Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T04:42:41.252Z] ---> Running in c7ce64cdbed9 [2021-03-04T04:42:41.252Z] Removing intermediate container 97e69fce617d [2021-03-04T04:42:41.252Z] ---> 6bd929e0c69d [2021-03-04T04:42:41.252Z] [2021-03-04T04:42:41.252Z] ---> Running in c8808c4868ed [2021-03-04T04:42:41.515Z] Removing intermediate container 6a5e14d86041 [2021-03-04T04:42:41.515Z] ---> e415669bcf17 [2021-03-04T04:42:41.515Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T04:42:41.515Z] Removing intermediate container 3fbc83c957ea [2021-03-04T04:42:41.515Z] ---> de812ee661b8 [2021-03-04T04:42:41.515Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T04:42:41.515Z] Successfully built 6bd929e0c69d [2021-03-04T04:42:41.777Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-04T04:42:41.777Z] Removing intermediate container c7ce64cdbed9 [2021-03-04T04:42:41.777Z]  Building docker-security-proxy-setup-go ... done  ---> 1dd584befe81 [2021-03-04T04:42:41.777Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T04:42:41.777Z] Building docker-sys-mgmt-agent-go [2021-03-04T04:42:41.777Z] ---> Running in eb5be41d9c8b [2021-03-04T04:42:41.777Z] Removing intermediate container c8808c4868ed [2021-03-04T04:42:41.777Z] ---> 392c703bb143 [2021-03-04T04:42:41.777Z] Step 20/22 : LABEL arch=x86_64 [2021-03-04T04:42:42.043Z] ---> Running in d4570cde5b70 [2021-03-04T04:42:42.043Z] ---> a3de634ddfa9 [2021-03-04T04:42:42.043Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-04T04:42:42.043Z] ---> Running in a933856dd0bf [2021-03-04T04:42:42.043Z] Removing intermediate container eb5be41d9c8b [2021-03-04T04:42:42.043Z] ---> be584a4d095c [2021-03-04T04:42:42.043Z] Step 20/22 : LABEL arch=x86_64 [2021-03-04T04:42:42.314Z] Removing intermediate container d4570cde5b70 [2021-03-04T04:42:42.314Z] ---> cfcd4d64a464 [2021-03-04T04:42:42.314Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T04:42:42.314Z] ---> Running in 80ee3892c022 [2021-03-04T04:42:42.314Z] Removing intermediate container a933856dd0bf [2021-03-04T04:42:42.314Z] ---> a1d956456bb4 [2021-03-04T04:42:42.314Z] Step 21/22 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:42:42.581Z] ---> Running in 6cdabaa56b84 [2021-03-04T04:42:42.850Z] ---> Running in 2ce0803c01c1 [2021-03-04T04:42:42.850Z] ---> 149afdf32762 [2021-03-04T04:42:42.850Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-04T04:42:42.850Z] Removing intermediate container 80ee3892c022 [2021-03-04T04:42:42.850Z] ---> 9c31e6684580 [2021-03-04T04:42:42.850Z] Step 21/22 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:42:43.114Z] ---> Running in b8e20c74eb5c [2021-03-04T04:42:43.114Z] Removing intermediate container 2ce0803c01c1 [2021-03-04T04:42:43.114Z] ---> 0e45253b228b [2021-03-04T04:42:43.114Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T04:42:43.693Z] Removing intermediate container 6cdabaa56b84 [2021-03-04T04:42:43.693Z] ---> 3c43ec890365 [2021-03-04T04:42:43.693Z] Step 22/23 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:42:44.653Z] ---> Running in d50ff880db6d [2021-03-04T04:42:44.653Z] ---> Running in 9c96750c7f3b [2021-03-04T04:42:44.653Z] ---> df00f836a323 [2021-03-04T04:42:44.653Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-04T04:42:45.606Z] Removing intermediate container b8e20c74eb5c [2021-03-04T04:42:45.606Z] ---> 5b12193cbf51 [2021-03-04T04:42:45.606Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T04:42:46.555Z] ---> Running in 75ff7a1276d7 [2021-03-04T04:42:46.555Z] Removing intermediate container 9c96750c7f3b [2021-03-04T04:42:46.555Z] ---> 3dbc96edc415 [2021-03-04T04:42:46.555Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T04:42:46.555Z] Removing intermediate container d50ff880db6d [2021-03-04T04:42:46.555Z] ---> 07890d341253 [2021-03-04T04:42:46.556Z] [2021-03-04T04:42:46.556Z] ---> 56dfdb2ea705 [2021-03-04T04:42:46.556Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-04T04:42:46.556Z] ---> Running in 03753525cc14 [2021-03-04T04:42:47.132Z] Successfully built 07890d341253 [2021-03-04T04:42:47.133Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-04T04:42:47.133Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-04T04:42:47.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.278s coverage: 92.8% of statements [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-04T04:42:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-04T04:42:47.267Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-03-04T04:42:47.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-04T04:42:47.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-04T04:42:47.267Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.170s coverage: 0.1% of statements [2021-03-04T04:42:47.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-04T04:42:47.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-04T04:42:47.267Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-04T04:42:47.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 45.5% of statements [2021-03-04T04:42:47.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.074s coverage: 79.5% of statements [2021-03-04T04:42:47.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2021-03-04T04:42:47.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.137s coverage: 96.3% of statements [2021-03-04T04:42:47.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2021-03-04T04:42:49.699Z] ---> Running in 588fd99b3433 [2021-03-04T04:42:49.699Z] Removing intermediate container 03753525cc14 [2021-03-04T04:42:49.699Z] ---> d0299b7cae54 [2021-03-04T04:42:49.699Z] [2021-03-04T04:42:49.699Z] Removing intermediate container 75ff7a1276d7 [2021-03-04T04:42:49.699Z] ---> 3179470fc49e [2021-03-04T04:42:49.699Z] [2021-03-04T04:42:52.266Z] Successfully built 3179470fc49e [2021-03-04T04:42:52.266Z] Successfully tagged docker-support-notifications-go:latest [2021-03-04T04:42:52.266Z]  Building docker-support-notifications-go ... done Successfully built d0299b7cae54 [2021-03-04T04:42:52.266Z] Successfully tagged docker-core-metadata-go:latest [2021-03-04T04:42:52.266Z] Building docker-core-data-go [2021-03-04T04:42:52.266Z] Building docker-security-secretstore-setup-go [2021-03-04T04:42:52.539Z]  Building docker-core-metadata-go ... done Removing intermediate container 588fd99b3433 [2021-03-04T04:42:52.539Z] ---> 661c7eb5ddc9 [2021-03-04T04:42:52.539Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-04T04:42:57.885Z] ---> 0a9e22a87364 [2021-03-04T04:42:57.885Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-04T04:42:58.848Z] ---> Running in d0e7813843b5 [2021-03-04T04:42:59.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.120s coverage: 94.4% of statements [2021-03-04T04:42:59.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-03-04T04:43:02.187Z] Removing intermediate container d0e7813843b5 [2021-03-04T04:43:02.188Z] ---> 0f2a6a96b79d [2021-03-04T04:43:02.188Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-04T04:43:02.773Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:43:02.774Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:43:02.774Z] ---> 022d058fff9c [2021-03-04T04:43:02.774Z] Step 3/26 : WORKDIR /edgex-go [2021-03-04T04:43:02.774Z] ---> Using cache [2021-03-04T04:43:02.774Z] ---> b90c55a82967 [2021-03-04T04:43:02.774Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:43:02.774Z] ---> Using cache [2021-03-04T04:43:02.774Z] ---> 2fee6ce3770e [2021-03-04T04:43:02.774Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-04T04:43:06.103Z] ---> Running in b3289402b7f5 [2021-03-04T04:43:06.103Z] ---> Running in 49c16b8b79bc [2021-03-04T04:43:07.507Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:43:07.507Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:43:07.507Z] ---> 022d058fff9c [2021-03-04T04:43:07.507Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T04:43:07.507Z] ---> Using cache [2021-03-04T04:43:07.507Z] ---> b90c55a82967 [2021-03-04T04:43:07.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:43:07.507Z] ---> Using cache [2021-03-04T04:43:07.507Z] ---> 2fee6ce3770e [2021-03-04T04:43:07.507Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T04:43:07.507Z] ---> Using cache [2021-03-04T04:43:07.507Z] ---> 178ebf626725 [2021-03-04T04:43:07.507Z] Step 6/23 : COPY go.mod . [2021-03-04T04:43:07.507Z] ---> Using cache [2021-03-04T04:43:07.507Z] ---> 55d0d943e2b2 [2021-03-04T04:43:07.507Z] Step 7/23 : RUN go mod download [2021-03-04T04:43:07.507Z] ---> Using cache [2021-03-04T04:43:07.507Z] ---> 6b669ccbcd5a [2021-03-04T04:43:07.507Z] Step 8/23 : COPY . . [2021-03-04T04:43:07.507Z] ---> Using cache [2021-03-04T04:43:07.507Z] ---> b01691880a69 [2021-03-04T04:43:07.507Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-04T04:43:11.763Z] ---> Running in 60d773d15f2c [2021-03-04T04:43:12.037Z] Removing intermediate container 49c16b8b79bc [2021-03-04T04:43:12.037Z] ---> b379aae2371e [2021-03-04T04:43:12.037Z] Step 27/30 : CMD ["gate"] [2021-03-04T04:43:13.444Z] ---> Running in ce6bb44427c4 [2021-03-04T04:43:13.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:43:14.674Z] 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-04T04:43:14.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:43:14.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.118s coverage: 92.9% of statements [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-04T04:43:14.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.064s coverage: 77.8% of statements [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-04T04:43:14.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.095s coverage: 87.2% of statements [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-04T04:43:14.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-04T04:43:14.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-04T04:43:14.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-03-04T04:43:14.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-04T04:43:14.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.6% of statements [2021-03-04T04:43:14.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.158s coverage: 91.6% of statements [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-04T04:43:14.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.494s coverage: 62.4% of statements [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-04T04:43:14.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-04T04:43:14.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-03-04T04:43:14.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-03-04T04:43:14.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-03-04T04:43:14.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements [2021-03-04T04:43:14.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-03-04T04:43:14.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.836s coverage: 69.1% of statements [2021-03-04T04:43:14.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-04T04:43:14.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-04T04:43:14.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 38.4% of statements [2021-03-04T04:43:14.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-04T04:43:14.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-04T04:43:14.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements [2021-03-04T04:43:14.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-04T04:43:15.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.115s coverage: 84.8% of statements [2021-03-04T04:43:15.260Z] OK: 233 MiB in 51 packages [2021-03-04T04:43:15.523Z] Removing intermediate container ce6bb44427c4 [2021-03-04T04:43:15.523Z] ---> 6e2b04398c06 [2021-03-04T04:43:15.523Z] Step 28/30 : LABEL arch=x86_64 [2021-03-04T04:43:16.927Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:43:16.927Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:43:16.927Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 022d058fff9c [2021-03-04T04:43:16.927Z] [2021-03-04T04:43:16.927Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:43:16.927Z] Step 3/23 : WORKDIR /edgex-go ---> 022d058fff9c [2021-03-04T04:43:16.927Z] [2021-03-04T04:43:16.927Z] Step 3/24 : WORKDIR /edgex-go ---> Using cache [2021-03-04T04:43:16.927Z] [2021-03-04T04:43:16.927Z] ---> b90c55a82967 [2021-03-04T04:43:16.927Z] ---> Using cache [2021-03-04T04:43:16.927Z] ---> b90c55a82967 [2021-03-04T04:43:16.927Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:43:16.927Z] ---> Using cache [2021-03-04T04:43:16.927Z] ---> 2fee6ce3770e [2021-03-04T04:43:16.927Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-04T04:43:16.927Z] [2021-03-04T04:43:16.927Z] ---> Using cache [2021-03-04T04:43:16.927Z] ---> 2fee6ce3770e [2021-03-04T04:43:16.927Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-04T04:43:16.927Z] ---> Using cache [2021-03-04T04:43:16.927Z] ---> 178ebf626725 [2021-03-04T04:43:16.927Z] Step 6/24 : COPY go.mod . [2021-03-04T04:43:16.927Z] ---> Using cache [2021-03-04T04:43:16.927Z] ---> 55d0d943e2b2 [2021-03-04T04:43:16.927Z] Step 7/24 : RUN go mod download [2021-03-04T04:43:16.927Z] ---> Using cache [2021-03-04T04:43:16.927Z] ---> 6b669ccbcd5a [2021-03-04T04:43:16.927Z] Step 8/24 : COPY . . [2021-03-04T04:43:16.927Z] ---> Using cache [2021-03-04T04:43:16.927Z] ---> b01691880a69 [2021-03-04T04:43:16.927Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-04T04:43:17.519Z] ---> Running in fbed8094471d [2021-03-04T04:43:17.798Z] ---> Running in 79523dbbd32b [2021-03-04T04:43:17.798Z] ---> Running in 0e754004dd25 [2021-03-04T04:43:18.075Z] Removing intermediate container fbed8094471d [2021-03-04T04:43:18.075Z] ---> 9f301be0ef9e [2021-03-04T04:43:18.075Z] Step 29/30 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:43:18.359Z] Removing intermediate container b3289402b7f5 [2021-03-04T04:43:18.359Z] ---> 24ad411f5503 [2021-03-04T04:43:18.359Z] Step 6/26 : COPY go.mod . [2021-03-04T04:43:18.661Z] ---> Running in a36be72138a1 [2021-03-04T04:43:18.935Z] 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-04T04:43:18.935Z] Removing intermediate container a36be72138a1 [2021-03-04T04:43:18.935Z] ---> 8a5a49dda1ab [2021-03-04T04:43:18.935Z] Step 30/30 : LABEL version=0.0.0 [2021-03-04T04:43:18.935Z] ---> fe736bdc8bb8 [2021-03-04T04:43:18.935Z] Step 7/26 : RUN go mod download [2021-03-04T04:43:19.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:43:19.204Z] ---> Running in 50585490b4ff [2021-03-04T04:43:19.204Z] ---> Running in de726c3fb2de [2021-03-04T04:43:19.475Z] Removing intermediate container 50585490b4ff [2021-03-04T04:43:19.475Z] ---> ba5bf35cd7bd [2021-03-04T04:43:19.475Z] [2021-03-04T04:43:19.745Z] Successfully built ba5bf35cd7bd [2021-03-04T04:43:20.020Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-04T04:43:20.020Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:43:20.632Z] OK: 233 MiB in 51 packages [2021-03-04T04:43:21.607Z] Removing intermediate container 0e754004dd25 [2021-03-04T04:43:21.607Z] ---> 9d799626e261 [2021-03-04T04:43:21.607Z] Step 6/23 : COPY go.mod . [2021-03-04T04:43:21.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.419s coverage: 47.0% of statements [2021-03-04T04:43:21.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-04T04:43:21.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-04T04:43:21.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-04T04:43:21.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-04T04:43:21.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-04T04:43:21.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.140s coverage: 100.0% of statements [2021-03-04T04:43:21.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-04T04:43:21.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-03-04T04:43:21.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-04T04:43:21.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-04T04:43:21.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-04T04:43:21.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-04T04:43:21.870Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.352s coverage: 88.5% of statements [2021-03-04T04:43:21.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-04T04:43:21.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T04:43:21.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-04T04:43:21.877Z] Removing intermediate container de726c3fb2de [2021-03-04T04:43:21.877Z] ---> 74983a76ff54 [2021-03-04T04:43:21.877Z] Step 8/26 : COPY . . [2021-03-04T04:43:21.877Z] ---> f1375446159b [2021-03-04T04:43:21.877Z] Step 7/23 : RUN go mod download [2021-03-04T04:43:22.143Z] ---> Running in 0e2db010ee55 [2021-03-04T04:43:30.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.120s coverage: 29.1% of statements [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-04T04:43:30.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.174s coverage: 99.0% of statements [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-04T04:43:30.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-04T04:43:30.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.235s coverage: 95.6% of statements [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-04T04:43:30.160Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-04T04:43:30.160Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-04T04:43:30.160Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-04T04:43:30.160Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-04T04:43:30.160Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.107s coverage: 100.0% of statements [2021-03-04T04:43:30.160Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-04T04:43:30.414Z] Removing intermediate container 0e2db010ee55 [2021-03-04T04:43:30.414Z] ---> e4f90b1bdd40 [2021-03-04T04:43:30.414Z] Step 8/23 : COPY . . [2021-03-04T04:43:30.757Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-04T04:43:31.730Z] GO111MODULE=on go vet ./... [2021-03-04T04:43:45.948Z] 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-04T04:43:50.261Z] ---> df5164e092e4 [2021-03-04T04:43:50.261Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-04T04:43:51.210Z] ---> Running in 25a88da62f20 [2021-03-04T04:43:55.433Z] 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-04T04:43:55.433Z] Removing intermediate container 60d773d15f2c [2021-03-04T04:43:55.433Z] ---> dd7b1d6b71a6 [2021-03-04T04:43:55.433Z] [2021-03-04T04:43:55.433Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T04:43:55.433Z] ---> 88dd2752d2ea [2021-03-04T04:43:55.433Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T04:43:55.433Z] ---> Using cache [2021-03-04T04:43:55.433Z] ---> 96cce6f4c48a [2021-03-04T04:43:55.433Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T04:43:55.433Z] ---> Using cache [2021-03-04T04:43:55.433Z] ---> 00baacd3805e [2021-03-04T04:43:55.433Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-04T04:43:56.399Z] ---> ac4dc5d4d054 [2021-03-04T04:43:56.399Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-04T04:43:56.980Z] ---> Running in 8d2b3b7b240f [2021-03-04T04:43:57.248Z] ---> Running in 3914795062b1 [2021-03-04T04:43:57.515Z] Removing intermediate container 8d2b3b7b240f [2021-03-04T04:43:57.515Z] ---> 5127f5a46d40 [2021-03-04T04:43:57.515Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T04:43:57.515Z] Removing intermediate container 79523dbbd32b [2021-03-04T04:43:57.515Z] ---> f3399b7020bb [2021-03-04T04:43:57.515Z] [2021-03-04T04:43:57.515Z] Step 10/24 : FROM alpine:3.12 [2021-03-04T04:43:57.515Z] ---> 88dd2752d2ea [2021-03-04T04:43:57.515Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-04T04:43:57.784Z] ---> Running in 21e84a54b1c6 [2021-03-04T04:43:57.784Z] ---> Running in 0634c8ab9f34 [2021-03-04T04:43:58.058Z] Removing intermediate container 21e84a54b1c6 [2021-03-04T04:43:58.058Z] ---> bda8c3e97832 [2021-03-04T04:43:58.058Z] Step 15/23 : WORKDIR / [2021-03-04T04:43:58.330Z] ---> Running in 274cccf882dd [2021-03-04T04:43:58.599Z] 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-04T04:43:58.599Z] Removing intermediate container 274cccf882dd [2021-03-04T04:43:58.599Z] ---> 95f20c1f6d99 [2021-03-04T04:43:58.599Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T04:43:58.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:43:58.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:43:59.143Z] ---> a77a29517875 [2021-03-04T04:43:59.143Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-04T04:43:59.143Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-04T04:43:59.143Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T04:43:59.143Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-04T04:43:59.143Z] (4/5) Installing curl (7.69.1-r3) [2021-03-04T04:43:59.143Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-04T04:43:59.143Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:43:59.143Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T04:43:59.429Z] OK: 7 MiB in 19 packages [2021-03-04T04:44:00.848Z] ---> 311b3f0fcce2 [2021-03-04T04:44:00.848Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-04T04:44:01.123Z] ---> 418ae2132c1d [2021-03-04T04:44:01.123Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-04T04:44:01.395Z] ---> Running in e9dac4138e0d [2021-03-04T04:44:01.673Z] Removing intermediate container 0634c8ab9f34 [2021-03-04T04:44:01.673Z] ---> 82904016ce6b [2021-03-04T04:44:01.673Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T04:44:01.945Z] Removing intermediate container e9dac4138e0d [2021-03-04T04:44:01.945Z] ---> cc3250f54664 [2021-03-04T04:44:01.945Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T04:44:01.945Z] ---> Running in 47cff423d1d8 [2021-03-04T04:44:01.945Z] ---> Running in 627166ae95e0 [2021-03-04T04:44:02.217Z] Removing intermediate container 47cff423d1d8 [2021-03-04T04:44:02.217Z] ---> c3ec9f2c77d4 [2021-03-04T04:44:02.217Z] Step 13/24 : WORKDIR / [2021-03-04T04:44:02.488Z] Removing intermediate container 627166ae95e0 [2021-03-04T04:44:02.488Z] ---> da103639a5a8 [2021-03-04T04:44:02.488Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T04:44:02.488Z] ---> Running in c772661aec57 [2021-03-04T04:44:03.459Z] ---> Running in e6a9a9d74a3e [2021-03-04T04:44:03.459Z] Removing intermediate container c772661aec57 [2021-03-04T04:44:03.459Z] ---> 78af3a722c64 [2021-03-04T04:44:03.459Z] 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-04T04:44:03.731Z] Removing intermediate container e6a9a9d74a3e [2021-03-04T04:44:03.731Z] ---> bc84cfe8494a [2021-03-04T04:44:03.731Z] Step 22/23 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:44:04.003Z] ---> Running in 83827a788ea5 [2021-03-04T04:44:04.003Z] ---> 5b96c05d9536 [2021-03-04T04:44:04.003Z] 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-04T04:44:04.274Z] Removing intermediate container 83827a788ea5 [2021-03-04T04:44:04.274Z] ---> 23283b726292 [2021-03-04T04:44:04.274Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T04:44:04.274Z] ---> Running in bec811116a44 [2021-03-04T04:44:04.857Z] ---> aea71ed82bf2 [2021-03-04T04:44:04.857Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-04T04:44:04.857Z] Removing intermediate container bec811116a44 [2021-03-04T04:44:04.857Z] ---> 89dbd60b058d [2021-03-04T04:44:04.857Z] [2021-03-04T04:44:05.130Z] Successfully built 89dbd60b058d [2021-03-04T04:44:05.130Z] Successfully tagged docker-core-command-go:latest [2021-03-04T04:44:05.448Z]  Building docker-core-command-go ... done  ---> 63c156a47bea [2021-03-04T04:44:05.448Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-04T04:44:08.048Z] ---> e9776444b524 [2021-03-04T04:44:08.048Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-04T04:44:09.465Z] ---> e3bdf0646340 [2021-03-04T04:44:09.465Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-04T04:44:09.742Z] ---> 210644c9b970 [2021-03-04T04:44:09.742Z] 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-04T04:44:09.742Z] ---> Running in f4c826f88379 [2021-03-04T04:44:11.713Z] Removing intermediate container f4c826f88379 [2021-03-04T04:44:11.713Z] ---> 852f1a2a47cd [2021-03-04T04:44:11.713Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-04T04:44:11.987Z] ---> Running in c842b18a09b4 [2021-03-04T04:44:12.947Z] Removing intermediate container c842b18a09b4 [2021-03-04T04:44:12.947Z] ---> 1ae3a8196bb3 [2021-03-04T04:44:12.947Z] Step 22/24 : LABEL arch=x86_64 [2021-03-04T04:44:13.913Z] ---> Running in 6a4906806aa4 [2021-03-04T04:44:13.913Z] Removing intermediate container 25a88da62f20 [2021-03-04T04:44:13.913Z] ---> 8355fe1aeb5e [2021-03-04T04:44:13.913Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-04T04:44:14.180Z] ---> Running in b82236cfeade [2021-03-04T04:44:14.180Z] Removing intermediate container 6a4906806aa4 [2021-03-04T04:44:14.180Z] ---> d5cb7c05b5a5 [2021-03-04T04:44:14.180Z] Step 23/24 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:44:14.442Z] ---> Running in f879e3bda6b8 [2021-03-04T04:44:14.716Z] Removing intermediate container f879e3bda6b8 [2021-03-04T04:44:14.716Z] ---> 26d7730cf20b [2021-03-04T04:44:14.716Z] Step 24/24 : LABEL version=0.0.0 [2021-03-04T04:44:14.716Z] ---> Running in 0c16d28dee6c [2021-03-04T04:44:14.983Z] 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-04T04:44:14.983Z] Removing intermediate container 0c16d28dee6c [2021-03-04T04:44:14.983Z] ---> e3a4e176d28e [2021-03-04T04:44:14.983Z] [2021-03-04T04:44:15.249Z] Successfully built e3a4e176d28e [2021-03-04T04:44:15.249Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-04T04:44:16.210Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b82236cfeade [2021-03-04T04:44:16.210Z] ---> e71d58f3caea [2021-03-04T04:44:16.210Z] [2021-03-04T04:44:16.210Z] Step 11/26 : FROM docker:20.10.0 [2021-03-04T04:44:16.210Z] 20.10.0: Pulling from library/docker [2021-03-04T04:44:21.517Z] Removing intermediate container 3914795062b1 [2021-03-04T04:44:21.517Z] ---> eb53d3bfa8b2 [2021-03-04T04:44:21.517Z] [2021-03-04T04:44:21.517Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T04:44:21.517Z] ---> 88dd2752d2ea [2021-03-04T04:44:21.517Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-04T04:44:21.517Z] ---> Running in ff768eaff7a9 [2021-03-04T04:44:21.517Z] Removing intermediate container ff768eaff7a9 [2021-03-04T04:44:21.517Z] ---> fce5ec6834bc [2021-03-04T04:44:21.517Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-04T04:44:21.517Z] ---> Running in 588c0ac3da3e [2021-03-04T04:44:21.517Z] Removing intermediate container 588c0ac3da3e [2021-03-04T04:44:21.517Z] ---> 3936b63b5a11 [2021-03-04T04:44:21.517Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-04T04:44:21.517Z] ---> Running in 3e2cece2be94 [2021-03-04T04:44:21.784Z] Removing intermediate container 3e2cece2be94 [2021-03-04T04:44:21.784Z] ---> 7e07fa56f3a5 [2021-03-04T04:44:21.784Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:44:22.047Z] ---> Running in 8fb963179d2a [2021-03-04T04:44:23.448Z] Removing intermediate container 8fb963179d2a [2021-03-04T04:44:23.448Z] ---> 3832a94bb079 [2021-03-04T04:44:23.448Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-04T04:44:23.448Z] ---> Running in 52cec22fa714 [2021-03-04T04:44:24.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:44:25.110Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-04T04:44:25.110Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-04T04:44:25.110Z] ---> aefe523efa57 [2021-03-04T04:44:25.110Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-04T04:44:25.110Z] ---> Running in 4e02b4d17229 [2021-03-04T04:44:25.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:44:25.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:44:25.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:44:26.167Z] (1/2) Installing readline (8.0.4-r0) [2021-03-04T04:44:26.167Z] (2/2) Installing bash (5.0.17-r0) [2021-03-04T04:44:26.167Z] Executing bash-5.0.17-r0.post-install [2021-03-04T04:44:26.167Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:44:26.167Z] OK: 12 MiB in 22 packages [2021-03-04T04:44:26.167Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-04T04:44:26.167Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-04T04:44:26.430Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-04T04:44:26.430Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-04T04:44:26.693Z] Removing intermediate container 4e02b4d17229 [2021-03-04T04:44:26.693Z] ---> 0b30929c2999 [2021-03-04T04:44:26.693Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-04T04:44:26.693Z] ---> Running in ad8969d1f9cf [2021-03-04T04:44:26.693Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-04T04:44:26.693Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-04T04:44:26.693Z] Removing intermediate container ad8969d1f9cf [2021-03-04T04:44:26.693Z] ---> ec4e68117179 [2021-03-04T04:44:26.693Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-04T04:44:26.956Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:44:26.956Z] OK: 8 MiB in 20 packages [2021-03-04T04:44:26.956Z] ---> Running in dc4b9dd73706 [2021-03-04T04:44:26.956Z] Removing intermediate container dc4b9dd73706 [2021-03-04T04:44:26.956Z] ---> 868e6d1c7664 [2021-03-04T04:44:26.956Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-04T04:44:27.219Z] ---> Running in 0bcba992a705 [2021-03-04T04:44:27.219Z] Removing intermediate container 0bcba992a705 [2021-03-04T04:44:27.219Z] ---> 1af49041ea95 [2021-03-04T04:44:27.219Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-04T04:44:27.219Z] Removing intermediate container 52cec22fa714 [2021-03-04T04:44:27.219Z] ---> b110d2d53249 [2021-03-04T04:44:27.219Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T04:44:27.800Z] ---> fc42eca483b4 [2021-03-04T04:44:27.800Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-04T04:44:27.800Z] ---> 70419e7c7262 [2021-03-04T04:44:27.800Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-04T04:44:28.064Z] ---> 9033d637d74d [2021-03-04T04:44:28.064Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-04T04:44:28.327Z] ---> e992d3ab1507 [2021-03-04T04:44:28.327Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-04T04:44:28.589Z] ---> f146d6547ded [2021-03-04T04:44:28.589Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-04T04:44:28.589Z] ---> Running in e07cdb5dfd6f [2021-03-04T04:44:28.589Z] ---> 02184ccf4361 [2021-03-04T04:44:28.589Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-04T04:44:28.589Z] ---> Running in 61efc3bc9cc9 [2021-03-04T04:44:28.855Z] Removing intermediate container 61efc3bc9cc9 [2021-03-04T04:44:28.855Z] ---> 10028d4a744a [2021-03-04T04:44:28.855Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T04:44:28.855Z] ---> Running in 2c089f57a740 [2021-03-04T04:44:29.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:44:29.117Z] Removing intermediate container 2c089f57a740 [2021-03-04T04:44:29.117Z] ---> 3c8d220f36db [2021-03-04T04:44:29.117Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T04:44:29.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:44:29.118Z] ---> Running in 99077ed2a380 [2021-03-04T04:44:29.380Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-04T04:44:29.380Z] (2/33) Installing expat (2.2.9-r1) [2021-03-04T04:44:29.380Z] (3/33) Installing libffi (3.3-r2) [2021-03-04T04:44:29.380Z] (4/33) Installing gdbm (1.13-r1) [2021-03-04T04:44:29.380Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-04T04:44:29.380Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-04T04:44:29.380Z] Removing intermediate container 99077ed2a380 [2021-03-04T04:44:29.380Z] ---> e2ad6af02ab5 [2021-03-04T04:44:29.380Z] Step 22/23 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:44:29.380Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-04T04:44:29.380Z] ---> Running in 7f3b3302d36d [2021-03-04T04:44:30.330Z] Removing intermediate container 7f3b3302d36d [2021-03-04T04:44:30.330Z] ---> fe260fbda408 [2021-03-04T04:44:30.330Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T04:44:33.646Z] ---> Running in 44a4e0961c29 [2021-03-04T04:44:33.646Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-04T04:44:33.646Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-04T04:44:33.646Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-04T04:44:33.646Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-04T04:44:33.646Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-04T04:44:33.646Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-04T04:44:33.646Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-04T04:44:33.646Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-04T04:44:33.646Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-04T04:44:33.646Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-04T04:44:33.646Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-04T04:44:33.646Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-04T04:44:33.646Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-04T04:44:33.911Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-04T04:44:33.911Z] Removing intermediate container 44a4e0961c29 [2021-03-04T04:44:33.911Z] ---> 85a3a079c3c3 [2021-03-04T04:44:33.911Z] [2021-03-04T04:44:33.911Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-04T04:44:33.911Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-04T04:44:34.175Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-04T04:44:34.175Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-04T04:44:34.175Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-04T04:44:34.175Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-04T04:44:34.175Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-04T04:44:34.175Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-04T04:44:34.175Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-04T04:44:34.175Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-04T04:44:34.175Z] Successfully built 85a3a079c3c3 [2021-03-04T04:44:34.175Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-04T04:44:34.175Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-04T04:44:34.175Z] Successfully tagged docker-core-data-go:latest [2021-03-04T04:44:34.175Z]  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger [2021-03-04T04:44:34.175Z] OK: 71 MiB in 55 packages [2021-03-04T04:44:42.344Z] Removing intermediate container e07cdb5dfd6f [2021-03-04T04:44:42.344Z] ---> 8728ba716bfb [2021-03-04T04:44:42.344Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-04T04:44:42.344Z] ---> Running in 36134b052dd9 [2021-03-04T04:44:42.344Z] Collecting docker-compose==1.23.2 [2021-03-04T04:44:42.344Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-04T04:44:42.605Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-04T04:44:42.605Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-04T04:44:42.870Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-04T04:44:42.870Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-04T04:44:43.445Z] Collecting texttable<0.10,>=0.9.0 [2021-03-04T04:44:43.445Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-04T04:44:43.707Z] Collecting jsonschema<3,>=2.5.1 [2021-03-04T04:44:43.707Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-04T04:44:43.970Z] Collecting PyYAML<4,>=3.10 [2021-03-04T04:44:43.970Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-04T04:44:44.922Z] Collecting cached-property<2,>=1.2.0 [2021-03-04T04:44:44.922Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-04T04:44:44.922Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-04T04:44:44.922Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-04T04:44:44.922Z] 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-04T04:44:44.922Z] Collecting docopt<0.7,>=0.6.1 [2021-03-04T04:44:44.922Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-04T04:44:45.502Z] Collecting docker<4.0,>=3.6.0 [2021-03-04T04:44:45.502Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-04T04:44:45.502Z] 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-04T04:44:45.868Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-04T04:44:45.868Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-04T04:44:45.868Z] 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-04T04:44:45.868Z] Collecting idna<2.8,>=2.5 [2021-03-04T04:44:45.868Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-04T04:44:45.868Z] Collecting docker-pycreds>=0.4.0 [2021-03-04T04:44:46.204Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-04T04:44:46.204Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-04T04:44:46.204Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-04T04:44:46.204Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-04T04:44:46.204Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-04T04:44:46.204Z] Installing collected packages: urllib3, idna, requests, dockerpty, texttable, jsonschema, PyYAML, cached-property, websocket-client, docopt, docker-pycreds, docker, docker-compose [2021-03-04T04:44:46.204Z] Attempting uninstall: urllib3 [2021-03-04T04:44:46.204Z] Found existing installation: urllib3 1.25.9 [2021-03-04T04:44:46.204Z] Uninstalling urllib3-1.25.9: [2021-03-04T04:44:46.204Z] Successfully uninstalled urllib3-1.25.9 [2021-03-04T04:44:46.528Z] Attempting uninstall: idna [2021-03-04T04:44:46.528Z] Found existing installation: idna 2.9 [2021-03-04T04:44:46.529Z] Uninstalling idna-2.9: [2021-03-04T04:44:46.529Z] Successfully uninstalled idna-2.9 [2021-03-04T04:44:46.529Z] Attempting uninstall: requests [2021-03-04T04:44:46.529Z] Found existing installation: requests 2.23.0 [2021-03-04T04:44:46.529Z] Uninstalling requests-2.23.0: [2021-03-04T04:44:46.529Z] Successfully uninstalled requests-2.23.0 [2021-03-04T04:44:46.792Z] Running setup.py install for dockerpty: started [2021-03-04T04:44:47.054Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-04T04:44:47.054Z] Running setup.py install for texttable: started [2021-03-04T04:44:47.629Z] Running setup.py install for texttable: finished with status 'done' [2021-03-04T04:44:47.629Z] Running setup.py install for PyYAML: started [2021-03-04T04:44:48.204Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-04T04:44:48.204Z] Running setup.py install for docopt: started [2021-03-04T04:44:48.778Z] Running setup.py install for docopt: finished with status 'done' [2021-03-04T04:44:49.353Z] 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-04T04:44:53.533Z] gofmt -l . [2021-03-04T04:44:53.533Z] [ "`gofmt -l .`" = "" ] [2021-03-04T04:44:53.533Z] ./bin/test-go-mod-tidy.sh [2021-03-04T04:44:53.533Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-04T04:44:53.577Z] Removing intermediate container 36134b052dd9 [2021-03-04T04:44:53.577Z] ---> c029fc730404 [2021-03-04T04:44:53.577Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-04T04:44:53.577Z] ---> Running in bb2fbe8541ec [2021-03-04T04:44:53.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T04:44:53.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T04:44:53.577Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T04:44:53.838Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-04T04:44:53.838Z] (3/3) Installing curl (7.69.1-r3) [2021-03-04T04:44:53.838Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:44:53.838Z] OK: 72 MiB in 58 packages [2021-03-04T04:44:53.890Z] + ls -al . [2021-03-04T04:44:53.890Z] total 744 [2021-03-04T04:44:53.890Z] drwxrwxr-x 9 1001 1001 4096 Mar 4 04:44 . [2021-03-04T04:44:53.890Z] drwxr-xr-x 4 root root 4096 Mar 4 04:40 .. [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 11 Mar 4 04:39 .dockerignore [2021-03-04T04:44:53.890Z] drwxrwxr-x 8 1001 1001 4096 Mar 4 04:39 .git [2021-03-04T04:44:53.890Z] drwxrwxr-x 3 1001 1001 4096 Mar 4 04:39 .github [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 818 Mar 4 04:39 .gitignore [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 166 Mar 4 04:39 .sonarcloud.properties [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 8475 Mar 4 04:39 Attribution.txt [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 3804 Mar 4 04:39 CONTRIBUTING.md [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 931 Mar 4 04:39 Dockerfile.build [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 863 Mar 4 04:39 Jenkinsfile [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 10775 Mar 4 04:39 LICENSE [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 5774 Mar 4 04:39 Makefile [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 6524 Mar 4 04:39 README.md [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 6755 Mar 4 04:39 SECURITY.md [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 5 Mar 4 04:36 VERSION [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 4131 Mar 4 04:39 ZMQWindows.md [2021-03-04T04:44:53.890Z] drwxrwxr-x 2 1001 1001 4096 Mar 4 04:39 bin [2021-03-04T04:44:53.890Z] drwxrwxr-x 14 1001 1001 4096 Mar 4 04:39 cmd [2021-03-04T04:44:53.890Z] -rw-r--r-- 1 root root 606168 Mar 4 04:43 coverage.out [2021-03-04T04:44:53.890Z] -rw-r--r-- 1 root root 1055 Mar 4 04:44 go.mod [2021-03-04T04:44:53.890Z] -rw-r--r-- 1 root root 21699 Mar 4 04:44 go.sum [2021-03-04T04:44:53.890Z] drwxrwxr-x 8 1001 1001 4096 Mar 4 04:39 internal [2021-03-04T04:44:53.890Z] drwxrwxr-x 4 1001 1001 4096 Mar 4 04:39 openapi [2021-03-04T04:44:53.890Z] drwxrwxr-x 4 1001 1001 4096 Mar 4 04:39 snap [2021-03-04T04:44:53.890Z] -rw-rw-r-- 1 1001 1001 168 Mar 4 04:39 version.go [Pipeline] sh [2021-03-04T04:44:54.288Z] + '[' -e coverage.out ] [2021-03-04T04:44:54.288Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-04T04:44:54.351Z] Warning: overwriting stash ‘coverage-report’ [2021-03-04T04:44:54.413Z] Removing intermediate container bb2fbe8541ec [2021-03-04T04:44:54.413Z] ---> c1d307e6f134 [2021-03-04T04:44:54.413Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-04T04:44:54.413Z] ---> Running in d61020c57426 [2021-03-04T04:44:54.674Z] Removing intermediate container d61020c57426 [2021-03-04T04:44:54.674Z] ---> ae9f69ef5780 [2021-03-04T04:44:54.674Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T04:44:54.674Z] ---> Running in 0d63d14d1d29 [2021-03-04T04:44:54.935Z] Removing intermediate container 0d63d14d1d29 [2021-03-04T04:44:54.935Z] ---> 42fdd336bfb6 [2021-03-04T04:44:54.935Z] Step 24/26 : LABEL arch=x86_64 [2021-03-04T04:44:54.935Z] ---> Running in ffbab9a496dd [2021-03-04T04:44:55.197Z] Removing intermediate container ffbab9a496dd [2021-03-04T04:44:55.197Z] ---> a04723c3debf [2021-03-04T04:44:55.197Z] Step 25/26 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:44:55.197Z] ---> Running in 9773c8820233 [2021-03-04T04:44:55.460Z] Removing intermediate container 9773c8820233 [2021-03-04T04:44:55.460Z] ---> 324e103c0d7a [2021-03-04T04:44:55.460Z] Step 26/26 : LABEL version=0.0.0 [2021-03-04T04:44:55.460Z] ---> Running in 9c02775689ac [2021-03-04T04:44:55.460Z] Removing intermediate container 9c02775689ac [2021-03-04T04:44:55.460Z] ---> e12e542ade0e [2021-03-04T04:44:55.460Z] [2021-03-04T04:44:55.585Z] Stashed 1 file(s) [Pipeline] sh [2021-03-04T04:44:55.721Z] Successfully built e12e542ade0e [2021-03-04T04:44:55.721Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-04T04:44:55.996Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-04T04:44:56.023Z] $ docker stop --time=1 0512026cd404580146b292951f4f78a4bbec73de2cbfb567b4e43361c18aab5b [2021-03-04T04:44:56.303Z] + make build [2021-03-04T04:44:56.303Z] 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-04T04:44:57.625Z] $ docker rm -f 0512026cd404580146b292951f4f78a4bbec73de2cbfb567b4e43361c18aab5b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T04:44:58.174Z] + docker images [2021-03-04T04:44:58.174Z] + grep docker [2021-03-04T04:44:58.437Z] docker-sys-mgmt-agent-go latest e12e542ade0e 3 seconds ago 313MB [2021-03-04T04:44:58.437Z] docker-core-data-go latest 85a3a079c3c3 25 seconds ago 22.4MB [2021-03-04T04:44:58.437Z] docker-security-secretstore-setup-go latest e3a4e176d28e 44 seconds ago 24.9MB [2021-03-04T04:44:58.437Z] docker-core-command-go latest 89dbd60b058d 54 seconds ago 17.2MB [2021-03-04T04:44:58.437Z] docker-security-bootstrapper-go latest ba5bf35cd7bd About a minute ago 18.7MB [2021-03-04T04:44:58.437Z] docker-support-notifications-go latest 3179470fc49e 2 minutes ago 17.8MB [2021-03-04T04:44:58.437Z] docker-support-scheduler-go latest 07890d341253 2 minutes ago 17.2MB [2021-03-04T04:44:58.437Z] docker-core-metadata-go latest d0299b7cae54 2 minutes ago 19MB [2021-03-04T04:44:58.437Z] docker-security-proxy-setup-go latest 6bd929e0c69d 2 minutes ago 24.7MB [2021-03-04T04:44:58.437Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-04T04:45:08.744Z] 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-04T04:45:14.279Z] Still waiting to schedule task [2021-03-04T04:45:14.279Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-04T04:45:30.915Z] 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-04T04:45:35.211Z] 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-04T04:45:40.605Z] 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-04T04:45:41.201Z] 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-04T04:45:46.597Z] 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-04T04:45:50.902Z] 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-04T04:45:55.207Z] 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-04T04:45:59.503Z] 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-04T04:46:02.885Z] 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-04T04:46:06.275Z] 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-04T04:46:11.130Z] Running on prd-ubuntu18.04-docker-8c-8g-28442 in /w/workspace/edgexfoundry_edgex-go_PR-3224 [Pipeline] { [Pipeline] ws [2021-03-04T04:46:11.253Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] } [2021-03-04T04:46:13.195Z] $ docker stop --time=1 c266d5562db070f79706975f591d43ebbf7fe519c6abd6c5adffafe79e96e214 [2021-03-04T04:46:13.358Z] using credential edgex-jenkins-ssh [2021-03-04T04:46:13.420Z] Cloning the remote Git repository [2021-03-04T04:46:13.419Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-04T04:46:13.495Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-04T04:46:13.520Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T04:46:13.521Z] > git --version # timeout=10 [2021-03-04T04:46:13.526Z] > git --version # 'git version 2.17.1' [2021-03-04T04:46:13.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T04:46:13.549Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T04:46:15.751Z] $ docker rm -f c266d5562db070f79706975f591d43ebbf7fe519c6abd6c5adffafe79e96e214 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:46:17.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T04:46:17.645Z] [2021-03-04T04:46:17.645Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:46:18.300Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T04:46:18.573Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-04T04:46:18.573Z] 29e5d40040c1: Pulling fs layer [2021-03-04T04:46:18.573Z] 1ce36da41761: Pulling fs layer [2021-03-04T04:46:18.573Z] 25b303627fd3: Pulling fs layer [2021-03-04T04:46:19.164Z] 29e5d40040c1: Verifying Checksum [2021-03-04T04:46:19.164Z] 29e5d40040c1: Download complete [2021-03-04T04:46:19.437Z] 1ce36da41761: Verifying Checksum [2021-03-04T04:46:19.437Z] 1ce36da41761: Download complete [2021-03-04T04:46:19.712Z] 29e5d40040c1: Pull complete [2021-03-04T04:46:19.131Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T04:46:19.140Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T04:46:19.154Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T04:46:19.171Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T04:46:19.172Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T04:46:19.178Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3224/head:refs/remotes/origin/PR-3224 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T04:46:19.808Z] Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:46:19.995Z] Merge succeeded, producing 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:46:19.995Z] Checking out Revision 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b (PR-3224) [2021-03-04T04:46:20.684Z] 1ce36da41761: Pull complete [2021-03-04T04:46:19.806Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T04:46:19.812Z] > git checkout -f 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b # timeout=10 [2021-03-04T04:46:19.953Z] > git remote # timeout=10 [2021-03-04T04:46:19.960Z] > git config --get remote.origin.url # timeout=10 [2021-03-04T04:46:19.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T04:46:19.967Z] > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 [2021-03-04T04:46:19.977Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-04T04:46:19.987Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T04:46:19.991Z] > git checkout -f 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b # timeout=10 [2021-03-04T04:46:21.278Z] 25b303627fd3: Verifying Checksum [2021-03-04T04:46:21.278Z] 25b303627fd3: Download complete [2021-03-04T04:46:23.692Z] Commit message: "feat(scheduler): Implement PATCH /interval V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T04:46:24.793Z] + echo snap-build.sh [2021-03-04T04:46:24.793Z] snap-build.sh [2021-03-04T04:46:24.793Z] + SNAP_BASE_DIR=. [2021-03-04T04:46:24.793Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-04T04:46:24.793Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-04T04:46:24.793Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-04T04:46:24.793Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-04T04:46:24.793Z] + cd /w/workspace/edgex-go/2 [2021-03-04T04:46:24.793Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-04T04:46:24.793Z] Reading package lists... [2021-03-04T04:46:25.057Z] Building dependency tree... [2021-03-04T04:46:25.057Z] Reading state information... [2021-03-04T04:46:25.057Z] The following packages were automatically installed and are no longer required: [2021-03-04T04:46:25.057Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-04T04:46:25.057Z] uidmap xdelta3 [2021-03-04T04:46:25.057Z] Use 'sudo apt autoremove' to remove them. [2021-03-04T04:46:25.057Z] The following packages will be REMOVED: [2021-03-04T04:46:25.318Z] lxd* lxd-client* [2021-03-04T04:46:25.579Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-04T04:46:25.579Z] After this operation, 31.7 MB disk space will be freed. [2021-03-04T04:46:26.891Z] (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-04T04:46:26.891Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-04T04:46:27.873Z] Removing lxd dnsmasq configuration [2021-03-04T04:46:27.873Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-04T04:46:28.138Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-04T04:46:29.092Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-04T04:46:29.092Z] (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-04T04:46:29.092Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-04T04:46:31.013Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-04T04:46:31.013Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-04T04:46:31.424Z] 25b303627fd3: Pull complete [2021-03-04T04:46:31.424Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-04T04:46:31.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T04:46:31.424Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-04T04:46:31.647Z] prd-ubuntu18.04-docker-arm64-4c-16g-28441 does not seem to be running inside a container [2021-03-04T04:46:31.855Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-04T04:46:32.939Z] + sudo snap remove --purge lxd [2021-03-04T04:46:32.939Z] snap "lxd" is not installed [2021-03-04T04:46:32.939Z] + sudo groupadd --force --system lxd [2021-03-04T04:46:32.939Z] ++ whoami [2021-03-04T04:46:32.939Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-04T04:46:32.939Z] + newgrp - lxd [2021-03-04T04:46:32.939Z] + sudo snap install lxd [2021-03-04T04:46:34.688Z] $ docker top 2fa8fe034c49021941524cd96c558e508272218f5b6a5584bf8b6973d5a98e48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T04:46:35.590Z] + grep parallel [2021-03-04T04:46:35.590Z] + docker-compose build --help [2021-03-04T04:46:38.965Z] --parallel Build images in parallel. [Pipeline] } [2021-03-04T04:46:39.124Z] $ docker stop --time=1 2fa8fe034c49021941524cd96c558e508272218f5b6a5584bf8b6973d5a98e48 [2021-03-04T04:46:41.074Z] $ docker rm -f 2fa8fe034c49021941524cd96c558e508272218f5b6a5584bf8b6973d5a98e48 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:46:41.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T04:46:41.786Z] . [Pipeline] withDockerContainer [2021-03-04T04:46:42.020Z] prd-ubuntu18.04-docker-arm64-4c-16g-28441 does not seem to be running inside a container [2021-03-04T04:46:42.281Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-04T04:46:43.785Z] $ docker top c9597776441427641ec038e0e5a5e1047eced893ab933eacff17b0f8940a19b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T04:46:44.739Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-04T04:46:45.204Z] 2021-03-04T04:46:42Z INFO Waiting for automatic snapd restart... [2021-03-04T04:46:49.040Z] Building docker-core-command-go ... [2021-03-04T04:46:49.040Z] Building docker-core-data-go ... [2021-03-04T04:46:49.040Z] Building docker-core-metadata-go ... [2021-03-04T04:46:49.040Z] Building docker-security-bootstrapper-go ... [2021-03-04T04:46:49.040Z] Building docker-security-proxy-setup-go ... [2021-03-04T04:46:49.040Z] Building docker-security-secretstore-setup-go ... [2021-03-04T04:46:49.040Z] Building docker-support-notifications-go ... [2021-03-04T04:46:49.040Z] Building docker-support-scheduler-go ... [2021-03-04T04:46:49.040Z] Building docker-sys-mgmt-agent-go ... [2021-03-04T04:46:49.040Z] Building docker-core-data-go [2021-03-04T04:46:49.040Z] Building docker-support-scheduler-go [2021-03-04T04:46:49.040Z] Building docker-security-bootstrapper-go [2021-03-04T04:46:49.040Z] Building docker-support-notifications-go [2021-03-04T04:46:49.040Z] Building docker-security-proxy-setup-go [2021-03-04T04:47:00.141Z] lxd 4.11 from Canonical* installed [2021-03-04T04:47:00.141Z] + sudo lxd init --auto [2021-03-04T04:47:08.300Z] + sudo snap install --classic snapcraft [2021-03-04T04:47:13.604Z] snapcraft 4.5.1 from Canonical* installed [2021-03-04T04:47:13.604Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-04T04:47:13.604Z] + patch --verbose -p1 [2021-03-04T04:47:13.604Z] Hmm... Looks like a unified diff to me... [2021-03-04T04:47:13.604Z] The text leading up to this was: [2021-03-04T04:47:13.604Z] -------------------------- [2021-03-04T04:47:13.604Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-04T04:47:13.604Z] |From: Tony Espy [2021-03-04T04:47:13.604Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-04T04:47:13.604Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-04T04:47:13.604Z] | [2021-03-04T04:47:13.604Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-04T04:47:13.604Z] |optimize the snap CI check run for pull requests. When [2021-03-04T04:47:13.604Z] |applied, it essentially strips out everything (apps and [2021-03-04T04:47:13.604Z] |parts) from the snapcraft.yaml file except those required [2021-03-04T04:47:13.604Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-04T04:47:13.604Z] |catch changes to edgex-go that break the snap build. [2021-03-04T04:47:13.604Z] | [2021-03-04T04:47:13.604Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-04T04:47:13.604Z] |to update this patch file, otherwise it may fail to apply, [2021-03-04T04:47:13.604Z] |resulting in a failed snap build CI check in the associated [2021-03-04T04:47:13.604Z] |pull request. [2021-03-04T04:47:13.604Z] | [2021-03-04T04:47:13.604Z] |Note - in addition to applying this patch, the pipeline also [2021-03-04T04:47:13.604Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-04T04:47:13.604Z] |need to build the finally binary .snap file (and it won't [2021-03-04T04:47:13.604Z] |work with the patch applied). This further reduces the build [2021-03-04T04:47:13.604Z] |time. [2021-03-04T04:47:13.604Z] |--- [2021-03-04T04:47:13.604Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-04T04:47:13.604Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-04T04:47:13.604Z] | [2021-03-04T04:47:13.604Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-04T04:47:13.604Z] |index 1e537489..faf42425 100644 [2021-03-04T04:47:13.604Z] |--- a/snap/snapcraft.yaml [2021-03-04T04:47:13.604Z] |+++ b/snap/snapcraft.yaml [2021-03-04T04:47:13.604Z] -------------------------- [2021-03-04T04:47:13.604Z] patching file snap/snapcraft.yaml [2021-03-04T04:47:13.604Z] Using Plan A... [2021-03-04T04:47:13.604Z] Hunk #1 succeeded at 73. [2021-03-04T04:47:13.604Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-04T04:47:13.604Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-04T04:47:13.604Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-04T04:47:13.604Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-04T04:47:13.604Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-04T04:47:13.604Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-04T04:47:13.604Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-04T04:47:13.604Z] Hmm... Ignoring the trailing garbage. [2021-03-04T04:47:13.604Z] done [2021-03-04T04:47:13.604Z] + sudo snapcraft prime --use-lxd [2021-03-04T04:47:14.551Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-04T04:47:14.551Z] 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-04T04:47:14.551Z] - README.md [2021-03-04T04:47:14.551Z] - snapcraft.yaml.orig [2021-03-04T04:47:14.551Z] [2021-03-04T04:47:14.551Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-04T04:47:15.498Z] Launching a container. [2021-03-04T04:47:27.758Z] Waiting for container to be ready [2021-03-04T04:47:28.332Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-04T04:47:28.332Z] [2021-03-04T04:47:32.549Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-04T04:47:32.549Z] Waiting for network to be ready... [2021-03-04T04:47:33.121Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-04T04:47:33.384Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-04T04:47:33.384Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-04T04:47:33.384Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-04T04:47:33.384Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-04T04:47:33.384Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-04T04:47:33.384Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-04T04:47:33.384Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-04T04:47:33.384Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-04T04:47:33.384Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-04T04:47:33.645Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-04T04:47:33.908Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-04T04:47:34.173Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-04T04:47:34.173Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-04T04:47:34.173Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-04T04:47:34.173Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-04T04:47:34.173Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-04T04:47:34.173Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-04T04:47:34.747Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-04T04:47:34.747Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-04T04:47:35.008Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-04T04:47:35.008Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-04T04:47:35.008Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-04T04:47:35.008Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-04T04:47:35.008Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-04T04:47:35.008Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-04T04:47:35.008Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-04T04:47:38.325Z] Fetched 24.0 MB in 5s (4627 kB/s) [2021-03-04T04:47:39.721Z] Reading package lists... [2021-03-04T04:47:39.996Z] Reading package lists... [2021-03-04T04:47:39.996Z] Building dependency tree... [2021-03-04T04:47:39.996Z] Reading state information... [2021-03-04T04:47:40.276Z] The following additional packages will be installed: [2021-03-04T04:47:40.277Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-04T04:47:40.277Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-04T04:47:40.277Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-04T04:47:40.277Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-04T04:47:40.277Z] Suggested packages: [2021-03-04T04:47:40.277Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-04T04:47:40.277Z] Recommended packages: [2021-03-04T04:47:40.277Z] gnupg libsasl2-modules [2021-03-04T04:47:40.277Z] The following NEW packages will be installed: [2021-03-04T04:47:40.277Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-04T04:47:40.277Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-04T04:47:40.277Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-04T04:47:40.277Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-04T04:47:40.277Z] The following packages will be upgraded: [2021-03-04T04:47:40.277Z] gpg gpg-agent gpgconf libudev1 [2021-03-04T04:47:40.277Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-04T04:47:40.277Z] Need to get 3530 kB of archives. [2021-03-04T04:47:40.277Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-04T04:47:40.277Z] 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-04T04:47:40.277Z] 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-04T04:47:40.277Z] 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-04T04:47:40.277Z] 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-04T04:47:40.539Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-04T04:47:40.800Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-04T04:47:41.063Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-04T04:47:41.063Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-04T04:47:41.063Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-04T04:47:41.327Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-04T04:47:41.327Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-04T04:47:41.327Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-04T04:47:41.327Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-04T04:47:41.327Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-04T04:47:41.327Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-04T04:47:41.327Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-04T04:47:41.327Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-04T04:47:41.327Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-04T04:47:41.327Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-04T04:47:41.327Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-04T04:47:41.327Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-04T04:47:41.327Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-04T04:47:41.589Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T04:47:41.589Z] Fetched 3530 kB in 1s (3132 kB/s) [2021-03-04T04:47:41.589Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-04T04:47:41.589Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-04T04:47:41.589Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-04T04:47:41.862Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-04T04:47:41.862Z] Selecting previously unselected package udev. [2021-03-04T04:47:41.862Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-04T04:47:41.862Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-04T04:47:41.862Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-04T04:47:42.147Z] Selecting previously unselected package libfuse2:amd64. [2021-03-04T04:47:42.147Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-04T04:47:42.147Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-04T04:47:42.414Z] Selecting previously unselected package fuse. [2021-03-04T04:47:42.414Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-04T04:47:42.414Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-04T04:47:42.414Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T04:47:42.414Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-04T04:47:42.681Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T04:47:42.681Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-04T04:47:42.944Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T04:47:42.944Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-04T04:47:42.944Z] Selecting previously unselected package libksba8:amd64. [2021-03-04T04:47:42.944Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-04T04:47:42.944Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-04T04:47:43.206Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-04T04:47:43.206Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T04:47:43.206Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:43.206Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-04T04:47:43.206Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T04:47:43.206Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:43.467Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-04T04:47:43.467Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T04:47:43.467Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:43.467Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-04T04:47:43.467Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T04:47:43.467Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:43.467Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-04T04:47:43.467Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T04:47:43.467Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:43.730Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-04T04:47:43.730Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T04:47:43.730Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:43.730Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-04T04:47:43.730Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T04:47:43.730Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:43.994Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-04T04:47:43.994Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T04:47:43.994Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:43.994Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-04T04:47:43.994Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T04:47:43.994Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:43.994Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-04T04:47:43.994Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-04T04:47:43.994Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-04T04:47:44.256Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-04T04:47:44.256Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-04T04:47:44.256Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-04T04:47:44.256Z] Selecting previously unselected package libldap-common. [2021-03-04T04:47:44.256Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-04T04:47:44.256Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-04T04:47:44.519Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-04T04:47:44.519Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-04T04:47:44.519Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-04T04:47:44.519Z] Selecting previously unselected package dirmngr. [2021-03-04T04:47:44.519Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T04:47:44.519Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-04T04:47:44.780Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-04T04:47:44.781Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-04T04:47:44.781Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-04T04:47:44.781Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-04T04:47:44.781Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-04T04:47:44.781Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-04T04:47:44.781Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:44.781Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-04T04:47:44.781Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-04T04:47:45.043Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-04T04:47:45.304Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-04T04:47:45.565Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:45.565Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-04T04:47:45.565Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-04T04:47:45.565Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-04T04:47:45.565Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:45.828Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:45.828Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:45.828Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:45.828Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:45.828Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:45.828Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T04:47:45.828Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-04T04:47:46.118Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-04T04:47:46.118Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-04T04:47:46.690Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-04T04:47:46.690Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-04T04:47:46.690Z] This means they are not meant to be enabled using systemctl. [2021-03-04T04:47:46.690Z] Possible reasons for having this kind of units are: [2021-03-04T04:47:46.690Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-04T04:47:46.690Z] .wants/ or .requires/ directory. [2021-03-04T04:47:46.690Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-04T04:47:46.690Z] a requirement dependency on it. [2021-03-04T04:47:46.690Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-04T04:47:46.690Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-04T04:47:46.690Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-04T04:47:46.690Z] instance name specified. [2021-03-04T04:47:46.952Z] Reading package lists... [2021-03-04T04:47:47.214Z] Building dependency tree... [2021-03-04T04:47:47.214Z] Reading state information... [2021-03-04T04:47:47.214Z] The following additional packages will be installed: [2021-03-04T04:47:47.214Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-04T04:47:47.214Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-04T04:47:47.214Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-04T04:47:47.214Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-04T04:47:47.214Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-04T04:47:47.214Z] Suggested packages: [2021-03-04T04:47:47.214Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-04T04:47:47.214Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-04T04:47:47.214Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-04T04:47:47.214Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-04T04:47:47.214Z] systemd-container policykit-1 [2021-03-04T04:47:47.214Z] Recommended packages: [2021-03-04T04:47:47.214Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-04T04:47:47.214Z] The following NEW packages will be installed: [2021-03-04T04:47:47.214Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-04T04:47:47.214Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-04T04:47:47.214Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-04T04:47:47.214Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-04T04:47:47.214Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-04T04:47:47.214Z] The following packages will be upgraded: [2021-03-04T04:47:47.214Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-04T04:47:47.475Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-04T04:47:47.475Z] Need to get 35.2 MB of archives. [2021-03-04T04:47:47.475Z] After this operation, 141 MB of additional disk space will be used. [2021-03-04T04:47:47.475Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-04T04:47:47.475Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-04T04:47:47.475Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-04T04:47:47.475Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-04T04:47:47.475Z] 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-04T04:47:47.475Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-04T04:47:47.475Z] 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-04T04:47:47.743Z] 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-04T04:47:47.743Z] 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-04T04:47:47.743Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-04T04:47:47.743Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-04T04:47:47.743Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-04T04:47:47.743Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-04T04:47:47.743Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-04T04:47:47.743Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-04T04:47:47.743Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-04T04:47:47.743Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-04T04:47:47.743Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-04T04:47:47.743Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-04T04:47:48.318Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-04T04:47:48.318Z] 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-04T04:47:48.318Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-04T04:47:48.318Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-04T04:47:48.318Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-04T04:47:48.318Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-04T04:47:48.318Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-04T04:47:48.318Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-04T04:47:48.318Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-04T04:47:48.587Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-04T04:47:48.587Z] 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-04T04:47:48.587Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T04:47:48.848Z] Fetched 35.2 MB in 1s (28.3 MB/s) [2021-03-04T04:47:48.848Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-04T04:47:48.848Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-04T04:47:49.109Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-04T04:47:49.681Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-04T04:47:49.681Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-04T04:47:49.943Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-04T04:47:49.943Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-04T04:47:49.943Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-04T04:47:49.943Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-04T04:47:50.205Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-04T04:47:50.205Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-04T04:47:50.205Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-04T04:47:50.467Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-04T04:47:50.728Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-04T04:47:50.728Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-04T04:47:51.301Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-04T04:47:51.301Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-04T04:47:51.301Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-04T04:47:51.301Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-04T04:47:51.563Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-04T04:47:51.563Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-04T04:47:51.563Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T04:47:51.825Z] Selecting previously unselected package libexpat1:amd64. [2021-03-04T04:47:51.825Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-04T04:47:51.825Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-04T04:47:51.825Z] Selecting previously unselected package python3.6-minimal. [2021-03-04T04:47:51.825Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-04T04:47:51.825Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T04:47:52.399Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-04T04:47:52.399Z] Checking for services that may need to be restarted...done. [2021-03-04T04:47:52.399Z] Checking for services that may need to be restarted...done. [2021-03-04T04:47:52.399Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T04:47:52.399Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-04T04:47:52.399Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T04:47:52.976Z] Selecting previously unselected package python3-minimal. [2021-03-04T04:47:52.976Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-04T04:47:52.976Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-04T04:47:52.976Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-04T04:47:53.239Z] Selecting previously unselected package mime-support. [2021-03-04T04:47:53.239Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-04T04:47:53.239Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-04T04:47:53.815Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-04T04:47:53.815Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-04T04:47:53.815Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-04T04:47:53.815Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-04T04:47:53.815Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-04T04:47:53.815Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T04:47:54.077Z] Selecting previously unselected package python3.6. [2021-03-04T04:47:54.077Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-04T04:47:54.077Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T04:47:54.077Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-04T04:47:54.077Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-04T04:47:54.077Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-04T04:47:54.338Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-04T04:47:54.601Z] Selecting previously unselected package python3. [2021-03-04T04:47:54.601Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-04T04:47:54.601Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-04T04:47:54.601Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-04T04:47:54.601Z] Selecting previously unselected package multiarch-support. [2021-03-04T04:47:54.601Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T04:47:54.601Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-04T04:47:54.863Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-04T04:47:54.863Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-04T04:47:54.863Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-04T04:47:54.863Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-04T04:47:54.863Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-04T04:47:54.863Z] Selecting previously unselected package libbsd0:amd64. [2021-03-04T04:47:54.863Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-04T04:47:54.863Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-04T04:47:55.126Z] Selecting previously unselected package sudo. [2021-03-04T04:47:55.126Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-04T04:47:55.126Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-04T04:47:55.126Z] Selecting previously unselected package apparmor. [2021-03-04T04:47:55.126Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-04T04:47:55.126Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-04T04:47:55.387Z] Selecting previously unselected package libedit2:amd64. [2021-03-04T04:47:55.387Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-04T04:47:55.387Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-04T04:47:55.387Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-04T04:47:55.388Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-04T04:47:55.388Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T04:47:55.653Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-04T04:47:55.653Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-04T04:47:55.653Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T04:47:55.653Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-04T04:47:55.653Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-04T04:47:55.653Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-04T04:47:55.653Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-04T04:47:55.653Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-04T04:47:55.653Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T04:47:55.914Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-04T04:47:55.914Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-04T04:47:55.914Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T04:47:55.914Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-04T04:47:55.914Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-04T04:47:55.914Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-04T04:47:56.177Z] Selecting previously unselected package openssh-client. [2021-03-04T04:47:56.177Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-04T04:47:56.177Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-04T04:47:56.439Z] Selecting previously unselected package squashfs-tools. [2021-03-04T04:47:56.439Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-04T04:47:56.439Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-04T04:47:56.439Z] Selecting previously unselected package snapd. [2021-03-04T04:47:56.439Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-04T04:47:56.439Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-04T04:47:59.744Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-04T04:47:59.744Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-04T04:47:59.744Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-04T04:47:59.744Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-04T04:48:00.007Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-04T04:48:00.007Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T04:48:00.007Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-04T04:48:00.007Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-04T04:48:00.007Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-04T04:48:00.580Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-04T04:48:00.842Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-04T04:48:00.842Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-04T04:48:00.842Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T04:48:00.842Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T04:48:00.842Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T04:48:01.785Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-04T04:48:01.785Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T04:48:01.785Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-04T04:48:01.785Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-04T04:48:01.785Z] running python rtupdate hooks for python3.6... [2021-03-04T04:48:01.785Z] running python post-rtupdate hooks for python3.6... [2021-03-04T04:48:01.785Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-04T04:48:03.715Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-04T04:48:03.715Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T04:48:03.715Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-04T04:48:03.976Z] Setting up snapd (2.48.3+18.04) ... [2021-03-04T04:48:04.585Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-04T04:48:04.585Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-04T04:48:04.852Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-04T04:48:05.115Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-04T04:48:05.377Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-04T04:48:05.377Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-04T04:48:05.638Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-04T04:48:05.900Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-04T04:48:06.163Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-04T04:48:06.163Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-04T04:48:06.425Z] /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-04T04:48:06.425Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-04T04:48:06.425Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-04T04:48:07.814Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-04T04:48:07.814Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-04T04:48:07.814Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-04T04:48:09.462Z] Reading package lists... [2021-03-04T04:48:09.725Z] Reading package lists... [2021-03-04T04:48:09.725Z] Building dependency tree... [2021-03-04T04:48:09.725Z] Reading state information... [2021-03-04T04:48:09.987Z] Calculating upgrade... [2021-03-04T04:48:10.248Z] The following packages will be upgraded: [2021-03-04T04:48:10.248Z] advancecomp base-files bash binutils binutils-common [2021-03-04T04:48:10.248Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-04T04:48:10.248Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-04T04:48:10.248Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-04T04:48:10.248Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-04T04:48:10.248Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-04T04:48:10.248Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-04T04:48:10.248Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-04T04:48:10.248Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-04T04:48:10.248Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-04T04:48:10.248Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-04T04:48:10.249Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-04T04:48:10.249Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-04T04:48:10.249Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-04T04:48:10.249Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-04T04:48:10.249Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-04T04:48:10.249Z] Need to get 63.8 MB of archives. [2021-03-04T04:48:10.249Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-04T04:48:10.249Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-04T04:48:10.249Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-04T04:48:10.777Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:48:10.777Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:48:10.777Z] ---> fbac076d91f3 [2021-03-04T04:48:10.777Z] Step 3/30 : WORKDIR /edgex-go [2021-03-04T04:48:10.777Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:48:10.777Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:48:10.777Z] ---> fbac076d91f3 [2021-03-04T04:48:10.777Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T04:48:10.778Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:48:10.778Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:48:10.778Z] ---> fbac076d91f3 [2021-03-04T04:48:10.778Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T04:48:10.778Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:48:10.778Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:48:10.778Z] ---> fbac076d91f3 [2021-03-04T04:48:10.778Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T04:48:10.778Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:48:10.778Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:48:10.778Z] ---> fbac076d91f3 [2021-03-04T04:48:10.778Z] Step 3/21 : WORKDIR /edgex-go [2021-03-04T04:48:10.778Z] ---> Running in 6f8077134da5 [2021-03-04T04:48:10.778Z] ---> Running in 45d9285b6c66 [2021-03-04T04:48:10.778Z] ---> Running in f0688e085af6 [2021-03-04T04:48:10.778Z] ---> Running in 954b5453154a [2021-03-04T04:48:10.778Z] ---> Running in 4b4d064616e4 [2021-03-04T04:48:10.778Z] Removing intermediate container 45d9285b6c66 [2021-03-04T04:48:10.778Z] ---> 416d35f8385c [2021-03-04T04:48:10.778Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:48:10.778Z] Removing intermediate container 4b4d064616e4 [2021-03-04T04:48:10.778Z] ---> 6a7263fe1ad4 [2021-03-04T04:48:10.778Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:48:10.778Z] Removing intermediate container 6f8077134da5 [2021-03-04T04:48:10.778Z] ---> 770322a293f2 [2021-03-04T04:48:10.778Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:48:10.778Z] Removing intermediate container f0688e085af6 [2021-03-04T04:48:10.778Z] ---> 366e7994259b [2021-03-04T04:48:10.778Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:48:10.778Z] Removing intermediate container 954b5453154a [2021-03-04T04:48:10.778Z] ---> e392aa115e2d [2021-03-04T04:48:10.778Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:48:10.778Z] ---> Running in 0d9068a79c03 [2021-03-04T04:48:10.778Z] ---> Running in c2b44a167f5f [2021-03-04T04:48:10.778Z] ---> Running in 14442f1bab4f [2021-03-04T04:48:10.778Z] ---> Running in bb661704c3a7 [2021-03-04T04:48:10.778Z] ---> Running in 39235d037a9b [2021-03-04T04:48:10.778Z] Removing intermediate container 0d9068a79c03 [2021-03-04T04:48:10.778Z] ---> 8ae71ee723bc [2021-03-04T04:48:10.778Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-04T04:48:10.778Z] ---> Running in 2ca60b6381f0 [2021-03-04T04:48:10.778Z] Removing intermediate container 14442f1bab4f [2021-03-04T04:48:10.778Z] ---> 0b2b1a231134 [2021-03-04T04:48:10.778Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-04T04:48:10.778Z] Removing intermediate container c2b44a167f5f [2021-03-04T04:48:10.778Z] ---> 890f0eda0294 [2021-03-04T04:48:10.778Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-04T04:48:10.778Z] ---> Running in f970b91aaafc [2021-03-04T04:48:10.778Z] ---> Running in 717c12b39e73 [2021-03-04T04:48:10.778Z] Removing intermediate container bb661704c3a7 [2021-03-04T04:48:10.778Z] ---> 796d79b63a2b [2021-03-04T04:48:10.778Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-04T04:48:10.778Z] Removing intermediate container 39235d037a9b [2021-03-04T04:48:10.778Z] ---> 0b72456dc534 [2021-03-04T04:48:10.778Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-04T04:48:10.778Z] ---> Running in b8d9b5fa4eed [2021-03-04T04:48:10.778Z] ---> Running in e819ee98d58e [2021-03-04T04:48:10.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:48:10.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:48:10.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:48:10.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:48:10.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:48:10.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:48:10.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:48:10.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:48:10.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:48:10.778Z] OK: 217 MiB in 51 packages [2021-03-04T04:48:10.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:48:11.078Z] OK: 217 MiB in 51 packages [2021-03-04T04:48:11.078Z] OK: 217 MiB in 51 packages [2021-03-04T04:48:11.078Z] OK: 217 MiB in 51 packages [2021-03-04T04:48:11.078Z] OK: 217 MiB in 51 packages [2021-03-04T04:48:11.195Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-04T04:48:11.195Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-04T04:48:11.195Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-04T04:48:11.195Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-04T04:48:11.195Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-04T04:48:11.195Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-04T04:48:11.195Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-04T04:48:11.195Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-04T04:48:11.195Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-04T04:48:11.195Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-04T04:48:11.195Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-04T04:48:11.195Z] 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-04T04:48:11.195Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-04T04:48:11.195Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-04T04:48:11.195Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-04T04:48:11.195Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-04T04:48:11.195Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-04T04:48:11.195Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-04T04:48:11.195Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-04T04:48:11.195Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-04T04:48:11.195Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-04T04:48:11.195Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-04T04:48:11.195Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-04T04:48:11.195Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-04T04:48:11.195Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-04T04:48:11.195Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-04T04:48:11.195Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-04T04:48:11.195Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-04T04:48:11.457Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-04T04:48:11.457Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-04T04:48:11.457Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-04T04:48:11.457Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-04T04:48:11.457Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-04T04:48:11.457Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-04T04:48:11.457Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-04T04:48:11.457Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-04T04:48:11.457Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-04T04:48:11.457Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-04T04:48:11.457Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-04T04:48:11.457Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-04T04:48:11.457Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-04T04:48:11.457Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-04T04:48:11.457Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-04T04:48:11.457Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-04T04:48:11.457Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-04T04:48:11.457Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-04T04:48:11.457Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-04T04:48:11.457Z] Get:50 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-04T04:48:11.457Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-04T04:48:11.457Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-04T04:48:11.457Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-04T04:48:11.457Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-04T04:48:11.683Z] Removing intermediate container 2ca60b6381f0 [2021-03-04T04:48:11.683Z] ---> 49f8baf6f51c [2021-03-04T04:48:11.683Z] Step 6/30 : COPY go.mod . [2021-03-04T04:48:11.719Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-04T04:48:11.719Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-04T04:48:11.719Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-04T04:48:11.719Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-04T04:48:11.719Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-04T04:48:11.719Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-04T04:48:11.719Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-04T04:48:11.719Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-04T04:48:11.719Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-04T04:48:11.719Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-04T04:48:11.719Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-04T04:48:11.719Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-04T04:48:11.719Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-04T04:48:11.719Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-04T04:48:11.719Z] Get:69 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-04T04:48:11.719Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-04T04:48:11.719Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-04T04:48:11.719Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-04T04:48:11.719Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-04T04:48:11.719Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-04T04:48:11.719Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-04T04:48:11.719Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-04T04:48:11.719Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-04T04:48:11.719Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-04T04:48:11.719Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-04T04:48:11.719Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-04T04:48:11.979Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-04T04:48:11.979Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-04T04:48:11.979Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-04T04:48:11.979Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-04T04:48:11.979Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-04T04:48:11.979Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-04T04:48:11.979Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-04T04:48:11.979Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-04T04:48:11.979Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-04T04:48:11.979Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-04T04:48:12.554Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-04T04:48:12.665Z] ---> ed191b36e7ec [2021-03-04T04:48:12.665Z] Step 7/30 : RUN go mod download [2021-03-04T04:48:12.665Z] Removing intermediate container 717c12b39e73 [2021-03-04T04:48:12.665Z] ---> 31f803024e2a [2021-03-04T04:48:12.665Z] Step 6/22 : COPY go.mod . [2021-03-04T04:48:12.823Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-04T04:48:12.823Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-04T04:48:12.938Z] ---> Running in cf7862e9c758 [2021-03-04T04:48:12.938Z] Removing intermediate container f970b91aaafc [2021-03-04T04:48:12.938Z] ---> 493dfdba6404 [2021-03-04T04:48:12.938Z] Step 6/21 : COPY go.mod . [2021-03-04T04:48:12.938Z] Removing intermediate container b8d9b5fa4eed [2021-03-04T04:48:12.938Z] ---> b0803d7d20d1 [2021-03-04T04:48:12.938Z] Step 6/23 : COPY go.mod . [2021-03-04T04:48:13.086Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-04T04:48:13.217Z] Removing intermediate container e819ee98d58e [2021-03-04T04:48:13.217Z] ---> 77b6371234dd [2021-03-04T04:48:13.217Z] Step 6/22 : COPY go.mod . [2021-03-04T04:48:13.347Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-04T04:48:13.348Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-04T04:48:13.348Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-04T04:48:13.348Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-04T04:48:13.348Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-04T04:48:13.348Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T04:48:13.610Z] Fetched 63.8 MB in 3s (20.5 MB/s) [2021-03-04T04:48:13.610Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:13.610Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T04:48:13.610Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-04T04:48:13.816Z] ---> 16d7d2062e71 [2021-03-04T04:48:13.817Z] Step 7/22 : RUN go mod download [2021-03-04T04:48:14.091Z] ---> Running in ba0323f55a9b [2021-03-04T04:48:14.091Z] ---> 72d506ce8d70 [2021-03-04T04:48:14.091Z] Step 7/21 : RUN go mod download [2021-03-04T04:48:14.368Z] ---> 1bc10f42a558 [2021-03-04T04:48:14.368Z] Step 7/23 : RUN go mod download [2021-03-04T04:48:14.368Z] ---> Running in 592def7e99fb [2021-03-04T04:48:14.581Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T04:48:14.581Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-04T04:48:14.581Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-04T04:48:14.581Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-04T04:48:14.648Z] ---> 41ba3f396ef5 [2021-03-04T04:48:14.648Z] Step 7/22 : RUN go mod download [2021-03-04T04:48:14.926Z] ---> Running in 8fcf2a53e45f [2021-03-04T04:48:14.926Z] ---> Running in 0b4a37e43715 [2021-03-04T04:48:15.525Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:15.786Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T04:48:15.786Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:15.786Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T04:48:16.047Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:16.047Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T04:48:16.047Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:16.047Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T04:48:16.308Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:16.308Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T04:48:16.308Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:16.308Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T04:48:16.569Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:16.569Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T04:48:16.569Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T04:48:16.830Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-04T04:48:16.831Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:16.831Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-04T04:48:16.831Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-04T04:48:16.917Z] Removing intermediate container cf7862e9c758 [2021-03-04T04:48:16.917Z] ---> 579218973174 [2021-03-04T04:48:16.917Z] Step 8/30 : COPY . . [2021-03-04T04:48:17.091Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-04T04:48:17.092Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:17.092Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T04:48:17.092Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:17.092Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T04:48:17.353Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:17.353Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T04:48:17.353Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T04:48:17.615Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-04T04:48:17.615Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T04:48:17.876Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-04T04:48:17.900Z] Removing intermediate container ba0323f55a9b [2021-03-04T04:48:17.900Z] ---> cea866ccab69 [2021-03-04T04:48:17.900Z] Step 8/22 : COPY . . [2021-03-04T04:48:18.452Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-04T04:48:18.713Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-04T04:48:18.713Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-04T04:48:18.713Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-04T04:48:18.713Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-04T04:48:18.713Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-04T04:48:18.975Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-04T04:48:18.975Z] Installing new version of config file /etc/issue ... [2021-03-04T04:48:19.237Z] Installing new version of config file /etc/issue.net ... [2021-03-04T04:48:19.237Z] Installing new version of config file /etc/lsb-release ... [2021-03-04T04:48:19.237Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-04T04:48:19.500Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-04T04:48:19.500Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-04T04:48:19.500Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-04T04:48:19.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:19.500Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-04T04:48:19.761Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-04T04:48:19.761Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-04T04:48:19.761Z] 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-04T04:48:20.023Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:20.023Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T04:48:20.023Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-04T04:48:20.023Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-04T04:48:20.283Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:20.283Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-04T04:48:20.283Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-04T04:48:20.283Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-04T04:48:20.537Z] Removing intermediate container 8fcf2a53e45f [2021-03-04T04:48:20.537Z] ---> 27baab0e1de4 [2021-03-04T04:48:20.537Z] Step 8/23 : COPY . . [2021-03-04T04:48:20.537Z] Removing intermediate container 592def7e99fb [2021-03-04T04:48:20.537Z] ---> fbd5c81f32bf [2021-03-04T04:48:20.537Z] Step 8/21 : COPY . . [2021-03-04T04:48:20.545Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:20.545Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-04T04:48:20.545Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-04T04:48:20.806Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-04T04:48:21.066Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:21.066Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-04T04:48:21.066Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-04T04:48:21.066Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-04T04:48:21.066Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:21.066Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-04T04:48:21.132Z] Removing intermediate container 0b4a37e43715 [2021-03-04T04:48:21.132Z] ---> 83e0f044bce2 [2021-03-04T04:48:21.132Z] Step 8/22 : COPY . . [2021-03-04T04:48:21.328Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-04T04:48:21.328Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-04T04:48:21.328Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:21.328Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-04T04:48:21.589Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-04T04:48:21.589Z] Setting up grep (3.1-2build1) ... [2021-03-04T04:48:21.589Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:21.589Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-04T04:48:21.589Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-04T04:48:21.851Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-04T04:48:21.851Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:21.851Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-04T04:48:22.112Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T04:48:22.112Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-04T04:48:22.112Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:22.112Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-04T04:48:22.112Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-04T04:48:23.054Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-04T04:48:23.054Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-04T04:48:23.054Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-04T04:48:23.054Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-04T04:48:23.627Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-04T04:48:23.627Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:23.627Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-04T04:48:23.627Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-04T04:48:25.014Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-04T04:48:25.014Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-04T04:48:25.014Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-04T04:48:25.014Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-04T04:48:25.014Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-04T04:48:25.275Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:25.275Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-04T04:48:25.275Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-04T04:48:25.275Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-04T04:48:25.539Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:25.539Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T04:48:25.539Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T04:48:25.539Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T04:48:25.818Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:25.818Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T04:48:25.818Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T04:48:25.818Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T04:48:25.818Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:25.818Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T04:48:26.080Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T04:48:26.080Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T04:48:26.080Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:26.080Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T04:48:26.341Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T04:48:26.341Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T04:48:26.341Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:26.341Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-04T04:48:26.602Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T04:48:26.602Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-04T04:48:26.602Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T04:48:26.864Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-04T04:48:26.864Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:26.864Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-04T04:48:26.864Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T04:48:27.126Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-04T04:48:27.126Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:27.126Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T04:48:27.126Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T04:48:27.394Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T04:48:27.394Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:27.394Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T04:48:27.394Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T04:48:27.394Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-04T04:48:27.655Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:27.655Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T04:48:27.655Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T04:48:28.228Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-04T04:48:28.495Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-04T04:48:28.757Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-04T04:48:28.757Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:28.757Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T04:48:29.031Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-04T04:48:29.031Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-04T04:48:29.294Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T04:48:29.294Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-04T04:48:29.294Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T04:48:29.555Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-04T04:48:29.818Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:29.818Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-04T04:48:29.818Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-04T04:48:29.818Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-04T04:48:30.081Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:30.081Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-04T04:48:30.081Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-04T04:48:30.345Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-04T04:48:30.345Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:30.345Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-04T04:48:30.345Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-04T04:48:30.641Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-04T04:48:30.972Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:30.972Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-04T04:48:30.972Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-04T04:48:30.972Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-04T04:48:31.238Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:31.238Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-04T04:48:31.238Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-04T04:48:31.513Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-04T04:48:31.513Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:31.513Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-04T04:48:31.778Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-04T04:48:31.778Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-04T04:48:32.040Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:32.040Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T04:48:32.040Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T04:48:32.303Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-04T04:48:32.303Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-04T04:48:32.303Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-04T04:48:32.567Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-04T04:48:32.567Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-04T04:48:32.567Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:32.567Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-04T04:48:32.567Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-04T04:48:32.829Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-04T04:48:32.829Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:32.829Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-04T04:48:33.091Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-04T04:48:33.091Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-04T04:48:33.360Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:33.360Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-04T04:48:33.360Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-04T04:48:33.633Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-04T04:48:33.633Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:33.633Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-04T04:48:33.633Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-04T04:48:33.895Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-04T04:48:33.895Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:33.895Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-04T04:48:33.895Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-04T04:48:34.156Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-04T04:48:34.418Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:34.418Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T04:48:34.418Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-04T04:48:34.679Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-04T04:48:34.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:34.679Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-04T04:48:34.679Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-04T04:48:34.941Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-04T04:48:34.941Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:34.941Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-04T04:48:34.941Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-04T04:48:35.202Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-04T04:48:35.202Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:35.202Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-04T04:48:35.202Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-04T04:48:35.463Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-04T04:48:35.463Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:35.463Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-04T04:48:35.463Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-04T04:48:35.724Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-04T04:48:36.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:36.670Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-04T04:48:36.670Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-04T04:48:36.670Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-04T04:48:36.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T04:48:36.670Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-04T04:48:36.670Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-04T04:48:36.670Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-04T04:48:36.932Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-04T04:48:36.932Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-04T04:48:36.932Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-04T04:48:36.932Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-04T04:48:36.932Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-04T04:48:37.194Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-04T04:48:37.194Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-04T04:48:37.457Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-04T04:48:37.458Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-04T04:48:37.458Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-04T04:48:37.720Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-04T04:48:37.720Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-04T04:48:37.720Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-04T04:48:37.720Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-04T04:48:37.720Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-04T04:48:37.982Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-04T04:48:37.983Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-04T04:48:37.983Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-04T04:48:37.983Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-04T04:48:38.243Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-04T04:48:38.243Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-04T04:48:38.243Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-04T04:48:38.505Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-04T04:48:38.505Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-04T04:48:38.505Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-04T04:48:39.450Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-04T04:48:39.450Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-04T04:48:39.712Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-04T04:48:39.712Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-04T04:48:39.712Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-04T04:48:39.712Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-04T04:48:40.325Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-04T04:48:40.325Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-04T04:48:40.586Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-04T04:48:40.586Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-04T04:48:40.586Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-04T04:48:40.586Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-04T04:48:40.847Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:40.847Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T04:48:40.847Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:40.847Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T04:48:41.420Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:41.420Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T04:48:41.420Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:41.420Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T04:48:42.365Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:42.626Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T04:48:43.572Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:43.572Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T04:48:44.146Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:44.146Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T04:48:44.727Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:44.727Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T04:48:45.673Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T04:48:45.673Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T04:48:45.673Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-04T04:48:45.673Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-04T04:48:45.936Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-04T04:48:45.936Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-04T04:48:46.198Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-04T04:48:46.198Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-04T04:48:46.459Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-04T04:48:46.459Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-04T04:48:46.459Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-04T04:48:46.459Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-04T04:48:46.720Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-04T04:48:46.720Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-04T04:48:46.720Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-04T04:48:46.981Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-04T04:48:46.981Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T04:48:46.981Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-04T04:48:46.981Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T04:48:46.981Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T04:48:47.243Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T04:48:47.243Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-04T04:48:47.243Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-04T04:48:47.243Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-04T04:48:47.243Z] [2021-03-04T04:48:47.243Z] Current default time zone: 'Etc/UTC' [2021-03-04T04:48:47.243Z] Local time is now: Thu Mar 4 04:48:47 UTC 2021. [2021-03-04T04:48:47.243Z] Universal Time is now: Thu Mar 4 04:48:47 UTC 2021. [2021-03-04T04:48:47.243Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-04T04:48:47.243Z] [2021-03-04T04:48:47.505Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-04T04:48:47.505Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T04:48:47.505Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-04T04:48:47.505Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-04T04:48:47.505Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-04T04:48:47.505Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-04T04:48:47.505Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-04T04:48:47.767Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-04T04:48:47.767Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-04T04:48:47.767Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-04T04:48:47.767Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T04:48:47.767Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-04T04:48:47.943Z] ---> 8adedf8d4693 [2021-03-04T04:48:47.943Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-04T04:48:47.943Z] ---> 2067e45d81ae [2021-03-04T04:48:47.943Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-04T04:48:47.943Z] ---> 69d7b06310fa [2021-03-04T04:48:47.943Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-04T04:48:47.943Z] ---> 7ad5735a4815 [2021-03-04T04:48:47.943Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-04T04:48:47.943Z] ---> a615c254a944 [2021-03-04T04:48:47.943Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-04T04:48:47.943Z] ---> Running in 38851d532733 [2021-03-04T04:48:47.943Z] ---> Running in 706d2c38a624 [2021-03-04T04:48:47.943Z] ---> Running in 69ef110a4b1a [2021-03-04T04:48:47.943Z] ---> Running in 7958dfba5158 [2021-03-04T04:48:47.943Z] ---> Running in deeb41a6e082 [2021-03-04T04:48:47.943Z] 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-04T04:48:47.943Z] 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-04T04:48:47.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-04T04:48:47.943Z] 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-04T04:48:47.943Z] 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-04T04:48:48.030Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T04:48:48.030Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-04T04:48:48.030Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T04:48:48.030Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-04T04:48:48.030Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-04T04:48:48.030Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-04T04:48:48.291Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-04T04:48:48.291Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-04T04:48:48.291Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-04T04:48:48.291Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-04T04:48:48.291Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-04T04:48:50.207Z] Updating certificates in /etc/ssl/certs... [2021-03-04T04:48:50.781Z] 23 added, 27 removed; done. [2021-03-04T04:48:50.781Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-04T04:48:50.781Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T04:48:51.041Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-04T04:48:51.041Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-04T04:48:51.041Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-04T04:48:51.041Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T04:48:51.041Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-04T04:48:51.041Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T04:48:51.041Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T04:48:51.041Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T04:48:51.301Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T04:48:51.301Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T04:48:51.301Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-04T04:48:51.301Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-04T04:48:51.301Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-04T04:48:51.301Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-04T04:48:51.301Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-04T04:48:51.301Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T04:48:51.561Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T04:48:51.561Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-04T04:48:51.561Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-04T04:48:51.561Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-04T04:48:51.561Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-04T04:48:51.822Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-04T04:48:51.822Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-04T04:48:51.822Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-04T04:48:51.822Z] Updating certificates in /etc/ssl/certs... [2021-03-04T04:48:52.395Z] 0 added, 0 removed; done. [2021-03-04T04:48:52.395Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-04T04:48:52.395Z] done. [2021-03-04T04:48:53.337Z] Reading package lists... [2021-03-04T04:48:53.337Z] Building dependency tree... [2021-03-04T04:48:53.337Z] Reading state information... [2021-03-04T04:48:53.599Z] The following NEW packages will be installed: [2021-03-04T04:48:53.599Z] apt-transport-https [2021-03-04T04:48:53.942Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-04T04:48:53.942Z] Need to get 1696 B of archives. [2021-03-04T04:48:53.942Z] After this operation, 153 kB of additional disk space will be used. [2021-03-04T04:48:53.942Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-04T04:48:53.942Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T04:48:53.942Z] Fetched 1696 B in 0s (6296 B/s) [2021-03-04T04:48:53.942Z] Selecting previously unselected package apt-transport-https. [2021-03-04T04:48:53.942Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-04T04:48:53.942Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-04T04:48:53.942Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-04T04:48:54.238Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-04T04:48:54.508Z] Waiting for network to be ready... [2021-03-04T04:49:02.661Z] 2021-03-04T04:48:58Z INFO Waiting for automatic snapd restart... [2021-03-04T04:49:02.661Z] snapd 2.49 from Canonical* installed [2021-03-04T04:49:03.605Z] "snapd" switched to the "latest/stable" channel [2021-03-04T04:49:03.605Z] [2021-03-04T04:49:08.900Z] core18 20210128 from Canonical* installed [2021-03-04T04:49:08.900Z] "core18" switched to the "latest/stable" channel [2021-03-04T04:49:08.900Z] [2021-03-04T04:49:15.494Z] snapcraft 4.5.1 from Canonical* installed [2021-03-04T04:49:15.494Z] "snapcraft" switched to the "latest/stable" channel [2021-03-04T04:49:15.494Z] [2021-03-04T04:49:18.794Z] 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-04T04:49:18.795Z] - README.md [2021-03-04T04:49:18.795Z] - snapcraft.yaml.orig [2021-03-04T04:49:18.795Z] [2021-03-04T04:49:18.795Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-04T04:49:25.390Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-04T04:49:25.390Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-04T04:49:25.390Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-04T04:49:25.390Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-04T04:49:26.839Z] Reading package lists... [2021-03-04T04:49:27.101Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-04T04:49:33.696Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-04T04:49:33.696Z] Reading package lists... [2021-03-04T04:49:33.696Z] Building dependency tree... [2021-03-04T04:49:33.696Z] Reading state information... [2021-03-04T04:49:33.696Z] Suggested packages: [2021-03-04T04:49:33.696Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-04T04:49:33.696Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-04T04:49:33.696Z] Recommended packages: [2021-03-04T04:49:33.696Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-04T04:49:33.696Z] The following NEW packages will be installed: [2021-03-04T04:49:33.696Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-04T04:49:33.696Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-04T04:49:33.696Z] pkg-config zip [2021-03-04T04:49:33.957Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-04T04:49:33.957Z] Need to get 7655 kB of archives. [2021-03-04T04:49:33.957Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-04T04:49:33.957Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-03-04T04:49:33.957Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-04T04:49:33.957Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-04T04:49:34.220Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-04T04:49:34.220Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-04T04:49:34.220Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-04T04:49:34.482Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-04T04:49:34.482Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-04T04:49:34.482Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-04T04:49:34.482Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-04T04:49:34.482Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-04T04:49:34.482Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-04T04:49:34.483Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-04T04:49:34.744Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-04T04:49:34.744Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-04T04:49:35.006Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T04:49:35.006Z] Fetched 7655 kB in 1s (6988 kB/s) [2021-03-04T04:49:35.006Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-04T04:49:35.006Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-04T04:49:35.006Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-04T04:49:35.006Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-04T04:49:35.268Z] Selecting previously unselected package libpsl5:amd64. [2021-03-04T04:49:35.268Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-04T04:49:35.268Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-04T04:49:35.529Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-04T04:49:35.529Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-04T04:49:35.529Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-04T04:49:35.529Z] Selecting previously unselected package librtmp1:amd64. [2021-03-04T04:49:35.529Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-04T04:49:35.529Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-04T04:49:35.529Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-04T04:49:35.529Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-04T04:49:35.792Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-04T04:49:35.792Z] Selecting previously unselected package liberror-perl. [2021-03-04T04:49:35.792Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-04T04:49:35.792Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-04T04:49:35.792Z] Selecting previously unselected package git-man. [2021-03-04T04:49:35.792Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-04T04:49:35.792Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-04T04:49:36.057Z] Selecting previously unselected package git. [2021-03-04T04:49:36.057Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-04T04:49:36.057Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-04T04:49:37.009Z] Selecting previously unselected package libnorm1:amd64. [2021-03-04T04:49:37.009Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-04T04:49:37.009Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-04T04:49:37.009Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-04T04:49:37.009Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-04T04:49:37.009Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-04T04:49:37.009Z] Selecting previously unselected package libsodium23:amd64. [2021-03-04T04:49:37.009Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-04T04:49:37.009Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-04T04:49:37.276Z] Selecting previously unselected package libzmq5:amd64. [2021-03-04T04:49:37.276Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-04T04:49:37.276Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-04T04:49:37.276Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-04T04:49:37.276Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-04T04:49:37.276Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-04T04:49:37.539Z] Selecting previously unselected package pkg-config. [2021-03-04T04:49:37.539Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-04T04:49:37.539Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-04T04:49:37.539Z] Selecting previously unselected package zip. [2021-03-04T04:49:37.539Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-04T04:49:37.539Z] Unpacking zip (3.0-11build1) ... [2021-03-04T04:49:37.539Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-04T04:49:37.805Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-04T04:49:37.805Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-04T04:49:37.805Z] Setting up liberror-perl (0.17025-1) ... [2021-03-04T04:49:37.805Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-04T04:49:37.805Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-04T04:49:37.805Z] No schema files found: doing nothing. [2021-03-04T04:49:37.805Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-04T04:49:37.805Z] Setting up zip (3.0-11build1) ... [2021-03-04T04:49:37.805Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-04T04:49:37.805Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-04T04:49:38.067Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-04T04:49:38.067Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-04T04:49:38.067Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-04T04:49:38.067Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-04T04:49:38.067Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-04T04:49:38.067Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-04T04:49:44.726Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-04T04:49:44.989Z] git set to automatically installed. [2021-03-04T04:49:44.989Z] git-man set to automatically installed. [2021-03-04T04:49:44.989Z] libcurl3-gnutls set to automatically installed. [2021-03-04T04:49:44.989Z] liberror-perl set to automatically installed. [2021-03-04T04:49:44.989Z] libglib2.0-0 set to automatically installed. [2021-03-04T04:49:44.989Z] libnghttp2-14 set to automatically installed. [2021-03-04T04:49:44.989Z] libnorm1 set to automatically installed. [2021-03-04T04:49:44.989Z] libpgm-5.2-0 set to automatically installed. [2021-03-04T04:49:44.989Z] libpsl5 set to automatically installed. [2021-03-04T04:49:44.989Z] librtmp1 set to automatically installed. [2021-03-04T04:49:44.989Z] libsodium23 set to automatically installed. [2021-03-04T04:49:44.989Z] libzmq3-dev set to automatically installed. [2021-03-04T04:49:44.989Z] libzmq5 set to automatically installed. [2021-03-04T04:49:44.989Z] pkg-config set to automatically installed. [2021-03-04T04:49:44.989Z] zip set to automatically installed. [2021-03-04T04:49:46.921Z] snapd is not logged in, snap install commands will use sudo [2021-03-04T04:49:53.513Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-04T04:49:54.471Z] error: cannot refresh "core18": unexpectedly empty response from the server [2021-03-04T04:49:54.471Z] (try again later) [2021-03-04T04:49:54.471Z] Error while refreshing snap 'core18' to channel 'latest/stable' [2021-03-04T04:49:54.471Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-04T04:49:57.352Z] Failed in branch amd64 [2021-03-04T04:50:24.773Z] 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-04T04:50:34.950Z] Removing intermediate container 69ef110a4b1a [2021-03-04T04:50:34.950Z] ---> 23216e4d3543 [2021-03-04T04:50:34.950Z] [2021-03-04T04:50:34.950Z] Step 10/21 : FROM alpine:3.12 [2021-03-04T04:50:34.950Z] 3.12: Pulling from library/alpine [2021-03-04T04:50:35.230Z] Removing intermediate container 706d2c38a624 [2021-03-04T04:50:35.230Z] ---> f8b5fb3c54d5 [2021-03-04T04:50:35.230Z] [2021-03-04T04:50:35.230Z] Step 10/30 : FROM alpine:3.12 [2021-03-04T04:50:35.230Z] 3.12: Pulling from library/alpine [2021-03-04T04:50:36.671Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T04:50:36.671Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T04:50:36.671Z] Status: Image is up to date for alpine:3.12 [2021-03-04T04:50:36.671Z] ---> d10569e2745f [2021-03-04T04:50:36.671Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-04T04:50:36.671Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T04:50:36.671Z] ---> d10569e2745f [2021-03-04T04:50:36.671Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-04T04:50:36.953Z] ---> Running in bb997eeb2d0f [2021-03-04T04:50:36.953Z] ---> Running in 74ae4cf77303 [2021-03-04T04:50:37.946Z] Removing intermediate container 74ae4cf77303 [2021-03-04T04:50:37.946Z] ---> 54db77375d07 [2021-03-04T04:50:37.946Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-04T04:50:37.946Z] ---> Running in b25aa5df3a69 [2021-03-04T04:50:39.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:50:39.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:50:40.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:50:40.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:50:40.308Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-04T04:50:40.585Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T04:50:40.585Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-04T04:50:40.585Z] (4/4) Installing curl (7.69.1-r3) [2021-03-04T04:50:40.585Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:50:40.585Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T04:50:40.864Z] OK: 7 MiB in 18 packages [2021-03-04T04:50:40.864Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-04T04:50:41.143Z] (2/2) Installing su-exec (0.2-r1) [2021-03-04T04:50:41.143Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:50:41.143Z] OK: 5 MiB in 16 packages [2021-03-04T04:50:45.501Z] Removing intermediate container b25aa5df3a69 [2021-03-04T04:50:45.501Z] ---> f872e634fc7e [2021-03-04T04:50:45.501Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-04T04:50:45.501Z] Removing intermediate container bb997eeb2d0f [2021-03-04T04:50:45.501Z] ---> 178d5efa14ef [2021-03-04T04:50:45.501Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T04:50:45.774Z] ---> Running in 0f472f519c98 [2021-03-04T04:50:45.774Z] ---> Running in ff30b23fd786 [2021-03-04T04:50:46.055Z] Removing intermediate container 38851d532733 [2021-03-04T04:50:46.055Z] ---> ed1ad0d35033 [2021-03-04T04:50:46.055Z] [2021-03-04T04:50:46.055Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T04:50:46.055Z] ---> d10569e2745f [2021-03-04T04:50:46.055Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-04T04:50:46.331Z] Removing intermediate container 7958dfba5158 [2021-03-04T04:50:46.331Z] ---> 18a335d3fd9b [2021-03-04T04:50:46.331Z] [2021-03-04T04:50:46.331Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T04:50:46.331Z] ---> d10569e2745f [2021-03-04T04:50:46.331Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-04T04:50:46.606Z] Removing intermediate container ff30b23fd786 [2021-03-04T04:50:46.606Z] ---> 422492ef8f36 [2021-03-04T04:50:46.606Z] Step 13/21 : WORKDIR /edgex [2021-03-04T04:50:46.606Z] ---> Running in f01dc672f451 [2021-03-04T04:50:46.606Z] ---> Running in 8f28f9670682 [2021-03-04T04:50:46.606Z] Removing intermediate container 0f472f519c98 [2021-03-04T04:50:46.606Z] ---> 005975bf7acc [2021-03-04T04:50:46.606Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-04T04:50:46.882Z] ---> Running in c45579f5ff28 [2021-03-04T04:50:46.882Z] ---> Running in 4e4579ca28b6 [2021-03-04T04:50:48.325Z] Removing intermediate container c45579f5ff28 [2021-03-04T04:50:48.325Z] ---> 19bf256d4edd [2021-03-04T04:50:48.325Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-04T04:50:48.325Z] Removing intermediate container 4e4579ca28b6 [2021-03-04T04:50:48.325Z] ---> f5e1d7c8d7d2 [2021-03-04T04:50:48.325Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-04T04:50:48.605Z] ---> Running in 16129265516e [2021-03-04T04:50:48.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:50:48.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:50:48.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:50:49.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:50:49.762Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-04T04:50:49.762Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T04:50:49.762Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:50:49.762Z] ---> 7ac22b06a795 [2021-03-04T04:50:49.762Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-04T04:50:49.762Z] OK: 5 MiB in 15 packages [2021-03-04T04:50:49.762Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-04T04:50:49.762Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:50:49.762Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T04:50:50.040Z] OK: 6 MiB in 16 packages [2021-03-04T04:50:52.206Z] ---> 44de8d2c9d97 [2021-03-04T04:50:52.206Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-04T04:50:52.557Z] Removing intermediate container 8f28f9670682 [2021-03-04T04:50:52.557Z] ---> 64016d505674 [2021-03-04T04:50:52.557Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T04:50:52.833Z] ---> Running in 7d152664fbbd [2021-03-04T04:50:52.833Z] Removing intermediate container 16129265516e [2021-03-04T04:50:52.833Z] ---> b0ad6479e74d [2021-03-04T04:50:52.833Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-04T04:50:53.427Z] ---> Running in 8e40eabb6287 [2021-03-04T04:50:53.428Z] Removing intermediate container f01dc672f451 [2021-03-04T04:50:53.428Z] ---> 51414c63a4ac [2021-03-04T04:50:53.428Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T04:50:53.428Z] Removing intermediate container 7d152664fbbd [2021-03-04T04:50:53.428Z] ---> 60c7ac97b4ee [2021-03-04T04:50:53.428Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-04T04:50:53.701Z] ---> Running in 0bf84faf941e [2021-03-04T04:50:53.701Z] ---> Running in b358c3c071d8 [2021-03-04T04:50:53.975Z] Removing intermediate container 8e40eabb6287 [2021-03-04T04:50:53.975Z] ---> f706d3ae111a [2021-03-04T04:50:53.975Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-04T04:50:54.250Z] ---> d2afaf56f457 [2021-03-04T04:50:54.250Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-04T04:50:54.525Z] ---> Running in 24c485742a10 [2021-03-04T04:50:54.525Z] Removing intermediate container 0bf84faf941e [2021-03-04T04:50:54.525Z] ---> c4563aa7ebf5 [2021-03-04T04:50:54.525Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-04T04:50:54.525Z] Removing intermediate container b358c3c071d8 [2021-03-04T04:50:54.525Z] ---> 63aeee0cbfcf [2021-03-04T04:50:54.525Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T04:50:55.121Z] ---> Running in 2dcdfa91435d [2021-03-04T04:50:55.121Z] ---> Running in f080a57036a0 [2021-03-04T04:50:55.121Z] Removing intermediate container 24c485742a10 [2021-03-04T04:50:55.121Z] ---> 3dc21d000f37 [2021-03-04T04:50:55.121Z] Step 18/21 : CMD ["--init=true"] [2021-03-04T04:50:55.394Z] ---> 7c8c6db3557b [2021-03-04T04:50:55.394Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-04T04:50:55.394Z] ---> Running in e1fa634feec6 [2021-03-04T04:50:55.668Z] ---> Running in dad90833e846 [2021-03-04T04:50:55.668Z] Removing intermediate container 2dcdfa91435d [2021-03-04T04:50:55.668Z] ---> e86c80029577 [2021-03-04T04:50:55.668Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T04:50:55.668Z] Removing intermediate container f080a57036a0 [2021-03-04T04:50:55.668Z] ---> 05275a01dc9c [2021-03-04T04:50:55.668Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T04:50:55.948Z] ---> Running in d8e73bd11527 [2021-03-04T04:50:56.224Z] Removing intermediate container e1fa634feec6 [2021-03-04T04:50:56.224Z] ---> f8e489852e45 [2021-03-04T04:50:56.224Z] Step 19/21 : LABEL arch=arm64 [2021-03-04T04:50:56.499Z] ---> Running in e4abd11c51e7 [2021-03-04T04:50:57.101Z] Removing intermediate container d8e73bd11527 [2021-03-04T04:50:57.101Z] ---> 17edac6de7c6 [2021-03-04T04:50:57.101Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T04:50:57.375Z] ---> 9f0a4529612d [2021-03-04T04:50:57.375Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-04T04:50:57.375Z] Removing intermediate container e4abd11c51e7 [2021-03-04T04:50:57.375Z] ---> 8fd22668b57a [2021-03-04T04:50:57.375Z] Step 20/21 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:50:57.976Z] ---> Running in f95004b05ef8 [2021-03-04T04:50:58.251Z] ---> 6cf9918cd092 [2021-03-04T04:50:58.251Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-04T04:50:58.860Z] Removing intermediate container f95004b05ef8 [2021-03-04T04:50:58.860Z] ---> 1665cf01d7a0 [2021-03-04T04:50:58.860Z] Step 21/21 : LABEL version=0.0.0 [2021-03-04T04:50:59.842Z] ---> Running in 748e82be632e [2021-03-04T04:50:59.842Z] ---> ff5bc23896d2 [2021-03-04T04:50:59.842Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-04T04:50:59.842Z] Removing intermediate container dad90833e846 [2021-03-04T04:50:59.842Z] ---> fe882f466e7f [2021-03-04T04:50:59.842Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T04:50:59.842Z] ---> 98470cf3d9bb [2021-03-04T04:50:59.842Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-04T04:51:00.442Z] Removing intermediate container deeb41a6e082 [2021-03-04T04:51:00.442Z] ---> 1d21db5233a1 [2021-03-04T04:51:00.442Z] [2021-03-04T04:51:00.442Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T04:51:00.442Z] ---> d10569e2745f [2021-03-04T04:51:00.442Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-04T04:51:00.442Z] Removing intermediate container 748e82be632e [2021-03-04T04:51:00.442Z] ---> 430cc2c1fa33 [2021-03-04T04:51:00.442Z] [2021-03-04T04:51:00.719Z] ---> Running in 303400ecf675 [2021-03-04T04:51:00.719Z] ---> 4ac4b5a0ffaa [2021-03-04T04:51:00.719Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-04T04:51:00.999Z] Successfully built 430cc2c1fa33 [2021-03-04T04:51:00.999Z] ---> 2b407342ece1 [2021-03-04T04:51:00.999Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-04T04:51:00.999Z] ---> Running in 7bc7bfdc4f8b [2021-03-04T04:51:00.999Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-04T04:51:01.272Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-04T04:51:01.272Z] ---> 4c40d85d9098 [2021-03-04T04:51:01.272Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-04T04:51:01.272Z] Removing intermediate container 303400ecf675 [2021-03-04T04:51:01.272Z] ---> 0c3169765fb1 [2021-03-04T04:51:01.272Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-04T04:51:01.544Z] ---> Running in 7b49429829f7 [2021-03-04T04:51:01.544Z] ---> Running in 92d5002d8bde [2021-03-04T04:51:01.820Z] Removing intermediate container 7bc7bfdc4f8b [2021-03-04T04:51:01.820Z] ---> e6e87fb36c5b [2021-03-04T04:51:01.820Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T04:51:02.093Z] ---> Running in 5125c38a37f0 [2021-03-04T04:51:02.369Z] Removing intermediate container 7b49429829f7 [2021-03-04T04:51:02.369Z] ---> a9279f738bbe [2021-03-04T04:51:02.369Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-04T04:51:02.643Z] Removing intermediate container 92d5002d8bde [2021-03-04T04:51:02.643Z] ---> 7e66c5a986a9 [2021-03-04T04:51:02.643Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T04:51:02.915Z] ---> Running in 36d52f69dddd [2021-03-04T04:51:03.513Z] ---> Running in 37d969dd5484 [2021-03-04T04:51:04.206Z] ---> 97d2851aebe1 [2021-03-04T04:51:04.206Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-04T04:51:04.206Z] Removing intermediate container 5125c38a37f0 [2021-03-04T04:51:04.206Z] ---> 8d904bb55800 [2021-03-04T04:51:04.206Z] Step 20/22 : LABEL arch=arm64 [2021-03-04T04:51:04.803Z] Removing intermediate container 37d969dd5484 [2021-03-04T04:51:04.803Z] ---> 7d6e5298de52 [2021-03-04T04:51:04.803Z] Step 20/22 : LABEL arch=arm64 [2021-03-04T04:51:04.803Z] Removing intermediate container 36d52f69dddd [2021-03-04T04:51:04.803Z] ---> d578e2a90d9e [2021-03-04T04:51:04.803Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:51:04.803Z] ---> Running in d2b7a5eca755 [2021-03-04T04:51:05.079Z] ---> 33fc2efba36d [2021-03-04T04:51:05.079Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-04T04:51:05.355Z] ---> Running in e7edbbe61aa4 [2021-03-04T04:51:05.355Z] ---> Running in 6035bf640379 [2021-03-04T04:51:05.950Z] Removing intermediate container d2b7a5eca755 [2021-03-04T04:51:05.950Z] ---> 4c7dd303b977 [2021-03-04T04:51:05.950Z] Step 21/22 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:51:06.548Z] ---> Running in 07a14917a4d6 [2021-03-04T04:51:06.549Z] ---> c8364d4af472 [2021-03-04T04:51:06.549Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-04T04:51:06.549Z] Removing intermediate container 6035bf640379 [2021-03-04T04:51:06.549Z] ---> 827ff85502dd [2021-03-04T04:51:06.549Z] Step 21/22 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:51:07.533Z] ---> Running in a53ea0d29dfd [2021-03-04T04:51:07.533Z] ---> Running in 973107205ce8 [2021-03-04T04:51:07.533Z] Removing intermediate container 07a14917a4d6 [2021-03-04T04:51:07.533Z] ---> 846a74238b3f [2021-03-04T04:51:07.533Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T04:51:07.811Z] ---> Running in e71341f3e91d [2021-03-04T04:51:08.095Z] Removing intermediate container 973107205ce8 [2021-03-04T04:51:08.096Z] ---> d288f4b8b02e [2021-03-04T04:51:08.096Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T04:51:08.096Z] Removing intermediate container a53ea0d29dfd [2021-03-04T04:51:08.096Z] ---> 9d750d762c0c [2021-03-04T04:51:08.096Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-04T04:51:08.370Z] ---> Running in 213f7a48c611 [2021-03-04T04:51:08.642Z] Removing intermediate container e71341f3e91d [2021-03-04T04:51:08.642Z] ---> 2b5cddca8c27 [2021-03-04T04:51:08.642Z] [2021-03-04T04:51:08.919Z] Removing intermediate container e7edbbe61aa4 [2021-03-04T04:51:08.919Z] ---> 7e81bcb07845 [2021-03-04T04:51:08.919Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-04T04:51:09.191Z] Removing intermediate container 213f7a48c611 [2021-03-04T04:51:09.191Z] ---> 9b47aedbb228 [2021-03-04T04:51:09.191Z] [2021-03-04T04:51:09.191Z] Successfully built 2b5cddca8c27 [2021-03-04T04:51:09.191Z] ---> Running in 946c4ced7e5b [2021-03-04T04:51:09.191Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-04T04:51:09.191Z] Building docker-security-secretstore-setup-go [2021-03-04T04:51:09.469Z]  Building docker-support-scheduler-go ... done  ---> 4d30f5abf437 [2021-03-04T04:51:09.469Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-04T04:51:09.741Z] Successfully built 9b47aedbb228 [2021-03-04T04:51:09.741Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-04T04:51:09.741Z] Building docker-core-metadata-go [2021-03-04T04:51:10.020Z]  Building docker-support-notifications-go ... done  ---> Running in f50ee90bfce9 [2021-03-04T04:51:11.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:51:11.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:51:12.585Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-04T04:51:12.585Z] Removing intermediate container f50ee90bfce9 [2021-03-04T04:51:12.585Z] ---> ed25c589d1bf [2021-03-04T04:51:12.585Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-04T04:51:12.585Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-04T04:51:12.856Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-04T04:51:12.856Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-04T04:51:13.128Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-04T04:51:13.401Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-04T04:51:13.401Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:51:13.401Z] OK: 8 MiB in 20 packages [2021-03-04T04:51:13.675Z] ---> Running in 438d19aeaada [2021-03-04T04:51:15.113Z] Removing intermediate container 438d19aeaada [2021-03-04T04:51:15.113Z] ---> af8cd70823ab [2021-03-04T04:51:15.113Z] Step 27/30 : CMD ["gate"] [2021-03-04T04:51:16.547Z] ---> Running in bfb0f4e4403a [2021-03-04T04:51:16.547Z] Removing intermediate container 946c4ced7e5b [2021-03-04T04:51:16.547Z] ---> bad0829c22b7 [2021-03-04T04:51:16.547Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T04:51:17.981Z] Removing intermediate container bfb0f4e4403a [2021-03-04T04:51:17.981Z] ---> c06d351b5a81 [2021-03-04T04:51:17.981Z] Step 28/30 : LABEL arch=arm64 [2021-03-04T04:51:18.574Z] ---> fe05e127ac94 [2021-03-04T04:51:18.574Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-04T04:51:18.848Z] ---> Running in d41f8bd148ac [2021-03-04T04:51:19.839Z] Removing intermediate container d41f8bd148ac [2021-03-04T04:51:19.839Z] ---> 215a7f5f696f [2021-03-04T04:51:19.839Z] Step 29/30 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:51:20.435Z] ---> 79cb8c39c55d [2021-03-04T04:51:20.435Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-04T04:51:20.710Z] ---> Running in c63666227ff0 [2021-03-04T04:51:22.159Z] Removing intermediate container c63666227ff0 [2021-03-04T04:51:22.159Z] ---> 33c8c20bfcb7 [2021-03-04T04:51:22.159Z] Step 30/30 : LABEL version=0.0.0 [2021-03-04T04:51:22.432Z] ---> 8dde87ff7770 [2021-03-04T04:51:22.432Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-04T04:51:23.408Z] ---> Running in fb6a8044cac1 [2021-03-04T04:51:23.408Z] ---> Running in c025de697fa2 [2021-03-04T04:51:24.384Z] Removing intermediate container c025de697fa2 [2021-03-04T04:51:24.384Z] ---> bdc7298b0a5e [2021-03-04T04:51:24.384Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T04:51:24.657Z] Removing intermediate container fb6a8044cac1 [2021-03-04T04:51:24.657Z] ---> 192c863137db [2021-03-04T04:51:24.657Z] [2021-03-04T04:51:24.657Z] ---> Running in 95272294c038 [2021-03-04T04:51:25.257Z] Successfully built 192c863137db [2021-03-04T04:51:25.257Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-04T04:51:25.257Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-04T04:51:25.528Z] Removing intermediate container 95272294c038 [2021-03-04T04:51:25.528Z] ---> 63f8a6832b70 [2021-03-04T04:51:25.528Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T04:51:25.804Z] ---> Running in 6724c091b8c1 [2021-03-04T04:51:26.075Z] Removing intermediate container 6724c091b8c1 [2021-03-04T04:51:26.075Z] ---> b9870f392b0c [2021-03-04T04:51:26.075Z] Step 22/23 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:51:26.664Z] ---> Running in 93531676cdd9 [2021-03-04T04:51:26.936Z] Removing intermediate container 93531676cdd9 [2021-03-04T04:51:26.936Z] ---> d85719878406 [2021-03-04T04:51:26.936Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T04:51:27.210Z] ---> Running in c1670fbbfe6c [2021-03-04T04:51:27.807Z] Removing intermediate container c1670fbbfe6c [2021-03-04T04:51:27.807Z] ---> a95d8d37b3b1 [2021-03-04T04:51:27.807Z] [2021-03-04T04:51:28.079Z] Successfully built a95d8d37b3b1 [2021-03-04T04:51:28.350Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-04T04:51:38.517Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:51:38.517Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:51:38.517Z] ---> fbac076d91f3 [2021-03-04T04:51:38.517Z] Step 3/26 : WORKDIR /edgex-go [2021-03-04T04:51:38.517Z] ---> Using cache [2021-03-04T04:51:38.517Z] ---> e392aa115e2d [2021-03-04T04:51:38.517Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:51:38.517Z] ---> Using cache [2021-03-04T04:51:38.517Z] ---> 796d79b63a2b [2021-03-04T04:51:38.517Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-04T04:51:39.968Z] ---> Running in 2b78e95d91b7 [2021-03-04T04:51:40.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:51:41.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:51:42.518Z] OK: 217 MiB in 51 packages [2021-03-04T04:51:45.921Z] Removing intermediate container 2b78e95d91b7 [2021-03-04T04:51:45.921Z] ---> 6d1a050397a8 [2021-03-04T04:51:45.921Z] Step 6/26 : COPY go.mod . [2021-03-04T04:51:46.206Z] ---> 7be946e6acc4 [2021-03-04T04:51:46.206Z] Step 7/26 : RUN go mod download [2021-03-04T04:51:46.481Z] ---> Running in e8ef9c7e51bc [2021-03-04T04:51:49.882Z] Removing intermediate container e8ef9c7e51bc [2021-03-04T04:51:49.882Z] ---> fc6640c49ec5 [2021-03-04T04:51:49.882Z] Step 8/26 : COPY . . [2021-03-04T04:51:54.195Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:51:54.195Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:51:54.195Z] ---> fbac076d91f3 [2021-03-04T04:51:54.195Z] Step 3/24 : WORKDIR /edgex-go [2021-03-04T04:51:54.195Z] ---> Using cache [2021-03-04T04:51:54.195Z] ---> e392aa115e2d [2021-03-04T04:51:54.195Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:51:54.195Z] ---> Using cache [2021-03-04T04:51:54.195Z] ---> 796d79b63a2b [2021-03-04T04:51:54.195Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-04T04:51:54.469Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:51:54.469Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:51:54.469Z] ---> fbac076d91f3 [2021-03-04T04:51:54.469Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T04:51:54.469Z] ---> Using cache [2021-03-04T04:51:54.469Z] ---> e392aa115e2d [2021-03-04T04:51:54.469Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:51:54.469Z] ---> Using cache [2021-03-04T04:51:54.469Z] ---> 796d79b63a2b [2021-03-04T04:51:54.469Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T04:51:55.902Z] ---> Running in 89e6dd81b9cf [2021-03-04T04:51:55.902Z] ---> Running in 94e3a4ec3365 [2021-03-04T04:51:57.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:51:57.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:51:58.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:51:58.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:51:59.212Z] OK: 217 MiB in 51 packages [2021-03-04T04:51:59.486Z] OK: 217 MiB in 51 packages [2021-03-04T04:52:00.921Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T04:52:00.921Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T04:52:00.921Z] ---> fbac076d91f3 [2021-03-04T04:52:00.921Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T04:52:00.921Z] ---> Using cache [2021-03-04T04:52:00.921Z] ---> e392aa115e2d [2021-03-04T04:52:00.921Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T04:52:00.921Z] ---> Using cache [2021-03-04T04:52:00.921Z] ---> 796d79b63a2b [2021-03-04T04:52:00.921Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T04:52:02.890Z] ---> Running in 475be9fc9385 [2021-03-04T04:52:03.166Z] Removing intermediate container 89e6dd81b9cf [2021-03-04T04:52:03.166Z] ---> 374a259f5423 [2021-03-04T04:52:03.166Z] Step 6/24 : COPY go.mod . [2021-03-04T04:52:03.438Z] Removing intermediate container 94e3a4ec3365 [2021-03-04T04:52:03.438Z] ---> f5a80d5a9a1a [2021-03-04T04:52:03.438Z] Step 6/23 : COPY go.mod . [2021-03-04T04:52:04.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:52:04.632Z] ---> f18ed414a661 [2021-03-04T04:52:04.632Z] Step 7/24 : RUN go mod download [2021-03-04T04:52:04.632Z] ---> 29a43acb52d0 [2021-03-04T04:52:04.632Z] Step 7/23 : RUN go mod download [2021-03-04T04:52:04.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:52:04.906Z] ---> Running in 006457138bb2 [2021-03-04T04:52:04.906Z] ---> Running in 979d4ef9697e [2021-03-04T04:52:05.887Z] OK: 217 MiB in 51 packages [2021-03-04T04:52:06.490Z] ---> ac7c8e2b523f [2021-03-04T04:52:06.490Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-04T04:52:06.763Z] ---> Running in 5be94801388b [2021-03-04T04:52:07.750Z] Removing intermediate container 475be9fc9385 [2021-03-04T04:52:07.750Z] ---> ddf6ab4f4cf2 [2021-03-04T04:52:07.750Z] Step 6/23 : COPY go.mod . [2021-03-04T04:52:08.358Z] 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-04T04:52:08.358Z] ---> b75c0bddf2d5 [2021-03-04T04:52:08.358Z] Step 7/23 : RUN go mod download [2021-03-04T04:52:08.634Z] Removing intermediate container 979d4ef9697e [2021-03-04T04:52:08.634Z] ---> Running in 5262a2d713c1 [2021-03-04T04:52:08.634Z] ---> c585f80c4077 [2021-03-04T04:52:08.634Z] Step 8/23 : COPY . . [2021-03-04T04:52:08.921Z] Removing intermediate container 006457138bb2 [2021-03-04T04:52:08.921Z] ---> 0a1e4e61b8df [2021-03-04T04:52:08.921Z] Step 8/24 : COPY . . [2021-03-04T04:52:14.355Z] Removing intermediate container 5262a2d713c1 [2021-03-04T04:52:14.355Z] ---> 5b83ae900378 [2021-03-04T04:52:14.355Z] Step 8/23 : COPY . . [2021-03-04T04:52:46.729Z] ---> ca6f34452baf [2021-03-04T04:52:46.729Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-04T04:52:46.729Z] ---> 1fd4b1f190f5 [2021-03-04T04:52:46.729Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-04T04:52:46.729Z] ---> 905d25975aa6 [2021-03-04T04:52:46.729Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-04T04:52:46.729Z] ---> Running in aeb7a233362d [2021-03-04T04:52:46.729Z] ---> Running in d5aa83220807 [2021-03-04T04:52:46.729Z] ---> Running in d3e9001da0e5 [2021-03-04T04:52:46.729Z] 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-04T04:52:46.729Z] 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-04T04:52:46.729Z] 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-04T04:52:51.045Z] Removing intermediate container 5be94801388b [2021-03-04T04:52:51.045Z] ---> 4f030e1c82c7 [2021-03-04T04:52:51.045Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-04T04:52:51.045Z] ---> Running in 76b20764432d [2021-03-04T04:52:52.491Z] 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-04T04:52:57.908Z] Removing intermediate container 76b20764432d [2021-03-04T04:52:57.908Z] ---> f6e6d72a7b83 [2021-03-04T04:52:57.908Z] [2021-03-04T04:52:57.908Z] Step 11/26 : FROM docker:20.10.0 [2021-03-04T04:52:57.908Z] 20.10.0: Pulling from library/docker [2021-03-04T04:53:16.272Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-04T04:53:16.272Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-04T04:53:16.272Z] ---> eeaf43b92773 [2021-03-04T04:53:16.272Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-04T04:53:16.272Z] ---> Running in 83e5a19f4cdf [2021-03-04T04:53:17.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:53:17.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:53:18.149Z] (1/2) Installing readline (8.0.4-r0) [2021-03-04T04:53:18.149Z] (2/2) Installing bash (5.0.17-r0) [2021-03-04T04:53:18.149Z] Executing bash-5.0.17-r0.post-install [2021-03-04T04:53:18.427Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:53:18.427Z] OK: 12 MiB in 22 packages [2021-03-04T04:53:19.879Z] Removing intermediate container 83e5a19f4cdf [2021-03-04T04:53:19.879Z] ---> aff4b57a39da [2021-03-04T04:53:19.879Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-04T04:53:20.157Z] ---> Running in df97a14156ae [2021-03-04T04:53:21.163Z] Removing intermediate container df97a14156ae [2021-03-04T04:53:21.163Z] ---> f88ca29cec5d [2021-03-04T04:53:21.163Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-04T04:53:21.163Z] ---> Running in cd519123da74 [2021-03-04T04:53:21.772Z] Removing intermediate container cd519123da74 [2021-03-04T04:53:21.772Z] ---> 58063283aab0 [2021-03-04T04:53:21.772Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-04T04:53:22.058Z] ---> Running in 473c13da158b [2021-03-04T04:53:22.671Z] Removing intermediate container 473c13da158b [2021-03-04T04:53:22.671Z] ---> 70aa413b713a [2021-03-04T04:53:22.671Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-04T04:53:24.718Z] ---> 681c32335d9a [2021-03-04T04:53:24.718Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-04T04:53:25.709Z] ---> 0646229d970b [2021-03-04T04:53:25.709Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-04T04:53:27.155Z] ---> 3eab0ae19c2d [2021-03-04T04:53:27.155Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-04T04:53:27.155Z] ---> Running in 95ee3f1d5a1a [2021-03-04T04:53:29.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:53:29.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:53:30.014Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-04T04:53:30.014Z] (2/33) Installing expat (2.2.9-r1) [2021-03-04T04:53:30.014Z] (3/33) Installing libffi (3.3-r2) [2021-03-04T04:53:30.014Z] (4/33) Installing gdbm (1.13-r1) [2021-03-04T04:53:30.014Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-04T04:53:30.014Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-04T04:53:30.014Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-04T04:53:31.993Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-04T04:53:31.993Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-04T04:53:31.993Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-04T04:53:32.268Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-04T04:53:32.268Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-04T04:53:32.268Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-04T04:53:32.268Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-04T04:53:32.268Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-04T04:53:32.268Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-04T04:53:32.541Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-04T04:53:32.541Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-04T04:53:32.541Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-04T04:53:32.541Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-04T04:53:32.541Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-04T04:53:32.541Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-04T04:53:32.541Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-04T04:53:32.814Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-04T04:53:32.814Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-04T04:53:32.814Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-04T04:53:32.814Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-04T04:53:32.814Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-04T04:53:32.814Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-04T04:53:32.814Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-04T04:53:32.814Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-04T04:53:32.814Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-04T04:53:32.814Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-04T04:53:33.087Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:53:33.087Z] OK: 71 MiB in 55 packages [2021-03-04T04:53:43.260Z] Removing intermediate container 95ee3f1d5a1a [2021-03-04T04:53:43.260Z] ---> a1463c43f48e [2021-03-04T04:53:43.260Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-04T04:53:43.536Z] ---> Running in 09eeefbaab40 [2021-03-04T04:53:50.339Z] Collecting docker-compose==1.23.2 [2021-03-04T04:53:50.339Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-04T04:53:50.939Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-04T04:53:50.939Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-04T04:53:51.538Z] 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-04T04:53:53.523Z] 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-04T04:53:54.124Z] Collecting jsonschema<3,>=2.5.1 [2021-03-04T04:53:54.124Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-04T04:53:55.568Z] Collecting PyYAML<4,>=3.10 [2021-03-04T04:53:55.568Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-04T04:53:59.885Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-04T04:53:59.885Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-04T04:54:00.487Z] Collecting cached-property<2,>=1.2.0 [2021-03-04T04:54:00.487Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-04T04:54:01.090Z] Collecting texttable<0.10,>=0.9.0 [2021-03-04T04:54:01.090Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-04T04:54:03.747Z] Collecting docopt<0.7,>=0.6.1 [2021-03-04T04:54:03.747Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-04T04:54:06.394Z] Removing intermediate container d5aa83220807 [2021-03-04T04:54:06.394Z] ---> aeae47e5a1f8 [2021-03-04T04:54:06.394Z] [2021-03-04T04:54:06.394Z] Step 10/24 : FROM alpine:3.12 [2021-03-04T04:54:06.394Z] ---> d10569e2745f [2021-03-04T04:54:06.394Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-04T04:54:06.394Z] ---> Running in e4f8720ef588 [2021-03-04T04:54:06.676Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-04T04:54:06.676Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-04T04:54:07.690Z] Collecting docker<4.0,>=3.6.0 [2021-03-04T04:54:07.691Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-04T04:54:08.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:54:08.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:54:08.568Z] Collecting idna<2.8,>=2.5 [2021-03-04T04:54:08.568Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-04T04:54:08.568Z] 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-04T04:54:08.843Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-04T04:54:09.120Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T04:54:09.120Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-04T04:54:09.120Z] (4/5) Installing curl (7.69.1-r3) [2021-03-04T04:54:09.120Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-04T04:54:09.120Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:54:09.120Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T04:54:09.394Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-04T04:54:09.394Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-04T04:54:09.394Z] OK: 7 MiB in 19 packages [2021-03-04T04:54:09.670Z] 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-04T04:54:09.945Z] Collecting docker-pycreds>=0.4.0 [2021-03-04T04:54:09.945Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-04T04:54:10.221Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-04T04:54:10.221Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-04T04:54:10.221Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-04T04:54:10.221Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-04T04:54:11.207Z] Installing collected packages: dockerpty, jsonschema, PyYAML, idna, urllib3, requests, cached-property, texttable, docopt, websocket-client, docker-pycreds, docker, docker-compose [2021-03-04T04:54:11.207Z] Running setup.py install for dockerpty: started [2021-03-04T04:54:11.807Z] Removing intermediate container e4f8720ef588 [2021-03-04T04:54:11.807Z] ---> c2d671958d40 [2021-03-04T04:54:11.807Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T04:54:12.096Z] ---> Running in efe3427f9d6b [2021-03-04T04:54:12.698Z] Removing intermediate container efe3427f9d6b [2021-03-04T04:54:12.698Z] ---> df83d6d34280 [2021-03-04T04:54:12.698Z] Step 13/24 : WORKDIR / [2021-03-04T04:54:12.970Z] ---> Running in 5e10101a2d4d [2021-03-04T04:54:13.574Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-04T04:54:13.851Z] Removing intermediate container 5e10101a2d4d [2021-03-04T04:54:13.851Z] ---> 2e0953625aa2 [2021-03-04T04:54:13.851Z] 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-04T04:54:14.129Z] Running setup.py install for PyYAML: started [2021-03-04T04:54:15.601Z] ---> 4fc82aee5b73 [2021-03-04T04:54:15.601Z] 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-04T04:54:15.875Z] Removing intermediate container d3e9001da0e5 [2021-03-04T04:54:15.875Z] ---> 83275d0d6251 [2021-03-04T04:54:15.875Z] [2021-03-04T04:54:15.875Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T04:54:15.875Z] ---> d10569e2745f [2021-03-04T04:54:15.875Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T04:54:15.875Z] ---> Using cache [2021-03-04T04:54:15.875Z] ---> 64016d505674 [2021-03-04T04:54:15.875Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T04:54:15.875Z] ---> Using cache [2021-03-04T04:54:15.875Z] ---> 60c7ac97b4ee [2021-03-04T04:54:15.875Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-04T04:54:16.149Z] ---> Running in 8f63d9efaf8b [2021-03-04T04:54:16.419Z] ---> da054448bc28 [2021-03-04T04:54:16.419Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-04T04:54:16.694Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-04T04:54:16.694Z] Attempting uninstall: idna [2021-03-04T04:54:16.694Z] Found existing installation: idna 2.9 [2021-03-04T04:54:16.694Z] Uninstalling idna-2.9: [2021-03-04T04:54:16.694Z] Successfully uninstalled idna-2.9 [2021-03-04T04:54:16.980Z] Removing intermediate container 8f63d9efaf8b [2021-03-04T04:54:16.980Z] ---> 6e11c5d630ae [2021-03-04T04:54:16.980Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T04:54:17.257Z] ---> Running in 6d2c3e9bfc9f [2021-03-04T04:54:17.534Z] Attempting uninstall: urllib3 [2021-03-04T04:54:17.534Z] Found existing installation: urllib3 1.25.9 [2021-03-04T04:54:17.534Z] Uninstalling urllib3-1.25.9: [2021-03-04T04:54:17.534Z] Successfully uninstalled urllib3-1.25.9 [2021-03-04T04:54:17.821Z] ---> 35c4e1ed1666 [2021-03-04T04:54:17.821Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-04T04:54:17.821Z] Removing intermediate container 6d2c3e9bfc9f [2021-03-04T04:54:17.821Z] ---> 23e981158dde [2021-03-04T04:54:17.821Z] Step 15/23 : WORKDIR / [2021-03-04T04:54:18.098Z] ---> Running in 932d3224c62f [2021-03-04T04:54:18.373Z] Attempting uninstall: requests [2021-03-04T04:54:18.373Z] Found existing installation: requests 2.23.0 [2021-03-04T04:54:18.373Z] Uninstalling requests-2.23.0: [2021-03-04T04:54:18.648Z] Successfully uninstalled requests-2.23.0 [2021-03-04T04:54:19.257Z] Removing intermediate container 932d3224c62f [2021-03-04T04:54:19.257Z] ---> 464cedcd028b [2021-03-04T04:54:19.257Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T04:54:19.257Z] ---> 30ee0454f40e [2021-03-04T04:54:19.257Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-04T04:54:19.257Z] Running setup.py install for texttable: started [2021-03-04T04:54:20.682Z] ---> 6673e0e60f2f [2021-03-04T04:54:20.682Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-04T04:54:20.682Z] ---> fd8b5034e971 [2021-03-04T04:54:20.682Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-04T04:54:21.662Z] Running setup.py install for texttable: finished with status 'done' [2021-03-04T04:54:21.662Z] Running setup.py install for docopt: started [2021-03-04T04:54:22.261Z] ---> 2714adb7a3a8 [2021-03-04T04:54:22.261Z] 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-04T04:54:22.539Z] ---> fd02293a129d [2021-03-04T04:54:22.539Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-04T04:54:22.539Z] ---> Running in ef56ce28aed0 [2021-03-04T04:54:22.820Z] Removing intermediate container aeb7a233362d [2021-03-04T04:54:22.820Z] ---> 0645c306ee40 [2021-03-04T04:54:22.820Z] [2021-03-04T04:54:22.820Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T04:54:22.820Z] ---> d10569e2745f [2021-03-04T04:54:22.820Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T04:54:22.820Z] ---> Using cache [2021-03-04T04:54:22.820Z] ---> 64016d505674 [2021-03-04T04:54:22.820Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T04:54:22.820Z] ---> Using cache [2021-03-04T04:54:22.820Z] ---> 60c7ac97b4ee [2021-03-04T04:54:22.820Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-04T04:54:23.100Z] ---> Running in 4f8d3294110e [2021-03-04T04:54:23.388Z] ---> 12c8e3b05bad [2021-03-04T04:54:23.388Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-04T04:54:23.658Z] ---> Running in 81ef2bdc74ab [2021-03-04T04:54:23.658Z] Removing intermediate container 4f8d3294110e [2021-03-04T04:54:23.658Z] ---> 6c85dac618cb [2021-03-04T04:54:23.658Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T04:54:23.930Z] Running setup.py install for docopt: finished with status 'done' [2021-03-04T04:54:23.930Z] ---> Running in 2f3886e6dec4 [2021-03-04T04:54:24.203Z] Removing intermediate container 81ef2bdc74ab [2021-03-04T04:54:24.203Z] ---> 748fc94fc321 [2021-03-04T04:54:24.203Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T04:54:24.488Z] ---> Running in 18b4a7c14a8a [2021-03-04T04:54:24.488Z] Removing intermediate container 2f3886e6dec4 [2021-03-04T04:54:24.488Z] ---> fe5f476231bb [2021-03-04T04:54:24.488Z] Step 15/23 : WORKDIR / [2021-03-04T04:54:24.759Z] ---> Running in 09f6db6872c5 [2021-03-04T04:54:25.359Z] Removing intermediate container 18b4a7c14a8a [2021-03-04T04:54:25.359Z] ---> 7219fae75e41 [2021-03-04T04:54:25.359Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T04:54:25.359Z] Removing intermediate container ef56ce28aed0 [2021-03-04T04:54:25.359Z] ---> 9625ac0892ce [2021-03-04T04:54:25.359Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-04T04:54:25.632Z] ---> Running in df5c4b21e416 [2021-03-04T04:54:25.632Z] Removing intermediate container 09f6db6872c5 [2021-03-04T04:54:25.632Z] ---> 5fa39c2777f1 [2021-03-04T04:54:25.632Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T04:54:25.632Z] ---> Running in 577f6bfbbb41 [2021-03-04T04:54:26.235Z] Removing intermediate container df5c4b21e416 [2021-03-04T04:54:26.235Z] ---> 2301502f4155 [2021-03-04T04:54:26.235Z] Step 22/23 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:54:26.235Z] ---> Running in 5b143835bcd3 [2021-03-04T04:54:26.235Z] Removing intermediate container 577f6bfbbb41 [2021-03-04T04:54:26.235Z] ---> 1685b7ce2fdb [2021-03-04T04:54:26.235Z] Step 22/24 : LABEL arch=arm64 [2021-03-04T04:54:26.511Z] ---> fb4986a8281e [2021-03-04T04:54:26.511Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-04T04:54:26.511Z] 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-04T04:54:26.511Z] ---> Running in 85f2b66149e4 [2021-03-04T04:54:26.791Z] Removing intermediate container 5b143835bcd3 [2021-03-04T04:54:26.791Z] ---> 555ce1a94f36 [2021-03-04T04:54:26.791Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T04:54:27.069Z] ---> Running in d0a2ad205d2f [2021-03-04T04:54:27.346Z] Removing intermediate container 85f2b66149e4 [2021-03-04T04:54:27.346Z] ---> e6d4e6bfea9c [2021-03-04T04:54:27.346Z] Step 23/24 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:54:27.618Z] ---> Running in 0bc13b72010f [2021-03-04T04:54:27.618Z] Removing intermediate container d0a2ad205d2f [2021-03-04T04:54:27.618Z] ---> cb2d50c4734f [2021-03-04T04:54:27.618Z] [2021-03-04T04:54:28.219Z] ---> b382aa4b55dc [2021-03-04T04:54:28.219Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-04T04:54:28.219Z] Successfully built cb2d50c4734f [2021-03-04T04:54:28.219Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-04T04:54:28.504Z]  Building docker-core-command-go ... done Removing intermediate container 0bc13b72010f [2021-03-04T04:54:28.504Z] ---> f37c21240059 [2021-03-04T04:54:28.504Z] Step 24/24 : LABEL version=0.0.0 [2021-03-04T04:54:28.504Z] ---> Running in db98ab96db40 [2021-03-04T04:54:29.108Z] Removing intermediate container db98ab96db40 [2021-03-04T04:54:29.108Z] ---> 2a7020bf7e8e [2021-03-04T04:54:29.108Z] [2021-03-04T04:54:29.378Z] ---> ead844ac1e1b [2021-03-04T04:54:29.378Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-04T04:54:29.652Z] Successfully built 2a7020bf7e8e [2021-03-04T04:54:29.652Z] ---> Running in d908efb1eb71 [2021-03-04T04:54:29.652Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-04T04:54:30.251Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d908efb1eb71 [2021-03-04T04:54:30.251Z] ---> 338a1ec5437a [2021-03-04T04:54:30.251Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T04:54:30.528Z] ---> Running in 65b53eea6eb7 [2021-03-04T04:54:31.127Z] Removing intermediate container 09eeefbaab40 [2021-03-04T04:54:31.127Z] ---> 38ba058b4bf6 [2021-03-04T04:54:31.127Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-04T04:54:31.127Z] Removing intermediate container 65b53eea6eb7 [2021-03-04T04:54:31.127Z] ---> 46bbe4ae2cf7 [2021-03-04T04:54:31.127Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T04:54:31.127Z] ---> Running in e69bec691650 [2021-03-04T04:54:31.415Z] ---> Running in 33e3c5c88efc [2021-03-04T04:54:32.015Z] Removing intermediate container 33e3c5c88efc [2021-03-04T04:54:32.015Z] ---> 9ec438afadd7 [2021-03-04T04:54:32.015Z] Step 22/23 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:54:32.015Z] ---> Running in 218e71845151 [2021-03-04T04:54:32.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T04:54:32.611Z] Removing intermediate container 218e71845151 [2021-03-04T04:54:32.611Z] ---> f3da42597b26 [2021-03-04T04:54:32.611Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T04:54:32.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T04:54:32.611Z] ---> Running in 7ba372f7ff27 [2021-03-04T04:54:33.208Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T04:54:33.208Z] Removing intermediate container 7ba372f7ff27 [2021-03-04T04:54:33.208Z] ---> d383f6e37744 [2021-03-04T04:54:33.208Z] [2021-03-04T04:54:33.208Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-04T04:54:33.208Z] (3/3) Installing curl (7.69.1-r3) [2021-03-04T04:54:33.208Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T04:54:33.208Z] OK: 71 MiB in 58 packages [2021-03-04T04:54:33.481Z] Successfully built d383f6e37744 [2021-03-04T04:54:33.481Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-04T04:54:34.734Z]  Building docker-core-metadata-go ... done Removing intermediate container e69bec691650 [2021-03-04T04:54:34.734Z] ---> 4abb5d41e23b [2021-03-04T04:54:34.734Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-04T04:54:34.734Z] ---> Running in a788c20ac174 [2021-03-04T04:54:35.006Z] Removing intermediate container a788c20ac174 [2021-03-04T04:54:35.006Z] ---> e20d6be91a0a [2021-03-04T04:54:35.006Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T04:54:35.284Z] ---> Running in e43282cc575b [2021-03-04T04:54:35.558Z] Removing intermediate container e43282cc575b [2021-03-04T04:54:35.558Z] ---> 40ff539e2e65 [2021-03-04T04:54:35.558Z] Step 24/26 : LABEL arch=arm64 [2021-03-04T04:54:35.830Z] ---> Running in d452555da35f [2021-03-04T04:54:36.102Z] Removing intermediate container d452555da35f [2021-03-04T04:54:36.102Z] ---> 7a0105185d94 [2021-03-04T04:54:36.102Z] Step 25/26 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [2021-03-04T04:54:36.375Z] ---> Running in bdcba5307f30 [2021-03-04T04:54:36.648Z] Removing intermediate container bdcba5307f30 [2021-03-04T04:54:36.648Z] ---> 3deabce0cb28 [2021-03-04T04:54:36.648Z] Step 26/26 : LABEL version=0.0.0 [2021-03-04T04:54:36.920Z] ---> Running in 43408dc26026 [2021-03-04T04:54:37.193Z] Removing intermediate container 43408dc26026 [2021-03-04T04:54:37.193Z] ---> 11cca9200f18 [2021-03-04T04:54:37.193Z] [2021-03-04T04:54:37.785Z] Successfully built 11cca9200f18 [2021-03-04T04:54:37.785Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-04T04:54:38.072Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-04T04:54:38.273Z] $ docker stop --time=1 c9597776441427641ec038e0e5a5e1047eced893ab933eacff17b0f8940a19b1 [2021-03-04T04:54:40.222Z] $ docker rm -f c9597776441427641ec038e0e5a5e1047eced893ab933eacff17b0f8940a19b1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T04:54:40.853Z] + + grep docker [2021-03-04T04:54:40.853Z] docker images [2021-03-04T04:54:41.127Z] docker-sys-mgmt-agent-go-arm64 latest 11cca9200f18 4 seconds ago 300MB [2021-03-04T04:54:41.127Z] docker-core-metadata-go-arm64 latest d383f6e37744 8 seconds ago 17.9MB [2021-03-04T04:54:41.127Z] docker-security-secretstore-setup-go-arm64 latest 2a7020bf7e8e 12 seconds ago 23.7MB [2021-03-04T04:54:41.127Z] docker-core-command-go-arm64 latest cb2d50c4734f 14 seconds ago 16.2MB [2021-03-04T04:54:41.127Z] docker-core-data-go-arm64 latest a95d8d37b3b1 3 minutes ago 21.1MB [2021-03-04T04:54:41.127Z] docker-security-bootstrapper-go-arm64 latest 192c863137db 3 minutes ago 17.6MB [2021-03-04T04:54:41.127Z] docker-support-scheduler-go-arm64 latest 2b5cddca8c27 3 minutes ago 16.3MB [2021-03-04T04:54:41.127Z] docker-support-notifications-go-arm64 latest 9b47aedbb228 3 minutes ago 16.9MB [2021-03-04T04:54:41.127Z] docker-security-proxy-setup-go-arm64 latest 430cc2c1fa33 3 minutes ago 23.4MB [2021-03-04T04:54:41.127Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-04T04:54:42.772Z] ---> job-cost.sh [2021-03-04T04:54:42.772Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8dpM [2021-03-04T04:55:21.721Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T04:57:43.516Z] lf-activate-venv(): INFO: Adding /tmp/venv-8dpM/bin to PATH [2021-03-04T04:57:43.516Z] INFO: No Stack... [2021-03-04T04:57:43.516Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-04T04:57:43.516Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T04:57:43.860Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-03-04T04:57:43.860Z] + cut -d, -f6 [Pipeline] lock [2021-03-04T04:57:43.993Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3224-2-stack-cost] [2021-03-04T04:57:44.003Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3224-2-stack-cost] did not exist. Created. [2021-03-04T04:57:44.003Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3224-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T04:57:44.483Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-04T04:57:44.821Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T04:57:44.841Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3224-2-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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-04T04:57:48.487Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T04:57:49.369Z] ---> package-listing.sh [2021-03-04T04:57:49.369Z] ++ facter osfamily [2021-03-04T04:57:49.369Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-04T04:57:49.369Z] + OS_FAMILY=redhat [2021-03-04T04:57:49.369Z] + workspace=/w/workspace/edgex-go/2 [2021-03-04T04:57:49.369Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-04T04:57:49.369Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-04T04:57:49.369Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-04T04:57:49.369Z] + PACKAGES=/tmp/packages_start.txt [2021-03-04T04:57:49.369Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-04T04:57:49.369Z] + PACKAGES=/tmp/packages_end.txt [2021-03-04T04:57:49.369Z] + case "${OS_FAMILY}" in [2021-03-04T04:57:49.369Z] + rpm -qa [2021-03-04T04:57:49.369Z] + sort [2021-03-04T04:57:54.681Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-04T04:57:54.681Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-04T04:57:54.681Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-04T04:57:54.681Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-04T04:57:54.681Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-04T04:57:54.681Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-04T04:57:54.696Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-04T04:57:54.990Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:57:55.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T04:57:55.296Z] [2021-03-04T04:57:55.296Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-04T04:57:55.666Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T04:57:55.666Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-04T04:57:55.666Z] df20fa9351a1: Pulling fs layer [2021-03-04T04:57:55.666Z] 36b3adc4ff6f: Pulling fs layer [2021-03-04T04:57:55.666Z] 8ad3a11d3b57: Pulling fs layer [2021-03-04T04:57:55.666Z] 46f8f816bc3b: Pulling fs layer [2021-03-04T04:57:55.666Z] 93b61091891f: Pulling fs layer [2021-03-04T04:57:55.666Z] 93b9cdb0e59b: Pulling fs layer [2021-03-04T04:57:55.666Z] 5e14af77c1be: Pulling fs layer [2021-03-04T04:57:55.666Z] 01666e4c0597: Pulling fs layer [2021-03-04T04:57:55.666Z] aa168da1d23b: Pulling fs layer [2021-03-04T04:57:55.666Z] 93b9cdb0e59b: Waiting [2021-03-04T04:57:55.666Z] 5e14af77c1be: Waiting [2021-03-04T04:57:55.666Z] 01666e4c0597: Waiting [2021-03-04T04:57:55.666Z] aa168da1d23b: Waiting [2021-03-04T04:57:55.666Z] 46f8f816bc3b: Waiting [2021-03-04T04:57:55.666Z] 93b61091891f: Waiting [2021-03-04T04:57:55.666Z] 36b3adc4ff6f: Verifying Checksum [2021-03-04T04:57:55.666Z] 36b3adc4ff6f: Download complete [2021-03-04T04:57:55.928Z] 46f8f816bc3b: Verifying Checksum [2021-03-04T04:57:55.928Z] 46f8f816bc3b: Download complete [2021-03-04T04:57:55.928Z] df20fa9351a1: Download complete [2021-03-04T04:57:55.928Z] 93b9cdb0e59b: Verifying Checksum [2021-03-04T04:57:55.928Z] 93b9cdb0e59b: Download complete [2021-03-04T04:57:55.928Z] 5e14af77c1be: Verifying Checksum [2021-03-04T04:57:55.928Z] 5e14af77c1be: Download complete [2021-03-04T04:57:55.928Z] 93b61091891f: Download complete [2021-03-04T04:57:55.928Z] 01666e4c0597: Verifying Checksum [2021-03-04T04:57:55.928Z] 01666e4c0597: Download complete [2021-03-04T04:57:56.193Z] df20fa9351a1: Pull complete [2021-03-04T04:57:56.470Z] 36b3adc4ff6f: Pull complete [2021-03-04T04:57:56.739Z] 8ad3a11d3b57: Download complete [2021-03-04T04:57:57.341Z] 8ad3a11d3b57: Pull complete [2021-03-04T04:57:57.609Z] 46f8f816bc3b: Pull complete [2021-03-04T04:57:58.572Z] aa168da1d23b: Verifying Checksum [2021-03-04T04:57:58.572Z] aa168da1d23b: Download complete [2021-03-04T04:57:59.534Z] 93b61091891f: Pull complete [2021-03-04T04:57:59.801Z] 93b9cdb0e59b: Pull complete [2021-03-04T04:57:59.801Z] 5e14af77c1be: Pull complete [2021-03-04T04:58:00.073Z] 01666e4c0597: Pull complete [2021-03-04T04:58:08.284Z] aa168da1d23b: Pull complete [2021-03-04T04:58:08.284Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-04T04:58:08.284Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T04:58:08.284Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-04T04:58:08.505Z] prd-centos7-docker-4c-2g-28440 does not seem to be running inside a container [2021-03-04T04:58:08.578Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-04T04:58:17.323Z] $ docker top a4859319cbfcae7ea914cb410cf52976a2c0528a5a70ae213ad7b212f8899284 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T04:58:17.977Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-04T04:58:18.293Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-04T04:58:18.593Z] + ls /var/log/sa-host [2021-03-04T04:58:18.593Z] + sadf -c /var/log/sa-host/sa04 [2021-03-04T04:58:18.593Z] file_magic: OK [2021-03-04T04:58:18.593Z] HZ: Using current value: 100 [2021-03-04T04:58:18.593Z] file_header: OK [2021-03-04T04:58:18.593Z] 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-04T04:58:18.593Z] Statistics: [2021-03-04T04:58:18.594Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-04T04:58:18.594Z] File successfully converted to sysstat format version 12.2.1 [2021-03-04T04:58:18.594Z] + sadf -c /var/log/sa-host/sa23 [2021-03-04T04:58:18.594Z] file_magic: OK [2021-03-04T04:58:18.594Z] HZ: Using current value: 100 [2021-03-04T04:58:18.594Z] file_header: OK [2021-03-04T04:58:18.594Z] 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-04T04:58:18.594Z] Statistics: [2021-03-04T04:58:18.594Z] Hnuu...uuuununununu... [2021-03-04T04:58:18.594Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-04T04:58:19.311Z] provisioning config files... [2021-03-04T04:58:19.329Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8316161788986012041tmp [Pipeline] { [Pipeline] echo [2021-03-04T04:58:19.455Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T04:58:19.832Z] ---> create-netrc.sh [Pipeline] } [2021-03-04T04:58:19.857Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-04T04:58:19.978Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T04:58:20.273Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-04T04:58:20.284Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T04:58:20.576Z] ---> sudo-logs.sh [2021-03-04T04:58:20.576Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-04T04:58:20.827Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T04:58:21.124Z] ---> job-cost.sh [2021-03-04T04:58:21.124Z] lf-activate-venv: SKIPPING [2021-03-04T04:58:21.124Z] DEBUG: total: 0.20999999344348907 [2021-03-04T04:58:21.124Z] INFO: Retrieving Stack Cost... [2021-03-04T04:58:22.515Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T04:58:22.777Z] INFO: Archiving Costs [Pipeline] echo [2021-03-04T04:58:22.792Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T04:58:23.088Z] ---> logs-deploy.sh [2021-03-04T04:58:23.089Z] lf-activate-venv: SKIPPING [2021-03-04T04:58:23.089Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3224/2 [2021-03-04T04:58:23.089Z] INFO: archiving workspace using pattern(s): [2021-03-04T04:58:24.478Z] Archives upload complete. [2021-03-04T04:58:24.744Z] INFO: archiving logs to Nexus [2021-03-04T04:58:25.695Z] ---> uname -a: [2021-03-04T04:58:25.695Z] Linux prd-centos7-docker-4c-2g-28440.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-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] ---> lscpu: [2021-03-04T04:58:25.695Z] Architecture: x86_64 [2021-03-04T04:58:25.695Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-04T04:58:25.695Z] Byte Order: Little Endian [2021-03-04T04:58:25.695Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-04T04:58:25.695Z] CPU(s): 4 [2021-03-04T04:58:25.695Z] On-line CPU(s) list: 0-3 [2021-03-04T04:58:25.695Z] Thread(s) per core: 1 [2021-03-04T04:58:25.695Z] Core(s) per socket: 1 [2021-03-04T04:58:25.695Z] Socket(s): 4 [2021-03-04T04:58:25.695Z] NUMA node(s): 1 [2021-03-04T04:58:25.695Z] Vendor ID: GenuineIntel [2021-03-04T04:58:25.695Z] CPU family: 6 [2021-03-04T04:58:25.695Z] Model: 44 [2021-03-04T04:58:25.695Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-04T04:58:25.695Z] Stepping: 1 [2021-03-04T04:58:25.695Z] CPU MHz: 2933.438 [2021-03-04T04:58:25.695Z] BogoMIPS: 5866.87 [2021-03-04T04:58:25.695Z] Virtualization: VT-x [2021-03-04T04:58:25.695Z] Hypervisor vendor: KVM [2021-03-04T04:58:25.695Z] Virtualization type: full [2021-03-04T04:58:25.695Z] L1d cache: 128 KiB [2021-03-04T04:58:25.695Z] L1i cache: 128 KiB [2021-03-04T04:58:25.695Z] L2 cache: 16 MiB [2021-03-04T04:58:25.695Z] L3 cache: 64 MiB [2021-03-04T04:58:25.695Z] NUMA node0 CPU(s): 0-3 [2021-03-04T04:58:25.695Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-04T04:58:25.695Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-04T04:58:25.695Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-04T04:58:25.695Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-04T04:58:25.695Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-04T04:58:25.695Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-04T04:58:25.695Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-04T04:58:25.695Z] Vulnerability Srbds: Not affected [2021-03-04T04:58:25.695Z] Vulnerability Tsx async abort: Not affected [2021-03-04T04:58:25.695Z] 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-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] ---> nproc: [2021-03-04T04:58:25.695Z] 4 [2021-03-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] ---> df -h: [2021-03-04T04:58:25.695Z] Filesystem Size Used Available Use% Mounted on [2021-03-04T04:58:25.695Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-04T04:58:25.695Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-04T04:58:25.695Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-04T04:58:25.695Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-04T04:58:25.695Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-04T04:58:25.695Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-04T04:58:25.695Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-04T04:58:25.695Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-04T04:58:25.695Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-04T04:58:25.695Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-04T04:58:25.695Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-04T04:58:25.695Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-04T04:58:25.695Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 [2021-03-04T04:58:25.695Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp [2021-03-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] ---> free -m: [2021-03-04T04:58:25.695Z] total used free shared buff/cache available [2021-03-04T04:58:25.695Z] Mem: 1837 709 145 0 982 1045 [2021-03-04T04:58:25.695Z] Swap: 1023 75 948 [2021-03-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] ---> ip addr: [2021-03-04T04:58:25.695Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-04T04:58:25.695Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-04T04:58:25.695Z] inet 127.0.0.1/8 scope host lo [2021-03-04T04:58:25.695Z] valid_lft forever preferred_lft forever [2021-03-04T04:58:25.695Z] inet6 ::1/128 scope host [2021-03-04T04:58:25.695Z] valid_lft forever preferred_lft forever [2021-03-04T04:58:25.695Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-04T04:58:25.695Z] link/ether fa:16:3e:0a:4c:c8 brd ff:ff:ff:ff:ff:ff [2021-03-04T04:58:25.695Z] inet 10.30.122.68/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-04T04:58:25.695Z] valid_lft 85028sec preferred_lft 85028sec [2021-03-04T04:58:25.695Z] inet6 fe80::f816:3eff:fe0a:4cc8/64 scope link [2021-03-04T04:58:25.695Z] valid_lft forever preferred_lft forever [2021-03-04T04:58:25.695Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-04T04:58:25.695Z] link/ether 02:42:45:ae:e0:81 brd ff:ff:ff:ff:ff:ff [2021-03-04T04:58:25.695Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-04T04:58:25.695Z] valid_lft forever preferred_lft forever [2021-03-04T04:58:25.695Z] inet6 fe80::42:45ff:feae:e081/64 scope link [2021-03-04T04:58:25.695Z] valid_lft forever preferred_lft forever [2021-03-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] ---> sar -b -r -n DEV: [2021-03-04T04:58:25.695Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) [2021-03-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] 04:35:21 LINUX RESTART (4 CPU) [2021-03-04T04:58:25.695Z] [2021-03-04T04:58:25.695Z] 04:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-04T04:58:25.695Z] 04:37:01 136.04 54.12 81.92 0.00 9441.97 32413.84 0.00 [2021-03-04T04:58:25.695Z] 04:38:01 320.72 133.50 187.22 0.00 5151.34 38067.91 0.00 [2021-03-04T04:58:25.695Z] 04:39:01 134.30 41.28 93.01 0.00 1627.54 13123.95 0.00 [2021-03-04T04:58:25.695Z] 04:40:01 137.54 62.73 74.81 0.00 3372.65 12675.31 0.00 [2021-03-04T04:58:25.695Z] 04:41:02 936.55 658.23 278.32 0.00 93965.34 164225.53 0.00 [2021-03-04T04:58:25.695Z] 04:42:01 2543.75 2216.27 327.48 0.00 145525.41 157758.57 0.00 [2021-03-04T04:58:25.695Z] 04:43:01 881.48 590.79 290.69 0.00 69792.18 98581.56 0.00 [2021-03-04T04:58:25.695Z] 04:44:02 1779.01 1442.19 336.82 0.00 116967.77 122837.01 0.00 [2021-03-04T04:58:25.695Z] 04:45:01 254.10 38.86 215.23 0.00 5977.12 30425.14 0.00 [2021-03-04T04:58:25.695Z] 04:46:01 5.13 0.72 4.41 0.00 164.26 128.66 0.00 [2021-03-04T04:58:25.695Z] 04:47:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 [2021-03-04T04:58:25.695Z] 04:48:01 0.30 0.02 0.28 0.00 0.53 3.70 0.00 [2021-03-04T04:58:25.695Z] 04:49:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 [2021-03-04T04:58:25.695Z] 04:50:01 0.22 0.02 0.20 0.00 0.53 1.62 0.00 [2021-03-04T04:58:25.695Z] 04:51:01 2.73 1.92 0.82 0.00 62.08 15.67 0.00 [2021-03-04T04:58:25.695Z] 04:52:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 [2021-03-04T04:58:25.696Z] 04:53:01 0.33 0.05 0.28 0.00 1.87 2.96 0.00 [2021-03-04T04:58:25.696Z] 04:54:01 0.25 0.00 0.25 0.00 0.00 2.76 0.00 [2021-03-04T04:58:25.696Z] 04:55:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 [2021-03-04T04:58:25.696Z] 04:56:01 0.30 0.05 0.25 0.00 0.67 2.70 0.00 [2021-03-04T04:58:25.696Z] 04:57:01 0.20 0.03 0.17 0.00 0.67 1.77 0.00 [2021-03-04T04:58:25.696Z] 04:58:02 82.02 57.50 24.51 0.00 5094.44 6309.67 0.00 [2021-03-04T04:58:25.696Z] Average: 327.21 240.17 87.05 0.00 20754.04 30727.12 0.00 [2021-03-04T04:58:25.696Z] [2021-03-04T04:58:25.696Z] 04:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-04T04:58:25.696Z] 04:37:01 72128 0 667488 35.48 2596 1139332 1305368 44.55 699776 896508 15944 [2021-03-04T04:58:25.696Z] 04:38:01 157752 0 836980 44.48 1492 885320 1488132 50.79 617300 836784 5784 [2021-03-04T04:58:25.696Z] 04:39:01 183564 0 781208 41.52 708 916064 1578988 53.89 664036 747560 8052 [2021-03-04T04:58:25.696Z] 04:40:01 165176 0 754604 40.11 612 961152 1408376 48.07 611728 813460 12672 [2021-03-04T04:58:25.696Z] 04:41:02 344152 0 710724 37.77 60 826608 1579892 53.92 552836 770980 0 [2021-03-04T04:58:25.696Z] 04:42:01 339212 0 1086232 57.73 60 456040 4025984 137.40 650680 615508 13752 [2021-03-04T04:58:25.696Z] 04:43:01 61680 0 736724 39.16 60 1083080 1778956 60.71 761800 830712 10772 [2021-03-04T04:58:25.696Z] 04:44:02 222492 0 831716 44.20 60 827276 2332312 79.60 684780 732592 2532 [2021-03-04T04:58:25.696Z] 04:45:01 134200 0 625996 33.27 60 1121288 1218208 41.58 571404 928980 20 [2021-03-04T04:58:25.696Z] 04:46:01 129620 0 625720 33.26 60 1126144 1202488 41.04 576716 929548 12 [2021-03-04T04:58:25.696Z] 04:47:01 130444 0 624892 33.21 60 1126148 1199392 40.93 576508 929288 8 [2021-03-04T04:58:25.696Z] 04:48:01 131440 0 623888 33.16 60 1126156 1189112 40.58 575772 929056 8 [2021-03-04T04:58:25.696Z] 04:49:01 131744 0 623572 33.14 60 1126168 1189112 40.58 575824 929056 8 [2021-03-04T04:58:25.696Z] 04:50:01 131708 0 623600 33.14 60 1126176 1189112 40.58 575928 929072 8 [2021-03-04T04:58:25.696Z] 04:51:01 129184 0 624940 33.21 60 1127360 1189196 40.59 576504 930008 8 [2021-03-04T04:58:25.696Z] 04:52:01 130056 0 624056 33.17 60 1127372 1189112 40.58 576096 930008 8 [2021-03-04T04:58:25.696Z] 04:53:01 129832 0 624296 33.18 60 1127356 1189112 40.58 576220 930040 12 [2021-03-04T04:58:25.696Z] 04:54:01 129944 0 624152 33.17 60 1127388 1189172 40.58 576416 930064 8 [2021-03-04T04:58:25.696Z] 04:55:01 129708 0 624384 33.18 60 1127392 1189112 40.58 575984 930064 8 [2021-03-04T04:58:25.696Z] 04:56:01 129364 0 624720 33.20 60 1127400 1189184 40.58 576488 930084 8 [2021-03-04T04:58:25.696Z] 04:57:01 129436 0 624640 33.20 60 1127408 1189112 40.58 576116 930104 8 [2021-03-04T04:58:25.696Z] 04:58:02 74528 0 710912 37.78 60 1096044 1616156 55.16 707076 830484 157140 [2021-03-04T04:58:25.696Z] Average: 150789 0 692520 36.81 295 1037940 1482981 50.61 610727 870907 10308 [2021-03-04T04:58:25.696Z] [2021-03-04T04:58:25.696Z] 04:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-04T04:58:25.696Z] 04:37:01 eth0 1739.51 1718.01 7251.48 208.40 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:37:01 docker0 864.69 705.99 70.92 2669.15 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:38:01 vetha52b89d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:38:01 eth0 349.69 287.59 2316.72 34.41 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:38:01 docker0 150.69 178.57 10.74 833.34 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:39:01 vetha52b89d 1.43 1.46 0.12 0.13 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:39:01 eth0 37.52 23.39 23.27 64.20 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:39:01 docker0 1.43 1.43 0.10 0.13 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:40:01 vetha52b89d 0.80 0.80 0.06 0.06 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:40:01 eth0 26.84 14.76 22.44 11.91 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:40:01 docker0 0.80 0.80 0.05 0.06 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:41:02 eth0 235.06 190.55 1839.53 69.65 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:41:02 veth60657dc 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:41:02 veth88329ad 3.47 5.66 0.25 29.27 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:42:01 veth7bf2c1c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:42:01 vethe8549b2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:42:01 veth82b86e9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:42:01 eth0 16.73 8.62 13.86 7.28 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:43:01 eth0 83.04 54.75 234.54 62.49 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:43:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:43:01 veth60657dc 0.00 0.75 0.00 0.04 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:43:01 docker0 1046.37 939.33 83.36 3798.94 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:44:02 vethd61e172 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:44:02 eth0 68.48 40.63 126.03 70.75 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:44:02 veth60657dc 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:45:01 eth0 239.76 173.10 1726.76 78.44 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:45:01 docker0 1105.62 1039.88 87.44 4430.52 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:46:01 eth0 0.92 0.28 0.49 0.06 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:47:01 eth0 0.70 0.52 0.34 0.24 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:48:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:49:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:51:01 eth0 0.22 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:52:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:53:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:54:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:55:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:56:01 eth0 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:57:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:58:02 eth0 183.81 157.42 2140.07 15.78 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] 04:58:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] Average: eth0 135.83 121.64 714.74 28.38 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] Average: docker0 49.44 46.50 3.91 198.11 0.00 0.00 0.00 0.00 [2021-03-04T04:58:25.696Z] [2021-03-04T04:58:25.696Z] [2021-03-04T04:58:25.696Z] ---> sar -P ALL: [2021-03-04T04:58:25.696Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) [2021-03-04T04:58:25.696Z] [2021-03-04T04:58:25.696Z] 04:35:21 LINUX RESTART (4 CPU) [2021-03-04T04:58:25.696Z] [2021-03-04T04:58:25.696Z] 04:36:01 CPU %user %nice %system %iowait %steal %idle [2021-03-04T04:58:25.696Z] 04:37:01 all 16.72 0.00 8.55 2.19 0.06 72.48 [2021-03-04T04:58:25.696Z] 04:37:01 0 14.99 0.00 10.33 1.04 0.05 73.59 [2021-03-04T04:58:25.697Z] 04:37:01 1 23.45 0.00 8.51 1.57 0.05 66.42 [2021-03-04T04:58:25.697Z] 04:37:01 2 12.96 0.00 7.31 3.77 0.07 75.89 [2021-03-04T04:58:25.697Z] 04:37:01 3 15.48 0.00 8.07 2.38 0.07 74.00 [2021-03-04T04:58:25.697Z] 04:38:01 all 11.23 0.00 8.58 5.24 0.06 74.89 [2021-03-04T04:58:25.697Z] 04:38:01 0 10.44 0.00 8.19 3.07 0.05 78.24 [2021-03-04T04:58:25.697Z] 04:38:01 1 10.26 0.00 8.92 7.14 0.05 73.63 [2021-03-04T04:58:25.697Z] 04:38:01 2 12.05 0.00 7.47 5.45 0.05 74.98 [2021-03-04T04:58:25.697Z] 04:38:01 3 12.18 0.00 9.75 5.28 0.07 72.73 [2021-03-04T04:58:25.697Z] 04:39:01 all 55.63 0.00 13.15 3.68 0.06 27.48 [2021-03-04T04:58:25.697Z] 04:39:01 0 56.56 0.00 12.91 3.31 0.05 27.17 [2021-03-04T04:58:25.697Z] 04:39:01 1 55.00 0.00 13.40 2.64 0.05 28.91 [2021-03-04T04:58:25.697Z] 04:39:01 2 56.31 0.00 12.79 4.65 0.07 26.19 [2021-03-04T04:58:25.697Z] 04:39:01 3 54.62 0.00 13.51 4.11 0.09 27.68 [2021-03-04T04:58:25.697Z] 04:40:01 all 43.88 0.00 13.36 3.28 0.06 39.41 [2021-03-04T04:58:25.697Z] 04:40:01 0 43.72 0.00 12.90 1.87 0.09 41.42 [2021-03-04T04:58:25.697Z] 04:40:01 1 44.40 0.00 13.99 3.16 0.07 38.38 [2021-03-04T04:58:25.697Z] 04:40:01 2 45.06 0.00 13.39 4.89 0.05 36.61 [2021-03-04T04:58:25.697Z] 04:40:01 3 42.35 0.00 13.16 3.22 0.05 41.22 [2021-03-04T04:58:25.697Z] 04:41:02 all 20.73 0.00 21.81 6.81 0.06 50.58 [2021-03-04T04:58:25.697Z] 04:41:02 0 21.52 0.00 21.56 6.82 0.07 50.03 [2021-03-04T04:58:25.697Z] 04:41:02 1 21.24 0.00 22.04 8.40 0.05 48.26 [2021-03-04T04:58:25.697Z] 04:41:02 2 19.91 0.00 21.67 5.56 0.07 52.80 [2021-03-04T04:58:25.697Z] 04:41:02 3 20.26 0.00 21.99 6.47 0.05 51.23 [2021-03-04T04:58:25.697Z] 04:42:01 all 30.41 0.00 23.30 27.97 0.08 18.23 [2021-03-04T04:58:25.697Z] 04:42:01 0 30.14 0.00 22.83 27.09 0.07 19.87 [2021-03-04T04:58:25.697Z] 04:42:01 1 30.59 0.00 22.68 29.44 0.09 17.20 [2021-03-04T04:58:25.697Z] 04:42:01 2 29.71 0.00 23.96 29.85 0.09 16.39 [2021-03-04T04:58:25.697Z] 04:42:01 3 31.22 0.00 23.73 25.47 0.09 19.49 [2021-03-04T04:58:25.697Z] 04:43:01 all 40.63 0.00 18.09 18.46 0.07 22.75 [2021-03-04T04:58:25.697Z] 04:43:01 0 40.68 0.00 17.59 15.44 0.07 26.22 [2021-03-04T04:58:25.697Z] 04:43:01 1 41.51 0.00 17.70 17.72 0.07 23.00 [2021-03-04T04:58:25.697Z] 04:43:01 2 39.78 0.00 18.25 18.98 0.07 22.91 [2021-03-04T04:58:25.697Z] 04:43:01 3 40.52 0.00 18.83 21.74 0.09 18.82 [2021-03-04T04:58:25.697Z] 04:44:02 all 38.25 0.00 22.14 26.28 0.07 13.25 [2021-03-04T04:58:25.697Z] 04:44:02 0 37.48 0.00 21.74 23.42 0.07 17.29 [2021-03-04T04:58:25.697Z] 04:44:02 1 39.56 0.00 22.17 27.15 0.10 11.01 [2021-03-04T04:58:25.697Z] 04:44:02 2 38.24 0.00 21.81 25.90 0.05 13.99 [2021-03-04T04:58:25.697Z] 04:44:02 3 37.71 0.00 22.85 28.63 0.07 10.73 [2021-03-04T04:58:25.697Z] 04:45:01 all 23.62 0.00 10.22 8.01 0.06 58.09 [2021-03-04T04:58:25.697Z] 04:45:01 0 23.76 0.00 10.74 6.23 0.07 59.21 [2021-03-04T04:58:25.697Z] 04:45:01 1 21.78 0.00 9.62 8.80 0.05 59.75 [2021-03-04T04:58:25.697Z] 04:45:01 2 24.57 0.00 10.30 7.55 0.05 57.53 [2021-03-04T04:58:25.697Z] 04:45:01 3 24.37 0.00 10.25 9.45 0.07 55.86 [2021-03-04T04:58:25.697Z] 04:46:01 all 0.14 0.00 0.05 0.01 0.00 99.80 [2021-03-04T04:58:25.697Z] 04:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-04T04:58:25.697Z] 04:46:01 1 0.17 0.00 0.03 0.00 0.00 99.80 [2021-03-04T04:58:25.697Z] 04:46:01 2 0.03 0.00 0.07 0.03 0.02 99.85 [2021-03-04T04:58:25.697Z] 04:46:01 3 0.32 0.00 0.05 0.00 0.00 99.63 [2021-03-04T04:58:25.697Z] 04:47:01 all 0.04 0.00 0.05 0.00 0.00 99.91 [2021-03-04T04:58:25.697Z] 04:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-04T04:58:25.697Z] 04:47:01 1 0.08 0.00 0.08 0.00 0.00 99.83 [2021-03-04T04:58:25.697Z] 04:47:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-04T04:58:25.697Z] 04:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-04T04:58:25.697Z] [2021-03-04T04:58:25.697Z] 04:47:01 CPU %user %nice %system %iowait %steal %idle [2021-03-04T04:58:25.697Z] 04:48:01 all 0.04 0.00 0.09 0.00 0.00 99.86 [2021-03-04T04:58:25.697Z] 04:48:01 0 0.05 0.00 0.10 0.00 0.00 99.85 [2021-03-04T04:58:25.697Z] 04:48:01 1 0.03 0.00 0.17 0.00 0.00 99.80 [2021-03-04T04:58:25.697Z] 04:48:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-04T04:58:25.697Z] 04:48:01 3 0.05 0.00 0.05 0.02 0.00 99.88 [2021-03-04T04:58:25.697Z] 04:49:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2021-03-04T04:58:25.697Z] 04:49:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-04T04:58:25.697Z] 04:49:01 1 0.50 0.00 0.05 0.00 0.00 99.45 [2021-03-04T04:58:25.697Z] 04:49:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-03-04T04:58:25.697Z] 04:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-04T04:58:25.697Z] 04:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-04T04:58:25.697Z] 04:50:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-04T04:58:25.697Z] 04:50:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2021-03-04T04:58:25.697Z] 04:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-04T04:58:25.697Z] 04:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-04T04:58:25.697Z] 04:51:01 all 0.15 0.00 0.06 0.03 0.00 99.76 [2021-03-04T04:58:25.697Z] 04:51:01 0 0.03 0.00 0.10 0.10 0.00 99.77 [2021-03-04T04:58:25.697Z] 04:51:01 1 0.22 0.00 0.05 0.02 0.00 99.72 [2021-03-04T04:58:25.697Z] 04:51:01 2 0.32 0.00 0.08 0.00 0.00 99.60 [2021-03-04T04:58:25.697Z] 04:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-04T04:58:25.697Z] 04:52:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-04T04:58:25.697Z] 04:52:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-04T04:58:25.697Z] 04:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-04T04:58:25.697Z] 04:52:01 2 0.15 0.00 0.07 0.00 0.00 99.78 [2021-03-04T04:58:25.697Z] 04:52:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-04T04:58:25.697Z] 04:53:01 all 0.03 0.00 0.03 0.00 0.00 99.95 [2021-03-04T04:58:25.697Z] 04:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-04T04:58:25.697Z] 04:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-04T04:58:25.697Z] 04:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-04T04:58:25.697Z] 04:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-04T04:58:25.697Z] 04:54:01 all 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-04T04:58:25.697Z] 04:54:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-04T04:58:25.697Z] 04:54:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2021-03-04T04:58:25.697Z] 04:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-04T04:58:25.697Z] 04:54:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-04T04:58:25.697Z] 04:55:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-04T04:58:25.697Z] 04:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-04T04:58:25.697Z] 04:55:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-04T04:58:25.697Z] 04:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-04T04:58:25.697Z] 04:55:01 3 0.03 0.00 0.07 0.00 0.02 99.88 [2021-03-04T04:58:25.697Z] 04:56:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-04T04:58:25.697Z] 04:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-04T04:58:25.697Z] 04:56:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-04T04:58:25.697Z] 04:56:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-04T04:58:25.697Z] 04:56:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-04T04:58:25.697Z] 04:57:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-03-04T04:58:25.697Z] 04:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-04T04:58:25.697Z] 04:57:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-04T04:58:25.697Z] 04:57:01 2 0.53 0.00 0.03 0.02 0.00 99.42 [2021-03-04T04:58:25.697Z] 04:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-04T04:58:25.697Z] 04:58:02 all 3.60 0.00 2.45 1.93 0.02 91.99 [2021-03-04T04:58:25.697Z] 04:58:02 0 3.29 0.00 2.36 1.33 0.02 93.01 [2021-03-04T04:58:25.697Z] 04:58:02 1 3.52 0.00 2.62 4.12 0.02 89.73 [2021-03-04T04:58:25.697Z] 04:58:02 2 3.61 0.00 2.14 0.53 0.03 93.69 [2021-03-04T04:58:25.697Z] 04:58:02 3 4.00 0.00 2.69 1.76 0.03 91.52 [2021-03-04T04:58:25.697Z] [2021-03-04T04:58:25.697Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-03-04T04:58:25.697Z] Average: all 12.68 0.00 6.29 4.57 0.03 76.42 [2021-03-04T04:58:25.697Z] Average: 0 12.54 0.00 6.27 3.95 0.03 77.22 [2021-03-04T04:58:25.697Z] Average: 1 13.08 0.00 6.32 4.88 0.03 75.69 [2021-03-04T04:58:25.697Z] Average: 2 12.59 0.00 6.17 4.71 0.03 76.50 [2021-03-04T04:58:25.697Z] Average: 3 12.51 0.00 6.40 4.76 0.03 76.29 [2021-03-04T04:58:25.697Z] [2021-03-04T04:58:25.697Z] [2021-03-04T04:58:25.697Z]