Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52+76b4535fa5fa3514bc34c1137a1fac177e39ac4f (62903aa72f9609e259aab7c18edd61925c30d402) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31857 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/40 [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/40 # 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 Merge succeeded, producing 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 Checking out Revision 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # 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 76b4535fa5fa3514bc34c1137a1fac177e39ac4f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 30dea8cbfe42a6baf52c1324d0742abb31aae20c # timeout=10 [Pipeline] timeout [2021-03-29T21:03:06.824Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T21:03:07.057Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T21:03:07.147Z] ========================================================= [2021-03-29T21:03:07.147Z] EdgeX Global Pipelines Version Info [2021-03-29T21:03:07.147Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:03:08.778Z] ------------------- [2021-03-29T21:03:08.779Z] stable info: [2021-03-29T21:03:08.779Z] ------------------- [2021-03-29T21:03:08.779Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T21:03:08.779Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T21:03:08.779Z] Message: update stable to v1.0.186 [2021-03-29T21:03:09.725Z] ------------------- [2021-03-29T21:03:09.725Z] experimental info: [2021-03-29T21:03:09.725Z] ------------------- [2021-03-29T21:03:09.725Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T21:03:09.725Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T21:03:09.726Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T21:03:10.000Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T21:03:10.253Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T21:03:10.368Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T21:03:10.579Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T21:03:10.701Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T21:03:10.803Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T21:03:10.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T21:03:10.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T21:03:11.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T21:03:11.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T21:03:11.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T21:03:11.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T21:03:11.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T21:03:11.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T21:03:11.623Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T21:03:11.702Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T21:03:11.782Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T21:03:11.895Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T21:03:12.011Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T21:03:12.111Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T21:03:12.193Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T21:03:12.275Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T21:03:12.357Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-29T21:03:12.461Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-29T21:03:12.549Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-29T21:03:12.659Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [Pipeline] echo [2021-03-29T21:03:12.758Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e6fffb [Pipeline] echo [2021-03-29T21:03:12.854Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T21:03:13.014Z] provisioning config files... [2021-03-29T21:03:13.043Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/40@tmp/config6389854442305754837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:03:13.401Z] ---> docker-login.sh [2021-03-29T21:03:13.401Z] nexus3.edgexfoundry.org:10001 [2021-03-29T21:03:13.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:03:13.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:03:13.664Z] Configure a credential helper to remove this warning. See [2021-03-29T21:03:13.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:03:13.664Z] [2021-03-29T21:03:13.664Z] Login Succeeded [2021-03-29T21:03:13.664Z] nexus3.edgexfoundry.org:10002 [2021-03-29T21:03:13.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:03:13.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:03:13.928Z] Configure a credential helper to remove this warning. See [2021-03-29T21:03:13.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:03:13.928Z] [2021-03-29T21:03:13.928Z] Login Succeeded [2021-03-29T21:03:13.928Z] nexus3.edgexfoundry.org:10003 [2021-03-29T21:03:14.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:03:14.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:03:14.191Z] Configure a credential helper to remove this warning. See [2021-03-29T21:03:14.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:03:14.191Z] [2021-03-29T21:03:14.191Z] Login Succeeded [2021-03-29T21:03:14.191Z] nexus3.edgexfoundry.org:10004 [2021-03-29T21:03:14.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:03:14.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:03:14.452Z] Configure a credential helper to remove this warning. See [2021-03-29T21:03:14.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:03:14.452Z] [2021-03-29T21:03:14.452Z] Login Succeeded [2021-03-29T21:03:14.452Z] docker.io [2021-03-29T21:03:14.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:03:14.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:03:14.715Z] Configure a credential helper to remove this warning. See [2021-03-29T21:03:14.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:03:14.715Z] [2021-03-29T21:03:14.715Z] Login Succeeded [2021-03-29T21:03:14.715Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T21:03:14.725Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T21:03:15.187Z] ++ 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-29T21:03:15.187Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:03:15.187Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T21:03:15.187Z] ++ cut -d/ -f2 [2021-03-29T21:03:15.187Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T21:03:15.187Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:03:15.187Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T21:03:15.187Z] ++ cut -d/ -f2 [2021-03-29T21:03:15.187Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T21:03:15.187Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:03:15.187Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T21:03:15.187Z] ++ cut -d/ -f2 [2021-03-29T21:03:15.187Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T21:03:15.187Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:03:15.187Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T21:03:15.187Z] ++ cut -d/ -f2 [2021-03-29T21:03:15.187Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T21:03:15.187Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:03:15.187Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T21:03:15.187Z] ++ cut -d/ -f2 [2021-03-29T21:03:15.187Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T21:03:15.187Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:03:15.187Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T21:03:15.187Z] ++ cut -d/ -f2 [2021-03-29T21:03:15.187Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T21:03:15.187Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:03:15.187Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T21:03:15.187Z] ++ cut -d/ -f2 [2021-03-29T21:03:15.187Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T21:03:15.187Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:03:15.187Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T21:03:15.187Z] ++ cut -d/ -f2 [2021-03-29T21:03:15.187Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T21:03:15.187Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T21:03:15.187Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T21:03:15.187Z] ++ cut -d/ -f2 [2021-03-29T21:03:15.187Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T21:03:15.261Z] 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-29T21:03:16.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T21:03:16.239Z] [2021-03-29T21:03:16.239Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:03:16.588Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T21:03:16.588Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T21:03:16.588Z] 31603596830f: Pulling fs layer [2021-03-29T21:03:16.588Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T21:03:16.588Z] 6ca5941a6612: Pulling fs layer [2021-03-29T21:03:16.588Z] ecc8261a40a4: Pulling fs layer [2021-03-29T21:03:16.588Z] ecc8261a40a4: Waiting [2021-03-29T21:03:16.588Z] 2a8b12db71e7: Download complete [2021-03-29T21:03:16.588Z] 31603596830f: Verifying Checksum [2021-03-29T21:03:16.588Z] 31603596830f: Download complete [2021-03-29T21:03:16.853Z] ecc8261a40a4: Verifying Checksum [2021-03-29T21:03:16.853Z] ecc8261a40a4: Download complete [2021-03-29T21:03:16.853Z] 6ca5941a6612: Download complete [2021-03-29T21:03:17.118Z] 31603596830f: Pull complete [2021-03-29T21:03:17.118Z] 2a8b12db71e7: Pull complete [2021-03-29T21:03:18.076Z] 6ca5941a6612: Pull complete [2021-03-29T21:03:18.076Z] ecc8261a40a4: Pull complete [2021-03-29T21:03:18.338Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T21:03:18.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T21:03:18.338Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T21:03:18.443Z] prd-centos7-docker-4c-2g-31857 does not seem to be running inside a container [2021-03-29T21:03:18.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@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-29T21:03:21.052Z] $ docker top 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T21:03:21.434Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T21:03:21.434Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T21:03:21.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T21:03:21.663Z] $ docker exec 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 ssh-agent [2021-03-29T21:03:21.842Z] SSH_AUTH_SOCK=/tmp/ssh-h93kQ6cgpTXV/agent.11 [2021-03-29T21:03:21.842Z] SSH_AGENT_PID=16 [2021-03-29T21:03:21.855Z] Running ssh-add (command line suppressed) [2021-03-29T21:03:21.976Z] Identity added: /w/workspace/edgex-go/40@tmp/private_key_1661841753350675116.key (/w/workspace/edgex-go/40@tmp/private_key_1661841753350675116.key) [2021-03-29T21:03:22.028Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T21:03:22.367Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T21:03:22.392Z] $ docker exec --env ******** --env ******** 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 ssh-agent -k [2021-03-29T21:03:22.507Z] unset SSH_AUTH_SOCK; [2021-03-29T21:03:22.507Z] unset SSH_AGENT_PID; [2021-03-29T21:03:22.507Z] echo Agent pid 16 killed; [2021-03-29T21:03:22.561Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T21:03:22.693Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T21:03:22.693Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T21:03:22.855Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T21:03:22.860Z] $ docker exec 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 ssh-agent [2021-03-29T21:03:23.022Z] SSH_AUTH_SOCK=/tmp/ssh-qXxXGoenDHte/agent.46 [2021-03-29T21:03:23.022Z] SSH_AGENT_PID=51 [2021-03-29T21:03:23.030Z] Running ssh-add (command line suppressed) [2021-03-29T21:03:23.163Z] Identity added: /w/workspace/edgex-go/40@tmp/private_key_8480273972715944827.key (/w/workspace/edgex-go/40@tmp/private_key_8480273972715944827.key) [2021-03-29T21:03:23.257Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T21:03:23.637Z] + git semver init [2021-03-29T21:03:23.637Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T21:03:23.637Z] # $GIT_DIR = /w/workspace/edgex-go/40/.git [2021-03-29T21:03:23.637Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/40 [2021-03-29T21:03:23.637Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T21:03:23.637Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T21:03:23.637Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T21:03:23.637Z] # $SEMVER_BRANCH = PR-3234 [2021-03-29T21:03:23.637Z] # $SEMVER_TEMP = /tmp/semver-248228782 [2021-03-29T21:03:23.637Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T21:03:55.801Z] # '/tmp/semver-248228782' -> '/w/workspace/edgex-go/40/.semver' [2021-03-29T21:03:55.801Z] # -> Force: false [2021-03-29T21:03:55.801Z] # $SEMVER_DIR = /w/workspace/edgex-go/40/.semver [Pipeline] } [2021-03-29T21:03:55.816Z] $ docker exec --env ******** --env ******** 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 ssh-agent -k [2021-03-29T21:03:56.044Z] unset SSH_AUTH_SOCK; [2021-03-29T21:03:56.044Z] unset SSH_AGENT_PID; [2021-03-29T21:03:56.044Z] echo Agent pid 51 killed; [2021-03-29T21:03:56.143Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T21:03:56.598Z] + git semver [Pipeline] } [2021-03-29T21:03:56.616Z] $ docker stop --time=1 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 [2021-03-29T21:03:58.563Z] $ docker rm -f 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T21:03:59.086Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T21:03:59.638Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T21:03:59.641Z] [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-29T21:04:00.510Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T21:04:00.809Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T21:04:01.110Z] + sudo service docker restart [2021-03-29T21:04:01.110Z] + true [2021-03-29T21:04:01.110Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T21:04:01.705Z] ========================================================= [2021-03-29T21:04:01.705Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T21:04:01.705Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:04:02.046Z] + 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-29T21:04:06.275Z] Sending build context to Docker daemon 329MB [2021-03-29T21:04:06.275Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T21:04:06.275Z] Step 2/6 : FROM ${BASE} [2021-03-29T21:04:06.275Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T21:04:06.275Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T21:04:06.275Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T21:04:06.275Z] de9db76c5a1d: Pulling fs layer [2021-03-29T21:04:06.275Z] bca2f99d35d6: Pulling fs layer [2021-03-29T21:04:06.275Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T21:04:06.275Z] 7c6f9722023f: Pulling fs layer [2021-03-29T21:04:06.275Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T21:04:06.275Z] 93359f2a8cfa: Waiting [2021-03-29T21:04:06.275Z] 7c6f9722023f: Waiting [2021-03-29T21:04:06.275Z] a35cf1a2eb13: Waiting [2021-03-29T21:04:06.275Z] bca2f99d35d6: Waiting [2021-03-29T21:04:06.275Z] de9db76c5a1d: Verifying Checksum [2021-03-29T21:04:06.275Z] de9db76c5a1d: Download complete [2021-03-29T21:04:06.275Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T21:04:06.275Z] 0ef7d3d256c8: Download complete [2021-03-29T21:04:06.275Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T21:04:06.275Z] 93359f2a8cfa: Download complete [2021-03-29T21:04:06.275Z] 7c6f9722023f: Verifying Checksum [2021-03-29T21:04:06.275Z] 7c6f9722023f: Download complete [2021-03-29T21:04:06.275Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T21:04:06.275Z] 188c0c94c7c5: Download complete [2021-03-29T21:04:06.275Z] 188c0c94c7c5: Pull complete [2021-03-29T21:04:06.275Z] 0ef7d3d256c8: Pull complete [2021-03-29T21:04:06.540Z] de9db76c5a1d: Pull complete [2021-03-29T21:04:07.940Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T21:04:07.940Z] a35cf1a2eb13: Download complete [2021-03-29T21:04:08.524Z] bca2f99d35d6: Download complete [2021-03-29T21:04:13.940Z] bca2f99d35d6: Pull complete [2021-03-29T21:04:14.223Z] 93359f2a8cfa: Pull complete [2021-03-29T21:04:14.223Z] 7c6f9722023f: Pull complete [2021-03-29T21:04:14.991Z] Still waiting to schedule task [2021-03-29T21:04:14.991Z] ‘prd-centos7-builder-2c-1g-31859’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31858’ is offline [2021-03-29T21:04:24.270Z] a35cf1a2eb13: Pull complete [2021-03-29T21:04:24.270Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T21:04:24.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T21:04:24.270Z] ---> a62c8e92a672 [2021-03-29T21:04:24.270Z] 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-29T21:04:24.270Z] ---> Running in d5068360b42a [2021-03-29T21:04:24.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:25.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:26.372Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T21:04:26.645Z] (2/12) Installing file (5.38-r0) [2021-03-29T21:04:26.645Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T21:04:26.909Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T21:04:41.846Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T21:04:41.846Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T21:04:41.846Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T21:04:41.846Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T21:04:41.846Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T21:04:41.846Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T21:04:41.846Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T21:04:41.846Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T21:04:41.846Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:04:41.846Z] OK: 233 MiB in 51 packages [2021-03-29T21:04:45.173Z] Removing intermediate container d5068360b42a [2021-03-29T21:04:45.173Z] ---> 8f7ad4025a65 [2021-03-29T21:04:45.173Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T21:04:45.173Z] ---> Running in 3f3aa9156663 [2021-03-29T21:04:45.173Z] Removing intermediate container 3f3aa9156663 [2021-03-29T21:04:45.173Z] ---> 6c082705badb [2021-03-29T21:04:45.173Z] Step 5/6 : COPY go.mod . [2021-03-29T21:04:45.437Z] ---> 77e12abb4e73 [2021-03-29T21:04:45.437Z] Step 6/6 : RUN go mod download [2021-03-29T21:04:45.437Z] ---> Running in 22bfa8eec894 [2021-03-29T21:05:07.468Z] Removing intermediate container 22bfa8eec894 [2021-03-29T21:05:07.468Z] ---> 955d3f3f30f8 [2021-03-29T21:05:07.468Z] Successfully built 955d3f3f30f8 [2021-03-29T21:05:07.468Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:05:07.782Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T21:05:07.782Z] . [Pipeline] withDockerContainer [2021-03-29T21:05:07.885Z] prd-centos7-docker-4c-2g-31857 does not seem to be running inside a container [2021-03-29T21:05:07.934Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@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-29T21:05:08.932Z] $ docker top 43df7aa4b06d4768061bcd1eb7302f38509a00809ff299067a7b5d612867bba1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:05:09.414Z] + go version [2021-03-29T21:05:09.414Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T21:05:09.430Z] $ docker stop --time=1 43df7aa4b06d4768061bcd1eb7302f38509a00809ff299067a7b5d612867bba1 [2021-03-29T21:05:10.948Z] $ docker rm -f 43df7aa4b06d4768061bcd1eb7302f38509a00809ff299067a7b5d612867bba1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:05:11.892Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T21:05:11.892Z] . [Pipeline] withDockerContainer [2021-03-29T21:05:11.988Z] prd-centos7-docker-4c-2g-31857 does not seem to be running inside a container [2021-03-29T21:05:12.036Z] $ 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/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@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-29T21:05:12.746Z] $ docker top 551b6a632360295dafbc8b58154b40b2d994bd85268174e4370118558014952d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T21:05:12.959Z] ========================================================= [2021-03-29T21:05:12.959Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T21:05:12.959Z] ========================================================= [Pipeline] sh [2021-03-29T21:05:13.252Z] + make test [2021-03-29T21:05:13.252Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T21:05:23.332Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T21:05:38.347Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T21:05:43.202Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T21:05:43.202Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T21:05:43.202Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T21:05:45.823Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T21:05:45.823Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T21:05:45.823Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T21:05:45.823Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T21:05:46.092Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T21:05:46.689Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T21:05:49.288Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T21:05:49.288Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T21:05:49.288Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T21:05:51.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 45.9% of statements [2021-03-29T21:05:51.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T21:05:51.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T21:05:51.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T21:05:51.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T21:05:51.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T21:05:51.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T21:05:51.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.109s coverage: 19.8% of statements [2021-03-29T21:05:51.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.080s coverage: 100.0% of statements [2021-03-29T21:05:55.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.1% of statements [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T21:05:55.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T21:05:55.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T21:05:55.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 71.3% of statements [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T21:05:55.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.197s coverage: 82.9% of statements [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:05:55.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.061s coverage: 78.9% of statements [2021-03-29T21:05:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T21:05:58.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.349s coverage: 28.6% of statements [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T21:05:58.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T21:05:58.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T21:05:58.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T21:05:58.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T21:05:58.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.103s coverage: 78.3% of statements [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T21:05:58.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T21:06:00.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.355s coverage: 92.8% of statements [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T21:06:00.128Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T21:06:00.128Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 1.0% of statements [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T21:06:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T21:06:00.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 47.1% of statements [2021-03-29T21:06:00.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements [2021-03-29T21:06:00.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-03-29T21:06:00.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-03-29T21:06:00.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-03-29T21:06:13.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.069s coverage: 94.4% of statements [2021-03-29T21:06:13.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-03-29T21:06:15.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.199s coverage: 82.6% of statements [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.6% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.304s coverage: 69.0% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 38.4% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.0% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.139s coverage: 87.1% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T21:06:25.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.734s coverage: 29.1% of statements [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T21:06:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T21:06:25.395Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T21:06:25.395Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T21:06:25.395Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.096s coverage: 94.6% of statements [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T21:06:25.395Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T21:06:25.395Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T21:06:25.395Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T21:06:25.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T21:06:25.395Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-03-29T21:06:25.395Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-03-29T21:06:25.395Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-29T21:06:25.659Z] GO111MODULE=on go vet ./... [2021-03-29T21:06:46.649Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31862 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-29T21:06:46.702Z] Running in /w/workspace/edgex-go/40 [Pipeline] { [Pipeline] checkout [2021-03-29T21:06:51.602Z] using credential edgex-jenkins-ssh [2021-03-29T21:06:51.705Z] Cloning the remote Git repository [2021-03-29T21:06:51.772Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:06:52.385Z] gofmt -l . [2021-03-29T21:06:52.385Z] [ "`gofmt -l .`" = "" ] [2021-03-29T21:06:51.871Z] > git init /w/workspace/edgex-go/40 # timeout=10 [2021-03-29T21:06:51.937Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:06:51.938Z] > git --version # timeout=10 [2021-03-29T21:06:51.960Z] > git --version # 'git version 2.17.1' [2021-03-29T21:06:51.962Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:06:52.039Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:06:53.333Z] ./bin/test-go-mod-tidy.sh [2021-03-29T21:06:53.598Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T21:06:54.853Z] + ls -al . [2021-03-29T21:06:54.853Z] total 780 [2021-03-29T21:06:54.853Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 21:06 . [2021-03-29T21:06:54.853Z] drwxr-xr-x 4 root root 30 Mar 29 21:05 .. [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 21:03 .dockerignore [2021-03-29T21:06:54.853Z] drwxrwxr-x 8 1001 1001 179 Mar 29 21:03 .git [2021-03-29T21:06:54.853Z] drwxrwxr-x 3 1001 1001 125 Mar 29 21:03 .github [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 21:03 .gitignore [2021-03-29T21:06:54.853Z] drwx------ 3 1001 1001 60 Mar 29 21:03 .semver [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 21:03 .sonarcloud.properties [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 21:03 Attribution.txt [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 21:03 CONTRIBUTING.md [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 21:03 Dockerfile.build [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 21:03 Jenkinsfile [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 21:03 LICENSE [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 21:03 Makefile [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 21:03 README.md [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 21:03 SECURITY.md [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 21:03 VERSION [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 21:03 ZMQWindows.md [2021-03-29T21:06:54.853Z] drwxrwxr-x 2 1001 1001 117 Mar 29 21:03 bin [2021-03-29T21:06:54.853Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 21:03 cmd [2021-03-29T21:06:54.853Z] -rw-r--r-- 1 root root 668090 Mar 29 21:06 coverage.out [2021-03-29T21:06:54.853Z] -rw-r--r-- 1 root root 1057 Mar 29 21:06 go.mod [2021-03-29T21:06:54.853Z] -rw-r--r-- 1 root root 22643 Mar 29 21:06 go.sum [2021-03-29T21:06:54.853Z] drwxrwxr-x 8 1001 1001 127 Mar 29 21:03 internal [2021-03-29T21:06:54.853Z] drwxrwxr-x 4 1001 1001 26 Mar 29 21:03 openapi [2021-03-29T21:06:54.853Z] drwxrwxr-x 4 1001 1001 71 Mar 29 21:03 snap [2021-03-29T21:06:54.853Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 21:03 version.go [Pipeline] sh [2021-03-29T21:06:55.164Z] + '[' -e coverage.out ] [2021-03-29T21:06:55.164Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T21:06:55.419Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T21:06:55.715Z] + make build [2021-03-29T21:06:55.715Z] 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-29T21:06:59.032Z] 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-29T21:07:07.265Z] 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-29T21:07:08.365Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:07:08.385Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:07:08.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:07:08.450Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:07:08.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:07:08.462Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T21:07:09.116Z] Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:07:09.194Z] 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-29T21:07:09.677Z] Merge succeeded, producing 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:07:09.678Z] Checking out Revision 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 (PR-3234) [2021-03-29T21:07:10.585Z] 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-29T21:07:09.141Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T21:07:09.160Z] > git checkout -f 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # timeout=10 [2021-03-29T21:07:09.534Z] > git remote # timeout=10 [2021-03-29T21:07:09.559Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T21:07:09.581Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:07:09.601Z] > git merge 76b4535fa5fa3514bc34c1137a1fac177e39ac4f # timeout=10 [2021-03-29T21:07:09.630Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T21:07:09.691Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T21:07:09.731Z] > git checkout -f 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # timeout=10 [2021-03-29T21:07:11.162Z] 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-29T21:07:12.582Z] 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-29T21:07:13.980Z] 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-29T21:07:14.121Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T21:07:14.935Z] 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-29T21:07:15.453Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T21:07:15.853Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T21:07:16.244Z] + sudo service docker restart [2021-03-29T21:07:16.244Z] + true [2021-03-29T21:07:16.334Z] 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-29T21:07:17.284Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T21:07:18.291Z] provisioning config files... [2021-03-29T21:07:18.332Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/40@tmp/config7381529945254857908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:07:18.688Z] 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-29T21:07:18.737Z] ---> docker-login.sh [2021-03-29T21:07:18.738Z] nexus3.edgexfoundry.org:10001 [2021-03-29T21:07:19.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:07:19.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:07:19.951Z] Configure a credential helper to remove this warning. See [2021-03-29T21:07:19.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:07:19.951Z] [2021-03-29T21:07:19.951Z] Login Succeeded [2021-03-29T21:07:19.951Z] nexus3.edgexfoundry.org:10002 [2021-03-29T21:07:20.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:07:20.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:07:20.228Z] Configure a credential helper to remove this warning. See [2021-03-29T21:07:20.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:07:20.228Z] [2021-03-29T21:07:20.228Z] Login Succeeded [2021-03-29T21:07:20.228Z] nexus3.edgexfoundry.org:10003 [Pipeline] } [2021-03-29T21:07:20.634Z] $ docker stop --time=1 551b6a632360295dafbc8b58154b40b2d994bd85268174e4370118558014952d [2021-03-29T21:07:20.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:07:20.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:07:20.823Z] Configure a credential helper to remove this warning. See [2021-03-29T21:07:20.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:07:20.823Z] [2021-03-29T21:07:20.823Z] Login Succeeded [2021-03-29T21:07:20.823Z] nexus3.edgexfoundry.org:10004 [2021-03-29T21:07:21.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:07:21.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:07:21.370Z] Configure a credential helper to remove this warning. See [2021-03-29T21:07:21.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:07:21.370Z] [2021-03-29T21:07:21.370Z] Login Succeeded [2021-03-29T21:07:21.370Z] docker.io [2021-03-29T21:07:21.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T21:07:22.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T21:07:22.234Z] Configure a credential helper to remove this warning. See [2021-03-29T21:07:22.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T21:07:22.234Z] [2021-03-29T21:07:22.234Z] Login Succeeded [2021-03-29T21:07:22.234Z] ---> docker-login.sh ends [2021-03-29T21:07:22.474Z] $ docker rm -f 551b6a632360295dafbc8b58154b40b2d994bd85268174e4370118558014952d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-03-29T21:07:22.983Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-03-29T21:07:24.159Z] ========================================================= [2021-03-29T21:07:24.159Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T21:07:24.159Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:07:24.542Z] + 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-29T21:07:24.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T21:07:24.571Z] [2021-03-29T21:07:24.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:07:24.935Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T21:07:24.935Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T21:07:24.935Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T21:07:24.935Z] ca9280d653b3: Pulling fs layer [2021-03-29T21:07:24.935Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T21:07:25.198Z] cbdbe7a5bc2a: Download complete [2021-03-29T21:07:25.778Z] ca9280d653b3: Verifying Checksum [2021-03-29T21:07:25.778Z] ca9280d653b3: Download complete [2021-03-29T21:07:25.778Z] cbdbe7a5bc2a: Pull complete [2021-03-29T21:07:26.742Z] 7e9c9ca2126c: Verifying Checksum [2021-03-29T21:07:26.742Z] 7e9c9ca2126c: Download complete [2021-03-29T21:07:26.742Z] ca9280d653b3: Pull complete [2021-03-29T21:07:27.195Z] Sending build context to Docker daemon 167MB [2021-03-29T21:07:27.195Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T21:07:27.195Z] Step 2/6 : FROM ${BASE} [2021-03-29T21:07:27.195Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T21:07:27.195Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T21:07:27.195Z] a4357932f1b6: Pulling fs layer [2021-03-29T21:07:27.195Z] 18c013af1878: Pulling fs layer [2021-03-29T21:07:27.195Z] 00ac8860ef70: Pulling fs layer [2021-03-29T21:07:27.195Z] 63d7cb157983: Pulling fs layer [2021-03-29T21:07:27.195Z] b116817d02f9: Pulling fs layer [2021-03-29T21:07:27.195Z] 745a02a5169b: Pulling fs layer [2021-03-29T21:07:27.195Z] 63d7cb157983: Waiting [2021-03-29T21:07:27.195Z] b116817d02f9: Waiting [2021-03-29T21:07:27.195Z] 745a02a5169b: Waiting [2021-03-29T21:07:27.195Z] 00ac8860ef70: Waiting [2021-03-29T21:07:27.195Z] 18c013af1878: Download complete [2021-03-29T21:07:27.195Z] a4357932f1b6: Verifying Checksum [2021-03-29T21:07:27.195Z] a4357932f1b6: Download complete [2021-03-29T21:07:27.195Z] 63d7cb157983: Download complete [2021-03-29T21:07:27.195Z] b116817d02f9: Download complete [2021-03-29T21:07:27.195Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T21:07:27.195Z] 5f621e34cdf4: Download complete [2021-03-29T21:07:27.802Z] 5f621e34cdf4: Pull complete [2021-03-29T21:07:28.408Z] a4357932f1b6: Pull complete [2021-03-29T21:07:29.010Z] 18c013af1878: Pull complete [2021-03-29T21:07:29.611Z] 745a02a5169b: Verifying Checksum [2021-03-29T21:07:29.611Z] 745a02a5169b: Download complete [2021-03-29T21:07:30.592Z] 00ac8860ef70: Verifying Checksum [2021-03-29T21:07:30.592Z] 00ac8860ef70: Download complete [2021-03-29T21:07:33.371Z] 7e9c9ca2126c: Pull complete [2021-03-29T21:07:33.371Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T21:07:33.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T21:07:33.371Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T21:07:33.562Z] prd-centos7-docker-4c-2g-31857 does not seem to be running inside a container [2021-03-29T21:07:33.608Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@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-29T21:07:36.653Z] $ docker top 2a555859a02248a822c7360c6c9916bd76c945e890d579c6766f92edca0d4690 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:07:37.178Z] + docker-compose build --help [2021-03-29T21:07:37.178Z] + grep parallel [2021-03-29T21:07:38.150Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T21:07:38.165Z] $ docker stop --time=1 2a555859a02248a822c7360c6c9916bd76c945e890d579c6766f92edca0d4690 [2021-03-29T21:07:39.528Z] $ docker rm -f 2a555859a02248a822c7360c6c9916bd76c945e890d579c6766f92edca0d4690 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:07:40.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T21:07:40.152Z] . [Pipeline] withDockerContainer [2021-03-29T21:07:40.316Z] prd-centos7-docker-4c-2g-31857 does not seem to be running inside a container [2021-03-29T21:07:40.417Z] $ 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/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@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-29T21:07:40.757Z] 00ac8860ef70: Pull complete [2021-03-29T21:07:41.052Z] 63d7cb157983: Pull complete [2021-03-29T21:07:41.330Z] b116817d02f9: Pull complete [2021-03-29T21:07:41.681Z] $ docker top c18fd21c4a2774b200ad3d26fdec0a8a37b7901ec190b326f450fb14e294ca5f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:07:42.249Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T21:07:43.206Z] Building docker-core-command-go ... [2021-03-29T21:07:43.206Z] Building docker-core-data-go ... [2021-03-29T21:07:43.206Z] Building docker-core-metadata-go ... [2021-03-29T21:07:43.206Z] Building docker-security-bootstrapper-go ... [2021-03-29T21:07:43.206Z] Building docker-security-proxy-setup-go ... [2021-03-29T21:07:43.207Z] Building docker-security-secretstore-setup-go ... [2021-03-29T21:07:43.207Z] Building docker-support-notifications-go ... [2021-03-29T21:07:43.207Z] Building docker-support-scheduler-go ... [2021-03-29T21:07:43.207Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T21:07:43.207Z] Building docker-core-command-go [2021-03-29T21:07:43.207Z] Building docker-core-data-go [2021-03-29T21:07:43.207Z] Building docker-security-secretstore-setup-go [2021-03-29T21:07:43.207Z] Building docker-security-proxy-setup-go [2021-03-29T21:07:43.207Z] Building docker-core-metadata-go [2021-03-29T21:07:45.662Z] 745a02a5169b: Pull complete [2021-03-29T21:07:45.662Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T21:07:45.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T21:07:45.662Z] ---> b7e6874047d6 [2021-03-29T21:07:45.662Z] 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-29T21:07:48.315Z] ---> Running in 4cdc0032f3f4 [2021-03-29T21:07:49.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:07:50.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:07:51.322Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T21:07:51.913Z] (2/12) Installing file (5.38-r0) [2021-03-29T21:07:51.913Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T21:07:51.913Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T21:08:06.956Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T21:08:06.956Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T21:08:06.956Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T21:08:06.956Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T21:08:06.956Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T21:08:06.956Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T21:08:06.956Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T21:08:06.956Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T21:08:06.956Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:08:06.956Z] OK: 217 MiB in 51 packages [2021-03-29T21:08:11.256Z] Removing intermediate container 4cdc0032f3f4 [2021-03-29T21:08:11.256Z] ---> 461c18afa619 [2021-03-29T21:08:11.256Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T21:08:11.256Z] ---> Running in 19385ee1d37d [2021-03-29T21:08:11.532Z] Removing intermediate container 19385ee1d37d [2021-03-29T21:08:11.532Z] ---> 769fe8a0b6f8 [2021-03-29T21:08:11.532Z] Step 5/6 : COPY go.mod . [2021-03-29T21:08:12.128Z] ---> 65defb889e59 [2021-03-29T21:08:12.128Z] Step 6/6 : RUN go mod download [2021-03-29T21:08:12.402Z] ---> Running in c07288efb944 [2021-03-29T21:08:15.469Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:08:15.469Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:08:15.469Z] ---> 955d3f3f30f8 [2021-03-29T21:08:15.469Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:08:16.047Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:08:16.047Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:08:16.047Z] ---> 955d3f3f30f8 [2021-03-29T21:08:16.047Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T21:08:16.311Z] ---> Running in 16a0e0c3300f [2021-03-29T21:08:16.577Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:08:16.577Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:08:16.577Z] ---> 955d3f3f30f8 [2021-03-29T21:08:16.577Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:08:16.577Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:08:16.577Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:08:16.577Z] ---> 955d3f3f30f8 [2021-03-29T21:08:16.577Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T21:08:16.577Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:08:16.577Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:08:16.577Z] ---> 955d3f3f30f8 [2021-03-29T21:08:16.577Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:08:17.525Z] ---> Running in bfe505001d37 [2021-03-29T21:08:17.525Z] ---> Running in 91704d4b067c [2021-03-29T21:08:17.525Z] ---> Running in fdefb3d1af67 [2021-03-29T21:08:17.525Z] ---> Running in 28aef2e49529 [2021-03-29T21:08:17.787Z] Removing intermediate container bfe505001d37 [2021-03-29T21:08:17.787Z] ---> cc2688e8beeb [2021-03-29T21:08:17.787Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:08:17.787Z] Removing intermediate container 16a0e0c3300f [2021-03-29T21:08:17.787Z] ---> c537602ba259 [2021-03-29T21:08:17.787Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:08:18.050Z] Removing intermediate container 91704d4b067c [2021-03-29T21:08:18.050Z] ---> d83f0f6bc618 [2021-03-29T21:08:18.050Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:08:18.050Z] Removing intermediate container fdefb3d1af67 [2021-03-29T21:08:18.050Z] ---> 63e306adb699 [2021-03-29T21:08:18.050Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:08:18.050Z] Removing intermediate container 28aef2e49529 [2021-03-29T21:08:18.050Z] ---> 3cb94ce13580 [2021-03-29T21:08:18.050Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:08:18.050Z] ---> Running in cc008bb9a26e [2021-03-29T21:08:18.050Z] ---> Running in de299134f064 [2021-03-29T21:08:18.050Z] ---> Running in 7fa027a573e3 [2021-03-29T21:08:18.050Z] ---> Running in e55d982f9294 [2021-03-29T21:08:18.050Z] ---> Running in 14ae39562b2a [2021-03-29T21:08:20.643Z] Removing intermediate container de299134f064 [2021-03-29T21:08:20.643Z] ---> bf526efb9902 [2021-03-29T21:08:20.643Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T21:08:20.643Z] ---> Running in 77e2c9a16268 [2021-03-29T21:08:20.643Z] Removing intermediate container cc008bb9a26e [2021-03-29T21:08:20.643Z] ---> 4bdd34dbe028 [2021-03-29T21:08:20.643Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T21:08:20.643Z] Removing intermediate container 14ae39562b2a [2021-03-29T21:08:20.643Z] ---> 2bc1a8b8baa8 [2021-03-29T21:08:20.643Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T21:08:20.643Z] Removing intermediate container e55d982f9294 [2021-03-29T21:08:20.643Z] ---> 07460672bf25 [2021-03-29T21:08:20.643Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T21:08:20.643Z] ---> Running in 4a169b69fbf9 [2021-03-29T21:08:20.912Z] ---> Running in 783d3e588d10 [2021-03-29T21:08:20.912Z] Removing intermediate container 7fa027a573e3 [2021-03-29T21:08:20.912Z] ---> d6933e9e2dcb [2021-03-29T21:08:20.912Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T21:08:20.912Z] ---> Running in a3cb47dad250 [2021-03-29T21:08:21.186Z] ---> Running in 4d193b569c06 [2021-03-29T21:08:21.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:22.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:22.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:22.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:22.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:22.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:24.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:24.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:24.011Z] OK: 233 MiB in 51 packages [2021-03-29T21:08:24.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:24.536Z] Removing intermediate container 77e2c9a16268 [2021-03-29T21:08:24.536Z] ---> 9d961c128c2f [2021-03-29T21:08:24.536Z] Step 6/21 : COPY go.mod . [2021-03-29T21:08:24.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:08:24.799Z] ---> 2656fe1b570b [2021-03-29T21:08:24.799Z] Step 7/21 : RUN go mod download [2021-03-29T21:08:24.799Z] ---> Running in 609c6fae1eec [2021-03-29T21:08:25.065Z] OK: 233 MiB in 51 packages [2021-03-29T21:08:25.647Z] OK: 233 MiB in 51 packages [2021-03-29T21:08:25.647Z] Removing intermediate container 4a169b69fbf9 [2021-03-29T21:08:25.647Z] ---> 78ec9a0c0c96 [2021-03-29T21:08:25.647Z] Step 6/23 : COPY go.mod . [2021-03-29T21:08:25.913Z] ---> 88feecdc3b3f [2021-03-29T21:08:25.913Z] Step 7/23 : RUN go mod download [2021-03-29T21:08:25.913Z] ---> Running in 5c38d31e0d8c [2021-03-29T21:08:25.913Z] OK: 233 MiB in 51 packages [2021-03-29T21:08:26.183Z] Removing intermediate container 4d193b569c06 [2021-03-29T21:08:26.183Z] ---> 3da3cdaa261d [2021-03-29T21:08:26.183Z] Step 6/24 : COPY go.mod . [2021-03-29T21:08:26.445Z] ---> b8e91b2f44f3 [2021-03-29T21:08:26.445Z] Step 7/24 : RUN go mod download [2021-03-29T21:08:26.710Z] ---> Running in 633deeabe877 [2021-03-29T21:08:26.710Z] Removing intermediate container 609c6fae1eec [2021-03-29T21:08:26.710Z] ---> bb74d2db42a6 [2021-03-29T21:08:26.710Z] Step 8/21 : COPY . . [2021-03-29T21:08:26.973Z] Removing intermediate container 783d3e588d10 [2021-03-29T21:08:26.973Z] ---> da2f0db5b93a [2021-03-29T21:08:26.973Z] Step 6/23 : COPY go.mod . [2021-03-29T21:08:27.553Z] OK: 233 MiB in 51 packages [2021-03-29T21:08:27.834Z] ---> 45eb68b0d603 [2021-03-29T21:08:27.834Z] Step 7/23 : RUN go mod download [2021-03-29T21:08:28.786Z] ---> Running in c8fb63bd47a5 [2021-03-29T21:08:28.786Z] Removing intermediate container 5c38d31e0d8c [2021-03-29T21:08:28.786Z] ---> 4982e47cb838 [2021-03-29T21:08:28.786Z] Step 8/23 : COPY . . [2021-03-29T21:08:32.129Z] Removing intermediate container a3cb47dad250 [2021-03-29T21:08:32.129Z] ---> c73098818d20 [2021-03-29T21:08:32.129Z] Step 6/23 : COPY go.mod . [2021-03-29T21:08:35.467Z] Removing intermediate container 633deeabe877 [2021-03-29T21:08:35.467Z] ---> 8d3b25369ab7 [2021-03-29T21:08:35.467Z] Step 8/24 : COPY . . [2021-03-29T21:08:35.467Z] ---> c09732369ae6 [2021-03-29T21:08:35.467Z] Step 7/23 : RUN go mod download [2021-03-29T21:08:38.029Z] ---> Running in 3580caf98b09 [2021-03-29T21:08:39.221Z] Removing intermediate container c07288efb944 [2021-03-29T21:08:39.221Z] ---> 537f52e228c8 [2021-03-29T21:08:39.221Z] Successfully built 537f52e228c8 [2021-03-29T21:08:39.221Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:08:39.571Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T21:08:39.571Z] . [Pipeline] withDockerContainer [2021-03-29T21:08:39.823Z] prd-ubuntu18.04-docker-arm64-4c-16g-31862 does not seem to be running inside a container [2021-03-29T21:08:39.913Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@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 ******** ci-base-image-arm64 cat [2021-03-29T21:08:41.353Z] Removing intermediate container c8fb63bd47a5 [2021-03-29T21:08:41.353Z] ---> b1a073af6593 [2021-03-29T21:08:41.353Z] Step 8/23 : COPY . . [2021-03-29T21:08:41.407Z] $ docker top 4f9422bb5ed0a96dd2b88233a3307963f223a5338a1140ae9e21b7e36871e969 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:08:42.442Z] + go version [2021-03-29T21:08:42.442Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T21:08:42.465Z] $ docker stop --time=1 4f9422bb5ed0a96dd2b88233a3307963f223a5338a1140ae9e21b7e36871e969 [2021-03-29T21:08:44.285Z] $ docker rm -f 4f9422bb5ed0a96dd2b88233a3307963f223a5338a1140ae9e21b7e36871e969 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:08:45.241Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T21:08:45.241Z] . [Pipeline] withDockerContainer [2021-03-29T21:08:45.468Z] prd-ubuntu18.04-docker-arm64-4c-16g-31862 does not seem to be running inside a container [2021-03-29T21:08:45.551Z] $ 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/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@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 ******** ci-base-image-arm64 cat [2021-03-29T21:08:46.883Z] $ docker top 398ed4bf76bd178c22d65dd30089966a7e121c19e928a4fab7598ad36605a616 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T21:08:47.223Z] ========================================================= [2021-03-29T21:08:47.223Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T21:08:47.223Z] ========================================================= [Pipeline] sh [2021-03-29T21:08:47.864Z] + make test [2021-03-29T21:08:47.864Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T21:08:59.715Z] Removing intermediate container 3580caf98b09 [2021-03-29T21:08:59.716Z] ---> 821af5d9f1ca [2021-03-29T21:08:59.716Z] Step 8/23 : COPY . . [2021-03-29T21:09:10.036Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T21:09:12.097Z] ---> 110bca8fe10c [2021-03-29T21:09:12.097Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T21:09:12.097Z] ---> 3a24bafae4a6 [2021-03-29T21:09:12.097Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T21:09:13.511Z] ---> b64f159f5ae3 [2021-03-29T21:09:13.511Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T21:09:13.774Z] ---> Running in 343eb095ca1a [2021-03-29T21:09:13.774Z] ---> Running in a3a92a153b5b [2021-03-29T21:09:14.036Z] ---> Running in 6010a7948871 [2021-03-29T21:09:14.979Z] ---> ba72aa6f094a [2021-03-29T21:09:14.979Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T21:09:16.391Z] ---> Running in 73a1381d16f5 [2021-03-29T21:09:16.664Z] 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-29T21:09:16.664Z] 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-29T21:09:17.271Z] 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-29T21:09:17.543Z] 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-29T21:09:24.263Z] ---> 36fb4b8c50d5 [2021-03-29T21:09:24.263Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T21:09:24.263Z] ---> Running in faa96c04f2e0 [2021-03-29T21:09:24.858Z] 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-29T21:09:46.939Z] 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-29T21:09:46.939Z] 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-29T21:09:55.217Z] Removing intermediate container 343eb095ca1a [2021-03-29T21:09:55.217Z] ---> d391b201f3d3 [2021-03-29T21:09:55.217Z] [2021-03-29T21:09:55.217Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:09:55.217Z] 3.12: Pulling from library/alpine [2021-03-29T21:09:56.171Z] Removing intermediate container a3a92a153b5b [2021-03-29T21:09:56.171Z] ---> 2d01f0d62163 [2021-03-29T21:09:56.171Z] [2021-03-29T21:09:56.171Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T21:09:56.450Z] Removing intermediate container 6010a7948871 [2021-03-29T21:09:56.450Z] ---> a88a1bff084b [2021-03-29T21:09:56.450Z] [2021-03-29T21:09:56.450Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T21:09:56.450Z] 3.12: Pulling from library/alpine [2021-03-29T21:09:56.450Z] 3.12: Pulling from library/alpine [2021-03-29T21:09:56.450Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T21:09:56.450Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T21:09:56.450Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T21:09:56.450Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T21:09:56.450Z] ---> 42cb162f0360 [2021-03-29T21:09:56.450Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:09:56.450Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T21:09:56.450Z] ---> 42cb162f0360 [2021-03-29T21:09:56.450Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T21:09:56.450Z] Status: Image is up to date for alpine:3.12 [2021-03-29T21:09:56.450Z] ---> 42cb162f0360 [2021-03-29T21:09:56.450Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T21:09:57.066Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T21:09:58.384Z] ---> Running in e1c791c58a67 [2021-03-29T21:09:58.384Z] ---> Running in 06026b01ff2c [2021-03-29T21:09:58.384Z] ---> Running in e5a10dbfa311 [2021-03-29T21:10:01.718Z] Removing intermediate container 73a1381d16f5 [2021-03-29T21:10:01.718Z] ---> 4c1375fe317b [2021-03-29T21:10:01.718Z] [2021-03-29T21:10:01.718Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:10:01.718Z] ---> 42cb162f0360 [2021-03-29T21:10:01.718Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:10:01.718Z] ---> Running in 40cdad26fb9c [2021-03-29T21:10:01.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:01.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:01.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:01.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:01.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:02.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:02.265Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T21:10:02.265Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T21:10:02.265Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:10:02.265Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:10:02.265Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T21:10:02.265Z] OK: 6 MiB in 15 packages [2021-03-29T21:10:02.265Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T21:10:02.265Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:10:02.265Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:10:02.265Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T21:10:02.544Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:10:02.544Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T21:10:02.544Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T21:10:02.544Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T21:10:02.544Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T21:10:02.544Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:10:02.544Z] OK: 7 MiB in 18 packages [2021-03-29T21:10:02.544Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:10:02.544Z] OK: 7 MiB in 20 packages [2021-03-29T21:10:02.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:02.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:02.808Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T21:10:02.808Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:10:02.808Z] OK: 6 MiB in 15 packages [2021-03-29T21:10:05.394Z] Removing intermediate container faa96c04f2e0 [2021-03-29T21:10:05.394Z] ---> 3358d063f152 [2021-03-29T21:10:05.394Z] [2021-03-29T21:10:05.394Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:10:05.394Z] ---> 42cb162f0360 [2021-03-29T21:10:05.394Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T21:10:05.662Z] Removing intermediate container 06026b01ff2c [2021-03-29T21:10:05.662Z] ---> 04e5366b212e [2021-03-29T21:10:05.662Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:10:06.243Z] ---> Running in d6b5d2642a45 [2021-03-29T21:10:06.243Z] ---> Running in 88a5afa8f512 [2021-03-29T21:10:06.243Z] Removing intermediate container e1c791c58a67 [2021-03-29T21:10:06.243Z] ---> 24c767245332 [2021-03-29T21:10:06.243Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T21:10:06.243Z] Removing intermediate container e5a10dbfa311 [2021-03-29T21:10:06.243Z] ---> b0f50f0fa0ef [2021-03-29T21:10:06.243Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T21:10:06.506Z] ---> Running in de2fe9353273 [2021-03-29T21:10:06.507Z] Removing intermediate container 40cdad26fb9c [2021-03-29T21:10:06.507Z] ---> 060343a861dc [2021-03-29T21:10:06.507Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:10:06.507Z] Removing intermediate container d6b5d2642a45 [2021-03-29T21:10:06.507Z] ---> 4b89006acc57 [2021-03-29T21:10:06.507Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T21:10:06.507Z] Removing intermediate container 88a5afa8f512 [2021-03-29T21:10:06.507Z] ---> 18165ff79325 [2021-03-29T21:10:06.507Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T21:10:06.768Z] ---> Running in 41551fce31ef [2021-03-29T21:10:06.768Z] ---> Running in 44f50e5a92f1 [2021-03-29T21:10:06.768Z] ---> Running in 089fd590a7a8 [2021-03-29T21:10:06.768Z] ---> Running in 5f8dccc91e4d [2021-03-29T21:10:06.768Z] Removing intermediate container de2fe9353273 [2021-03-29T21:10:06.768Z] ---> 415d6b007038 [2021-03-29T21:10:06.768Z] Step 13/21 : WORKDIR /edgex [2021-03-29T21:10:07.030Z] Removing intermediate container 41551fce31ef [2021-03-29T21:10:07.030Z] ---> 91e3a03e7759 [2021-03-29T21:10:07.030Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T21:10:07.030Z] Removing intermediate container 089fd590a7a8 [2021-03-29T21:10:07.030Z] ---> ca43e4efd1eb [2021-03-29T21:10:07.030Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T21:10:07.030Z] Removing intermediate container 44f50e5a92f1 [2021-03-29T21:10:07.030Z] ---> 3495ec195816 [2021-03-29T21:10:07.030Z] Step 13/24 : WORKDIR / [2021-03-29T21:10:07.030Z] ---> Running in 2a1db88a0ac7 [2021-03-29T21:10:07.030Z] ---> Running in f29faa35db2d [2021-03-29T21:10:07.337Z] Removing intermediate container 5f8dccc91e4d [2021-03-29T21:10:07.337Z] ---> 699c6040e4c4 [2021-03-29T21:10:07.337Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T21:10:07.337Z] ---> Running in e0bcfb92589e [2021-03-29T21:10:07.337Z] ---> Running in dcc01b7ecdbd [2021-03-29T21:10:07.337Z] ---> Running in be0b3d22d952 [2021-03-29T21:10:07.604Z] Removing intermediate container f29faa35db2d [2021-03-29T21:10:07.604Z] ---> fa004282000c [2021-03-29T21:10:07.604Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:10:08.202Z] Removing intermediate container 2a1db88a0ac7 [2021-03-29T21:10:08.202Z] ---> e9326a51861e [2021-03-29T21:10:08.202Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T21:10:08.472Z] Removing intermediate container e0bcfb92589e [2021-03-29T21:10:08.472Z] ---> 3db76964f1ed [2021-03-29T21:10:08.472Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T21:10:08.472Z] ---> Running in 3d0bf43ffab1 [2021-03-29T21:10:08.472Z] Removing intermediate container dcc01b7ecdbd [2021-03-29T21:10:08.472Z] ---> e2814182661a [2021-03-29T21:10:08.472Z] 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-29T21:10:08.472Z] Removing intermediate container be0b3d22d952 [2021-03-29T21:10:08.472Z] ---> 32e1a972cb4a [2021-03-29T21:10:08.472Z] Step 15/23 : WORKDIR / [2021-03-29T21:10:08.738Z] ---> Running in 681a33d6a87c [2021-03-29T21:10:08.738Z] ---> Running in abf3d53511a6 [2021-03-29T21:10:09.010Z] Removing intermediate container 681a33d6a87c [2021-03-29T21:10:09.010Z] ---> 921bf28418ac [2021-03-29T21:10:09.010Z] Step 15/23 : WORKDIR / [2021-03-29T21:10:09.010Z] ---> a9c4181c5f84 [2021-03-29T21:10:09.010Z] 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-29T21:10:09.010Z] ---> 7c323a999d2f [2021-03-29T21:10:09.010Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T21:10:09.010Z] ---> Running in 8c4a4c7d2b61 [2021-03-29T21:10:09.010Z] Removing intermediate container abf3d53511a6 [2021-03-29T21:10:09.010Z] ---> fe869ab87239 [2021-03-29T21:10:09.010Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:10:09.601Z] Removing intermediate container 8c4a4c7d2b61 [2021-03-29T21:10:09.601Z] ---> 7332fe1ff344 [2021-03-29T21:10:09.601Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:10:09.601Z] ---> 4bfc4c33c476 [2021-03-29T21:10:09.601Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T21:10:09.601Z] ---> 875636460a20 [2021-03-29T21:10:09.601Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T21:10:09.868Z] ---> e9ba5bd26a4f [2021-03-29T21:10:09.868Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T21:10:10.132Z] ---> 0a68dba5c392 [2021-03-29T21:10:10.132Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T21:10:10.132Z] ---> 7869b8ab0d62 [2021-03-29T21:10:10.132Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T21:10:10.404Z] Removing intermediate container 3d0bf43ffab1 [2021-03-29T21:10:10.404Z] ---> 516b6957094d [2021-03-29T21:10:10.404Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T21:10:10.404Z] ---> 9e4775b26e2d [2021-03-29T21:10:10.404Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T21:10:10.404Z] ---> 38d20182fd2e [2021-03-29T21:10:10.404Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T21:10:10.988Z] ---> Running in b79b3c7dd018 [2021-03-29T21:10:11.251Z] ---> Running in d8487d9d0bcd [2021-03-29T21:10:11.828Z] ---> a817fca2931a [2021-03-29T21:10:11.828Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T21:10:11.829Z] ---> c51e98bb203f [2021-03-29T21:10:11.829Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T21:10:11.829Z] ---> 62d5474e3684 [2021-03-29T21:10:11.829Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T21:10:12.100Z] ---> Running in ac8e7d0ea9a4 [2021-03-29T21:10:12.100Z] Removing intermediate container d8487d9d0bcd [2021-03-29T21:10:12.100Z] ---> 290a12d2b21a [2021-03-29T21:10:12.100Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T21:10:12.365Z] ---> Running in c9e429acd8a3 [2021-03-29T21:10:12.365Z] ---> 3e95daa6eb64 [2021-03-29T21:10:12.365Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T21:10:12.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:12.365Z] Removing intermediate container ac8e7d0ea9a4 [2021-03-29T21:10:12.365Z] ---> 79605a9d80f6 [2021-03-29T21:10:12.365Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:10:12.365Z] ---> b7c1a086328f [2021-03-29T21:10:12.365Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T21:10:12.639Z] ---> Running in 6d3013f0ad3b [2021-03-29T21:10:12.639Z] ---> Running in f8cd575517bc [2021-03-29T21:10:12.639Z] Removing intermediate container c9e429acd8a3 [2021-03-29T21:10:12.639Z] ---> c6eb24cd7c69 [2021-03-29T21:10:12.639Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T21:10:12.903Z] ---> Running in cbeefb630a34 [2021-03-29T21:10:12.903Z] Removing intermediate container 6d3013f0ad3b [2021-03-29T21:10:12.903Z] ---> 06bf4c133a34 [2021-03-29T21:10:12.903Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:10:12.903Z] ---> 6f73d93f1eff [2021-03-29T21:10:12.903Z] 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-29T21:10:12.903Z] Removing intermediate container f8cd575517bc [2021-03-29T21:10:12.903Z] ---> 7132f665bc1a [2021-03-29T21:10:12.903Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T21:10:12.903Z] ---> Running in 4b51dcfa482c [2021-03-29T21:10:13.167Z] ---> Running in 4fcfcd4f3ea9 [2021-03-29T21:10:13.167Z] ---> Running in 6c15496a59b3 [2021-03-29T21:10:13.167Z] Removing intermediate container cbeefb630a34 [2021-03-29T21:10:13.167Z] ---> 6e0f782fd9e1 [2021-03-29T21:10:13.167Z] Step 20/21 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:10:13.438Z] ---> Running in 51ae383c9241 [2021-03-29T21:10:13.438Z] Removing intermediate container 4b51dcfa482c [2021-03-29T21:10:13.438Z] ---> 939cce1ec73b [2021-03-29T21:10:13.438Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T21:10:13.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:13.438Z] Removing intermediate container 4fcfcd4f3ea9 [2021-03-29T21:10:13.438Z] ---> 4c9d667b5a90 [2021-03-29T21:10:13.438Z] Step 22/23 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:10:13.702Z] ---> Running in f66cdb882a7b [2021-03-29T21:10:13.702Z] ---> Running in 8f6ef7d0588c [2021-03-29T21:10:13.702Z] Removing intermediate container 51ae383c9241 [2021-03-29T21:10:13.702Z] ---> 7cadcedf1740 [2021-03-29T21:10:13.702Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T21:10:13.966Z] Removing intermediate container f66cdb882a7b [2021-03-29T21:10:13.966Z] ---> e8f8e8ae2f9f [2021-03-29T21:10:13.966Z] Step 22/23 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:10:13.966Z] ---> Running in 52742d6a41d4 [2021-03-29T21:10:14.229Z] Removing intermediate container 8f6ef7d0588c [2021-03-29T21:10:14.229Z] ---> a5d66f6b8f9a [2021-03-29T21:10:14.229Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:10:14.229Z] ---> Running in f8d470461872 [2021-03-29T21:10:14.229Z] ---> Running in 2277fa62d28c [2021-03-29T21:10:14.493Z] Removing intermediate container 52742d6a41d4 [2021-03-29T21:10:14.493Z] ---> a74762e05fcc [2021-03-29T21:10:14.493Z] [2021-03-29T21:10:14.493Z] Removing intermediate container f8d470461872 [2021-03-29T21:10:14.493Z] ---> cbda61b79bfe [2021-03-29T21:10:14.493Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:10:14.759Z] ---> Running in 730b7340e399 [2021-03-29T21:10:14.759Z] Removing intermediate container 2277fa62d28c [2021-03-29T21:10:14.759Z] ---> 7cbced04822d [2021-03-29T21:10:14.759Z] [2021-03-29T21:10:14.759Z] Successfully built a74762e05fcc [2021-03-29T21:10:14.759Z] Removing intermediate container 6c15496a59b3 [2021-03-29T21:10:14.759Z] ---> 862c9f4ec6b2 [2021-03-29T21:10:14.759Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T21:10:14.759Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T21:10:14.759Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-29T21:10:14.759Z] Successfully built 7cbced04822d [2021-03-29T21:10:14.759Z] ---> Running in 6f175c0696ed [2021-03-29T21:10:14.759Z] Successfully tagged docker-core-command-go:latest [2021-03-29T21:10:14.759Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-29T21:10:15.028Z] Removing intermediate container 730b7340e399 [2021-03-29T21:10:15.028Z] ---> e532f38bf18a [2021-03-29T21:10:15.029Z] [2021-03-29T21:10:15.029Z] Removing intermediate container 6f175c0696ed [2021-03-29T21:10:15.029Z] ---> daffb279e051 [2021-03-29T21:10:15.029Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T21:10:15.029Z] Successfully built e532f38bf18a [2021-03-29T21:10:15.029Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T21:10:15.029Z] Building docker-support-scheduler-go [2021-03-29T21:10:15.294Z]  Building docker-core-metadata-go ... done  ---> Running in bfd95c688032 [2021-03-29T21:10:15.294Z] Removing intermediate container bfd95c688032 [2021-03-29T21:10:15.294Z] ---> 99cdb4bfe46d [2021-03-29T21:10:15.294Z] Step 23/24 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:10:15.294Z] ---> Running in 66cc7f3dd51b [2021-03-29T21:10:15.451Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T21:10:15.451Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T21:10:15.451Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T21:10:15.451Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T21:10:15.451Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T21:10:15.451Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T21:10:15.451Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T21:10:15.563Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T21:10:15.563Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T21:10:15.563Z] Removing intermediate container 66cc7f3dd51b [2021-03-29T21:10:15.563Z] ---> a21b0ed348d7 [2021-03-29T21:10:15.563Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T21:10:15.563Z] ---> Running in 38b88ee11be4 [2021-03-29T21:10:15.563Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T21:10:16.146Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T21:10:16.146Z] Removing intermediate container 38b88ee11be4 [2021-03-29T21:10:16.146Z] ---> c56f28cefa5a [2021-03-29T21:10:16.146Z] [2021-03-29T21:10:16.901Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T21:10:17.092Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T21:10:17.520Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T21:10:18.495Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T21:10:18.496Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:10:18.496Z] OK: 8 MiB in 20 packages [2021-03-29T21:10:19.076Z] Successfully built c56f28cefa5a [2021-03-29T21:10:19.341Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T21:10:19.341Z] Building docker-sys-mgmt-agent-go [2021-03-29T21:10:25.958Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b79b3c7dd018 [2021-03-29T21:10:25.958Z] ---> a24f76b04c05 [2021-03-29T21:10:25.958Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:10:25.974Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T21:10:25.974Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T21:10:25.974Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T21:10:27.349Z] ---> ab202a941641 [2021-03-29T21:10:27.349Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T21:10:28.297Z] ---> 29e6b15976e1 [2021-03-29T21:10:28.297Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T21:10:28.297Z] ---> 1c67cef6b325 [2021-03-29T21:10:28.297Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T21:10:28.559Z] ---> Running in f03f3fe48531 [2021-03-29T21:10:29.153Z] Removing intermediate container f03f3fe48531 [2021-03-29T21:10:29.153Z] ---> 3493907fe561 [2021-03-29T21:10:29.153Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:10:32.523Z] ---> Running in ca8a0a762fd8 [2021-03-29T21:10:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.422s coverage: 45.9% of statements [2021-03-29T21:10:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T21:10:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T21:10:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T21:10:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T21:10:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T21:10:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T21:10:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.105s coverage: 19.8% of statements [2021-03-29T21:10:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.201s coverage: 100.0% of statements [2021-03-29T21:10:33.948Z] Removing intermediate container ca8a0a762fd8 [2021-03-29T21:10:33.948Z] ---> 68752ae93b09 [2021-03-29T21:10:33.948Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T21:10:34.928Z] ---> Running in 8308edbaa739 [2021-03-29T21:10:35.901Z] Removing intermediate container 8308edbaa739 [2021-03-29T21:10:35.901Z] ---> 9be560eef25c [2021-03-29T21:10:35.901Z] Step 22/23 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:10:37.027Z] ---> Running in 045260f2c0f1 [2021-03-29T21:10:37.319Z] Removing intermediate container 045260f2c0f1 [2021-03-29T21:10:37.319Z] ---> cd844ba99aae [2021-03-29T21:10:37.319Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:10:37.593Z] ---> Running in 2b9a6ae689a7 [2021-03-29T21:10:38.197Z] Removing intermediate container 2b9a6ae689a7 [2021-03-29T21:10:38.197Z] ---> fa0163e8ea69 [2021-03-29T21:10:38.197Z] [2021-03-29T21:10:39.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.503s coverage: 27.1% of statements [2021-03-29T21:10:39.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T21:10:39.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T21:10:39.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T21:10:39.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T21:10:39.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T21:10:39.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T21:10:39.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.187s coverage: 100.0% of statements [2021-03-29T21:10:39.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T21:10:39.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements [2021-03-29T21:10:39.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T21:10:39.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T21:10:39.606Z] Successfully built fa0163e8ea69 [2021-03-29T21:10:39.606Z] Successfully tagged docker-core-data-go:latest [2021-03-29T21:10:41.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.293s coverage: 71.3% of statements [2021-03-29T21:10:41.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T21:10:41.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T21:10:42.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.556s coverage: 82.9% of statements [2021-03-29T21:10:42.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T21:10:42.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:10:42.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements [2021-03-29T21:10:42.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T21:10:43.896Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:10:43.896Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:10:43.896Z] ---> 955d3f3f30f8 [2021-03-29T21:10:43.896Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T21:10:43.896Z] ---> Using cache [2021-03-29T21:10:43.896Z] ---> 3cb94ce13580 [2021-03-29T21:10:43.896Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:10:43.896Z] ---> Using cache [2021-03-29T21:10:43.896Z] ---> 2bc1a8b8baa8 [2021-03-29T21:10:43.896Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T21:10:43.896Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:10:43.896Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:10:43.896Z] ---> 955d3f3f30f8 [2021-03-29T21:10:43.896Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T21:10:43.896Z] ---> Using cache [2021-03-29T21:10:43.896Z] ---> 3cb94ce13580 [2021-03-29T21:10:43.896Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:10:43.896Z] ---> Using cache [2021-03-29T21:10:43.896Z] ---> 2bc1a8b8baa8 [2021-03-29T21:10:43.896Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T21:10:43.896Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:10:43.896Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:10:43.896Z] ---> 955d3f3f30f8 [2021-03-29T21:10:43.896Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T21:10:43.896Z] ---> Using cache [2021-03-29T21:10:43.896Z] ---> 3cb94ce13580 [2021-03-29T21:10:43.896Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:10:43.896Z] ---> Using cache [2021-03-29T21:10:43.896Z] ---> 2bc1a8b8baa8 [2021-03-29T21:10:43.897Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T21:10:43.897Z] ---> Using cache [2021-03-29T21:10:43.897Z] ---> da2f0db5b93a [2021-03-29T21:10:43.897Z] Step 6/31 : COPY go.mod . [2021-03-29T21:10:44.473Z] ---> Using cache [2021-03-29T21:10:44.473Z] ---> 45eb68b0d603 [2021-03-29T21:10:44.473Z] Step 7/31 : RUN go mod download [2021-03-29T21:10:44.473Z] ---> Using cache [2021-03-29T21:10:44.473Z] ---> b1a073af6593 [2021-03-29T21:10:44.473Z] Step 8/31 : COPY . . [2021-03-29T21:10:44.473Z] ---> Using cache [2021-03-29T21:10:44.473Z] ---> ba72aa6f094a [2021-03-29T21:10:44.473Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T21:10:44.742Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:10:44.742Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:10:44.742Z] ---> 955d3f3f30f8 [2021-03-29T21:10:44.742Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T21:10:44.742Z] ---> Using cache [2021-03-29T21:10:44.742Z] ---> 3cb94ce13580 [2021-03-29T21:10:44.742Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:10:44.742Z] ---> Using cache [2021-03-29T21:10:44.742Z] ---> 2bc1a8b8baa8 [2021-03-29T21:10:44.742Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T21:10:44.742Z] ---> Using cache [2021-03-29T21:10:44.742Z] ---> da2f0db5b93a [2021-03-29T21:10:44.742Z] Step 6/22 : COPY go.mod . [2021-03-29T21:10:44.742Z] ---> Using cache [2021-03-29T21:10:44.742Z] ---> 45eb68b0d603 [2021-03-29T21:10:44.742Z] Step 7/22 : RUN go mod download [2021-03-29T21:10:44.742Z] ---> Using cache [2021-03-29T21:10:44.742Z] ---> b1a073af6593 [2021-03-29T21:10:44.742Z] Step 8/22 : COPY . . [2021-03-29T21:10:44.742Z] ---> Using cache [2021-03-29T21:10:44.742Z] ---> ba72aa6f094a [2021-03-29T21:10:44.742Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T21:10:45.316Z] ---> Running in 133dc9b8608a [2021-03-29T21:10:45.580Z] ---> Running in 6b3557d5c779 [2021-03-29T21:10:45.580Z] ---> Running in 2dc65837f976 [2021-03-29T21:10:45.580Z] ---> Running in 91c4656a42c2 [2021-03-29T21:10:46.544Z] 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-29T21:10:46.544Z] 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-29T21:10:46.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:46.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:47.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:47.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:10:48.103Z] OK: 233 MiB in 51 packages [2021-03-29T21:10:48.370Z] OK: 233 MiB in 51 packages [2021-03-29T21:10:49.853Z] Removing intermediate container 133dc9b8608a [2021-03-29T21:10:49.853Z] ---> 5a2dbdf92811 [2021-03-29T21:10:49.853Z] Step 6/26 : COPY go.mod . [2021-03-29T21:10:50.125Z] Removing intermediate container 6b3557d5c779 [2021-03-29T21:10:50.125Z] ---> 664da809b1a8 [2021-03-29T21:10:50.125Z] Step 6/22 : COPY go.mod . [2021-03-29T21:10:50.400Z] ---> 109189d3f444 [2021-03-29T21:10:50.400Z] Step 7/26 : RUN go mod download [2021-03-29T21:10:50.400Z] ---> Running in 3f08777be591 [2021-03-29T21:10:50.669Z] ---> 137a75d2ed7c [2021-03-29T21:10:50.669Z] Step 7/22 : RUN go mod download [2021-03-29T21:10:50.938Z] ---> Running in a0fbdc3000c7 [2021-03-29T21:10:52.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.151s coverage: 28.6% of statements [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T21:10:52.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.291s coverage: 100.0% of statements [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T21:10:52.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.126s coverage: 100.0% of statements [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T21:10:52.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.421s coverage: 86.7% of statements [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T21:10:52.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.441s coverage: 97.5% of statements [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T21:10:52.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.234s coverage: 78.3% of statements [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T21:10:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T21:10:53.543Z] Removing intermediate container 3f08777be591 [2021-03-29T21:10:53.543Z] ---> c2abc582f05d [2021-03-29T21:10:53.543Z] Step 8/26 : COPY . . [2021-03-29T21:10:54.517Z] Removing intermediate container a0fbdc3000c7 [2021-03-29T21:10:54.517Z] ---> 15d847d2a815 [2021-03-29T21:10:54.517Z] Step 8/22 : COPY . . [2021-03-29T21:11:01.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.272s coverage: 92.8% of statements [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T21:11:01.014Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.178s coverage: 58.8% of statements [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T21:11:01.014Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 1.0% of statements [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T21:11:01.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T21:11:01.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.123s coverage: 47.1% of statements [2021-03-29T21:11:01.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.216s coverage: 79.5% of statements [2021-03-29T21:11:01.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.152s coverage: 94.1% of statements [2021-03-29T21:11:01.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.150s coverage: 96.3% of statements [2021-03-29T21:11:01.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.140s coverage: 87.5% of statements [2021-03-29T21:11:14.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.150s coverage: 94.4% of statements [2021-03-29T21:11:14.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.109s coverage: 44.8% of statements [2021-03-29T21:11:20.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.472s coverage: 82.6% of statements [2021-03-29T21:11:26.951Z] Removing intermediate container 2dc65837f976 [2021-03-29T21:11:26.951Z] ---> 7b366f6a2b8b [2021-03-29T21:11:26.951Z] [2021-03-29T21:11:26.951Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T21:11:26.951Z] ---> 42cb162f0360 [2021-03-29T21:11:26.951Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T21:11:26.951Z] ---> 5810d96c5bdd [2021-03-29T21:11:26.951Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T21:11:26.951Z] ---> cd217f5872e5 [2021-03-29T21:11:26.951Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T21:11:26.951Z] ---> Running in d75fbb99abb8 [2021-03-29T21:11:26.951Z] ---> Running in df21e2056244 [2021-03-29T21:11:26.951Z] ---> Running in f870152a3cdc [2021-03-29T21:11:26.951Z] Removing intermediate container 91c4656a42c2 [2021-03-29T21:11:26.951Z] ---> 9ca3c0e6a185 [2021-03-29T21:11:26.951Z] [2021-03-29T21:11:26.951Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T21:11:26.951Z] ---> 42cb162f0360 [2021-03-29T21:11:26.951Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:11:26.951Z] ---> Using cache [2021-03-29T21:11:26.951Z] ---> 060343a861dc [2021-03-29T21:11:26.951Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:11:26.952Z] ---> Using cache [2021-03-29T21:11:26.952Z] ---> ca43e4efd1eb [2021-03-29T21:11:26.952Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T21:11:26.952Z] ---> Running in a5c25f1fbe42 [2021-03-29T21:11:26.952Z] Removing intermediate container f870152a3cdc [2021-03-29T21:11:26.952Z] ---> d3fe319628c1 [2021-03-29T21:11:26.952Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T21:11:26.952Z] ---> Running in 2fd307bd39cd [2021-03-29T21:11:26.952Z] Removing intermediate container a5c25f1fbe42 [2021-03-29T21:11:26.952Z] ---> d07b8dda0a85 [2021-03-29T21:11:26.952Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T21:11:26.952Z] ---> Running in 11bc1b6bac3c [2021-03-29T21:11:26.952Z] 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-29T21:11:26.952Z] 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-29T21:11:26.952Z] Removing intermediate container 11bc1b6bac3c [2021-03-29T21:11:26.952Z] ---> 5d02b16e6b5a [2021-03-29T21:11:26.952Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:11:26.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:11:26.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:11:26.952Z] ---> ac547764aa4a [2021-03-29T21:11:26.952Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T21:11:26.952Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T21:11:26.952Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T21:11:26.952Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:11:26.952Z] OK: 6 MiB in 16 packages [2021-03-29T21:11:26.952Z] ---> f29d5e7ab856 [2021-03-29T21:11:26.952Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T21:11:26.952Z] Removing intermediate container 2fd307bd39cd [2021-03-29T21:11:26.952Z] ---> 0410890386b8 [2021-03-29T21:11:26.952Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T21:11:27.929Z] ---> Running in bdaeabd438e0 [2021-03-29T21:11:27.929Z] ---> 52d709ba2834 [2021-03-29T21:11:27.929Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T21:11:27.929Z] ---> Running in f2a887b55c6b [2021-03-29T21:11:28.200Z] Removing intermediate container bdaeabd438e0 [2021-03-29T21:11:28.200Z] ---> 86e394af86c0 [2021-03-29T21:11:28.200Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T21:11:28.473Z] Removing intermediate container f2a887b55c6b [2021-03-29T21:11:28.473Z] ---> 8201b0290b5f [2021-03-29T21:11:28.473Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:11:28.473Z] ---> Running in 833328ccb6f2 [2021-03-29T21:11:28.473Z] ---> Running in 8f4777469ca6 [2021-03-29T21:11:29.066Z] Removing intermediate container 8f4777469ca6 [2021-03-29T21:11:29.066Z] ---> 40d5ebbe14aa [2021-03-29T21:11:29.066Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T21:11:29.066Z] Removing intermediate container 833328ccb6f2 [2021-03-29T21:11:29.066Z] ---> 7df18c95c6d7 [2021-03-29T21:11:29.066Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T21:11:29.066Z] ---> Running in a57e517b870e [2021-03-29T21:11:29.066Z] ---> Running in 2693aac2d8d7 [2021-03-29T21:11:29.350Z] Removing intermediate container a57e517b870e [2021-03-29T21:11:29.350Z] ---> 338e97e1dbdb [2021-03-29T21:11:29.350Z] Step 21/22 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:11:29.628Z] ---> Running in f56893d495e7 [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.189s coverage: 92.9% of statements [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.142s coverage: 80.8% of statements [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.186s coverage: 87.2% of statements [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.184s coverage: 84.6% of statements [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.242s coverage: 91.6% of statements [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 64.4% of statements [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T21:11:30.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.130s coverage: 100.0% of statements [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-03-29T21:11:30.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-03-29T21:11:30.607Z] Removing intermediate container f56893d495e7 [2021-03-29T21:11:30.607Z] ---> 2fa3dac10246 [2021-03-29T21:11:30.607Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T21:11:30.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements [2021-03-29T21:11:30.899Z] ---> Running in 1c6c7d24af25 [2021-03-29T21:11:31.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-03-29T21:11:31.497Z] Removing intermediate container 1c6c7d24af25 [2021-03-29T21:11:31.497Z] ---> 602b23dc4081 [2021-03-29T21:11:31.497Z] [2021-03-29T21:11:31.497Z] Removing intermediate container 2693aac2d8d7 [2021-03-29T21:11:31.497Z] ---> 58f89e4bb154 [2021-03-29T21:11:31.497Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T21:11:31.497Z] ---> Running in 192209043f6f [2021-03-29T21:11:31.763Z] Successfully built 602b23dc4081 [2021-03-29T21:11:31.763Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-29T21:11:32.032Z]  Building docker-support-scheduler-go ... done Removing intermediate container 192209043f6f [2021-03-29T21:11:32.032Z] ---> 7f1f62727b78 [2021-03-29T21:11:32.032Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T21:11:32.352Z] ---> cf8e18767c3a [2021-03-29T21:11:32.352Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T21:11:32.620Z] ---> Running in beb346164252 [2021-03-29T21:11:34.585Z] Removing intermediate container beb346164252 [2021-03-29T21:11:34.585Z] ---> 9c539ce1aed7 [2021-03-29T21:11:34.585Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:11:35.176Z] ---> b86eff1a4fda [2021-03-29T21:11:35.176Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T21:11:35.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.936s coverage: 69.0% of statements [2021-03-29T21:11:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T21:11:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T21:11:35.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T21:11:36.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.482s coverage: 38.4% of statements [2021-03-29T21:11:36.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T21:11:36.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T21:11:36.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements [2021-03-29T21:11:36.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T21:11:36.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.097s coverage: 84.8% of statements [2021-03-29T21:11:36.601Z] ---> 09368749f7b6 [2021-03-29T21:11:36.601Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T21:11:36.865Z] ---> 71ac2684d52e [2021-03-29T21:11:36.865Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T21:11:37.445Z] ---> a4d182f804f0 [2021-03-29T21:11:37.445Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T21:11:38.408Z] ---> d71404819fd0 [2021-03-29T21:11:38.408Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T21:11:38.408Z] ---> Running in 4bb65f459217 [2021-03-29T21:11:39.003Z] Removing intermediate container 4bb65f459217 [2021-03-29T21:11:39.003Z] ---> 8835e95f21d0 [2021-03-29T21:11:39.003Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T21:11:39.582Z] ---> 1cd6a659995b [2021-03-29T21:11:39.582Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T21:11:39.855Z] ---> Running in 1e795bcf052b [2021-03-29T21:11:42.676Z] Removing intermediate container 1e795bcf052b [2021-03-29T21:11:42.676Z] ---> 9cbe7b1d30ac [2021-03-29T21:11:42.676Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T21:11:42.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.402s coverage: 47.0% of statements [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T21:11:42.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.159s coverage: 100.0% of statements [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T21:11:42.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T21:11:42.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.493s coverage: 87.1% of statements [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:11:42.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T21:11:42.969Z] ---> Running in b61218163a2d [2021-03-29T21:11:43.234Z] Removing intermediate container b61218163a2d [2021-03-29T21:11:43.234Z] ---> a14687eade56 [2021-03-29T21:11:43.234Z] Step 28/31 : CMD ["gate"] [2021-03-29T21:11:44.191Z] ---> Running in 0de16dc9f9fb [2021-03-29T21:11:45.143Z] Removing intermediate container 0de16dc9f9fb [2021-03-29T21:11:45.143Z] ---> 19427cccb554 [2021-03-29T21:11:45.143Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T21:11:45.143Z] Removing intermediate container df21e2056244 [2021-03-29T21:11:45.143Z] ---> 6fcb4f55acf9 [2021-03-29T21:11:45.143Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T21:11:45.405Z] ---> Running in b8a04af8d13b [2021-03-29T21:11:45.405Z] ---> Running in 3e62a7e65adf [2021-03-29T21:11:45.988Z] Removing intermediate container 3e62a7e65adf [2021-03-29T21:11:45.988Z] ---> 8af8c67032f2 [2021-03-29T21:11:45.988Z] Step 30/31 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:11:45.988Z] 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-29T21:11:47.912Z] ---> Running in d10ef2c5d3d7 [2021-03-29T21:11:47.912Z] Removing intermediate container d75fbb99abb8 [2021-03-29T21:11:47.912Z] ---> 56f990d06640 [2021-03-29T21:11:47.912Z] [2021-03-29T21:11:47.912Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T21:11:47.912Z] ---> 42cb162f0360 [2021-03-29T21:11:47.912Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T21:11:47.912Z] ---> Running in ba5ae23d16b2 [2021-03-29T21:11:47.912Z] Removing intermediate container d10ef2c5d3d7 [2021-03-29T21:11:47.912Z] ---> a885950bc194 [2021-03-29T21:11:47.912Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T21:11:48.174Z] ---> Running in 8477316fb3a0 [2021-03-29T21:11:48.436Z] Removing intermediate container b8a04af8d13b [2021-03-29T21:11:48.436Z] ---> af938f84124d [2021-03-29T21:11:48.436Z] [2021-03-29T21:11:48.436Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T21:11:48.436Z] 20.10.0: Pulling from library/docker [2021-03-29T21:11:48.436Z] Removing intermediate container 8477316fb3a0 [2021-03-29T21:11:48.436Z] ---> 0e07272649b5 [2021-03-29T21:11:48.436Z] [2021-03-29T21:11:48.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:11:48.701Z] Successfully built 0e07272649b5 [2021-03-29T21:11:48.701Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T21:11:48.701Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:11:48.965Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T21:11:48.965Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T21:11:48.965Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:11:48.965Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:11:48.965Z] OK: 6 MiB in 16 packages [2021-03-29T21:11:50.355Z] Removing intermediate container ba5ae23d16b2 [2021-03-29T21:11:50.355Z] ---> bc3d61ce1962 [2021-03-29T21:11:50.355Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:11:50.355Z] ---> Running in d41b2b3ed15c [2021-03-29T21:11:50.649Z] Removing intermediate container d41b2b3ed15c [2021-03-29T21:11:50.649Z] ---> 28de6d57d399 [2021-03-29T21:11:50.649Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T21:11:50.649Z] ---> Running in 4e7a005d0f64 [2021-03-29T21:11:50.915Z] Removing intermediate container 4e7a005d0f64 [2021-03-29T21:11:50.915Z] ---> 0e92e9a135f6 [2021-03-29T21:11:50.915Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T21:11:50.915Z] ---> Running in 806febf6999f [2021-03-29T21:11:51.179Z] Removing intermediate container 806febf6999f [2021-03-29T21:11:51.179Z] ---> 6474c6bc5e15 [2021-03-29T21:11:51.179Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:11:51.204Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.203s coverage: 29.1% of statements [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T21:11:51.204Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T21:11:51.204Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.201s coverage: 100.0% of statements [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T21:11:51.204Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.239s coverage: 94.6% of statements [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T21:11:51.204Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T21:11:51.204Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T21:11:51.204Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T21:11:51.204Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T21:11:51.204Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-03-29T21:11:51.204Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 32.1% of statements [2021-03-29T21:11:51.797Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-03-29T21:11:52.133Z] ---> d5e83e2c2d24 [2021-03-29T21:11:52.133Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T21:11:52.776Z] GO111MODULE=on go vet ./... [2021-03-29T21:11:54.057Z] ---> dea4e2617be1 [2021-03-29T21:11:54.057Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T21:11:54.057Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T21:11:54.057Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T21:11:54.057Z] ---> aefe523efa57 [2021-03-29T21:11:54.057Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T21:11:54.057Z] ---> c05b31f02f00 [2021-03-29T21:11:54.057Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T21:11:54.057Z] ---> Running in 8dd904a74e82 [2021-03-29T21:11:54.057Z] ---> Running in d548ec38689d [2021-03-29T21:11:54.332Z] Removing intermediate container d548ec38689d [2021-03-29T21:11:54.332Z] ---> cce172c00d67 [2021-03-29T21:11:54.332Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:11:54.332Z] ---> Running in ef4672d42f6e [2021-03-29T21:11:54.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:11:54.594Z] Removing intermediate container ef4672d42f6e [2021-03-29T21:11:54.594Z] ---> 6729560cf487 [2021-03-29T21:11:54.594Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T21:11:54.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:11:54.594Z] ---> Running in e78962f44d4f [2021-03-29T21:11:54.856Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T21:11:54.856Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T21:11:54.856Z] Executing bash-5.0.17-r0.post-install [2021-03-29T21:11:54.856Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:11:54.856Z] OK: 12 MiB in 22 packages [2021-03-29T21:11:54.856Z] Removing intermediate container e78962f44d4f [2021-03-29T21:11:54.856Z] ---> 91223b79e3dc [2021-03-29T21:11:54.856Z] Step 21/22 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:11:54.856Z] ---> Running in 840fab46e510 [2021-03-29T21:11:55.118Z] Removing intermediate container 840fab46e510 [2021-03-29T21:11:55.118Z] ---> c3fe6b94d8c8 [2021-03-29T21:11:55.118Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T21:11:55.118Z] ---> Running in 48fb8cb904f8 [2021-03-29T21:11:55.379Z] Removing intermediate container 48fb8cb904f8 [2021-03-29T21:11:55.379Z] ---> 7071ead03f9b [2021-03-29T21:11:55.379Z] [2021-03-29T21:11:55.379Z] Removing intermediate container 8dd904a74e82 [2021-03-29T21:11:55.379Z] ---> 6cb07692b9a0 [2021-03-29T21:11:55.379Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T21:11:55.380Z] ---> Running in 307c67dff7e9 [2021-03-29T21:11:55.380Z] Successfully built 7071ead03f9b [2021-03-29T21:11:55.380Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T21:11:55.644Z]  Building docker-support-notifications-go ... done Removing intermediate container 307c67dff7e9 [2021-03-29T21:11:55.644Z] ---> 15e762b34e83 [2021-03-29T21:11:55.644Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T21:11:55.644Z] ---> Running in e2b69788e6fb [2021-03-29T21:11:55.906Z] Removing intermediate container e2b69788e6fb [2021-03-29T21:11:55.906Z] ---> 6280ec708f39 [2021-03-29T21:11:55.906Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T21:11:55.906Z] ---> Running in 7236ef908635 [2021-03-29T21:11:56.168Z] Removing intermediate container 7236ef908635 [2021-03-29T21:11:56.169Z] ---> 84fac83e471f [2021-03-29T21:11:56.169Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T21:11:56.742Z] ---> e1cb8f7a4f88 [2021-03-29T21:11:56.742Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T21:11:56.742Z] ---> 07f80d52da18 [2021-03-29T21:11:56.742Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T21:11:57.004Z] ---> ff69a7c3b981 [2021-03-29T21:11:57.004Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T21:11:57.266Z] ---> Running in d6164eb5d2f2 [2021-03-29T21:11:57.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:11:57.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:11:57.839Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T21:11:57.839Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T21:11:57.839Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T21:11:57.839Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T21:11:57.839Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T21:11:57.839Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T21:11:57.839Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T21:11:58.783Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T21:11:58.783Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T21:11:58.783Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T21:11:58.783Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T21:11:58.783Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T21:11:58.783Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T21:11:59.045Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T21:11:59.045Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T21:11:59.045Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T21:11:59.045Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T21:11:59.045Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T21:11:59.045Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T21:11:59.045Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T21:11:59.045Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T21:11:59.045Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T21:11:59.045Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T21:11:59.045Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T21:11:59.045Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T21:11:59.045Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T21:11:59.045Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T21:11:59.308Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T21:11:59.308Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T21:11:59.308Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T21:11:59.308Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T21:11:59.308Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T21:11:59.308Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T21:11:59.308Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:11:59.308Z] OK: 71 MiB in 55 packages [2021-03-29T21:12:09.341Z] Removing intermediate container d6164eb5d2f2 [2021-03-29T21:12:09.341Z] ---> 90e14548ea77 [2021-03-29T21:12:09.341Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T21:12:09.341Z] ---> Running in d5865d42b42d [2021-03-29T21:12:09.602Z] Collecting docker-compose==1.23.2 [2021-03-29T21:12:09.602Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T21:12:09.863Z] Collecting PyYAML<4,>=3.10 [2021-03-29T21:12:09.863Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T21:12:10.821Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T21:12:10.821Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T21:12:10.821Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T21:12:10.821Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T21:12:11.085Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T21:12:11.085Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T21:12:11.085Z] 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-29T21:12:11.085Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T21:12:11.085Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T21:12:11.347Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T21:12:11.347Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T21:12:12.735Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T21:12:12.735Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T21:12:13.307Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T21:12:13.307Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T21:12:13.885Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T21:12:13.885Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T21:12:13.885Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T21:12:13.885Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T21:12:13.885Z] Collecting idna<2.8,>=2.5 [2021-03-29T21:12:13.885Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T21:12:14.148Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T21:12:14.149Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T21:12:14.149Z] 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-29T21:12:14.149Z] 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-29T21:12:14.149Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T21:12:14.149Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T21:12:14.149Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T21:12:14.149Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T21:12:14.411Z] Installing collected packages: PyYAML, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, cached-property, texttable, docopt, dockerpty, docker-compose [2021-03-29T21:12:14.411Z] Running setup.py install for PyYAML: started [2021-03-29T21:12:14.983Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T21:12:14.983Z] Attempting uninstall: idna [2021-03-29T21:12:14.983Z] Found existing installation: idna 2.9 [2021-03-29T21:12:14.983Z] Uninstalling idna-2.9: [2021-03-29T21:12:14.983Z] Successfully uninstalled idna-2.9 [2021-03-29T21:12:15.244Z] Attempting uninstall: urllib3 [2021-03-29T21:12:15.244Z] Found existing installation: urllib3 1.25.9 [2021-03-29T21:12:15.244Z] Uninstalling urllib3-1.25.9: [2021-03-29T21:12:15.244Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T21:12:15.506Z] Attempting uninstall: requests [2021-03-29T21:12:15.506Z] Found existing installation: requests 2.23.0 [2021-03-29T21:12:15.506Z] Uninstalling requests-2.23.0: [2021-03-29T21:12:15.506Z] Successfully uninstalled requests-2.23.0 [2021-03-29T21:12:16.079Z] Running setup.py install for texttable: started [2021-03-29T21:12:16.340Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T21:12:16.340Z] Running setup.py install for docopt: started [2021-03-29T21:12:16.912Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T21:12:16.912Z] Running setup.py install for dockerpty: started [2021-03-29T21:12:17.489Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T21:12:17.763Z] 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-29T21:12:20.324Z] Removing intermediate container d5865d42b42d [2021-03-29T21:12:20.324Z] ---> 24bf36ae05f8 [2021-03-29T21:12:20.324Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T21:12:20.324Z] ---> Running in f9a54f14d706 [2021-03-29T21:12:20.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:12:20.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:12:21.158Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:12:21.158Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T21:12:21.158Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T21:12:21.158Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:12:21.158Z] OK: 72 MiB in 58 packages [2021-03-29T21:12:21.732Z] Removing intermediate container f9a54f14d706 [2021-03-29T21:12:21.732Z] ---> a2e74c092e43 [2021-03-29T21:12:21.732Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T21:12:21.732Z] ---> Running in 2da0f29a4d87 [2021-03-29T21:12:21.732Z] Removing intermediate container 2da0f29a4d87 [2021-03-29T21:12:21.732Z] ---> 719b5f65129b [2021-03-29T21:12:21.732Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:12:21.995Z] ---> Running in a317a5d1475d [2021-03-29T21:12:21.995Z] Removing intermediate container a317a5d1475d [2021-03-29T21:12:21.995Z] ---> 80d2a7798203 [2021-03-29T21:12:21.995Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T21:12:22.256Z] ---> Running in c4fb2fe44e7a [2021-03-29T21:12:22.256Z] Removing intermediate container c4fb2fe44e7a [2021-03-29T21:12:22.256Z] ---> 9618015b9f80 [2021-03-29T21:12:22.256Z] Step 25/26 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:12:22.519Z] ---> Running in 9a18bf656631 [2021-03-29T21:12:22.519Z] Removing intermediate container 9a18bf656631 [2021-03-29T21:12:22.519Z] ---> 50775c09935a [2021-03-29T21:12:22.519Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T21:12:22.519Z] ---> Running in d0f7f4571eef [2021-03-29T21:12:22.783Z] Removing intermediate container d0f7f4571eef [2021-03-29T21:12:22.783Z] ---> 18d69f154aca [2021-03-29T21:12:22.783Z] [2021-03-29T21:12:23.046Z] Successfully built 18d69f154aca [2021-03-29T21:12:23.046Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T21:12:23.317Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T21:12:23.337Z] $ docker stop --time=1 c18fd21c4a2774b200ad3d26fdec0a8a37b7901ec190b326f450fb14e294ca5f [2021-03-29T21:12:24.985Z] $ docker rm -f c18fd21c4a2774b200ad3d26fdec0a8a37b7901ec190b326f450fb14e294ca5f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T21:12:25.506Z] + docker images [2021-03-29T21:12:25.506Z] + grep docker [2021-03-29T21:12:25.769Z] docker-sys-mgmt-agent-go latest 18d69f154aca 3 seconds ago 314MB [2021-03-29T21:12:25.769Z] docker-support-notifications-go latest 7071ead03f9b 30 seconds ago 17.9MB [2021-03-29T21:12:25.769Z] docker-security-bootstrapper-go latest 0e07272649b5 37 seconds ago 18.9MB [2021-03-29T21:12:25.769Z] docker-support-scheduler-go latest 602b23dc4081 54 seconds ago 17.4MB [2021-03-29T21:12:25.769Z] docker-core-data-go latest fa0163e8ea69 About a minute ago 22.7MB [2021-03-29T21:12:25.769Z] docker-security-secretstore-setup-go latest c56f28cefa5a 2 minutes ago 25.7MB [2021-03-29T21:12:25.769Z] docker-core-command-go latest 7cbced04822d 2 minutes ago 17.3MB [2021-03-29T21:12:25.769Z] docker-security-proxy-setup-go latest a74762e05fcc 2 minutes ago 25.4MB [2021-03-29T21:12:25.769Z] docker-core-metadata-go latest e532f38bf18a 2 minutes ago 19MB [2021-03-29T21:12:25.769Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-29T21:12:41.503Z] Still waiting to schedule task [2021-03-29T21:12:41.503Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-29T21:13:14.580Z] gofmt -l . [2021-03-29T21:13:14.581Z] [ "`gofmt -l .`" = "" ] [2021-03-29T21:13:14.581Z] ./bin/test-go-mod-tidy.sh [2021-03-29T21:13:14.581Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T21:13:15.247Z] + ls -al . [2021-03-29T21:13:15.247Z] total 808 [2021-03-29T21:13:15.247Z] drwxrwxr-x 9 1001 1001 4096 Mar 29 21:13 . [2021-03-29T21:13:15.247Z] drwxr-xr-x 4 root root 4096 Mar 29 21:08 .. [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 21:07 .dockerignore [2021-03-29T21:13:15.247Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 21:07 .git [2021-03-29T21:13:15.247Z] drwxrwxr-x 3 1001 1001 4096 Mar 29 21:07 .github [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 21:07 .gitignore [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 21:07 .sonarcloud.properties [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 21:07 Attribution.txt [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 21:07 CONTRIBUTING.md [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 21:07 Dockerfile.build [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 21:07 Jenkinsfile [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 21:07 LICENSE [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 21:07 Makefile [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 21:07 README.md [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 21:07 SECURITY.md [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 21:03 VERSION [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 21:07 ZMQWindows.md [2021-03-29T21:13:15.247Z] drwxrwxr-x 2 1001 1001 4096 Mar 29 21:07 bin [2021-03-29T21:13:15.247Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 21:07 cmd [2021-03-29T21:13:15.247Z] -rw-r--r-- 1 root root 668090 Mar 29 21:11 coverage.out [2021-03-29T21:13:15.247Z] -rw-r--r-- 1 root root 1057 Mar 29 21:13 go.mod [2021-03-29T21:13:15.247Z] -rw-r--r-- 1 root root 22643 Mar 29 21:13 go.sum [2021-03-29T21:13:15.247Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 21:07 internal [2021-03-29T21:13:15.247Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 21:07 openapi [2021-03-29T21:13:15.247Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 21:07 snap [2021-03-29T21:13:15.247Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 21:07 version.go [Pipeline] sh [2021-03-29T21:13:15.908Z] + '[' -e coverage.out ] [2021-03-29T21:13:15.908Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T21:13:15.928Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T21:13:17.119Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T21:13:17.824Z] + make build [2021-03-29T21:13:17.824Z] 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-29T21:13:28.022Z] 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-29T21:13:30.372Z] Running on prd-ubuntu18.04-docker-8c-8g-31865 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-29T21:13:30.424Z] Running in /w/workspace/edgex-go/40 [Pipeline] { [Pipeline] checkout [2021-03-29T21:13:32.542Z] using credential edgex-jenkins-ssh [2021-03-29T21:13:32.598Z] Cloning the remote Git repository [2021-03-29T21:13:32.612Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:13:32.679Z] > git init /w/workspace/edgex-go/40 # timeout=10 [2021-03-29T21:13:32.702Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:13:32.702Z] > git --version # timeout=10 [2021-03-29T21:13:32.707Z] > git --version # 'git version 2.17.1' [2021-03-29T21:13:32.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:13:32.729Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:13:50.243Z] Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:13:49.711Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:13:49.718Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:13:49.726Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:13:49.737Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:13:49.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:13:49.741Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T21:13:50.248Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T21:13:50.256Z] > git checkout -f 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # timeout=10 [2021-03-29T21:13:50.414Z] Merge succeeded, producing 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:13:50.414Z] Checking out Revision 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 (PR-3234) [2021-03-29T21:13:50.383Z] > git remote # timeout=10 [2021-03-29T21:13:50.389Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T21:13:50.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:13:50.397Z] > git merge 76b4535fa5fa3514bc34c1137a1fac177e39ac4f # timeout=10 [2021-03-29T21:13:50.405Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T21:13:50.414Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T21:13:50.418Z] > git checkout -f 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # timeout=10 [2021-03-29T21:13:54.094Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:13:54.871Z] 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-29T21:13:55.086Z] + echo snap-build.sh [2021-03-29T21:13:55.086Z] snap-build.sh [2021-03-29T21:13:55.086Z] + SNAP_BASE_DIR=. [2021-03-29T21:13:55.086Z] + '[' '!' -z /w/workspace/edgex-go/40 ']' [2021-03-29T21:13:55.086Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/40 [2021-03-29T21:13:55.086Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/40]' [2021-03-29T21:13:55.086Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/40] [2021-03-29T21:13:55.086Z] + cd /w/workspace/edgex-go/40 [2021-03-29T21:13:55.086Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-29T21:13:55.086Z] Reading package lists... [2021-03-29T21:13:55.347Z] Building dependency tree... [2021-03-29T21:13:55.347Z] Reading state information... [2021-03-29T21:13:55.347Z] The following packages were automatically installed and are no longer required: [2021-03-29T21:13:55.347Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-29T21:13:55.347Z] uidmap xdelta3 [2021-03-29T21:13:55.347Z] Use 'sudo apt autoremove' to remove them. [2021-03-29T21:13:55.347Z] The following packages will be REMOVED: [2021-03-29T21:13:55.347Z] lxd* lxd-client* [2021-03-29T21:13:55.849Z] 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-29T21:13:55.918Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-29T21:13:55.918Z] After this operation, 31.7 MB disk space will be freed. [2021-03-29T21:13:56.963Z] (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-29T21:13:56.963Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T21:13:57.904Z] Removing lxd dnsmasq configuration [2021-03-29T21:13:57.904Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T21:13:58.166Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-29T21:13:58.738Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-29T21:13:59.002Z] (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-29T21:13:59.002Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T21:14:00.917Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-29T21:14:00.917Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-29T21:14:02.308Z] + sudo snap remove --purge lxd [2021-03-29T21:14:02.308Z] snap "lxd" is not installed [2021-03-29T21:14:02.308Z] + sudo groupadd --force --system lxd [2021-03-29T21:14:02.308Z] ++ whoami [2021-03-29T21:14:02.308Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-29T21:14:02.308Z] + newgrp - lxd [2021-03-29T21:14:02.308Z] + sudo snap install lxd [2021-03-29T21:14:02.578Z] 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-29T21:14:03.177Z] 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-29T21:14:08.583Z] 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-29T21:14:10.461Z] 2021-03-29T21:14:08Z INFO Waiting for automatic snapd restart... [2021-03-29T21:14:15.291Z] 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-29T21:14:18.674Z] 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-29T21:14:23.004Z] 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-29T21:14:25.379Z] lxd 4.12 from Canonical* installed [2021-03-29T21:14:25.379Z] + sudo lxd init --auto [2021-03-29T21:14:26.413Z] 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-29T21:14:31.810Z] 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-29T21:14:33.529Z] + sudo snap install --classic snapcraft [Pipeline] } [2021-03-29T21:14:37.237Z] $ docker stop --time=1 398ed4bf76bd178c22d65dd30089966a7e121c19e928a4fab7598ad36605a616 [2021-03-29T21:14:39.679Z] $ docker rm -f 398ed4bf76bd178c22d65dd30089966a7e121c19e928a4fab7598ad36605a616 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:14:41.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T21:14:41.626Z] [2021-03-29T21:14:41.626Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:14:42.005Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T21:14:42.278Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-29T21:14:42.278Z] 29e5d40040c1: Pulling fs layer [2021-03-29T21:14:42.278Z] 1ce36da41761: Pulling fs layer [2021-03-29T21:14:42.278Z] 25b303627fd3: Pulling fs layer [2021-03-29T21:14:42.552Z] 29e5d40040c1: Verifying Checksum [2021-03-29T21:14:42.552Z] 29e5d40040c1: Download complete [2021-03-29T21:14:43.147Z] 29e5d40040c1: Pull complete [2021-03-29T21:14:43.419Z] 1ce36da41761: Verifying Checksum [2021-03-29T21:14:43.419Z] 1ce36da41761: Download complete [2021-03-29T21:14:44.853Z] 1ce36da41761: Pull complete [2021-03-29T21:14:45.448Z] 25b303627fd3: Verifying Checksum [2021-03-29T21:14:45.448Z] 25b303627fd3: Download complete [2021-03-29T21:14:55.601Z] 25b303627fd3: Pull complete [2021-03-29T21:14:55.601Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-29T21:14:55.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T21:14:55.601Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-29T21:14:55.867Z] prd-ubuntu18.04-docker-arm64-4c-16g-31862 does not seem to be running inside a container [2021-03-29T21:14:55.939Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@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-devops/edgex-compose-arm64:latest cat [2021-03-29T21:14:58.973Z] $ docker top 41c52ffc33c1d48f198e4ef0677881eae7b7bb6c1a390a3a3edcfafc361038af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:14:59.932Z] + grep parallel [2021-03-29T21:14:59.932Z] + docker-compose build --help [2021-03-29T21:15:03.302Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T21:15:03.586Z] $ docker stop --time=1 41c52ffc33c1d48f198e4ef0677881eae7b7bb6c1a390a3a3edcfafc361038af [2021-03-29T21:15:05.449Z] $ docker rm -f 41c52ffc33c1d48f198e4ef0677881eae7b7bb6c1a390a3a3edcfafc361038af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:15:06.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T21:15:06.254Z] . [Pipeline] withDockerContainer [2021-03-29T21:15:06.499Z] prd-ubuntu18.04-docker-arm64-4c-16g-31862 does not seem to be running inside a container [2021-03-29T21:15:06.592Z] $ 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/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T21:15:07.918Z] $ docker top d3c78f939f296b4799093abf9ef3df9457b6847e603b5990e50948d88ca46285 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:15:08.961Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T21:15:12.328Z] Building docker-core-command-go ... [2021-03-29T21:15:12.328Z] Building docker-core-data-go ... [2021-03-29T21:15:12.328Z] Building docker-core-metadata-go ... [2021-03-29T21:15:12.328Z] Building docker-security-bootstrapper-go ... [2021-03-29T21:15:12.328Z] Building docker-security-proxy-setup-go ... [2021-03-29T21:15:12.328Z] Building docker-security-secretstore-setup-go ... [2021-03-29T21:15:12.328Z] Building docker-support-notifications-go ... [2021-03-29T21:15:12.328Z] Building docker-support-scheduler-go ... [2021-03-29T21:15:12.328Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T21:15:12.328Z] Building docker-support-scheduler-go [2021-03-29T21:15:12.328Z] Building docker-core-metadata-go [2021-03-29T21:15:12.328Z] Building docker-security-bootstrapper-go [2021-03-29T21:15:12.328Z] Building docker-core-command-go [2021-03-29T21:15:12.328Z] Building docker-support-notifications-go [2021-03-29T21:15:20.262Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T21:15:20.262Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-29T21:15:20.262Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-29T21:15:20.262Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T21:15:20.262Z] Dload Upload Total Spent Left Speed [2021-03-29T21:15:20.262Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4976 0 --:--:-- --:--:-- --:--:-- 4976 [2021-03-29T21:15:20.262Z] 100 3325k 100 3325k 0 0 7916k 0 --:--:-- --:--:-- --:--:-- 7916k [2021-03-29T21:15:20.262Z] ./yq_linux_amd64 [2021-03-29T21:15:20.262Z] + sudo snapcraft prime --use-lxd [2021-03-29T21:15:20.262Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-29T21:15:20.262Z] 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-29T21:15:20.262Z] - README.md [2021-03-29T21:15:20.262Z] [2021-03-29T21:15:20.262Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T21:15:20.262Z] Launching a container. [2021-03-29T21:15:30.263Z] Waiting for container to be ready [2021-03-29T21:15:30.263Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-29T21:15:30.263Z] [2021-03-29T21:15:34.466Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-29T21:15:34.466Z] Waiting for network to be ready... [2021-03-29T21:15:35.039Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T21:15:35.040Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T21:15:35.040Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T21:15:35.300Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T21:15:35.300Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T21:15:35.300Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T21:15:35.300Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T21:15:35.300Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T21:15:35.300Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T21:15:35.300Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T21:15:35.869Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T21:15:35.869Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T21:15:36.809Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T21:15:36.809Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T21:15:37.070Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T21:15:37.070Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T21:15:37.070Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T21:15:37.070Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T21:15:38.453Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T21:15:39.025Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T21:15:39.287Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T21:15:39.287Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T21:15:39.287Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T21:15:39.287Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T21:15:39.287Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T21:15:39.287Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T21:15:39.551Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T21:15:42.095Z] Fetched 24.2 MB in 7s (3464 kB/s) [2021-03-29T21:15:43.043Z] Reading package lists... [2021-03-29T21:15:43.303Z] Reading package lists... [2021-03-29T21:15:43.303Z] Building dependency tree... [2021-03-29T21:15:43.303Z] Reading state information... [2021-03-29T21:15:43.563Z] The following additional packages will be installed: [2021-03-29T21:15:43.563Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T21:15:43.563Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T21:15:43.563Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T21:15:43.563Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-29T21:15:43.563Z] Suggested packages: [2021-03-29T21:15:43.563Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-29T21:15:43.563Z] Recommended packages: [2021-03-29T21:15:43.563Z] gnupg libsasl2-modules [2021-03-29T21:15:43.563Z] The following NEW packages will be installed: [2021-03-29T21:15:43.563Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T21:15:43.563Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T21:15:43.563Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T21:15:43.563Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-29T21:15:43.563Z] The following packages will be upgraded: [2021-03-29T21:15:43.563Z] gpg gpg-agent gpgconf libudev1 [2021-03-29T21:15:43.563Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-29T21:15:43.563Z] Need to get 3530 kB of archives. [2021-03-29T21:15:43.563Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-29T21:15:43.563Z] 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-29T21:15:43.563Z] 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-29T21:15:43.563Z] 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-29T21:15:43.563Z] 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-29T21:15:43.830Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-29T21:15:45.211Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-29T21:15:45.782Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-29T21:15:45.782Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-29T21:15:45.782Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-29T21:15:46.041Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-29T21:15:46.041Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-29T21:15:46.041Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-29T21:15:46.041Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-29T21:15:46.041Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-29T21:15:46.041Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-29T21:15:46.041Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-29T21:15:46.041Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-29T21:15:46.041Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-29T21:15:46.041Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-29T21:15:46.041Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-29T21:15:46.302Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-29T21:15:46.302Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-29T21:15:46.562Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T21:15:46.562Z] Fetched 3530 kB in 3s (1188 kB/s) [2021-03-29T21:15:46.823Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T21:15:46.823Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-29T21:15:46.823Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T21:15:46.823Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-29T21:15:47.088Z] Selecting previously unselected package udev. [2021-03-29T21:15:47.088Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T21:15:47.088Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-29T21:15:47.088Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-29T21:15:47.348Z] Selecting previously unselected package libfuse2:amd64. [2021-03-29T21:15:47.348Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T21:15:47.348Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T21:15:47.348Z] Selecting previously unselected package fuse. [2021-03-29T21:15:47.348Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T21:15:47.348Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-29T21:15:47.609Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T21:15:47.609Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T21:15:47.609Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T21:15:47.609Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T21:15:47.877Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T21:15:47.877Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T21:15:47.877Z] Selecting previously unselected package libksba8:amd64. [2021-03-29T21:15:47.877Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-29T21:15:47.877Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-29T21:15:47.877Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-29T21:15:47.877Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:15:47.877Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:48.137Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-29T21:15:48.137Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:15:48.137Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:48.137Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-29T21:15:48.137Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:15:48.137Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:48.424Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-29T21:15:48.424Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:15:48.424Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:48.424Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-29T21:15:48.424Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:15:48.424Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:48.424Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-29T21:15:48.424Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:15:48.424Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:48.424Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-29T21:15:48.684Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:15:48.684Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:48.684Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-29T21:15:48.684Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:15:48.684Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:48.684Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-29T21:15:48.684Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T21:15:48.684Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:48.684Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-29T21:15:48.684Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T21:15:48.945Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T21:15:48.945Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-29T21:15:48.945Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T21:15:48.945Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T21:15:48.945Z] Selecting previously unselected package libldap-common. [2021-03-29T21:15:48.945Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-29T21:15:48.945Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T21:15:48.945Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-29T21:15:48.945Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-29T21:15:48.945Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T21:15:49.205Z] Selecting previously unselected package dirmngr. [2021-03-29T21:15:49.205Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T21:15:49.205Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T21:15:49.205Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T21:15:49.205Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-29T21:15:49.205Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T21:15:49.205Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T21:15:49.466Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T21:15:49.467Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-29T21:15:49.467Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:49.467Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-29T21:15:49.467Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T21:15:49.467Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-29T21:15:50.037Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-29T21:15:50.037Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:50.037Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-29T21:15:50.037Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-29T21:15:50.037Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-29T21:15:50.297Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:50.297Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:50.297Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:50.297Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:50.297Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:50.297Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:50.297Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T21:15:50.297Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T21:15:50.297Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T21:15:50.297Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T21:15:50.874Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-29T21:15:50.874Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-29T21:15:50.874Z] This means they are not meant to be enabled using systemctl. [2021-03-29T21:15:50.874Z] Possible reasons for having this kind of units are: [2021-03-29T21:15:50.874Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-29T21:15:50.874Z] .wants/ or .requires/ directory. [2021-03-29T21:15:50.874Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-29T21:15:50.874Z] a requirement dependency on it. [2021-03-29T21:15:50.874Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-29T21:15:50.874Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-29T21:15:50.874Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-29T21:15:50.874Z] instance name specified. [2021-03-29T21:15:51.454Z] Reading package lists... [2021-03-29T21:15:51.454Z] Building dependency tree... [2021-03-29T21:15:51.454Z] Reading state information... [2021-03-29T21:15:51.714Z] The following additional packages will be installed: [2021-03-29T21:15:51.714Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-29T21:15:51.714Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-29T21:15:51.714Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-29T21:15:51.714Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-29T21:15:51.714Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-29T21:15:51.714Z] Suggested packages: [2021-03-29T21:15:51.714Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-29T21:15:51.714Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-29T21:15:51.714Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-29T21:15:51.714Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-29T21:15:51.714Z] systemd-container policykit-1 [2021-03-29T21:15:51.714Z] Recommended packages: [2021-03-29T21:15:51.714Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-29T21:15:51.714Z] The following NEW packages will be installed: [2021-03-29T21:15:51.714Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-29T21:15:51.714Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-29T21:15:51.714Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-29T21:15:51.714Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-29T21:15:51.714Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-29T21:15:51.714Z] The following packages will be upgraded: [2021-03-29T21:15:51.714Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-29T21:15:51.714Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-29T21:15:51.714Z] Need to get 35.2 MB of archives. [2021-03-29T21:15:51.714Z] After this operation, 141 MB of additional disk space will be used. [2021-03-29T21:15:51.714Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-29T21:15:51.976Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-29T21:15:51.976Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-29T21:15:51.976Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-29T21:15:51.976Z] 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-29T21:15:51.976Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-29T21:15:51.976Z] 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-29T21:15:51.976Z] 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-29T21:15:52.238Z] 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-29T21:15:52.238Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-29T21:15:52.238Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-29T21:15:52.238Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-29T21:15:52.238Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-29T21:15:52.238Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-29T21:15:52.238Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-29T21:15:52.238Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-29T21:15:52.238Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-29T21:15:52.238Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-29T21:15:52.238Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-29T21:15:53.179Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-29T21:15:53.179Z] 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-29T21:15:53.179Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-29T21:15:53.179Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-29T21:15:53.179Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-29T21:15:53.179Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-29T21:15:53.179Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-29T21:15:53.179Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-29T21:15:53.179Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-29T21:15:53.179Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-29T21:15:53.179Z] 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-29T21:15:53.439Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T21:15:53.439Z] Fetched 35.2 MB in 1s (23.7 MB/s) [2021-03-29T21:15:53.439Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T21:15:53.439Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-29T21:15:53.699Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T21:15:54.270Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-29T21:15:54.270Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T21:15:54.531Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-29T21:15:54.531Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T21:15:54.531Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T21:15:54.531Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T21:15:54.791Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-29T21:15:54.791Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T21:15:54.791Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T21:15:55.051Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T21:15:55.310Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-29T21:15:55.310Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-29T21:15:55.881Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-29T21:15:55.881Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-29T21:15:55.881Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T21:15:55.881Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T21:15:56.141Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-29T21:15:56.141Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T21:15:56.141Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:15:56.403Z] Selecting previously unselected package libexpat1:amd64. [2021-03-29T21:15:56.403Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-29T21:15:56.403Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T21:15:56.403Z] Selecting previously unselected package python3.6-minimal. [2021-03-29T21:15:56.403Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T21:15:56.403Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:15:56.665Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T21:15:56.665Z] Checking for services that may need to be restarted...done. [2021-03-29T21:15:56.665Z] Checking for services that may need to be restarted...done. [2021-03-29T21:15:56.925Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:15:56.925Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T21:15:56.925Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:15:57.864Z] Selecting previously unselected package python3-minimal. [2021-03-29T21:15:57.864Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-29T21:15:57.864Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-29T21:15:57.864Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-29T21:15:57.864Z] Selecting previously unselected package mime-support. [2021-03-29T21:15:57.864Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-29T21:15:57.864Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-29T21:15:58.125Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-29T21:15:58.125Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-29T21:15:58.125Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T21:15:58.125Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-29T21:15:58.125Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T21:15:58.125Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:15:58.386Z] Selecting previously unselected package python3.6. [2021-03-29T21:15:58.386Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T21:15:58.386Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:15:58.646Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-29T21:15:58.646Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-29T21:15:58.646Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T21:15:58.646Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-29T21:15:58.907Z] Selecting previously unselected package python3. [2021-03-29T21:15:58.907Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-29T21:15:58.907Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-29T21:15:58.907Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-29T21:15:58.907Z] Selecting previously unselected package multiarch-support. [2021-03-29T21:15:58.907Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T21:15:58.907Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T21:15:58.907Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T21:15:59.166Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-29T21:15:59.166Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-29T21:15:59.166Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-29T21:15:59.166Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T21:15:59.166Z] Selecting previously unselected package libbsd0:amd64. [2021-03-29T21:15:59.166Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-29T21:15:59.166Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T21:15:59.427Z] Selecting previously unselected package sudo. [2021-03-29T21:15:59.427Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-29T21:15:59.427Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T21:15:59.427Z] Selecting previously unselected package apparmor. [2021-03-29T21:15:59.427Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T21:15:59.427Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-29T21:15:59.688Z] Selecting previously unselected package libedit2:amd64. [2021-03-29T21:15:59.688Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-29T21:15:59.688Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T21:15:59.688Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-29T21:15:59.688Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T21:15:59.688Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:15:59.947Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-29T21:15:59.947Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T21:15:59.947Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:15:59.947Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-29T21:15:59.947Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-29T21:15:59.947Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T21:15:59.947Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-29T21:15:59.947Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T21:15:59.947Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:16:00.207Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-29T21:16:00.207Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T21:16:00.207Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:16:00.207Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-29T21:16:00.207Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-29T21:16:00.207Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T21:16:00.467Z] Selecting previously unselected package openssh-client. [2021-03-29T21:16:00.467Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-29T21:16:00.467Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T21:16:00.467Z] Selecting previously unselected package squashfs-tools. [2021-03-29T21:16:00.727Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-29T21:16:00.727Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T21:16:00.727Z] Selecting previously unselected package snapd. [2021-03-29T21:16:00.727Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-29T21:16:00.727Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-29T21:16:03.274Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T21:16:03.274Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T21:16:03.274Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-29T21:16:03.534Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T21:16:03.534Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T21:16:03.534Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:16:03.534Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T21:16:03.534Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-29T21:16:03.534Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-29T21:16:04.473Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T21:16:04.473Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T21:16:04.473Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T21:16:04.473Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:16:04.473Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:16:04.473Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T21:16:05.411Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T21:16:05.411Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:16:05.411Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T21:16:05.411Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-29T21:16:05.411Z] running python rtupdate hooks for python3.6... [2021-03-29T21:16:05.411Z] running python post-rtupdate hooks for python3.6... [2021-03-29T21:16:05.411Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-29T21:16:06.793Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-29T21:16:07.053Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T21:16:07.053Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T21:16:07.053Z] Setting up snapd (2.48.3+18.04) ... [2021-03-29T21:16:07.624Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-29T21:16:07.884Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-29T21:16:08.148Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-29T21:16:08.413Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-29T21:16:08.672Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T21:16:08.672Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T21:16:08.932Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-29T21:16:09.193Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-29T21:16:09.193Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-29T21:16:09.452Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-29T21:16:09.714Z] /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-29T21:16:09.714Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T21:16:09.714Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T21:16:10.655Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T21:16:10.655Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T21:16:10.915Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T21:16:11.177Z] Fetched 88.7 kB in 0s (188 kB/s) [2021-03-29T21:16:12.562Z] Reading package lists... [2021-03-29T21:16:12.562Z] Reading package lists... [2021-03-29T21:16:12.823Z] Building dependency tree... [2021-03-29T21:16:12.823Z] Reading state information... [2021-03-29T21:16:12.823Z] Calculating upgrade... [2021-03-29T21:16:13.084Z] The following packages will be upgraded: [2021-03-29T21:16:13.085Z] advancecomp base-files bash binutils binutils-common [2021-03-29T21:16:13.085Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-29T21:16:13.085Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-29T21:16:13.085Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-29T21:16:13.085Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-29T21:16:13.085Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-29T21:16:13.085Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-29T21:16:13.085Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-29T21:16:13.085Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-29T21:16:13.085Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-29T21:16:13.085Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-29T21:16:13.085Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-29T21:16:13.085Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-29T21:16:13.085Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-29T21:16:13.085Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-29T21:16:13.085Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T21:16:13.085Z] Need to get 63.8 MB of archives. [2021-03-29T21:16:13.085Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-29T21:16:13.085Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-29T21:16:13.085Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-29T21:16:14.026Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-29T21:16:14.026Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-29T21:16:14.026Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-29T21:16:14.026Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-29T21:16:14.026Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-29T21:16:14.026Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-29T21:16:14.026Z] 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-29T21:16:14.026Z] 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-29T21:16:14.026Z] 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-29T21:16:14.026Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-29T21:16:14.026Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-29T21:16:14.026Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-29T21:16:14.026Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-29T21:16:14.026Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-29T21:16:14.026Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-29T21:16:14.026Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-29T21:16:14.026Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-29T21:16:14.026Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-29T21:16:14.026Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-29T21:16:14.026Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-29T21:16:14.026Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-29T21:16:14.286Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-29T21:16:14.286Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-29T21:16:14.286Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-29T21:16:14.286Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-29T21:16:14.286Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-29T21:16:14.286Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-29T21:16:14.286Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-29T21:16:14.286Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-29T21:16:14.286Z] 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-29T21:16:14.286Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-29T21:16:14.286Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-29T21:16:14.286Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-29T21:16:14.286Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-29T21:16:14.286Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-29T21:16:14.286Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-29T21:16:14.286Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-29T21:16:14.286Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-29T21:16:14.286Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-29T21:16:14.286Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-29T21:16:14.286Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-29T21:16:14.286Z] Get:44 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-29T21:16:14.286Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-29T21:16:14.286Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-29T21:16:14.286Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-29T21:16:14.286Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-29T21:16:14.286Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-29T21:16:14.286Z] 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-29T21:16:14.286Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-29T21:16:14.548Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-29T21:16:14.548Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-29T21:16:14.548Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-29T21:16:14.548Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-29T21:16:14.548Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-29T21:16:14.548Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-29T21:16:14.548Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-29T21:16:14.548Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-29T21:16:14.548Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-29T21:16:14.548Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-29T21:16:14.548Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-29T21:16:14.548Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-29T21:16:14.548Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-29T21:16:14.548Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-29T21:16:14.548Z] Get:66 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-29T21:16:14.548Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-29T21:16:14.548Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-29T21:16:14.548Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-29T21:16:14.548Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-29T21:16:14.548Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-29T21:16:14.548Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-29T21:16:14.548Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-29T21:16:14.548Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-29T21:16:14.548Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-29T21:16:14.548Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-29T21:16:14.548Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-29T21:16:14.548Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-29T21:16:14.548Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-29T21:16:14.548Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-29T21:16:14.808Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-29T21:16:14.808Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-29T21:16:14.808Z] 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-29T21:16:14.808Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-29T21:16:14.808Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-29T21:16:14.808Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-29T21:16:14.808Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-29T21:16:14.808Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-29T21:16:14.808Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-29T21:16:14.808Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-29T21:16:15.068Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-29T21:16:15.640Z] 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-29T21:16:15.640Z] 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-29T21:16:15.640Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-29T21:16:15.901Z] 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-29T21:16:15.901Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-29T21:16:15.901Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-29T21:16:15.901Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-29T21:16:15.901Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-29T21:16:15.901Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T21:16:16.162Z] Fetched 63.8 MB in 3s (22.3 MB/s) [2021-03-29T21:16:16.162Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:16.162Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T21:16:16.162Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T21:16:16.733Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T21:16:16.995Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T21:16:16.995Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-29T21:16:16.995Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-29T21:16:17.955Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:17.955Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:16:17.955Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:17.955Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:16:18.215Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:18.215Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:16:18.215Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:18.215Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:16:18.481Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:18.481Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:16:18.481Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:18.481Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:16:18.481Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:18.481Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:16:18.743Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:16:18.743Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T21:16:18.743Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:18.743Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-29T21:16:18.743Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:16:19.003Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T21:16:19.003Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:19.003Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:16:19.003Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:19.003Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:16:19.264Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:19.264Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T21:16:19.264Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:16:19.523Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T21:16:19.523Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T21:16:19.523Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T21:16:20.093Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T21:16:20.354Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T21:16:20.354Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-29T21:16:20.354Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-29T21:16:20.354Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-29T21:16:20.354Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-29T21:16:20.618Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-29T21:16:20.618Z] Installing new version of config file /etc/issue ... [2021-03-29T21:16:20.618Z] Installing new version of config file /etc/issue.net ... [2021-03-29T21:16:20.618Z] Installing new version of config file /etc/lsb-release ... [2021-03-29T21:16:20.879Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-29T21:16:21.139Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-29T21:16:21.139Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-29T21:16:21.139Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-29T21:16:21.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:21.139Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-29T21:16:21.139Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-29T21:16:21.399Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-29T21:16:21.399Z] 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-29T21:16:21.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:21.399Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:16:21.399Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-29T21:16:21.660Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:16:21.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:21.660Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-29T21:16:21.660Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-29T21:16:21.920Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-29T21:16:21.920Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:21.920Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-29T21:16:21.920Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T21:16:22.179Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-29T21:16:22.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:22.439Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T21:16:22.439Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T21:16:22.439Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T21:16:22.699Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:22.699Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T21:16:22.699Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T21:16:22.699Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-29T21:16:22.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:22.961Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-29T21:16:22.961Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-29T21:16:22.961Z] Setting up grep (3.1-2build1) ... [2021-03-29T21:16:22.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:22.961Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T21:16:23.220Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T21:16:23.220Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-29T21:16:23.220Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:23.220Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T21:16:23.481Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T21:16:23.481Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-29T21:16:23.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:23.481Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T21:16:23.741Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T21:16:24.309Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T21:16:24.309Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T21:16:24.309Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T21:16:24.309Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T21:16:24.878Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-29T21:16:25.138Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:25.138Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-29T21:16:25.138Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T21:16:26.085Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T21:16:26.085Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T21:16:26.085Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T21:16:26.345Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T21:16:26.345Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T21:16:26.345Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:26.345Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-29T21:16:26.345Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-29T21:16:26.605Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-29T21:16:26.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:26.865Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:16:26.865Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:16:26.865Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:16:26.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:26.865Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:16:26.865Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:16:27.125Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:16:27.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:27.125Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:16:27.125Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:16:27.386Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:16:27.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:27.386Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:16:27.386Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:16:27.646Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:16:27.646Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:27.646Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T21:16:27.646Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T21:16:27.646Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T21:16:27.646Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T21:16:27.905Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T21:16:27.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:27.905Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T21:16:27.905Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T21:16:28.165Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T21:16:28.165Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:28.165Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:16:28.165Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:16:28.165Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:16:28.436Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:28.436Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:16:28.436Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:16:28.436Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:16:28.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:28.698Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:16:28.698Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:16:29.267Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:16:29.526Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-29T21:16:29.788Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-29T21:16:29.788Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:29.788Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T21:16:29.788Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T21:16:30.047Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T21:16:30.307Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T21:16:30.307Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-29T21:16:30.307Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T21:16:30.307Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-29T21:16:30.567Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:30.567Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-29T21:16:30.567Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-29T21:16:30.567Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-29T21:16:30.826Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:30.826Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-29T21:16:30.826Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T21:16:31.087Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-29T21:16:31.087Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:31.087Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-29T21:16:31.087Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T21:16:31.087Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-29T21:16:31.347Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:31.347Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T21:16:31.347Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T21:16:31.347Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T21:16:31.607Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:31.607Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T21:16:31.607Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T21:16:31.607Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T21:16:31.867Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:31.867Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T21:16:31.867Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T21:16:32.127Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T21:16:32.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:32.127Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T21:16:32.127Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T21:16:32.387Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-29T21:16:32.387Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T21:16:32.387Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T21:16:32.387Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T21:16:32.647Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T21:16:32.647Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:32.647Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-29T21:16:32.647Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-29T21:16:32.647Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-29T21:16:32.907Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:32.907Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-29T21:16:32.907Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T21:16:32.907Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T21:16:33.175Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:33.175Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T21:16:33.175Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T21:16:33.456Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T21:16:33.456Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:33.456Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-29T21:16:33.456Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-29T21:16:33.456Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-29T21:16:33.716Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:33.716Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T21:16:33.716Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T21:16:33.976Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-29T21:16:34.091Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:16:34.091Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:16:34.091Z] ---> 537f52e228c8 [2021-03-29T21:16:34.091Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T21:16:34.091Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:16:34.091Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:16:34.091Z] ---> 537f52e228c8 [2021-03-29T21:16:34.091Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T21:16:34.091Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:16:34.091Z] [2021-03-29T21:16:34.091Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:16:34.091Z] ---> 537f52e228c8 [2021-03-29T21:16:34.091Z] [2021-03-29T21:16:34.091Z] ---> 537f52e228c8 [2021-03-29T21:16:34.091Z] Step 3/23 : WORKDIR /edgex-goStep 3/31 : WORKDIR /edgex-go [2021-03-29T21:16:34.091Z] [2021-03-29T21:16:34.091Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:16:34.091Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:16:34.091Z] ---> 537f52e228c8 [2021-03-29T21:16:34.091Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:16:34.091Z] ---> Running in aea83435810d [2021-03-29T21:16:34.091Z] ---> Running in 486e92890c48 [2021-03-29T21:16:34.091Z] ---> Running in 650ea5c9521e [2021-03-29T21:16:34.091Z] ---> Running in 5cb1410a35c8 [2021-03-29T21:16:34.091Z] ---> Running in 8482c7ccda17 [2021-03-29T21:16:34.091Z] Removing intermediate container 486e92890c48 [2021-03-29T21:16:34.091Z] ---> 8bd75331965c [2021-03-29T21:16:34.091Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:16:34.091Z] Removing intermediate container aea83435810d [2021-03-29T21:16:34.091Z] ---> b57224b0bbf6 [2021-03-29T21:16:34.091Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:16:34.091Z] ---> Running in d7991645dad3 [2021-03-29T21:16:34.091Z] Removing intermediate container 8482c7ccda17 [2021-03-29T21:16:34.091Z] ---> e07119dc49eb [2021-03-29T21:16:34.091Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:16:34.091Z] Removing intermediate container 5cb1410a35c8 [2021-03-29T21:16:34.091Z] ---> 5f262e854d47 [2021-03-29T21:16:34.091Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:16:34.091Z] Removing intermediate container 650ea5c9521e [2021-03-29T21:16:34.091Z] ---> 846d8dc7bbad [2021-03-29T21:16:34.091Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:16:34.091Z] ---> Running in 091f8b5b37c2 [2021-03-29T21:16:34.091Z] ---> Running in c6b4f27ff507 [2021-03-29T21:16:34.091Z] ---> Running in 86b5bf4ed5c6 [2021-03-29T21:16:34.091Z] ---> Running in 1619b955b3d4 [2021-03-29T21:16:34.091Z] Removing intermediate container d7991645dad3 [2021-03-29T21:16:34.091Z] ---> c70a120caa96 [2021-03-29T21:16:34.091Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T21:16:34.091Z] ---> Running in 740fd78ffbf0 [2021-03-29T21:16:34.236Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:34.236Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T21:16:34.236Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T21:16:34.236Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-29T21:16:34.364Z] Removing intermediate container 091f8b5b37c2 [2021-03-29T21:16:34.364Z] ---> 628c736842e3 [2021-03-29T21:16:34.364Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T21:16:34.495Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:34.495Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-29T21:16:34.495Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-29T21:16:34.495Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-29T21:16:34.639Z] ---> Running in 7735a1470c3e [2021-03-29T21:16:34.639Z] Removing intermediate container c6b4f27ff507 [2021-03-29T21:16:34.639Z] ---> c5ad30cc15c1 [2021-03-29T21:16:34.639Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T21:16:34.639Z] Removing intermediate container 1619b955b3d4 [2021-03-29T21:16:34.639Z] ---> 1a8ba717c588 [2021-03-29T21:16:34.639Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T21:16:34.639Z] Removing intermediate container 86b5bf4ed5c6 [2021-03-29T21:16:34.639Z] ---> 6259eaf9895e [2021-03-29T21:16:34.639Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T21:16:34.756Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:34.756Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-29T21:16:34.756Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-29T21:16:34.756Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-29T21:16:34.913Z] ---> Running in 553bf6eedd94 [2021-03-29T21:16:34.913Z] ---> Running in cba702edb97c [2021-03-29T21:16:34.913Z] ---> Running in b37b2f694ba6 [2021-03-29T21:16:35.015Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:35.015Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-29T21:16:35.015Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-29T21:16:35.015Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-29T21:16:35.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:35.283Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-29T21:16:35.283Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-29T21:16:35.283Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-29T21:16:35.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:35.283Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T21:16:35.579Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-29T21:16:35.579Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-29T21:16:35.579Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T21:16:35.579Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-29T21:16:35.579Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-29T21:16:35.891Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-29T21:16:35.891Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-29T21:16:35.891Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T21:16:35.891Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T21:16:35.891Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T21:16:35.891Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T21:16:35.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:16:36.154Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T21:16:36.154Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T21:16:36.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:16:36.417Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-29T21:16:36.417Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-29T21:16:36.685Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T21:16:36.685Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-29T21:16:36.685Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T21:16:36.685Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-29T21:16:36.685Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-29T21:16:36.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:16:36.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:16:36.969Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-29T21:16:36.969Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-29T21:16:36.969Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-29T21:16:36.969Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-29T21:16:37.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:16:37.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:16:37.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:16:37.321Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-29T21:16:37.321Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-29T21:16:37.321Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-29T21:16:37.321Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-29T21:16:37.321Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-29T21:16:37.615Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-29T21:16:37.615Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-29T21:16:37.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:16:37.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:16:37.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:16:38.181Z] OK: 217 MiB in 51 packages [2021-03-29T21:16:38.456Z] OK: 217 MiB in 51 packages [2021-03-29T21:16:38.614Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-29T21:16:38.614Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-29T21:16:38.614Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-29T21:16:38.614Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-29T21:16:38.614Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T21:16:38.876Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T21:16:39.070Z] OK: 217 MiB in 51 packages [2021-03-29T21:16:39.070Z] OK: 217 MiB in 51 packages [2021-03-29T21:16:39.347Z] OK: 217 MiB in 51 packages [2021-03-29T21:16:39.816Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T21:16:39.816Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T21:16:39.949Z] Removing intermediate container 740fd78ffbf0 [2021-03-29T21:16:39.949Z] ---> 066e3f50da36 [2021-03-29T21:16:39.949Z] Step 6/22 : COPY go.mod . [2021-03-29T21:16:40.154Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T21:16:40.154Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T21:16:40.154Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T21:16:40.154Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T21:16:40.225Z] Removing intermediate container 7735a1470c3e [2021-03-29T21:16:40.225Z] ---> 35ec5a910114 [2021-03-29T21:16:40.225Z] Step 6/22 : COPY go.mod . [2021-03-29T21:16:40.415Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:40.415Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:16:40.415Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:40.415Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:16:40.675Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:40.675Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:16:40.675Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:40.675Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:16:40.829Z] Removing intermediate container 553bf6eedd94 [2021-03-29T21:16:40.829Z] ---> 7a0280a42b71 [2021-03-29T21:16:40.829Z] Step 6/31 : COPY go.mod . [2021-03-29T21:16:40.829Z] Removing intermediate container b37b2f694ba6 [2021-03-29T21:16:40.829Z] ---> 4809323dd74a [2021-03-29T21:16:40.829Z] Step 6/23 : COPY go.mod . [2021-03-29T21:16:41.113Z] ---> 691904f46261 [2021-03-29T21:16:41.113Z] Step 7/22 : RUN go mod download [2021-03-29T21:16:41.113Z] Removing intermediate container cba702edb97c [2021-03-29T21:16:41.113Z] ---> c1b76da7079f [2021-03-29T21:16:41.113Z] Step 6/23 : COPY go.mod . [2021-03-29T21:16:41.387Z] ---> a89d6b1e139a [2021-03-29T21:16:41.387Z] Step 7/22 : RUN go mod download [2021-03-29T21:16:41.387Z] ---> Running in ed68a236fcb0 [2021-03-29T21:16:41.665Z] ---> Running in 0601a279a78c [2021-03-29T21:16:41.940Z] ---> 9728b1305ef8 [2021-03-29T21:16:41.941Z] Step 7/31 : RUN go mod download [2021-03-29T21:16:41.941Z] ---> e25a4fbd9a8d [2021-03-29T21:16:41.941Z] Step 7/23 : RUN go mod download [2021-03-29T21:16:42.060Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:42.060Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:16:42.212Z] ---> Running in c9827b32e25c [2021-03-29T21:16:42.212Z] ---> Running in 5219d1c64b06 [2021-03-29T21:16:42.484Z] ---> d07d1774e5a4 [2021-03-29T21:16:42.484Z] Step 7/23 : RUN go mod download [2021-03-29T21:16:42.631Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:42.762Z] ---> Running in 98f95e168ec8 [2021-03-29T21:16:42.892Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:16:43.833Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:43.833Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:16:44.094Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:44.094Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:16:45.034Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T21:16:45.034Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T21:16:45.294Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T21:16:45.294Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T21:16:45.294Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T21:16:45.294Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T21:16:45.555Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T21:16:45.555Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T21:16:45.555Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-29T21:16:45.555Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-29T21:16:45.555Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T21:16:45.815Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T21:16:45.815Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T21:16:45.815Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T21:16:45.815Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-29T21:16:46.076Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-29T21:16:46.076Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:16:46.076Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T21:16:46.076Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:16:46.076Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:16:46.179Z] Removing intermediate container ed68a236fcb0 [2021-03-29T21:16:46.179Z] ---> a57245df35b7 [2021-03-29T21:16:46.179Z] Step 8/22 : COPY . . [2021-03-29T21:16:46.179Z] Removing intermediate container 0601a279a78c [2021-03-29T21:16:46.179Z] ---> 17ecb1cb8537 [2021-03-29T21:16:46.179Z] Step 8/22 : COPY . . [2021-03-29T21:16:46.646Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:16:46.778Z] Removing intermediate container c9827b32e25c [2021-03-29T21:16:46.778Z] ---> a15cfb194b0d [2021-03-29T21:16:46.778Z] Step 8/31 : COPY . . [2021-03-29T21:16:46.906Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-29T21:16:47.166Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-29T21:16:47.381Z] Removing intermediate container 5219d1c64b06 [2021-03-29T21:16:47.381Z] ---> 1db67766407a [2021-03-29T21:16:47.381Z] Step 8/23 : COPY . . [2021-03-29T21:16:47.381Z] Removing intermediate container 98f95e168ec8 [2021-03-29T21:16:47.381Z] ---> 29dcee034a82 [2021-03-29T21:16:47.381Z] Step 8/23 : COPY . . [2021-03-29T21:16:47.425Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-29T21:16:47.425Z] [2021-03-29T21:16:47.425Z] Current default time zone: 'Etc/UTC' [2021-03-29T21:16:47.425Z] Local time is now: Mon Mar 29 21:16:47 UTC 2021. [2021-03-29T21:16:47.425Z] Universal Time is now: Mon Mar 29 21:16:47 UTC 2021. [2021-03-29T21:16:47.425Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-29T21:16:47.425Z] [2021-03-29T21:16:47.425Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-29T21:16:47.425Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:16:47.425Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-29T21:16:47.685Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-29T21:16:47.685Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-29T21:16:47.685Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-29T21:16:47.685Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-29T21:16:47.685Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-29T21:16:47.685Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-29T21:16:47.685Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T21:16:47.685Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:16:47.685Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-29T21:16:47.945Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:16:47.945Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T21:16:47.945Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:16:47.945Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-29T21:16:47.945Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-29T21:16:48.206Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-29T21:16:48.206Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T21:16:48.206Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-29T21:16:48.206Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-29T21:16:48.206Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-29T21:16:48.206Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-29T21:16:50.117Z] Updating certificates in /etc/ssl/certs... [2021-03-29T21:16:50.687Z] 23 added, 27 removed; done. [2021-03-29T21:16:50.687Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T21:16:50.687Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T21:16:50.687Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-29T21:16:50.687Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-29T21:16:50.687Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-29T21:16:50.687Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:16:50.687Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T21:16:50.687Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:16:50.947Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:16:50.947Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:16:50.947Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:16:50.947Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:16:50.947Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-29T21:16:50.947Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-29T21:16:50.947Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-29T21:16:50.947Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-29T21:16:50.947Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-29T21:16:50.947Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:16:50.947Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T21:16:51.206Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-29T21:16:51.206Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-29T21:16:51.206Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-29T21:16:51.206Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T21:16:51.206Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T21:16:51.206Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-29T21:16:51.467Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-29T21:16:51.467Z] Updating certificates in /etc/ssl/certs... [2021-03-29T21:16:52.037Z] 0 added, 0 removed; done. [2021-03-29T21:16:52.037Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-29T21:16:52.037Z] done. [2021-03-29T21:16:52.558Z] Reading package lists... [2021-03-29T21:16:52.558Z] Building dependency tree... [2021-03-29T21:16:52.558Z] Reading state information... [2021-03-29T21:16:52.819Z] The following NEW packages will be installed: [2021-03-29T21:16:52.819Z] apt-transport-https [2021-03-29T21:16:52.819Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T21:16:52.819Z] Need to get 1696 B of archives. [2021-03-29T21:16:52.819Z] After this operation, 153 kB of additional disk space will be used. [2021-03-29T21:16:52.819Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-29T21:16:53.079Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T21:16:53.079Z] Fetched 1696 B in 0s (39.2 kB/s) [2021-03-29T21:16:53.079Z] Selecting previously unselected package apt-transport-https. [2021-03-29T21:16:53.079Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-29T21:16:53.079Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-29T21:16:53.079Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T21:16:53.079Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T21:16:53.340Z] Waiting for network to be ready... [2021-03-29T21:17:01.471Z] 2021-03-29T21:16:57Z INFO Waiting for automatic snapd restart... [2021-03-29T21:17:01.471Z] snapd 2.49.1 from Canonical* installed [2021-03-29T21:17:02.043Z] "snapd" switched to the "latest/stable" channel [2021-03-29T21:17:02.043Z] [2021-03-29T21:17:06.256Z] core18 20210128 from Canonical* installed [2021-03-29T21:17:06.256Z] "core18" switched to the "latest/stable" channel [2021-03-29T21:17:06.256Z] [2021-03-29T21:17:11.533Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T21:17:11.793Z] "snapcraft" switched to the "latest/stable" channel [2021-03-29T21:17:11.793Z] [2021-03-29T21:17:14.183Z] ---> 734935e35f53 [2021-03-29T21:17:14.183Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T21:17:14.183Z] ---> 3a94ddc8c278 [2021-03-29T21:17:14.183Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T21:17:14.183Z] ---> Running in 274c077f359a [2021-03-29T21:17:14.183Z] ---> Running in f3dcd4e46d92 [2021-03-29T21:17:14.183Z] ---> d4c5173def28 [2021-03-29T21:17:14.183Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T21:17:14.183Z] ---> 839f21975b4f [2021-03-29T21:17:14.183Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T21:17:14.183Z] ---> 4d99d2a3314c [2021-03-29T21:17:14.183Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T21:17:14.183Z] ---> Running in 2eab22648c50 [2021-03-29T21:17:14.183Z] ---> Running in 43528dc1f0d5 [2021-03-29T21:17:14.184Z] ---> Running in ecc0659c6b16 [2021-03-29T21:17:14.184Z] 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-29T21:17:14.184Z] 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-29T21:17:14.462Z] 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-29T21:17:14.462Z] 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-29T21:17:14.735Z] 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-29T21:17:15.107Z] 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-29T21:17:15.107Z] - README.md [2021-03-29T21:17:15.107Z] [2021-03-29T21:17:15.107Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T21:17:21.687Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T21:17:21.947Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T21:17:21.947Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T21:17:21.947Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T21:17:23.156Z] Reading package lists... [2021-03-29T21:17:23.727Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-29T21:17:30.304Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T21:17:30.304Z] Reading package lists... [2021-03-29T21:17:30.304Z] Building dependency tree... [2021-03-29T21:17:30.304Z] Reading state information... [2021-03-29T21:17:30.304Z] Suggested packages: [2021-03-29T21:17:30.304Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-29T21:17:30.304Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-29T21:17:30.304Z] Recommended packages: [2021-03-29T21:17:30.304Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-29T21:17:30.304Z] The following NEW packages will be installed: [2021-03-29T21:17:30.304Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-29T21:17:30.304Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-29T21:17:30.304Z] pkg-config zip [2021-03-29T21:17:30.304Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T21:17:30.304Z] Need to get 7657 kB of archives. [2021-03-29T21:17:30.304Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-29T21:17:30.304Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-29T21:17:30.304Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-29T21:17:30.304Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-29T21:17:30.304Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-29T21:17:30.304Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-29T21:17:30.304Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-29T21:17:30.304Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-29T21:17:30.304Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-29T21:17:30.564Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-29T21:17:30.564Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-29T21:17:30.564Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-29T21:17:30.824Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-29T21:17:30.824Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-29T21:17:30.824Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-29T21:17:30.824Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-29T21:17:30.824Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T21:17:31.083Z] Fetched 7657 kB in 1s (10.5 MB/s) [2021-03-29T21:17:31.083Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-29T21:17:31.083Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-29T21:17:31.083Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-29T21:17:31.083Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T21:17:31.343Z] Selecting previously unselected package libpsl5:amd64. [2021-03-29T21:17:31.343Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-29T21:17:31.343Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T21:17:31.343Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-29T21:17:31.343Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-29T21:17:31.343Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T21:17:31.605Z] Selecting previously unselected package librtmp1:amd64. [2021-03-29T21:17:31.605Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-29T21:17:31.605Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T21:17:31.605Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-29T21:17:31.605Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-29T21:17:31.605Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T21:17:31.605Z] Selecting previously unselected package liberror-perl. [2021-03-29T21:17:31.605Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-29T21:17:31.605Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-29T21:17:31.865Z] Selecting previously unselected package git-man. [2021-03-29T21:17:31.865Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-29T21:17:31.865Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T21:17:31.865Z] Selecting previously unselected package git. [2021-03-29T21:17:31.865Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-29T21:17:31.865Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T21:17:32.814Z] Selecting previously unselected package libnorm1:amd64. [2021-03-29T21:17:32.814Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-29T21:17:32.814Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T21:17:32.814Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-29T21:17:32.814Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-29T21:17:32.814Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T21:17:33.074Z] Selecting previously unselected package libsodium23:amd64. [2021-03-29T21:17:33.074Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-29T21:17:33.074Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-29T21:17:33.074Z] Selecting previously unselected package libzmq5:amd64. [2021-03-29T21:17:33.074Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T21:17:33.074Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T21:17:33.335Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-29T21:17:33.335Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T21:17:33.335Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T21:17:33.335Z] Selecting previously unselected package pkg-config. [2021-03-29T21:17:33.335Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-29T21:17:33.335Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T21:17:33.594Z] Selecting previously unselected package zip. [2021-03-29T21:17:33.594Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-29T21:17:33.594Z] Unpacking zip (3.0-11build1) ... [2021-03-29T21:17:33.594Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T21:17:33.594Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T21:17:33.594Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T21:17:33.594Z] Setting up liberror-perl (0.17025-1) ... [2021-03-29T21:17:33.594Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T21:17:33.594Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T21:17:33.594Z] No schema files found: doing nothing. [2021-03-29T21:17:33.594Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T21:17:33.854Z] Setting up zip (3.0-11build1) ... [2021-03-29T21:17:33.854Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T21:17:33.854Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-29T21:17:33.854Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T21:17:33.854Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T21:17:33.854Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T21:17:33.854Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T21:17:34.115Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T21:17:34.115Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T21:17:40.692Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T21:17:40.692Z] git set to automatically installed. [2021-03-29T21:17:40.692Z] git-man set to automatically installed. [2021-03-29T21:17:40.692Z] libcurl3-gnutls set to automatically installed. [2021-03-29T21:17:40.692Z] liberror-perl set to automatically installed. [2021-03-29T21:17:40.692Z] libglib2.0-0 set to automatically installed. [2021-03-29T21:17:40.692Z] libnghttp2-14 set to automatically installed. [2021-03-29T21:17:40.692Z] libnorm1 set to automatically installed. [2021-03-29T21:17:40.692Z] libpgm-5.2-0 set to automatically installed. [2021-03-29T21:17:40.692Z] libpsl5 set to automatically installed. [2021-03-29T21:17:40.692Z] librtmp1 set to automatically installed. [2021-03-29T21:17:40.692Z] libsodium23 set to automatically installed. [2021-03-29T21:17:40.692Z] libzmq3-dev set to automatically installed. [2021-03-29T21:17:40.692Z] libzmq5 set to automatically installed. [2021-03-29T21:17:40.692Z] pkg-config set to automatically installed. [2021-03-29T21:17:40.692Z] zip set to automatically installed. [2021-03-29T21:17:42.202Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T21:17:48.782Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T21:18:06.919Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-29T21:18:06.919Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T21:18:12.202Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T21:18:12.781Z] snap "core18" has no updates available [2021-03-29T21:18:13.357Z] Pulling go-build-helper [2021-03-29T21:18:13.357Z] + snapcraftctl pull [2021-03-29T21:18:14.741Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-29T21:18:14.741Z] Skipping pull go-build-helper (already ran) [2021-03-29T21:18:14.741Z] Building go-build-helper [2021-03-29T21:18:14.741Z] + snapcraftctl build [2021-03-29T21:18:17.282Z] Staging go-build-helper [2021-03-29T21:18:17.282Z] + snapcraftctl stage [2021-03-29T21:18:29.508Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T21:18:29.508Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T21:18:29.508Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T21:18:29.508Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T21:18:29.508Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T21:18:29.508Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T21:18:29.508Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T21:18:29.508Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T21:18:29.508Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T21:18:29.508Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T21:18:29.508Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T21:18:29.508Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T21:18:29.508Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T21:18:29.508Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T21:18:29.508Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T21:18:29.508Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T21:18:29.508Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T21:18:29.508Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T21:18:29.508Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T21:18:29.508Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T21:18:29.508Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T21:18:29.508Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T21:18:29.508Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T21:18:29.509Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T21:18:29.509Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T21:18:29.509Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T21:18:29.509Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T21:18:29.509Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-29T21:18:29.509Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T21:18:29.509Z] Fetched 224 kB in 0s (0 B/s) [2021-03-29T21:18:29.509Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T21:18:29.509Z] Fetched 157 kB in 0s (0 B/s) [2021-03-29T21:18:29.509Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T21:18:29.509Z] Fetched 221 kB in 0s (0 B/s) [2021-03-29T21:18:29.509Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T21:18:29.509Z] Fetched 143 kB in 0s (0 B/s) [2021-03-29T21:18:29.509Z] Pulling app-service-config [2021-03-29T21:18:29.509Z] + snapcraftctl pull [2021-03-29T21:18:29.768Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-29T21:18:30.339Z] Pulling config-common [2021-03-29T21:18:30.339Z] + snapcraftctl pull [2021-03-29T21:18:35.621Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T21:18:35.621Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T21:18:35.621Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T21:18:35.621Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T21:18:35.621Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T21:18:35.621Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T21:18:35.621Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T21:18:35.621Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T21:18:35.621Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T21:18:35.621Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T21:18:35.621Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T21:18:35.621Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T21:18:35.621Z] Pulling edgex-go [2021-03-29T21:18:35.621Z] + snapcraftctl pull [2021-03-29T21:18:57.574Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T21:18:57.574Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T21:18:57.574Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T21:18:57.574Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T21:18:57.574Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-29T21:18:57.574Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-29T21:18:57.574Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-29T21:18:57.574Z] Fetched 279 kB in 0s (0 B/s) [2021-03-29T21:18:57.574Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-29T21:18:57.574Z] Fetched 122 kB in 0s (0 B/s) [2021-03-29T21:18:57.574Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-29T21:18:57.574Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-29T21:18:57.574Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-29T21:18:57.575Z] Fetched 8848 B in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-29T21:18:57.575Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-29T21:18:57.575Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-29T21:18:57.575Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-29T21:18:57.575Z] Fetched 214 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-29T21:18:57.575Z] Fetched 154 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-29T21:18:57.575Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-29T21:18:57.575Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-29T21:18:57.575Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-29T21:18:57.575Z] Fetched 499 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-29T21:18:57.575Z] Fetched 111 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-29T21:18:57.575Z] Fetched 240 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-29T21:18:57.575Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-29T21:18:57.575Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-29T21:18:57.575Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-29T21:18:57.575Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-29T21:18:57.575Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-29T21:18:57.575Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-29T21:18:57.575Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-29T21:18:57.575Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-29T21:18:57.575Z] Fetched 8720 B in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-29T21:18:57.575Z] Fetched 137 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-29T21:18:57.575Z] Fetched 119 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-29T21:18:57.575Z] Fetched 109 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-29T21:18:57.575Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-29T21:18:57.575Z] Fetched 645 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-29T21:18:57.575Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-29T21:18:57.575Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-29T21:18:57.575Z] Fetched 368 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-29T21:18:57.575Z] Fetched 187 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-29T21:18:57.575Z] Fetched 175 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-29T21:18:57.575Z] Fetched 206 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-29T21:18:57.575Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-29T21:18:57.575Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-29T21:18:57.575Z] Fetched 159 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-29T21:18:57.575Z] Fetched 107 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-29T21:18:57.575Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-29T21:18:57.575Z] Pulling static-packages [2021-03-29T21:18:57.575Z] + snapcraftctl pull [2021-03-29T21:18:57.863Z] Pulling version [2021-03-29T21:18:57.863Z] + cd /root/project [2021-03-29T21:18:57.863Z] + [ -f VERSION ] [2021-03-29T21:18:57.863Z] + PROJECT_VERSION=local-dev [2021-03-29T21:18:57.863Z] + git rev-parse --short HEAD [2021-03-29T21:18:57.863Z] + GIT_REVISION=7e6fffbe [2021-03-29T21:18:57.863Z] + snapcraftctl set-version local-dev [2021-03-29T21:18:58.804Z] Skipping build go-build-helper (already ran) [2021-03-29T21:18:59.064Z] Building app-service-config [2021-03-29T21:18:59.064Z] + make build [2021-03-29T21:18:59.064Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-29T21:19:01.606Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 [2021-03-29T21:19:01.606Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 [2021-03-29T21:19:01.606Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 [2021-03-29T21:19:01.606Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-29T21:19:01.606Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-29T21:19:01.606Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-29T21:19:01.606Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-29T21:19:01.606Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-29T21:19:01.606Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-29T21:19:01.606Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-29T21:19:01.606Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-29T21:19:01.606Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-29T21:19:01.606Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-29T21:19:01.606Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-29T21:19:01.606Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-29T21:19:01.867Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-29T21:19:01.867Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-29T21:19:01.867Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-29T21:19:01.867Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-29T21:19:02.128Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-29T21:19:02.128Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-29T21:19:02.128Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-29T21:19:02.128Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-29T21:19:02.128Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-29T21:19:02.128Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-29T21:19:02.388Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-29T21:19:02.388Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-29T21:19:02.648Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-29T21:19:02.648Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-29T21:19:02.648Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-29T21:19:02.648Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-29T21:19:02.648Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-29T21:19:02.921Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-29T21:19:02.921Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-29T21:19:02.921Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-29T21:19:02.921Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-29T21:19:02.921Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-29T21:19:02.921Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-29T21:19:02.921Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-29T21:19:02.921Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-29T21:19:02.921Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-29T21:19:02.921Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-29T21:19:02.921Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-29T21:19:02.921Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-29T21:19:06.571Z] Removing intermediate container f3dcd4e46d92 [2021-03-29T21:19:06.571Z] ---> 0a4b3a05dd5e [2021-03-29T21:19:06.571Z] [2021-03-29T21:19:06.571Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T21:19:06.571Z] 3.12: Pulling from library/alpine [2021-03-29T21:19:06.571Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T21:19:06.571Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T21:19:06.571Z] ---> e47305ac9786 [2021-03-29T21:19:06.571Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T21:19:06.571Z] ---> Running in 07ad0512fe14 [2021-03-29T21:19:06.571Z] Removing intermediate container 07ad0512fe14 [2021-03-29T21:19:06.571Z] ---> b0a9abbba6b3 [2021-03-29T21:19:06.571Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T21:19:06.571Z] ---> Running in b4a3e93e4f61 [2021-03-29T21:19:06.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:19:06.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:19:07.441Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T21:19:07.441Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T21:19:07.441Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:19:07.441Z] OK: 5 MiB in 16 packages [2021-03-29T21:19:10.085Z] Removing intermediate container b4a3e93e4f61 [2021-03-29T21:19:10.085Z] ---> 53cc6cfcd9ca [2021-03-29T21:19:10.085Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T21:19:10.085Z] ---> Running in 1a001fcddad4 [2021-03-29T21:19:11.094Z] Removing intermediate container 1a001fcddad4 [2021-03-29T21:19:11.094Z] ---> 4a5771e97753 [2021-03-29T21:19:11.094Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T21:19:12.093Z] ---> Running in 362d02849e30 [2021-03-29T21:19:14.084Z] Removing intermediate container 362d02849e30 [2021-03-29T21:19:14.084Z] ---> e22cfa3e065e [2021-03-29T21:19:14.084Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T21:19:14.681Z] ---> Running in 519764f44a68 [2021-03-29T21:19:15.165Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-29T21:19:15.165Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-29T21:19:15.165Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-29T21:19:15.165Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-29T21:19:15.425Z] Building config-common [2021-03-29T21:19:15.425Z] + snapcraftctl build [2021-03-29T21:19:15.673Z] Removing intermediate container 43528dc1f0d5 [2021-03-29T21:19:15.674Z] ---> 4a879894d96b [2021-03-29T21:19:15.674Z] [2021-03-29T21:19:15.674Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:19:15.674Z] ---> e47305ac9786 [2021-03-29T21:19:15.674Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:19:15.674Z] Removing intermediate container 274c077f359a [2021-03-29T21:19:15.674Z] ---> c418764dff76 [2021-03-29T21:19:15.674Z] [2021-03-29T21:19:15.674Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T21:19:15.674Z] ---> e47305ac9786 [2021-03-29T21:19:15.674Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T21:19:15.950Z] ---> Running in 6811f5f7b32c [2021-03-29T21:19:15.950Z] ---> Running in d02610f7cb37 [2021-03-29T21:19:16.232Z] Removing intermediate container ecc0659c6b16 [2021-03-29T21:19:16.232Z] ---> 1e8967ddd237 [2021-03-29T21:19:16.232Z] [2021-03-29T21:19:16.232Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T21:19:16.232Z] ---> e47305ac9786 [2021-03-29T21:19:16.232Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:19:16.831Z] ---> Running in 31d38013b726 [2021-03-29T21:19:18.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:19:18.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:19:18.582Z] Removing intermediate container 519764f44a68 [2021-03-29T21:19:18.582Z] ---> cf7b0b378c4e [2021-03-29T21:19:18.582Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T21:19:18.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:19:18.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:19:18.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:19:18.582Z] ---> Running in a59999a7e200 [2021-03-29T21:19:18.719Z] Building edgex-go [2021-03-29T21:19:18.719Z] + cd /root/parts/edgex-go/src [2021-03-29T21:19:18.719Z] + make build [2021-03-29T21:19:18.719Z] 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-29T21:19:18.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:19:19.130Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T21:19:19.130Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:19:19.130Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T21:19:19.290Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-29T21:19:19.290Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 [2021-03-29T21:19:19.290Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-29T21:19:19.290Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-29T21:19:19.290Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-29T21:19:19.290Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-29T21:19:19.290Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-29T21:19:19.405Z] OK: 5 MiB in 15 packages [2021-03-29T21:19:19.405Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T21:19:19.405Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:19:19.405Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:19:19.405Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T21:19:19.405Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:19:19.405Z] OK: 5 MiB in 15 packages [2021-03-29T21:19:19.550Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-29T21:19:19.684Z] OK: 6 MiB in 16 packages [2021-03-29T21:19:19.958Z] Removing intermediate container a59999a7e200 [2021-03-29T21:19:19.959Z] ---> 5423ef11158c [2021-03-29T21:19:19.959Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T21:19:21.405Z] ---> d394d5aab88e [2021-03-29T21:19:21.405Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T21:19:21.678Z] Removing intermediate container 6811f5f7b32c [2021-03-29T21:19:21.678Z] ---> 8dd46dab6dfe [2021-03-29T21:19:21.678Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:19:21.951Z] ---> Running in db30653ce656 [2021-03-29T21:19:21.951Z] Removing intermediate container 31d38013b726 [2021-03-29T21:19:21.951Z] ---> 6e1197ce6def [2021-03-29T21:19:21.952Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:19:22.231Z] ---> Running in efe4bb401e71 [2021-03-29T21:19:22.511Z] ---> Running in 9e81429a4821 [2021-03-29T21:19:22.511Z] Removing intermediate container d02610f7cb37 [2021-03-29T21:19:22.511Z] ---> c9075a111b0a [2021-03-29T21:19:22.511Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:19:22.784Z] ---> Running in fc096658dd10 [2021-03-29T21:19:23.054Z] Removing intermediate container 2eab22648c50 [2021-03-29T21:19:23.054Z] ---> 6d346b18345d [2021-03-29T21:19:23.054Z] [2021-03-29T21:19:23.054Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:19:23.054Z] ---> e47305ac9786 [2021-03-29T21:19:23.054Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:19:23.054Z] ---> Using cache [2021-03-29T21:19:23.054Z] ---> 6e1197ce6def [2021-03-29T21:19:23.054Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:19:23.326Z] Removing intermediate container efe4bb401e71 [2021-03-29T21:19:23.326Z] ---> a72c4db20123 [2021-03-29T21:19:23.326Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T21:19:23.326Z] ---> Running in abf1866a0607 [2021-03-29T21:19:23.326Z] Removing intermediate container 9e81429a4821 [2021-03-29T21:19:23.326Z] ---> 93bf011e344b [2021-03-29T21:19:23.326Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T21:19:23.606Z] ---> Running in b03cfbbcfa81 [2021-03-29T21:19:23.606Z] Removing intermediate container fc096658dd10 [2021-03-29T21:19:23.606Z] ---> 9336e0a7a037 [2021-03-29T21:19:23.606Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T21:19:23.606Z] ---> Running in 580a19b241cc [2021-03-29T21:19:23.606Z] ---> Running in 1bb129069f82 [2021-03-29T21:19:23.762Z] 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-29T21:19:23.763Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-29T21:19:23.887Z] Removing intermediate container abf1866a0607 [2021-03-29T21:19:23.888Z] ---> f8ca50a41e09 [2021-03-29T21:19:23.888Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T21:19:24.159Z] Removing intermediate container b03cfbbcfa81 [2021-03-29T21:19:24.159Z] ---> 4ee666b15da8 [2021-03-29T21:19:24.159Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T21:19:24.159Z] ---> Running in e21fb383d0a5 [2021-03-29T21:19:24.432Z] ---> Running in 819c4132046e [2021-03-29T21:19:24.432Z] Removing intermediate container 580a19b241cc [2021-03-29T21:19:24.432Z] ---> d24f56705d05 [2021-03-29T21:19:24.432Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T21:19:24.432Z] Removing intermediate container 1bb129069f82 [2021-03-29T21:19:24.432Z] ---> b7e4e76af5b5 [2021-03-29T21:19:24.432Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T21:19:24.796Z] ---> Running in 97904b655af5 [2021-03-29T21:19:24.796Z] ---> Running in 768db619dd47 [2021-03-29T21:19:25.165Z] Removing intermediate container e21fb383d0a5 [2021-03-29T21:19:25.165Z] ---> 561ea02ae1e0 [2021-03-29T21:19:25.165Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T21:19:25.165Z] Removing intermediate container 819c4132046e [2021-03-29T21:19:25.165Z] ---> 2a98b0a2ce52 [2021-03-29T21:19:25.165Z] Step 15/23 : WORKDIR / [2021-03-29T21:19:25.165Z] ---> Running in 76aaaebbbab8 [2021-03-29T21:19:25.511Z] ---> Running in bc48edd955ef [2021-03-29T21:19:25.511Z] Removing intermediate container 97904b655af5 [2021-03-29T21:19:25.511Z] ---> a2dcd823ae22 [2021-03-29T21:19:25.511Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:19:25.511Z] Removing intermediate container 768db619dd47 [2021-03-29T21:19:25.511Z] ---> 5c80ce1ee018 [2021-03-29T21:19:25.511Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:19:25.821Z] Removing intermediate container db30653ce656 [2021-03-29T21:19:25.821Z] ---> 44f0c596e08e [2021-03-29T21:19:25.821Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:19:25.821Z] Removing intermediate container 76aaaebbbab8 [2021-03-29T21:19:25.821Z] ---> 2d39939b3f65 [2021-03-29T21:19:25.821Z] Step 15/23 : WORKDIR / [2021-03-29T21:19:26.130Z] ---> Running in 60142d48dba1 [2021-03-29T21:19:26.422Z] Removing intermediate container bc48edd955ef [2021-03-29T21:19:26.422Z] ---> 770f57a750a5 [2021-03-29T21:19:26.422Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:19:27.045Z] ---> e9018883c69e [2021-03-29T21:19:27.046Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T21:19:27.046Z] ---> 977a4224ada5 [2021-03-29T21:19:27.046Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T21:19:27.318Z] Removing intermediate container 60142d48dba1 [2021-03-29T21:19:27.318Z] ---> 48186945234a [2021-03-29T21:19:27.318Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:19:27.318Z] ---> 0979c273d71a [2021-03-29T21:19:27.318Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T21:19:27.918Z] ---> 8c51d6c5bd97 [2021-03-29T21:19:27.918Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T21:19:28.514Z] ---> dcd14462e0a0 [2021-03-29T21:19:28.514Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T21:19:29.116Z] ---> 90892cef0af2 [2021-03-29T21:19:29.116Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T21:19:29.116Z] ---> e0081674944f [2021-03-29T21:19:29.116Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T21:19:29.387Z] ---> 0dd697120ddb [2021-03-29T21:19:29.387Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T21:19:29.988Z] ---> 5b3f455acbc5 [2021-03-29T21:19:29.988Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T21:19:30.261Z] ---> 53b91db6825b [2021-03-29T21:19:30.261Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] ---> 8078f34b9182 [2021-03-29T21:19:30.261Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T21:19:30.261Z] [2021-03-29T21:19:30.336Z] 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-29T21:19:30.543Z] ---> Running in 4141fe717ca9 [2021-03-29T21:19:30.543Z] ---> Running in a6afec32608d [2021-03-29T21:19:30.543Z] ---> bf86accd3bbe [2021-03-29T21:19:30.543Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T21:19:30.543Z] ---> 57f0b3228996 [2021-03-29T21:19:30.543Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T21:19:30.834Z] ---> 3fe356aad90a [2021-03-29T21:19:30.834Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T21:19:30.904Z] 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-29T21:19:31.115Z] ---> Running in 7791247ad4ee [2021-03-29T21:19:31.425Z] Removing intermediate container a6afec32608d [2021-03-29T21:19:31.425Z] Removing intermediate container 4141fe717ca9 [2021-03-29T21:19:31.425Z] ---> 5d629e9995df [2021-03-29T21:19:31.425Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:19:31.425Z] ---> 987f18da427c [2021-03-29T21:19:31.425Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:19:31.425Z] ---> Running in 3a2c2205eb23 [2021-03-29T21:19:31.425Z] ---> Running in 5058996cfdd2 [2021-03-29T21:19:31.714Z] ---> 2e206c58b098 [2021-03-29T21:19:31.714Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T21:19:31.714Z] Removing intermediate container 7791247ad4ee [2021-03-29T21:19:31.714Z] ---> 3676cd092425 [2021-03-29T21:19:31.714Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:19:31.989Z] ---> Running in c8939e39d737 [2021-03-29T21:19:31.989Z] ---> db91916b8ad3 [2021-03-29T21:19:31.989Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T21:19:31.989Z] ---> Running in f6457c5be2a3 [2021-03-29T21:19:32.266Z] Removing intermediate container 3a2c2205eb23 [2021-03-29T21:19:32.266Z] ---> 8938e5e45b47 [2021-03-29T21:19:32.266Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T21:19:32.266Z] Removing intermediate container 5058996cfdd2 [2021-03-29T21:19:32.266Z] ---> a31f1f6d12b1 [2021-03-29T21:19:32.266Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T21:19:32.266Z] ---> Running in 8d22d3350fa3 [2021-03-29T21:19:32.558Z] ---> Running in 1089906a35b8 [2021-03-29T21:19:32.558Z] Removing intermediate container f6457c5be2a3 [2021-03-29T21:19:32.558Z] ---> 4d7dd7f602b7 [2021-03-29T21:19:32.558Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T21:19:32.838Z] Removing intermediate container c8939e39d737 [2021-03-29T21:19:32.838Z] ---> 6b29bdac1daa [2021-03-29T21:19:32.838Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:19:32.838Z] ---> Running in 0797f38098b1 [2021-03-29T21:19:32.838Z] ---> Running in a57a3bd3a2e0 [2021-03-29T21:19:32.848Z] 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-29T21:19:33.110Z] ---> 02134ce7ead1 [2021-03-29T21:19:33.110Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T21:19:33.110Z] Removing intermediate container 1089906a35b8 [2021-03-29T21:19:33.110Z] ---> d71754744a79 [2021-03-29T21:19:33.110Z] Step 21/22 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:19:33.110Z] Removing intermediate container 8d22d3350fa3 [2021-03-29T21:19:33.110Z] ---> 541b8eb724b1 [2021-03-29T21:19:33.110Z] Step 21/22 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:19:33.385Z] ---> Running in 8fc97bac22c9 [2021-03-29T21:19:33.385Z] ---> Running in 883af3b1824f [2021-03-29T21:19:33.385Z] ---> Running in 69d1361b8e50 [2021-03-29T21:19:33.424Z] 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-29T21:19:33.424Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-29T21:19:33.661Z] Removing intermediate container 0797f38098b1 [2021-03-29T21:19:33.662Z] ---> 9923ec225699 [2021-03-29T21:19:33.662Z] Step 22/23 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:19:33.662Z] Removing intermediate container a57a3bd3a2e0 [2021-03-29T21:19:33.662Z] ---> 416bc014dcc2 [2021-03-29T21:19:33.662Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T21:19:33.683Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-29T21:19:33.683Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-29T21:19:33.683Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-29T21:19:33.938Z] ---> Running in 67167ae23864 [2021-03-29T21:19:33.938Z] ---> Running in 1952ce23f19a [2021-03-29T21:19:34.216Z] Removing intermediate container 8fc97bac22c9 [2021-03-29T21:19:34.216Z] ---> 20645cbed492 [2021-03-29T21:19:34.216Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T21:19:34.216Z] Removing intermediate container 883af3b1824f [2021-03-29T21:19:34.216Z] ---> a8d83fcdb549 [2021-03-29T21:19:34.216Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T21:19:34.216Z] Removing intermediate container 69d1361b8e50 [2021-03-29T21:19:34.216Z] ---> 0c568a3061f6 [2021-03-29T21:19:34.216Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T21:19:34.490Z] ---> Running in 87c92aabe426 [2021-03-29T21:19:34.490Z] ---> Running in 2c8c93f7d3a6 [2021-03-29T21:19:34.490Z] Removing intermediate container 67167ae23864 [2021-03-29T21:19:34.490Z] ---> 2237cc51bb27 [2021-03-29T21:19:34.490Z] Removing intermediate container 1952ce23f19a [2021-03-29T21:19:34.490Z] ---> 69051fab1ee5 [2021-03-29T21:19:34.490Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:19:34.765Z] Step 22/23 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:19:34.765Z] ---> Running in 1d26b6c1550a [2021-03-29T21:19:34.765Z] ---> Running in 1bc14d6cd32b [2021-03-29T21:19:35.037Z] Removing intermediate container 87c92aabe426 [2021-03-29T21:19:35.037Z] ---> 2f6d7d17fc4b [2021-03-29T21:19:35.037Z] [2021-03-29T21:19:35.310Z] ---> 0f620067ac6f [2021-03-29T21:19:35.310Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T21:19:35.310Z] Removing intermediate container 2c8c93f7d3a6 [2021-03-29T21:19:35.310Z] ---> eedf2e5feefa [2021-03-29T21:19:35.310Z] [2021-03-29T21:19:35.584Z] Successfully built 2f6d7d17fc4b [2021-03-29T21:19:35.584Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-29T21:19:35.584Z] ---> Running in 82ca534f07cf [2021-03-29T21:19:35.584Z]  Building docker-support-notifications-go ... done Removing intermediate container 1d26b6c1550a [2021-03-29T21:19:35.584Z] Building docker-security-proxy-setup-go [2021-03-29T21:19:35.584Z] ---> c8cec21ebd3b [2021-03-29T21:19:35.584Z] Successfully built eedf2e5feefa [2021-03-29T21:19:35.584Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:19:35.584Z] Removing intermediate container 1bc14d6cd32b [2021-03-29T21:19:35.584Z] ---> d4a81bec0684 [2021-03-29T21:19:35.584Z] [2021-03-29T21:19:35.862Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-29T21:19:35.862Z] Building docker-security-secretstore-setup-go [2021-03-29T21:19:35.862Z]  Building docker-support-scheduler-go ... done  ---> Running in dbb0e9336e2d [2021-03-29T21:19:36.134Z] Successfully built d4a81bec0684 [2021-03-29T21:19:36.222Z] 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-29T21:19:36.222Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-29T21:19:36.222Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-29T21:19:36.410Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-29T21:19:36.410Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-29T21:19:36.685Z] Removing intermediate container dbb0e9336e2d [2021-03-29T21:19:36.685Z] ---> 8ffe299ebdbb [2021-03-29T21:19:36.685Z] [2021-03-29T21:19:36.959Z] Successfully built 8ffe299ebdbb [2021-03-29T21:19:37.233Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-29T21:19:37.233Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-29T21:19:38.130Z] 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-29T21:19:38.211Z] Removing intermediate container 82ca534f07cf [2021-03-29T21:19:38.211Z] ---> 7114f3ef5229 [2021-03-29T21:19:38.211Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T21:19:38.802Z] ---> Running in 2f88af32582c [2021-03-29T21:19:39.071Z] 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-29T21:19:39.076Z] Removing intermediate container 2f88af32582c [2021-03-29T21:19:39.076Z] ---> 16dc88f46367 [2021-03-29T21:19:39.076Z] Step 28/31 : CMD ["gate"] [2021-03-29T21:19:39.356Z] ---> Running in 935ac5b01250 [2021-03-29T21:19:39.956Z] Removing intermediate container 935ac5b01250 [2021-03-29T21:19:39.956Z] ---> 585bf76a8c31 [2021-03-29T21:19:39.956Z] Step 29/31 : LABEL arch=arm64 [2021-03-29T21:19:40.451Z] 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-29T21:19:40.552Z] ---> Running in 89f3cfaa8c83 [2021-03-29T21:19:41.536Z] Removing intermediate container 89f3cfaa8c83 [2021-03-29T21:19:41.536Z] ---> fa4bbb09a966 [2021-03-29T21:19:41.536Z] Step 30/31 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:19:41.833Z] 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-29T21:19:42.093Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-29T21:19:42.513Z] ---> Running in 257efb87a1af [2021-03-29T21:19:43.487Z] 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-29T21:19:43.487Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-29T21:19:43.514Z] Removing intermediate container 257efb87a1af [2021-03-29T21:19:43.514Z] ---> 4c34cc28f060 [2021-03-29T21:19:43.514Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T21:19:44.113Z] ---> Running in 23d56ac5710b [2021-03-29T21:19:44.711Z] Removing intermediate container 23d56ac5710b [2021-03-29T21:19:44.711Z] ---> a75c4e6e9566 [2021-03-29T21:19:44.711Z] [2021-03-29T21:19:44.986Z] Successfully built a75c4e6e9566 [2021-03-29T21:19:44.986Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-29T21:19:45.395Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-29T21:19:45.655Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-29T21:19:45.655Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-29T21:19:45.655Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-29T21:19:45.655Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-29T21:19:45.655Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-29T21:19:45.655Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-29T21:19:45.655Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-29T21:19:45.655Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-29T21:19:45.655Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-29T21:19:45.655Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-29T21:19:45.655Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-29T21:19:45.655Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-29T21:19:45.655Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-29T21:19:45.655Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-29T21:19:45.655Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-29T21:19:45.655Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-29T21:19:45.655Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-29T21:19:45.655Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-29T21:19:45.655Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-29T21:19:45.655Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-29T21:19:45.655Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-29T21:19:45.655Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-29T21:19:45.655Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-29T21:19:45.655Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-29T21:19:45.655Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-29T21:19:48.948Z] Building static-packages [2021-03-29T21:19:48.948Z] + snapcraftctl build [2021-03-29T21:19:51.584Z] Building version [2021-03-29T21:19:51.584Z] + snapcraftctl build [2021-03-29T21:19:54.269Z] Skipping stage go-build-helper (already ran) [2021-03-29T21:19:54.269Z] Staging app-service-config [2021-03-29T21:19:54.269Z] + snapcraftctl stage [2021-03-29T21:19:55.208Z] Staging config-common [2021-03-29T21:19:55.208Z] + snapcraftctl stage [2021-03-29T21:19:56.149Z] Staging edgex-go [2021-03-29T21:19:56.149Z] + snapcraftctl stage [2021-03-29T21:19:57.089Z] Staging static-packages [2021-03-29T21:19:57.089Z] + snapcraftctl stage [2021-03-29T21:19:58.486Z] Staging version [2021-03-29T21:19:58.486Z] + snapcraftctl stage [2021-03-29T21:19:59.441Z] Priming go-build-helper [2021-03-29T21:19:59.701Z] + snapcraftctl prime [2021-03-29T21:20:00.639Z] Priming app-service-config [2021-03-29T21:20:00.639Z] + snapcraftctl prime [2021-03-29T21:20:02.041Z] Priming config-common [2021-03-29T21:20:02.041Z] + snapcraftctl prime [2021-03-29T21:20:02.981Z] Priming edgex-go [2021-03-29T21:20:02.981Z] + snapcraftctl prime [2021-03-29T21:20:04.362Z] Priming static-packages [2021-03-29T21:20:04.362Z] + snapcraftctl prime [2021-03-29T21:20:06.909Z] Priming version [2021-03-29T21:20:06.909Z] + snapcraftctl prime [2021-03-29T21:20:08.789Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T21:20:41.544Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:20:41.544Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:20:41.545Z] ---> 537f52e228c8 [2021-03-29T21:20:41.545Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> 846d8dc7bbad [2021-03-29T21:20:41.545Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> 1a8ba717c588 [2021-03-29T21:20:41.545Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> 4809323dd74a [2021-03-29T21:20:41.545Z] Step 6/21 : COPY go.mod . [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> e25a4fbd9a8d [2021-03-29T21:20:41.545Z] Step 7/21 : RUN go mod download [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> 1db67766407a [2021-03-29T21:20:41.545Z] Step 8/21 : COPY . . [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> d4c5173def28 [2021-03-29T21:20:41.545Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T21:20:41.545Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:20:41.545Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:20:41.545Z] ---> 537f52e228c8 [2021-03-29T21:20:41.545Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> 846d8dc7bbad [2021-03-29T21:20:41.545Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> 1a8ba717c588 [2021-03-29T21:20:41.545Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T21:20:41.545Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:20:41.545Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:20:41.545Z] ---> 537f52e228c8 [2021-03-29T21:20:41.545Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> 846d8dc7bbad [2021-03-29T21:20:41.545Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> 1a8ba717c588 [2021-03-29T21:20:41.545Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T21:20:41.545Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:20:41.545Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:20:41.545Z] ---> 537f52e228c8 [2021-03-29T21:20:41.545Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> 846d8dc7bbad [2021-03-29T21:20:41.545Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> 1a8ba717c588 [2021-03-29T21:20:41.545Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> 4809323dd74a [2021-03-29T21:20:41.545Z] Step 6/24 : COPY go.mod . [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> e25a4fbd9a8d [2021-03-29T21:20:41.545Z] Step 7/24 : RUN go mod download [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> 1db67766407a [2021-03-29T21:20:41.545Z] Step 8/24 : COPY . . [2021-03-29T21:20:41.545Z] ---> Using cache [2021-03-29T21:20:41.545Z] ---> d4c5173def28 [2021-03-29T21:20:41.545Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T21:20:41.545Z] ---> Running in 83aebd4100d2 [2021-03-29T21:20:41.545Z] ---> Running in 5140c0f25ae4 [2021-03-29T21:20:41.545Z] ---> Running in 97bd262cb4dd [2021-03-29T21:20:41.545Z] ---> Running in 86f913e267ec [2021-03-29T21:20:41.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:20:41.545Z] 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-29T21:20:41.545Z] 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-29T21:20:41.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:20:41.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:20:41.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:20:41.818Z] OK: 217 MiB in 51 packages [2021-03-29T21:20:42.431Z] OK: 217 MiB in 51 packages [2021-03-29T21:20:43.874Z] Removing intermediate container 97bd262cb4dd [2021-03-29T21:20:43.874Z] ---> 652c7a9f3b84 [2021-03-29T21:20:43.874Z] Step 6/23 : COPY go.mod . [2021-03-29T21:20:44.157Z] Removing intermediate container 83aebd4100d2 [2021-03-29T21:20:44.157Z] ---> 4c289fd98df9 [2021-03-29T21:20:44.157Z] Step 6/26 : COPY go.mod . [2021-03-29T21:20:45.151Z] ---> 3678f675cb1d [2021-03-29T21:20:45.151Z] Step 7/23 : RUN go mod download [2021-03-29T21:20:45.428Z] ---> Running in d2040234c363 [2021-03-29T21:20:45.428Z] ---> 614315ab5646 [2021-03-29T21:20:45.428Z] Step 7/26 : RUN go mod download [2021-03-29T21:20:45.716Z] ---> Running in 8c477c4090dc [2021-03-29T21:20:51.146Z] Removing intermediate container d2040234c363 [2021-03-29T21:20:51.146Z] ---> 3a76496d41ed [2021-03-29T21:20:51.146Z] Step 8/23 : COPY . . [2021-03-29T21:20:51.146Z] Removing intermediate container 8c477c4090dc [2021-03-29T21:20:51.146Z] ---> 6c27af395518 [2021-03-29T21:20:51.146Z] Step 8/26 : COPY . . [2021-03-29T21:21:23.525Z] ---> 5e671ea1aebf [2021-03-29T21:21:23.525Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T21:21:23.525Z] ---> 2298ad95bb34 [2021-03-29T21:21:23.525Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T21:21:23.525Z] ---> Running in 127cc08ef112 [2021-03-29T21:21:23.525Z] ---> Running in 4ebd33fa7b48 [2021-03-29T21:21:23.525Z] 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-29T21:21:23.525Z] 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-29T21:21:35.946Z] 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-29T21:21:36.548Z] 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-29T21:21:54.875Z] Removing intermediate container 5140c0f25ae4 [2021-03-29T21:21:54.875Z] ---> 0c44bb045e9a [2021-03-29T21:21:54.875Z] [2021-03-29T21:21:54.875Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T21:21:54.875Z] ---> e47305ac9786 [2021-03-29T21:21:54.875Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T21:21:54.875Z] Removing intermediate container 86f913e267ec [2021-03-29T21:21:54.875Z] ---> 6320e0f25d54 [2021-03-29T21:21:54.875Z] [2021-03-29T21:21:54.875Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T21:21:54.875Z] ---> e47305ac9786 [2021-03-29T21:21:54.875Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T21:21:55.150Z] ---> Running in f278f7c29c87 [2021-03-29T21:21:55.150Z] ---> Running in 87625bbb2ac5 [2021-03-29T21:21:57.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:21:57.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:21:57.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:21:57.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:21:58.389Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T21:21:58.389Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:21:58.389Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T21:21:58.389Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T21:21:58.389Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T21:21:58.389Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T21:21:58.389Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T21:21:58.389Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:21:58.389Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:21:58.389Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:21:58.389Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T21:21:58.389Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T21:21:58.389Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:21:58.389Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:21:58.664Z] OK: 7 MiB in 20 packages [2021-03-29T21:21:58.943Z] OK: 7 MiB in 18 packages [2021-03-29T21:22:02.370Z] Removing intermediate container f278f7c29c87 [2021-03-29T21:22:02.370Z] ---> cc4a94f1229f [2021-03-29T21:22:02.370Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T21:22:02.370Z] Removing intermediate container 87625bbb2ac5 [2021-03-29T21:22:02.370Z] ---> 35d2d90d0f34 [2021-03-29T21:22:02.370Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T21:22:02.370Z] ---> Running in d01aff505b94 [2021-03-29T21:22:02.370Z] ---> Running in 9a801dcd2133 [2021-03-29T21:22:02.974Z] Removing intermediate container d01aff505b94 [2021-03-29T21:22:02.974Z] ---> 53191ee251e0 [2021-03-29T21:22:02.974Z] Step 13/24 : WORKDIR / [2021-03-29T21:22:03.252Z] Removing intermediate container 9a801dcd2133 [2021-03-29T21:22:03.252Z] ---> affe79ae55ea [2021-03-29T21:22:03.252Z] Step 13/21 : WORKDIR /edgex [2021-03-29T21:22:03.252Z] ---> Running in c9bf8c82f489 [2021-03-29T21:22:03.252Z] ---> Running in 06438441826e [2021-03-29T21:22:03.873Z] Removing intermediate container c9bf8c82f489 [2021-03-29T21:22:03.873Z] ---> 575844d8b464 [2021-03-29T21:22:03.873Z] 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-29T21:22:04.154Z] Removing intermediate container 06438441826e [2021-03-29T21:22:04.154Z] ---> 65a11a45a7b8 [2021-03-29T21:22:04.154Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T21:22:05.658Z] ---> 9f39db3d187a [2021-03-29T21:22:05.658Z] 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-29T21:22:05.658Z] ---> 624f15dd3813 [2021-03-29T21:22:05.658Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T21:22:06.766Z] ---> 7d906de1245a [2021-03-29T21:22:06.766Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T21:22:07.789Z] ---> d74d9b3a918f [2021-03-29T21:22:07.789Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T21:22:08.064Z] ---> 7be97dfc2db9 [2021-03-29T21:22:08.064Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T21:22:09.527Z] ---> 72bfa59f9464 [2021-03-29T21:22:09.527Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T21:22:09.810Z] ---> Running in 215f86b4f6c6 [2021-03-29T21:22:10.091Z] ---> 8523748b272e [2021-03-29T21:22:10.091Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T21:22:10.379Z] Removing intermediate container 215f86b4f6c6 [2021-03-29T21:22:10.379Z] ---> 4f30efb22c5b [2021-03-29T21:22:10.379Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T21:22:10.658Z] ---> Running in 56ca27b4fda2 [2021-03-29T21:22:11.656Z] Removing intermediate container 56ca27b4fda2 [2021-03-29T21:22:11.656Z] ---> 8ae43800af12 [2021-03-29T21:22:11.656Z] Step 19/21 : LABEL arch=arm64 [2021-03-29T21:22:11.939Z] ---> Running in d1a4d4a36cc4 [2021-03-29T21:22:11.939Z] ---> a662d2cb68b1 [2021-03-29T21:22:11.939Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T21:22:12.553Z] Removing intermediate container d1a4d4a36cc4 [2021-03-29T21:22:12.553Z] ---> 70c74d7edff7 [2021-03-29T21:22:12.553Z] Step 20/21 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:22:12.833Z] ---> Running in 67b569383e80 [2021-03-29T21:22:13.446Z] ---> c30da3cb8a81 [2021-03-29T21:22:13.446Z] 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-29T21:22:13.446Z] Removing intermediate container 67b569383e80 [2021-03-29T21:22:13.446Z] ---> 7f1278a2af29 [2021-03-29T21:22:13.446Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T21:22:13.725Z] ---> Running in ad7331fe655f [2021-03-29T21:22:13.725Z] ---> Running in 7a58de90cbf3 [2021-03-29T21:22:14.720Z] Removing intermediate container 7a58de90cbf3 [2021-03-29T21:22:14.720Z] ---> 01829bae4ad5 [2021-03-29T21:22:14.720Z] [2021-03-29T21:22:15.714Z] Successfully built 01829bae4ad5 [2021-03-29T21:22:15.714Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-29T21:22:17.173Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ad7331fe655f [2021-03-29T21:22:17.173Z] ---> 2a4dba129a02 [2021-03-29T21:22:17.173Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T21:22:17.173Z] ---> Running in 557317fae9b4 [2021-03-29T21:22:17.804Z] Removing intermediate container 557317fae9b4 [2021-03-29T21:22:17.804Z] ---> d8e1bb554740 [2021-03-29T21:22:17.804Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T21:22:18.082Z] ---> Running in a487f48eac0d [2021-03-29T21:22:19.092Z] Removing intermediate container a487f48eac0d [2021-03-29T21:22:19.092Z] ---> 6fc37281a478 [2021-03-29T21:22:19.092Z] Step 23/24 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:22:19.092Z] ---> Running in a600b732329d [2021-03-29T21:22:19.719Z] Removing intermediate container a600b732329d [2021-03-29T21:22:19.719Z] ---> a2a5c88c19ff [2021-03-29T21:22:19.719Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T21:22:20.001Z] ---> Running in 1b2c9b7a118c [2021-03-29T21:22:20.607Z] Removing intermediate container 1b2c9b7a118c [2021-03-29T21:22:20.607Z] ---> ef033f0f75d7 [2021-03-29T21:22:20.607Z] [2021-03-29T21:22:21.213Z] Successfully built ef033f0f75d7 [2021-03-29T21:22:21.213Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-29T21:22:36.316Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 127cc08ef112 [2021-03-29T21:22:36.316Z] ---> 8ac816916ffa [2021-03-29T21:22:36.316Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T21:22:36.316Z] ---> Running in c489bb16468b [2021-03-29T21:22:36.316Z] 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-29T21:22:38.954Z] Removing intermediate container c489bb16468b [2021-03-29T21:22:38.954Z] ---> 509ef3c80cda [2021-03-29T21:22:38.954Z] [2021-03-29T21:22:38.954Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T21:22:38.954Z] 20.10.0: Pulling from library/docker [2021-03-29T21:22:47.247Z] Removing intermediate container 4ebd33fa7b48 [2021-03-29T21:22:47.247Z] ---> 41661e63e061 [2021-03-29T21:22:47.247Z] [2021-03-29T21:22:47.247Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:22:47.247Z] ---> e47305ac9786 [2021-03-29T21:22:47.247Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T21:22:47.521Z] ---> Running in 2e06907116e1 [2021-03-29T21:22:48.117Z] Removing intermediate container 2e06907116e1 [2021-03-29T21:22:48.117Z] ---> 67002dd99075 [2021-03-29T21:22:48.117Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T21:22:48.117Z] ---> Running in 48f971ea3b0d [2021-03-29T21:22:48.391Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T21:22:48.391Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T21:22:48.391Z] ---> eeaf43b92773 [2021-03-29T21:22:48.391Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T21:22:48.663Z] ---> Running in f1c14a2e331f [2021-03-29T21:22:48.663Z] Removing intermediate container 48f971ea3b0d [2021-03-29T21:22:48.663Z] ---> a76c35a69c11 [2021-03-29T21:22:48.663Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T21:22:48.935Z] ---> Running in 61b6c591cd80 [2021-03-29T21:22:49.532Z] Removing intermediate container 61b6c591cd80 [2021-03-29T21:22:49.532Z] ---> 80b472b64f10 [2021-03-29T21:22:49.532Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:22:49.532Z] ---> Running in 880ebaa77fc4 [2021-03-29T21:22:50.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:22:50.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:22:50.718Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T21:22:50.718Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T21:22:50.718Z] Executing bash-5.0.17-r0.post-install [2021-03-29T21:22:50.718Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:22:50.718Z] OK: 12 MiB in 22 packages [2021-03-29T21:22:51.696Z] Removing intermediate container 880ebaa77fc4 [2021-03-29T21:22:51.696Z] ---> b29fe219a523 [2021-03-29T21:22:51.696Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T21:22:51.971Z] ---> Running in 8faac2e65981 [2021-03-29T21:22:52.242Z] Removing intermediate container f1c14a2e331f [2021-03-29T21:22:52.242Z] ---> 77c1c7639bb1 [2021-03-29T21:22:52.242Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T21:22:52.513Z] ---> Running in 201ca13c1f17 [2021-03-29T21:22:53.104Z] Removing intermediate container 201ca13c1f17 [2021-03-29T21:22:53.104Z] ---> 782b7d1320ed [2021-03-29T21:22:53.104Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T21:22:53.104Z] ---> Running in 7641376db957 [2021-03-29T21:22:53.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:22:53.696Z] Removing intermediate container 7641376db957 [2021-03-29T21:22:53.696Z] ---> 1baedb28f97e [2021-03-29T21:22:53.696Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T21:22:53.696Z] ---> Running in 10b1b818fec7 [2021-03-29T21:22:53.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:22:54.241Z] Removing intermediate container 10b1b818fec7 [2021-03-29T21:22:54.241Z] ---> be99d6564361 [2021-03-29T21:22:54.241Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T21:22:54.836Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T21:22:54.836Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T21:22:54.836Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T21:22:54.836Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T21:22:55.130Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T21:22:55.406Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T21:22:55.406Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:22:55.406Z] OK: 8 MiB in 20 packages [2021-03-29T21:22:55.406Z] ---> 1aa58091c40d [2021-03-29T21:22:55.406Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T21:22:56.389Z] ---> 028001d71e35 [2021-03-29T21:22:56.390Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T21:22:56.983Z] Removing intermediate container 8faac2e65981 [2021-03-29T21:22:56.983Z] ---> d8b3e28acd03 [2021-03-29T21:22:56.983Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:22:57.256Z] ---> 305ddd7d8955 [2021-03-29T21:22:57.256Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T21:22:57.529Z] ---> Running in 2db71e5e6f39 [2021-03-29T21:22:57.803Z] ---> b7ee4f86504f [2021-03-29T21:22:57.803Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T21:22:58.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:22:58.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:22:59.379Z] ---> 34b0d4c87355 [2021-03-29T21:22:59.379Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T21:22:59.379Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T21:22:59.379Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T21:22:59.379Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T21:22:59.379Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T21:22:59.379Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T21:22:59.379Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T21:22:59.379Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T21:23:00.803Z] ---> 16f59f9cc66f [2021-03-29T21:23:00.803Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T21:23:00.803Z] ---> Running in f4b92c114e71 [2021-03-29T21:23:01.397Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T21:23:01.397Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T21:23:01.397Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T21:23:01.397Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T21:23:01.397Z] Removing intermediate container f4b92c114e71 [2021-03-29T21:23:01.397Z] ---> d4d9c8e828ee [2021-03-29T21:23:01.397Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T21:23:01.397Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:23:01.397Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T21:23:01.397Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T21:23:01.670Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T21:23:01.670Z] ---> Running in 09aa64ca2dc0 [2021-03-29T21:23:01.670Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T21:23:01.670Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T21:23:01.670Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T21:23:01.670Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T21:23:01.670Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T21:23:01.670Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T21:23:01.670Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T21:23:01.670Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T21:23:01.670Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T21:23:01.670Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T21:23:01.670Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T21:23:01.943Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T21:23:01.943Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T21:23:01.943Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T21:23:01.943Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T21:23:01.943Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T21:23:01.943Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T21:23:01.943Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T21:23:02.217Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:23:02.217Z] OK: 71 MiB in 55 packages [2021-03-29T21:23:02.217Z] Removing intermediate container 09aa64ca2dc0 [2021-03-29T21:23:02.217Z] ---> b4281800786a [2021-03-29T21:23:02.217Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T21:23:02.217Z] ---> Running in 239d6a6af86d [2021-03-29T21:23:02.812Z] Removing intermediate container 239d6a6af86d [2021-03-29T21:23:02.812Z] ---> d5ad53669f7a [2021-03-29T21:23:02.812Z] Step 22/23 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:23:03.086Z] ---> Running in cd5d9fadc8fa [2021-03-29T21:23:03.679Z] Removing intermediate container cd5d9fadc8fa [2021-03-29T21:23:03.679Z] ---> 1ed962ffec1d [2021-03-29T21:23:03.679Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:23:03.952Z] ---> Running in 005819cdad71 [2021-03-29T21:23:04.549Z] Removing intermediate container 005819cdad71 [2021-03-29T21:23:04.549Z] ---> 20ede95c0573 [2021-03-29T21:23:04.549Z] [2021-03-29T21:23:05.145Z] Successfully built 20ede95c0573 [2021-03-29T21:23:05.145Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-29T21:23:07.759Z]  Building docker-core-data-go ... done Removing intermediate container 2db71e5e6f39 [2021-03-29T21:23:07.759Z] ---> 4c1b0a8aa23c [2021-03-29T21:23:07.759Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T21:23:08.032Z] ---> Running in 01f804b41577 [2021-03-29T21:23:13.415Z] Collecting docker-compose==1.23.2 [2021-03-29T21:23:13.415Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T21:23:13.415Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T21:23:13.415Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T21:23:15.381Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T21:23:15.381Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T21:23:15.381Z] 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-29T21:23:16.349Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T21:23:16.349Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T21:23:16.939Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T21:23:16.939Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T21:23:17.210Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T21:23:17.210Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T21:23:19.817Z] Collecting PyYAML<4,>=3.10 [2021-03-29T21:23:19.817Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T21:23:22.477Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T21:23:22.477Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T21:23:25.116Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T21:23:25.116Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T21:23:25.386Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T21:23:25.387Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T21:23:26.363Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T21:23:26.363Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T21:23:26.363Z] 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-29T21:23:26.363Z] 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-29T21:23:26.643Z] Collecting idna<2.8,>=2.5 [2021-03-29T21:23:26.643Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T21:23:26.918Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T21:23:26.918Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T21:23:26.918Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T21:23:26.918Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T21:23:26.918Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T21:23:26.918Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T21:23:27.896Z] Installing collected packages: dockerpty, jsonschema, urllib3, idna, requests, cached-property, docopt, PyYAML, texttable, websocket-client, docker-pycreds, docker, docker-compose [2021-03-29T21:23:27.896Z] Running setup.py install for dockerpty: started [2021-03-29T21:23:29.328Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T21:23:29.925Z] Attempting uninstall: urllib3 [2021-03-29T21:23:29.925Z] Found existing installation: urllib3 1.25.9 [2021-03-29T21:23:29.925Z] Uninstalling urllib3-1.25.9: [2021-03-29T21:23:29.925Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T21:23:30.522Z] Attempting uninstall: idna [2021-03-29T21:23:30.522Z] Found existing installation: idna 2.9 [2021-03-29T21:23:30.522Z] Uninstalling idna-2.9: [2021-03-29T21:23:30.522Z] Successfully uninstalled idna-2.9 [2021-03-29T21:23:31.500Z] Attempting uninstall: requests [2021-03-29T21:23:31.500Z] Found existing installation: requests 2.23.0 [2021-03-29T21:23:31.500Z] Uninstalling requests-2.23.0: [2021-03-29T21:23:31.500Z] Successfully uninstalled requests-2.23.0 [2021-03-29T21:23:31.773Z] Running setup.py install for docopt: started [2021-03-29T21:23:33.746Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T21:23:33.746Z] Running setup.py install for PyYAML: started [2021-03-29T21:23:35.723Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T21:23:35.723Z] Running setup.py install for texttable: started [2021-03-29T21:23:37.699Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T21:23:39.134Z] 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-29T21:23:43.457Z] Removing intermediate container 01f804b41577 [2021-03-29T21:23:43.457Z] ---> 6abded5e3072 [2021-03-29T21:23:43.457Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T21:23:43.457Z] ---> Running in fbfe676c7d9d [2021-03-29T21:23:44.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T21:23:44.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T21:23:44.917Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:23:44.917Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T21:23:44.917Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T21:23:44.917Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:23:44.917Z] OK: 72 MiB in 58 packages [2021-03-29T21:23:46.353Z] Removing intermediate container fbfe676c7d9d [2021-03-29T21:23:46.353Z] ---> b7dc685fd28f [2021-03-29T21:23:46.353Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T21:23:46.353Z] ---> Running in a562ec4f1ea0 [2021-03-29T21:23:46.954Z] Removing intermediate container a562ec4f1ea0 [2021-03-29T21:23:46.954Z] ---> c1b454c45437 [2021-03-29T21:23:46.954Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:23:46.954Z] ---> Running in 2a8169a789fb [2021-03-29T21:23:47.552Z] Removing intermediate container 2a8169a789fb [2021-03-29T21:23:47.552Z] ---> 8fb13781246a [2021-03-29T21:23:47.552Z] Step 24/26 : LABEL arch=arm64 [2021-03-29T21:23:47.552Z] ---> Running in 8fbafe3642d1 [2021-03-29T21:23:47.825Z] Removing intermediate container 8fbafe3642d1 [2021-03-29T21:23:47.825Z] ---> fae92ef3f0b2 [2021-03-29T21:23:47.825Z] Step 25/26 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [2021-03-29T21:23:48.101Z] ---> Running in 33bdd8bfb8f6 [2021-03-29T21:23:48.700Z] Removing intermediate container 33bdd8bfb8f6 [2021-03-29T21:23:48.700Z] ---> 7f6b38f17f14 [2021-03-29T21:23:48.700Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T21:23:48.700Z] ---> Running in 3c680d51466f [2021-03-29T21:23:49.297Z] Removing intermediate container 3c680d51466f [2021-03-29T21:23:49.297Z] ---> 15a14de85116 [2021-03-29T21:23:49.297Z] [2021-03-29T21:23:49.572Z] Successfully built 15a14de85116 [2021-03-29T21:23:49.572Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-29T21:23:49.861Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T21:23:49.860Z] $ docker stop --time=1 d3c78f939f296b4799093abf9ef3df9457b6847e603b5990e50948d88ca46285 [2021-03-29T21:23:51.746Z] $ docker rm -f d3c78f939f296b4799093abf9ef3df9457b6847e603b5990e50948d88ca46285 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T21:23:52.472Z] + grep docker [2021-03-29T21:23:52.472Z] + docker images [2021-03-29T21:23:52.744Z] docker-sys-mgmt-agent-go-arm64 latest 15a14de85116 4 seconds ago 301MB [2021-03-29T21:23:52.744Z] docker-core-data-go-arm64 latest 20ede95c0573 48 seconds ago 21.4MB [2021-03-29T21:23:52.744Z] docker-security-secretstore-setup-go-arm64 latest ef033f0f75d7 About a minute ago 24.4MB [2021-03-29T21:23:52.744Z] docker-security-proxy-setup-go-arm64 latest 01829bae4ad5 About a minute ago 24.1MB [2021-03-29T21:23:52.744Z] docker-security-bootstrapper-go-arm64 latest a75c4e6e9566 4 minutes ago 17.9MB [2021-03-29T21:23:52.744Z] docker-core-metadata-go-arm64 latest 8ffe299ebdbb 4 minutes ago 17.9MB [2021-03-29T21:23:52.744Z] docker-core-command-go-arm64 latest d4a81bec0684 4 minutes ago 16.3MB [2021-03-29T21:23:52.744Z] docker-support-notifications-go-arm64 latest 2f6d7d17fc4b 4 minutes ago 16.9MB [2021-03-29T21:23:52.744Z] docker-support-scheduler-go-arm64 latest eedf2e5feefa 4 minutes ago 16.4MB [2021-03-29T21:23:52.744Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:23:53.924Z] ---> job-cost.sh [2021-03-29T21:23:53.924Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rB1R [2021-03-29T21:24:32.871Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T21:26:09.625Z] lf-activate-venv(): INFO: Adding /tmp/venv-rB1R/bin to PATH [2021-03-29T21:26:09.625Z] INFO: No Stack... [2021-03-29T21:26:09.625Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T21:26:09.625Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T21:26:09.956Z] + cut -d, -f6 [2021-03-29T21:26:09.957Z] + cat /w/workspace/edgex-go/40/archives/cost.csv [Pipeline] lock [2021-03-29T21:26:10.068Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-40-stack-cost] [2021-03-29T21:26:10.077Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-40-stack-cost] did not exist. Created. [2021-03-29T21:26:10.077Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T21:26:10.512Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T21:26:10.807Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T21:26:10.824Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-40-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-29T21:26:12.111Z] provisioning config files... [2021-03-29T21:26:12.121Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/40@tmp/config8879122556704060918tmp [Pipeline] { [Pipeline] sh [2021-03-29T21:26:12.569Z] + set +x [2021-03-29T21:26:12.569Z] + curl -s https://codecov.io/bash [2021-03-29T21:26:12.569Z] + bash -s -- [2021-03-29T21:26:12.836Z] [2021-03-29T21:26:12.836Z] _____ _ [2021-03-29T21:26:12.836Z] / ____| | | [2021-03-29T21:26:12.836Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T21:26:12.836Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T21:26:12.836Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T21:26:12.836Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T21:26:12.836Z] Bash-20210309-2b87ace [2021-03-29T21:26:12.836Z] [2021-03-29T21:26:12.836Z] [2021-03-29T21:26:12.836Z] ==> git version 2.24.3 found [2021-03-29T21:26:12.836Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-29T21:26:12.836Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T21:26:12.836Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T21:26:12.836Z] ==> Jenkins CI detected. [2021-03-29T21:26:13.099Z] project root: . [2021-03-29T21:26:13.099Z] --> token set from env [2021-03-29T21:26:13.099Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T21:26:13.099Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T21:26:13.099Z] ==> Python coveragepy not found [2021-03-29T21:26:13.099Z] ==> Searching for coverage reports in: [2021-03-29T21:26:13.099Z] + . [2021-03-29T21:26:13.099Z] -> Found 1 reports [2021-03-29T21:26:13.099Z] ==> Detecting git/mercurial file structure [2021-03-29T21:26:13.099Z] ==> Reading reports [2021-03-29T21:26:13.099Z] + ./coverage.out bytes=668090 [2021-03-29T21:26:13.099Z] ==> Appending adjustments [2021-03-29T21:26:13.099Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T21:26:17.322Z] + Found adjustments [2021-03-29T21:26:17.322Z] ==> Gzipping contents [2021-03-29T21:26:17.322Z] 96K /tmp/codecov.yOz6AI.gz [2021-03-29T21:26:17.322Z] ==> Uploading reports [2021-03-29T21:26:17.322Z] url: https://codecov.io [2021-03-29T21:26:17.322Z] query: branch=PR-3234&commit=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52&build=40&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F40%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-29T21:26:17.322Z] -> Pinging Codecov [2021-03-29T21:26:17.322Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52&build=40&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F40%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-29T21:26:17.322Z] -> Uploading to [2021-03-29T21:26:17.322Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52/ea5b8a56-4d23-42a1-aa03-da482492c548.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T212616Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e6d56e4c61ec2abeba88fd0ee70430191f9f0e7c895d9d1ce35469cc8baf60a0 [2021-03-29T21:26:17.322Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T21:26:17.322Z] Dload Upload Total Spent Left Speed [2021-03-29T21:26:17.584Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96852 0 0 100 96852 0 231k --:--:-- --:--:-- --:--:-- 232k [2021-03-29T21:26:17.584Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [Pipeline] } [2021-03-29T21:26:17.595Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:26:19.282Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:26:20.165Z] ---> package-listing.sh [2021-03-29T21:26:20.165Z] ++ facter osfamily [2021-03-29T21:26:20.165Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T21:26:20.165Z] + OS_FAMILY=redhat [2021-03-29T21:26:20.165Z] + workspace=/w/workspace/edgex-go/40 [2021-03-29T21:26:20.165Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T21:26:20.165Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T21:26:20.165Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T21:26:20.165Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T21:26:20.165Z] + '[' /w/workspace/edgex-go/40 ']' [2021-03-29T21:26:20.165Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T21:26:20.165Z] + case "${OS_FAMILY}" in [2021-03-29T21:26:20.165Z] + rpm -qa [2021-03-29T21:26:20.165Z] + sort [2021-03-29T21:26:25.472Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T21:26:25.472Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T21:26:25.472Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T21:26:25.472Z] + '[' /w/workspace/edgex-go/40 ']' [2021-03-29T21:26:25.472Z] + mkdir -p /w/workspace/edgex-go/40/archives/ [2021-03-29T21:26:25.472Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/40/archives/ [Pipeline] echo [2021-03-29T21:26:25.485Z] 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/40/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T21:26:25.869Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:26:26.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T21:26:26.263Z] [2021-03-29T21:26:26.263Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:26:26.649Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T21:26:26.649Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T21:26:26.649Z] df20fa9351a1: Pulling fs layer [2021-03-29T21:26:26.649Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T21:26:26.649Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T21:26:26.649Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T21:26:26.649Z] 93b61091891f: Pulling fs layer [2021-03-29T21:26:26.649Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T21:26:26.649Z] 5e14af77c1be: Pulling fs layer [2021-03-29T21:26:26.649Z] 01666e4c0597: Pulling fs layer [2021-03-29T21:26:26.649Z] aa168da1d23b: Pulling fs layer [2021-03-29T21:26:26.649Z] 93b61091891f: Waiting [2021-03-29T21:26:26.649Z] 93b9cdb0e59b: Waiting [2021-03-29T21:26:26.649Z] 5e14af77c1be: Waiting [2021-03-29T21:26:26.649Z] 01666e4c0597: Waiting [2021-03-29T21:26:26.649Z] aa168da1d23b: Waiting [2021-03-29T21:26:26.649Z] 46f8f816bc3b: Waiting [2021-03-29T21:26:26.649Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T21:26:26.649Z] 36b3adc4ff6f: Download complete [2021-03-29T21:26:26.649Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T21:26:26.649Z] 46f8f816bc3b: Download complete [2021-03-29T21:26:26.649Z] df20fa9351a1: Verifying Checksum [2021-03-29T21:26:26.649Z] df20fa9351a1: Download complete [2021-03-29T21:26:26.918Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T21:26:26.918Z] 93b9cdb0e59b: Download complete [2021-03-29T21:26:26.918Z] 5e14af77c1be: Verifying Checksum [2021-03-29T21:26:26.918Z] 5e14af77c1be: Download complete [2021-03-29T21:26:26.918Z] 93b61091891f: Verifying Checksum [2021-03-29T21:26:26.918Z] 93b61091891f: Download complete [2021-03-29T21:26:26.918Z] 01666e4c0597: Verifying Checksum [2021-03-29T21:26:26.918Z] 01666e4c0597: Download complete [2021-03-29T21:26:27.181Z] df20fa9351a1: Pull complete [2021-03-29T21:26:27.455Z] 36b3adc4ff6f: Pull complete [2021-03-29T21:26:27.456Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T21:26:27.456Z] 8ad3a11d3b57: Download complete [2021-03-29T21:26:28.412Z] 8ad3a11d3b57: Pull complete [2021-03-29T21:26:28.412Z] 46f8f816bc3b: Pull complete [2021-03-29T21:26:28.985Z] aa168da1d23b: Download complete [2021-03-29T21:26:30.380Z] 93b61091891f: Pull complete [2021-03-29T21:26:30.380Z] 93b9cdb0e59b: Pull complete [2021-03-29T21:26:30.642Z] 5e14af77c1be: Pull complete [2021-03-29T21:26:30.642Z] 01666e4c0597: Pull complete [2021-03-29T21:26:38.838Z] aa168da1d23b: Pull complete [2021-03-29T21:26:38.838Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T21:26:38.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T21:26:38.838Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T21:26:39.073Z] prd-centos7-docker-4c-2g-31857 does not seem to be running inside a container [2021-03-29T21:26:39.139Z] $ 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/40/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/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@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-29T21:26:43.520Z] $ docker top a0671aa4eb2449ac4388508cfa6d63c7e401455b27848f8e3399de6cb2243098 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:26:44.235Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T21:26:44.846Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T21:26:45.148Z] + ls /var/log/sa-host [2021-03-29T21:26:45.148Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T21:26:45.148Z] file_magic: OK [2021-03-29T21:26:45.148Z] HZ: Using current value: 100 [2021-03-29T21:26:45.148Z] file_header: OK [2021-03-29T21:26:45.148Z] 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-29T21:26:45.148Z] Statistics: [2021-03-29T21:26:45.148Z] Hnuu...uuuununununu... [2021-03-29T21:26:45.148Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T21:26:45.148Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T21:26:45.148Z] file_magic: OK [2021-03-29T21:26:45.148Z] HZ: Using current value: 100 [2021-03-29T21:26:45.148Z] file_header: OK [2021-03-29T21:26:45.148Z] 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-29T21:26:45.148Z] Statistics: [2021-03-29T21:26:45.148Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-29T21:26:45.148Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T21:26:45.351Z] provisioning config files... [2021-03-29T21:26:45.366Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/40@tmp/config5154657670017423230tmp [Pipeline] { [Pipeline] echo [2021-03-29T21:26:45.437Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:26:45.734Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T21:26:45.744Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T21:26:45.840Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:26:46.136Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T21:26:46.146Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:26:46.450Z] ---> sudo-logs.sh [2021-03-29T21:26:46.450Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T21:26:46.506Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:26:46.802Z] ---> job-cost.sh [2021-03-29T21:26:46.802Z] lf-activate-venv: SKIPPING [2021-03-29T21:26:46.802Z] DEBUG: total: 0.20999999344348907 [2021-03-29T21:26:46.802Z] INFO: Retrieving Stack Cost... [2021-03-29T21:26:48.722Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T21:26:48.985Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T21:26:49.000Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:26:49.296Z] ---> logs-deploy.sh [2021-03-29T21:26:49.296Z] lf-activate-venv: SKIPPING [2021-03-29T21:26:49.296Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/40 [2021-03-29T21:26:49.296Z] INFO: archiving workspace using pattern(s): [2021-03-29T21:26:51.213Z] Archives upload complete. [2021-03-29T21:26:51.213Z] INFO: archiving logs to Nexus [2021-03-29T21:26:52.159Z] ---> uname -a: [2021-03-29T21:26:52.159Z] Linux prd-centos7-docker-4c-2g-31857.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-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] ---> lscpu: [2021-03-29T21:26:52.159Z] Architecture: x86_64 [2021-03-29T21:26:52.159Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-29T21:26:52.159Z] Byte Order: Little Endian [2021-03-29T21:26:52.159Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-29T21:26:52.159Z] CPU(s): 4 [2021-03-29T21:26:52.159Z] On-line CPU(s) list: 0-3 [2021-03-29T21:26:52.159Z] Thread(s) per core: 1 [2021-03-29T21:26:52.159Z] Core(s) per socket: 1 [2021-03-29T21:26:52.159Z] Socket(s): 4 [2021-03-29T21:26:52.159Z] NUMA node(s): 1 [2021-03-29T21:26:52.159Z] Vendor ID: GenuineIntel [2021-03-29T21:26:52.159Z] CPU family: 6 [2021-03-29T21:26:52.159Z] Model: 44 [2021-03-29T21:26:52.159Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-29T21:26:52.159Z] Stepping: 1 [2021-03-29T21:26:52.159Z] CPU MHz: 2933.438 [2021-03-29T21:26:52.159Z] BogoMIPS: 5866.87 [2021-03-29T21:26:52.159Z] Virtualization: VT-x [2021-03-29T21:26:52.159Z] Hypervisor vendor: KVM [2021-03-29T21:26:52.159Z] Virtualization type: full [2021-03-29T21:26:52.159Z] L1d cache: 128 KiB [2021-03-29T21:26:52.159Z] L1i cache: 128 KiB [2021-03-29T21:26:52.159Z] L2 cache: 16 MiB [2021-03-29T21:26:52.159Z] L3 cache: 64 MiB [2021-03-29T21:26:52.159Z] NUMA node0 CPU(s): 0-3 [2021-03-29T21:26:52.159Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-29T21:26:52.159Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-29T21:26:52.159Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-29T21:26:52.159Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-29T21:26:52.159Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-29T21:26:52.159Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-29T21:26:52.159Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-29T21:26:52.159Z] Vulnerability Srbds: Not affected [2021-03-29T21:26:52.159Z] Vulnerability Tsx async abort: Not affected [2021-03-29T21:26:52.159Z] 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-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] ---> nproc: [2021-03-29T21:26:52.159Z] 4 [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] ---> df -h: [2021-03-29T21:26:52.159Z] Filesystem Size Used Available Use% Mounted on [2021-03-29T21:26:52.159Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-29T21:26:52.159Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-29T21:26:52.159Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-29T21:26:52.159Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-29T21:26:52.159Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-29T21:26:52.159Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-29T21:26:52.159Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-29T21:26:52.159Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-29T21:26:52.159Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-29T21:26:52.159Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-29T21:26:52.159Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-29T21:26:52.159Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-29T21:26:52.159Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/40 [2021-03-29T21:26:52.159Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/40@tmp [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] ---> free -m: [2021-03-29T21:26:52.159Z] total used free shared buff/cache available [2021-03-29T21:26:52.159Z] Mem: 1837 719 226 0 890 1035 [2021-03-29T21:26:52.159Z] Swap: 1023 68 955 [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] ---> ip addr: [2021-03-29T21:26:52.159Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-29T21:26:52.159Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-29T21:26:52.159Z] inet 127.0.0.1/8 scope host lo [2021-03-29T21:26:52.159Z] valid_lft forever preferred_lft forever [2021-03-29T21:26:52.159Z] inet6 ::1/128 scope host [2021-03-29T21:26:52.159Z] valid_lft forever preferred_lft forever [2021-03-29T21:26:52.159Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-29T21:26:52.159Z] link/ether fa:16:3e:fb:25:ab brd ff:ff:ff:ff:ff:ff [2021-03-29T21:26:52.159Z] inet 10.30.123.0/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-29T21:26:52.159Z] valid_lft 84932sec preferred_lft 84932sec [2021-03-29T21:26:52.159Z] inet6 fe80::f816:3eff:fefb:25ab/64 scope link [2021-03-29T21:26:52.159Z] valid_lft forever preferred_lft forever [2021-03-29T21:26:52.159Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-29T21:26:52.159Z] link/ether 02:42:e8:63:89:cc brd ff:ff:ff:ff:ff:ff [2021-03-29T21:26:52.159Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-29T21:26:52.159Z] valid_lft forever preferred_lft forever [2021-03-29T21:26:52.159Z] inet6 fe80::42:e8ff:fe63:89cc/64 scope link [2021-03-29T21:26:52.159Z] valid_lft forever preferred_lft forever [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] ---> sar -b -r -n DEV: [2021-03-29T21:26:52.159Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] 21:02:09 LINUX RESTART (4 CPU) [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] 21:03:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-29T21:26:52.159Z] 21:04:01 126.15 66.67 59.48 0.00 9046.32 13324.65 0.00 [2021-03-29T21:26:52.159Z] 21:05:03 262.12 60.31 201.81 0.00 3532.45 47701.08 0.00 [2021-03-29T21:26:52.159Z] 21:06:01 209.64 105.90 103.75 0.00 3806.39 13256.27 0.00 [2021-03-29T21:26:52.159Z] 21:07:01 152.54 78.27 74.26 0.00 3600.20 8924.22 0.00 [2021-03-29T21:26:52.159Z] 21:08:01 264.12 93.06 171.06 0.00 31238.32 104851.32 0.00 [2021-03-29T21:26:52.159Z] 21:09:02 2549.28 2200.12 349.16 0.00 169935.92 177869.41 0.00 [2021-03-29T21:26:52.159Z] 21:10:01 927.92 687.41 240.51 0.00 50256.12 66310.43 0.00 [2021-03-29T21:26:52.159Z] 21:11:02 1459.21 1114.34 344.87 0.00 107068.34 154684.32 0.00 [2021-03-29T21:26:52.159Z] 21:12:02 1061.16 763.27 297.89 0.00 45523.05 74327.14 0.00 [2021-03-29T21:26:52.159Z] 21:13:01 70.71 14.26 56.45 0.00 3013.48 3922.98 0.00 [2021-03-29T21:26:52.159Z] 21:14:01 1.77 0.07 1.70 0.00 0.93 28.84 0.00 [2021-03-29T21:26:52.159Z] 21:15:01 0.22 0.07 0.15 0.00 0.53 1.77 0.00 [2021-03-29T21:26:52.159Z] 21:16:01 0.38 0.10 0.28 0.00 1.20 3.51 0.00 [2021-03-29T21:26:52.159Z] 21:17:01 0.25 0.00 0.25 0.00 0.00 2.30 0.00 [2021-03-29T21:26:52.159Z] 21:18:01 2.53 2.31 0.22 0.00 257.52 3.91 0.00 [2021-03-29T21:26:52.159Z] 21:19:01 0.90 0.05 0.85 0.00 1.60 14.92 0.00 [2021-03-29T21:26:52.159Z] 21:20:01 0.32 0.02 0.30 0.00 0.53 3.88 0.00 [2021-03-29T21:26:52.159Z] 21:21:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 [2021-03-29T21:26:52.159Z] 21:22:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 [2021-03-29T21:26:52.159Z] 21:23:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 [2021-03-29T21:26:52.159Z] 21:24:01 0.27 0.03 0.23 0.00 1.20 2.32 0.00 [2021-03-29T21:26:52.159Z] 21:25:02 0.33 0.05 0.28 0.00 0.93 3.78 0.00 [2021-03-29T21:26:52.159Z] 21:26:01 0.27 0.02 0.25 0.00 0.14 2.24 0.00 [2021-03-29T21:26:52.159Z] Average: 310.08 226.96 83.13 0.00 18709.15 29130.90 0.00 [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] 21:03:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-29T21:26:52.159Z] 21:04:01 344256 0 646004 34.33 2596 888688 1302688 44.46 544824 789908 28 [2021-03-29T21:26:52.159Z] 21:05:03 107312 0 760584 40.42 1492 1012156 1303792 44.50 637712 835216 46252 [2021-03-29T21:26:52.159Z] 21:06:01 285216 0 810696 43.09 384 785248 1658872 56.61 651480 660156 68180 [2021-03-29T21:26:52.159Z] 21:07:01 233144 0 819544 43.56 372 828484 1418012 48.39 643380 708960 25272 [2021-03-29T21:26:52.159Z] 21:08:01 65476 0 839848 44.64 4 976216 2223936 75.90 732952 865324 63360 [2021-03-29T21:26:52.159Z] 21:09:02 72532 0 787436 41.85 4 1021572 1916840 65.42 747124 828972 38316 [2021-03-29T21:26:52.159Z] 21:10:01 416636 0 735272 39.08 4 729632 1948512 66.50 506944 703268 128 [2021-03-29T21:26:52.159Z] 21:11:02 85528 0 885560 47.07 4 910452 2774116 94.68 711448 841036 79504 [2021-03-29T21:26:52.159Z] 21:12:02 159012 0 687400 36.53 4 1035128 1357692 46.34 581744 885904 8 [2021-03-29T21:26:52.159Z] 21:13:01 165108 0 633844 33.69 4 1082588 1185340 40.45 565608 901496 8 [2021-03-29T21:26:52.159Z] 21:14:01 167828 0 631116 33.54 4 1082596 1161696 39.65 563888 900984 8 [2021-03-29T21:26:52.159Z] 21:15:01 168144 0 630796 33.53 4 1082600 1161756 39.65 564216 900988 8 [2021-03-29T21:26:52.159Z] 21:16:01 168932 0 630004 33.48 4 1082604 1154488 39.40 563372 900900 8 [2021-03-29T21:26:52.159Z] 21:17:01 169392 0 629520 33.46 4 1082628 1154488 39.40 563284 900916 8 [2021-03-29T21:26:52.159Z] 21:18:01 158912 0 633036 33.64 4 1089592 1154560 39.40 570176 904236 8 [2021-03-29T21:26:52.159Z] 21:19:01 158844 0 633092 33.65 4 1089604 1154488 39.40 569804 904252 8 [2021-03-29T21:26:52.159Z] 21:20:01 158688 0 633244 33.66 4 1089608 1154488 39.40 569808 904268 8 [2021-03-29T21:26:52.159Z] 21:21:01 158704 0 633200 33.65 4 1089636 1154488 39.40 569800 904284 8 [2021-03-29T21:26:52.159Z] 21:22:01 158760 0 633136 33.65 4 1089644 1154488 39.40 569820 904284 8 [2021-03-29T21:26:52.159Z] 21:23:01 158308 0 633584 33.67 4 1089648 1154560 39.40 570308 904284 8 [2021-03-29T21:26:52.159Z] 21:24:01 157964 0 633920 33.69 4 1089656 1154608 39.40 570600 904320 12 [2021-03-29T21:26:52.159Z] 21:25:02 158612 0 633264 33.66 4 1089664 1154488 39.40 569836 904344 16 [2021-03-29T21:26:52.159Z] 21:26:01 158884 0 632988 33.64 4 1089668 1154488 39.40 569840 904348 8 [2021-03-29T21:26:52.159Z] Average: 175487 0 688134 36.57 214 1017709 1396212 47.65 595999 859246 13964 [2021-03-29T21:26:52.159Z] [2021-03-29T21:26:52.159Z] 21:03:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-29T21:26:52.159Z] 21:04:01 eth0 1035.98 1222.38 3204.70 152.94 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.159Z] 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.159Z] 21:04:01 docker0 1102.22 860.62 83.03 2736.86 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.159Z] 21:05:03 eth0 462.12 382.87 3597.08 36.61 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.159Z] 21:05:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:05:03 docker0 127.86 170.30 8.75 816.11 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:06:01 eth0 41.08 23.55 36.55 15.35 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:06:01 veth31972d0 0.64 0.77 0.05 0.06 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:06:01 docker0 0.64 0.64 0.04 0.05 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:07:01 eth0 52.15 42.22 21.72 81.01 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:07:01 veth31972d0 1.73 1.73 0.14 0.14 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:07:01 docker0 1.73 1.73 0.11 0.14 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:08:01 veth0793e23 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:08:01 eth0 198.38 168.85 1689.78 72.44 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:09:02 veth0793e23 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:09:02 eth0 59.21 31.94 166.49 12.35 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:09:02 docker0 18.62 33.19 0.99 145.40 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:10:01 vethd45ca7b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:10:01 veth0793e23 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:10:01 eth0 36.07 19.76 97.59 10.63 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:11:02 vethd0ca21b 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:11:02 veth0793e23 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:11:02 eth0 109.06 73.08 246.53 87.43 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:12:02 veth0793e23 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:12:02 eth0 229.77 174.44 1655.64 82.61 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:12:02 docker0 1287.14 1154.00 94.55 4320.29 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:13:01 eth0 29.06 17.00 71.61 8.84 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:13:01 docker0 6.03 9.53 0.60 55.12 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:14:01 eth0 1.35 0.30 0.36 0.20 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:15:01 eth0 0.73 0.35 0.31 0.20 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:16:01 eth0 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:17:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:18:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:19:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:20:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:21:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:22:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:23:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:24:01 eth0 1.07 0.37 0.38 0.17 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:25:02 eth0 0.07 0.07 0.00 0.03 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:26:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] Average: eth0 98.06 93.54 471.46 24.39 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] Average: docker0 56.38 50.72 4.15 190.72 0.00 0.00 0.00 0.00 [2021-03-29T21:26:52.160Z] [2021-03-29T21:26:52.160Z] [2021-03-29T21:26:52.160Z] ---> sar -P ALL: [2021-03-29T21:26:52.160Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) [2021-03-29T21:26:52.160Z] [2021-03-29T21:26:52.160Z] 21:02:09 LINUX RESTART (4 CPU) [2021-03-29T21:26:52.160Z] [2021-03-29T21:26:52.160Z] 21:03:02 CPU %user %nice %system %iowait %steal %idle [2021-03-29T21:26:52.160Z] 21:04:01 all 11.59 0.00 5.52 2.34 0.12 80.44 [2021-03-29T21:26:52.160Z] 21:04:01 0 10.36 0.00 6.91 1.27 0.07 81.38 [2021-03-29T21:26:52.160Z] 21:04:01 1 11.59 0.00 4.20 3.21 0.14 80.86 [2021-03-29T21:26:52.160Z] 21:04:01 2 11.17 0.00 4.85 2.32 0.12 81.53 [2021-03-29T21:26:52.160Z] 21:04:01 3 13.23 0.00 6.12 2.55 0.14 77.97 [2021-03-29T21:26:52.160Z] 21:05:03 all 10.52 0.00 8.64 5.20 0.07 75.58 [2021-03-29T21:26:52.160Z] 21:05:03 0 10.38 0.00 8.94 4.38 0.07 76.24 [2021-03-29T21:26:52.160Z] 21:05:03 1 10.07 0.00 8.83 5.73 0.08 75.28 [2021-03-29T21:26:52.160Z] 21:05:03 2 10.77 0.00 8.52 4.72 0.05 75.94 [2021-03-29T21:26:52.160Z] 21:05:03 3 10.85 0.00 8.25 5.96 0.08 74.86 [2021-03-29T21:26:52.160Z] 21:06:01 all 51.94 0.00 12.95 4.28 0.06 30.78 [2021-03-29T21:26:52.160Z] 21:06:01 0 52.50 0.00 12.48 3.18 0.05 31.79 [2021-03-29T21:26:52.160Z] 21:06:01 1 51.67 0.00 12.94 5.20 0.04 30.15 [2021-03-29T21:26:52.160Z] 21:06:01 2 51.39 0.00 12.86 4.58 0.09 31.08 [2021-03-29T21:26:52.160Z] 21:06:01 3 52.18 0.00 13.51 4.16 0.05 30.10 [2021-03-29T21:26:52.160Z] 21:07:01 all 43.43 0.00 13.14 3.56 0.06 39.80 [2021-03-29T21:26:52.160Z] 21:07:01 0 42.03 0.00 13.24 3.16 0.09 41.49 [2021-03-29T21:26:52.160Z] 21:07:01 1 43.90 0.00 13.09 4.12 0.05 38.84 [2021-03-29T21:26:52.160Z] 21:07:01 2 42.45 0.00 12.90 3.94 0.07 40.64 [2021-03-29T21:26:52.160Z] 21:07:01 3 45.35 0.00 13.32 3.04 0.05 38.24 [2021-03-29T21:26:52.160Z] 21:08:01 all 23.79 0.00 15.81 6.01 0.17 54.22 [2021-03-29T21:26:52.160Z] 21:08:01 0 22.48 0.00 15.63 5.14 0.17 56.58 [2021-03-29T21:26:52.160Z] 21:08:01 1 23.87 0.00 15.64 8.49 0.15 51.85 [2021-03-29T21:26:52.160Z] 21:08:01 2 23.77 0.00 16.22 5.19 0.17 54.65 [2021-03-29T21:26:52.160Z] 21:08:01 3 25.06 0.00 15.74 5.24 0.17 53.80 [2021-03-29T21:26:52.160Z] 21:09:02 all 21.24 0.00 28.16 25.22 0.16 25.21 [2021-03-29T21:26:52.160Z] 21:09:02 0 20.17 0.00 28.24 24.88 0.14 26.57 [2021-03-29T21:26:52.160Z] 21:09:02 1 20.05 0.00 28.95 25.25 0.19 25.57 [2021-03-29T21:26:52.160Z] 21:09:02 2 22.27 0.00 27.60 28.92 0.14 21.06 [2021-03-29T21:26:52.160Z] 21:09:02 3 22.50 0.00 27.84 21.83 0.16 27.67 [2021-03-29T21:26:52.160Z] 21:10:01 all 58.20 0.00 17.75 13.51 0.09 10.45 [2021-03-29T21:26:52.160Z] 21:10:01 0 57.06 0.00 17.37 16.98 0.11 8.48 [2021-03-29T21:26:52.160Z] 21:10:01 1 58.80 0.00 17.56 10.57 0.12 12.95 [2021-03-29T21:26:52.160Z] 21:10:01 2 57.91 0.00 18.68 13.94 0.07 9.40 [2021-03-29T21:26:52.160Z] 21:10:01 3 59.00 0.00 17.36 12.60 0.05 10.98 [2021-03-29T21:26:52.160Z] 21:11:02 all 34.31 0.00 25.76 16.78 0.31 22.84 [2021-03-29T21:26:52.160Z] 21:11:02 0 33.73 0.00 25.25 15.37 0.35 25.29 [2021-03-29T21:26:52.160Z] 21:11:02 1 36.28 0.00 24.71 18.16 0.23 20.62 [2021-03-29T21:26:52.160Z] 21:11:02 2 32.95 0.00 26.45 18.40 0.32 21.88 [2021-03-29T21:26:52.160Z] 21:11:02 3 34.25 0.00 26.65 15.17 0.34 23.58 [2021-03-29T21:26:52.160Z] 21:12:02 all 35.16 0.00 16.85 17.57 0.17 30.26 [2021-03-29T21:26:52.160Z] 21:12:02 0 35.40 0.00 16.27 17.65 0.20 30.48 [2021-03-29T21:26:52.160Z] 21:12:02 1 35.29 0.00 16.58 14.66 0.16 33.31 [2021-03-29T21:26:52.160Z] 21:12:02 2 33.92 0.00 16.68 18.84 0.18 30.39 [2021-03-29T21:26:52.160Z] 21:12:02 3 36.02 0.00 17.88 19.18 0.14 26.79 [2021-03-29T21:26:52.160Z] 21:13:01 all 4.25 0.00 2.29 2.53 0.02 90.91 [2021-03-29T21:26:52.160Z] 21:13:01 0 3.71 0.00 2.29 1.45 0.00 92.54 [2021-03-29T21:26:52.160Z] 21:13:01 1 4.28 0.00 1.97 2.41 0.03 91.30 [2021-03-29T21:26:52.160Z] 21:13:01 2 2.31 0.00 1.71 3.43 0.02 92.54 [2021-03-29T21:26:52.160Z] 21:13:01 3 6.69 0.00 3.19 2.81 0.03 87.26 [2021-03-29T21:26:52.160Z] 21:14:01 all 0.15 0.00 0.04 0.01 0.00 99.80 [2021-03-29T21:26:52.160Z] 21:14:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T21:26:52.160Z] 21:14:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-29T21:26:52.160Z] 21:14:01 2 0.52 0.00 0.03 0.02 0.00 99.43 [2021-03-29T21:26:52.160Z] 21:14:01 3 0.05 0.00 0.05 0.02 0.00 99.88 [2021-03-29T21:26:52.160Z] [2021-03-29T21:26:52.161Z] 21:14:01 CPU %user %nice %system %iowait %steal %idle [2021-03-29T21:26:52.161Z] 21:15:01 all 0.18 0.00 0.10 0.00 0.00 99.71 [2021-03-29T21:26:52.161Z] 21:15:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-03-29T21:26:52.161Z] 21:15:01 1 0.07 0.00 0.10 0.02 0.00 99.82 [2021-03-29T21:26:52.161Z] 21:15:01 2 0.53 0.00 0.10 0.00 0.00 99.37 [2021-03-29T21:26:52.161Z] 21:15:01 3 0.10 0.00 0.13 0.00 0.00 99.77 [2021-03-29T21:26:52.161Z] 21:16:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-29T21:26:52.161Z] 21:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-29T21:26:52.161Z] 21:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T21:26:52.161Z] 21:16:01 2 0.50 0.00 0.03 0.00 0.02 99.45 [2021-03-29T21:26:52.161Z] 21:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T21:26:52.161Z] 21:17:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-29T21:26:52.161Z] 21:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T21:26:52.161Z] 21:17:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-29T21:26:52.161Z] 21:17:01 2 0.53 0.00 0.00 0.00 0.00 99.47 [2021-03-29T21:26:52.161Z] 21:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T21:26:52.161Z] 21:18:01 all 0.15 0.00 0.06 0.03 0.01 99.75 [2021-03-29T21:26:52.161Z] 21:18:01 0 0.35 0.00 0.03 0.00 0.02 99.60 [2021-03-29T21:26:52.161Z] 21:18:01 1 0.02 0.00 0.10 0.05 0.02 99.82 [2021-03-29T21:26:52.161Z] 21:18:01 2 0.20 0.00 0.05 0.00 0.00 99.75 [2021-03-29T21:26:52.161Z] 21:18:01 3 0.02 0.00 0.07 0.08 0.00 99.83 [2021-03-29T21:26:52.161Z] 21:19:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-29T21:26:52.161Z] 21:19:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-29T21:26:52.161Z] 21:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T21:26:52.161Z] 21:19:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T21:26:52.161Z] 21:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T21:26:52.161Z] 21:20:01 all 0.13 0.00 0.02 0.00 0.00 99.85 [2021-03-29T21:26:52.161Z] 21:20:01 0 0.48 0.00 0.02 0.00 0.00 99.50 [2021-03-29T21:26:52.161Z] 21:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2021-03-29T21:26:52.161Z] 21:20:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-29T21:26:52.161Z] 21:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T21:26:52.161Z] 21:21:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-29T21:26:52.161Z] 21:21:01 0 0.15 0.00 0.05 0.00 0.00 99.80 [2021-03-29T21:26:52.161Z] 21:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T21:26:52.161Z] 21:21:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-29T21:26:52.161Z] 21:21:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-29T21:26:52.161Z] 21:22:01 all 0.05 0.00 0.02 0.00 0.00 99.92 [2021-03-29T21:26:52.161Z] 21:22:01 0 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-29T21:26:52.161Z] 21:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T21:26:52.161Z] 21:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T21:26:52.161Z] 21:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T21:26:52.161Z] 21:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-29T21:26:52.161Z] 21:23:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-29T21:26:52.161Z] 21:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T21:26:52.161Z] 21:23:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-29T21:26:52.161Z] 21:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T21:26:52.161Z] 21:24:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-03-29T21:26:52.161Z] 21:24:01 0 0.48 0.00 0.02 0.00 0.00 99.50 [2021-03-29T21:26:52.161Z] 21:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T21:26:52.161Z] 21:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T21:26:52.161Z] 21:24:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2021-03-29T21:26:52.161Z] 21:25:02 all 0.15 0.00 0.02 0.01 0.00 99.81 [2021-03-29T21:26:52.161Z] 21:25:02 0 0.52 0.00 0.02 0.02 0.00 99.45 [2021-03-29T21:26:52.161Z] 21:25:02 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T21:26:52.161Z] 21:25:02 2 0.05 0.00 0.05 0.02 0.02 99.87 [2021-03-29T21:26:52.161Z] 21:25:02 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T21:26:52.161Z] [2021-03-29T21:26:52.161Z] 21:25:02 CPU %user %nice %system %iowait %steal %idle [2021-03-29T21:26:52.161Z] 21:26:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-03-29T21:26:52.161Z] 21:26:01 0 0.51 0.00 0.00 0.00 0.00 99.49 [2021-03-29T21:26:52.161Z] 21:26:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T21:26:52.161Z] 21:26:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-29T21:26:52.161Z] 21:26:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-29T21:26:52.161Z] Average: all 12.47 0.00 6.22 4.09 0.05 77.17 [2021-03-29T21:26:52.161Z] Average: 0 12.27 0.00 6.20 3.93 0.05 77.55 [2021-03-29T21:26:52.161Z] Average: 1 12.47 0.00 6.13 4.13 0.05 77.21 [2021-03-29T21:26:52.161Z] Average: 2 12.27 0.00 6.20 4.39 0.05 77.08 [2021-03-29T21:26:52.161Z] Average: 3 12.87 0.00 6.33 3.90 0.05 76.85 [2021-03-29T21:26:52.161Z] [2021-03-29T21:26:52.161Z] [2021-03-29T21:26:52.161Z]