Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5bbfc04f846edbd50b224d995a0b199b5c323db6+7baeca4eebb4ae03aa45f246de6ab0a897fafe7c (c737d90119442daecce331d4dbb543c009fb1387) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29872 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c into PR head commit 5bbfc04f846edbd50b224d995a0b199b5c323db6 > 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/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 Merge succeeded, producing 6e99cd2d043b4c50517227a395efe2716fc4389d Checking out Revision 6e99cd2d043b4c50517227a395efe2716fc4389d (PR-3208) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6e99cd2d043b4c50517227a395efe2716fc4389d # timeout=10 Commit message: "Merge commit '7baeca4eebb4ae03aa45f246de6ab0a897fafe7c' into HEAD" > git rev-list --no-walk 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-16T00:32:20.723Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-16T00:32:20.958Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-16T00:32:21.102Z] ========================================================= [2021-03-16T00:32:21.102Z] EdgeX Global Pipelines Version Info [2021-03-16T00:32:21.102Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:32:23.968Z] ------------------- [2021-03-16T00:32:23.968Z] stable info: [2021-03-16T00:32:23.968Z] ------------------- [2021-03-16T00:32:23.968Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-16T00:32:23.968Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T00:32:23.968Z] Message: update stable to v1.0.184 [2021-03-16T00:32:24.979Z] ------------------- [2021-03-16T00:32:24.979Z] experimental info: [2021-03-16T00:32:24.979Z] ------------------- [2021-03-16T00:32:24.979Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-16T00:32:24.979Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T00:32:24.979Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-16T00:32:25.353Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-16T00:32:25.458Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-16T00:32:25.544Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-16T00:32:25.629Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-16T00:32:25.710Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-16T00:32:25.791Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-16T00:32:25.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-16T00:32:25.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-16T00:32:26.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-16T00:32:26.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-16T00:32:26.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-16T00:32:26.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-16T00:32:26.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-16T00:32:26.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-16T00:32:26.610Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T00:32:26.702Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T00:32:26.794Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-16T00:32:26.908Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-16T00:32:26.995Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-16T00:32:27.074Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-16T00:32:27.154Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-16T00:32:27.234Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-16T00:32:27.313Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo [2021-03-16T00:32:27.396Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo [2021-03-16T00:32:27.489Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo [2021-03-16T00:32:27.582Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6e99cd2d043b4c50517227a395efe2716fc4389d [Pipeline] echo [2021-03-16T00:32:27.663Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6e99cd2 [Pipeline] echo [2021-03-16T00:32:27.781Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T00:32:27.945Z] provisioning config files... [2021-03-16T00:32:27.992Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config8333476412662250211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:32:28.495Z] ---> docker-login.sh [2021-03-16T00:32:28.495Z] nexus3.edgexfoundry.org:10001 [2021-03-16T00:32:29.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:30.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:30.274Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:30.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:30.274Z] [2021-03-16T00:32:30.274Z] Login Succeeded [2021-03-16T00:32:30.274Z] nexus3.edgexfoundry.org:10002 [2021-03-16T00:32:30.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:36.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:36.102Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:36.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:36.102Z] [2021-03-16T00:32:36.102Z] Login Succeeded [2021-03-16T00:32:36.102Z] nexus3.edgexfoundry.org:10003 [2021-03-16T00:32:36.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:36.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:36.102Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:36.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:36.102Z] [2021-03-16T00:32:36.102Z] Login Succeeded [2021-03-16T00:32:36.102Z] nexus3.edgexfoundry.org:10004 [2021-03-16T00:32:36.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:36.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:36.745Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:36.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:36.745Z] [2021-03-16T00:32:36.745Z] Login Succeeded [2021-03-16T00:32:36.745Z] docker.io [2021-03-16T00:32:37.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:37.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:37.642Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:37.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:37.642Z] [2021-03-16T00:32:37.642Z] Login Succeeded [2021-03-16T00:32:37.642Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T00:32:37.662Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T00:32:38.162Z] ++ 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-16T00:32:38.162Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:38.162Z] ++ dirname cmd/core-command/Dockerfile [2021-03-16T00:32:38.162Z] ++ cut -d/ -f2 [2021-03-16T00:32:38.162Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-16T00:32:38.162Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:38.162Z] ++ cut -d/ -f2 [2021-03-16T00:32:38.162Z] ++ dirname cmd/core-data/Dockerfile [2021-03-16T00:32:38.162Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-16T00:32:38.162Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:38.162Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-16T00:32:38.162Z] ++ cut -d/ -f2 [2021-03-16T00:32:38.162Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-16T00:32:38.162Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:38.162Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-16T00:32:38.162Z] ++ cut -d/ -f2 [2021-03-16T00:32:38.162Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-16T00:32:38.162Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:38.162Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-16T00:32:38.162Z] ++ cut -d/ -f2 [2021-03-16T00:32:38.162Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-16T00:32:38.162Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:38.162Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-16T00:32:38.162Z] ++ cut -d/ -f2 [2021-03-16T00:32:38.162Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-16T00:32:38.162Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:38.162Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-16T00:32:38.162Z] ++ cut -d/ -f2 [2021-03-16T00:32:38.162Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-16T00:32:38.162Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:38.162Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-16T00:32:38.162Z] ++ cut -d/ -f2 [2021-03-16T00:32:38.162Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-16T00:32:38.162Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:38.162Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-16T00:32:38.162Z] ++ cut -d/ -f2 [2021-03-16T00:32:38.162Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-16T00:32:38.357Z] 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-16T00:32:39.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T00:32:39.835Z] [2021-03-16T00:32:39.835Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:32:40.385Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T00:32:40.771Z] latest: Pulling from edgex-devops/git-semver [2021-03-16T00:32:40.771Z] 31603596830f: Pulling fs layer [2021-03-16T00:32:40.771Z] 2a8b12db71e7: Pulling fs layer [2021-03-16T00:32:40.771Z] 6ca5941a6612: Pulling fs layer [2021-03-16T00:32:40.771Z] ecc8261a40a4: Pulling fs layer [2021-03-16T00:32:40.771Z] ecc8261a40a4: Waiting [2021-03-16T00:32:40.771Z] 2a8b12db71e7: Verifying Checksum [2021-03-16T00:32:40.771Z] 2a8b12db71e7: Download complete [2021-03-16T00:32:41.416Z] 31603596830f: Verifying Checksum [2021-03-16T00:32:41.416Z] 31603596830f: Download complete [2021-03-16T00:32:41.416Z] ecc8261a40a4: Verifying Checksum [2021-03-16T00:32:41.416Z] ecc8261a40a4: Download complete [2021-03-16T00:32:41.711Z] 6ca5941a6612: Verifying Checksum [2021-03-16T00:32:41.711Z] 6ca5941a6612: Download complete [2021-03-16T00:32:43.290Z] 31603596830f: Pull complete [2021-03-16T00:32:43.633Z] 2a8b12db71e7: Pull complete [2021-03-16T00:32:46.297Z] 6ca5941a6612: Pull complete [2021-03-16T00:32:47.415Z] ecc8261a40a4: Pull complete [2021-03-16T00:32:47.415Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-16T00:32:47.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T00:32:47.415Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-16T00:32:47.808Z] prd-centos7-docker-4c-2g-29872 does not seem to be running inside a container [2021-03-16T00:32:48.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-16T00:32:51.997Z] $ docker top c5568d600c9f37b17767ebc30a5153b9fee7ce590ed3ee5af91c2af1da8e078e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-16T00:32:52.809Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T00:32:52.809Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T00:32:53.550Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T00:32:53.555Z] $ docker exec c5568d600c9f37b17767ebc30a5153b9fee7ce590ed3ee5af91c2af1da8e078e ssh-agent [2021-03-16T00:32:54.483Z] SSH_AUTH_SOCK=/tmp/ssh-irWFmRDtjuom/agent.11 [2021-03-16T00:32:54.483Z] SSH_AGENT_PID=16 [2021-03-16T00:32:54.515Z] Running ssh-add (command line suppressed) [2021-03-16T00:32:55.745Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_8491287674973004162.key (/w/workspace/edgex-go/20@tmp/private_key_8491287674973004162.key) [2021-03-16T00:32:55.958Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T00:32:56.674Z] + git tag --points-at HEAD [Pipeline] } [2021-03-16T00:32:56.764Z] $ docker exec --env ******** --env ******** c5568d600c9f37b17767ebc30a5153b9fee7ce590ed3ee5af91c2af1da8e078e ssh-agent -k [2021-03-16T00:32:57.010Z] unset SSH_AUTH_SOCK; [2021-03-16T00:32:57.011Z] unset SSH_AGENT_PID; [2021-03-16T00:32:57.011Z] echo Agent pid 16 killed; [2021-03-16T00:32:57.105Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-16T00:32:57.244Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T00:32:57.244Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T00:32:57.592Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T00:32:57.597Z] $ docker exec c5568d600c9f37b17767ebc30a5153b9fee7ce590ed3ee5af91c2af1da8e078e ssh-agent [2021-03-16T00:32:57.907Z] SSH_AUTH_SOCK=/tmp/ssh-21c3slozUZ4j/agent.44 [2021-03-16T00:32:57.907Z] SSH_AGENT_PID=50 [2021-03-16T00:32:57.920Z] Running ssh-add (command line suppressed) [2021-03-16T00:32:58.154Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_9066478195397282966.key (/w/workspace/edgex-go/20@tmp/private_key_9066478195397282966.key) [2021-03-16T00:32:58.430Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T00:32:59.270Z] + git semver init [2021-03-16T00:32:59.270Z] # -> Open(): unable to determine branch for HEAD [2021-03-16T00:32:59.270Z] # $GIT_DIR = /w/workspace/edgex-go/20/.git [2021-03-16T00:32:59.270Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/20 [2021-03-16T00:32:59.270Z] # $SEMVER_REMOTE_NAME = origin [2021-03-16T00:32:59.270Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-16T00:32:59.270Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-16T00:32:59.270Z] # $SEMVER_BRANCH = PR-3208 [2021-03-16T00:32:59.270Z] # $SEMVER_TEMP = /tmp/semver-846285591 [2021-03-16T00:32:59.270Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-16T00:33:46.685Z] # '/tmp/semver-846285591' -> '/w/workspace/edgex-go/20/.semver' [2021-03-16T00:33:46.685Z] # -> Force: false [2021-03-16T00:33:46.685Z] # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } [2021-03-16T00:33:46.709Z] $ docker exec --env ******** --env ******** c5568d600c9f37b17767ebc30a5153b9fee7ce590ed3ee5af91c2af1da8e078e ssh-agent -k [2021-03-16T00:33:47.704Z] unset SSH_AUTH_SOCK; [2021-03-16T00:33:47.705Z] unset SSH_AGENT_PID; [2021-03-16T00:33:47.705Z] echo Agent pid 50 killed; [2021-03-16T00:33:47.951Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T00:33:48.601Z] + git semver [Pipeline] } [2021-03-16T00:33:48.641Z] $ docker stop --time=1 c5568d600c9f37b17767ebc30a5153b9fee7ce590ed3ee5af91c2af1da8e078e [2021-03-16T00:33:50.931Z] $ docker rm -f c5568d600c9f37b17767ebc30a5153b9fee7ce590ed3ee5af91c2af1da8e078e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T00:33:51.569Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-16T00:33:52.976Z] Stashed 1 file(s) [Pipeline] echo [2021-03-16T00:33:52.979Z] [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-16T00:33:53.924Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-16T00:33:54.303Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T00:33:54.786Z] + sudo service docker restart [2021-03-16T00:33:54.786Z] + true [2021-03-16T00:33:54.786Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-16T00:33:56.855Z] ========================================================= [2021-03-16T00:33:56.855Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-16T00:33:56.855Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:33:57.302Z] + 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-16T00:34:08.396Z] Still waiting to schedule task [2021-03-16T00:34:08.396Z] ‘prd-centos7-docker-4c-2g-29874’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29878’ 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-29879’ is offline [2021-03-16T00:34:09.964Z] Sending build context to Docker daemon 328.6MB [2021-03-16T00:34:09.964Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T00:34:09.964Z] Step 2/6 : FROM ${BASE} [2021-03-16T00:34:09.964Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-16T00:34:09.964Z] 188c0c94c7c5: Pulling fs layer [2021-03-16T00:34:09.964Z] 0ef7d3d256c8: Pulling fs layer [2021-03-16T00:34:09.964Z] de9db76c5a1d: Pulling fs layer [2021-03-16T00:34:09.964Z] bca2f99d35d6: Pulling fs layer [2021-03-16T00:34:09.964Z] 93359f2a8cfa: Pulling fs layer [2021-03-16T00:34:09.964Z] 7c6f9722023f: Pulling fs layer [2021-03-16T00:34:09.964Z] a35cf1a2eb13: Pulling fs layer [2021-03-16T00:34:09.964Z] bca2f99d35d6: Waiting [2021-03-16T00:34:09.964Z] 93359f2a8cfa: Waiting [2021-03-16T00:34:09.964Z] 7c6f9722023f: Waiting [2021-03-16T00:34:09.964Z] a35cf1a2eb13: Waiting [2021-03-16T00:34:09.964Z] de9db76c5a1d: Verifying Checksum [2021-03-16T00:34:09.964Z] de9db76c5a1d: Download complete [2021-03-16T00:34:09.964Z] 0ef7d3d256c8: Download complete [2021-03-16T00:34:09.964Z] 93359f2a8cfa: Verifying Checksum [2021-03-16T00:34:09.964Z] 93359f2a8cfa: Download complete [2021-03-16T00:34:09.964Z] 7c6f9722023f: Verifying Checksum [2021-03-16T00:34:09.964Z] 7c6f9722023f: Download complete [2021-03-16T00:34:09.964Z] 188c0c94c7c5: Verifying Checksum [2021-03-16T00:34:09.964Z] 188c0c94c7c5: Download complete [2021-03-16T00:34:11.114Z] 188c0c94c7c5: Pull complete [2021-03-16T00:34:11.740Z] 0ef7d3d256c8: Pull complete [2021-03-16T00:34:12.407Z] de9db76c5a1d: Pull complete [2021-03-16T00:34:13.386Z] a35cf1a2eb13: Verifying Checksum [2021-03-16T00:34:13.386Z] a35cf1a2eb13: Download complete [2021-03-16T00:34:14.413Z] bca2f99d35d6: Verifying Checksum [2021-03-16T00:34:14.413Z] bca2f99d35d6: Download complete [2021-03-16T00:34:29.826Z] bca2f99d35d6: Pull complete [2021-03-16T00:34:29.826Z] 93359f2a8cfa: Pull complete [2021-03-16T00:34:30.169Z] 7c6f9722023f: Pull complete [2021-03-16T00:34:39.221Z] a35cf1a2eb13: Pull complete [2021-03-16T00:34:39.221Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-16T00:34:39.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-16T00:34:39.221Z] ---> a62c8e92a672 [2021-03-16T00:34:39.221Z] 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-16T00:34:39.512Z] ---> Running in b857fa69eba5 [2021-03-16T00:34:41.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:34:41.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:34:42.594Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T00:34:42.859Z] (2/12) Installing file (5.38-r0) [2021-03-16T00:34:42.859Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T00:34:42.859Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T00:34:48.228Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T00:34:48.228Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T00:34:48.228Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T00:34:48.228Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T00:34:48.228Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T00:34:48.502Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T00:34:48.502Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T00:34:48.776Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T00:34:48.776Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:34:48.776Z] OK: 233 MiB in 51 packages [2021-03-16T00:34:55.713Z] Removing intermediate container b857fa69eba5 [2021-03-16T00:34:55.713Z] ---> 526ec0b5b12a [2021-03-16T00:34:55.713Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T00:34:55.713Z] ---> Running in aad77b51d0b0 [2021-03-16T00:34:55.713Z] Removing intermediate container aad77b51d0b0 [2021-03-16T00:34:55.713Z] ---> 787b071dc13f [2021-03-16T00:34:55.713Z] Step 5/6 : COPY go.mod . [2021-03-16T00:34:56.010Z] ---> dee6bdd9a73e [2021-03-16T00:34:56.010Z] Step 6/6 : RUN go mod download [2021-03-16T00:34:56.010Z] ---> Running in ab587090448b [2021-03-16T00:35:36.457Z] Removing intermediate container ab587090448b [2021-03-16T00:35:36.457Z] ---> cfe8a9df8b88 [2021-03-16T00:35:36.457Z] Successfully built cfe8a9df8b88 [2021-03-16T00:35:36.457Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:35:36.898Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T00:35:37.418Z] . [Pipeline] withDockerContainer [2021-03-16T00:35:38.498Z] prd-centos7-docker-4c-2g-29872 does not seem to be running inside a container [2021-03-16T00:35:38.665Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-16T00:35:39.914Z] $ docker top 6c229ca48f21b416528e6150e953e440119d1f7ca4ae812344fe9b0157984e26 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:35:41.048Z] + go version [2021-03-16T00:35:41.048Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-16T00:35:41.073Z] $ docker stop --time=1 6c229ca48f21b416528e6150e953e440119d1f7ca4ae812344fe9b0157984e26 [2021-03-16T00:35:43.646Z] $ docker rm -f 6c229ca48f21b416528e6150e953e440119d1f7ca4ae812344fe9b0157984e26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:35:44.739Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T00:35:45.019Z] . [Pipeline] withDockerContainer [2021-03-16T00:35:45.575Z] prd-centos7-docker-4c-2g-29872 does not seem to be running inside a container [2021-03-16T00:35:45.644Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-16T00:35:46.540Z] $ docker top 62b37f7be41311ac2d8bb3e0f08a2ca46bac2fe1127565bafabb8b01fe1cd537 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T00:35:46.874Z] ========================================================= [2021-03-16T00:35:46.874Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T00:35:46.874Z] ========================================================= [Pipeline] sh [2021-03-16T00:35:47.188Z] + make test [2021-03-16T00:35:47.188Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T00:36:20.541Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T00:37:00.950Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29885 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-16T00:37:01.016Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-03-16T00:37:07.256Z] using credential edgex-jenkins-ssh [2021-03-16T00:37:07.310Z] Cloning the remote Git repository [2021-03-16T00:37:07.375Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:37:07.508Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-03-16T00:37:07.622Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:37:07.623Z] > git --version # timeout=10 [2021-03-16T00:37:07.644Z] > git --version # 'git version 2.17.1' [2021-03-16T00:37:07.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:37:07.706Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T00:37:20.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T00:37:25.225Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T00:37:25.246Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T00:37:25.277Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T00:37:25.333Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:37:25.334Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:37:25.352Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T00:37:26.053Z] Merging remotes/origin/master commit 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c into PR head commit 5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-16T00:37:26.971Z] Merge succeeded, producing cffb181b5d20ea69b9413ae2548058a2699d5bdd [2021-03-16T00:37:26.971Z] Checking out Revision cffb181b5d20ea69b9413ae2548058a2699d5bdd (PR-3208) [2021-03-16T00:37:26.083Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T00:37:26.102Z] > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 [2021-03-16T00:37:26.476Z] > git remote # timeout=10 [2021-03-16T00:37:26.497Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T00:37:26.530Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:37:26.546Z] > git merge 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c # timeout=10 [2021-03-16T00:37:26.951Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T00:37:26.981Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T00:37:26.995Z] > git checkout -f cffb181b5d20ea69b9413ae2548058a2699d5bdd # timeout=10 [2021-03-16T00:37:31.747Z] Commit message: "Merge commit '7baeca4eebb4ae03aa45f246de6ab0a897fafe7c' into HEAD" [2021-03-16T00:37:31.759Z] > git rev-list --no-walk 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-16T00:37:33.602Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-16T00:37:34.038Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T00:37:34.395Z] + sudo service docker restart [2021-03-16T00:37:34.395Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T00:37:37.128Z] provisioning config files... [2021-03-16T00:37:37.177Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config8316047315410540547tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:37:37.620Z] ---> docker-login.sh [2021-03-16T00:37:37.620Z] nexus3.edgexfoundry.org:10001 [2021-03-16T00:37:38.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:39.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:39.218Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:39.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:39.218Z] [2021-03-16T00:37:39.218Z] Login Succeeded [2021-03-16T00:37:39.218Z] nexus3.edgexfoundry.org:10002 [2021-03-16T00:37:39.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:39.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:39.776Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:39.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:39.776Z] [2021-03-16T00:37:39.776Z] Login Succeeded [2021-03-16T00:37:39.776Z] nexus3.edgexfoundry.org:10003 [2021-03-16T00:37:40.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:40.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:40.382Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:40.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:40.382Z] [2021-03-16T00:37:40.382Z] Login Succeeded [2021-03-16T00:37:40.382Z] nexus3.edgexfoundry.org:10004 [2021-03-16T00:37:40.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:40.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:40.986Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:40.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:40.986Z] [2021-03-16T00:37:40.986Z] Login Succeeded [2021-03-16T00:37:40.986Z] docker.io [2021-03-16T00:37:41.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:41.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:41.866Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:41.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:41.866Z] [2021-03-16T00:37:41.866Z] Login Succeeded [2021-03-16T00:37:41.866Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T00:37:41.887Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-16T00:37:42.429Z] ========================================================= [2021-03-16T00:37:42.429Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-16T00:37:42.429Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:37:42.830Z] + 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-16T00:37:44.472Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T00:37:44.472Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T00:37:44.472Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T00:37:45.506Z] Sending build context to Docker daemon 166.7MB [2021-03-16T00:37:45.506Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T00:37:45.506Z] Step 2/6 : FROM ${BASE} [2021-03-16T00:37:45.783Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-16T00:37:45.783Z] 5f621e34cdf4: Pulling fs layer [2021-03-16T00:37:45.783Z] a4357932f1b6: Pulling fs layer [2021-03-16T00:37:45.783Z] 18c013af1878: Pulling fs layer [2021-03-16T00:37:45.783Z] 00ac8860ef70: Pulling fs layer [2021-03-16T00:37:45.783Z] 63d7cb157983: Pulling fs layer [2021-03-16T00:37:45.783Z] b116817d02f9: Pulling fs layer [2021-03-16T00:37:45.783Z] 745a02a5169b: Pulling fs layer [2021-03-16T00:37:45.783Z] b116817d02f9: Waiting [2021-03-16T00:37:45.783Z] 00ac8860ef70: Waiting [2021-03-16T00:37:45.783Z] 63d7cb157983: Waiting [2021-03-16T00:37:45.783Z] 745a02a5169b: Waiting [2021-03-16T00:37:45.783Z] 18c013af1878: Verifying Checksum [2021-03-16T00:37:45.783Z] 18c013af1878: Download complete [2021-03-16T00:37:45.783Z] a4357932f1b6: Verifying Checksum [2021-03-16T00:37:45.783Z] a4357932f1b6: Download complete [2021-03-16T00:37:45.783Z] 63d7cb157983: Verifying Checksum [2021-03-16T00:37:45.783Z] 63d7cb157983: Download complete [2021-03-16T00:37:45.783Z] b116817d02f9: Download complete [2021-03-16T00:37:45.783Z] 5f621e34cdf4: Verifying Checksum [2021-03-16T00:37:45.783Z] 5f621e34cdf4: Download complete [2021-03-16T00:37:46.790Z] 5f621e34cdf4: Pull complete [2021-03-16T00:37:47.410Z] a4357932f1b6: Pull complete [2021-03-16T00:37:47.692Z] 18c013af1878: Pull complete [2021-03-16T00:37:47.972Z] 745a02a5169b: Verifying Checksum [2021-03-16T00:37:47.972Z] 745a02a5169b: Download complete [2021-03-16T00:37:49.215Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T00:37:49.215Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T00:37:49.215Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T00:37:49.418Z] 00ac8860ef70: Verifying Checksum [2021-03-16T00:37:49.418Z] 00ac8860ef70: Download complete [2021-03-16T00:37:49.860Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T00:37:51.910Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T00:37:53.045Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T00:37:59.587Z] 00ac8860ef70: Pull complete [2021-03-16T00:37:59.882Z] 63d7cb157983: Pull complete [2021-03-16T00:38:00.103Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T00:38:00.103Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T00:38:00.103Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T00:38:00.484Z] b116817d02f9: Pull complete [2021-03-16T00:38:04.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.796s coverage: 45.9% of statements [2021-03-16T00:38:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T00:38:04.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T00:38:04.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T00:38:04.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T00:38:04.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T00:38:04.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T00:38:04.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.184s coverage: 19.8% of statements [2021-03-16T00:38:04.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.599s coverage: 100.0% of statements [2021-03-16T00:38:04.816Z] 745a02a5169b: Pull complete [2021-03-16T00:38:04.816Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-16T00:38:04.816Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-16T00:38:04.816Z] ---> b7e6874047d6 [2021-03-16T00:38:04.816Z] 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-16T00:38:08.257Z] ---> Running in 8cf782feaf15 [2021-03-16T00:38:09.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:38:10.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:38:11.667Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T00:38:11.940Z] (2/12) Installing file (5.38-r0) [2021-03-16T00:38:11.940Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T00:38:11.940Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T00:38:13.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.314s coverage: 27.1% of statements [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T00:38:13.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.113s coverage: 100.0% of statements [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T00:38:13.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T00:38:13.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.321s coverage: 71.3% of statements [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T00:38:13.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.326s coverage: 82.9% of statements [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:38:13.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.127s coverage: 78.9% of statements [2021-03-16T00:38:13.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T00:38:18.743Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T00:38:18.743Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T00:38:18.743Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T00:38:19.067Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T00:38:19.067Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T00:38:19.067Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T00:38:19.350Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T00:38:19.652Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T00:38:19.652Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:38:19.652Z] OK: 217 MiB in 51 packages [2021-03-16T00:38:22.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.912s coverage: 28.6% of statements [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T00:38:22.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.226s coverage: 100.0% of statements [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T00:38:22.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.104s coverage: 100.0% of statements [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T00:38:22.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.474s coverage: 86.7% of statements [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T00:38:22.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.372s coverage: 97.5% of statements [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T00:38:22.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.100s coverage: 78.3% of statements [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T00:38:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T00:38:25.141Z] Removing intermediate container 8cf782feaf15 [2021-03-16T00:38:25.141Z] ---> fcb88dc8e7d0 [2021-03-16T00:38:25.141Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T00:38:25.141Z] ---> Running in 0f68b2be5f14 [2021-03-16T00:38:25.141Z] Removing intermediate container 0f68b2be5f14 [2021-03-16T00:38:25.141Z] ---> 5839fb7c0d89 [2021-03-16T00:38:25.141Z] Step 5/6 : COPY go.mod . [2021-03-16T00:38:25.744Z] ---> 1ee950319914 [2021-03-16T00:38:25.744Z] Step 6/6 : RUN go mod download [2021-03-16T00:38:26.019Z] ---> Running in ab23d5697c27 [2021-03-16T00:38:31.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.300s coverage: 92.8% of statements [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T00:38:31.300Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.104s coverage: 58.8% of statements [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T00:38:31.300Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.318s coverage: 0.1% of statements [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T00:38:31.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T00:38:31.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.186s coverage: 47.1% of statements [2021-03-16T00:38:31.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.201s coverage: 79.5% of statements [2021-03-16T00:38:31.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements [2021-03-16T00:38:31.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.176s coverage: 96.3% of statements [2021-03-16T00:38:31.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-03-16T00:38:44.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.135s coverage: 94.4% of statements [2021-03-16T00:38:44.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.138s coverage: 44.8% of statements [2021-03-16T00:38:49.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.624s coverage: 81.9% of statements [2021-03-16T00:38:58.384Z] Removing intermediate container ab23d5697c27 [2021-03-16T00:38:58.385Z] ---> 88cc27abae78 [2021-03-16T00:38:58.385Z] Successfully built 88cc27abae78 [2021-03-16T00:38:58.385Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:38:58.746Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T00:38:58.746Z] . [Pipeline] withDockerContainer [2021-03-16T00:38:59.082Z] prd-ubuntu18.04-docker-arm64-4c-16g-29885 does not seem to be running inside a container [2021-03-16T00:38:59.189Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.335s coverage: 92.9% of statements [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.095s coverage: 77.8% of statements [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.100s coverage: 87.2% of statements [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.440s coverage: 75.5% of statements [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.167s coverage: 84.6% of statements [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.293s coverage: 91.6% of statements [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.570s coverage: 62.4% of statements [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T00:39:00.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.113s coverage: 100.0% of statements [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.154s coverage: 91.3% of statements [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.165s coverage: 100.0% of statements [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.237s coverage: 73.7% of statements [2021-03-16T00:39:00.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.212s coverage: 100.0% of statements [2021-03-16T00:39:01.088Z] $ docker top 16a19a41e8cd56070ab05b9e33c826497537ed47d84e75b14b90e51fab485db5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:39:02.214Z] + go version [2021-03-16T00:39:02.214Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-16T00:39:02.241Z] $ docker stop --time=1 16a19a41e8cd56070ab05b9e33c826497537ed47d84e75b14b90e51fab485db5 [2021-03-16T00:39:02.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.387s coverage: 69.0% of statements [2021-03-16T00:39:02.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T00:39:02.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T00:39:02.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T00:39:04.559Z] $ docker rm -f 16a19a41e8cd56070ab05b9e33c826497537ed47d84e75b14b90e51fab485db5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-16T00:39:05.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.301s coverage: 38.4% of statements [2021-03-16T00:39:05.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T00:39:05.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T00:39:05.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.223s coverage: 89.5% of statements [2021-03-16T00:39:05.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T00:39:05.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.146s coverage: 84.8% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:39:05.644Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T00:39:05.644Z] . [Pipeline] withDockerContainer [2021-03-16T00:39:05.962Z] prd-ubuntu18.04-docker-arm64-4c-16g-29885 does not seem to be running inside a container [2021-03-16T00:39:06.055Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T00:39:07.737Z] $ docker top b6cf6f68c3ff89d2c372555aaba81de4783681badb665daadd3081d950a3593e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T00:39:08.174Z] ========================================================= [2021-03-16T00:39:08.174Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T00:39:08.174Z] ========================================================= [Pipeline] sh [2021-03-16T00:39:08.838Z] + make test [2021-03-16T00:39:08.838Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T00:39:10.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.489s coverage: 47.0% of statements [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T00:39:10.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T00:39:10.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T00:39:10.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.278s coverage: 87.1% of statements [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:39:10.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T00:39:14.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.570s coverage: 29.1% of statements [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T00:39:14.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.125s coverage: 99.0% of statements [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T00:39:14.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T00:39:14.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.109s coverage: 96.5% of statements [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T00:39:14.927Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.080s coverage: 0.0% of statements [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T00:39:14.927Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.106s coverage: 100.0% of statements [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T00:39:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T00:39:15.639Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.364s coverage: 87.9% of statements [2021-03-16T00:39:15.639Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T00:39:15.639Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T00:39:15.639Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.256s coverage: 100.0% of statements [2021-03-16T00:39:16.637Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements [2021-03-16T00:39:16.637Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.059s coverage: 100.0% of statements [2021-03-16T00:39:17.283Z] GO111MODULE=on go vet ./... [2021-03-16T00:39:41.227Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T00:40:38.500Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T00:40:55.485Z] gofmt -l . [2021-03-16T00:40:55.485Z] [ "`gofmt -l .`" = "" ] [2021-03-16T00:40:55.485Z] ./bin/test-go-mod-tidy.sh [2021-03-16T00:40:55.485Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T00:40:58.279Z] + ls -al . [2021-03-16T00:40:58.279Z] total 760 [2021-03-16T00:40:58.279Z] drwxrwxr-x 10 1001 1001 4096 Mar 16 00:40 . [2021-03-16T00:40:58.279Z] drwxr-xr-x 4 root root 30 Mar 16 00:35 .. [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 00:32 .dockerignore [2021-03-16T00:40:58.279Z] drwxrwxr-x 8 1001 1001 179 Mar 16 00:32 .git [2021-03-16T00:40:58.279Z] drwxrwxr-x 3 1001 1001 125 Mar 16 00:32 .github [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 00:32 .gitignore [2021-03-16T00:40:58.279Z] drwx------ 3 1001 1001 60 Mar 16 00:33 .semver [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 00:32 .sonarcloud.properties [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 00:32 Attribution.txt [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 00:32 CONTRIBUTING.md [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 00:32 Dockerfile.build [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 00:32 Jenkinsfile [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 00:32 LICENSE [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 00:32 Makefile [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 00:32 README.md [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 00:32 SECURITY.md [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 00:33 VERSION [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 00:32 ZMQWindows.md [2021-03-16T00:40:58.279Z] drwxrwxr-x 2 1001 1001 117 Mar 16 00:32 bin [2021-03-16T00:40:58.279Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 00:32 cmd [2021-03-16T00:40:58.279Z] -rw-r--r-- 1 root root 650607 Mar 16 00:39 coverage.out [2021-03-16T00:40:58.279Z] -rw-r--r-- 1 root root 1055 Mar 16 00:40 go.mod [2021-03-16T00:40:58.279Z] -rw-r--r-- 1 root root 22209 Mar 16 00:40 go.sum [2021-03-16T00:40:58.279Z] drwxrwxr-x 8 1001 1001 127 Mar 16 00:32 internal [2021-03-16T00:40:58.279Z] drwxrwxr-x 4 1001 1001 26 Mar 16 00:32 openapi [2021-03-16T00:40:58.279Z] drwxrwxr-x 4 1001 1001 71 Mar 16 00:32 snap [2021-03-16T00:40:58.279Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 00:32 version.go [Pipeline] sh [2021-03-16T00:40:59.108Z] + '[' -e coverage.out ] [2021-03-16T00:40:59.108Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T00:40:59.927Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T00:41:00.633Z] + make build [2021-03-16T00:41:00.633Z] 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-16T00:41:00.726Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T00:41:00.726Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T00:41:00.726Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T00:41:00.726Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T00:41:00.726Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T00:41:00.726Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T00:41:00.726Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T00:41:00.726Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T00:41:01.723Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T00:41:07.541Z] 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-16T00:41:11.923Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T00:41:11.923Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T00:41:11.923Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T00:41:18.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.351s coverage: 45.9% of statements [2021-03-16T00:41:18.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T00:41:18.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T00:41:18.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T00:41:18.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T00:41:18.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T00:41:18.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T00:41:18.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.158s coverage: 19.8% of statements [2021-03-16T00:41:18.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.263s coverage: 100.0% of statements [2021-03-16T00:41:25.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.570s coverage: 27.1% of statements [2021-03-16T00:41:25.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T00:41:25.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T00:41:25.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T00:41:25.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T00:41:25.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T00:41:25.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T00:41:25.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-03-16T00:41:25.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T00:41:25.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-03-16T00:41:25.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T00:41:25.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T00:41:26.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.334s coverage: 71.3% of statements [2021-03-16T00:41:26.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T00:41:26.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T00:41:30.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.485s coverage: 82.9% of statements [2021-03-16T00:41:30.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T00:41:30.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:41:30.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.154s coverage: 78.9% of statements [2021-03-16T00:41:30.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T00:41:40.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.312s coverage: 28.6% of statements [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T00:41:40.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T00:41:40.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T00:41:40.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.389s coverage: 86.7% of statements [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T00:41:40.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.389s coverage: 97.5% of statements [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T00:41:40.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.229s coverage: 78.3% of statements [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T00:41:40.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T00:41:41.242Z] 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-16T00:41:45.717Z] 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-16T00:41:49.178Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.346s coverage: 92.8% of statements [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T00:41:49.178Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T00:41:49.178Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.221s coverage: 0.1% of statements [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T00:41:49.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T00:41:49.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2021-03-16T00:41:49.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.100s coverage: 79.5% of statements [2021-03-16T00:41:49.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-03-16T00:41:49.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.112s coverage: 96.3% of statements [2021-03-16T00:41:49.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements [2021-03-16T00:41:51.672Z] 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-16T00:41:55.836Z] 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-16T00:42:01.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.144s coverage: 94.4% of statements [2021-03-16T00:42:01.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-03-16T00:42:08.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.263s coverage: 81.9% of statements [2021-03-16T00:42:08.848Z] 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-16T00:42:15.903Z] 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-16T00:42:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.119s coverage: 92.9% of statements [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T00:42:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T00:42:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T00:42:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T00:42:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T00:42:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements [2021-03-16T00:42:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.139s coverage: 87.2% of statements [2021-03-16T00:42:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.6% of statements [2021-03-16T00:42:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.6% of statements [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T00:42:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.747s coverage: 62.4% of statements [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T00:42:18.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T00:42:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-03-16T00:42:19.328Z] 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-16T00:42:19.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2021-03-16T00:42:19.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-03-16T00:42:20.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-03-16T00:42:20.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-03-16T00:42:22.360Z] 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-16T00:42:25.951Z] 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-16T00:42:26.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.953s coverage: 69.0% of statements [2021-03-16T00:42:26.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T00:42:26.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T00:42:26.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T00:42:26.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 38.4% of statements [2021-03-16T00:42:26.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T00:42:26.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T00:42:26.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements [2021-03-16T00:42:26.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T00:42:26.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.089s coverage: 84.8% of statements [2021-03-16T00:42:28.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-16T00:42:34.291Z] $ docker stop --time=1 62b37f7be41311ac2d8bb3e0f08a2ca46bac2fe1127565bafabb8b01fe1cd537 [2021-03-16T00:42:34.933Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.430s coverage: 47.0% of statements [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T00:42:34.933Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.175s coverage: 100.0% of statements [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T00:42:34.933Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T00:42:34.933Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.525s coverage: 87.1% of statements [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:42:34.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T00:42:37.355Z] $ docker rm -f 62b37f7be41311ac2d8bb3e0f08a2ca46bac2fe1127565bafabb8b01fe1cd537 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:42:39.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:42:40.020Z] [2021-03-16T00:42:40.020Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:42:40.521Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:42:40.825Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-16T00:42:40.825Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-16T00:42:40.825Z] ca9280d653b3: Pulling fs layer [2021-03-16T00:42:40.825Z] 7e9c9ca2126c: Pulling fs layer [2021-03-16T00:42:41.467Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-16T00:42:41.467Z] cbdbe7a5bc2a: Download complete [2021-03-16T00:42:42.489Z] ca9280d653b3: Verifying Checksum [2021-03-16T00:42:42.489Z] ca9280d653b3: Download complete [2021-03-16T00:42:42.489Z] cbdbe7a5bc2a: Pull complete [2021-03-16T00:42:45.144Z] 7e9c9ca2126c: Verifying Checksum [2021-03-16T00:42:45.144Z] 7e9c9ca2126c: Download complete [2021-03-16T00:42:45.144Z] ca9280d653b3: Pull complete [2021-03-16T00:42:45.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.926s coverage: 29.1% of statements [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T00:42:45.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T00:42:45.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T00:42:45.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.345s coverage: 96.5% of statements [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T00:42:45.170Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.065s coverage: 0.0% of statements [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T00:42:45.170Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T00:42:45.170Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T00:42:45.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T00:42:45.170Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements [2021-03-16T00:42:45.170Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-16T00:42:45.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-03-16T00:42:46.750Z] GO111MODULE=on go vet ./... [2021-03-16T00:43:00.422Z] 7e9c9ca2126c: Pull complete [2021-03-16T00:43:00.422Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-16T00:43:00.422Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:43:00.422Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-16T00:43:00.930Z] prd-centos7-docker-4c-2g-29872 does not seem to be running inside a container [2021-03-16T00:43:01.102Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-16T00:43:05.860Z] $ docker top 5fc448c924a251dcfd583694f4ec7054ac6dbf02af5be01ba222e57e3a1a82e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:43:07.871Z] + docker-compose build --help [2021-03-16T00:43:07.871Z] + grep parallel [2021-03-16T00:43:09.281Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T00:43:09.582Z] $ docker stop --time=1 5fc448c924a251dcfd583694f4ec7054ac6dbf02af5be01ba222e57e3a1a82e7 [2021-03-16T00:43:11.590Z] $ docker rm -f 5fc448c924a251dcfd583694f4ec7054ac6dbf02af5be01ba222e57e3a1a82e7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:43:12.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:43:12.462Z] . [Pipeline] withDockerContainer [2021-03-16T00:43:12.634Z] prd-centos7-docker-4c-2g-29872 does not seem to be running inside a container [2021-03-16T00:43:12.724Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-16T00:43:14.116Z] $ docker top 125de38a3ff6ae33735390466004f3ef3340f359a7fcf42728f67dbc2c052dcb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:43:14.734Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T00:43:16.188Z] Building docker-core-command-go ... [2021-03-16T00:43:16.188Z] Building docker-core-data-go ... [2021-03-16T00:43:16.188Z] Building docker-core-metadata-go ... [2021-03-16T00:43:16.188Z] Building docker-security-bootstrapper-go ... [2021-03-16T00:43:16.188Z] Building docker-security-proxy-setup-go ... [2021-03-16T00:43:16.188Z] Building docker-security-secretstore-setup-go ... [2021-03-16T00:43:16.188Z] Building docker-support-notifications-go ... [2021-03-16T00:43:16.188Z] Building docker-support-scheduler-go ... [2021-03-16T00:43:16.188Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T00:43:16.188Z] Building docker-sys-mgmt-agent-go [2021-03-16T00:43:16.188Z] Building docker-support-notifications-go [2021-03-16T00:43:16.188Z] Building docker-core-command-go [2021-03-16T00:43:16.188Z] Building docker-security-secretstore-setup-go [2021-03-16T00:43:16.188Z] Building docker-security-bootstrapper-go [2021-03-16T00:44:23.635Z] gofmt -l . [2021-03-16T00:44:23.636Z] [ "`gofmt -l .`" = "" ] [2021-03-16T00:44:25.069Z] ./bin/test-go-mod-tidy.sh [2021-03-16T00:44:25.672Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T00:44:28.316Z] + ls -al . [2021-03-16T00:44:28.316Z] total 788 [2021-03-16T00:44:28.316Z] drwxrwxr-x 9 1001 1001 4096 Mar 16 00:44 . [2021-03-16T00:44:28.316Z] drwxr-xr-x 4 root root 4096 Mar 16 00:39 .. [2021-03-16T00:44:28.316Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 00:37 .dockerignore [2021-03-16T00:44:28.316Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 00:37 .git [2021-03-16T00:44:28.316Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 00:37 .github [2021-03-16T00:44:28.316Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 00:37 .gitignore [2021-03-16T00:44:28.316Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 00:37 .sonarcloud.properties [2021-03-16T00:44:28.317Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 00:37 Attribution.txt [2021-03-16T00:44:28.317Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 00:37 CONTRIBUTING.md [2021-03-16T00:44:28.317Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 00:37 Dockerfile.build [2021-03-16T00:44:28.317Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 00:37 Jenkinsfile [2021-03-16T00:44:28.317Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 00:37 LICENSE [2021-03-16T00:44:28.317Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 00:37 Makefile [2021-03-16T00:44:28.317Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 00:37 README.md [2021-03-16T00:44:28.317Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 00:37 SECURITY.md [2021-03-16T00:44:28.317Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 00:33 VERSION [2021-03-16T00:44:28.317Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 00:37 ZMQWindows.md [2021-03-16T00:44:28.317Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 00:37 bin [2021-03-16T00:44:28.317Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 00:37 cmd [2021-03-16T00:44:28.317Z] -rw-r--r-- 1 root root 650607 Mar 16 00:42 coverage.out [2021-03-16T00:44:28.317Z] -rw-r--r-- 1 root root 1055 Mar 16 00:44 go.mod [2021-03-16T00:44:28.317Z] -rw-r--r-- 1 root root 22209 Mar 16 00:44 go.sum [2021-03-16T00:44:28.317Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 00:37 internal [2021-03-16T00:44:28.317Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 00:37 openapi [2021-03-16T00:44:28.317Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 00:37 snap [2021-03-16T00:44:28.317Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 00:37 version.go [Pipeline] sh [2021-03-16T00:44:28.987Z] + '[' -e coverage.out ] [2021-03-16T00:44:28.987Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T00:44:29.068Z] Warning: overwriting stash ‘coverage-report’ [2021-03-16T00:44:30.478Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T00:44:31.200Z] + make build [2021-03-16T00:44:31.200Z] 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-16T00:44:43.585Z] 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-16T00:44:54.262Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:44:54.262Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:44:54.262Z] ---> cfe8a9df8b88 [2021-03-16T00:44:54.262Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T00:44:54.262Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:44:54.262Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:44:54.262Z] ---> cfe8a9df8b88 [2021-03-16T00:44:54.262Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T00:44:54.262Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:44:54.262Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:44:54.262Z] ---> cfe8a9df8b88 [2021-03-16T00:44:54.262Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T00:44:54.262Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:44:54.262Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:44:54.262Z] ---> cfe8a9df8b88 [2021-03-16T00:44:54.262Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T00:44:54.262Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:44:54.262Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:44:54.262Z] ---> cfe8a9df8b88 [2021-03-16T00:44:54.262Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:44:54.262Z] ---> Running in 4355118bc43d [2021-03-16T00:44:54.262Z] ---> Running in 0c2e4a57844e [2021-03-16T00:44:54.262Z] ---> Running in 2ae174bc9059 [2021-03-16T00:44:54.262Z] ---> Running in 77aec03a3267 [2021-03-16T00:44:54.262Z] ---> Running in dc9ec0720bd4 [2021-03-16T00:44:54.262Z] Removing intermediate container 2ae174bc9059 [2021-03-16T00:44:54.262Z] ---> c28db789ff1a [2021-03-16T00:44:54.263Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:44:54.263Z] Removing intermediate container 4355118bc43d [2021-03-16T00:44:54.263Z] ---> abd7fd79613f [2021-03-16T00:44:54.263Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:44:54.263Z] Removing intermediate container 77aec03a3267 [2021-03-16T00:44:54.263Z] ---> a2c174cec53b [2021-03-16T00:44:54.263Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:44:54.263Z] Removing intermediate container dc9ec0720bd4 [2021-03-16T00:44:54.263Z] ---> 9c83a03c1daa [2021-03-16T00:44:54.263Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:44:54.263Z] Removing intermediate container 0c2e4a57844e [2021-03-16T00:44:54.263Z] ---> 3065311f5e9e [2021-03-16T00:44:54.263Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:44:54.263Z] ---> Running in 49f830d7ddcf [2021-03-16T00:44:54.263Z] ---> Running in 1b30c530490d [2021-03-16T00:44:54.263Z] ---> Running in fcd5570df79f [2021-03-16T00:44:54.263Z] ---> Running in 0e4d8d2c9d15 [2021-03-16T00:44:54.263Z] ---> Running in 6c7653769b6b [2021-03-16T00:45:02.107Z] Removing intermediate container 0e4d8d2c9d15 [2021-03-16T00:45:02.107Z] ---> 56167102a238 [2021-03-16T00:45:02.107Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T00:45:02.107Z] Removing intermediate container fcd5570df79f [2021-03-16T00:45:02.107Z] ---> 19aa7869cac5 [2021-03-16T00:45:02.107Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T00:45:02.107Z] Removing intermediate container 1b30c530490d [2021-03-16T00:45:02.107Z] ---> 4a2e4d902375 [2021-03-16T00:45:02.107Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T00:45:02.107Z] Removing intermediate container 6c7653769b6b [2021-03-16T00:45:02.107Z] ---> b9024bfd0acf [2021-03-16T00:45:02.107Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T00:45:02.107Z] ---> Running in e7c151047ab5 [2021-03-16T00:45:02.107Z] ---> Running in 40f8efa59075 [2021-03-16T00:45:02.107Z] ---> Running in d937a1d502dc [2021-03-16T00:45:02.107Z] ---> Running in 27f9bf7b4a4e [2021-03-16T00:45:02.446Z] Removing intermediate container 49f830d7ddcf [2021-03-16T00:45:02.446Z] ---> 435d7ca05591 [2021-03-16T00:45:02.446Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T00:45:02.768Z] ---> Running in 3372f86fb462 [2021-03-16T00:45:05.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:45:05.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:45:05.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:45:05.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:45:05.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:45:06.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:45:06.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:45:06.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:45:06.883Z] OK: 233 MiB in 51 packages [2021-03-16T00:45:06.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:45:06.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:45:07.570Z] OK: 233 MiB in 51 packages [2021-03-16T00:45:07.570Z] OK: 233 MiB in 51 packages [2021-03-16T00:45:07.570Z] OK: 233 MiB in 51 packages [2021-03-16T00:45:07.886Z] OK: 233 MiB in 51 packages [2021-03-16T00:45:09.102Z] Removing intermediate container e7c151047ab5 [2021-03-16T00:45:09.102Z] ---> 52df59591c38 [2021-03-16T00:45:09.102Z] Step 6/22 : COPY go.mod . [2021-03-16T00:45:10.293Z] Removing intermediate container 40f8efa59075 [2021-03-16T00:45:10.293Z] ---> 2ab193f7f623 [2021-03-16T00:45:10.293Z] Step 6/31 : COPY go.mod . [2021-03-16T00:45:10.293Z] Removing intermediate container 27f9bf7b4a4e [2021-03-16T00:45:10.293Z] ---> f02b9b3de67a [2021-03-16T00:45:10.293Z] Step 6/23 : COPY go.mod . [2021-03-16T00:45:10.293Z] Removing intermediate container d937a1d502dc [2021-03-16T00:45:10.293Z] ---> 3a1902b840e1 [2021-03-16T00:45:10.293Z] Step 6/26 : COPY go.mod . [2021-03-16T00:45:10.388Z] 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-16T00:45:10.579Z] ---> d9a9fd430640 [2021-03-16T00:45:10.579Z] Step 7/22 : RUN go mod download [2021-03-16T00:45:10.851Z] Removing intermediate container 3372f86fb462 [2021-03-16T00:45:10.851Z] ---> c6cbddf5455d [2021-03-16T00:45:10.851Z] Step 6/24 : COPY go.mod . [2021-03-16T00:45:10.851Z] ---> Running in ee69557c7063 [2021-03-16T00:45:11.142Z] ---> 3efc0d092876 [2021-03-16T00:45:11.142Z] Step 7/31 : RUN go mod download [2021-03-16T00:45:11.142Z] ---> b72ad6322422 [2021-03-16T00:45:11.142Z] Step 7/23 : RUN go mod download [2021-03-16T00:45:11.142Z] ---> 0f51423c963e [2021-03-16T00:45:11.142Z] Step 7/26 : RUN go mod download [2021-03-16T00:45:11.142Z] ---> Running in 42ef4458c97c [2021-03-16T00:45:11.418Z] ---> Running in ac5c3f7e091d [2021-03-16T00:45:11.418Z] ---> Running in 67641388fcde [2021-03-16T00:45:11.418Z] ---> 3910945be2a9 [2021-03-16T00:45:11.418Z] Step 7/24 : RUN go mod download [2021-03-16T00:45:11.699Z] ---> Running in bc631ec51bcd [2021-03-16T00:45:13.768Z] 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-16T00:45:18.615Z] Removing intermediate container bc631ec51bcd [2021-03-16T00:45:18.615Z] ---> cdffb5a8802e [2021-03-16T00:45:18.615Z] Step 8/24 : COPY . . [2021-03-16T00:45:18.615Z] Removing intermediate container 42ef4458c97c [2021-03-16T00:45:18.615Z] ---> 5bfae26eb9d7 [2021-03-16T00:45:18.615Z] Step 8/31 : COPY . . [2021-03-16T00:45:18.615Z] Removing intermediate container ac5c3f7e091d [2021-03-16T00:45:18.615Z] ---> a0b107086ee8 [2021-03-16T00:45:18.615Z] Step 8/23 : COPY . . [2021-03-16T00:45:18.615Z] Removing intermediate container ee69557c7063 [2021-03-16T00:45:18.615Z] ---> a6d2620b6be1 [2021-03-16T00:45:18.615Z] Step 8/22 : COPY . . [2021-03-16T00:45:18.615Z] Removing intermediate container 67641388fcde [2021-03-16T00:45:18.615Z] ---> 69059d4524cd [2021-03-16T00:45:18.615Z] Step 8/26 : COPY . . [2021-03-16T00:45:20.472Z] 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-16T00:45:21.446Z] 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-16T00:45:28.150Z] 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-16T00:45:33.535Z] 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-16T00:45:38.936Z] 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-16T00:45:44.321Z] 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-16T00:45:49.466Z] 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-16T00:45:52.847Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-16T00:46:03.015Z] $ docker stop --time=1 b6cf6f68c3ff89d2c372555aaba81de4783681badb665daadd3081d950a3593e [2021-03-16T00:46:05.642Z] $ docker rm -f b6cf6f68c3ff89d2c372555aaba81de4783681badb665daadd3081d950a3593e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:46:08.070Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T00:46:08.342Z] [2021-03-16T00:46:08.342Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:46:08.730Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T00:46:09.007Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-16T00:46:09.008Z] 29e5d40040c1: Pulling fs layer [2021-03-16T00:46:09.008Z] 1ce36da41761: Pulling fs layer [2021-03-16T00:46:09.008Z] 25b303627fd3: Pulling fs layer [2021-03-16T00:46:09.008Z] 29e5d40040c1: Verifying Checksum [2021-03-16T00:46:09.008Z] 29e5d40040c1: Download complete [2021-03-16T00:46:09.994Z] 1ce36da41761: Verifying Checksum [2021-03-16T00:46:09.994Z] 1ce36da41761: Download complete [2021-03-16T00:46:09.994Z] 29e5d40040c1: Pull complete [2021-03-16T00:46:11.436Z] 1ce36da41761: Pull complete [2021-03-16T00:46:11.711Z] 25b303627fd3: Verifying Checksum [2021-03-16T00:46:11.711Z] 25b303627fd3: Download complete [2021-03-16T00:46:21.874Z] 25b303627fd3: Pull complete [2021-03-16T00:46:21.874Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-16T00:46:21.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T00:46:21.874Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-16T00:46:22.173Z] prd-ubuntu18.04-docker-arm64-4c-16g-29885 does not seem to be running inside a container [2021-03-16T00:46:22.254Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-16T00:46:25.856Z] $ docker top 72be7ce78bac3d2840ed04fc11549dfdb48c37fb9dd8a0867d69475cc1cedaca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:46:26.976Z] + grep parallel [2021-03-16T00:46:26.976Z] + docker-compose build --help [2021-03-16T00:46:33.745Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T00:46:33.770Z] $ docker stop --time=1 72be7ce78bac3d2840ed04fc11549dfdb48c37fb9dd8a0867d69475cc1cedaca [2021-03-16T00:46:35.899Z] $ docker rm -f 72be7ce78bac3d2840ed04fc11549dfdb48c37fb9dd8a0867d69475cc1cedaca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:46:36.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T00:46:36.771Z] . [Pipeline] withDockerContainer [2021-03-16T00:46:37.074Z] prd-ubuntu18.04-docker-arm64-4c-16g-29885 does not seem to be running inside a container [2021-03-16T00:46:37.161Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-16T00:46:38.772Z] $ docker top bde7025dfed23825bc70470f25ebc05551fb866d179b5d9977fa11135f9ebaff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:46:39.841Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T00:46:46.525Z] Building docker-core-command-go ... [2021-03-16T00:46:46.525Z] Building docker-core-data-go ... [2021-03-16T00:46:46.525Z] Building docker-core-metadata-go ... [2021-03-16T00:46:46.525Z] Building docker-security-bootstrapper-go ... [2021-03-16T00:46:46.525Z] Building docker-security-proxy-setup-go ... [2021-03-16T00:46:46.525Z] Building docker-security-secretstore-setup-go ... [2021-03-16T00:46:46.525Z] Building docker-support-notifications-go ... [2021-03-16T00:46:46.525Z] Building docker-support-scheduler-go ... [2021-03-16T00:46:46.525Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T00:46:46.525Z] Building docker-security-bootstrapper-go [2021-03-16T00:46:46.525Z] Building docker-security-secretstore-setup-go [2021-03-16T00:46:46.525Z] Building docker-core-metadata-go [2021-03-16T00:46:46.525Z] Building docker-security-proxy-setup-go [2021-03-16T00:46:46.525Z] Building docker-support-scheduler-go [2021-03-16T00:47:43.384Z] ---> 793c75621e0b [2021-03-16T00:47:43.384Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T00:47:43.384Z] ---> 64a4c2754147 [2021-03-16T00:47:43.384Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T00:47:43.384Z] ---> 4e8c7f9d75f1 [2021-03-16T00:47:43.384Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T00:47:43.384Z] ---> Running in 9a7acde1c9d9 [2021-03-16T00:47:43.384Z] ---> Running in 5f119ab054dc [2021-03-16T00:47:43.384Z] ---> Running in 24a7b6b96aee [2021-03-16T00:47:43.384Z] ---> 7b4026be85d5 [2021-03-16T00:47:43.384Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T00:47:43.384Z] ---> 2bf1ca78c208 [2021-03-16T00:47:43.384Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T00:47:43.384Z] ---> Running in 9cb29d49504d [2021-03-16T00:47:43.384Z] ---> Running in 047fdd47ea4e [2021-03-16T00:47:46.457Z] 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-16T00:47:46.457Z] 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-16T00:47:46.457Z] 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-16T00:47:46.457Z] 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-16T00:47:46.457Z] 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-16T00:48:08.271Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:48:08.272Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:48:08.272Z] ---> 88cc27abae78 [2021-03-16T00:48:08.272Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T00:48:08.272Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:48:08.272Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:48:08.272Z] ---> 88cc27abae78 [2021-03-16T00:48:08.272Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T00:48:08.272Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:48:08.272Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:48:08.272Z] ---> 88cc27abae78 [2021-03-16T00:48:08.272Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:48:08.272Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:48:08.272Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:48:08.272Z] ---> 88cc27abae78 [2021-03-16T00:48:08.272Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T00:48:08.272Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:48:08.272Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:48:08.272Z] ---> 88cc27abae78 [2021-03-16T00:48:08.272Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T00:48:08.272Z] ---> Running in 6a882c0ba2a7 [2021-03-16T00:48:08.272Z] ---> Running in bfaf14b8aba5 [2021-03-16T00:48:08.272Z] ---> Running in b464428beed8 [2021-03-16T00:48:08.272Z] ---> Running in c33c62ba14e4 [2021-03-16T00:48:08.272Z] ---> Running in 90701fc43768 [2021-03-16T00:48:08.272Z] Removing intermediate container 6a882c0ba2a7 [2021-03-16T00:48:08.272Z] ---> 1b2094608e9c [2021-03-16T00:48:08.272Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:48:08.272Z] Removing intermediate container 90701fc43768 [2021-03-16T00:48:08.272Z] ---> 304c9d7877a4 [2021-03-16T00:48:08.272Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:48:08.272Z] Removing intermediate container c33c62ba14e4 [2021-03-16T00:48:08.272Z] ---> 2da0f420f915 [2021-03-16T00:48:08.272Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:48:08.272Z] Removing intermediate container b464428beed8 [2021-03-16T00:48:08.272Z] ---> 2d07caaf5fb3 [2021-03-16T00:48:08.272Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:48:08.272Z] Removing intermediate container bfaf14b8aba5 [2021-03-16T00:48:08.272Z] ---> 81fc56846e31 [2021-03-16T00:48:08.272Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:48:08.272Z] ---> Running in 424f646b428e [2021-03-16T00:48:08.272Z] ---> Running in 711b725a82ac [2021-03-16T00:48:08.272Z] ---> Running in 6d975ae01d04 [2021-03-16T00:48:08.272Z] ---> Running in bc20eff78626 [2021-03-16T00:48:08.272Z] ---> Running in e93d70014d04 [2021-03-16T00:48:10.271Z] Removing intermediate container 424f646b428e [2021-03-16T00:48:10.271Z] ---> 04baeca6a2e9 [2021-03-16T00:48:10.271Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T00:48:10.560Z] ---> Running in 073a9bca2e8b [2021-03-16T00:48:10.833Z] Removing intermediate container 711b725a82ac [2021-03-16T00:48:10.833Z] ---> b36577048240 [2021-03-16T00:48:10.833Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T00:48:10.833Z] Removing intermediate container 6d975ae01d04 [2021-03-16T00:48:10.833Z] ---> d77bf13ac811 [2021-03-16T00:48:10.833Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T00:48:11.109Z] ---> Running in 7eb5242032a5 [2021-03-16T00:48:11.385Z] ---> Running in 163967dd4021 [2021-03-16T00:48:11.385Z] Removing intermediate container e93d70014d04 [2021-03-16T00:48:11.385Z] ---> f6d635f1d723 [2021-03-16T00:48:11.385Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T00:48:11.385Z] Removing intermediate container bc20eff78626 [2021-03-16T00:48:11.385Z] ---> 810d9bf3f20d [2021-03-16T00:48:11.385Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T00:48:11.663Z] ---> Running in ad8f9a0b0f30 [2021-03-16T00:48:11.663Z] ---> Running in 1b4a55d161ab [2021-03-16T00:48:13.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:13.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:13.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:13.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:14.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:14.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:14.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:14.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:14.615Z] OK: 217 MiB in 51 packages [2021-03-16T00:48:14.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:14.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:15.917Z] OK: 217 MiB in 51 packages [2021-03-16T00:48:15.917Z] OK: 217 MiB in 51 packages [2021-03-16T00:48:15.917Z] OK: 217 MiB in 51 packages [2021-03-16T00:48:15.917Z] OK: 217 MiB in 51 packages [2021-03-16T00:48:16.912Z] Removing intermediate container 073a9bca2e8b [2021-03-16T00:48:16.912Z] ---> c7d48868ef4f [2021-03-16T00:48:16.912Z] Step 6/21 : COPY go.mod . [2021-03-16T00:48:17.900Z] Removing intermediate container 7eb5242032a5 [2021-03-16T00:48:17.900Z] ---> cc785beec33b [2021-03-16T00:48:17.900Z] Step 6/31 : COPY go.mod . [2021-03-16T00:48:17.900Z] ---> 283a5020fb85 [2021-03-16T00:48:17.900Z] Step 7/21 : RUN go mod download [2021-03-16T00:48:17.900Z] Removing intermediate container 163967dd4021 [2021-03-16T00:48:17.900Z] ---> 3dd383952c6c [2021-03-16T00:48:18.181Z] Step 6/23 : COPY go.mod . [2021-03-16T00:48:18.181Z] ---> Running in fb39120f1c39 [2021-03-16T00:48:18.478Z] Removing intermediate container 1b4a55d161ab [2021-03-16T00:48:18.478Z] ---> 5b68fdad1666 [2021-03-16T00:48:18.478Z] Step 6/22 : COPY go.mod . [2021-03-16T00:48:18.478Z] Removing intermediate container ad8f9a0b0f30 [2021-03-16T00:48:18.478Z] ---> ceb3fe799eaa [2021-03-16T00:48:18.478Z] Step 6/24 : COPY go.mod . [2021-03-16T00:48:19.101Z] ---> 91ec7cc0662b [2021-03-16T00:48:19.101Z] Step 7/31 : RUN go mod download [2021-03-16T00:48:19.382Z] ---> b9fb59dc6dd9 [2021-03-16T00:48:19.382Z] Step 7/23 : RUN go mod download [2021-03-16T00:48:19.382Z] ---> Running in 01a6f3508dfe [2021-03-16T00:48:19.657Z] ---> Running in 5d2d212a2a6f [2021-03-16T00:48:20.261Z] ---> fa3379cc338e [2021-03-16T00:48:20.261Z] Step 7/24 : RUN go mod download [2021-03-16T00:48:20.261Z] ---> d0a2ff5896c0 [2021-03-16T00:48:20.261Z] Step 7/22 : RUN go mod download [2021-03-16T00:48:20.261Z] ---> Running in bf0398601fd6 [2021-03-16T00:48:20.537Z] ---> Running in 15ab3e800692 [2021-03-16T00:48:23.217Z] Removing intermediate container fb39120f1c39 [2021-03-16T00:48:23.217Z] ---> bb29b732d417 [2021-03-16T00:48:23.217Z] Step 8/21 : COPY . . [2021-03-16T00:48:24.236Z] Removing intermediate container 01a6f3508dfe [2021-03-16T00:48:24.236Z] ---> 8029f9a708f3 [2021-03-16T00:48:24.236Z] Step 8/31 : COPY . . [2021-03-16T00:48:24.850Z] Removing intermediate container 5d2d212a2a6f [2021-03-16T00:48:24.850Z] ---> 955ae9189a11 [2021-03-16T00:48:24.850Z] Step 8/23 : COPY . . [2021-03-16T00:48:26.861Z] Removing intermediate container 15ab3e800692 [2021-03-16T00:48:26.861Z] ---> e9cc791944e4 [2021-03-16T00:48:26.861Z] Step 8/22 : COPY . . [2021-03-16T00:48:26.861Z] Removing intermediate container bf0398601fd6 [2021-03-16T00:48:26.861Z] ---> 30678258e369 [2021-03-16T00:48:26.861Z] Step 8/24 : COPY . . [2021-03-16T00:48:53.722Z] ---> 52f6bffa9b54 [2021-03-16T00:48:53.722Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T00:48:53.722Z] ---> e452c9789451 [2021-03-16T00:48:53.722Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T00:48:53.722Z] ---> Running in 54173ae7e01e [2021-03-16T00:48:53.722Z] ---> 44f68a4f1347 [2021-03-16T00:48:53.722Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T00:48:53.722Z] ---> f37c96a8c4dd [2021-03-16T00:48:53.723Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T00:48:53.723Z] ---> Running in fd98062fe1c8 [2021-03-16T00:48:53.723Z] ---> Running in b4a0e83ab8e5 [2021-03-16T00:48:53.723Z] ---> Running in 704319889c2e [2021-03-16T00:48:53.997Z] ---> 51e3e7d9e46e [2021-03-16T00:48:53.997Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T00:48:54.309Z] ---> Running in 393173c7c318 [2021-03-16T00:48:54.909Z] 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-16T00:48:55.891Z] 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-16T00:48:56.170Z] 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-16T00:48:56.452Z] 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-16T00:48:56.730Z] 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-16T00:48:57.146Z] 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-16T00:49:13.858Z] Removing intermediate container 24a7b6b96aee [2021-03-16T00:49:13.858Z] ---> bacc2626e463 [2021-03-16T00:49:13.858Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T00:49:14.970Z] ---> Running in bbb90a2c7091 [2021-03-16T00:49:15.341Z] Removing intermediate container 9a7acde1c9d9 [2021-03-16T00:49:15.341Z] ---> 5016d141432e [2021-03-16T00:49:15.341Z] [2021-03-16T00:49:15.341Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T00:49:15.676Z] 3.12: Pulling from library/alpine [2021-03-16T00:49:19.780Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T00:49:19.780Z] 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-16T00:49:21.275Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T00:49:21.275Z] ---> 88dd2752d2ea [2021-03-16T00:49:21.275Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T00:49:21.587Z] Removing intermediate container 5f119ab054dc [2021-03-16T00:49:21.587Z] ---> 66be623853d3 [2021-03-16T00:49:21.587Z] [2021-03-16T00:49:21.587Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T00:49:21.587Z] ---> 88dd2752d2ea [2021-03-16T00:49:21.587Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T00:49:21.587Z] ---> Running in feec6adb247f [2021-03-16T00:49:21.587Z] Removing intermediate container 047fdd47ea4e [2021-03-16T00:49:21.587Z] ---> 85f71b4fcf63 [2021-03-16T00:49:21.587Z] [2021-03-16T00:49:21.587Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:49:21.587Z] ---> 88dd2752d2ea [2021-03-16T00:49:21.587Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:49:21.908Z] Removing intermediate container 9cb29d49504d [2021-03-16T00:49:21.908Z] ---> 0ed66fb7bb87 [2021-03-16T00:49:21.908Z] [2021-03-16T00:49:21.908Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T00:49:21.908Z] ---> 88dd2752d2ea [2021-03-16T00:49:21.908Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T00:49:21.908Z] ---> Running in 7cad0a304fc3 [2021-03-16T00:49:22.233Z] ---> Running in 61439c33d5a6 [2021-03-16T00:49:22.653Z] ---> Running in 6a2c324f21ed [2021-03-16T00:49:23.377Z] Removing intermediate container feec6adb247f [2021-03-16T00:49:23.377Z] ---> dc7e14a51010 [2021-03-16T00:49:23.377Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T00:49:24.499Z] ---> Running in 3944c0f06bbe [2021-03-16T00:49:25.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:49:25.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:49:25.503Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T00:49:25.503Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T00:49:25.503Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:49:25.503Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:49:25.849Z] OK: 6 MiB in 16 packages [2021-03-16T00:49:25.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:49:26.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:49:26.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:49:26.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:49:26.485Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T00:49:26.485Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:49:26.485Z] OK: 6 MiB in 15 packages [2021-03-16T00:49:26.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:49:26.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:49:26.895Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T00:49:26.895Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:49:26.895Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T00:49:26.895Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T00:49:26.895Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T00:49:26.895Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:49:26.895Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:49:26.895Z] Removing intermediate container bbb90a2c7091 [2021-03-16T00:49:26.895Z] ---> b02befd4de11 [2021-03-16T00:49:26.895Z] [2021-03-16T00:49:26.895Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T00:49:27.269Z] OK: 7 MiB in 19 packages [2021-03-16T00:49:27.269Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T00:49:27.269Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T00:49:27.269Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:49:27.269Z] OK: 6 MiB in 16 packages [2021-03-16T00:49:27.269Z] 20.10.0: Pulling from library/docker [2021-03-16T00:49:30.925Z] Removing intermediate container 7cad0a304fc3 [2021-03-16T00:49:30.925Z] ---> bf24ab71068e [2021-03-16T00:49:30.925Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:49:31.279Z] Removing intermediate container 61439c33d5a6 [2021-03-16T00:49:31.279Z] ---> 7ba6f7f2211a [2021-03-16T00:49:31.279Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:49:31.971Z] ---> Running in 4ea85e49f0e0 [2021-03-16T00:49:31.971Z] ---> Running in d15af7bbbd9f [2021-03-16T00:49:31.971Z] Removing intermediate container 3944c0f06bbe [2021-03-16T00:49:31.971Z] ---> 4264c9fc982c [2021-03-16T00:49:31.971Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T00:49:32.371Z] Removing intermediate container 6a2c324f21ed [2021-03-16T00:49:32.371Z] ---> da1a1db4c7c6 [2021-03-16T00:49:32.371Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T00:49:32.682Z] ---> Running in 6efc2c24dbce [2021-03-16T00:49:32.682Z] ---> Running in 349ba94efb10 [2021-03-16T00:49:32.977Z] Removing intermediate container d15af7bbbd9f [2021-03-16T00:49:32.977Z] ---> ee877bd5dfd8 [2021-03-16T00:49:32.977Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T00:49:32.977Z] Removing intermediate container 4ea85e49f0e0 [2021-03-16T00:49:32.977Z] ---> 0f9a35c32669 [2021-03-16T00:49:32.977Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T00:49:33.268Z] ---> Running in 8f2105dea095 [2021-03-16T00:49:33.268Z] ---> Running in bd003edbc216 [2021-03-16T00:49:33.268Z] Removing intermediate container 6efc2c24dbce [2021-03-16T00:49:33.268Z] ---> 325212423329 [2021-03-16T00:49:33.268Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T00:49:33.557Z] Removing intermediate container 349ba94efb10 [2021-03-16T00:49:33.557Z] ---> 369565725280 [2021-03-16T00:49:33.557Z] Step 13/24 : WORKDIR / [2021-03-16T00:49:33.837Z] ---> Running in 6f89ea28add3 [2021-03-16T00:49:33.837Z] ---> Running in cf6b033dc799 [2021-03-16T00:49:34.115Z] Removing intermediate container 8f2105dea095 [2021-03-16T00:49:34.115Z] ---> 46e99ffd4ac5 [2021-03-16T00:49:34.115Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T00:49:34.115Z] Removing intermediate container bd003edbc216 [2021-03-16T00:49:34.115Z] ---> d61cd81a9d82 [2021-03-16T00:49:34.115Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T00:49:35.154Z] ---> Running in 2c29f1b51510 [2021-03-16T00:49:35.154Z] ---> Running in 6267297dc0e0 [2021-03-16T00:49:35.472Z] Removing intermediate container 6f89ea28add3 [2021-03-16T00:49:35.472Z] ---> 6b33e29145b8 [2021-03-16T00:49:35.472Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T00:49:35.472Z] Removing intermediate container cf6b033dc799 [2021-03-16T00:49:35.472Z] ---> 85a4841938ee [2021-03-16T00:49:35.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-16T00:49:35.796Z] ---> Running in ec57d995f234 [2021-03-16T00:49:36.077Z] Removing intermediate container 2c29f1b51510 [2021-03-16T00:49:36.077Z] ---> 8f93961b87ea [2021-03-16T00:49:36.077Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:49:36.077Z] Removing intermediate container 6267297dc0e0 [2021-03-16T00:49:36.077Z] ---> b3b910c86db5 [2021-03-16T00:49:36.077Z] Step 15/23 : WORKDIR / [2021-03-16T00:49:36.513Z] ---> Running in a85c4307e434 [2021-03-16T00:49:36.869Z] ---> 6ed4495394ed [2021-03-16T00:49:36.869Z] 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-16T00:49:38.003Z] Removing intermediate container a85c4307e434 [2021-03-16T00:49:38.003Z] ---> e5ea91aca94b [2021-03-16T00:49:38.003Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:49:38.556Z] ---> 29f9355ffff6 [2021-03-16T00:49:38.556Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T00:49:40.844Z] ---> 46c824299e3d [2021-03-16T00:49:40.844Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T00:49:40.844Z] ---> e2cfa47a1cdb [2021-03-16T00:49:40.844Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T00:49:41.929Z] ---> 73e4702e4977 [2021-03-16T00:49:41.929Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T00:49:41.929Z] ---> 4e0cf6528628 [2021-03-16T00:49:41.929Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T00:49:41.929Z] Removing intermediate container ec57d995f234 [2021-03-16T00:49:41.929Z] ---> 7e80cdc0f193 [2021-03-16T00:49:41.929Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T00:49:42.229Z] ---> Running in 661ac9160eb3 [2021-03-16T00:49:42.674Z] ---> 160725c4c5e0 [2021-03-16T00:49:42.674Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T00:49:43.059Z] ---> df4a092136e1 [2021-03-16T00:49:43.059Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T00:49:43.727Z] ---> Running in 6d02bbf2ac9e [2021-03-16T00:49:43.727Z] Removing intermediate container 661ac9160eb3 [2021-03-16T00:49:43.727Z] ---> ae23dbb82e8f [2021-03-16T00:49:43.727Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T00:49:44.826Z] ---> 459d8e375c55 [2021-03-16T00:49:44.826Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T00:49:46.081Z] Removing intermediate container 6d02bbf2ac9e [2021-03-16T00:49:46.081Z] ---> 33ca758ddaeb [2021-03-16T00:49:46.081Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:49:46.081Z] ---> 7ecf77e55cb1 [2021-03-16T00:49:46.081Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T00:49:46.981Z] ---> Running in b4e782db36b9 [2021-03-16T00:49:46.981Z] ---> d55fd65866a4 [2021-03-16T00:49:46.981Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T00:49:46.981Z] ---> Running in e37377fe0f3e [2021-03-16T00:49:47.278Z] ---> Running in ce12eed112f7 [2021-03-16T00:49:47.915Z] Removing intermediate container b4e782db36b9 [2021-03-16T00:49:47.915Z] ---> 4c8024a1331f [2021-03-16T00:49:47.915Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T00:49:47.915Z] ---> edf53e093cde [2021-03-16T00:49:47.915Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T00:49:48.224Z] Removing intermediate container e37377fe0f3e [2021-03-16T00:49:48.224Z] ---> 714dbd61893a [2021-03-16T00:49:48.224Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:49:48.560Z] ---> Running in 38bb12230bda [2021-03-16T00:49:49.593Z] ---> Running in e4778bcdd814 [2021-03-16T00:49:50.628Z] Removing intermediate container 38bb12230bda [2021-03-16T00:49:50.628Z] ---> 389103be40f4 [2021-03-16T00:49:50.628Z] Step 21/22 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:49:50.930Z] ---> 1f1c230a515c [2021-03-16T00:49:50.930Z] 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-16T00:49:50.930Z] Removing intermediate container e4778bcdd814 [2021-03-16T00:49:50.930Z] ---> 9702cb1c640b [2021-03-16T00:49:50.930Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T00:49:51.229Z] ---> Running in 26607185aaa3 [2021-03-16T00:49:51.229Z] ---> Running in 58c0cdc091b3 [2021-03-16T00:49:51.515Z] ---> Running in 444181d02ded [2021-03-16T00:49:52.128Z] Removing intermediate container 58c0cdc091b3 [2021-03-16T00:49:52.128Z] ---> 7d339bc20904 [2021-03-16T00:49:52.128Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T00:49:52.428Z] Removing intermediate container 444181d02ded [2021-03-16T00:49:52.429Z] ---> a4bb09807ae9 [2021-03-16T00:49:52.429Z] Step 22/23 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:49:52.819Z] ---> Running in fd5cb4f9d25d [2021-03-16T00:49:52.819Z] ---> Running in 3aea4bc40876 [2021-03-16T00:49:52.819Z] Removing intermediate container ce12eed112f7 [2021-03-16T00:49:52.819Z] ---> f0462e8f4b64 [2021-03-16T00:49:52.819Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:49:53.437Z] Removing intermediate container 3aea4bc40876 [2021-03-16T00:49:53.437Z] ---> 19df773c3815 [2021-03-16T00:49:53.437Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:49:53.437Z] Removing intermediate container fd5cb4f9d25d [2021-03-16T00:49:53.437Z] ---> 932a0ae36a67 [2021-03-16T00:49:53.437Z] [2021-03-16T00:49:53.437Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T00:49:53.437Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T00:49:53.788Z] ---> aefe523efa57 [2021-03-16T00:49:53.788Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T00:49:53.788Z] ---> f97d54def760 [2021-03-16T00:49:53.788Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T00:49:54.709Z] ---> Running in 9445731578d0 [2021-03-16T00:49:55.333Z] ---> Running in b228729244b2 [2021-03-16T00:49:58.869Z] Removing intermediate container b228729244b2 [2021-03-16T00:49:58.869Z] ---> 941771c4d1ce [2021-03-16T00:49:58.869Z] [2021-03-16T00:49:58.869Z] Successfully built 932a0ae36a67 [2021-03-16T00:49:58.869Z] ---> 7ef5ea6661f8 [2021-03-16T00:49:58.869Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T00:49:58.869Z] Successfully tagged docker-support-notifications-go:latest [2021-03-16T00:49:58.869Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-16T00:49:58.869Z] Removing intermediate container 26607185aaa3 [2021-03-16T00:49:58.869Z] ---> d94605cd7cbb [2021-03-16T00:49:58.869Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T00:49:59.518Z] Successfully built 941771c4d1ce [2021-03-16T00:49:59.518Z] ---> Running in 0aacc8fe1294 [2021-03-16T00:49:59.518Z] Successfully tagged docker-core-command-go:latest [2021-03-16T00:49:59.518Z] Building docker-support-scheduler-go [2021-03-16T00:49:59.806Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:49:59.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:50:00.111Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T00:50:00.111Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T00:50:00.111Z] Executing bash-5.0.17-r0.post-install [2021-03-16T00:50:00.111Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:50:00.111Z] OK: 12 MiB in 22 packages [2021-03-16T00:50:00.774Z] ---> 55b63b9b16f3 [2021-03-16T00:50:00.774Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T00:50:00.774Z] Removing intermediate container 0aacc8fe1294 [2021-03-16T00:50:00.774Z] ---> c740dc4031be [2021-03-16T00:50:00.774Z] Step 22/24 : LABEL arch=x86_64 [2021-03-16T00:50:01.119Z] ---> Running in 2d1ff7ecac3e [2021-03-16T00:50:02.859Z] ---> 7275650a3afc [2021-03-16T00:50:02.859Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T00:50:04.871Z] Removing intermediate container 2d1ff7ecac3e [2021-03-16T00:50:04.871Z] ---> 1d4431ddfca1 [2021-03-16T00:50:04.871Z] Step 23/24 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:50:06.382Z] Removing intermediate container 9445731578d0 [2021-03-16T00:50:06.382Z] ---> be6d3a3c40de [2021-03-16T00:50:06.382Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T00:50:06.719Z] ---> Running in b55b9d390fc0 [2021-03-16T00:50:08.464Z] ---> b587bc72d991 [2021-03-16T00:50:08.464Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T00:50:08.464Z] ---> Running in 3a4a6aa242cd [2021-03-16T00:50:10.608Z] ---> Running in 158fa1474411 [2021-03-16T00:50:10.608Z] Removing intermediate container b55b9d390fc0 [2021-03-16T00:50:10.608Z] ---> 49309e30ca25 [2021-03-16T00:50:10.608Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T00:50:10.608Z] Removing intermediate container 3a4a6aa242cd [2021-03-16T00:50:10.608Z] ---> 48667a730947 [2021-03-16T00:50:10.608Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T00:50:10.608Z] ---> Running in 5b77ff1e4fe1 [2021-03-16T00:50:10.891Z] ---> Running in 07e02425acc9 [2021-03-16T00:50:10.891Z] Removing intermediate container 158fa1474411 [2021-03-16T00:50:10.891Z] ---> f03867ce4338 [2021-03-16T00:50:10.891Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T00:50:11.546Z] Removing intermediate container 5b77ff1e4fe1 [2021-03-16T00:50:11.546Z] ---> 54d7a452350e [2021-03-16T00:50:11.546Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T00:50:11.546Z] Removing intermediate container 07e02425acc9 [2021-03-16T00:50:11.546Z] ---> 607765c40984 [2021-03-16T00:50:11.546Z] [2021-03-16T00:50:11.865Z] ---> Running in ef286d40636b [2021-03-16T00:50:12.534Z] Successfully built 607765c40984 [2021-03-16T00:50:13.167Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-16T00:50:13.167Z] Building docker-security-proxy-setup-go [2021-03-16T00:50:14.179Z]  Building docker-security-secretstore-setup-go ... done  ---> ad2b7153a3ba [2021-03-16T00:50:14.179Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T00:50:14.179Z] Removing intermediate container ef286d40636b [2021-03-16T00:50:14.179Z] ---> 1fa0d85c48d6 [2021-03-16T00:50:14.179Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T00:50:16.421Z] ---> Running in b5019aeb9bc2 [2021-03-16T00:50:18.207Z] ---> 4cdfa54f9bb0 [2021-03-16T00:50:18.207Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T00:50:19.847Z] ---> 4e9c4a701194 [2021-03-16T00:50:19.847Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T00:50:23.821Z] ---> a05e1ba705e7 [2021-03-16T00:50:23.821Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T00:50:23.821Z] ---> Running in 456ff0786e95 [2021-03-16T00:50:24.627Z] Removing intermediate container b5019aeb9bc2 [2021-03-16T00:50:24.627Z] ---> 994f6e969944 [2021-03-16T00:50:24.627Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T00:50:26.993Z] ---> Running in 51bdc1113a9c [2021-03-16T00:50:29.376Z] Removing intermediate container 51bdc1113a9c [2021-03-16T00:50:29.376Z] ---> 3d55e38af8fb [2021-03-16T00:50:29.376Z] Step 28/31 : CMD ["gate"] [2021-03-16T00:50:29.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:50:29.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:50:29.756Z] ---> Running in 16238e0f348a [2021-03-16T00:50:29.756Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T00:50:29.756Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T00:50:29.756Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T00:50:29.756Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T00:50:30.052Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T00:50:30.052Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T00:50:30.052Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T00:50:33.011Z] Removing intermediate container 16238e0f348a [2021-03-16T00:50:33.011Z] ---> ad7b521483e9 [2021-03-16T00:50:33.011Z] Step 29/31 : LABEL arch=x86_64 [2021-03-16T00:50:34.044Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T00:50:34.044Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T00:50:34.044Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T00:50:34.044Z] ---> Running in 79e00086e34a [2021-03-16T00:50:34.044Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T00:50:34.044Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T00:50:34.044Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T00:50:34.356Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T00:50:34.945Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T00:50:34.945Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T00:50:34.945Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T00:50:35.546Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T00:50:35.546Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T00:50:36.186Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T00:50:36.186Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T00:50:36.186Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T00:50:36.186Z] Removing intermediate container 79e00086e34a [2021-03-16T00:50:36.186Z] ---> 1bffcd4932db [2021-03-16T00:50:36.186Z] Step 30/31 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:50:36.186Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T00:50:36.497Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T00:50:36.497Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T00:50:36.497Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T00:50:36.776Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T00:50:37.194Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T00:50:37.194Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T00:50:37.194Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T00:50:37.194Z] ---> Running in bacd710e5716 [2021-03-16T00:50:37.194Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T00:50:37.194Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T00:50:37.194Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T00:50:37.950Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:50:37.951Z] OK: 71 MiB in 55 packages [2021-03-16T00:50:39.601Z] Removing intermediate container bacd710e5716 [2021-03-16T00:50:39.601Z] ---> 5b4bd1c08b7b [2021-03-16T00:50:39.601Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T00:50:42.794Z] ---> Running in 788e68e670fe [2021-03-16T00:50:46.780Z] Removing intermediate container 788e68e670fe [2021-03-16T00:50:46.780Z] ---> 16ca081df169 [2021-03-16T00:50:46.780Z] [2021-03-16T00:50:48.650Z] 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-16T00:50:48.650Z] 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-16T00:50:49.098Z] Successfully built 16ca081df169 [2021-03-16T00:50:50.138Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-16T00:50:50.138Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-03-16T00:51:11.137Z] Removing intermediate container 704319889c2e [2021-03-16T00:51:11.137Z] ---> bad4fe4a778d [2021-03-16T00:51:11.137Z] [2021-03-16T00:51:11.137Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T00:51:11.137Z] 3.12: Pulling from library/alpine [2021-03-16T00:51:11.137Z] Removing intermediate container 54173ae7e01e [2021-03-16T00:51:11.137Z] ---> efc262b2eb70 [2021-03-16T00:51:11.137Z] [2021-03-16T00:51:11.137Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T00:51:11.422Z] 3.12: Pulling from library/alpine [2021-03-16T00:51:13.443Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T00:51:13.443Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T00:51:13.443Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T00:51:13.443Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T00:51:13.443Z] ---> d10569e2745f [2021-03-16T00:51:13.443Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T00:51:13.443Z] ---> d10569e2745f [2021-03-16T00:51:13.443Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T00:51:14.453Z] ---> Running in 59be615f775b [2021-03-16T00:51:14.453Z] ---> Running in a609e2cddbee [2021-03-16T00:51:15.461Z] Removing intermediate container fd98062fe1c8 [2021-03-16T00:51:15.461Z] ---> 90b8f8fbceca [2021-03-16T00:51:15.461Z] [2021-03-16T00:51:15.461Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T00:51:15.461Z] ---> d10569e2745f [2021-03-16T00:51:15.461Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T00:51:15.742Z] ---> Running in 73a58f76d9de [2021-03-16T00:51:16.352Z] Removing intermediate container 73a58f76d9de [2021-03-16T00:51:16.352Z] ---> 57f1b878aaf4 [2021-03-16T00:51:16.352Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T00:51:16.680Z] ---> Running in 48c1f7f04dfc [2021-03-16T00:51:17.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:17.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:17.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:18.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:18.860Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T00:51:19.136Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:51:19.136Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T00:51:19.136Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T00:51:19.136Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T00:51:19.136Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:51:19.136Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:51:19.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:20.501Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T00:51:20.501Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:51:20.501Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T00:51:20.501Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T00:51:20.501Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:51:20.501Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:51:20.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:20.501Z] OK: 7 MiB in 19 packages [2021-03-16T00:51:20.501Z] OK: 7 MiB in 18 packages [2021-03-16T00:51:20.501Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T00:51:20.501Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T00:51:20.501Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:51:20.501Z] OK: 5 MiB in 16 packages [2021-03-16T00:51:23.931Z] Removing intermediate container 48c1f7f04dfc [2021-03-16T00:51:23.931Z] ---> 6c0e57fd3e74 [2021-03-16T00:51:23.931Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T00:51:23.931Z] Removing intermediate container 59be615f775b [2021-03-16T00:51:23.931Z] ---> bcf911b407b1 [2021-03-16T00:51:23.931Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T00:51:23.931Z] Removing intermediate container a609e2cddbee [2021-03-16T00:51:23.931Z] ---> c781781cf15f [2021-03-16T00:51:23.931Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T00:51:24.207Z] ---> Running in 17c7c05f58ff [2021-03-16T00:51:24.493Z] ---> Running in 27df36ea856a [2021-03-16T00:51:24.493Z] ---> Running in d6a7420f7390 [2021-03-16T00:51:25.099Z] Removing intermediate container 17c7c05f58ff [2021-03-16T00:51:25.099Z] ---> a295d8c9c153 [2021-03-16T00:51:25.099Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T00:51:25.099Z] Removing intermediate container d6a7420f7390 [2021-03-16T00:51:25.099Z] ---> 8fccfebad085 [2021-03-16T00:51:25.099Z] Step 13/21 : WORKDIR /edgex [2021-03-16T00:51:25.373Z] ---> Running in 2c8566f6c2bf [2021-03-16T00:51:25.373Z] Removing intermediate container 27df36ea856a [2021-03-16T00:51:25.373Z] ---> 56a261272d9b [2021-03-16T00:51:25.373Z] Step 13/24 : WORKDIR / [2021-03-16T00:51:25.650Z] ---> Running in cea8c453b016 [2021-03-16T00:51:25.949Z] ---> Running in 9e7f9a943adb [2021-03-16T00:51:26.938Z] Removing intermediate container 2c8566f6c2bf [2021-03-16T00:51:26.938Z] ---> 08ed048d83ce [2021-03-16T00:51:26.938Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T00:51:27.220Z] Removing intermediate container cea8c453b016 [2021-03-16T00:51:27.220Z] ---> 90538cb3d77d [2021-03-16T00:51:27.220Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T00:51:27.501Z] ---> Running in 27d5431eb0c5 [2021-03-16T00:51:27.501Z] Removing intermediate container 9e7f9a943adb [2021-03-16T00:51:27.501Z] ---> f3dd4b80ea3a [2021-03-16T00:51:27.501Z] 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-16T00:51:29.522Z] ---> d54415597f25 [2021-03-16T00:51:29.522Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T00:51:29.522Z] ---> f74b45e3d422 [2021-03-16T00:51:29.522Z] 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-16T00:51:30.149Z] Removing intermediate container b4a0e83ab8e5 [2021-03-16T00:51:30.149Z] ---> 0f84bf271409 [2021-03-16T00:51:30.149Z] [2021-03-16T00:51:30.149Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T00:51:30.149Z] ---> d10569e2745f [2021-03-16T00:51:30.149Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:51:30.573Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:51:30.573Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:51:30.573Z] ---> cfe8a9df8b88 [2021-03-16T00:51:30.573Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T00:51:30.573Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:51:30.573Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:51:30.573Z] ---> cfe8a9df8b88 [2021-03-16T00:51:30.573Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:51:30.573Z] ---> Using cache [2021-03-16T00:51:30.573Z] ---> 3065311f5e9e [2021-03-16T00:51:30.573Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:51:30.573Z] ---> Using cache [2021-03-16T00:51:30.573Z] ---> 3065311f5e9e [2021-03-16T00:51:30.573Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:51:30.573Z] ---> Using cache [2021-03-16T00:51:30.573Z] ---> b9024bfd0acf [2021-03-16T00:51:30.573Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T00:51:30.573Z] ---> Using cache [2021-03-16T00:51:30.573Z] ---> b9024bfd0acf [2021-03-16T00:51:30.573Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T00:51:30.573Z] ---> Using cache [2021-03-16T00:51:30.573Z] ---> f02b9b3de67a [2021-03-16T00:51:30.573Z] Step 6/22 : COPY go.mod . [2021-03-16T00:51:30.573Z] ---> Using cache [2021-03-16T00:51:30.573Z] ---> b72ad6322422 [2021-03-16T00:51:30.573Z] Step 7/22 : RUN go mod download [2021-03-16T00:51:30.573Z] ---> Using cache [2021-03-16T00:51:30.573Z] ---> a0b107086ee8 [2021-03-16T00:51:30.573Z] Step 8/22 : COPY . . [2021-03-16T00:51:30.573Z] ---> Using cache [2021-03-16T00:51:30.573Z] ---> 2bf1ca78c208 [2021-03-16T00:51:30.573Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T00:51:30.573Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:51:30.573Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:51:30.574Z] ---> cfe8a9df8b88 [2021-03-16T00:51:30.574Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T00:51:30.574Z] ---> Using cache [2021-03-16T00:51:30.574Z] ---> 3065311f5e9e [2021-03-16T00:51:30.574Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:51:30.574Z] ---> Using cache [2021-03-16T00:51:30.574Z] ---> b9024bfd0acf [2021-03-16T00:51:30.574Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T00:51:30.574Z] ---> Using cache [2021-03-16T00:51:30.574Z] ---> f02b9b3de67a [2021-03-16T00:51:30.574Z] Step 6/21 : COPY go.mod . [2021-03-16T00:51:30.574Z] ---> Using cache [2021-03-16T00:51:30.574Z] ---> b72ad6322422 [2021-03-16T00:51:30.574Z] Step 7/21 : RUN go mod download [2021-03-16T00:51:30.574Z] ---> Using cache [2021-03-16T00:51:30.574Z] ---> a0b107086ee8 [2021-03-16T00:51:30.574Z] Step 8/21 : COPY . . [2021-03-16T00:51:30.574Z] ---> Using cache [2021-03-16T00:51:30.574Z] ---> 2bf1ca78c208 [2021-03-16T00:51:30.574Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T00:51:30.748Z] ---> Running in 77e1268ac65e [2021-03-16T00:51:31.351Z] ---> 7b2ebed14d0b [2021-03-16T00:51:31.351Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T00:51:31.641Z] ---> 58c88202de89 [2021-03-16T00:51:31.641Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T00:51:31.641Z] Removing intermediate container 27d5431eb0c5 [2021-03-16T00:51:31.641Z] ---> 59185c5addc4 [2021-03-16T00:51:31.641Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T00:51:31.653Z] ---> Running in aa9c68cd2b49 [2021-03-16T00:51:31.653Z] ---> Running in 56dd1f27c022 [2021-03-16T00:51:31.653Z] ---> Running in 9b9ca187977e [2021-03-16T00:51:32.251Z] ---> Running in 7091335519c6 [2021-03-16T00:51:33.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:33.294Z] ---> bed42fdfaece [2021-03-16T00:51:33.294Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T00:51:33.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:33.901Z] Removing intermediate container 7091335519c6 [2021-03-16T00:51:33.901Z] ---> e6ef1d8e71f4 [2021-03-16T00:51:33.901Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T00:51:33.901Z] ---> 930175ffe238 [2021-03-16T00:51:33.901Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T00:51:34.215Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T00:51:34.216Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:51:34.216Z] OK: 5 MiB in 15 packages [2021-03-16T00:51:34.498Z] ---> Running in cf5cfa4e3e83 [2021-03-16T00:51:35.489Z] ---> 9b13419838ad [2021-03-16T00:51:35.489Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T00:51:35.767Z] Removing intermediate container cf5cfa4e3e83 [2021-03-16T00:51:35.767Z] ---> fd6cb013c512 [2021-03-16T00:51:35.767Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T00:51:35.767Z] ---> 561b3e4495b2 [2021-03-16T00:51:35.767Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T00:51:36.386Z] ---> Running in a3599acd7c4b [2021-03-16T00:51:36.386Z] ---> Running in 8ae3cc41bb90 [2021-03-16T00:51:36.994Z] Removing intermediate container 77e1268ac65e [2021-03-16T00:51:36.995Z] ---> ab08d354dbfd [2021-03-16T00:51:36.995Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:51:37.983Z] ---> 8a26e184e8ac [2021-03-16T00:51:37.983Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T00:51:38.269Z] Removing intermediate container a3599acd7c4b [2021-03-16T00:51:38.269Z] ---> 736dab63a3d7 [2021-03-16T00:51:38.269Z] Step 19/21 : LABEL arch=arm64 [2021-03-16T00:51:38.269Z] ---> Running in 8fa5f9a1a21d [2021-03-16T00:51:38.477Z] 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-16T00:51:38.477Z] 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-16T00:51:38.545Z] ---> Running in 72b6057ff1e9 [2021-03-16T00:51:38.821Z] Removing intermediate container 393173c7c318 [2021-03-16T00:51:38.821Z] ---> c2a4a496ca6f [2021-03-16T00:51:38.821Z] [2021-03-16T00:51:38.821Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:51:38.821Z] ---> d10569e2745f [2021-03-16T00:51:38.821Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:51:38.821Z] ---> Using cache [2021-03-16T00:51:38.821Z] ---> ab08d354dbfd [2021-03-16T00:51:38.821Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:51:38.821Z] ---> Using cache [2021-03-16T00:51:38.821Z] ---> 41b709f2e98a [2021-03-16T00:51:38.821Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T00:51:39.095Z] Removing intermediate container 8fa5f9a1a21d [2021-03-16T00:51:39.095Z] ---> 41b709f2e98a [2021-03-16T00:51:39.095Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T00:51:39.374Z] ---> Running in 5c3f20b1805b [2021-03-16T00:51:39.374Z] ---> Running in af15ce00ad25 [2021-03-16T00:51:39.374Z] Removing intermediate container 72b6057ff1e9 [2021-03-16T00:51:39.374Z] ---> 8e8bd28c9458 [2021-03-16T00:51:39.374Z] Step 20/21 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:51:39.374Z] ---> 6b3a8fe915be [2021-03-16T00:51:39.374Z] 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-16T00:51:39.655Z] ---> Running in ae22f32c2c2b [2021-03-16T00:51:39.655Z] ---> Running in 66c583533f24 [2021-03-16T00:51:40.265Z] Removing intermediate container 5c3f20b1805b [2021-03-16T00:51:40.265Z] ---> eec6fd258fd6 [2021-03-16T00:51:40.265Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T00:51:40.265Z] Removing intermediate container af15ce00ad25 [2021-03-16T00:51:40.265Z] ---> a131a6a3abf1 [2021-03-16T00:51:40.265Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T00:51:40.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:51:40.542Z] ---> Running in f3a886856409 [2021-03-16T00:51:40.542Z] ---> Running in a93952b0c8b6 [2021-03-16T00:51:40.542Z] Removing intermediate container 66c583533f24 [2021-03-16T00:51:40.542Z] ---> a71341f800bf [2021-03-16T00:51:40.821Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T00:51:41.092Z] ---> Running in 5073b5d34a5b [2021-03-16T00:51:41.092Z] Removing intermediate container 8ae3cc41bb90 [2021-03-16T00:51:41.092Z] ---> a43633a4c6a7 [2021-03-16T00:51:41.092Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:51:41.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:51:41.364Z] Removing intermediate container f3a886856409 [2021-03-16T00:51:41.364Z] ---> d944dc7b68a6 [2021-03-16T00:51:41.364Z] Step 15/23 : WORKDIR / [2021-03-16T00:51:41.364Z] Removing intermediate container a93952b0c8b6 [2021-03-16T00:51:41.364Z] ---> 21ffa8b91d0a [2021-03-16T00:51:41.364Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:51:41.638Z] ---> Running in 653924c54e49 [2021-03-16T00:51:41.638Z] Removing intermediate container 5073b5d34a5b [2021-03-16T00:51:41.638Z] ---> e77f033735a7 [2021-03-16T00:51:41.638Z] [2021-03-16T00:51:42.119Z] OK: 233 MiB in 51 packages [2021-03-16T00:51:42.233Z] ---> c7fe6a96c5bd [2021-03-16T00:51:42.233Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T00:51:42.508Z] Successfully built e77f033735a7 [2021-03-16T00:51:42.508Z] ---> 116d5a427a19 [2021-03-16T00:51:42.508Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T00:51:42.508Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-16T00:51:42.508Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-16T00:51:42.508Z] Removing intermediate container 653924c54e49 [2021-03-16T00:51:42.508Z] ---> 8b6e8a583dfc [2021-03-16T00:51:42.508Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:51:43.951Z] Removing intermediate container ae22f32c2c2b [2021-03-16T00:51:43.951Z] ---> 834e96259b6a [2021-03-16T00:51:43.951Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T00:51:43.951Z] ---> f0720bd66aa5 [2021-03-16T00:51:43.951Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T00:51:43.951Z] ---> 8ac9f163f78d [2021-03-16T00:51:44.233Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T00:51:44.234Z] ---> Running in a16252085086 [2021-03-16T00:51:44.503Z] ---> 5fcf56e0c5c4 [2021-03-16T00:51:44.503Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T00:51:45.099Z] Removing intermediate container a16252085086 [2021-03-16T00:51:45.099Z] ---> 7a1fb47d90f9 [2021-03-16T00:51:45.099Z] Step 22/24 : LABEL arch=arm64 [2021-03-16T00:51:45.696Z] ---> 71a22f0e9092 [2021-03-16T00:51:45.696Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T00:51:45.696Z] ---> Running in e6c0712ad759 [2021-03-16T00:51:46.310Z] ---> db3697529bbc [2021-03-16T00:51:46.310Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T00:51:46.310Z] ---> 8b36fc0f6c75 [2021-03-16T00:51:46.310Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T00:51:46.582Z] Removing intermediate container e6c0712ad759 [2021-03-16T00:51:46.582Z] ---> e96ada798429 [2021-03-16T00:51:46.582Z] Step 23/24 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:51:46.858Z] ---> Running in 506af4e76207 [2021-03-16T00:51:46.858Z] ---> Running in fc776ec67d51 [2021-03-16T00:51:46.858Z] ---> 5082f215373c [2021-03-16T00:51:46.858Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T00:51:47.457Z] ---> dc09eae62f10 [2021-03-16T00:51:47.457Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T00:51:47.457Z] Removing intermediate container 506af4e76207 [2021-03-16T00:51:47.457Z] ---> ffbc42c87bed [2021-03-16T00:51:47.457Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:51:47.729Z] ---> Running in e9658d973cd2 [2021-03-16T00:51:47.729Z] Removing intermediate container fc776ec67d51 [2021-03-16T00:51:47.729Z] ---> edd55f3a6c1a [2021-03-16T00:51:47.729Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T00:51:48.007Z] ---> Running in a7f436952e62 [2021-03-16T00:51:48.599Z] ---> Running in bf66086b6478 [2021-03-16T00:51:48.599Z] ---> de172a14c04e [2021-03-16T00:51:48.599Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T00:51:49.204Z] Removing intermediate container e9658d973cd2 [2021-03-16T00:51:49.204Z] ---> 186367387b4d [2021-03-16T00:51:49.204Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:51:49.204Z] ---> Running in 382924ac6ce8 [2021-03-16T00:51:49.204Z] Removing intermediate container a7f436952e62 [2021-03-16T00:51:49.204Z] ---> f4ebed2b5e28 [2021-03-16T00:51:49.204Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T00:51:49.487Z] Removing intermediate container bf66086b6478 [2021-03-16T00:51:49.488Z] ---> 3951215a04dd [2021-03-16T00:51:49.488Z] [2021-03-16T00:51:49.488Z] ---> Running in 0f0a39de4538 [2021-03-16T00:51:49.776Z] ---> Running in 2685b1f959a6 [2021-03-16T00:51:50.055Z] Removing intermediate container 382924ac6ce8 [2021-03-16T00:51:50.055Z] ---> 5d6ab1ab01ec [2021-03-16T00:51:50.055Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T00:51:50.328Z] Successfully built 3951215a04dd [2021-03-16T00:51:50.603Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-16T00:51:50.603Z] Building docker-support-notifications-go [2021-03-16T00:51:50.603Z] Removing intermediate container 2685b1f959a6 [2021-03-16T00:51:50.603Z] ---> 02a24021483f [2021-03-16T00:51:50.603Z] Step 21/22 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d Building docker-security-secretstore-setup-go ... done  [2021-03-16T00:51:50.603Z] Removing intermediate container 0f0a39de4538 [2021-03-16T00:51:50.603Z] ---> bbd4b9b58e05 [2021-03-16T00:51:50.603Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T00:51:50.719Z] Removing intermediate container 9b9ca187977e [2021-03-16T00:51:50.719Z] ---> 0fff70c0f722 [2021-03-16T00:51:50.719Z] Step 6/23 : COPY go.mod . [2021-03-16T00:51:50.875Z] ---> Running in 955e133fa251 [2021-03-16T00:51:50.875Z] ---> Running in 4d21887e62a4 [2021-03-16T00:51:51.155Z] ---> 946a96940f62 [2021-03-16T00:51:51.155Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T00:51:51.431Z] ---> Running in 3d46aca75142 [2021-03-16T00:51:51.431Z] Removing intermediate container 955e133fa251 [2021-03-16T00:51:51.431Z] ---> 446c282e12c3 [2021-03-16T00:51:51.431Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T00:51:51.720Z] Removing intermediate container 4d21887e62a4 [2021-03-16T00:51:51.720Z] ---> 1fd520389d67 [2021-03-16T00:51:51.720Z] Step 22/23 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:51:51.720Z] ---> Running in aea7ad07a62e [2021-03-16T00:51:51.998Z] ---> Running in 2ccf4b21b368 [2021-03-16T00:51:52.598Z] Removing intermediate container aea7ad07a62e [2021-03-16T00:51:52.598Z] ---> f34235ef97fa [2021-03-16T00:51:52.598Z] [2021-03-16T00:51:52.598Z] Removing intermediate container 2ccf4b21b368 [2021-03-16T00:51:52.598Z] ---> cf772b9273cf [2021-03-16T00:51:52.598Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:51:52.873Z] ---> Running in dc6c20ec589a [2021-03-16T00:51:52.939Z] ---> 3188f5f12cc1 [2021-03-16T00:51:52.939Z] Step 7/23 : RUN go mod download [2021-03-16T00:51:53.147Z] Successfully built f34235ef97fa [2021-03-16T00:51:53.147Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-16T00:51:53.147Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-16T00:51:53.742Z] Removing intermediate container dc6c20ec589a [2021-03-16T00:51:53.742Z] ---> 68985c7bcbe0 [2021-03-16T00:51:53.742Z] [2021-03-16T00:51:54.346Z] Successfully built 68985c7bcbe0 [2021-03-16T00:51:54.346Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-16T00:51:54.346Z] Building docker-core-data-go [2021-03-16T00:51:54.620Z]  Building docker-core-metadata-go ... done Removing intermediate container 3d46aca75142 [2021-03-16T00:51:54.620Z] ---> b2bfc183ecd5 [2021-03-16T00:51:54.620Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T00:51:55.216Z] ---> Running in 1ca884c59959 [2021-03-16T00:51:55.815Z] Removing intermediate container 1ca884c59959 [2021-03-16T00:51:55.815Z] ---> c0365c583b3d [2021-03-16T00:51:55.815Z] Step 28/31 : CMD ["gate"] [2021-03-16T00:51:56.089Z] ---> Running in b03ac1f7f0d6 [2021-03-16T00:51:56.690Z] Removing intermediate container b03ac1f7f0d6 [2021-03-16T00:51:56.690Z] ---> f2ad5c519a27 [2021-03-16T00:51:56.690Z] Step 29/31 : LABEL arch=arm64 [2021-03-16T00:51:57.285Z] ---> Running in a25cbda38761 [2021-03-16T00:51:58.046Z] ---> Running in baa4c8e0aa39 [2021-03-16T00:51:58.258Z] Removing intermediate container a25cbda38761 [2021-03-16T00:51:58.258Z] ---> 6e63a0df6f17 [2021-03-16T00:51:58.258Z] Step 30/31 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:51:58.853Z] ---> Running in 23fa29097b13 [2021-03-16T00:51:59.445Z] Removing intermediate container 23fa29097b13 [2021-03-16T00:51:59.445Z] ---> 5e75a6c96ea2 [2021-03-16T00:51:59.445Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T00:52:00.418Z] ---> Running in b3d1b06b662d [2021-03-16T00:52:01.398Z] Removing intermediate container b3d1b06b662d [2021-03-16T00:52:01.398Z] ---> 7519c87aaeb6 [2021-03-16T00:52:01.398Z] [2021-03-16T00:52:01.670Z] Successfully built 7519c87aaeb6 [2021-03-16T00:52:01.670Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-16T00:52:01.721Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:52:01.722Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:52:01.722Z] ---> cfe8a9df8b88 [2021-03-16T00:52:01.722Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:52:01.722Z] ---> Using cache [2021-03-16T00:52:01.722Z] ---> 3065311f5e9e [2021-03-16T00:52:01.722Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:52:01.722Z] ---> Using cache [2021-03-16T00:52:01.722Z] ---> b9024bfd0acf [2021-03-16T00:52:01.722Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T00:52:01.722Z] ---> Using cache [2021-03-16T00:52:01.722Z] ---> f02b9b3de67a [2021-03-16T00:52:01.722Z] Step 6/23 : COPY go.mod . [2021-03-16T00:52:01.722Z] ---> Using cache [2021-03-16T00:52:01.722Z] ---> b72ad6322422 [2021-03-16T00:52:01.722Z] Step 7/23 : RUN go mod download [2021-03-16T00:52:01.722Z] ---> Using cache [2021-03-16T00:52:01.722Z] ---> a0b107086ee8 [2021-03-16T00:52:01.722Z] Step 8/23 : COPY . . [2021-03-16T00:52:01.722Z] ---> Using cache [2021-03-16T00:52:01.722Z] ---> 2bf1ca78c208 [2021-03-16T00:52:01.722Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T00:52:02.887Z] ---> Running in 5868cece5a50 [2021-03-16T00:52:06.353Z] 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-16T00:52:12.629Z] Removing intermediate container baa4c8e0aa39 [2021-03-16T00:52:12.629Z] ---> 14c74335b7e3 [2021-03-16T00:52:12.629Z] Step 8/23 : COPY . . [2021-03-16T00:52:34.067Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:52:34.067Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:52:34.067Z] ---> 88cc27abae78 [2021-03-16T00:52:34.067Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T00:52:34.067Z] ---> Using cache [2021-03-16T00:52:34.067Z] ---> 81fc56846e31 [2021-03-16T00:52:34.067Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:52:34.067Z] ---> Using cache [2021-03-16T00:52:34.067Z] ---> 810d9bf3f20d [2021-03-16T00:52:34.067Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T00:52:38.416Z] ---> Running in cb217fa4b84e [2021-03-16T00:52:39.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:40.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:40.966Z] OK: 217 MiB in 51 packages [2021-03-16T00:52:42.352Z] Removing intermediate container 456ff0786e95 [2021-03-16T00:52:42.353Z] ---> eea29a40370f [2021-03-16T00:52:42.353Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T00:52:42.353Z] ---> Running in 763033c15807 [2021-03-16T00:52:43.587Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:52:43.588Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:52:43.588Z] ---> 88cc27abae78 [2021-03-16T00:52:43.588Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T00:52:43.588Z] ---> Using cache [2021-03-16T00:52:43.588Z] ---> 81fc56846e31 [2021-03-16T00:52:43.588Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:52:43.588Z] ---> Using cache [2021-03-16T00:52:43.588Z] ---> 810d9bf3f20d [2021-03-16T00:52:43.588Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T00:52:43.588Z] Removing intermediate container cb217fa4b84e [2021-03-16T00:52:43.588Z] ---> 6c9efb9cb080 [2021-03-16T00:52:43.588Z] Step 6/26 : COPY go.mod . [2021-03-16T00:52:43.588Z] ---> Running in b9b435a50481 [2021-03-16T00:52:44.186Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:52:44.186Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:52:44.186Z] ---> 88cc27abae78 [2021-03-16T00:52:44.186Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:52:44.186Z] ---> Using cache [2021-03-16T00:52:44.186Z] ---> 81fc56846e31 [2021-03-16T00:52:44.186Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:52:44.186Z] ---> Using cache [2021-03-16T00:52:44.186Z] ---> 810d9bf3f20d [2021-03-16T00:52:44.186Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T00:52:44.186Z] ---> Using cache [2021-03-16T00:52:44.186Z] ---> 5b68fdad1666 [2021-03-16T00:52:44.186Z] Step 6/23 : COPY go.mod . [2021-03-16T00:52:44.186Z] ---> Using cache [2021-03-16T00:52:44.186Z] ---> d0a2ff5896c0 [2021-03-16T00:52:44.186Z] Step 7/23 : RUN go mod download [2021-03-16T00:52:44.186Z] ---> Using cache [2021-03-16T00:52:44.186Z] ---> e9cc791944e4 [2021-03-16T00:52:44.186Z] Step 8/23 : COPY . . [2021-03-16T00:52:44.186Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:52:44.186Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:52:44.186Z] ---> 88cc27abae78 [2021-03-16T00:52:44.186Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:52:44.186Z] ---> Using cache [2021-03-16T00:52:44.186Z] ---> 81fc56846e31 [2021-03-16T00:52:44.186Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:52:44.186Z] ---> Using cache [2021-03-16T00:52:44.186Z] ---> 810d9bf3f20d [2021-03-16T00:52:44.186Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T00:52:44.458Z] ---> Running in 5051864af1d4 [2021-03-16T00:52:44.458Z] ---> Using cache [2021-03-16T00:52:44.458Z] ---> f37c96a8c4dd [2021-03-16T00:52:44.458Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T00:52:44.731Z] ---> 6442f81c5e1c [2021-03-16T00:52:44.731Z] Step 7/26 : RUN go mod download [2021-03-16T00:52:44.731Z] ---> Running in 694e3f5f9b82 [2021-03-16T00:52:45.004Z] ---> Running in 348fae8eeaea [2021-03-16T00:52:45.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:45.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:45.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:46.252Z] 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-16T00:52:46.850Z] OK: 217 MiB in 51 packages [2021-03-16T00:52:46.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:47.452Z] OK: 217 MiB in 51 packages [2021-03-16T00:52:48.436Z] Removing intermediate container b9b435a50481 [2021-03-16T00:52:48.436Z] ---> 8d2c7b463579 [2021-03-16T00:52:48.436Z] Step 6/22 : COPY go.mod . [2021-03-16T00:52:49.044Z] Removing intermediate container 348fae8eeaea [2021-03-16T00:52:49.044Z] ---> 0fd3a7dee171 [2021-03-16T00:52:49.044Z] Step 8/26 : COPY . . [2021-03-16T00:52:49.651Z] Removing intermediate container 5051864af1d4 [2021-03-16T00:52:49.651Z] ---> 280062c88193 [2021-03-16T00:52:49.651Z] Step 6/23 : COPY go.mod . [2021-03-16T00:52:49.927Z] ---> 8331e6b410c3 [2021-03-16T00:52:49.927Z] Step 7/22 : RUN go mod download [2021-03-16T00:52:50.203Z] ---> Running in fb8c026fa169 [2021-03-16T00:52:51.192Z] ---> 3f65e3527753 [2021-03-16T00:52:51.487Z] Step 7/23 : RUN go mod download [2021-03-16T00:52:51.770Z] ---> Running in a1ecac0ddda8 [2021-03-16T00:52:56.128Z] Removing intermediate container fb8c026fa169 [2021-03-16T00:52:56.128Z] ---> 6d1e83613494 [2021-03-16T00:52:56.128Z] Step 8/22 : COPY . . [2021-03-16T00:52:57.598Z] Removing intermediate container a1ecac0ddda8 [2021-03-16T00:52:57.598Z] ---> 29e7adf4337d [2021-03-16T00:52:57.598Z] Step 8/23 : COPY . . [2021-03-16T00:53:11.578Z] 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-16T00:53:27.851Z] Collecting docker-compose==1.23.2 [2021-03-16T00:53:27.851Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T00:53:27.851Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-16T00:53:28.454Z] Collecting PyYAML<4,>=3.10 [2021-03-16T00:53:28.454Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T00:53:30.028Z] ---> 556950ab4085 [2021-03-16T00:53:30.028Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T00:53:30.028Z] ---> 2f01753cd1a8 [2021-03-16T00:53:30.028Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T00:53:30.028Z] ---> Running in b913b591aa84 [2021-03-16T00:53:30.028Z] ---> 65f6ae33973a [2021-03-16T00:53:30.028Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T00:53:30.028Z] ---> Running in 700a075d1b77 [2021-03-16T00:53:30.028Z] ---> Running in 31add0faaf5e [2021-03-16T00:53:30.028Z] 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-16T00:53:30.028Z] 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-16T00:53:30.028Z] 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-16T00:53:35.852Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T00:53:35.852Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T00:53:37.948Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T00:53:37.948Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T00:53:38.671Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T00:53:38.982Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T00:53:38.982Z] Removing intermediate container aa9c68cd2b49 [2021-03-16T00:53:38.982Z] ---> 38c0c3277a40 [2021-03-16T00:53:38.982Z] [2021-03-16T00:53:38.982Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T00:53:38.982Z] ---> 88dd2752d2ea [2021-03-16T00:53:38.982Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:53:39.278Z] ---> Using cache [2021-03-16T00:53:39.278Z] ---> 7ba6f7f2211a [2021-03-16T00:53:39.278Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:53:39.278Z] ---> Using cache [2021-03-16T00:53:39.278Z] ---> ee877bd5dfd8 [2021-03-16T00:53:39.278Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T00:53:40.868Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T00:53:40.868Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T00:53:43.164Z] ---> Running in bb596387b328 [2021-03-16T00:53:43.164Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T00:53:43.164Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T00:53:45.172Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T00:53:45.172Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T00:53:45.195Z] Removing intermediate container 694e3f5f9b82 [2021-03-16T00:53:45.195Z] ---> ff0e1a56ccc9 [2021-03-16T00:53:45.195Z] [2021-03-16T00:53:45.195Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:53:45.195Z] ---> d10569e2745f [2021-03-16T00:53:45.195Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:53:45.195Z] ---> Using cache [2021-03-16T00:53:45.195Z] ---> ab08d354dbfd [2021-03-16T00:53:45.195Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:53:45.195Z] ---> Using cache [2021-03-16T00:53:45.195Z] ---> 41b709f2e98a [2021-03-16T00:53:45.195Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T00:53:45.195Z] ---> Running in 488c31b8178d [2021-03-16T00:53:45.513Z] Removing intermediate container bb596387b328 [2021-03-16T00:53:45.513Z] ---> 4c9c4769a812 [2021-03-16T00:53:45.513Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T00:53:45.513Z] Removing intermediate container 56dd1f27c022 [2021-03-16T00:53:45.513Z] ---> 30fc73e86ec4 [2021-03-16T00:53:45.513Z] [2021-03-16T00:53:45.513Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T00:53:45.513Z] ---> 88dd2752d2ea [2021-03-16T00:53:45.513Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T00:53:45.807Z] Removing intermediate container 488c31b8178d [2021-03-16T00:53:45.807Z] ---> e661e80e900b [2021-03-16T00:53:45.807Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T00:53:45.815Z] ---> Running in 3b0cc59a0f19 [2021-03-16T00:53:45.815Z] ---> Running in 5faa4c78124a [2021-03-16T00:53:46.083Z] ---> Running in 7b5f7fb282b0 [2021-03-16T00:53:46.144Z] Removing intermediate container 5868cece5a50 [2021-03-16T00:53:46.144Z] ---> 1939363ff6b5 [2021-03-16T00:53:46.144Z] [2021-03-16T00:53:46.144Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:53:46.144Z] ---> 88dd2752d2ea [2021-03-16T00:53:46.144Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:53:46.144Z] ---> Using cache [2021-03-16T00:53:46.144Z] ---> 7ba6f7f2211a [2021-03-16T00:53:46.144Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:53:46.144Z] ---> Using cache [2021-03-16T00:53:46.144Z] ---> ee877bd5dfd8 [2021-03-16T00:53:46.144Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T00:53:46.428Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T00:53:46.428Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T00:53:46.691Z] Removing intermediate container 7b5f7fb282b0 [2021-03-16T00:53:46.691Z] ---> 094f01493579 [2021-03-16T00:53:46.691Z] Step 15/23 : WORKDIR / [2021-03-16T00:53:46.726Z] ---> fc17de04334d [2021-03-16T00:53:46.726Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T00:53:46.970Z] ---> Running in 2947853a52eb [2021-03-16T00:53:47.089Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T00:53:47.089Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T00:53:47.089Z] ---> Running in c4762e6bee96 [2021-03-16T00:53:47.417Z] 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-16T00:53:47.417Z] 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-16T00:53:47.571Z] Removing intermediate container 2947853a52eb [2021-03-16T00:53:47.571Z] ---> 010c4bcedf34 [2021-03-16T00:53:47.571Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:53:48.494Z] Collecting idna<2.8,>=2.5 [2021-03-16T00:53:48.494Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T00:53:48.954Z] ---> Running in cf463366ba89 [2021-03-16T00:53:49.014Z] ---> 22512919ec66 [2021-03-16T00:53:49.014Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T00:53:49.298Z] Removing intermediate container 3b0cc59a0f19 [2021-03-16T00:53:49.299Z] ---> 9e0159afcd11 [2021-03-16T00:53:49.299Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:53:49.299Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T00:53:49.299Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T00:53:49.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:53:49.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:53:49.843Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T00:53:49.843Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T00:53:49.843Z] Removing intermediate container c4762e6bee96 [2021-03-16T00:53:49.843Z] ---> 619d0fbaad4a [2021-03-16T00:53:49.843Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T00:53:50.250Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T00:53:50.250Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T00:53:50.250Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T00:53:50.250Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T00:53:50.250Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T00:53:50.250Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:53:50.250Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T00:53:50.250Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T00:53:50.250Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:53:50.750Z] Installing collected packages: PyYAML, dockerpty, cached-property, jsonschema, texttable, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-03-16T00:53:50.750Z] Running setup.py install for PyYAML: started [2021-03-16T00:53:50.750Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:53:50.750Z] OK: 7 MiB in 18 packages [2021-03-16T00:53:51.013Z] ---> 914dfcad5ab5 [2021-03-16T00:53:51.013Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T00:53:51.089Z] ---> Running in ea1eb06db5e3 [2021-03-16T00:53:51.555Z] ---> 491caf30602c [2021-03-16T00:53:51.556Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T00:53:51.556Z] 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-16T00:53:52.012Z] ---> d89585913326 [2021-03-16T00:53:52.012Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T00:53:52.287Z] Removing intermediate container ea1eb06db5e3 [2021-03-16T00:53:52.287Z] ---> c8b1cc270dd7 [2021-03-16T00:53:52.287Z] Step 15/23 : WORKDIR / [2021-03-16T00:53:52.289Z] ---> Running in 616213fd0484 [2021-03-16T00:53:52.937Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T00:53:52.937Z] Running setup.py install for dockerpty: started [2021-03-16T00:53:53.258Z] ---> Running in ce512c0e62bd [2021-03-16T00:53:53.279Z] Removing intermediate container 616213fd0484 [2021-03-16T00:53:53.279Z] ---> a8cb6f9ca369 [2021-03-16T00:53:53.279Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:53:53.279Z] ---> Running in 050ec8f6a075 [2021-03-16T00:53:53.882Z] Removing intermediate container 050ec8f6a075 [2021-03-16T00:53:53.882Z] ---> 8f1a2fb66f45 [2021-03-16T00:53:53.882Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T00:53:54.158Z] ---> Running in 18418e2201ee [2021-03-16T00:53:54.475Z] ---> 3726f7027799 [2021-03-16T00:53:54.475Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T00:53:54.475Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T00:53:55.148Z] Removing intermediate container 18418e2201ee [2021-03-16T00:53:55.149Z] ---> a7422ca97b2a [2021-03-16T00:53:55.149Z] Step 22/23 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:53:55.149Z] ---> Running in d8f195a7343f [2021-03-16T00:53:55.718Z] Removing intermediate container ce512c0e62bd [2021-03-16T00:53:55.718Z] ---> 926301b6e125 [2021-03-16T00:53:55.718Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:53:55.718Z] Removing intermediate container 5faa4c78124a [2021-03-16T00:53:55.718Z] ---> 7c9a544834fa [2021-03-16T00:53:55.718Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T00:53:55.760Z] Removing intermediate container d8f195a7343f [2021-03-16T00:53:55.760Z] ---> 74382a6ce700 [2021-03-16T00:53:55.760Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:53:56.017Z] Running setup.py install for texttable: started [2021-03-16T00:53:56.017Z] ---> e63d586ac2e8 [2021-03-16T00:53:56.017Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T00:53:56.048Z] ---> Running in f2de535fa183 [2021-03-16T00:53:56.322Z] ---> Running in 932ef6d8fd03 [2021-03-16T00:53:56.635Z] ---> Running in 5a281df2c2ed [2021-03-16T00:53:56.918Z] ---> 44955e5896fc [2021-03-16T00:53:56.918Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T00:53:57.034Z] Removing intermediate container f2de535fa183 [2021-03-16T00:53:57.034Z] ---> bf3d5ef349fe [2021-03-16T00:53:57.034Z] [2021-03-16T00:53:57.195Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T00:53:57.195Z] Running setup.py install for docopt: started [2021-03-16T00:53:57.195Z] Removing intermediate container 932ef6d8fd03 [2021-03-16T00:53:57.195Z] ---> c0803efb5d50 [2021-03-16T00:53:57.195Z] Step 13/21 : WORKDIR /edgex [2021-03-16T00:53:57.500Z] Removing intermediate container 5a281df2c2ed [2021-03-16T00:53:57.500Z] ---> be38ebb97af2 [2021-03-16T00:53:57.500Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:53:57.637Z] Successfully built bf3d5ef349fe [2021-03-16T00:53:57.637Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-16T00:53:57.814Z] ---> Running in 8d2373fd672f [2021-03-16T00:53:58.117Z] ---> Running in ec2c236ba9cf [2021-03-16T00:53:58.117Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T00:53:58.477Z] Attempting uninstall: idna [2021-03-16T00:53:58.477Z] Found existing installation: idna 2.9 [2021-03-16T00:53:58.477Z] Uninstalling idna-2.9: [2021-03-16T00:53:58.770Z] Successfully uninstalled idna-2.9 [2021-03-16T00:53:58.770Z] Removing intermediate container 8d2373fd672f [2021-03-16T00:53:58.770Z] ---> d17b46cc7b91 [2021-03-16T00:53:58.770Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T00:53:58.770Z] Removing intermediate container ec2c236ba9cf [2021-03-16T00:53:58.770Z] ---> a2eac0bfc962 [2021-03-16T00:53:58.770Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T00:53:59.045Z] ---> Running in f5e3bca67d64 [2021-03-16T00:53:59.045Z] Attempting uninstall: urllib3 [2021-03-16T00:53:59.045Z] Found existing installation: urllib3 1.25.9 [2021-03-16T00:53:59.045Z] Uninstalling urllib3-1.25.9: [2021-03-16T00:53:59.045Z] ---> bd9d468a0767 [2021-03-16T00:53:59.045Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T00:53:59.329Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T00:53:59.932Z] Removing intermediate container f5e3bca67d64 [2021-03-16T00:53:59.932Z] ---> 508fce620479 [2021-03-16T00:53:59.932Z] Step 21/22 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:53:59.932Z] ---> 5d34b86a2d3b [2021-03-16T00:53:59.932Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T00:54:00.213Z] Attempting uninstall: requests [2021-03-16T00:54:00.213Z] Found existing installation: requests 2.23.0 [2021-03-16T00:54:00.213Z] Uninstalling requests-2.23.0: [2021-03-16T00:54:00.510Z] ---> Running in 06a83b70bfa3 [2021-03-16T00:54:00.802Z] ---> ff29b7e98ca3 [2021-03-16T00:54:00.803Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T00:54:00.803Z] Successfully uninstalled requests-2.23.0 [2021-03-16T00:54:01.093Z] ---> Running in 1aed08a96a26 [2021-03-16T00:54:02.104Z] Removing intermediate container 06a83b70bfa3 [2021-03-16T00:54:02.104Z] ---> 48b349d457e4 [2021-03-16T00:54:02.104Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T00:54:02.104Z] ---> 48cf9f621b4a [2021-03-16T00:54:02.104Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T00:54:03.629Z] ---> Running in 53966a9124a9 [2021-03-16T00:54:03.629Z] Removing intermediate container 1aed08a96a26 [2021-03-16T00:54:03.629Z] ---> f3245bb11877 [2021-03-16T00:54:03.629Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:54:04.243Z] ---> Running in 01b72d228682 [2021-03-16T00:54:04.243Z] ---> de65d249c651 [2021-03-16T00:54:04.243Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T00:54:05.234Z] 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-16T00:54:05.234Z] Removing intermediate container 53966a9124a9 [2021-03-16T00:54:05.234Z] ---> 69839e044bb7 [2021-03-16T00:54:05.234Z] [2021-03-16T00:54:05.515Z] ---> Running in 5fc1869eeab3 [2021-03-16T00:54:06.205Z] Removing intermediate container 01b72d228682 [2021-03-16T00:54:06.205Z] ---> eee0c66194b7 [2021-03-16T00:54:06.205Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T00:54:06.205Z] Successfully built 69839e044bb7 [2021-03-16T00:54:06.525Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-16T00:54:06.851Z]  Building docker-support-scheduler-go ... done  ---> Running in be72bd0f8825 [2021-03-16T00:54:06.851Z] Removing intermediate container 5fc1869eeab3 [2021-03-16T00:54:06.851Z] ---> b129135bedb0 [2021-03-16T00:54:06.851Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T00:54:07.142Z] ---> Running in 9f82c8cbf710 [2021-03-16T00:54:07.142Z] Removing intermediate container be72bd0f8825 [2021-03-16T00:54:07.142Z] ---> ad55ab9f5353 [2021-03-16T00:54:07.142Z] Step 22/23 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:54:07.434Z] ---> Running in 44c3d65bb39a [2021-03-16T00:54:07.718Z] Removing intermediate container 9f82c8cbf710 [2021-03-16T00:54:07.718Z] ---> 41e9d881fec0 [2021-03-16T00:54:07.718Z] Step 19/21 : LABEL arch=x86_64 [2021-03-16T00:54:07.718Z] Removing intermediate container 44c3d65bb39a [2021-03-16T00:54:07.718Z] ---> 70611454817c [2021-03-16T00:54:07.718Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:54:08.007Z] ---> Running in a45cd88df70d [2021-03-16T00:54:09.466Z] ---> Running in 44a827538fb8 [2021-03-16T00:54:11.360Z] Removing intermediate container a45cd88df70d [2021-03-16T00:54:11.360Z] ---> ffd90b6e6d13 [2021-03-16T00:54:11.360Z] Step 20/21 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:54:11.665Z] Removing intermediate container 44a827538fb8 [2021-03-16T00:54:11.665Z] ---> fa345bd5b42e [2021-03-16T00:54:11.665Z] [2021-03-16T00:54:11.969Z] ---> Running in e4730bbe6577 [2021-03-16T00:54:11.969Z] Removing intermediate container 763033c15807 [2021-03-16T00:54:11.969Z] ---> 7fa9fafbe57a [2021-03-16T00:54:11.969Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T00:54:13.652Z] Successfully built fa345bd5b42e [2021-03-16T00:54:13.652Z] ---> Running in 97f5e5e253e2 [2021-03-16T00:54:13.999Z] Successfully tagged docker-core-metadata-go:latest [2021-03-16T00:54:14.647Z]  Building docker-core-metadata-go ... done Removing intermediate container e4730bbe6577 [2021-03-16T00:54:14.647Z] ---> 0d65f219306e [2021-03-16T00:54:14.647Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T00:54:14.936Z] ---> Running in 751e55a98d87 [2021-03-16T00:54:15.598Z] Removing intermediate container 751e55a98d87 [2021-03-16T00:54:15.598Z] ---> 418ce67bba74 [2021-03-16T00:54:15.598Z] [2021-03-16T00:54:16.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:54:16.645Z] Successfully built 418ce67bba74 [2021-03-16T00:54:16.645Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-16T00:54:16.645Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:54:17.079Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:54:17.079Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T00:54:17.079Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T00:54:17.079Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:54:17.389Z] OK: 72 MiB in 58 packages [2021-03-16T00:54:21.308Z] Removing intermediate container 97f5e5e253e2 [2021-03-16T00:54:21.308Z] ---> 25528592afc6 [2021-03-16T00:54:21.308Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T00:54:21.753Z] ---> Running in 23afc36f0b20 [2021-03-16T00:54:24.374Z] Removing intermediate container 23afc36f0b20 [2021-03-16T00:54:24.374Z] ---> c96129d9a6ae [2021-03-16T00:54:24.374Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:54:24.374Z] ---> Running in c9a30620c328 [2021-03-16T00:54:25.398Z] Removing intermediate container c9a30620c328 [2021-03-16T00:54:25.398Z] ---> 53b15336dfe2 [2021-03-16T00:54:25.398Z] Step 24/26 : LABEL arch=x86_64 [2021-03-16T00:54:25.398Z] ---> Running in e196542d65b9 [2021-03-16T00:54:26.156Z] Removing intermediate container e196542d65b9 [2021-03-16T00:54:26.156Z] ---> eb81547255ff [2021-03-16T00:54:26.156Z] Step 25/26 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:54:26.453Z] ---> Running in eaae18f4e52c [2021-03-16T00:54:27.936Z] Removing intermediate container eaae18f4e52c [2021-03-16T00:54:27.936Z] ---> 6bd3242c374f [2021-03-16T00:54:27.936Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T00:54:27.936Z] ---> Running in 017703708d8c [2021-03-16T00:54:28.320Z] Removing intermediate container 017703708d8c [2021-03-16T00:54:28.320Z] ---> cff71c34f41e [2021-03-16T00:54:28.320Z] [2021-03-16T00:54:28.958Z] Successfully built cff71c34f41e [2021-03-16T00:54:28.958Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-16T00:54:39.482Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container cf463366ba89 [2021-03-16T00:54:39.482Z] ---> dc219c12ffd6 [2021-03-16T00:54:39.482Z] [2021-03-16T00:54:39.482Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:54:39.482Z] ---> 88dd2752d2ea [2021-03-16T00:54:39.482Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T00:54:39.482Z] ---> Running in 1a78a508bfbd [2021-03-16T00:54:39.482Z] Removing intermediate container 1a78a508bfbd [2021-03-16T00:54:39.482Z] ---> 14b032dd7a68 [2021-03-16T00:54:39.482Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T00:54:39.482Z] ---> Running in 006d29150fff [2021-03-16T00:54:39.758Z] Removing intermediate container 006d29150fff [2021-03-16T00:54:39.758Z] ---> 2cfea851a15d [2021-03-16T00:54:39.758Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T00:54:40.046Z] ---> Running in e0dc8ee8a1fd [2021-03-16T00:54:40.646Z] Removing intermediate container e0dc8ee8a1fd [2021-03-16T00:54:40.646Z] ---> f5acf523bfc6 [2021-03-16T00:54:40.646Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:54:40.646Z] ---> Running in c0451ce0a616 [2021-03-16T00:54:44.193Z] Removing intermediate container c0451ce0a616 [2021-03-16T00:54:44.193Z] ---> e537f072b061 [2021-03-16T00:54:44.193Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T00:54:44.193Z] ---> Running in 8df503ef9a38 [2021-03-16T00:54:45.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:54:46.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:54:47.222Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T00:54:47.223Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T00:54:47.492Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T00:54:47.492Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T00:54:47.755Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T00:54:48.376Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T00:54:48.376Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:54:48.376Z] OK: 8 MiB in 20 packages [2021-03-16T00:54:49.872Z] Removing intermediate container 8df503ef9a38 [2021-03-16T00:54:49.872Z] ---> a37d4485cd46 [2021-03-16T00:54:49.872Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:54:51.376Z] ---> 9f2a26fb7209 [2021-03-16T00:54:51.376Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T00:54:52.558Z] ---> 6b8d2b906b99 [2021-03-16T00:54:52.558Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T00:54:53.202Z] ---> 7238119a02d0 [2021-03-16T00:54:53.202Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T00:54:53.529Z] ---> Running in f0175704ffa9 [2021-03-16T00:54:53.800Z] Removing intermediate container f0175704ffa9 [2021-03-16T00:54:53.800Z] ---> d5a5cd6c11d8 [2021-03-16T00:54:53.800Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:54:54.074Z] ---> Running in 0dd9c9b5b13d [2021-03-16T00:54:54.384Z] Removing intermediate container 0dd9c9b5b13d [2021-03-16T00:54:54.384Z] ---> f813dd0c785c [2021-03-16T00:54:54.384Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T00:54:54.384Z] ---> Running in eb59b1efda4d [2021-03-16T00:54:55.274Z] Removing intermediate container eb59b1efda4d [2021-03-16T00:54:55.274Z] ---> 1dc293616219 [2021-03-16T00:54:55.274Z] Step 22/23 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:54:55.274Z] ---> Running in 7b20025aab57 [2021-03-16T00:54:55.553Z] Removing intermediate container 7b20025aab57 [2021-03-16T00:54:55.553Z] ---> c636b56f3b71 [2021-03-16T00:54:55.553Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:54:55.844Z] ---> Running in 38f60a740fe0 [2021-03-16T00:54:56.136Z] Removing intermediate container 38f60a740fe0 [2021-03-16T00:54:56.136Z] ---> 2b416c340fcf [2021-03-16T00:54:56.136Z] [2021-03-16T00:54:56.433Z] Successfully built 2b416c340fcf [2021-03-16T00:54:56.433Z] Successfully tagged docker-core-data-go:latest [2021-03-16T00:54:58.365Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-16T00:54:58.452Z] $ docker stop --time=1 125de38a3ff6ae33735390466004f3ef3340f359a7fcf42728f67dbc2c052dcb [2021-03-16T00:55:02.252Z] $ docker rm -f 125de38a3ff6ae33735390466004f3ef3340f359a7fcf42728f67dbc2c052dcb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T00:55:03.502Z] + docker images [2021-03-16T00:55:03.502Z] + grep docker [2021-03-16T00:55:04.118Z] docker-core-data-go latest 2b416c340fcf 8 seconds ago 22.6MB [2021-03-16T00:55:04.118Z] docker-sys-mgmt-agent-go latest cff71c34f41e 35 seconds ago 313MB [2021-03-16T00:55:04.118Z] docker-security-proxy-setup-go latest 418ce67bba74 48 seconds ago 24.7MB [2021-03-16T00:55:04.118Z] docker-core-metadata-go latest fa345bd5b42e 52 seconds ago 19MB [2021-03-16T00:55:04.118Z] docker-support-scheduler-go latest 69839e044bb7 59 seconds ago 17.3MB [2021-03-16T00:55:04.118Z] docker-security-bootstrapper-go latest 16ca081df169 4 minutes ago 18.8MB [2021-03-16T00:55:04.118Z] docker-security-secretstore-setup-go latest 607765c40984 4 minutes ago 24.9MB [2021-03-16T00:55:04.118Z] docker-core-command-go latest 941771c4d1ce 5 minutes ago 17.2MB [2021-03-16T00:55:04.118Z] docker-support-notifications-go latest 932a0ae36a67 5 minutes ago 17.8MB [2021-03-16T00:55:04.118Z] 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-16T00:55:05.717Z]  Building docker-core-command-go ... done Removing intermediate container b913b591aa84 [2021-03-16T00:55:05.717Z] ---> da874c024113 [2021-03-16T00:55:05.717Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T00:55:05.717Z] ---> Running in 5161e51592f3 [2021-03-16T00:55:05.717Z] 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-16T00:55:05.717Z] Removing intermediate container 5161e51592f3 [2021-03-16T00:55:05.717Z] ---> 3c94b03d78ef [2021-03-16T00:55:05.717Z] [2021-03-16T00:55:05.717Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T00:55:05.717Z] 20.10.0: Pulling from library/docker [2021-03-16T00:55:05.717Z] Removing intermediate container 700a075d1b77 [2021-03-16T00:55:05.717Z] ---> 2cfab67220fb [2021-03-16T00:55:05.717Z] [2021-03-16T00:55:05.717Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T00:55:05.717Z] ---> d10569e2745f [2021-03-16T00:55:05.717Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T00:55:05.717Z] ---> Running in 4ec6fcbc0bbe [2021-03-16T00:55:05.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:55:05.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:55:06.332Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T00:55:06.332Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T00:55:06.332Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:55:06.332Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:55:06.624Z] OK: 6 MiB in 16 packages [2021-03-16T00:55:11.036Z] Removing intermediate container 4ec6fcbc0bbe [2021-03-16T00:55:11.036Z] ---> 78ce8944eb33 [2021-03-16T00:55:11.036Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:55:11.036Z] ---> Running in 960724d8279d [2021-03-16T00:55:12.041Z] Removing intermediate container 960724d8279d [2021-03-16T00:55:12.041Z] ---> f96571c13d0c [2021-03-16T00:55:12.041Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T00:55:13.024Z] ---> Running in 39dfac2d37df [2021-03-16T00:55:13.297Z] Removing intermediate container 39dfac2d37df [2021-03-16T00:55:13.297Z] ---> cd77618783be [2021-03-16T00:55:13.297Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T00:55:13.570Z] ---> Running in 992cb156223f [2021-03-16T00:55:13.840Z] Removing intermediate container 31add0faaf5e [2021-03-16T00:55:13.840Z] ---> 2611ffa23b54 [2021-03-16T00:55:13.840Z] [2021-03-16T00:55:13.840Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:55:13.840Z] ---> d10569e2745f [2021-03-16T00:55:13.840Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T00:55:14.111Z] ---> Running in a5c660e884c0 [2021-03-16T00:55:14.111Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T00:55:14.111Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T00:55:14.111Z] ---> eeaf43b92773 [2021-03-16T00:55:14.111Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T00:55:14.111Z] Removing intermediate container 992cb156223f [2021-03-16T00:55:14.111Z] ---> 1779fb38dfb7 [2021-03-16T00:55:14.111Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:55:14.387Z] ---> Running in f4d5ab6453e8 [2021-03-16T00:55:14.662Z] Removing intermediate container a5c660e884c0 [2021-03-16T00:55:14.662Z] ---> f9b45d8b5a68 [2021-03-16T00:55:14.662Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T00:55:14.936Z] ---> Running in d36fb353ee17 [2021-03-16T00:55:14.936Z] ---> 9ae3b6f2cafc [2021-03-16T00:55:14.936Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T00:55:15.532Z] Removing intermediate container d36fb353ee17 [2021-03-16T00:55:15.532Z] ---> 28d5feff560a [2021-03-16T00:55:15.532Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T00:55:15.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:55:15.806Z] ---> Running in fee3e2c125d5 [2021-03-16T00:55:16.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:55:16.376Z] ---> b9bc4fec2704 [2021-03-16T00:55:16.376Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T00:55:16.655Z] Removing intermediate container fee3e2c125d5 [2021-03-16T00:55:16.655Z] ---> a82404fd96a6 [2021-03-16T00:55:16.655Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:55:16.655Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T00:55:16.655Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T00:55:16.655Z] Executing bash-5.0.17-r0.post-install [2021-03-16T00:55:16.655Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:55:16.655Z] OK: 12 MiB in 22 packages [2021-03-16T00:55:16.655Z] ---> Running in d5f607451178 [2021-03-16T00:55:17.639Z] ---> c302824ee356 [2021-03-16T00:55:17.639Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T00:55:17.921Z] ---> Running in 2c64d885f2bc [2021-03-16T00:55:18.519Z] Removing intermediate container 2c64d885f2bc [2021-03-16T00:55:18.520Z] ---> f4a473303ade [2021-03-16T00:55:18.520Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:55:18.520Z] Removing intermediate container f4d5ab6453e8 [2021-03-16T00:55:18.520Z] ---> 1a0cc1f2a8d9 [2021-03-16T00:55:18.520Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T00:55:18.520Z] ---> Running in aa739ffa594a [2021-03-16T00:55:18.520Z] ---> Running in 7ed84699389e [2021-03-16T00:55:19.115Z] Removing intermediate container 7ed84699389e [2021-03-16T00:55:19.115Z] ---> a9279c254add [2021-03-16T00:55:19.115Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T00:55:19.115Z] Removing intermediate container aa739ffa594a [2021-03-16T00:55:19.115Z] ---> bf66e9b7f09c [2021-03-16T00:55:19.115Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T00:55:19.387Z] Removing intermediate container d5f607451178 [2021-03-16T00:55:19.387Z] ---> c0476b13ae5d [2021-03-16T00:55:19.387Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T00:55:19.387Z] ---> Running in f51cd8afef7a [2021-03-16T00:55:19.387Z] ---> Running in 8f64488f30fb [2021-03-16T00:55:19.658Z] ---> Running in 6dc19ac9a2c2 [2021-03-16T00:55:19.869Z] Still waiting to schedule task [2021-03-16T00:55:19.869Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-29891’ [2021-03-16T00:55:20.250Z] Removing intermediate container f51cd8afef7a [2021-03-16T00:55:20.251Z] Removing intermediate container 8f64488f30fb [2021-03-16T00:55:20.251Z] ---> c3df21346ffa [2021-03-16T00:55:20.251Z] Step 21/22 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:55:20.251Z] ---> 93652bf0ed31 [2021-03-16T00:55:20.251Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T00:55:20.251Z] ---> Running in e0b702673247 [2021-03-16T00:55:20.251Z] ---> Running in 03a3cadd9937 [2021-03-16T00:55:20.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:55:20.851Z] Removing intermediate container e0b702673247 [2021-03-16T00:55:20.851Z] ---> 01ab8e7fcc0c [2021-03-16T00:55:20.851Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T00:55:20.851Z] Removing intermediate container 03a3cadd9937 [2021-03-16T00:55:20.851Z] ---> 3d168d0efacb [2021-03-16T00:55:20.851Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T00:55:21.120Z] ---> Running in 4b21da7de54e [2021-03-16T00:55:21.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:55:21.393Z] Removing intermediate container 4b21da7de54e [2021-03-16T00:55:21.393Z] ---> 425fc586b172 [2021-03-16T00:55:21.393Z] [2021-03-16T00:55:21.998Z] Successfully built 425fc586b172 [2021-03-16T00:55:21.998Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-16T00:55:22.267Z]  Building docker-support-notifications-go ... done  ---> f9eee0195c6b [2021-03-16T00:55:22.267Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T00:55:22.267Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T00:55:22.267Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T00:55:22.267Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T00:55:22.537Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T00:55:22.808Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T00:55:22.808Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T00:55:22.808Z] ---> 14020281d9c1 [2021-03-16T00:55:22.808Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T00:55:22.808Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:55:23.082Z] OK: 8 MiB in 20 packages [2021-03-16T00:55:24.061Z] ---> d2faa6519f32 [2021-03-16T00:55:24.061Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T00:55:24.061Z] ---> Running in 4433edc07d8b [2021-03-16T00:55:24.334Z] Removing intermediate container 6dc19ac9a2c2 [2021-03-16T00:55:24.334Z] ---> a897e90fb39c [2021-03-16T00:55:24.334Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:55:25.311Z] ---> aedae4daa19b [2021-03-16T00:55:25.311Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T00:55:25.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:55:25.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:55:26.192Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T00:55:26.192Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T00:55:26.192Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T00:55:26.192Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T00:55:26.192Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T00:55:26.192Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T00:55:26.192Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T00:55:27.162Z] ---> 14a6946b20bf [2021-03-16T00:55:27.162Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T00:55:28.139Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T00:55:28.139Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T00:55:28.139Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T00:55:28.139Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T00:55:28.139Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T00:55:28.139Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T00:55:28.139Z] ---> 3a62b11e01e0 [2021-03-16T00:55:28.139Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T00:55:28.417Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T00:55:28.417Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T00:55:28.417Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T00:55:28.417Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T00:55:28.417Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T00:55:28.417Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T00:55:28.417Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T00:55:28.417Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T00:55:28.417Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T00:55:28.417Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T00:55:28.417Z] ---> Running in 3094c2b72bc7 [2021-03-16T00:55:28.690Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T00:55:28.690Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T00:55:28.690Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T00:55:28.690Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T00:55:28.690Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T00:55:28.690Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T00:55:28.690Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T00:55:28.690Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T00:55:28.690Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T00:55:28.690Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T00:55:28.963Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:55:28.963Z] OK: 71 MiB in 55 packages [2021-03-16T00:55:28.963Z] Removing intermediate container 3094c2b72bc7 [2021-03-16T00:55:28.963Z] ---> 5ff86cdd570b [2021-03-16T00:55:28.963Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:55:29.240Z] ---> Running in 1adc0cbf7adf [2021-03-16T00:55:29.845Z] Removing intermediate container 1adc0cbf7adf [2021-03-16T00:55:29.845Z] ---> df5fcd111f05 [2021-03-16T00:55:29.845Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T00:55:30.122Z] ---> Running in 4a5f7e9eeded [2021-03-16T00:55:30.722Z] Removing intermediate container 4a5f7e9eeded [2021-03-16T00:55:30.722Z] ---> e923e4c9ffa6 [2021-03-16T00:55:30.722Z] Step 22/23 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:55:30.994Z] ---> Running in 064c46dddee5 [2021-03-16T00:55:31.595Z] Removing intermediate container 064c46dddee5 [2021-03-16T00:55:31.595Z] ---> 474fc7ccef74 [2021-03-16T00:55:31.595Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:55:31.595Z] ---> Running in 369aca25dee4 [2021-03-16T00:55:32.197Z] Removing intermediate container 369aca25dee4 [2021-03-16T00:55:32.197Z] ---> 850f458bdb71 [2021-03-16T00:55:32.197Z] [2021-03-16T00:55:32.793Z] Successfully built 850f458bdb71 [2021-03-16T00:55:32.793Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-16T00:55:34.772Z]  Building docker-core-data-go ... done Removing intermediate container 4433edc07d8b [2021-03-16T00:55:34.772Z] ---> 6fc93cb83dde [2021-03-16T00:55:34.772Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T00:55:35.042Z] ---> Running in 67dee88839e7 [2021-03-16T00:55:40.419Z] Collecting docker-compose==1.23.2 [2021-03-16T00:55:40.419Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T00:55:41.016Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T00:55:41.016Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T00:55:42.445Z] Collecting PyYAML<4,>=3.10 [2021-03-16T00:55:42.445Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T00:55:46.730Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T00:55:46.730Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T00:55:47.000Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T00:55:47.000Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T00:55:48.968Z] 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-16T00:55:49.237Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T00:55:49.238Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T00:55:51.847Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T00:55:51.847Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T00:55:51.847Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T00:55:51.847Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T00:55:52.436Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T00:55:52.706Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T00:55:52.976Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T00:55:52.976Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T00:55:54.942Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T00:55:54.943Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T00:55:55.215Z] Collecting idna<2.8,>=2.5 [2021-03-16T00:55:55.215Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T00:55:55.215Z] 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-16T00:55:56.190Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T00:55:56.190Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T00:55:56.190Z] 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-16T00:55:56.190Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T00:55:56.190Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T00:55:56.190Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T00:55:56.190Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T00:55:57.165Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, docopt, dockerpty, cached-property, jsonschema, texttable, docker-compose [2021-03-16T00:55:57.165Z] Attempting uninstall: idna [2021-03-16T00:55:57.165Z] Found existing installation: idna 2.9 [2021-03-16T00:55:57.165Z] Uninstalling idna-2.9: [2021-03-16T00:55:57.165Z] Successfully uninstalled idna-2.9 [2021-03-16T00:55:57.759Z] Attempting uninstall: urllib3 [2021-03-16T00:55:57.759Z] Found existing installation: urllib3 1.25.9 [2021-03-16T00:55:57.759Z] Uninstalling urllib3-1.25.9: [2021-03-16T00:55:58.034Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T00:55:58.623Z] Attempting uninstall: requests [2021-03-16T00:55:58.623Z] Found existing installation: requests 2.23.0 [2021-03-16T00:55:58.623Z] Uninstalling requests-2.23.0: [2021-03-16T00:55:58.623Z] Successfully uninstalled requests-2.23.0 [2021-03-16T00:56:00.048Z] Running setup.py install for PyYAML: started [2021-03-16T00:56:02.018Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T00:56:02.018Z] Running setup.py install for docopt: started [2021-03-16T00:56:03.982Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T00:56:03.982Z] Running setup.py install for dockerpty: started [2021-03-16T00:56:05.969Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T00:56:06.572Z] Running setup.py install for texttable: started [2021-03-16T00:56:08.573Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T00:56:09.546Z] 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-16T00:56:13.837Z] Removing intermediate container 67dee88839e7 [2021-03-16T00:56:13.837Z] ---> 8726c61ee86b [2021-03-16T00:56:13.837Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T00:56:13.837Z] ---> Running in 6613e052a3cd [2021-03-16T00:56:14.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:56:15.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:56:15.671Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:56:15.671Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T00:56:15.671Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T00:56:15.671Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:56:15.671Z] OK: 72 MiB in 58 packages [2021-03-16T00:56:17.100Z] Removing intermediate container 6613e052a3cd [2021-03-16T00:56:17.100Z] ---> d0eef3d547d8 [2021-03-16T00:56:17.100Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T00:56:17.100Z] ---> Running in 44c50e443bf1 [2021-03-16T00:56:17.702Z] Removing intermediate container 44c50e443bf1 [2021-03-16T00:56:17.702Z] ---> 888000e5fd28 [2021-03-16T00:56:17.702Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:56:17.702Z] ---> Running in 04b731a0031d [2021-03-16T00:56:18.315Z] Removing intermediate container 04b731a0031d [2021-03-16T00:56:18.315Z] ---> bcd341302714 [2021-03-16T00:56:18.315Z] Step 24/26 : LABEL arch=arm64 [2021-03-16T00:56:18.315Z] ---> Running in 2d130662b9cf [2021-03-16T00:56:18.909Z] Removing intermediate container 2d130662b9cf [2021-03-16T00:56:18.909Z] ---> 54d206b325f9 [2021-03-16T00:56:18.909Z] Step 25/26 : LABEL git_sha=6e99cd2d043b4c50517227a395efe2716fc4389d [2021-03-16T00:56:18.909Z] ---> Running in c2064651e2d1 [2021-03-16T00:56:19.182Z] Removing intermediate container c2064651e2d1 [2021-03-16T00:56:19.457Z] ---> c17d9691b91c [2021-03-16T00:56:19.457Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T00:56:19.457Z] ---> Running in dcabe56b4f4c [2021-03-16T00:56:20.052Z] Removing intermediate container dcabe56b4f4c [2021-03-16T00:56:20.052Z] ---> dbe51b3b2bb5 [2021-03-16T00:56:20.053Z] [2021-03-16T00:56:20.324Z] Successfully built dbe51b3b2bb5 [2021-03-16T00:56:20.324Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-16T00:56:20.613Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-16T00:56:20.607Z] $ docker stop --time=1 bde7025dfed23825bc70470f25ebc05551fb866d179b5d9977fa11135f9ebaff [2021-03-16T00:56:22.562Z] $ docker rm -f bde7025dfed23825bc70470f25ebc05551fb866d179b5d9977fa11135f9ebaff [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T00:56:23.300Z] + docker images [2021-03-16T00:56:23.300Z] + grep docker [2021-03-16T00:56:23.571Z] docker-sys-mgmt-agent-go-arm64 latest dbe51b3b2bb5 4 seconds ago 300MB [2021-03-16T00:56:23.572Z] docker-core-data-go-arm64 latest 850f458bdb71 52 seconds ago 21.3MB [2021-03-16T00:56:23.572Z] docker-support-notifications-go-arm64 latest 425fc586b172 About a minute ago 16.9MB [2021-03-16T00:56:23.572Z] docker-core-command-go-arm64 latest bf3d5ef349fe 2 minutes ago 16.2MB [2021-03-16T00:56:23.572Z] docker-security-bootstrapper-go-arm64 latest 7519c87aaeb6 4 minutes ago 17.8MB [2021-03-16T00:56:23.572Z] docker-core-metadata-go-arm64 latest 68985c7bcbe0 4 minutes ago 17.9MB [2021-03-16T00:56:23.572Z] docker-support-scheduler-go-arm64 latest f34235ef97fa 4 minutes ago 16.3MB [2021-03-16T00:56:23.572Z] docker-security-secretstore-setup-go-arm64 latest 3951215a04dd 4 minutes ago 23.7MB [2021-03-16T00:56:23.572Z] docker-security-proxy-setup-go-arm64 latest e77f033735a7 4 minutes ago 23.4MB [2021-03-16T00:56:23.572Z] 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-16T00:56:24.467Z] ---> job-cost.sh [2021-03-16T00:56:24.467Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-XRAb [2021-03-16T00:57:11.509Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-16T00:57:39.600Z] Running on prd-ubuntu18.04-docker-8c-8g-29892 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-16T00:57:39.663Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-03-16T00:57:44.117Z] using credential edgex-jenkins-ssh [2021-03-16T00:57:44.186Z] Cloning the remote Git repository [2021-03-16T00:57:44.220Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:57:44.309Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-03-16T00:57:44.338Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:57:44.339Z] > git --version # timeout=10 [2021-03-16T00:57:44.343Z] > git --version # 'git version 2.17.1' [2021-03-16T00:57:44.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:57:44.404Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T00:58:08.357Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T00:58:08.365Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T00:58:08.379Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T00:58:08.397Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:58:08.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:58:08.402Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T00:58:08.901Z] Merging remotes/origin/master commit 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c into PR head commit 5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-16T00:58:09.169Z] Merge succeeded, producing bad16dc1bd3255f7c06106c0e58000eb1a412d49 [2021-03-16T00:58:09.170Z] Checking out Revision bad16dc1bd3255f7c06106c0e58000eb1a412d49 (PR-3208) [2021-03-16T00:58:08.928Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T00:58:08.932Z] > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 [2021-03-16T00:58:09.098Z] > git remote # timeout=10 [2021-03-16T00:58:09.103Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T00:58:09.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:58:09.116Z] > git merge 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c # timeout=10 [2021-03-16T00:58:09.165Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T00:58:09.179Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T00:58:09.185Z] > git checkout -f bad16dc1bd3255f7c06106c0e58000eb1a412d49 # timeout=10 [2021-03-16T00:58:13.192Z] Commit message: "Merge commit '7baeca4eebb4ae03aa45f246de6ab0a897fafe7c' into HEAD" [2021-03-16T00:58:13.199Z] > git rev-list --no-walk 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 [2021-03-16T00:58:13.551Z] [2021-03-16T00:58:13.551Z] GitHub has been notified of this commit’s build result [2021-03-16T00:58:13.551Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:58:14.909Z] + echo snap-build.sh [2021-03-16T00:58:14.909Z] snap-build.sh [2021-03-16T00:58:14.909Z] + SNAP_BASE_DIR=. [2021-03-16T00:58:14.909Z] + '[' '!' -z /w/workspace/edgex-go/20 ']' [2021-03-16T00:58:14.909Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/20 [2021-03-16T00:58:14.909Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/20]' [2021-03-16T00:58:14.909Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/20] [2021-03-16T00:58:14.909Z] + cd /w/workspace/edgex-go/20 [2021-03-16T00:58:14.909Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-16T00:58:14.909Z] Reading package lists... [2021-03-16T00:58:14.909Z] Building dependency tree... [2021-03-16T00:58:14.909Z] Reading state information... [2021-03-16T00:58:15.177Z] The following packages were automatically installed and are no longer required: [2021-03-16T00:58:15.177Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-16T00:58:15.177Z] uidmap xdelta3 [2021-03-16T00:58:15.177Z] Use 'sudo apt autoremove' to remove them. [2021-03-16T00:58:15.177Z] The following packages will be REMOVED: [2021-03-16T00:58:15.177Z] lxd* lxd-client* [2021-03-16T00:58:15.756Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-16T00:58:15.756Z] After this operation, 31.7 MB disk space will be freed. [2021-03-16T00:58:16.585Z] (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-16T00:58:16.585Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T00:58:17.558Z] Removing lxd dnsmasq configuration [2021-03-16T00:58:17.836Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T00:58:17.836Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-16T00:58:18.836Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-16T00:58:18.836Z] (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-16T00:58:18.836Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T00:58:20.265Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-16T00:58:20.531Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-16T00:58:21.986Z] + sudo snap remove --purge lxd [2021-03-16T00:58:21.986Z] snap "lxd" is not installed [2021-03-16T00:58:21.986Z] + sudo groupadd --force --system lxd [2021-03-16T00:58:21.986Z] ++ whoami [2021-03-16T00:58:21.986Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-16T00:58:22.268Z] + newgrp - lxd [2021-03-16T00:58:22.268Z] + sudo snap install lxd [2021-03-16T00:58:32.555Z] 2021-03-16T00:58:29Z INFO Waiting for automatic snapd restart... [2021-03-16T00:58:48.586Z] lf-activate-venv(): INFO: Adding /tmp/venv-XRAb/bin to PATH [2021-03-16T00:58:48.586Z] INFO: No Stack... [2021-03-16T00:58:48.586Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-16T00:58:48.586Z] INFO: Archiving Costs [Pipeline] sh [2021-03-16T00:58:48.983Z] + cat /w/workspace/edgex-go/20/archives/cost.csv [2021-03-16T00:58:48.983Z] + cut -d, -f6 [Pipeline] lock [2021-03-16T00:58:49.145Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-20-stack-cost] [2021-03-16T00:58:49.159Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3208-20-stack-cost] did not exist. Created. [2021-03-16T00:58:49.159Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-20-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-16T00:58:49.629Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-16T00:58:49.958Z] Stashed 1 file(s) [Pipeline] } [2021-03-16T00:58:50.001Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-20-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-16T00:59:29.529Z] lxd 4.12 from Canonical* installed [2021-03-16T00:59:29.529Z] + sudo lxd init --auto [2021-03-16T00:59:29.529Z] + sudo snap install --classic snapcraft [2021-03-16T00:59:36.333Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T00:59:36.333Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-16T00:59:36.333Z] + patch --verbose -p1 [2021-03-16T00:59:36.333Z] Hmm... Looks like a unified diff to me... [2021-03-16T00:59:36.333Z] The text leading up to this was: [2021-03-16T00:59:36.333Z] -------------------------- [2021-03-16T00:59:36.333Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-16T00:59:36.333Z] |From: Tony Espy [2021-03-16T00:59:36.333Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-16T00:59:36.333Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-16T00:59:36.333Z] | [2021-03-16T00:59:36.333Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-16T00:59:36.333Z] |optimize the snap CI check run for pull requests. When [2021-03-16T00:59:36.333Z] |applied, it essentially strips out everything (apps and [2021-03-16T00:59:36.333Z] |parts) from the snapcraft.yaml file except those required [2021-03-16T00:59:36.333Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-16T00:59:36.333Z] |catch changes to edgex-go that break the snap build. [2021-03-16T00:59:36.333Z] | [2021-03-16T00:59:36.333Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-16T00:59:36.333Z] |to update this patch file, otherwise it may fail to apply, [2021-03-16T00:59:36.333Z] |resulting in a failed snap build CI check in the associated [2021-03-16T00:59:36.333Z] |pull request. [2021-03-16T00:59:36.333Z] | [2021-03-16T00:59:36.333Z] |Note - in addition to applying this patch, the pipeline also [2021-03-16T00:59:36.333Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-16T00:59:36.333Z] |need to build the finally binary .snap file (and it won't [2021-03-16T00:59:36.333Z] |work with the patch applied). This further reduces the build [2021-03-16T00:59:36.333Z] |time. [2021-03-16T00:59:36.333Z] |--- [2021-03-16T00:59:36.333Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-16T00:59:36.333Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-16T00:59:36.333Z] | [2021-03-16T00:59:36.333Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-16T00:59:36.333Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-16T00:59:36.333Z] |--- a/snap/snapcraft.yaml [2021-03-16T00:59:36.333Z] |+++ b/snap/snapcraft.yaml [2021-03-16T00:59:36.333Z] -------------------------- [2021-03-16T00:59:36.333Z] patching file snap/snapcraft.yaml [2021-03-16T00:59:36.333Z] Using Plan A... [2021-03-16T00:59:36.333Z] Hunk #1 succeeded at 73. [2021-03-16T00:59:36.333Z] Hunk #2 succeeded at 205. [2021-03-16T00:59:36.333Z] Hunk #3 succeeded at 217. [2021-03-16T00:59:36.333Z] Hunk #4 succeeded at 225. [2021-03-16T00:59:36.333Z] Hunk #5 succeeded at 232. [2021-03-16T00:59:36.333Z] Hunk #6 succeeded at 259. [2021-03-16T00:59:36.333Z] Hunk #7 succeeded at 271. [2021-03-16T00:59:36.333Z] Hunk #8 succeeded at 327. [2021-03-16T00:59:36.333Z] Hmm... Ignoring the trailing garbage. [2021-03-16T00:59:36.333Z] done [2021-03-16T00:59:36.333Z] + sudo snapcraft prime --use-lxd [2021-03-16T00:59:37.784Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-16T00:59:37.784Z] 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-16T00:59:37.784Z] - README.md [2021-03-16T00:59:37.784Z] [2021-03-16T00:59:37.784Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T00:59:38.744Z] Launching a container. [2021-03-16T00:59:51.110Z] Waiting for container to be ready [2021-03-16T00:59:51.110Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-16T00:59:51.110Z] [2021-03-16T00:59:55.333Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-16T00:59:55.595Z] Waiting for network to be ready... [2021-03-16T00:59:56.175Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T00:59:56.175Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T00:59:56.457Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T00:59:56.457Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T00:59:56.738Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T00:59:57.014Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T00:59:57.014Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T00:59:57.014Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T00:59:57.014Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T00:59:57.014Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T00:59:57.014Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T00:59:57.014Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T00:59:57.015Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T00:59:57.015Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T00:59:57.015Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T00:59:57.015Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T00:59:57.015Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T00:59:57.278Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T00:59:57.278Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T00:59:57.552Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T00:59:57.552Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T00:59:57.552Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T00:59:57.552Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T00:59:57.552Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T00:59:57.552Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T00:59:57.552Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T00:59:57.552Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T01:00:01.814Z] Fetched 24.1 MB in 6s (4166 kB/s) [2021-03-16T01:00:03.220Z] Reading package lists... [2021-03-16T01:00:03.220Z] Reading package lists... [2021-03-16T01:00:03.482Z] Building dependency tree... [2021-03-16T01:00:03.482Z] Reading state information... [2021-03-16T01:00:03.482Z] The following additional packages will be installed: [2021-03-16T01:00:03.482Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T01:00:03.482Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T01:00:03.482Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T01:00:03.482Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-16T01:00:03.482Z] Suggested packages: [2021-03-16T01:00:03.482Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-16T01:00:03.482Z] Recommended packages: [2021-03-16T01:00:03.482Z] gnupg libsasl2-modules [2021-03-16T01:00:03.746Z] The following NEW packages will be installed: [2021-03-16T01:00:03.746Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T01:00:03.746Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T01:00:03.746Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T01:00:03.746Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-16T01:00:03.746Z] The following packages will be upgraded: [2021-03-16T01:00:03.746Z] gpg gpg-agent gpgconf libudev1 [2021-03-16T01:00:05.132Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-16T01:00:05.132Z] Need to get 3530 kB of archives. [2021-03-16T01:00:05.132Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-16T01:00:05.132Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-16T01:00:05.132Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-16T01:00:05.706Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-16T01:00:05.706Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-16T01:00:05.706Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-16T01:00:05.706Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-16T01:00:05.706Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-16T01:00:05.706Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-16T01:00:05.706Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-16T01:00:05.706Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-16T01:00:05.706Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-16T01:00:05.706Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-16T01:00:05.706Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-16T01:00:05.706Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-16T01:00:05.706Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-16T01:00:05.706Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-16T01:00:05.706Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-16T01:00:05.706Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-16T01:00:13.851Z] Get:19 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-16T01:00:14.114Z] Get:20 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-16T01:00:14.376Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-16T01:00:14.376Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-16T01:00:14.639Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T01:00:14.639Z] Fetched 3530 kB in 11s (325 kB/s) [2021-03-16T01:00:14.639Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T01:00:14.639Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-16T01:00:14.900Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T01:00:14.900Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-16T01:00:14.900Z] Selecting previously unselected package udev. [2021-03-16T01:00:14.900Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T01:00:14.900Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-16T01:00:14.900Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-16T01:00:15.516Z] Selecting previously unselected package libfuse2:amd64. [2021-03-16T01:00:15.516Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T01:00:15.516Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T01:00:15.516Z] Selecting previously unselected package fuse. [2021-03-16T01:00:15.516Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T01:00:15.516Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-16T01:00:15.516Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T01:00:15.516Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T01:00:15.516Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T01:00:15.796Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T01:00:15.796Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T01:00:15.796Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T01:00:15.796Z] Selecting previously unselected package libksba8:amd64. [2021-03-16T01:00:15.796Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-16T01:00:15.796Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-16T01:00:16.073Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-16T01:00:16.073Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T01:00:16.073Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:16.073Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-16T01:00:16.073Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T01:00:16.073Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:16.341Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-16T01:00:16.341Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T01:00:16.341Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:16.341Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-16T01:00:16.341Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T01:00:16.341Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:16.341Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-16T01:00:16.341Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T01:00:16.341Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:16.603Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-16T01:00:16.603Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T01:00:16.603Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:16.603Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-16T01:00:16.603Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T01:00:16.603Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:16.603Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-16T01:00:16.603Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T01:00:16.603Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:16.865Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-16T01:00:16.865Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T01:00:16.865Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:16.865Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-16T01:00:16.865Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T01:00:16.865Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T01:00:16.865Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-16T01:00:16.865Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T01:00:16.865Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T01:00:17.128Z] Selecting previously unselected package libldap-common. [2021-03-16T01:00:17.128Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-16T01:00:17.128Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T01:00:17.128Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-16T01:00:17.128Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-16T01:00:17.128Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T01:00:17.390Z] Selecting previously unselected package dirmngr. [2021-03-16T01:00:17.390Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T01:00:17.390Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T01:00:17.390Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T01:00:17.390Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-16T01:00:17.390Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T01:00:17.390Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T01:00:17.653Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T01:00:17.653Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-16T01:00:17.653Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:17.653Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-16T01:00:17.653Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T01:00:17.653Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-16T01:00:18.237Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-16T01:00:18.237Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:18.237Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-16T01:00:18.237Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-16T01:00:18.237Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-16T01:00:18.501Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:18.501Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:18.501Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:18.501Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:18.501Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:18.501Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:18.501Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T01:00:18.501Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T01:00:18.765Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T01:00:18.765Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T01:00:19.720Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-16T01:00:19.720Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-16T01:00:19.720Z] This means they are not meant to be enabled using systemctl. [2021-03-16T01:00:19.720Z] Possible reasons for having this kind of units are: [2021-03-16T01:00:19.720Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-16T01:00:19.720Z] .wants/ or .requires/ directory. [2021-03-16T01:00:19.720Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-16T01:00:19.720Z] a requirement dependency on it. [2021-03-16T01:00:19.720Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-16T01:00:19.720Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-16T01:00:19.720Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-16T01:00:19.720Z] instance name specified. [2021-03-16T01:00:19.983Z] Reading package lists... [2021-03-16T01:00:20.245Z] Building dependency tree... [2021-03-16T01:00:20.245Z] Reading state information... [2021-03-16T01:00:20.507Z] The following additional packages will be installed: [2021-03-16T01:00:20.507Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-16T01:00:20.507Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-16T01:00:20.507Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-16T01:00:20.507Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-16T01:00:20.507Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-16T01:00:20.507Z] Suggested packages: [2021-03-16T01:00:20.507Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-16T01:00:20.507Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-16T01:00:20.507Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-16T01:00:20.507Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-16T01:00:20.507Z] systemd-container policykit-1 [2021-03-16T01:00:20.507Z] Recommended packages: [2021-03-16T01:00:20.507Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-16T01:00:20.507Z] The following NEW packages will be installed: [2021-03-16T01:00:20.507Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-16T01:00:20.507Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-16T01:00:20.507Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-16T01:00:20.507Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-16T01:00:20.507Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-16T01:00:20.507Z] The following packages will be upgraded: [2021-03-16T01:00:20.507Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-16T01:00:20.507Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-16T01:00:20.507Z] Need to get 35.2 MB of archives. [2021-03-16T01:00:20.507Z] After this operation, 141 MB of additional disk space will be used. [2021-03-16T01:00:20.507Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-16T01:00:20.768Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-16T01:00:21.342Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-16T01:00:21.342Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-16T01:00:21.342Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-16T01:00:21.342Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-16T01:00:21.342Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-16T01:00:21.342Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-16T01:00:21.342Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-16T01:00:21.342Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-16T01:00:21.342Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-16T01:00:21.342Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-16T01:00:21.342Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-16T01:00:21.606Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-16T01:00:21.606Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-16T01:00:21.606Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-16T01:00:21.606Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-16T01:00:21.606Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-16T01:00:21.606Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-16T01:00:21.606Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-16T01:00:21.607Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-16T01:00:21.607Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-16T01:00:21.607Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-16T01:00:21.868Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-16T01:00:21.868Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-16T01:00:21.868Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-16T01:00:21.868Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-16T01:00:21.868Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-16T01:00:21.868Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-16T01:00:21.868Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-16T01:00:22.813Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T01:00:22.813Z] Fetched 35.2 MB in 2s (16.5 MB/s) [2021-03-16T01:00:22.813Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T01:00:22.813Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-16T01:00:23.076Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T01:00:23.652Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-16T01:00:23.652Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T01:00:23.652Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-16T01:00:23.914Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T01:00:23.914Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T01:00:23.914Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T01:00:23.914Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-16T01:00:24.177Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T01:00:24.177Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T01:00:24.177Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T01:00:24.440Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-16T01:00:24.702Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-16T01:00:24.964Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-16T01:00:25.224Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-16T01:00:25.224Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T01:00:25.224Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T01:00:25.485Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-16T01:00:25.486Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T01:00:25.486Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T01:00:25.748Z] Selecting previously unselected package libexpat1:amd64. [2021-03-16T01:00:25.748Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-16T01:00:25.748Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T01:00:25.748Z] Selecting previously unselected package python3.6-minimal. [2021-03-16T01:00:25.748Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T01:00:25.748Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T01:00:26.014Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T01:00:26.277Z] Checking for services that may need to be restarted...done. [2021-03-16T01:00:26.277Z] Checking for services that may need to be restarted...done. [2021-03-16T01:00:26.277Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T01:00:26.277Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T01:00:26.277Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T01:00:26.853Z] Selecting previously unselected package python3-minimal. [2021-03-16T01:00:26.853Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-16T01:00:26.853Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-16T01:00:26.853Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-16T01:00:26.853Z] Selecting previously unselected package mime-support. [2021-03-16T01:00:26.853Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-16T01:00:26.853Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-16T01:00:27.114Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-16T01:00:27.114Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-16T01:00:27.114Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T01:00:27.114Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-16T01:00:27.114Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T01:00:27.114Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T01:00:27.687Z] Selecting previously unselected package python3.6. [2021-03-16T01:00:27.687Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T01:00:27.687Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T01:00:27.687Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-16T01:00:27.687Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-16T01:00:27.687Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T01:00:27.687Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-16T01:00:27.948Z] Selecting previously unselected package python3. [2021-03-16T01:00:27.948Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-16T01:00:27.948Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-16T01:00:27.948Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-16T01:00:27.948Z] Selecting previously unselected package multiarch-support. [2021-03-16T01:00:27.948Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T01:00:27.948Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T01:00:28.210Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T01:00:28.210Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-16T01:00:28.210Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-16T01:00:28.210Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-16T01:00:28.210Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T01:00:28.210Z] Selecting previously unselected package libbsd0:amd64. [2021-03-16T01:00:28.210Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-16T01:00:28.210Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T01:00:28.472Z] Selecting previously unselected package sudo. [2021-03-16T01:00:28.472Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-16T01:00:28.472Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T01:00:28.472Z] Selecting previously unselected package apparmor. [2021-03-16T01:00:28.472Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T01:00:28.735Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-16T01:00:28.735Z] Selecting previously unselected package libedit2:amd64. [2021-03-16T01:00:28.735Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-16T01:00:28.735Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T01:00:28.996Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-16T01:00:28.996Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T01:00:28.996Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T01:00:28.996Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-16T01:00:28.996Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T01:00:28.996Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T01:00:28.996Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-16T01:00:28.996Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-16T01:00:28.996Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T01:00:29.257Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-16T01:00:29.257Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T01:00:29.257Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T01:00:29.257Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-16T01:00:29.257Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T01:00:29.257Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T01:00:29.518Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-16T01:00:29.518Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-16T01:00:29.518Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T01:00:29.778Z] Selecting previously unselected package openssh-client. [2021-03-16T01:00:29.778Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-16T01:00:29.778Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T01:00:29.778Z] Selecting previously unselected package squashfs-tools. [2021-03-16T01:00:29.778Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-16T01:00:29.778Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T01:00:30.039Z] Selecting previously unselected package snapd. [2021-03-16T01:00:30.039Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-16T01:00:30.039Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-16T01:00:32.614Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T01:00:32.614Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T01:00:32.614Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-16T01:00:32.614Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T01:00:32.614Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T01:00:32.614Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T01:00:32.614Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T01:00:32.614Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-16T01:00:32.614Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-16T01:00:33.557Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T01:00:33.557Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T01:00:33.557Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T01:00:33.557Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T01:00:33.557Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T01:00:33.557Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T01:00:34.497Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T01:00:34.497Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T01:00:34.497Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T01:00:34.497Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-16T01:00:34.497Z] running python rtupdate hooks for python3.6... [2021-03-16T01:00:34.497Z] running python post-rtupdate hooks for python3.6... [2021-03-16T01:00:34.497Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-16T01:00:36.413Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-16T01:00:36.675Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T01:00:36.675Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T01:00:36.675Z] Setting up snapd (2.48.3+18.04) ... [2021-03-16T01:00:37.260Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-16T01:00:37.523Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-16T01:00:37.784Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-16T01:00:38.046Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-16T01:00:38.308Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T01:00:38.308Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T01:00:38.570Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-16T01:00:38.570Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-16T01:00:38.833Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-16T01:00:39.095Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-16T01:00:39.357Z] /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-16T01:00:39.357Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T01:00:39.357Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T01:00:40.750Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T01:00:40.750Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T01:00:40.750Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T01:00:42.677Z] Reading package lists... [2021-03-16T01:00:42.677Z] Reading package lists... [2021-03-16T01:00:42.938Z] Building dependency tree... [2021-03-16T01:00:42.938Z] Reading state information... [2021-03-16T01:00:42.938Z] Calculating upgrade... [2021-03-16T01:00:43.200Z] The following packages will be upgraded: [2021-03-16T01:00:43.200Z] advancecomp base-files bash binutils binutils-common [2021-03-16T01:00:43.200Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-16T01:00:43.200Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-16T01:00:43.200Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-16T01:00:43.200Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-16T01:00:43.200Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-16T01:00:43.200Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-16T01:00:43.200Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-16T01:00:43.200Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-16T01:00:43.200Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-16T01:00:43.200Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-16T01:00:43.200Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-16T01:00:43.200Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-16T01:00:43.200Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-16T01:00:43.200Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-16T01:00:43.462Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T01:00:43.462Z] Need to get 63.8 MB of archives. [2021-03-16T01:00:43.462Z] After this operation, 5206 kB of additional disk space will be used. [2021-03-16T01:00:43.462Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-16T01:00:43.462Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] [2021-03-16T01:00:44.041Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-16T01:00:44.042Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-16T01:00:44.042Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-16T01:00:44.042Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-16T01:00:44.042Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-16T01:00:44.042Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-16T01:00:44.042Z] 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-16T01:00:44.042Z] 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-16T01:00:44.042Z] 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-16T01:00:44.042Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-16T01:00:44.042Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-16T01:00:44.305Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-16T01:00:44.305Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-16T01:00:44.305Z] 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-16T01:00:44.305Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-16T01:00:44.305Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-16T01:00:44.305Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-16T01:00:44.305Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-16T01:00:44.305Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-16T01:00:44.305Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-16T01:00:44.305Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-16T01:00:44.305Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-16T01:00:44.305Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-16T01:00:44.305Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-16T01:00:44.305Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-16T01:00:44.305Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-16T01:00:44.305Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-16T01:00:44.305Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-16T01:00:44.305Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-16T01:00:44.566Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-16T01:00:44.566Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-16T01:00:44.566Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-16T01:00:44.566Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-16T01:00:44.566Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-16T01:00:44.566Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-16T01:00:44.566Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-16T01:00:44.566Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-16T01:00:44.566Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-16T01:00:44.566Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-16T01:00:44.567Z] Get:42 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-16T01:00:44.567Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-16T01:00:44.567Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-16T01:00:44.567Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-16T01:00:44.567Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-16T01:00:44.567Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-16T01:00:44.567Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-16T01:00:44.567Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-16T01:00:44.567Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-16T01:00:44.567Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-16T01:00:44.567Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-16T01:00:44.567Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-16T01:00:44.567Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-16T01:00:44.567Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-16T01:00:44.567Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-16T01:00:44.831Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-16T01:00:44.832Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-16T01:00:44.832Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-16T01:00:44.832Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-16T01:00:44.832Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-16T01:00:44.832Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-16T01:00:44.832Z] Get:63 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-16T01:00:44.832Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-16T01:00:44.832Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-16T01:00:44.832Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-16T01:00:44.832Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-16T01:00:44.832Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-16T01:00:44.832Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-16T01:00:44.832Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-16T01:00:44.832Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-16T01:00:44.832Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-16T01:00:44.832Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-16T01:00:44.832Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-16T01:00:44.832Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-16T01:00:44.832Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-16T01:00:44.832Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-16T01:00:44.832Z] 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-16T01:00:44.832Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-16T01:00:45.093Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-16T01:00:45.093Z] 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-16T01:00:45.093Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-16T01:00:45.093Z] 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-16T01:00:45.093Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-16T01:00:45.093Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-16T01:00:45.093Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-16T01:00:45.093Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-16T01:00:45.093Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-16T01:00:45.093Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-16T01:00:45.093Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-16T01:00:45.668Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-16T01:00:45.930Z] 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-16T01:00:45.930Z] 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-16T01:00:46.192Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-16T01:00:46.454Z] 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-16T01:00:46.454Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-16T01:00:46.454Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-16T01:00:46.454Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-16T01:00:46.454Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-16T01:00:46.454Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T01:00:46.454Z] Fetched 63.8 MB in 3s (20.1 MB/s) [2021-03-16T01:00:46.716Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:46.716Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T01:00:46.716Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T01:00:47.292Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T01:00:47.292Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T01:00:47.557Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... [2021-03-16T01:00:47.557Z] Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... [2021-03-16T01:00:48.505Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T01:00:48.505Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T01:00:48.505Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T01:00:48.505Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T01:00:48.505Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T01:00:48.767Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T01:00:48.767Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T01:00:48.767Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T01:00:48.767Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T01:00:49.030Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T01:00:49.030Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T01:00:49.030Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T01:00:49.030Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T01:00:49.293Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T01:00:49.293Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T01:00:49.293Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T01:00:49.293Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T01:00:49.293Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-16T01:00:49.556Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-16T01:00:49.556Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T01:00:49.556Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T01:00:49.556Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T01:00:49.556Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T01:00:49.819Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T01:00:49.819Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T01:00:49.819Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T01:00:50.083Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T01:00:50.083Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T01:00:50.083Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T01:00:50.345Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T01:00:50.921Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T01:00:51.183Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T01:00:51.183Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-16T01:00:51.183Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-16T01:00:51.183Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-16T01:00:51.183Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-16T01:00:51.445Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-16T01:00:51.445Z] Installing new version of config file /etc/issue ... [2021-03-16T01:00:51.445Z] Installing new version of config file /etc/issue.net ... [2021-03-16T01:00:51.445Z] Installing new version of config file /etc/lsb-release ... [2021-03-16T01:00:51.709Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-16T01:00:51.971Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-16T01:00:51.971Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-16T01:00:51.971Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-16T01:00:51.971Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:51.971Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-16T01:00:51.971Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-16T01:00:52.236Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-16T01:00:52.236Z] 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-16T01:00:52.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:52.236Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T01:00:52.236Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-16T01:00:52.499Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-16T01:00:52.499Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:52.499Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-16T01:00:52.499Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-16T01:00:52.765Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-16T01:00:52.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:52.765Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-16T01:00:52.765Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T01:00:53.028Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-16T01:00:53.292Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:53.292Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T01:00:53.292Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T01:00:53.292Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T01:00:53.559Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:53.559Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T01:00:53.559Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T01:00:53.559Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-16T01:00:53.822Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:53.822Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-16T01:00:53.822Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-16T01:00:53.822Z] Setting up grep (3.1-2build1) ... [2021-03-16T01:00:54.085Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:54.085Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T01:00:54.085Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T01:00:54.085Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-16T01:00:54.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:54.349Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T01:00:54.349Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T01:00:54.349Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-16T01:00:54.612Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:54.612Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T01:00:54.612Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T01:00:55.189Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T01:00:55.189Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T01:00:55.451Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T01:00:55.451Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T01:00:56.399Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-16T01:00:56.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:56.399Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-16T01:00:56.399Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T01:00:57.348Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T01:00:57.348Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T01:00:57.610Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T01:00:57.610Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T01:00:57.610Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T01:00:57.872Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:57.872Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-16T01:00:57.872Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-16T01:00:57.872Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-16T01:00:58.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:58.135Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T01:00:58.135Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T01:00:58.135Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T01:00:58.397Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:58.397Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T01:00:58.397Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T01:00:58.397Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T01:00:58.659Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:58.659Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T01:00:58.659Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T01:00:58.659Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T01:00:58.920Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:58.920Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T01:00:58.920Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T01:00:58.920Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T01:00:58.920Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:58.920Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T01:00:58.920Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T01:00:59.181Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T01:00:59.181Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T01:00:59.181Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T01:00:59.448Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:59.448Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T01:00:59.448Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T01:00:59.448Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T01:00:59.710Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:59.711Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T01:00:59.711Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T01:00:59.711Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T01:00:59.973Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:00:59.973Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T01:00:59.973Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T01:00:59.973Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-16T01:01:00.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:01:00.236Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T01:01:00.236Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T01:01:00.809Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-16T01:01:01.071Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-16T01:01:01.333Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-16T01:01:01.599Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:01:01.599Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T01:01:01.599Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T01:01:01.862Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T01:01:01.862Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T01:01:01.862Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-16T01:01:01.862Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T01:01:02.125Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-16T01:01:02.125Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:02.125Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-16T01:01:02.125Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-16T01:01:02.387Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-16T01:01:02.648Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:02.648Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-16T01:01:02.648Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T01:01:02.648Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-16T01:01:02.909Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:02.909Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-16T01:01:02.909Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T01:01:02.910Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-16T01:01:03.172Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:03.172Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T01:01:03.172Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T01:01:03.172Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T01:01:03.434Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:03.434Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T01:01:03.434Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T01:01:03.696Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T01:01:03.696Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:03.696Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T01:01:03.982Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T01:01:03.982Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T01:01:04.313Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:04.313Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T01:01:04.313Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T01:01:04.313Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-16T01:01:04.313Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T01:01:04.598Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T01:01:04.598Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T01:01:04.598Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T01:01:04.868Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:04.868Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-16T01:01:04.868Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-16T01:01:04.868Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-16T01:01:05.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:05.131Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-16T01:01:05.131Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T01:01:05.131Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T01:01:05.704Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:05.704Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T01:01:05.704Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T01:01:05.704Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T01:01:05.704Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:05.704Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-16T01:01:05.704Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-16T01:01:05.966Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-16T01:01:05.966Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:05.966Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T01:01:05.966Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T01:01:06.541Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-16T01:01:06.803Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:06.803Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T01:01:06.803Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T01:01:06.803Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-16T01:01:06.803Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:06.803Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-16T01:01:07.071Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-16T01:01:07.071Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-16T01:01:07.335Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:07.335Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-16T01:01:07.335Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-16T01:01:07.335Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-16T01:01:07.335Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:07.335Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-16T01:01:07.597Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-16T01:01:07.597Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-16T01:01:07.597Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:07.597Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-16T01:01:07.860Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-16T01:01:07.860Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-16T01:01:08.123Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:08.123Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T01:01:08.123Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-16T01:01:08.123Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-16T01:01:08.123Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T01:01:08.123Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-16T01:01:08.385Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-16T01:01:08.385Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-16T01:01:08.385Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-16T01:01:08.385Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T01:01:08.385Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T01:01:08.651Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T01:01:08.651Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T01:01:08.912Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T01:01:08.912Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T01:01:09.174Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-16T01:01:09.174Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-16T01:01:09.174Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T01:01:09.436Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-16T01:01:09.436Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T01:01:09.437Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-16T01:01:09.699Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-16T01:01:09.699Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-16T01:01:09.699Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-16T01:01:09.699Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-16T01:01:09.961Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-16T01:01:09.961Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-16T01:01:09.961Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-16T01:01:09.961Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-16T01:01:10.222Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-16T01:01:10.222Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-16T01:01:10.484Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-16T01:01:10.484Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-16T01:01:11.438Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-16T01:01:11.438Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-16T01:01:11.699Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-16T01:01:11.699Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-16T01:01:11.699Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T01:01:11.699Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T01:01:12.275Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T01:01:12.275Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T01:01:12.275Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T01:01:12.275Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T01:01:12.537Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T01:01:12.537Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T01:01:12.537Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T01:01:12.537Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T01:01:12.798Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T01:01:12.798Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T01:01:13.060Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T01:01:13.060Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T01:01:13.060Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T01:01:13.060Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T01:01:14.010Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T01:01:14.271Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T01:01:15.216Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T01:01:15.216Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T01:01:16.162Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T01:01:16.162Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T01:01:16.423Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T01:01:16.423Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T01:01:17.370Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T01:01:17.370Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T01:01:17.632Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T01:01:17.632Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T01:01:17.632Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T01:01:17.632Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T01:01:17.896Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T01:01:17.896Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T01:01:19.501Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-16T01:01:19.501Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-16T01:01:19.501Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T01:01:19.501Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T01:01:19.501Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T01:01:19.501Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T01:01:19.501Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-16T01:01:19.501Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-16T01:01:19.501Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T01:01:19.501Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T01:01:19.501Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T01:01:19.501Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T01:01:19.501Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T01:01:19.501Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-16T01:01:19.501Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-16T01:01:19.501Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-16T01:01:19.501Z] [2021-03-16T01:01:19.501Z] Current default time zone: 'Etc/UTC' [2021-03-16T01:01:19.501Z] Local time is now: Tue Mar 16 01:01:18 UTC 2021. [2021-03-16T01:01:19.501Z] Universal Time is now: Tue Mar 16 01:01:18 UTC 2021. [2021-03-16T01:01:19.501Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-16T01:01:19.501Z] [2021-03-16T01:01:19.501Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-16T01:01:19.501Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T01:01:19.501Z] Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... [2021-03-16T01:01:19.501Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-16T01:01:19.501Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-16T01:01:19.501Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-16T01:01:19.501Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-16T01:01:19.501Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-16T01:01:19.501Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-16T01:01:19.501Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T01:01:19.501Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T01:01:19.501Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-16T01:01:19.764Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T01:01:19.764Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T01:01:19.764Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T01:01:19.764Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-16T01:01:20.025Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-16T01:01:20.025Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-16T01:01:20.025Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T01:01:20.025Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-16T01:01:20.025Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-16T01:01:20.025Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-16T01:01:20.025Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-16T01:01:21.951Z] Updating certificates in /etc/ssl/certs... [2021-03-16T01:01:22.522Z] 23 added, 27 removed; done. [2021-03-16T01:01:22.522Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T01:01:22.522Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T01:01:22.784Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-16T01:01:22.784Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-16T01:01:22.784Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-16T01:01:22.784Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T01:01:22.784Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T01:01:22.784Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T01:01:23.045Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T01:01:23.045Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T01:01:23.045Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T01:01:23.045Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T01:01:23.045Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-16T01:01:23.045Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-16T01:01:23.045Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-16T01:01:23.307Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-16T01:01:23.307Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-16T01:01:23.307Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T01:01:23.307Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T01:01:23.307Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-16T01:01:23.307Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-16T01:01:23.568Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-16T01:01:23.568Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T01:01:23.568Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T01:01:23.568Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-16T01:01:23.568Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-16T01:01:23.568Z] Updating certificates in /etc/ssl/certs... [2021-03-16T01:01:24.143Z] 0 added, 0 removed; done. [2021-03-16T01:01:24.143Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-16T01:01:24.143Z] done. [2021-03-16T01:01:25.085Z] Reading package lists... [2021-03-16T01:01:25.085Z] Building dependency tree... [2021-03-16T01:01:25.085Z] Reading state information... [2021-03-16T01:01:25.346Z] The following NEW packages will be installed: [2021-03-16T01:01:25.346Z] apt-transport-https [2021-03-16T01:01:25.346Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T01:01:25.346Z] Need to get 1696 B of archives. [2021-03-16T01:01:25.346Z] After this operation, 153 kB of additional disk space will be used. [2021-03-16T01:01:25.346Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-16T01:01:25.608Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T01:01:25.608Z] Fetched 1696 B in 0s (39.9 kB/s) [2021-03-16T01:01:25.608Z] Selecting previously unselected package apt-transport-https. [2021-03-16T01:01:25.608Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-16T01:01:25.608Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-16T01:01:25.608Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T01:01:25.608Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T01:01:25.870Z] Waiting for network to be ready... [2021-03-16T01:01:34.017Z] 2021-03-16T01:01:30Z INFO Waiting for automatic snapd restart... [2021-03-16T01:01:34.017Z] snapd 2.49 from Canonical* installed [2021-03-16T01:01:34.971Z] "snapd" switched to the "latest/stable" channel [2021-03-16T01:01:34.971Z] [2021-03-16T01:01:40.276Z] core18 20210128 from Canonical* installed [2021-03-16T01:01:40.276Z] "core18" switched to the "latest/stable" channel [2021-03-16T01:01:40.276Z] [2021-03-16T01:01:45.580Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T01:01:45.842Z] "snapcraft" switched to the "latest/stable" channel [2021-03-16T01:01:45.842Z] [2021-03-16T01:01:50.055Z] 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-16T01:01:50.055Z] - README.md [2021-03-16T01:01:50.055Z] [2021-03-16T01:01:50.055Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T01:01:56.658Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T01:01:56.658Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T01:01:56.658Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T01:01:56.658Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T01:01:57.604Z] Reading package lists... [2021-03-16T01:01:58.178Z] 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-16T01:02:04.773Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T01:02:04.773Z] Reading package lists... [2021-03-16T01:02:04.773Z] Building dependency tree... [2021-03-16T01:02:04.773Z] Reading state information... [2021-03-16T01:02:04.773Z] Suggested packages: [2021-03-16T01:02:04.773Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-16T01:02:04.773Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-16T01:02:04.773Z] Recommended packages: [2021-03-16T01:02:04.773Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-16T01:02:04.773Z] The following NEW packages will be installed: [2021-03-16T01:02:04.773Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-16T01:02:04.773Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-16T01:02:04.773Z] pkg-config zip [2021-03-16T01:02:05.035Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T01:02:05.035Z] Need to get 7657 kB of archives. [2021-03-16T01:02:05.035Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-16T01:02:05.035Z] 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-16T01:02:05.035Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-16T01:02:05.035Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-16T01:02:05.035Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-16T01:02:05.035Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-16T01:02:05.297Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-16T01:02:05.297Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-16T01:02:05.297Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-16T01:02:05.558Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-16T01:02:05.558Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-16T01:02:05.558Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-16T01:02:05.822Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-16T01:02:05.822Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-16T01:02:05.822Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-16T01:02:05.822Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-16T01:02:06.083Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T01:02:06.083Z] Fetched 7657 kB in 1s (8064 kB/s) [2021-03-16T01:02:06.083Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-16T01:02:06.083Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-16T01:02:06.083Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-16T01:02:06.083Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T01:02:06.345Z] Selecting previously unselected package libpsl5:amd64. [2021-03-16T01:02:06.345Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-16T01:02:06.345Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T01:02:06.345Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-16T01:02:06.345Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-16T01:02:06.606Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T01:02:06.606Z] Selecting previously unselected package librtmp1:amd64. [2021-03-16T01:02:06.606Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-16T01:02:06.606Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T01:02:06.606Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-16T01:02:06.606Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-16T01:02:06.606Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T01:02:06.867Z] Selecting previously unselected package liberror-perl. [2021-03-16T01:02:06.867Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-16T01:02:06.867Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-16T01:02:06.867Z] Selecting previously unselected package git-man. [2021-03-16T01:02:06.867Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-16T01:02:06.867Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T01:02:07.129Z] Selecting previously unselected package git. [2021-03-16T01:02:07.129Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-16T01:02:07.129Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T01:02:08.073Z] Selecting previously unselected package libnorm1:amd64. [2021-03-16T01:02:08.073Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-16T01:02:08.073Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T01:02:08.073Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-16T01:02:08.073Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-16T01:02:08.073Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T01:02:08.334Z] Selecting previously unselected package libsodium23:amd64. [2021-03-16T01:02:08.334Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-16T01:02:08.334Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-16T01:02:08.334Z] Selecting previously unselected package libzmq5:amd64. [2021-03-16T01:02:08.334Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T01:02:08.334Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T01:02:08.334Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-16T01:02:08.334Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T01:02:08.334Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T01:02:08.595Z] Selecting previously unselected package pkg-config. [2021-03-16T01:02:08.595Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-16T01:02:08.595Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T01:02:08.595Z] Selecting previously unselected package zip. [2021-03-16T01:02:08.595Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-16T01:02:08.595Z] Unpacking zip (3.0-11build1) ... [2021-03-16T01:02:08.856Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T01:02:08.856Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T01:02:08.856Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T01:02:08.856Z] Setting up liberror-perl (0.17025-1) ... [2021-03-16T01:02:08.856Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T01:02:08.856Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T01:02:09.117Z] No schema files found: doing nothing. [2021-03-16T01:02:09.117Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T01:02:09.117Z] Setting up zip (3.0-11build1) ... [2021-03-16T01:02:09.117Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T01:02:09.117Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-16T01:02:09.117Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T01:02:09.117Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T01:02:09.117Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T01:02:09.378Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T01:02:09.378Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T01:02:09.378Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T01:02:15.976Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T01:02:16.236Z] git set to automatically installed. [2021-03-16T01:02:16.236Z] git-man set to automatically installed. [2021-03-16T01:02:16.236Z] libcurl3-gnutls set to automatically installed. [2021-03-16T01:02:16.236Z] liberror-perl set to automatically installed. [2021-03-16T01:02:16.236Z] libglib2.0-0 set to automatically installed. [2021-03-16T01:02:16.236Z] libnghttp2-14 set to automatically installed. [2021-03-16T01:02:16.236Z] libnorm1 set to automatically installed. [2021-03-16T01:02:16.236Z] libpgm-5.2-0 set to automatically installed. [2021-03-16T01:02:16.236Z] libpsl5 set to automatically installed. [2021-03-16T01:02:16.236Z] librtmp1 set to automatically installed. [2021-03-16T01:02:16.236Z] libsodium23 set to automatically installed. [2021-03-16T01:02:16.236Z] libzmq3-dev set to automatically installed. [2021-03-16T01:02:16.236Z] libzmq5 set to automatically installed. [2021-03-16T01:02:16.236Z] pkg-config set to automatically installed. [2021-03-16T01:02:16.236Z] zip set to automatically installed. [2021-03-16T01:02:18.166Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T01:02:24.760Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T01:02:42.891Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-16T01:02:42.891Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T01:02:49.488Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T01:02:49.488Z] snap "core18" has no updates available [2021-03-16T01:02:50.060Z] Pulling config-common [2021-03-16T01:02:50.060Z] + snapcraftctl pull [2021-03-16T01:02:51.448Z] Pulling go-build-helper [2021-03-16T01:02:51.448Z] + snapcraftctl pull [2021-03-16T01:02:52.392Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-16T01:02:52.392Z] Skipping pull go-build-helper (already ran) [2021-03-16T01:02:52.392Z] Building go-build-helper [2021-03-16T01:02:52.392Z] + snapcraftctl build [2021-03-16T01:02:54.953Z] Staging go-build-helper [2021-03-16T01:02:54.954Z] + snapcraftctl stage [2021-03-16T01:03:09.885Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T01:03:09.885Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T01:03:09.885Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T01:03:09.885Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T01:03:09.885Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T01:03:09.885Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T01:03:09.885Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T01:03:09.885Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T01:03:09.885Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T01:03:09.885Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T01:03:09.885Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T01:03:09.885Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T01:03:09.885Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T01:03:09.886Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T01:03:09.886Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T01:03:09.886Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T01:03:09.886Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T01:03:09.886Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T01:03:09.886Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T01:03:09.886Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T01:03:09.886Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T01:03:09.886Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T01:03:09.886Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T01:03:09.886Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T01:03:09.886Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T01:03:09.886Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T01:03:09.886Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T01:03:09.886Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-16T01:03:09.886Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-16T01:03:09.886Z] Fetched 224 kB in 0s (0 B/s) [2021-03-16T01:03:09.886Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-16T01:03:09.886Z] Fetched 157 kB in 0s (0 B/s) [2021-03-16T01:03:09.886Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-16T01:03:09.886Z] Fetched 221 kB in 0s (0 B/s) [2021-03-16T01:03:09.886Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-16T01:03:09.886Z] Fetched 143 kB in 0s (0 B/s) [2021-03-16T01:03:09.886Z] Pulling edgex-go [2021-03-16T01:03:09.886Z] + snapcraftctl pull [2021-03-16T01:03:31.877Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T01:03:31.877Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T01:03:31.877Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T01:03:31.877Z] Fetched 0 B in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-16T01:03:31.877Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-16T01:03:31.877Z] Fetched 279 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-16T01:03:31.877Z] Fetched 122 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-16T01:03:31.877Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-16T01:03:31.877Z] Fetched 8848 B in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-16T01:03:31.877Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-16T01:03:31.877Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-16T01:03:31.877Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-16T01:03:31.877Z] Fetched 214 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-16T01:03:31.877Z] Fetched 154 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-16T01:03:31.877Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-16T01:03:31.877Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-16T01:03:31.877Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-16T01:03:31.877Z] Fetched 499 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-16T01:03:31.877Z] Fetched 111 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-16T01:03:31.877Z] Fetched 240 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-16T01:03:31.877Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-16T01:03:31.877Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-16T01:03:31.877Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-16T01:03:31.877Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-16T01:03:31.877Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-16T01:03:31.877Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-16T01:03:31.877Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-16T01:03:31.877Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-16T01:03:31.877Z] Fetched 8720 B in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-16T01:03:31.877Z] Fetched 137 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-16T01:03:31.877Z] Fetched 119 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-16T01:03:31.877Z] Fetched 109 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-16T01:03:31.877Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-16T01:03:31.877Z] Fetched 645 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-16T01:03:31.877Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-16T01:03:31.877Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-16T01:03:31.877Z] Fetched 368 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-16T01:03:31.877Z] Fetched 187 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-16T01:03:31.877Z] Fetched 175 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-16T01:03:31.877Z] Fetched 206 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-16T01:03:31.877Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-16T01:03:31.877Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-16T01:03:31.877Z] Fetched 159 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-16T01:03:31.877Z] Fetched 107 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-16T01:03:31.877Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-16T01:03:31.877Z] Pulling static-packages [2021-03-16T01:03:31.877Z] + snapcraftctl pull [2021-03-16T01:03:31.877Z] Pulling version [2021-03-16T01:03:31.877Z] + cd /root/project [2021-03-16T01:03:31.877Z] + [ -f VERSION ] [2021-03-16T01:03:31.877Z] + PROJECT_VERSION=local-dev [2021-03-16T01:03:31.877Z] + git rev-parse --short HEAD [2021-03-16T01:03:31.877Z] + GIT_REVISION=bad16dc1 [2021-03-16T01:03:31.877Z] + snapcraftctl set-version local-dev [2021-03-16T01:03:32.166Z] Building config-common [2021-03-16T01:03:32.166Z] + snapcraftctl build [2021-03-16T01:03:34.805Z] Skipping build go-build-helper (already ran) [2021-03-16T01:03:35.068Z] Building edgex-go [2021-03-16T01:03:36.021Z] + cd /root/parts/edgex-go/src [2021-03-16T01:03:36.021Z] + make build [2021-03-16T01:03:36.021Z] 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-16T01:03:38.571Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-16T01:03:38.571Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-16T01:03:38.571Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-16T01:03:38.571Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-16T01:03:38.571Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-16T01:03:38.571Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-16T01:03:38.571Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-16T01:03:38.571Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-16T01:03:38.571Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-16T01:03:38.571Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-16T01:03:38.571Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-16T01:03:38.834Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-16T01:03:39.095Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-16T01:03:39.095Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-16T01:03:39.095Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-16T01:03:39.095Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-16T01:03:39.359Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-16T01:03:39.637Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-16T01:03:39.637Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-16T01:03:39.637Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-16T01:03:39.637Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-16T01:03:39.637Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-16T01:03:39.637Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-16T01:03:39.637Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-16T01:03:39.637Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-16T01:03:39.921Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-16T01:03:39.921Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-16T01:03:39.921Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-16T01:03:39.921Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-16T01:03:39.921Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-16T01:03:40.185Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-16T01:03:40.185Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-16T01:03:40.185Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-16T01:03:40.185Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-16T01:03:40.185Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-16T01:03:40.185Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-16T01:03:40.185Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-16T01:03:40.185Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-16T01:03:40.185Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-16T01:03:40.185Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-16T01:03:40.185Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-16T01:03:40.185Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-16T01:03:40.185Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-16T01:03:40.448Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-16T01:03:40.448Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-16T01:03:52.726Z] 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-16T01:03:52.726Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-16T01:03:58.054Z] 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-16T01:03:59.007Z] 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-16T01:04:00.973Z] 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-16T01:04:01.554Z] 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-16T01:04:01.554Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-16T01:04:01.818Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-16T01:04:01.818Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-16T01:04:01.818Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-16T01:04:03.751Z] 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-16T01:04:04.015Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-16T01:04:04.015Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-16T01:04:05.958Z] 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-16T01:04:07.356Z] 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-16T01:04:07.356Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-16T01:04:09.284Z] 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-16T01:04:10.695Z] 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-16T01:04:10.696Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-16T01:04:12.134Z] 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-16T01:04:12.397Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-16T01:04:14.959Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-16T01:04:14.959Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-16T01:04:14.959Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-16T01:04:14.959Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-16T01:04:14.959Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-16T01:04:14.959Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-16T01:04:14.959Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-16T01:04:14.959Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-16T01:04:14.959Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-16T01:04:14.959Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-16T01:04:14.959Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-16T01:04:14.959Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-16T01:04:14.959Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-16T01:04:14.959Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-16T01:04:14.959Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-16T01:04:14.959Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-16T01:04:14.959Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-16T01:04:14.960Z] + 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-16T01:04:14.960Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-16T01:04:14.960Z] + 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-16T01:04:14.960Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-16T01:04:14.960Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-16T01:04:14.960Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-16T01:04:14.960Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-16T01:04:14.960Z] + 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-16T01:04:18.279Z] Building static-packages [2021-03-16T01:04:18.279Z] + snapcraftctl build [2021-03-16T01:04:20.842Z] Building version [2021-03-16T01:04:20.842Z] + snapcraftctl build [2021-03-16T01:04:23.400Z] Staging config-common [2021-03-16T01:04:23.400Z] + snapcraftctl stage [2021-03-16T01:04:24.362Z] Skipping stage go-build-helper (already ran) [2021-03-16T01:04:24.362Z] Staging edgex-go [2021-03-16T01:04:24.362Z] + snapcraftctl stage [2021-03-16T01:04:25.779Z] Staging static-packages [2021-03-16T01:04:25.779Z] + snapcraftctl stage [2021-03-16T01:04:26.734Z] Staging version [2021-03-16T01:04:26.734Z] + snapcraftctl stage [2021-03-16T01:04:28.132Z] Priming config-common [2021-03-16T01:04:28.132Z] + snapcraftctl prime [2021-03-16T01:04:29.082Z] Priming go-build-helper [2021-03-16T01:04:29.082Z] + snapcraftctl prime [2021-03-16T01:04:30.033Z] Priming edgex-go [2021-03-16T01:04:30.033Z] + snapcraftctl prime [2021-03-16T01:04:31.439Z] Priming static-packages [2021-03-16T01:04:31.439Z] + snapcraftctl prime [2021-03-16T01:04:33.995Z] Priming version [2021-03-16T01:04:33.995Z] + snapcraftctl prime [2021-03-16T01:04:35.381Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-16T01:04:38.318Z] provisioning config files... [2021-03-16T01:04:38.337Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config8127544496681448779tmp [Pipeline] { [Pipeline] sh [2021-03-16T01:04:38.946Z] + set +x [2021-03-16T01:04:38.947Z] + curl -s https://codecov.io/bash [2021-03-16T01:04:38.947Z] + bash -s -- [2021-03-16T01:04:39.620Z] [2021-03-16T01:04:39.620Z] _____ _ [2021-03-16T01:04:39.620Z] / ____| | | [2021-03-16T01:04:39.620Z] | | ___ __| | ___ ___ _____ __ [2021-03-16T01:04:39.620Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-16T01:04:39.620Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-16T01:04:39.620Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-16T01:04:39.620Z] Bash-20210309-2b87ace [2021-03-16T01:04:39.620Z] [2021-03-16T01:04:39.620Z] [2021-03-16T01:04:39.620Z] ==> git version 2.24.3 found [2021-03-16T01:04:39.620Z] ==> 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-16T01:04:39.620Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-16T01:04:39.620Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-16T01:04:39.620Z] ==> Jenkins CI detected. [2021-03-16T01:04:39.897Z] project root: . [2021-03-16T01:04:39.897Z] --> token set from env [2021-03-16T01:04:39.897Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-16T01:04:39.897Z] ==> Running gcov in . (disable via -X gcov) [2021-03-16T01:04:40.192Z] ==> Python coveragepy not found [2021-03-16T01:04:40.192Z] ==> Searching for coverage reports in: [2021-03-16T01:04:40.192Z] + . [2021-03-16T01:04:40.487Z] -> Found 1 reports [2021-03-16T01:04:40.487Z] ==> Detecting git/mercurial file structure [2021-03-16T01:04:40.487Z] ==> Reading reports [2021-03-16T01:04:40.487Z] + ./coverage.out bytes=650607 [2021-03-16T01:04:40.487Z] ==> Appending adjustments [2021-03-16T01:04:40.487Z] https://docs.codecov.io/docs/fixing-reports [2021-03-16T01:04:51.068Z] + Found adjustments [2021-03-16T01:04:51.068Z] ==> Gzipping contents [2021-03-16T01:04:51.068Z] 96K /tmp/codecov.OcvqNw.gz [2021-03-16T01:04:51.068Z] ==> Uploading reports [2021-03-16T01:04:51.068Z] url: https://codecov.io [2021-03-16T01:04:51.068Z] query: branch=PR-3208&commit=6e99cd2d043b4c50517227a395efe2716fc4389d&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-16T01:04:51.068Z] -> Pinging Codecov [2021-03-16T01:04:51.068Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3208&commit=6e99cd2d043b4c50517227a395efe2716fc4389d&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-16T01:04:51.068Z] -> Uploading to [2021-03-16T01:04:51.068Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/6e99cd2d043b4c50517227a395efe2716fc4389d/a2dd4c92-a904-4bf0-ac6f-3b5b6e60ed5e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T010449Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=62cdc12fb690f18a07ce48853c64e8211f39f4e48ce284315624160cbb2615e8 [2021-03-16T01:04:51.068Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T01:04:51.068Z] Dload Upload Total Spent Left Speed [2021-03-16T01:04:51.068Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95091 0 0 100 95091 0 148k --:--:-- --:--:-- --:--:-- 149k [2021-03-16T01:04:51.068Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6e99cd2d043b4c50517227a395efe2716fc4389d [Pipeline] } [2021-03-16T01:04:51.085Z] 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-16T01:04:52.865Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:04:55.175Z] ---> package-listing.sh [2021-03-16T01:04:55.175Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-16T01:04:55.175Z] ++ facter osfamily [2021-03-16T01:04:55.449Z] + OS_FAMILY=redhat [2021-03-16T01:04:55.449Z] + workspace=/w/workspace/edgex-go/20 [2021-03-16T01:04:55.449Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-16T01:04:55.449Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-16T01:04:55.449Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-16T01:04:55.449Z] + PACKAGES=/tmp/packages_start.txt [2021-03-16T01:04:55.449Z] + '[' /w/workspace/edgex-go/20 ']' [2021-03-16T01:04:55.449Z] + PACKAGES=/tmp/packages_end.txt [2021-03-16T01:04:55.449Z] + case "${OS_FAMILY}" in [2021-03-16T01:04:55.449Z] + rpm -qa [2021-03-16T01:04:55.449Z] + sort [2021-03-16T01:05:03.722Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-16T01:05:03.722Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-16T01:05:03.722Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-16T01:05:03.722Z] + '[' /w/workspace/edgex-go/20 ']' [2021-03-16T01:05:03.722Z] + mkdir -p /w/workspace/edgex-go/20/archives/ [2021-03-16T01:05:03.722Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo [2021-03-16T01:05:03.739Z] 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-16T01:05:04.072Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-16T01:05:04.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T01:05:04.680Z] [2021-03-16T01:05:04.680Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-16T01:05:05.053Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T01:05:05.053Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-16T01:05:05.053Z] df20fa9351a1: Pulling fs layer [2021-03-16T01:05:05.053Z] 36b3adc4ff6f: Pulling fs layer [2021-03-16T01:05:05.053Z] 8ad3a11d3b57: Pulling fs layer [2021-03-16T01:05:05.053Z] 46f8f816bc3b: Pulling fs layer [2021-03-16T01:05:05.053Z] 93b61091891f: Pulling fs layer [2021-03-16T01:05:05.053Z] 93b9cdb0e59b: Pulling fs layer [2021-03-16T01:05:05.053Z] 5e14af77c1be: Pulling fs layer [2021-03-16T01:05:05.053Z] 01666e4c0597: Pulling fs layer [2021-03-16T01:05:05.053Z] aa168da1d23b: Pulling fs layer [2021-03-16T01:05:05.053Z] 46f8f816bc3b: Waiting [2021-03-16T01:05:05.053Z] 01666e4c0597: Waiting [2021-03-16T01:05:05.053Z] 93b9cdb0e59b: Waiting [2021-03-16T01:05:05.053Z] 5e14af77c1be: Waiting [2021-03-16T01:05:05.053Z] 93b61091891f: Waiting [2021-03-16T01:05:05.053Z] aa168da1d23b: Waiting [2021-03-16T01:05:05.053Z] 36b3adc4ff6f: Verifying Checksum [2021-03-16T01:05:05.053Z] 36b3adc4ff6f: Download complete [2021-03-16T01:05:05.325Z] 46f8f816bc3b: Download complete [2021-03-16T01:05:05.325Z] df20fa9351a1: Verifying Checksum [2021-03-16T01:05:05.325Z] df20fa9351a1: Download complete [2021-03-16T01:05:05.325Z] 93b9cdb0e59b: Download complete [2021-03-16T01:05:05.325Z] 5e14af77c1be: Verifying Checksum [2021-03-16T01:05:05.325Z] 5e14af77c1be: Download complete [2021-03-16T01:05:05.325Z] 01666e4c0597: Verifying Checksum [2021-03-16T01:05:05.325Z] 01666e4c0597: Download complete [2021-03-16T01:05:05.326Z] 93b61091891f: Verifying Checksum [2021-03-16T01:05:05.326Z] 93b61091891f: Download complete [2021-03-16T01:05:05.927Z] df20fa9351a1: Pull complete [2021-03-16T01:05:06.198Z] 8ad3a11d3b57: Verifying Checksum [2021-03-16T01:05:06.198Z] 8ad3a11d3b57: Download complete [2021-03-16T01:05:06.500Z] 36b3adc4ff6f: Pull complete [2021-03-16T01:05:08.504Z] 8ad3a11d3b57: Pull complete [2021-03-16T01:05:08.504Z] 46f8f816bc3b: Pull complete [2021-03-16T01:05:10.554Z] aa168da1d23b: Verifying Checksum [2021-03-16T01:05:10.554Z] aa168da1d23b: Download complete [2021-03-16T01:05:11.544Z] 93b61091891f: Pull complete [2021-03-16T01:05:11.843Z] 93b9cdb0e59b: Pull complete [2021-03-16T01:05:12.466Z] 5e14af77c1be: Pull complete [2021-03-16T01:05:12.760Z] 01666e4c0597: Pull complete [2021-03-16T01:05:31.388Z] aa168da1d23b: Pull complete [2021-03-16T01:05:31.388Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-16T01:05:31.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T01:05:31.388Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-16T01:05:32.403Z] prd-centos7-docker-4c-2g-29872 does not seem to be running inside a container [2021-03-16T01:05:32.630Z] $ 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/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-16T01:05:39.859Z] $ docker top 933183150cfeb1bc7a1436b8a434df00d4d57738df83150d61e4098415e3b98d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T01:05:41.049Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-16T01:05:42.080Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-16T01:05:42.743Z] + ls /var/log/sa-host [2021-03-16T01:05:42.743Z] + sadf -c /var/log/sa-host/sa16 [2021-03-16T01:05:42.743Z] file_magic: OK [2021-03-16T01:05:42.743Z] HZ: Using current value: 100 [2021-03-16T01:05:42.743Z] file_header: OK [2021-03-16T01:05:42.743Z] 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-16T01:05:42.743Z] Statistics: [2021-03-16T01:05:42.743Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-16T01:05:42.743Z] File successfully converted to sysstat format version 12.2.1 [2021-03-16T01:05:42.743Z] + sadf -c /var/log/sa-host/sa23 [2021-03-16T01:05:42.743Z] file_magic: OK [2021-03-16T01:05:42.743Z] HZ: Using current value: 100 [2021-03-16T01:05:42.743Z] file_header: OK [2021-03-16T01:05:42.743Z] 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-16T01:05:42.743Z] Statistics: [2021-03-16T01:05:42.743Z] Hnuu...uuuununununu... [2021-03-16T01:05:42.743Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-16T01:05:42.963Z] provisioning config files... [2021-03-16T01:05:42.982Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config5533817752603341131tmp [Pipeline] { [Pipeline] echo [2021-03-16T01:05:43.082Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:05:44.740Z] ---> create-netrc.sh [Pipeline] } [2021-03-16T01:05:44.780Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-16T01:05:44.883Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:05:46.498Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-16T01:05:46.517Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:05:47.278Z] ---> sudo-logs.sh [2021-03-16T01:05:47.278Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-16T01:05:47.394Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:05:48.066Z] ---> job-cost.sh [2021-03-16T01:05:48.066Z] lf-activate-venv: SKIPPING [2021-03-16T01:05:48.066Z] DEBUG: total: 0.20999999344348907 [2021-03-16T01:05:48.066Z] INFO: Retrieving Stack Cost... [2021-03-16T01:05:48.659Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-16T01:05:49.236Z] INFO: Archiving Costs [Pipeline] echo [2021-03-16T01:05:49.250Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:05:49.948Z] ---> logs-deploy.sh [2021-03-16T01:05:49.948Z] lf-activate-venv: SKIPPING [2021-03-16T01:05:49.948Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/20 [2021-03-16T01:05:49.948Z] INFO: archiving workspace using pattern(s): [2021-03-16T01:05:53.848Z] Archives upload complete. [2021-03-16T01:05:53.848Z] INFO: archiving logs to Nexus [2021-03-16T01:05:56.540Z] ---> uname -a: [2021-03-16T01:05:56.540Z] Linux prd-centos7-docker-4c-2g-29872.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-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] ---> lscpu: [2021-03-16T01:05:56.540Z] Architecture: x86_64 [2021-03-16T01:05:56.540Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-16T01:05:56.540Z] Byte Order: Little Endian [2021-03-16T01:05:56.540Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-16T01:05:56.540Z] CPU(s): 4 [2021-03-16T01:05:56.540Z] On-line CPU(s) list: 0-3 [2021-03-16T01:05:56.540Z] Thread(s) per core: 1 [2021-03-16T01:05:56.540Z] Core(s) per socket: 1 [2021-03-16T01:05:56.540Z] Socket(s): 4 [2021-03-16T01:05:56.540Z] NUMA node(s): 1 [2021-03-16T01:05:56.540Z] Vendor ID: GenuineIntel [2021-03-16T01:05:56.540Z] CPU family: 6 [2021-03-16T01:05:56.540Z] Model: 44 [2021-03-16T01:05:56.540Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-16T01:05:56.540Z] Stepping: 1 [2021-03-16T01:05:56.540Z] CPU MHz: 2933.438 [2021-03-16T01:05:56.540Z] BogoMIPS: 5866.87 [2021-03-16T01:05:56.540Z] Virtualization: VT-x [2021-03-16T01:05:56.540Z] Hypervisor vendor: KVM [2021-03-16T01:05:56.540Z] Virtualization type: full [2021-03-16T01:05:56.540Z] L1d cache: 128 KiB [2021-03-16T01:05:56.540Z] L1i cache: 128 KiB [2021-03-16T01:05:56.540Z] L2 cache: 16 MiB [2021-03-16T01:05:56.540Z] L3 cache: 64 MiB [2021-03-16T01:05:56.540Z] NUMA node0 CPU(s): 0-3 [2021-03-16T01:05:56.540Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-16T01:05:56.540Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-16T01:05:56.540Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-16T01:05:56.540Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-16T01:05:56.540Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-16T01:05:56.540Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-16T01:05:56.540Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-16T01:05:56.540Z] Vulnerability Srbds: Not affected [2021-03-16T01:05:56.540Z] Vulnerability Tsx async abort: Not affected [2021-03-16T01:05:56.540Z] 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-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] ---> nproc: [2021-03-16T01:05:56.540Z] 4 [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] ---> df -h: [2021-03-16T01:05:56.540Z] Filesystem Size Used Available Use% Mounted on [2021-03-16T01:05:56.540Z] overlay 50.0G 11.7G 38.2G 23% / [2021-03-16T01:05:56.540Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-16T01:05:56.540Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-16T01:05:56.540Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-16T01:05:56.540Z] /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os [2021-03-16T01:05:56.540Z] /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf [2021-03-16T01:05:56.540Z] /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname [2021-03-16T01:05:56.540Z] /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts [2021-03-16T01:05:56.540Z] /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log [2021-03-16T01:05:56.540Z] /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json [2021-03-16T01:05:56.540Z] /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host [2021-03-16T01:05:56.540Z] /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure [2021-03-16T01:05:56.540Z] /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/20 [2021-03-16T01:05:56.540Z] /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/20@tmp [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] ---> free -m: [2021-03-16T01:05:56.540Z] total used free shared buff/cache available [2021-03-16T01:05:56.540Z] Mem: 1837 699 125 0 1012 1053 [2021-03-16T01:05:56.540Z] Swap: 1023 59 964 [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] ---> ip addr: [2021-03-16T01:05:56.540Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-16T01:05:56.540Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-16T01:05:56.540Z] inet 127.0.0.1/8 scope host lo [2021-03-16T01:05:56.540Z] valid_lft forever preferred_lft forever [2021-03-16T01:05:56.540Z] inet6 ::1/128 scope host [2021-03-16T01:05:56.540Z] valid_lft forever preferred_lft forever [2021-03-16T01:05:56.540Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-16T01:05:56.540Z] link/ether fa:16:3e:6d:ff:e6 brd ff:ff:ff:ff:ff:ff [2021-03-16T01:05:56.540Z] inet 10.30.123.85/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-16T01:05:56.540Z] valid_lft 84277sec preferred_lft 84277sec [2021-03-16T01:05:56.540Z] inet6 fe80::f816:3eff:fe6d:ffe6/64 scope link [2021-03-16T01:05:56.540Z] valid_lft forever preferred_lft forever [2021-03-16T01:05:56.540Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-16T01:05:56.540Z] link/ether 02:42:45:f5:96:f1 brd ff:ff:ff:ff:ff:ff [2021-03-16T01:05:56.540Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-16T01:05:56.540Z] valid_lft forever preferred_lft forever [2021-03-16T01:05:56.540Z] inet6 fe80::42:45ff:fef5:96f1/64 scope link [2021-03-16T01:05:56.540Z] valid_lft forever preferred_lft forever [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] ---> sar -b -r -n DEV: [2021-03-16T01:05:56.540Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] 00:30:15 LINUX RESTART (4 CPU) [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-16T01:05:56.540Z] 00:32:01 113.03 56.48 56.55 0.00 3841.91 38515.24 0.00 [2021-03-16T01:05:56.540Z] 00:33:02 53.39 13.95 39.44 0.00 4776.49 6249.93 0.00 [2021-03-16T01:05:56.540Z] 00:34:01 82.44 56.13 26.31 0.00 4520.25 12726.13 0.00 [2021-03-16T01:05:56.540Z] 00:35:02 176.70 49.15 127.55 0.00 3042.35 36430.45 0.00 [2021-03-16T01:05:56.540Z] 00:36:01 172.91 66.86 106.05 0.00 2302.43 13154.26 0.00 [2021-03-16T01:05:56.540Z] 00:37:02 50.74 15.57 35.17 0.00 680.50 4203.37 0.00 [2021-03-16T01:05:56.540Z] 00:38:01 61.32 14.23 47.09 0.00 629.67 5647.70 0.00 [2021-03-16T01:05:56.540Z] 00:39:01 37.21 7.13 30.07 0.00 308.37 4275.31 0.00 [2021-03-16T01:05:56.540Z] 00:40:01 79.03 50.09 28.94 0.00 1638.94 1409.10 0.00 [2021-03-16T01:05:56.540Z] 00:41:02 69.72 29.67 40.05 0.00 1820.08 3998.74 0.00 [2021-03-16T01:05:56.540Z] 00:42:01 18.28 0.19 18.10 0.00 5.52 2778.35 0.00 [2021-03-16T01:05:56.540Z] 00:43:02 81.51 9.45 72.06 0.00 619.13 17195.47 0.00 [2021-03-16T01:05:56.540Z] 00:44:03 216.16 95.94 120.22 0.00 41517.48 94192.49 0.00 [2021-03-16T01:05:56.540Z] 00:45:02 751.63 640.11 111.52 0.00 52484.86 55865.86 0.00 [2021-03-16T01:05:56.540Z] 00:46:04 712.02 577.58 134.43 0.00 69319.53 70168.18 0.00 [2021-03-16T01:05:56.540Z] 00:47:08 974.19 882.82 91.38 0.00 47539.30 53003.55 0.00 [2021-03-16T01:05:56.540Z] 00:48:03 557.45 479.12 78.32 0.00 26131.59 24494.14 0.00 [2021-03-16T01:05:56.540Z] 00:49:03 108.29 56.48 51.81 0.00 4046.62 11145.88 0.00 [2021-03-16T01:05:56.540Z] 00:50:01 188.74 27.61 161.14 0.00 2766.98 27089.92 0.00 [2021-03-16T01:05:56.540Z] 00:51:04 486.30 296.60 189.69 0.00 48682.32 78377.01 0.00 [2021-03-16T01:05:56.540Z] 00:52:02 900.12 786.70 113.42 0.00 42716.91 49066.57 0.00 [2021-03-16T01:05:56.540Z] 00:53:02 326.00 240.54 85.47 0.00 19438.12 20058.58 0.00 [2021-03-16T01:05:56.540Z] 00:54:02 579.92 401.20 178.72 0.00 24205.37 31604.36 0.00 [2021-03-16T01:05:56.540Z] 00:55:01 114.11 18.58 95.53 0.00 3912.86 8687.35 0.00 [2021-03-16T01:05:56.540Z] 00:56:02 11.18 5.26 5.91 0.00 93.13 151.39 0.00 [2021-03-16T01:05:56.540Z] 00:57:01 0.27 0.02 0.25 0.00 0.14 2.79 0.00 [2021-03-16T01:05:56.540Z] 00:58:01 0.25 0.05 0.20 0.00 0.40 1.80 0.00 [2021-03-16T01:05:56.540Z] 00:59:01 0.30 0.02 0.28 0.00 0.13 3.40 0.00 [2021-03-16T01:05:56.540Z] 01:00:01 0.25 0.02 0.23 0.00 0.27 2.59 0.00 [2021-03-16T01:05:56.540Z] 01:01:01 0.57 0.28 0.28 0.00 12.91 2.99 0.00 [2021-03-16T01:05:56.540Z] 01:02:02 0.73 0.40 0.33 0.00 23.42 5.04 0.00 [2021-03-16T01:05:56.540Z] 01:03:01 0.24 0.02 0.22 0.00 0.41 2.35 0.00 [2021-03-16T01:05:56.540Z] 01:04:01 0.18 0.00 0.18 0.00 0.00 1.66 0.00 [2021-03-16T01:05:56.540Z] 01:05:01 58.98 58.63 0.35 0.00 4954.60 28.54 0.00 [2021-03-16T01:05:56.540Z] Average: 206.16 145.77 60.39 0.00 12246.04 19924.65 0.00 [2021-03-16T01:05:56.540Z] [2021-03-16T01:05:56.540Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-16T01:05:56.540Z] 00:32:01 74680 0 562652 29.90 2620 1241592 1073580 36.64 473684 1136340 70168 [2021-03-16T01:05:56.540Z] 00:33:02 90028 0 670560 35.64 2620 1118336 1382672 47.19 517936 1065152 23684 [2021-03-16T01:05:56.540Z] 00:34:01 200168 0 650312 34.56 2620 1028444 1495468 51.04 597864 878280 58704 [2021-03-16T01:05:56.540Z] 00:35:02 135352 0 699852 37.20 2292 1044048 1558460 53.19 568000 930592 1716 [2021-03-16T01:05:56.540Z] 00:36:01 163876 0 803944 42.73 1572 912152 1509264 51.51 597896 840992 5892 [2021-03-16T01:05:56.540Z] 00:37:02 137568 0 766604 40.74 1492 975880 1808028 61.70 616408 844980 49104 [2021-03-16T01:05:56.541Z] 00:38:01 188268 0 741408 39.40 1424 950444 1666600 56.88 624196 780512 18032 [2021-03-16T01:05:56.541Z] 00:39:01 263244 0 846680 45.00 728 770892 1769492 60.39 693616 639752 22564 [2021-03-16T01:05:56.541Z] 00:40:01 370752 0 763836 40.60 728 746228 1760420 60.08 563664 657760 78232 [2021-03-16T01:05:56.541Z] 00:41:02 374732 0 712844 37.89 728 793240 1311992 44.78 507240 705124 13472 [2021-03-16T01:05:56.541Z] 00:42:01 281636 0 718020 38.16 728 881160 1369028 46.72 575936 727892 29048 [2021-03-16T01:05:56.541Z] 00:43:02 183648 0 718188 38.17 704 979004 1312652 44.80 531684 870528 8 [2021-03-16T01:05:56.541Z] 00:44:03 78680 0 802332 42.64 204 1000328 2266944 77.37 715304 873508 66428 [2021-03-16T01:05:56.541Z] 00:45:02 493748 0 644996 34.28 184 742616 1354780 46.24 415628 760996 24 [2021-03-16T01:05:56.541Z] 00:46:04 78156 0 817968 43.47 184 985236 2362348 80.62 723832 859140 61236 [2021-03-16T01:05:56.541Z] 00:47:08 70724 0 818700 43.51 184 991936 2353152 80.31 767984 813840 41832 [2021-03-16T01:05:56.541Z] 00:48:03 93504 0 1315904 69.94 184 471952 4553948 155.42 804436 713848 13516 [2021-03-16T01:05:56.541Z] 00:49:03 309732 0 866824 46.07 164 704824 2641372 90.15 588400 707376 23920 [2021-03-16T01:05:56.541Z] 00:50:01 179620 0 726700 38.62 164 975060 1629640 55.62 522296 916432 12 [2021-03-16T01:05:56.541Z] 00:51:04 77360 0 778136 41.36 96 1025952 2271840 77.53 731736 843964 64092 [2021-03-16T01:05:56.541Z] 00:52:02 294560 0 868536 46.16 96 718352 3284156 112.08 612464 723292 40 [2021-03-16T01:05:56.541Z] 00:53:02 119836 0 872608 46.38 96 889004 3071868 104.84 664620 829184 76664 [2021-03-16T01:05:56.541Z] 00:54:02 229048 0 815560 43.35 96 836840 2245384 76.63 660104 735528 8788 [2021-03-16T01:05:56.541Z] 00:55:01 330148 0 650644 34.58 96 900656 1725636 58.89 523100 780204 24 [2021-03-16T01:05:56.541Z] 00:56:02 367360 0 611264 32.49 96 902824 1213240 41.41 512168 758916 12 [2021-03-16T01:05:56.541Z] 00:57:01 370320 0 608296 32.33 96 902832 1178372 40.22 510200 758644 12 [2021-03-16T01:05:56.541Z] 00:58:01 369768 0 608844 32.36 96 902836 1178456 40.22 510788 758648 16 [2021-03-16T01:05:56.541Z] 00:59:01 370612 0 607988 32.31 96 902848 1178276 40.21 509592 758656 20 [2021-03-16T01:05:56.541Z] 01:00:01 370988 0 607604 32.29 96 902856 1178276 40.21 509596 758664 8 [2021-03-16T01:05:56.541Z] 01:01:01 369692 0 608540 32.34 96 903216 1180604 40.29 510468 759020 12 [2021-03-16T01:05:56.541Z] 01:02:02 369596 0 607960 32.31 96 903892 1178904 40.23 510336 759572 12 [2021-03-16T01:05:56.541Z] 01:03:01 369416 0 608144 32.32 96 903888 1178784 40.23 509964 759572 12 [2021-03-16T01:05:56.541Z] 01:04:01 369912 0 607624 32.29 96 903912 1178784 40.23 509968 759588 16 [2021-03-16T01:05:56.541Z] 01:05:01 192464 0 638432 33.93 96 1050552 1237932 42.25 550880 891356 216 [2021-03-16T01:05:56.541Z] Average: 245270 0 727897 38.69 617 907760 1754716 59.89 580647 804643 21398 [2021-03-16T01:05:56.541Z] [2021-03-16T01:05:56.541Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-16T01:05:56.541Z] 00:32:01 eth0 504.53 324.70 2650.80 56.12 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:33:02 veth2d7b375 131.20 116.24 15.89 406.48 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:33:02 eth0 296.28 250.71 1427.94 73.30 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:33:02 docker0 131.20 116.12 14.09 406.47 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:34:01 eth0 535.15 428.80 2303.60 55.22 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:34:01 docker0 413.28 509.85 41.17 2281.45 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:35:02 vethaf5eed6 25.05 29.76 2.42 24.10 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:35:02 eth0 391.94 266.01 3183.99 61.87 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:35:02 docker0 57.77 98.11 3.98 381.20 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:36:01 vethe1412bb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:36:01 eth0 106.69 66.44 477.12 13.71 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:36:01 docker0 47.28 82.06 3.81 452.81 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:37:02 vethe1412bb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:37:02 eth0 15.85 14.44 6.68 38.39 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:38:01 vethe1412bb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:38:01 eth0 14.90 11.03 11.94 6.61 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:39:01 vethe1412bb 1.93 1.93 0.15 0.15 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:39:01 eth0 23.06 18.18 16.95 9.54 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:39:01 docker0 1.93 1.93 0.13 0.15 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:40:01 vethe1412bb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:40:01 eth0 23.66 19.82 11.89 51.95 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:41:02 vethe1412bb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:41:02 eth0 9.77 7.10 8.52 4.63 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:42:01 vethe1412bb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:42:01 eth0 21.21 15.62 13.87 38.73 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:43:02 eth0 172.49 130.95 1673.07 19.52 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:44:03 veth5ecc223 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:44:03 eth0 25.59 21.05 19.73 40.62 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:44:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:44:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:45:02 veth6a810e5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:45:02 vethd338efc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:45:02 veth5ecc223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:45:02 eth0 5.46 3.36 3.83 2.17 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:46:04 veth5ecc223 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:46:04 eth0 41.18 28.63 153.50 38.12 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:46:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:46:04 docker0 632.05 791.73 60.91 3508.70 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:47:08 veth5ecc223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:47:08 eth0 1.71 1.07 1.23 0.67 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:47:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:47:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:48:03 veth238e3b5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:48:03 veth5ecc223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:48:03 veth5a4cbf0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:48:03 eth0 7.33 5.89 5.85 3.18 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:49:03 veth238e3b5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:49:03 veth5ecc223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:49:03 veth5a4cbf0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:49:03 eth0 4.80 3.99 3.79 2.10 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:50:01 veth5ecc223 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:50:01 eth0 175.24 139.12 1495.76 61.08 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:50:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:50:01 docker0 683.27 865.81 65.41 3906.72 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:51:04 veth5ecc223 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:51:04 eth0 84.43 46.94 323.70 46.49 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:51:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:51:04 docker0 15.52 44.83 0.86 297.13 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:52:02 vethd88f303 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:52:02 vethf0f3f43 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:52:02 veth5ecc223 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:52:02 eth0 22.72 15.79 44.52 7.94 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:53:02 vethf0f3f43 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:53:02 veth5ecc223 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:53:02 eth0 19.28 16.85 11.25 39.22 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:53:02 veth704ea40 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:54:02 veth5ecc223 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:54:02 vethf1f9555 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:54:02 eth0 46.39 35.12 80.64 45.41 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:54:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:55:01 veth5ecc223 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:55:01 eth0 59.16 40.52 113.46 47.21 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:55:01 docker0 705.88 931.97 66.62 4345.57 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:56:02 eth0 3.06 2.37 3.18 1.26 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:57:01 eth0 0.36 0.25 0.15 0.08 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:58:01 eth0 0.88 0.37 0.31 0.20 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:59:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 01:00:01 eth0 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.541Z] 01:01:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:02:02 eth0 0.41 0.30 0.23 0.08 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:03:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:04:01 eth0 0.57 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:05:01 eth0 23.00 19.59 15.19 31.84 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] Average: eth0 77.71 56.98 414.62 23.54 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] Average: docker0 20.53 27.10 1.94 126.36 0.00 0.00 0.00 0.00 [2021-03-16T01:05:56.542Z] [2021-03-16T01:05:56.542Z] [2021-03-16T01:05:56.542Z] ---> sar -P ALL: [2021-03-16T01:05:56.542Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) [2021-03-16T01:05:56.542Z] [2021-03-16T01:05:56.542Z] 00:30:15 LINUX RESTART (4 CPU) [2021-03-16T01:05:56.542Z] [2021-03-16T01:05:56.542Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-03-16T01:05:56.542Z] 00:32:01 all 12.17 0.00 7.09 7.87 38.67 34.20 [2021-03-16T01:05:56.542Z] 00:32:01 0 13.73 0.00 8.90 8.72 38.50 30.14 [2021-03-16T01:05:56.542Z] 00:32:01 1 12.05 0.00 5.37 8.70 40.27 33.61 [2021-03-16T01:05:56.542Z] 00:32:01 2 10.04 0.00 8.47 6.40 37.77 37.31 [2021-03-16T01:05:56.542Z] 00:32:01 3 12.98 0.00 5.72 7.69 38.10 35.51 [2021-03-16T01:05:56.542Z] 00:33:02 all 4.15 0.00 3.38 1.35 21.54 69.58 [2021-03-16T01:05:56.542Z] 00:33:02 0 4.18 0.00 3.76 1.25 22.42 68.40 [2021-03-16T01:05:56.542Z] 00:33:02 1 4.72 0.00 3.09 0.88 22.44 68.87 [2021-03-16T01:05:56.542Z] 00:33:02 2 4.43 0.00 3.51 1.08 20.32 70.67 [2021-03-16T01:05:56.542Z] 00:33:02 3 3.29 0.00 3.15 2.19 20.98 70.37 [2021-03-16T01:05:56.542Z] 00:34:01 all 6.09 0.00 2.74 1.56 21.77 67.85 [2021-03-16T01:05:56.542Z] 00:34:01 0 7.70 0.00 3.55 0.91 23.80 64.04 [2021-03-16T01:05:56.542Z] 00:34:01 1 5.37 0.00 3.26 3.48 22.32 65.56 [2021-03-16T01:05:56.542Z] 00:34:01 2 8.02 0.00 2.29 0.67 21.13 67.89 [2021-03-16T01:05:56.542Z] 00:34:01 3 3.39 0.00 1.91 1.13 19.92 73.65 [2021-03-16T01:05:56.542Z] 00:35:02 all 4.04 0.00 3.83 3.01 28.53 60.60 [2021-03-16T01:05:56.542Z] 00:35:02 0 3.63 0.00 3.08 2.38 28.76 62.15 [2021-03-16T01:05:56.542Z] 00:35:02 1 3.76 0.00 3.87 3.10 28.05 61.21 [2021-03-16T01:05:56.542Z] 00:35:02 2 4.36 0.00 4.02 4.20 28.74 58.68 [2021-03-16T01:05:56.542Z] 00:35:02 3 4.42 0.00 4.36 2.33 28.55 60.34 [2021-03-16T01:05:56.542Z] 00:36:01 all 5.82 0.00 5.29 5.84 31.96 51.08 [2021-03-16T01:05:56.542Z] 00:36:01 0 5.46 0.00 5.47 5.15 31.54 52.39 [2021-03-16T01:05:56.542Z] 00:36:01 1 5.34 0.00 4.86 7.80 32.61 49.39 [2021-03-16T01:05:56.542Z] 00:36:01 2 5.07 0.00 4.89 6.01 30.84 53.19 [2021-03-16T01:05:56.542Z] 00:36:01 3 7.46 0.00 5.96 4.37 32.89 49.32 [2021-03-16T01:05:56.542Z] 00:37:02 all 22.29 0.00 6.26 1.36 49.65 20.44 [2021-03-16T01:05:56.542Z] 00:37:02 0 21.30 0.00 5.77 1.78 48.27 22.88 [2021-03-16T01:05:56.542Z] 00:37:02 1 21.57 0.00 5.88 0.94 49.03 22.58 [2021-03-16T01:05:56.542Z] 00:37:02 2 20.69 0.00 5.96 1.76 49.24 22.35 [2021-03-16T01:05:56.542Z] 00:37:02 3 25.86 0.00 7.55 0.91 52.25 13.42 [2021-03-16T01:05:56.542Z] 00:38:01 all 19.52 0.00 6.80 1.73 53.43 18.52 [2021-03-16T01:05:56.542Z] 00:38:01 0 19.76 0.00 6.77 1.20 53.46 18.81 [2021-03-16T01:05:56.542Z] 00:38:01 1 18.41 0.00 6.67 2.37 52.13 20.42 [2021-03-16T01:05:56.542Z] 00:38:01 2 19.85 0.00 7.07 2.58 55.72 14.77 [2021-03-16T01:05:56.542Z] 00:38:01 3 20.10 0.00 6.67 0.78 52.48 19.97 [2021-03-16T01:05:56.542Z] 00:39:01 all 20.27 0.00 7.11 0.89 38.77 32.96 [2021-03-16T01:05:56.542Z] 00:39:01 0 20.33 0.00 7.75 1.06 39.80 31.05 [2021-03-16T01:05:56.542Z] 00:39:01 1 16.99 0.00 5.66 1.02 39.06 37.26 [2021-03-16T01:05:56.542Z] 00:39:01 2 24.48 0.00 8.69 1.02 36.98 28.83 [2021-03-16T01:05:56.542Z] 00:39:01 3 19.69 0.00 6.52 0.44 39.15 34.19 [2021-03-16T01:05:56.542Z] 00:40:01 all 24.29 0.00 10.26 3.66 42.58 19.21 [2021-03-16T01:05:56.542Z] 00:40:01 0 22.41 0.00 10.31 2.41 45.04 19.82 [2021-03-16T01:05:56.542Z] 00:40:01 1 22.86 0.00 10.22 4.26 42.31 20.35 [2021-03-16T01:05:56.542Z] 00:40:01 2 24.46 0.00 10.29 4.18 40.99 20.08 [2021-03-16T01:05:56.542Z] 00:40:01 3 27.62 0.00 10.23 3.74 41.98 16.42 [2021-03-16T01:05:56.542Z] 00:41:02 all 15.55 0.00 8.93 1.63 50.35 23.54 [2021-03-16T01:05:56.542Z] 00:41:02 0 15.57 0.00 8.88 1.52 50.65 23.38 [2021-03-16T01:05:56.542Z] 00:41:02 1 13.87 0.00 7.45 1.23 50.41 27.05 [2021-03-16T01:05:56.542Z] 00:41:02 2 14.73 0.00 8.77 1.89 49.43 25.18 [2021-03-16T01:05:56.542Z] 00:41:02 3 18.27 0.00 10.78 1.92 50.93 18.10 [2021-03-16T01:05:56.542Z] 00:42:01 all 11.91 0.00 8.90 0.17 45.45 33.57 [2021-03-16T01:05:56.542Z] 00:42:01 0 10.01 0.00 7.30 0.34 46.47 35.88 [2021-03-16T01:05:56.542Z] 00:42:01 1 12.75 0.00 9.64 0.12 44.80 32.69 [2021-03-16T01:05:56.542Z] 00:42:01 2 13.09 0.00 10.12 0.21 44.89 31.69 [2021-03-16T01:05:56.542Z] 00:42:01 3 11.92 0.00 8.66 0.02 45.56 33.84 [2021-03-16T01:05:56.542Z] [2021-03-16T01:05:56.542Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2021-03-16T01:05:56.542Z] 00:43:02 all 7.08 0.00 6.21 0.85 31.82 54.03 [2021-03-16T01:05:56.542Z] 00:43:02 0 5.94 0.00 5.52 0.92 32.57 55.05 [2021-03-16T01:05:56.542Z] 00:43:02 1 7.51 0.00 6.81 1.08 32.57 52.03 [2021-03-16T01:05:56.542Z] 00:43:02 2 8.66 0.00 6.85 1.12 30.99 52.39 [2021-03-16T01:05:56.542Z] 00:43:02 3 6.31 0.00 5.73 0.30 31.11 56.55 [2021-03-16T01:05:56.542Z] 00:44:03 all 6.07 0.00 6.24 13.59 38.59 35.51 [2021-03-16T01:05:56.542Z] 00:44:03 0 5.45 0.00 5.66 13.91 38.90 36.08 [2021-03-16T01:05:56.542Z] 00:44:03 1 6.89 0.00 6.94 12.35 39.40 34.42 [2021-03-16T01:05:56.542Z] 00:44:03 2 4.94 0.00 6.24 14.38 37.43 37.01 [2021-03-16T01:05:56.542Z] 00:44:03 3 7.01 0.00 6.15 13.71 38.64 34.49 [2021-03-16T01:05:56.542Z] 00:45:02 all 7.15 0.00 6.48 13.30 46.59 26.48 [2021-03-16T01:05:56.542Z] 00:45:02 0 7.00 0.00 6.16 12.53 46.34 27.97 [2021-03-16T01:05:56.542Z] 00:45:02 1 8.07 0.00 6.82 13.62 47.76 23.74 [2021-03-16T01:05:56.542Z] 00:45:02 2 6.13 0.00 7.04 14.76 44.67 27.39 [2021-03-16T01:05:56.542Z] 00:45:02 3 7.41 0.00 5.89 12.31 47.62 26.76 [2021-03-16T01:05:56.542Z] 00:46:04 all 3.07 0.00 6.48 31.85 35.76 22.85 [2021-03-16T01:05:56.542Z] 00:46:04 0 3.22 0.00 5.86 30.34 35.40 25.17 [2021-03-16T01:05:56.542Z] 00:46:04 1 3.09 0.00 7.01 34.61 35.72 19.58 [2021-03-16T01:05:56.542Z] 00:46:04 2 3.25 0.00 7.48 33.92 34.96 20.39 [2021-03-16T01:05:56.542Z] 00:46:04 3 2.74 0.00 5.62 28.71 36.91 26.03 [2021-03-16T01:05:56.542Z] 00:47:08 all 4.18 0.00 2.80 31.96 44.44 16.63 [2021-03-16T01:05:56.542Z] 00:47:08 0 3.54 0.00 2.84 30.48 44.29 18.84 [2021-03-16T01:05:56.542Z] 00:47:08 1 4.65 0.00 2.69 32.88 45.02 14.76 [2021-03-16T01:05:56.542Z] 00:47:08 2 4.57 0.00 2.75 32.47 44.36 15.85 [2021-03-16T01:05:56.542Z] 00:47:08 3 3.97 0.00 2.90 32.03 44.08 17.02 [2021-03-16T01:05:56.542Z] 00:48:03 all 9.27 0.00 6.11 25.97 43.52 15.13 [2021-03-16T01:05:56.542Z] 00:48:03 0 10.02 0.00 5.97 22.31 42.95 18.75 [2021-03-16T01:05:56.542Z] 00:48:03 1 10.26 0.00 6.45 25.82 42.29 15.19 [2021-03-16T01:05:56.542Z] 00:48:03 2 8.06 0.00 5.74 27.27 45.67 13.26 [2021-03-16T01:05:56.542Z] 00:48:03 3 8.77 0.00 6.30 28.47 43.15 13.32 [2021-03-16T01:05:56.542Z] 00:49:03 all 53.12 0.00 10.05 0.85 35.41 0.57 [2021-03-16T01:05:56.542Z] 00:49:03 0 49.57 0.00 9.41 0.48 39.27 1.27 [2021-03-16T01:05:56.542Z] 00:49:03 1 52.08 0.00 9.55 0.98 37.31 0.08 [2021-03-16T01:05:56.542Z] 00:49:03 2 58.69 0.00 11.26 0.25 29.74 0.06 [2021-03-16T01:05:56.542Z] 00:49:03 3 52.22 0.00 9.99 1.75 35.19 0.84 [2021-03-16T01:05:56.542Z] 00:50:01 all 9.32 0.00 9.08 7.89 46.51 27.20 [2021-03-16T01:05:56.542Z] 00:50:01 0 8.27 0.00 8.75 9.24 46.06 27.67 [2021-03-16T01:05:56.542Z] 00:50:01 1 9.45 0.00 10.26 8.82 46.44 25.03 [2021-03-16T01:05:56.542Z] 00:50:01 2 10.00 0.00 8.05 7.37 46.30 28.28 [2021-03-16T01:05:56.542Z] 00:50:01 3 9.62 0.00 9.31 6.03 47.27 27.77 [2021-03-16T01:05:56.542Z] 00:51:04 all 5.79 0.00 7.66 19.97 45.76 20.82 [2021-03-16T01:05:56.542Z] 00:51:04 0 5.60 0.00 7.47 19.17 45.89 21.86 [2021-03-16T01:05:56.542Z] 00:51:04 1 6.20 0.00 8.06 20.83 44.93 19.98 [2021-03-16T01:05:56.542Z] 00:51:04 2 5.80 0.00 6.70 21.77 46.31 19.42 [2021-03-16T01:05:56.542Z] 00:51:04 3 5.54 0.00 8.40 18.11 45.93 22.02 [2021-03-16T01:05:56.542Z] 00:52:02 all 6.26 0.00 5.33 29.43 41.96 17.02 [2021-03-16T01:05:56.542Z] 00:52:02 0 6.17 0.00 4.34 30.92 42.48 16.10 [2021-03-16T01:05:56.542Z] 00:52:02 1 6.50 0.00 6.02 29.05 41.42 17.00 [2021-03-16T01:05:56.542Z] 00:52:02 2 6.30 0.00 5.48 29.89 40.51 17.83 [2021-03-16T01:05:56.542Z] 00:52:02 3 6.06 0.00 5.51 27.83 43.43 17.16 [2021-03-16T01:05:56.542Z] 00:53:02 all 32.19 0.00 10.54 1.19 55.33 0.75 [2021-03-16T01:05:56.542Z] 00:53:02 0 31.96 0.00 9.02 1.22 56.50 1.30 [2021-03-16T01:05:56.542Z] 00:53:02 1 30.04 0.00 9.73 1.14 58.35 0.74 [2021-03-16T01:05:56.542Z] 00:53:02 2 32.30 0.00 11.98 1.20 54.08 0.44 [2021-03-16T01:05:56.542Z] 00:53:02 3 34.53 0.00 11.56 1.19 52.22 0.49 [2021-03-16T01:05:56.542Z] [2021-03-16T01:05:56.542Z] 00:53:02 CPU %user %nice %system %iowait %steal %idle [2021-03-16T01:05:56.542Z] 00:54:02 all 15.33 0.00 8.25 20.54 42.39 13.49 [2021-03-16T01:05:56.542Z] 00:54:02 0 12.79 0.00 7.32 21.52 42.59 15.77 [2021-03-16T01:05:56.542Z] 00:54:02 1 13.82 0.00 7.94 19.98 41.36 16.91 [2021-03-16T01:05:56.542Z] 00:54:02 2 17.83 0.00 9.33 22.34 39.80 10.69 [2021-03-16T01:05:56.542Z] 00:54:02 3 17.21 0.00 8.49 18.20 45.95 10.15 [2021-03-16T01:05:56.542Z] 00:55:01 all 11.45 0.00 7.77 3.55 32.20 45.04 [2021-03-16T01:05:56.542Z] 00:55:01 0 11.05 0.00 6.60 1.69 32.08 48.58 [2021-03-16T01:05:56.542Z] 00:55:01 1 11.12 0.00 8.26 3.52 32.78 44.32 [2021-03-16T01:05:56.542Z] 00:55:01 2 12.88 0.00 8.41 4.12 30.98 43.61 [2021-03-16T01:05:56.542Z] 00:55:01 3 10.74 0.00 7.85 4.89 32.97 43.56 [2021-03-16T01:05:56.542Z] 00:56:02 all 0.19 0.00 0.32 0.29 2.65 96.55 [2021-03-16T01:05:56.542Z] 00:56:02 0 0.08 0.00 0.33 0.05 2.25 97.29 [2021-03-16T01:05:56.542Z] 00:56:02 1 0.18 0.00 0.44 0.77 2.30 96.31 [2021-03-16T01:05:56.542Z] 00:56:02 2 0.41 0.00 0.21 0.28 3.04 96.07 [2021-03-16T01:05:56.542Z] 00:56:02 3 0.08 0.00 0.31 0.06 3.02 96.53 [2021-03-16T01:05:56.542Z] 00:57:01 all 0.11 0.00 0.03 0.00 0.81 99.06 [2021-03-16T01:05:56.542Z] 00:57:01 0 0.00 0.00 0.02 0.00 0.27 99.71 [2021-03-16T01:05:56.542Z] 00:57:01 1 0.37 0.00 0.03 0.00 2.11 97.49 [2021-03-16T01:05:56.542Z] 00:57:01 2 0.03 0.00 0.03 0.02 0.71 99.21 [2021-03-16T01:05:56.542Z] 00:57:01 3 0.02 0.00 0.02 0.00 0.12 99.85 [2021-03-16T01:05:56.542Z] 00:58:01 all 0.08 0.00 0.64 0.01 2.45 96.82 [2021-03-16T01:05:56.542Z] 00:58:01 0 0.02 0.00 0.80 0.00 1.98 97.20 [2021-03-16T01:05:56.542Z] 00:58:01 1 0.23 0.00 0.46 0.02 2.35 96.94 [2021-03-16T01:05:56.542Z] 00:58:01 2 0.08 0.00 0.11 0.00 3.69 96.11 [2021-03-16T01:05:56.542Z] 00:58:01 3 0.00 0.00 1.20 0.02 1.73 97.06 [2021-03-16T01:05:56.542Z] 00:59:01 all 0.06 0.00 0.02 0.00 1.91 98.01 [2021-03-16T01:05:56.542Z] 00:59:01 0 0.05 0.00 0.03 0.00 2.59 97.33 [2021-03-16T01:05:56.543Z] 00:59:01 1 0.16 0.00 0.02 0.00 1.22 98.60 [2021-03-16T01:05:56.543Z] 00:59:01 2 0.00 0.00 0.03 0.00 3.15 96.82 [2021-03-16T01:05:56.543Z] 00:59:01 3 0.02 0.00 0.00 0.00 0.65 99.34 [2021-03-16T01:05:56.543Z] 01:00:01 all 0.08 0.00 0.04 0.00 1.42 98.47 [2021-03-16T01:05:56.543Z] 01:00:01 0 0.21 0.00 0.03 0.00 1.25 98.50 [2021-03-16T01:05:56.543Z] 01:00:01 1 0.03 0.00 0.03 0.00 1.97 97.97 [2021-03-16T01:05:56.543Z] 01:00:01 2 0.07 0.00 0.07 0.00 1.82 98.05 [2021-03-16T01:05:56.543Z] 01:00:01 3 0.02 0.00 0.02 0.00 0.61 99.35 [2021-03-16T01:05:56.543Z] 01:01:01 all 0.08 0.00 0.03 0.01 0.78 99.09 [2021-03-16T01:05:56.543Z] 01:01:01 0 0.02 0.00 0.02 0.00 1.07 98.89 [2021-03-16T01:05:56.543Z] 01:01:01 1 0.25 0.00 0.03 0.03 0.70 98.99 [2021-03-16T01:05:56.543Z] 01:01:01 2 0.05 0.00 0.07 0.00 1.09 98.79 [2021-03-16T01:05:56.543Z] 01:01:01 3 0.02 0.00 0.02 0.00 0.27 99.70 [2021-03-16T01:05:56.543Z] 01:02:02 all 0.07 0.00 0.04 0.06 1.72 98.11 [2021-03-16T01:05:56.543Z] 01:02:02 0 0.06 0.00 0.05 0.02 3.18 96.69 [2021-03-16T01:05:56.543Z] 01:02:02 1 0.13 0.00 0.03 0.11 1.46 98.27 [2021-03-16T01:05:56.543Z] 01:02:02 2 0.02 0.00 0.05 0.02 1.47 98.45 [2021-03-16T01:05:56.543Z] 01:02:02 3 0.05 0.00 0.05 0.10 0.73 99.08 [2021-03-16T01:05:56.543Z] 01:03:01 all 0.04 0.00 0.05 0.00 1.28 98.63 [2021-03-16T01:05:56.543Z] 01:03:01 0 0.02 0.00 0.05 0.02 1.14 98.78 [2021-03-16T01:05:56.543Z] 01:03:01 1 0.12 0.00 0.02 0.00 1.51 98.36 [2021-03-16T01:05:56.543Z] 01:03:01 2 0.03 0.00 0.10 0.00 2.11 97.75 [2021-03-16T01:05:56.543Z] 01:03:01 3 0.00 0.00 0.03 0.00 0.34 99.63 [2021-03-16T01:05:56.543Z] 01:04:01 all 0.07 0.00 0.02 0.00 1.95 97.96 [2021-03-16T01:05:56.543Z] 01:04:01 0 0.02 0.00 0.03 0.00 2.43 97.53 [2021-03-16T01:05:56.543Z] 01:04:01 1 0.02 0.00 0.02 0.00 0.51 99.45 [2021-03-16T01:05:56.543Z] 01:04:01 2 0.24 0.00 0.02 0.00 3.98 95.76 [2021-03-16T01:05:56.543Z] 01:04:01 3 0.02 0.00 0.02 0.00 0.79 99.17 [2021-03-16T01:05:56.543Z] [2021-03-16T01:05:56.543Z] 01:04:01 CPU %user %nice %system %iowait %steal %idle [2021-03-16T01:05:56.543Z] 01:05:01 all 1.46 0.00 1.14 2.59 8.11 86.70 [2021-03-16T01:05:56.543Z] 01:05:01 0 1.22 0.00 1.05 0.97 8.78 87.99 [2021-03-16T01:05:56.543Z] 01:05:01 1 1.19 0.00 1.06 1.97 8.21 87.58 [2021-03-16T01:05:56.543Z] 01:05:01 2 2.31 0.00 1.59 6.46 8.29 81.34 [2021-03-16T01:05:56.543Z] 01:05:01 3 1.13 0.00 0.88 1.01 7.15 89.83 [2021-03-16T01:05:56.543Z] Average: all 8.77 0.00 4.83 7.44 29.17 49.79 [2021-03-16T01:05:56.543Z] Average: 0 8.49 0.00 4.65 7.14 29.65 50.06 [2021-03-16T01:05:56.543Z] Average: 1 8.59 0.00 4.81 7.69 29.36 49.54 [2021-03-16T01:05:56.543Z] Average: 2 9.06 0.00 5.01 7.86 28.67 49.39 [2021-03-16T01:05:56.543Z] Average: 3 8.94 0.00 4.84 7.07 28.99 50.17 [2021-03-16T01:05:56.543Z] [2021-03-16T01:05:56.543Z] [2021-03-16T01:05:56.543Z]