Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f2bd0815c0e73667d07e5744b61daa5be38d8f92 rather than 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb Obtained Jenkinsfile from f2bd0815c0e73667d07e5744b61daa5be38d8f92 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32364 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb Merge succeeded, producing 052cd7c14e3190f215230ff24c191390607f6c86 Checking out Revision 052cd7c14e3190f215230ff24c191390607f6c86 (PR-3327) > git config core.sparsecheckout # timeout=10 > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 052cd7c14e3190f215230ff24c191390607f6c86 # timeout=10 Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" > git rev-list --no-walk 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T00:30:34.767Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T00:30:35.057Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T00:30:35.162Z] ========================================================= [2021-04-01T00:30:35.162Z] EdgeX Global Pipelines Version Info [2021-04-01T00:30:35.162Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:30:36.682Z] ------------------- [2021-04-01T00:30:36.682Z] stable info: [2021-04-01T00:30:36.682Z] ------------------- [2021-04-01T00:30:36.682Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T00:30:36.682Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T00:30:36.682Z] Message: update stable to v1.0.186 [2021-04-01T00:30:37.640Z] ------------------- [2021-04-01T00:30:37.640Z] experimental info: [2021-04-01T00:30:37.640Z] ------------------- [2021-04-01T00:30:37.640Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T00:30:37.640Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T00:30:37.640Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T00:30:37.912Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-01T00:30:38.028Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-01T00:30:38.119Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T00:30:38.210Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T00:30:38.290Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T00:30:38.368Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T00:30:38.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T00:30:38.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-01T00:30:38.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-01T00:30:38.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-01T00:30:38.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T00:30:38.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T00:30:39.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T00:30:39.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T00:30:39.204Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T00:30:39.542Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T00:30:39.639Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T00:30:39.721Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T00:30:39.829Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-01T00:30:39.924Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-01T00:30:40.009Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-01T00:30:40.121Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T00:30:40.258Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3327 [Pipeline] echo [2021-04-01T00:30:40.384Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3327 [Pipeline] echo [2021-04-01T00:30:40.484Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3327 [Pipeline] echo [2021-04-01T00:30:40.681Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 052cd7c14e3190f215230ff24c191390607f6c86 [Pipeline] echo [2021-04-01T00:30:40.780Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 052cd7c [Pipeline] echo [2021-04-01T00:30:40.874Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T00:30:41.061Z] provisioning config files... [2021-04-01T00:30:41.099Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7142375187884707946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:30:41.466Z] ---> docker-login.sh [2021-04-01T00:30:41.466Z] nexus3.edgexfoundry.org:10001 [2021-04-01T00:30:41.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:30:41.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:30:41.995Z] Configure a credential helper to remove this warning. See [2021-04-01T00:30:41.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:30:41.995Z] [2021-04-01T00:30:41.995Z] Login Succeeded [2021-04-01T00:30:41.995Z] nexus3.edgexfoundry.org:10002 [2021-04-01T00:30:41.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:30:41.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:30:41.995Z] Configure a credential helper to remove this warning. See [2021-04-01T00:30:41.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:30:41.995Z] [2021-04-01T00:30:41.995Z] Login Succeeded [2021-04-01T00:30:41.995Z] nexus3.edgexfoundry.org:10003 [2021-04-01T00:30:42.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:30:42.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:30:42.258Z] Configure a credential helper to remove this warning. See [2021-04-01T00:30:42.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:30:42.258Z] [2021-04-01T00:30:42.258Z] Login Succeeded [2021-04-01T00:30:42.258Z] nexus3.edgexfoundry.org:10004 [2021-04-01T00:30:42.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:30:42.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:30:42.524Z] Configure a credential helper to remove this warning. See [2021-04-01T00:30:42.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:30:42.524Z] [2021-04-01T00:30:42.524Z] Login Succeeded [2021-04-01T00:30:42.524Z] docker.io [2021-04-01T00:30:42.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:30:42.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:30:42.788Z] Configure a credential helper to remove this warning. See [2021-04-01T00:30:42.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:30:42.788Z] [2021-04-01T00:30:42.788Z] Login Succeeded [2021-04-01T00:30:42.788Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T00:30:42.800Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T00:30:43.295Z] ++ 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-04-01T00:30:43.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:30:43.295Z] ++ dirname cmd/core-command/Dockerfile [2021-04-01T00:30:43.295Z] ++ cut -d/ -f2 [2021-04-01T00:30:43.295Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-01T00:30:43.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:30:43.296Z] ++ dirname cmd/core-data/Dockerfile [2021-04-01T00:30:43.296Z] ++ cut -d/ -f2 [2021-04-01T00:30:43.296Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-01T00:30:43.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:30:43.296Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-01T00:30:43.296Z] ++ cut -d/ -f2 [2021-04-01T00:30:43.296Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-01T00:30:43.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:30:43.296Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-01T00:30:43.296Z] ++ cut -d/ -f2 [2021-04-01T00:30:43.296Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-01T00:30:43.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:30:43.296Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-01T00:30:43.296Z] ++ cut -d/ -f2 [2021-04-01T00:30:43.296Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-01T00:30:43.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:30:43.296Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-01T00:30:43.296Z] ++ cut -d/ -f2 [2021-04-01T00:30:43.296Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-01T00:30:43.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:30:43.296Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-01T00:30:43.296Z] ++ cut -d/ -f2 [2021-04-01T00:30:43.296Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-01T00:30:43.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:30:43.296Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-01T00:30:43.296Z] ++ cut -d/ -f2 [2021-04-01T00:30:43.296Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-01T00:30:43.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:30:43.296Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-01T00:30:43.296Z] ++ cut -d/ -f2 [2021-04-01T00:30:43.296Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-01T00:30:43.369Z] 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-04-01T00:30:44.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T00:30:44.252Z] [2021-04-01T00:30:44.252Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:30:44.599Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T00:30:44.599Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T00:30:44.599Z] 31603596830f: Pulling fs layer [2021-04-01T00:30:44.599Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T00:30:44.599Z] 6ca5941a6612: Pulling fs layer [2021-04-01T00:30:44.599Z] ecc8261a40a4: Pulling fs layer [2021-04-01T00:30:44.599Z] ecc8261a40a4: Waiting [2021-04-01T00:30:44.599Z] 2a8b12db71e7: Verifying Checksum [2021-04-01T00:30:44.599Z] 2a8b12db71e7: Download complete [2021-04-01T00:30:44.864Z] 31603596830f: Verifying Checksum [2021-04-01T00:30:44.864Z] 31603596830f: Download complete [2021-04-01T00:30:44.864Z] ecc8261a40a4: Verifying Checksum [2021-04-01T00:30:44.864Z] ecc8261a40a4: Download complete [2021-04-01T00:30:44.864Z] 6ca5941a6612: Verifying Checksum [2021-04-01T00:30:44.864Z] 6ca5941a6612: Download complete [2021-04-01T00:30:45.131Z] 31603596830f: Pull complete [2021-04-01T00:30:45.131Z] 2a8b12db71e7: Pull complete [2021-04-01T00:30:46.086Z] 6ca5941a6612: Pull complete [2021-04-01T00:30:46.352Z] ecc8261a40a4: Pull complete [2021-04-01T00:30:46.352Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T00:30:46.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T00:30:46.352Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T00:30:46.466Z] prd-centos7-docker-4c-2g-32364 does not seem to be running inside a container [2021-04-01T00:30:46.527Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10004/edgex-devops/git-semver:latest cat [2021-04-01T00:30:49.144Z] $ docker top f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T00:30:49.479Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T00:30:49.479Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T00:30:49.707Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T00:30:49.709Z] $ docker exec f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 ssh-agent [2021-04-01T00:30:49.906Z] SSH_AUTH_SOCK=/tmp/ssh-TyvV9slomIbX/agent.12 [2021-04-01T00:30:49.906Z] SSH_AGENT_PID=17 [2021-04-01T00:30:49.917Z] Running ssh-add (command line suppressed) [2021-04-01T00:30:50.042Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_765795656122631792.key (/w/workspace/edgex-go/5@tmp/private_key_765795656122631792.key) [2021-04-01T00:30:50.103Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T00:30:50.471Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T00:30:50.493Z] $ docker exec --env ******** --env ******** f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 ssh-agent -k [2021-04-01T00:30:50.638Z] unset SSH_AUTH_SOCK; [2021-04-01T00:30:50.638Z] unset SSH_AGENT_PID; [2021-04-01T00:30:50.638Z] echo Agent pid 17 killed; [2021-04-01T00:30:50.696Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T00:30:50.861Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T00:30:50.861Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T00:30:51.063Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T00:30:51.065Z] $ docker exec f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 ssh-agent [2021-04-01T00:30:51.262Z] SSH_AUTH_SOCK=/tmp/ssh-Q0UhKuARZ6P4/agent.47 [2021-04-01T00:30:51.262Z] SSH_AGENT_PID=53 [2021-04-01T00:30:51.270Z] Running ssh-add (command line suppressed) [2021-04-01T00:30:51.423Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_1040882378248965150.key (/w/workspace/edgex-go/5@tmp/private_key_1040882378248965150.key) [2021-04-01T00:30:51.492Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T00:30:51.823Z] + git semver init [2021-04-01T00:30:51.823Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T00:30:51.823Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-04-01T00:30:51.823Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-04-01T00:30:51.823Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T00:30:51.823Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T00:30:51.823Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T00:30:51.823Z] # $SEMVER_BRANCH = PR-3327 [2021-04-01T00:30:51.823Z] # $SEMVER_TEMP = /tmp/semver-032910545 [2021-04-01T00:30:51.823Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-01T00:31:10.019Z] # '/tmp/semver-032910545' -> '/w/workspace/edgex-go/5/.semver' [2021-04-01T00:31:10.019Z] # -> Force: false [2021-04-01T00:31:10.019Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-04-01T00:31:10.295Z] $ docker exec --env ******** --env ******** f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 ssh-agent -k [2021-04-01T00:31:10.586Z] unset SSH_AUTH_SOCK; [2021-04-01T00:31:10.587Z] unset SSH_AGENT_PID; [2021-04-01T00:31:10.587Z] echo Agent pid 53 killed; [2021-04-01T00:31:10.697Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T00:31:11.187Z] + git semver [Pipeline] } [2021-04-01T00:31:11.206Z] $ docker stop --time=1 f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 [2021-04-01T00:31:12.929Z] $ docker rm -f f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T00:31:13.468Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T00:31:14.058Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T00:31:14.061Z] [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-04-01T00:31:14.939Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T00:31:15.243Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T00:31:15.551Z] + sudo service docker restart [2021-04-01T00:31:15.551Z] + true [2021-04-01T00:31:15.551Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-01T00:31:16.142Z] ========================================================= [2021-04-01T00:31:16.142Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T00:31:16.142Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:31:16.484Z] + 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-04-01T00:31:20.745Z] Sending build context to Docker daemon 329MB [2021-04-01T00:31:20.745Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T00:31:20.745Z] Step 2/6 : FROM ${BASE} [2021-04-01T00:31:20.745Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T00:31:20.745Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T00:31:20.745Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T00:31:20.745Z] de9db76c5a1d: Pulling fs layer [2021-04-01T00:31:20.745Z] bca2f99d35d6: Pulling fs layer [2021-04-01T00:31:20.745Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T00:31:20.745Z] 7c6f9722023f: Pulling fs layer [2021-04-01T00:31:20.745Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T00:31:20.745Z] 93359f2a8cfa: Waiting [2021-04-01T00:31:20.745Z] 7c6f9722023f: Waiting [2021-04-01T00:31:20.745Z] a35cf1a2eb13: Waiting [2021-04-01T00:31:20.745Z] bca2f99d35d6: Waiting [2021-04-01T00:31:20.745Z] de9db76c5a1d: Verifying Checksum [2021-04-01T00:31:20.745Z] de9db76c5a1d: Download complete [2021-04-01T00:31:20.745Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T00:31:20.745Z] 0ef7d3d256c8: Download complete [2021-04-01T00:31:20.745Z] 93359f2a8cfa: Download complete [2021-04-01T00:31:20.745Z] 7c6f9722023f: Download complete [2021-04-01T00:31:20.745Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T00:31:20.745Z] 188c0c94c7c5: Download complete [2021-04-01T00:31:21.339Z] 188c0c94c7c5: Pull complete [2021-04-01T00:31:21.604Z] 0ef7d3d256c8: Pull complete [2021-04-01T00:31:21.604Z] de9db76c5a1d: Pull complete [2021-04-01T00:31:23.013Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T00:31:23.013Z] a35cf1a2eb13: Download complete [2021-04-01T00:31:23.963Z] bca2f99d35d6: Verifying Checksum [2021-04-01T00:31:23.963Z] bca2f99d35d6: Download complete [2021-04-01T00:31:29.432Z] Still waiting to schedule task [2021-04-01T00:31:29.432Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-01T00:31:30.630Z] bca2f99d35d6: Pull complete [2021-04-01T00:31:30.630Z] 93359f2a8cfa: Pull complete [2021-04-01T00:31:30.630Z] 7c6f9722023f: Pull complete [2021-04-01T00:31:35.946Z] a35cf1a2eb13: Pull complete [2021-04-01T00:31:35.946Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T00:31:35.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T00:31:35.946Z] ---> a62c8e92a672 [2021-04-01T00:31:35.946Z] 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-04-01T00:31:35.946Z] ---> Running in 1b36fbdbc6d4 [2021-04-01T00:31:36.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:31:37.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:31:37.672Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T00:31:37.935Z] (2/12) Installing file (5.38-r0) [2021-04-01T00:31:38.201Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T00:31:38.201Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T00:31:42.434Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T00:31:42.434Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T00:31:42.700Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T00:31:42.700Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T00:31:42.700Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T00:31:42.963Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T00:31:42.963Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T00:31:42.963Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T00:31:43.225Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:31:43.225Z] OK: 233 MiB in 51 packages [2021-04-01T00:31:46.550Z] Removing intermediate container 1b36fbdbc6d4 [2021-04-01T00:31:46.550Z] ---> 31d9d836185a [2021-04-01T00:31:46.550Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T00:31:46.550Z] ---> Running in 1beefe2abdd6 [2021-04-01T00:31:46.813Z] Removing intermediate container 1beefe2abdd6 [2021-04-01T00:31:46.813Z] ---> eed4b78be70a [2021-04-01T00:31:46.813Z] Step 5/6 : COPY go.mod . [2021-04-01T00:31:47.075Z] ---> f3d503cd4fbf [2021-04-01T00:31:47.075Z] Step 6/6 : RUN go mod download [2021-04-01T00:31:47.075Z] ---> Running in a64b9c6145c6 [2021-04-01T00:32:13.746Z] Removing intermediate container a64b9c6145c6 [2021-04-01T00:32:13.746Z] ---> d7e482c84456 [2021-04-01T00:32:13.746Z] Successfully built d7e482c84456 [2021-04-01T00:32:13.746Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:32:14.109Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T00:32:14.109Z] . [Pipeline] withDockerContainer [2021-04-01T00:32:14.215Z] prd-centos7-docker-4c-2g-32364 does not seem to be running inside a container [2021-04-01T00:32:14.265Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T00:32:15.196Z] $ docker top 475b26d718114db3077e283ddf0c663b7601d3042d4cc4cd35409c8caf192db4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:32:15.733Z] + go version [2021-04-01T00:32:15.734Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T00:32:15.747Z] $ docker stop --time=1 475b26d718114db3077e283ddf0c663b7601d3042d4cc4cd35409c8caf192db4 [2021-04-01T00:32:17.124Z] $ docker rm -f 475b26d718114db3077e283ddf0c663b7601d3042d4cc4cd35409c8caf192db4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:32:17.930Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T00:32:17.930Z] . [Pipeline] withDockerContainer [2021-04-01T00:32:18.041Z] prd-centos7-docker-4c-2g-32364 does not seem to be running inside a container [2021-04-01T00:32:18.087Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T00:32:18.885Z] $ docker top 5634fa6bfc40ee0176bf3b3ea6af62718d73fe0681734c92c88acf6ddadee70e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T00:32:19.101Z] ========================================================= [2021-04-01T00:32:19.101Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T00:32:19.102Z] ========================================================= [Pipeline] sh [2021-04-01T00:32:19.397Z] + make test [2021-04-01T00:32:19.397Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T00:32:29.508Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T00:32:52.375Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T00:32:52.375Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T00:32:54.981Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T00:32:54.982Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T00:32:56.397Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T00:32:56.397Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T00:32:56.397Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T00:32:56.397Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T00:32:57.362Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T00:32:57.634Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T00:33:01.029Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T00:33:01.029Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T00:33:01.029Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T00:33:03.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 45.9% of statements [2021-04-01T00:33:03.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T00:33:03.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T00:33:03.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T00:33:03.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T00:33:03.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T00:33:03.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T00:33:03.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements [2021-04-01T00:33:03.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.121s coverage: 100.0% of statements [2021-04-01T00:33:07.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.1% of statements [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T00:33:07.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T00:33:07.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T00:33:07.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.140s coverage: 71.3% of statements [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T00:33:07.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.185s coverage: 82.9% of statements [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:33:07.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements [2021-04-01T00:33:07.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T00:33:11.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.412s coverage: 28.6% of statements [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T00:33:11.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T00:33:11.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T00:33:11.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.155s coverage: 86.7% of statements [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T00:33:11.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.182s coverage: 97.5% of statements [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T00:33:11.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T00:33:11.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T00:33:13.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.380s coverage: 92.8% of statements [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T00:33:13.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T00:33:13.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 1.0% of statements [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T00:33:13.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T00:33:13.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements [2021-04-01T00:33:13.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.103s coverage: 79.5% of statements [2021-04-01T00:33:13.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2021-04-01T00:33:14.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2021-04-01T00:33:14.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-04-01T00:33:26.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements [2021-04-01T00:33:26.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-04-01T00:33:29.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.315s coverage: 82.6% of statements [2021-04-01T00:33:37.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T00:33:37.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T00:33:37.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T00:33:37.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T00:33:37.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T00:33:37.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-04-01T00:33:37.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements [2021-04-01T00:33:37.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-04-01T00:33:37.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.140s coverage: 91.6% of statements [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T00:33:37.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.245s coverage: 64.4% of statements [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T00:33:37.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T00:33:37.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-04-01T00:33:37.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-04-01T00:33:37.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-04-01T00:33:37.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-04-01T00:33:37.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-04-01T00:33:37.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.457s coverage: 69.0% of statements [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T00:33:37.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.149s coverage: 38.4% of statements [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T00:33:37.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T00:33:37.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements [2021-04-01T00:33:37.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.209s coverage: 47.0% of statements [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T00:33:37.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T00:33:37.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T00:33:37.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.058s coverage: 11.0% of statements [2021-04-01T00:33:37.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T00:33:38.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.186s coverage: 87.1% of statements [2021-04-01T00:33:38.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T00:33:38.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:33:38.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T00:33:41.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.109s coverage: 29.1% of statements [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T00:33:41.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T00:33:41.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.074s coverage: 100.0% of statements [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T00:33:41.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.117s coverage: 95.0% of statements [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T00:33:41.175Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T00:33:41.175Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T00:33:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T00:33:41.452Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-04-01T00:33:41.452Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T00:33:41.452Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T00:33:42.039Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-04-01T00:33:42.039Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-04-01T00:33:42.039Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-01T00:33:42.615Z] GO111MODULE=on go vet ./... [2021-04-01T00:34:05.332Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32368 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws [2021-04-01T00:34:05.388Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-04-01T00:34:10.631Z] using credential edgex-jenkins-ssh [2021-04-01T00:34:10.697Z] Cloning the remote Git repository [2021-04-01T00:34:10.756Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:34:10.896Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-01T00:34:10.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:34:10.982Z] > git --version # timeout=10 [2021-04-01T00:34:11.005Z] > git --version # 'git version 2.17.1' [2021-04-01T00:34:11.008Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:34:11.087Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T00:34:14.976Z] gofmt -l . [2021-04-01T00:34:15.942Z] [ "`gofmt -l .`" = "" ] [2021-04-01T00:34:16.897Z] ./bin/test-go-mod-tidy.sh [2021-04-01T00:34:17.478Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T00:34:18.746Z] + ls -al . [2021-04-01T00:34:18.746Z] total 792 [2021-04-01T00:34:18.746Z] drwxrwxr-x 10 1001 1001 4096 Apr 1 00:34 . [2021-04-01T00:34:18.746Z] drwxr-xr-x 4 root root 28 Apr 1 00:32 .. [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 00:30 .dockerignore [2021-04-01T00:34:18.746Z] drwxrwxr-x 8 1001 1001 179 Apr 1 00:30 .git [2021-04-01T00:34:18.746Z] drwxrwxr-x 3 1001 1001 125 Apr 1 00:30 .github [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 00:30 .gitignore [2021-04-01T00:34:18.746Z] drwx------ 3 1001 1001 60 Apr 1 00:31 .semver [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 00:30 .sonarcloud.properties [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 00:30 Attribution.txt [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 00:30 CONTRIBUTING.md [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 00:30 Dockerfile.build [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 00:30 Jenkinsfile [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 00:30 LICENSE [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 00:30 Makefile [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 00:30 README.md [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 00:30 SECURITY.md [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 00:31 VERSION [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 00:30 ZMQWindows.md [2021-04-01T00:34:18.746Z] drwxrwxr-x 2 1001 1001 117 Apr 1 00:30 bin [2021-04-01T00:34:18.746Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 00:30 cmd [2021-04-01T00:34:18.746Z] -rw-r--r-- 1 root root 680272 Apr 1 00:33 coverage.out [2021-04-01T00:34:18.746Z] -rw-r--r-- 1 root root 1056 Apr 1 00:34 go.mod [2021-04-01T00:34:18.746Z] -rw-r--r-- 1 root root 22360 Apr 1 00:34 go.sum [2021-04-01T00:34:18.746Z] drwxrwxr-x 8 1001 1001 127 Apr 1 00:30 internal [2021-04-01T00:34:18.746Z] drwxrwxr-x 4 1001 1001 26 Apr 1 00:30 openapi [2021-04-01T00:34:18.746Z] drwxrwxr-x 4 1001 1001 71 Apr 1 00:30 snap [2021-04-01T00:34:18.746Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 00:30 version.go [Pipeline] sh [2021-04-01T00:34:19.057Z] + '[' -e coverage.out ] [2021-04-01T00:34:19.058Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T00:34:19.338Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T00:34:19.642Z] + make build [2021-04-01T00:34:19.642Z] 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-04-01T00:34:24.952Z] 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-04-01T00:34:34.001Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T00:34:34.023Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T00:34:34.052Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T00:34:34.110Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:34:34.112Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:34:34.127Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T00:34:34.943Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-04-01T00:34:35.064Z] 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-04-01T00:34:35.064Z] 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-04-01T00:34:35.880Z] Merge succeeded, producing aacff5641afcb6d46fb5e5f11ac14a478460c64b [2021-04-01T00:34:35.880Z] Checking out Revision aacff5641afcb6d46fb5e5f11ac14a478460c64b (PR-3327) [2021-04-01T00:34:34.963Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T00:34:34.988Z] > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 [2021-04-01T00:34:35.391Z] > git remote # timeout=10 [2021-04-01T00:34:35.426Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T00:34:35.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:34:35.468Z] > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 [2021-04-01T00:34:35.864Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T00:34:35.886Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T00:34:35.902Z] > git checkout -f aacff5641afcb6d46fb5e5f11ac14a478460c64b # timeout=10 [2021-04-01T00:34:36.989Z] 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-04-01T00:34:37.575Z] 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-04-01T00:34:39.532Z] 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-04-01T00:34:40.356Z] Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" [2021-04-01T00:34:40.364Z] > git rev-list --no-walk 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T00:34:41.493Z] 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-04-01T00:34:41.970Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-01T00:34:42.389Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T00:34:42.781Z] + true [2021-04-01T00:34:42.781Z] + sudo service docker restart [2021-04-01T00:34:42.918Z] 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-04-01T00:34:44.336Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T00:34:45.496Z] provisioning config files... [2021-04-01T00:34:45.534Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3539759477130972446tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:34:45.753Z] 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-04-01T00:34:45.950Z] ---> docker-login.sh [2021-04-01T00:34:45.950Z] nexus3.edgexfoundry.org:10001 [2021-04-01T00:34:46.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:34:47.189Z] 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-04-01T00:34:47.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:34:47.215Z] Configure a credential helper to remove this warning. See [2021-04-01T00:34:47.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:34:47.215Z] [2021-04-01T00:34:47.215Z] Login Succeeded [2021-04-01T00:34:47.215Z] nexus3.edgexfoundry.org:10002 [2021-04-01T00:34:47.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:34:47.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:34:47.814Z] Configure a credential helper to remove this warning. See [2021-04-01T00:34:47.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:34:47.814Z] [2021-04-01T00:34:47.814Z] Login Succeeded [2021-04-01T00:34:47.814Z] nexus3.edgexfoundry.org:10003 [2021-04-01T00:34:48.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:34:48.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:34:48.412Z] Configure a credential helper to remove this warning. See [2021-04-01T00:34:48.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:34:48.412Z] [2021-04-01T00:34:48.412Z] Login Succeeded [2021-04-01T00:34:48.412Z] nexus3.edgexfoundry.org:10004 [2021-04-01T00:34:49.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:34:49.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:34:49.012Z] Configure a credential helper to remove this warning. See [2021-04-01T00:34:49.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:34:49.012Z] [2021-04-01T00:34:49.012Z] Login Succeeded [2021-04-01T00:34:49.012Z] docker.io [2021-04-01T00:34:49.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-04-01T00:34:49.812Z] $ docker stop --time=1 5634fa6bfc40ee0176bf3b3ea6af62718d73fe0681734c92c88acf6ddadee70e [2021-04-01T00:34:49.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:34:49.887Z] Configure a credential helper to remove this warning. See [2021-04-01T00:34:49.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:34:49.887Z] [2021-04-01T00:34:49.887Z] Login Succeeded [2021-04-01T00:34:49.887Z] ---> docker-login.sh ends [2021-04-01T00:34:51.497Z] $ docker rm -f 5634fa6bfc40ee0176bf3b3ea6af62718d73fe0681734c92c88acf6ddadee70e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-04-01T00:34:52.161Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-04-01T00:34:53.249Z] ========================================================= [2021-04-01T00:34:53.249Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T00:34:53.249Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:34:53.683Z] + 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-04-01T00:34:53.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T00:34:53.711Z] [2021-04-01T00:34:53.711Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:34:54.063Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T00:34:54.063Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-01T00:34:54.063Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-01T00:34:54.063Z] ca9280d653b3: Pulling fs layer [2021-04-01T00:34:54.063Z] 7e9c9ca2126c: Pulling fs layer [2021-04-01T00:34:54.669Z] cbdbe7a5bc2a: Download complete [2021-04-01T00:34:55.266Z] cbdbe7a5bc2a: Pull complete [2021-04-01T00:34:55.266Z] ca9280d653b3: Verifying Checksum [2021-04-01T00:34:55.266Z] ca9280d653b3: Download complete [2021-04-01T00:34:56.332Z] Sending build context to Docker daemon 167.1MB [2021-04-01T00:34:56.332Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T00:34:56.332Z] Step 2/6 : FROM ${BASE} [2021-04-01T00:34:56.332Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T00:34:56.332Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T00:34:56.332Z] a4357932f1b6: Pulling fs layer [2021-04-01T00:34:56.332Z] 18c013af1878: Pulling fs layer [2021-04-01T00:34:56.332Z] 00ac8860ef70: Pulling fs layer [2021-04-01T00:34:56.332Z] 63d7cb157983: Pulling fs layer [2021-04-01T00:34:56.332Z] b116817d02f9: Pulling fs layer [2021-04-01T00:34:56.332Z] 745a02a5169b: Pulling fs layer [2021-04-01T00:34:56.332Z] 00ac8860ef70: Waiting [2021-04-01T00:34:56.332Z] 63d7cb157983: Waiting [2021-04-01T00:34:56.332Z] b116817d02f9: Waiting [2021-04-01T00:34:56.332Z] 745a02a5169b: Waiting [2021-04-01T00:34:56.332Z] 18c013af1878: Download complete [2021-04-01T00:34:56.332Z] a4357932f1b6: Verifying Checksum [2021-04-01T00:34:56.332Z] a4357932f1b6: Download complete [2021-04-01T00:34:56.332Z] 63d7cb157983: Download complete [2021-04-01T00:34:56.412Z] ca9280d653b3: Pull complete [2021-04-01T00:34:56.606Z] b116817d02f9: Verifying Checksum [2021-04-01T00:34:56.606Z] b116817d02f9: Download complete [2021-04-01T00:34:56.606Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T00:34:56.606Z] 5f621e34cdf4: Download complete [2021-04-01T00:34:57.204Z] 5f621e34cdf4: Pull complete [2021-04-01T00:34:57.811Z] a4357932f1b6: Pull complete [2021-04-01T00:34:58.089Z] 18c013af1878: Pull complete [2021-04-01T00:34:58.474Z] 7e9c9ca2126c: Verifying Checksum [2021-04-01T00:34:58.474Z] 7e9c9ca2126c: Download complete [2021-04-01T00:34:59.543Z] 745a02a5169b: Verifying Checksum [2021-04-01T00:34:59.543Z] 745a02a5169b: Download complete [2021-04-01T00:35:00.986Z] 00ac8860ef70: Verifying Checksum [2021-04-01T00:35:00.986Z] 00ac8860ef70: Download complete [2021-04-01T00:35:06.658Z] 7e9c9ca2126c: Pull complete [2021-04-01T00:35:06.659Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-01T00:35:06.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T00:35:06.659Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-01T00:35:06.926Z] prd-centos7-docker-4c-2g-32364 does not seem to be running inside a container [2021-04-01T00:35:06.986Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T00:35:08.027Z] $ docker top b51953f6b8c19b257571a3722573cceb6d235436f4682706aa92272b8789505d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:35:08.536Z] + docker-compose build --help [2021-04-01T00:35:08.536Z] + grep parallel [2021-04-01T00:35:10.457Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T00:35:10.472Z] $ docker stop --time=1 b51953f6b8c19b257571a3722573cceb6d235436f4682706aa92272b8789505d [2021-04-01T00:35:11.172Z] 00ac8860ef70: Pull complete [2021-04-01T00:35:11.172Z] 63d7cb157983: Pull complete [2021-04-01T00:35:11.445Z] b116817d02f9: Pull complete [2021-04-01T00:35:11.883Z] $ docker rm -f b51953f6b8c19b257571a3722573cceb6d235436f4682706aa92272b8789505d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:35:12.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T00:35:12.552Z] . [Pipeline] withDockerContainer [2021-04-01T00:35:12.672Z] prd-centos7-docker-4c-2g-32364 does not seem to be running inside a container [2021-04-01T00:35:12.721Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T00:35:13.383Z] $ docker top ef87d61cc46b7d4e90f8edaa1c0d559fa28146904f313427928ff6b9e354ff67 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:35:13.874Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T00:35:14.836Z] 745a02a5169b: Pull complete [2021-04-01T00:35:14.836Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T00:35:14.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T00:35:14.836Z] ---> b7e6874047d6 [2021-04-01T00:35:14.836Z] 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-04-01T00:35:15.267Z] Building docker-core-command-go ... [2021-04-01T00:35:15.267Z] Building docker-core-data-go ... [2021-04-01T00:35:15.267Z] Building docker-core-metadata-go ... [2021-04-01T00:35:15.267Z] Building docker-security-bootstrapper-go ... [2021-04-01T00:35:15.267Z] Building docker-security-proxy-setup-go ... [2021-04-01T00:35:15.267Z] Building docker-security-secretstore-setup-go ... [2021-04-01T00:35:15.267Z] Building docker-support-notifications-go ... [2021-04-01T00:35:15.267Z] Building docker-support-scheduler-go ... [2021-04-01T00:35:15.267Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T00:35:15.267Z] Building docker-sys-mgmt-agent-go [2021-04-01T00:35:15.267Z] Building docker-support-scheduler-go [2021-04-01T00:35:15.267Z] Building docker-security-proxy-setup-go [2021-04-01T00:35:15.267Z] Building docker-core-command-go [2021-04-01T00:35:15.267Z] Building docker-support-notifications-go [2021-04-01T00:35:18.240Z] ---> Running in cf883d010759 [2021-04-01T00:35:19.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:35:20.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:35:22.095Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T00:35:22.366Z] (2/12) Installing file (5.38-r0) [2021-04-01T00:35:22.366Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T00:35:22.640Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T00:35:30.914Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T00:35:30.914Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T00:35:30.914Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T00:35:31.185Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T00:35:31.185Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T00:35:31.185Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T00:35:31.456Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T00:35:31.457Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T00:35:31.728Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:35:31.728Z] OK: 217 MiB in 51 packages [2021-04-01T00:35:36.045Z] Removing intermediate container cf883d010759 [2021-04-01T00:35:36.045Z] ---> 4c381378189a [2021-04-01T00:35:36.045Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T00:35:36.045Z] ---> Running in bc3c67afb759 [2021-04-01T00:35:36.643Z] Removing intermediate container bc3c67afb759 [2021-04-01T00:35:36.643Z] ---> 963d8be6381f [2021-04-01T00:35:36.643Z] Step 5/6 : COPY go.mod . [2021-04-01T00:35:37.247Z] ---> 78c2987987e9 [2021-04-01T00:35:37.247Z] Step 6/6 : RUN go mod download [2021-04-01T00:35:37.247Z] ---> Running in 136da7d83fdf [2021-04-01T00:35:54.139Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:35:54.139Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:35:54.139Z] ---> d7e482c84456 [2021-04-01T00:35:54.139Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T00:35:54.139Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:35:54.139Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:35:54.139Z] ---> d7e482c84456 [2021-04-01T00:35:54.139Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T00:35:54.139Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:35:54.139Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:35:54.139Z] ---> d7e482c84456 [2021-04-01T00:35:54.139Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T00:35:54.139Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:35:54.139Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:35:54.139Z] ---> d7e482c84456 [2021-04-01T00:35:54.139Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:35:54.139Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:35:54.139Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:35:54.139Z] ---> d7e482c84456 [2021-04-01T00:35:54.139Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T00:35:54.139Z] ---> Running in 88ee4071e9f2 [2021-04-01T00:35:54.139Z] ---> Running in 59c34420e1a8 [2021-04-01T00:35:54.139Z] ---> Running in bb072301eb44 [2021-04-01T00:35:54.139Z] ---> Running in a5335496f844 [2021-04-01T00:35:54.139Z] ---> Running in 19eca8234360 [2021-04-01T00:35:54.139Z] Removing intermediate container 19eca8234360 [2021-04-01T00:35:54.139Z] ---> 7b2398dff749 [2021-04-01T00:35:54.139Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:35:54.139Z] Removing intermediate container a5335496f844 [2021-04-01T00:35:54.139Z] ---> 1dc40158dc11 [2021-04-01T00:35:54.139Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:35:54.139Z] Removing intermediate container 59c34420e1a8 [2021-04-01T00:35:54.139Z] ---> 7ef115e5da7a [2021-04-01T00:35:54.139Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:35:54.139Z] Removing intermediate container bb072301eb44 [2021-04-01T00:35:54.139Z] ---> d81b9738d1ab [2021-04-01T00:35:54.139Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:35:54.139Z] Removing intermediate container 88ee4071e9f2 [2021-04-01T00:35:54.139Z] ---> fa5a83f673c4 [2021-04-01T00:35:54.139Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:35:54.139Z] ---> Running in a10eabe1a091 [2021-04-01T00:35:54.139Z] ---> Running in c97c5a658ea2 [2021-04-01T00:35:54.139Z] ---> Running in b2fac031e62f [2021-04-01T00:35:54.139Z] ---> Running in a04d22ca94a6 [2021-04-01T00:35:54.139Z] ---> Running in e2db11e09d6d [2021-04-01T00:35:56.104Z] Removing intermediate container b2fac031e62f [2021-04-01T00:35:56.104Z] ---> 1dac2937aa88 [2021-04-01T00:35:56.104Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T00:35:56.104Z] Removing intermediate container a10eabe1a091 [2021-04-01T00:35:56.104Z] ---> 7fc16e368405 [2021-04-01T00:35:56.104Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T00:35:56.104Z] ---> Running in 830e4045eec0 [2021-04-01T00:35:56.104Z] Removing intermediate container c97c5a658ea2 [2021-04-01T00:35:56.104Z] ---> 5544832844aa [2021-04-01T00:35:56.104Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T00:35:56.372Z] ---> Running in 3b9d905c980f [2021-04-01T00:35:56.372Z] Removing intermediate container a04d22ca94a6 [2021-04-01T00:35:56.372Z] ---> b8cf86a4c660 [2021-04-01T00:35:56.372Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T00:35:56.372Z] ---> Running in 57168b84b776 [2021-04-01T00:35:56.637Z] ---> Running in 0df61bdbbd62 [2021-04-01T00:35:56.637Z] Removing intermediate container e2db11e09d6d [2021-04-01T00:35:56.637Z] ---> a5cb68faa024 [2021-04-01T00:35:56.637Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T00:35:56.898Z] ---> Running in ce5bc7ee3712 [2021-04-01T00:35:57.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:35:57.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:35:57.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:35:57.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:35:58.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:35:58.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:35:58.957Z] OK: 233 MiB in 51 packages [2021-04-01T00:35:59.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:35:59.484Z] Removing intermediate container 830e4045eec0 [2021-04-01T00:35:59.484Z] ---> 6b7cc7b891e5 [2021-04-01T00:35:59.484Z] Step 6/23 : COPY go.mod . [2021-04-01T00:35:59.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:35:59.747Z] ---> 3e117f4c1e9a [2021-04-01T00:35:59.747Z] Step 7/23 : RUN go mod download [2021-04-01T00:35:59.747Z] ---> Running in 50d8a903058b [2021-04-01T00:36:00.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:00.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:01.727Z] Removing intermediate container 50d8a903058b [2021-04-01T00:36:01.727Z] ---> b5cdb0a9502b [2021-04-01T00:36:01.727Z] Step 8/23 : COPY . . [2021-04-01T00:36:01.996Z] OK: 233 MiB in 51 packages [2021-04-01T00:36:01.996Z] OK: 233 MiB in 51 packages [2021-04-01T00:36:02.583Z] OK: 233 MiB in 51 packages [2021-04-01T00:36:03.174Z] OK: 233 MiB in 51 packages [2021-04-01T00:36:04.050Z] Removing intermediate container 136da7d83fdf [2021-04-01T00:36:04.050Z] ---> 106b69c86404 [2021-04-01T00:36:04.050Z] Successfully built 106b69c86404 [2021-04-01T00:36:04.050Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:36:04.396Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T00:36:04.396Z] . [Pipeline] withDockerContainer [2021-04-01T00:36:04.644Z] prd-ubuntu18.04-docker-arm64-4c-16g-32368 does not seem to be running inside a container [2021-04-01T00:36:04.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T00:36:06.319Z] $ docker top c3783fcaf2ec5e8c258d9eda58f47998218d5b6823f9eb0295f05ef6d77446e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:36:07.386Z] + go version [2021-04-01T00:36:07.386Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T00:36:07.410Z] $ docker stop --time=1 c3783fcaf2ec5e8c258d9eda58f47998218d5b6823f9eb0295f05ef6d77446e6 [2021-04-01T00:36:07.441Z] Removing intermediate container 3b9d905c980f [2021-04-01T00:36:07.441Z] ---> e979b6c8cc76 [2021-04-01T00:36:07.441Z] Step 6/26 : COPY go.mod . [2021-04-01T00:36:07.709Z] Removing intermediate container 57168b84b776 [2021-04-01T00:36:07.709Z] ---> bcf79debe23c [2021-04-01T00:36:07.709Z] Step 6/21 : COPY go.mod . [2021-04-01T00:36:08.296Z] Removing intermediate container 0df61bdbbd62 [2021-04-01T00:36:08.296Z] ---> 1320cfe8f5ff [2021-04-01T00:36:08.296Z] Step 6/22 : COPY go.mod . [2021-04-01T00:36:08.296Z] ---> cfa75fc805cf [2021-04-01T00:36:08.296Z] Step 7/26 : RUN go mod download [2021-04-01T00:36:08.296Z] Removing intermediate container ce5bc7ee3712 [2021-04-01T00:36:08.296Z] ---> a96243fad569 [2021-04-01T00:36:08.296Z] Step 6/22 : COPY go.mod . [2021-04-01T00:36:09.249Z] ---> e765c324dc24 [2021-04-01T00:36:09.249Z] Step 7/21 : RUN go mod download [2021-04-01T00:36:09.414Z] $ docker rm -f c3783fcaf2ec5e8c258d9eda58f47998218d5b6823f9eb0295f05ef6d77446e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-04-01T00:36:09.858Z] ---> Running in 36f82a146514 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:36:10.459Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T00:36:10.459Z] . [Pipeline] withDockerContainer [2021-04-01T00:36:10.747Z] prd-ubuntu18.04-docker-arm64-4c-16g-32368 does not seem to be running inside a container [2021-04-01T00:36:10.829Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T00:36:11.804Z] ---> 43e2531e2c74 [2021-04-01T00:36:11.804Z] Step 7/22 : RUN go mod download [2021-04-01T00:36:11.804Z] ---> Running in 9e2526f5f4ea [2021-04-01T00:36:12.068Z] ---> f975c431840b [2021-04-01T00:36:12.068Z] Step 7/22 : RUN go mod download [2021-04-01T00:36:12.441Z] $ docker top 29d5c025d8754c57bb40cca0433f340197a4a702d03aba0f33521f5adad82626 -eo pid,comm [2021-04-01T00:36:12.653Z] ---> Running in d7058c8cbabe [2021-04-01T00:36:12.653Z] ---> Running in 9061c7e6c89e [Pipeline] { [Pipeline] echo [2021-04-01T00:36:12.875Z] ========================================================= [2021-04-01T00:36:12.875Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T00:36:12.875Z] ========================================================= [Pipeline] sh [2021-04-01T00:36:13.522Z] + make test [2021-04-01T00:36:13.522Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T00:36:16.010Z] Removing intermediate container 36f82a146514 [2021-04-01T00:36:16.010Z] ---> 28f67bca81c0 [2021-04-01T00:36:16.010Z] Step 8/26 : COPY . . [2021-04-01T00:36:16.010Z] Removing intermediate container 9e2526f5f4ea [2021-04-01T00:36:16.010Z] ---> bb9c74dc4314 [2021-04-01T00:36:16.010Z] Step 8/21 : COPY . . [2021-04-01T00:36:24.248Z] Removing intermediate container d7058c8cbabe [2021-04-01T00:36:24.248Z] ---> 2f1ffd76f15c [2021-04-01T00:36:24.248Z] Step 8/22 : COPY . . [2021-04-01T00:36:25.202Z] Removing intermediate container 9061c7e6c89e [2021-04-01T00:36:25.202Z] ---> f8970c48000e [2021-04-01T00:36:25.202Z] Step 8/22 : COPY . . [2021-04-01T00:36:30.537Z] ---> 544dba48f89f [2021-04-01T00:36:30.537Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T00:36:34.802Z] ---> Running in 34e37f42ed28 [2021-04-01T00:36:35.683Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T00:36:40.197Z] 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-04-01T00:36:56.018Z] ---> c33922de4a77 [2021-04-01T00:36:56.018Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T00:36:59.406Z] ---> Running in dc1e8a180b22 [2021-04-01T00:36:59.406Z] ---> e461a8281075 [2021-04-01T00:36:59.406Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T00:37:02.770Z] ---> Running in fdda93aa3d02 [2021-04-01T00:37:04.778Z] 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-04-01T00:37:05.055Z] 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-04-01T00:37:07.014Z] ---> ce629f7b7dfb [2021-04-01T00:37:07.014Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T00:37:07.279Z] ---> Running in a811440a3e83 [2021-04-01T00:37:07.552Z] ---> 75a6367dcd63 [2021-04-01T00:37:07.552Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T00:37:07.552Z] ---> Running in b78595ea9c47 [2021-04-01T00:37:08.963Z] 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-04-01T00:37:08.963Z] 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-04-01T00:37:17.231Z] Removing intermediate container 34e37f42ed28 [2021-04-01T00:37:17.231Z] ---> f61312fc94cd [2021-04-01T00:37:17.231Z] [2021-04-01T00:37:17.231Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:37:17.231Z] 3.12: Pulling from library/alpine [2021-04-01T00:37:17.231Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T00:37:17.231Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T00:37:17.231Z] ---> 42cb162f0360 [2021-04-01T00:37:17.231Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:37:19.187Z] ---> Running in fbdb3f4e9b17 [2021-04-01T00:37:21.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:21.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:21.174Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T00:37:21.174Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:37:21.174Z] OK: 6 MiB in 15 packages [2021-04-01T00:37:22.656Z] Removing intermediate container fbdb3f4e9b17 [2021-04-01T00:37:22.656Z] ---> 6d5f093d2431 [2021-04-01T00:37:22.656Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:37:22.925Z] ---> Running in ba8662cd9362 [2021-04-01T00:37:23.208Z] Removing intermediate container ba8662cd9362 [2021-04-01T00:37:23.208Z] ---> d8aab70309e7 [2021-04-01T00:37:23.208Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T00:37:23.208Z] ---> Running in d74f8fef044e [2021-04-01T00:37:23.807Z] Removing intermediate container d74f8fef044e [2021-04-01T00:37:23.807Z] ---> b61d27b5f746 [2021-04-01T00:37:23.807Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T00:37:23.807Z] ---> Running in 124f88a74f00 [2021-04-01T00:37:24.081Z] Removing intermediate container 124f88a74f00 [2021-04-01T00:37:24.081Z] ---> 62e12369bfa2 [2021-04-01T00:37:24.081Z] Step 15/23 : WORKDIR / [2021-04-01T00:37:24.081Z] ---> Running in a97bca755c91 [2021-04-01T00:37:24.675Z] Removing intermediate container a97bca755c91 [2021-04-01T00:37:24.675Z] ---> 33bce8c5f301 [2021-04-01T00:37:24.675Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:37:25.271Z] ---> 7e01e0cafb39 [2021-04-01T00:37:25.271Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T00:37:26.717Z] ---> b7c36c40fee0 [2021-04-01T00:37:26.717Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T00:37:27.701Z] ---> 7209b1c3b358 [2021-04-01T00:37:27.701Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T00:37:27.701Z] ---> Running in 1833b7b18ed9 [2021-04-01T00:37:27.701Z] Removing intermediate container 1833b7b18ed9 [2021-04-01T00:37:27.701Z] ---> 31d3e1175a17 [2021-04-01T00:37:27.701Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:37:28.000Z] ---> Running in 94e671c5ecc5 [2021-04-01T00:37:28.287Z] Removing intermediate container 94e671c5ecc5 [2021-04-01T00:37:28.287Z] ---> 3e44a4fd5182 [2021-04-01T00:37:28.287Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T00:37:28.565Z] ---> Running in 7638f73cdaea [2021-04-01T00:37:28.834Z] Removing intermediate container 7638f73cdaea [2021-04-01T00:37:28.834Z] ---> 25f36fb50e97 [2021-04-01T00:37:28.834Z] Step 22/23 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:37:28.835Z] ---> Running in 175012aa3ac8 [2021-04-01T00:37:29.107Z] Removing intermediate container 175012aa3ac8 [2021-04-01T00:37:29.107Z] ---> e4dbeaf53add [2021-04-01T00:37:29.107Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:37:29.376Z] ---> Running in d6021b9c8c92 [2021-04-01T00:37:29.647Z] Removing intermediate container d6021b9c8c92 [2021-04-01T00:37:29.647Z] ---> 543df05520ad [2021-04-01T00:37:29.647Z] [2021-04-01T00:37:29.923Z] Successfully built 543df05520ad [2021-04-01T00:37:30.192Z] Successfully tagged docker-core-command-go:latest [2021-04-01T00:37:30.192Z] Building docker-core-data-go [2021-04-01T00:37:32.288Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T00:37:32.288Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T00:37:40.610Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T00:37:40.610Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T00:37:44.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T00:37:44.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T00:37:44.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T00:37:44.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T00:37:45.334Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T00:37:47.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T00:37:48.659Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T00:37:55.502Z] Removing intermediate container dc1e8a180b22 [2021-04-01T00:37:55.502Z] ---> 5ac374100ee2 [2021-04-01T00:37:55.502Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T00:37:55.775Z] ---> Running in 7917e0779dac [2021-04-01T00:37:56.043Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:37:56.043Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:37:56.043Z] ---> d7e482c84456 [2021-04-01T00:37:56.043Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:37:56.043Z] ---> Using cache [2021-04-01T00:37:56.043Z] ---> fa5a83f673c4 [2021-04-01T00:37:56.043Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:37:56.043Z] ---> Using cache [2021-04-01T00:37:56.043Z] ---> a5cb68faa024 [2021-04-01T00:37:56.043Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T00:37:56.952Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T00:37:56.952Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T00:37:56.952Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T00:37:57.446Z] ---> Running in c683f1296782 [2021-04-01T00:37:57.446Z] 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-04-01T00:37:58.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:59.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:01.271Z] OK: 233 MiB in 51 packages [2021-04-01T00:38:02.248Z] Removing intermediate container fdda93aa3d02 [2021-04-01T00:38:02.248Z] ---> 2184b77fa708 [2021-04-01T00:38:02.248Z] [2021-04-01T00:38:02.248Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T00:38:02.248Z] ---> 42cb162f0360 [2021-04-01T00:38:02.248Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T00:38:02.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.348s coverage: 45.9% of statements [2021-04-01T00:38:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T00:38:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T00:38:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T00:38:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T00:38:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T00:38:02.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T00:38:02.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.159s coverage: 19.8% of statements [2021-04-01T00:38:02.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.224s coverage: 100.0% of statements [2021-04-01T00:38:02.834Z] Removing intermediate container 7917e0779dac [2021-04-01T00:38:02.835Z] ---> 91f493a2635a [2021-04-01T00:38:02.835Z] [2021-04-01T00:38:02.835Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T00:38:02.835Z] 20.10.0: Pulling from library/docker [2021-04-01T00:38:02.835Z] ---> Running in 25237f4f4bee [2021-04-01T00:38:02.835Z] Removing intermediate container b78595ea9c47 [2021-04-01T00:38:02.835Z] ---> d332ee6eac30 [2021-04-01T00:38:02.835Z] [2021-04-01T00:38:02.835Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T00:38:02.835Z] ---> 42cb162f0360 [2021-04-01T00:38:02.835Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T00:38:02.835Z] Removing intermediate container a811440a3e83 [2021-04-01T00:38:02.835Z] ---> ac2fdab328ad [2021-04-01T00:38:02.835Z] [2021-04-01T00:38:02.835Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T00:38:02.835Z] ---> 42cb162f0360 [2021-04-01T00:38:02.835Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:38:02.835Z] ---> Using cache [2021-04-01T00:38:02.835Z] ---> 6d5f093d2431 [2021-04-01T00:38:02.835Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:38:02.835Z] ---> Using cache [2021-04-01T00:38:02.835Z] ---> d8aab70309e7 [2021-04-01T00:38:02.835Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T00:38:03.423Z] ---> Running in 0e50fb471779 [2021-04-01T00:38:03.423Z] ---> Running in 0abbc2e1f63d [2021-04-01T00:38:03.708Z] Removing intermediate container c683f1296782 [2021-04-01T00:38:03.708Z] ---> 19e7d0a333f9 [2021-04-01T00:38:03.708Z] Step 6/23 : COPY go.mod . [2021-04-01T00:38:03.989Z] Removing intermediate container 0abbc2e1f63d [2021-04-01T00:38:03.989Z] ---> db4ac0f70ac0 [2021-04-01T00:38:03.989Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T00:38:05.402Z] ---> Running in 6877ca483d9c [2021-04-01T00:38:05.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:05.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:05.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:05.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:05.944Z] ---> b0c1344e99d5 [2021-04-01T00:38:05.944Z] Step 7/23 : RUN go mod download [2021-04-01T00:38:05.944Z] ---> Running in f7d8ab374652 [2021-04-01T00:38:05.944Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T00:38:05.944Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T00:38:05.944Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:38:05.944Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T00:38:05.944Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T00:38:05.944Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T00:38:05.944Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:38:05.944Z] Removing intermediate container 6877ca483d9c [2021-04-01T00:38:05.944Z] ---> 1e3eef9d1d8a [2021-04-01T00:38:05.944Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:38:05.944Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:38:05.944Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:38:05.944Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:38:06.229Z] OK: 6 MiB in 16 packages [2021-04-01T00:38:06.229Z] OK: 7 MiB in 18 packages [2021-04-01T00:38:07.660Z] ---> f7692d154d24 [2021-04-01T00:38:07.660Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T00:38:09.105Z] Removing intermediate container 0e50fb471779 [2021-04-01T00:38:09.105Z] ---> d532b746a4c5 [2021-04-01T00:38:09.105Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:38:09.105Z] Removing intermediate container 25237f4f4bee [2021-04-01T00:38:09.105Z] ---> ea63721316f2 [2021-04-01T00:38:09.105Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T00:38:10.526Z] ---> 2d05f679469f [2021-04-01T00:38:10.526Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T00:38:10.526Z] ---> Running in d10ccc5f6305 [2021-04-01T00:38:10.526Z] ---> Running in 8e46f534c1ed [2021-04-01T00:38:10.526Z] Removing intermediate container f7d8ab374652 [2021-04-01T00:38:10.526Z] ---> 1b6f93c7dd1d [2021-04-01T00:38:10.526Z] Step 8/23 : COPY . . [2021-04-01T00:38:10.526Z] Removing intermediate container d10ccc5f6305 [2021-04-01T00:38:10.526Z] ---> f476b45f85f1 [2021-04-01T00:38:10.526Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T00:38:10.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.500s coverage: 27.1% of statements [2021-04-01T00:38:10.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T00:38:10.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T00:38:10.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T00:38:10.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T00:38:10.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T00:38:10.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T00:38:10.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.132s coverage: 100.0% of statements [2021-04-01T00:38:10.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T00:38:10.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.214s coverage: 100.0% of statements [2021-04-01T00:38:10.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T00:38:10.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T00:38:10.797Z] Removing intermediate container 8e46f534c1ed [2021-04-01T00:38:10.797Z] ---> 3d8f1d0c1ba8 [2021-04-01T00:38:10.797Z] Step 13/21 : WORKDIR /edgex [2021-04-01T00:38:10.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.268s coverage: 71.3% of statements [2021-04-01T00:38:10.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T00:38:10.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T00:38:11.377Z] ---> 645679460a2b [2021-04-01T00:38:11.378Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T00:38:11.378Z] ---> Running in 3d1da7a585b9 [2021-04-01T00:38:11.958Z] ---> Running in 49dc7dec2a6f [2021-04-01T00:38:12.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.661s coverage: 82.9% of statements [2021-04-01T00:38:12.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T00:38:12.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:38:12.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.169s coverage: 78.9% of statements [2021-04-01T00:38:12.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T00:38:13.398Z] ---> Running in a24652995bdc [2021-04-01T00:38:14.806Z] Removing intermediate container 3d1da7a585b9 [2021-04-01T00:38:14.806Z] ---> 8386a83ebe0b [2021-04-01T00:38:14.806Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T00:38:15.081Z] Removing intermediate container 49dc7dec2a6f [2021-04-01T00:38:15.081Z] ---> d7e29cae8472 [2021-04-01T00:38:15.081Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T00:38:15.081Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T00:38:15.676Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T00:38:15.677Z] ---> aefe523efa57 [2021-04-01T00:38:15.677Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T00:38:15.941Z] Removing intermediate container a24652995bdc [2021-04-01T00:38:15.941Z] ---> 5fa32c7d3284 [2021-04-01T00:38:15.941Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:38:15.941Z] ---> Running in 0e3f3a9a450b [2021-04-01T00:38:17.867Z] ---> Running in d6a1019be78e [2021-04-01T00:38:17.867Z] ---> Running in fd7d3f598c67 [2021-04-01T00:38:17.867Z] ---> 279d44e0a931 [2021-04-01T00:38:17.867Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T00:38:18.815Z] Removing intermediate container 0e3f3a9a450b [2021-04-01T00:38:18.815Z] ---> ad89935e9aef [2021-04-01T00:38:18.815Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:38:19.762Z] Removing intermediate container d6a1019be78e [2021-04-01T00:38:19.762Z] ---> cead8a661696 [2021-04-01T00:38:19.762Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T00:38:20.723Z] ---> 905d4b132d3e [2021-04-01T00:38:20.723Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T00:38:22.132Z] ---> 0c08f0c0a6a8 [2021-04-01T00:38:22.132Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T00:38:22.132Z] ---> Running in 7395d51a1b8a [2021-04-01T00:38:23.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:23.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:23.093Z] ---> d15fc8c86c88 [2021-04-01T00:38:23.093Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T00:38:23.093Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T00:38:23.093Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T00:38:23.093Z] Executing bash-5.0.17-r0.post-install [2021-04-01T00:38:23.357Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:38:23.357Z] OK: 12 MiB in 22 packages [2021-04-01T00:38:25.305Z] Removing intermediate container 7395d51a1b8a [2021-04-01T00:38:25.305Z] ---> 3a2e3fa68d1f [2021-04-01T00:38:25.305Z] Step 21/22 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:38:25.305Z] ---> Running in bcca19b709d0 [2021-04-01T00:38:25.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.247s coverage: 28.6% of statements [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T00:38:25.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.206s coverage: 100.0% of statements [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T00:38:25.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.137s coverage: 100.0% of statements [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T00:38:25.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.403s coverage: 86.7% of statements [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T00:38:25.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.441s coverage: 97.5% of statements [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T00:38:25.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.267s coverage: 78.3% of statements [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T00:38:25.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T00:38:25.891Z] ---> e833dc355db0 [2021-04-01T00:38:25.891Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T00:38:26.157Z] ---> Running in 7b6dc975d22a [2021-04-01T00:38:27.564Z] Removing intermediate container bcca19b709d0 [2021-04-01T00:38:27.564Z] ---> d5be19fb50bc [2021-04-01T00:38:27.564Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T00:38:27.564Z] ---> d90efff9e82f [2021-04-01T00:38:27.564Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T00:38:28.535Z] ---> Running in 8071c444d7df [2021-04-01T00:38:28.535Z] ---> Running in d005e06cb24f [2021-04-01T00:38:28.535Z] Removing intermediate container 7b6dc975d22a [2021-04-01T00:38:28.535Z] ---> 63ee4c28ab8d [2021-04-01T00:38:28.535Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T00:38:28.807Z] Removing intermediate container fd7d3f598c67 [2021-04-01T00:38:28.807Z] ---> d0023f5fb9ad [2021-04-01T00:38:28.807Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T00:38:28.807Z] ---> Running in 2990213d9570 [2021-04-01T00:38:28.807Z] ---> Running in 007e28245ede [2021-04-01T00:38:29.385Z] Removing intermediate container 8071c444d7df [2021-04-01T00:38:29.385Z] ---> 8dc7da5ea7f6 [2021-04-01T00:38:29.385Z] Step 19/21 : LABEL arch=x86_64 [2021-04-01T00:38:29.386Z] Removing intermediate container d005e06cb24f [2021-04-01T00:38:29.386Z] ---> 9ccd87eda732 [2021-04-01T00:38:29.386Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:38:30.778Z] ---> Running in c455928ad9f4 [2021-04-01T00:38:30.778Z] Removing intermediate container 2990213d9570 [2021-04-01T00:38:30.778Z] ---> 268c1d04cd52 [2021-04-01T00:38:30.778Z] [2021-04-01T00:38:30.778Z] ---> Running in c81ee5862609 [2021-04-01T00:38:30.778Z] Removing intermediate container 007e28245ede [2021-04-01T00:38:30.778Z] ---> f4f48b9cdbab [2021-04-01T00:38:30.778Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T00:38:32.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.162s coverage: 92.8% of statements [2021-04-01T00:38:32.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T00:38:32.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:38:32.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T00:38:32.147Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T00:38:32.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T00:38:32.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T00:38:32.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T00:38:32.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T00:38:32.148Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T00:38:32.148Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.251s coverage: 1.0% of statements [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T00:38:32.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T00:38:32.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.136s coverage: 47.1% of statements [2021-04-01T00:38:32.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.187s coverage: 79.5% of statements [2021-04-01T00:38:32.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.120s coverage: 94.1% of statements [2021-04-01T00:38:32.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.158s coverage: 96.3% of statements [2021-04-01T00:38:32.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.133s coverage: 87.5% of statements [2021-04-01T00:38:32.204Z] Successfully built 268c1d04cd52 [2021-04-01T00:38:32.205Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-01T00:38:32.205Z] Building docker-security-bootstrapper-go [2021-04-01T00:38:32.541Z]  Building docker-support-scheduler-go ... done  ---> Running in d683081f8d6d [2021-04-01T00:38:32.541Z] Removing intermediate container c81ee5862609 [2021-04-01T00:38:32.541Z] ---> 2f594b23e4e1 [2021-04-01T00:38:32.541Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T00:38:32.541Z] Removing intermediate container c455928ad9f4 [2021-04-01T00:38:32.541Z] ---> a8e6f4a7300a [2021-04-01T00:38:32.541Z] Step 20/21 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:38:32.877Z] ---> Running in 943062a4d79d [2021-04-01T00:38:32.877Z] ---> 853ef8ce4437 [2021-04-01T00:38:32.877Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T00:38:32.877Z] ---> Running in 93b254faeab9 [2021-04-01T00:38:33.245Z] ---> Running in c7cab7060ea5 [2021-04-01T00:38:33.245Z] Removing intermediate container d683081f8d6d [2021-04-01T00:38:33.245Z] ---> a3f83e6527cc [2021-04-01T00:38:33.245Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T00:38:33.245Z] Removing intermediate container 93b254faeab9 [2021-04-01T00:38:33.245Z] ---> dc2c64c59388 [2021-04-01T00:38:33.245Z] Step 21/22 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:38:33.529Z] ---> Running in 54124baedadd [2021-04-01T00:38:33.529Z] Removing intermediate container 943062a4d79d [2021-04-01T00:38:33.529Z] ---> 0e43c65ee4c5 [2021-04-01T00:38:33.529Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T00:38:33.529Z] ---> Running in 1ee1648881b6 [2021-04-01T00:38:33.529Z] ---> Running in 1ff7e7e5d64e [2021-04-01T00:38:33.953Z] Removing intermediate container 54124baedadd [2021-04-01T00:38:33.953Z] ---> f624668002d6 [2021-04-01T00:38:33.953Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T00:38:33.953Z] Removing intermediate container 1ee1648881b6 [2021-04-01T00:38:33.953Z] ---> 852ea0b17c36 [2021-04-01T00:38:33.953Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T00:38:33.953Z] Removing intermediate container 1ff7e7e5d64e [2021-04-01T00:38:33.953Z] ---> f4150515646a [2021-04-01T00:38:33.953Z] [2021-04-01T00:38:34.264Z] ---> Running in bed0c841c4fc [2021-04-01T00:38:34.264Z] 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-04-01T00:38:34.264Z] Successfully built f4150515646a [2021-04-01T00:38:34.264Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-01T00:38:34.529Z] Building docker-core-metadata-go [2021-04-01T00:38:34.529Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bed0c841c4fc [2021-04-01T00:38:34.529Z] ---> 5e09b816d300 [2021-04-01T00:38:34.529Z] [2021-04-01T00:38:34.792Z] ---> 3f522516b0a1 [2021-04-01T00:38:34.792Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T00:38:36.199Z] Successfully built 5e09b816d300 [2021-04-01T00:38:37.163Z] Successfully tagged docker-support-notifications-go:latest [2021-04-01T00:38:37.163Z] Building docker-security-secretstore-setup-go [2021-04-01T00:38:42.498Z]  Building docker-support-notifications-go ... done  ---> 6d22aeaf746b [2021-04-01T00:38:42.498Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T00:38:44.459Z] ---> bfe61e040915 [2021-04-01T00:38:44.459Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T00:38:44.459Z] ---> Running in e1eca7900c6e [2021-04-01T00:38:44.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.201s coverage: 94.4% of statements [2021-04-01T00:38:44.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements [2021-04-01T00:38:45.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:45.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:46.529Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T00:38:46.529Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T00:38:46.529Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T00:38:46.529Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T00:38:46.529Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T00:38:46.529Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T00:38:46.529Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T00:38:49.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.470s coverage: 82.6% of statements [2021-04-01T00:38:58.941Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T00:38:58.941Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T00:38:58.941Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T00:38:58.941Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T00:38:58.941Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T00:38:59.229Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T00:38:59.229Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T00:38:59.229Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T00:38:59.525Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.227s coverage: 92.9% of statements [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 75.5% of statements [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.136s coverage: 80.8% of statements [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.190s coverage: 87.2% of statements [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.186s coverage: 84.6% of statements [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.6% of statements [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.617s coverage: 64.4% of statements [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T00:39:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.143s coverage: 100.0% of statements [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-04-01T00:39:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-04-01T00:39:00.123Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T00:39:00.403Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T00:39:00.403Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T00:39:00.403Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T00:39:00.403Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T00:39:00.403Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T00:39:00.699Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T00:39:00.700Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T00:39:00.700Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T00:39:00.700Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T00:39:00.700Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T00:39:00.700Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T00:39:00.700Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T00:39:00.700Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T00:39:02.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2021-04-01T00:39:02.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.083s coverage: 100.0% of statements [2021-04-01T00:39:02.158Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T00:39:02.158Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T00:39:02.158Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T00:39:03.140Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:39:03.140Z] OK: 71 MiB in 55 packages [2021-04-01T00:39:03.407Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:39:03.407Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:39:03.407Z] ---> d7e482c84456 [2021-04-01T00:39:03.407Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T00:39:03.678Z] ---> Using cache [2021-04-01T00:39:03.678Z] ---> fa5a83f673c4 [2021-04-01T00:39:03.678Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:39:03.678Z] ---> Using cache [2021-04-01T00:39:03.678Z] ---> a5cb68faa024 [2021-04-01T00:39:03.678Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T00:39:04.656Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:39:04.656Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:39:04.656Z] ---> d7e482c84456 [2021-04-01T00:39:04.656Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:39:04.656Z] ---> Using cache [2021-04-01T00:39:04.656Z] ---> fa5a83f673c4 [2021-04-01T00:39:04.656Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:39:04.656Z] ---> Using cache [2021-04-01T00:39:04.656Z] ---> a5cb68faa024 [2021-04-01T00:39:04.656Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T00:39:04.656Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:39:04.656Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:39:04.656Z] ---> d7e482c84456 [2021-04-01T00:39:04.656Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T00:39:04.656Z] ---> Using cache [2021-04-01T00:39:04.656Z] ---> fa5a83f673c4 [2021-04-01T00:39:04.656Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:39:04.656Z] ---> Using cache [2021-04-01T00:39:04.656Z] ---> a5cb68faa024 [2021-04-01T00:39:04.656Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T00:39:05.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.964s coverage: 69.0% of statements [2021-04-01T00:39:05.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T00:39:05.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T00:39:05.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T00:39:06.070Z] ---> Running in bcb499755b0c [2021-04-01T00:39:06.070Z] ---> Running in 5210045dcf17 [2021-04-01T00:39:06.070Z] ---> Running in 186f45f5a01f [2021-04-01T00:39:06.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.464s coverage: 38.4% of statements [2021-04-01T00:39:06.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T00:39:06.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T00:39:06.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.120s coverage: 89.5% of statements [2021-04-01T00:39:06.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T00:39:06.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements [2021-04-01T00:39:07.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:07.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:07.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:08.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:08.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:08.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:09.000Z] OK: 233 MiB in 51 packages [2021-04-01T00:39:09.000Z] OK: 233 MiB in 51 packages [2021-04-01T00:39:09.277Z] OK: 233 MiB in 51 packages [2021-04-01T00:39:13.529Z] Removing intermediate container bcb499755b0c [2021-04-01T00:39:13.530Z] ---> 5c35be8ffa28 [2021-04-01T00:39:13.530Z] Step 6/31 : COPY go.mod . [2021-04-01T00:39:13.530Z] Removing intermediate container 186f45f5a01f [2021-04-01T00:39:13.530Z] ---> a45e57e62138 [2021-04-01T00:39:13.530Z] Step 6/24 : COPY go.mod . [2021-04-01T00:39:13.530Z] Removing intermediate container 5210045dcf17 [2021-04-01T00:39:13.530Z] ---> 2d7197fb85d3 [2021-04-01T00:39:13.530Z] Step 6/23 : COPY go.mod . [2021-04-01T00:39:13.715Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.436s coverage: 47.0% of statements [2021-04-01T00:39:13.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T00:39:13.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T00:39:13.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T00:39:13.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T00:39:13.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T00:39:13.715Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.109s coverage: 100.0% of statements [2021-04-01T00:39:13.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T00:39:13.715Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements [2021-04-01T00:39:13.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T00:39:13.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T00:39:13.715Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.159s coverage: 11.0% of statements [2021-04-01T00:39:13.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T00:39:14.959Z] ---> e897dcd1da8d [2021-04-01T00:39:14.959Z] Step 7/31 : RUN go mod download [2021-04-01T00:39:15.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.451s coverage: 87.1% of statements [2021-04-01T00:39:15.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T00:39:15.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:39:15.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T00:39:16.385Z] ---> Running in 9722bb60a9d1 [2021-04-01T00:39:17.350Z] ---> a05008144f29 [2021-04-01T00:39:17.350Z] Step 7/23 : RUN go mod download [2021-04-01T00:39:17.927Z] ---> 204ed6059739 [2021-04-01T00:39:17.927Z] Step 7/24 : RUN go mod download [2021-04-01T00:39:17.927Z] ---> Running in 549fca74ac85 [2021-04-01T00:39:18.199Z] ---> Running in 079ab0cb50f5 [2021-04-01T00:39:18.471Z] Removing intermediate container e1eca7900c6e [2021-04-01T00:39:18.471Z] ---> f023addf270d [2021-04-01T00:39:18.471Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T00:39:19.076Z] ---> Running in d485c4ab1cf7 [2021-04-01T00:39:21.681Z] Collecting docker-compose==1.23.2 [2021-04-01T00:39:21.681Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T00:39:21.681Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T00:39:21.900Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.261s coverage: 29.1% of statements [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T00:39:21.900Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.179s coverage: 99.0% of statements [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T00:39:21.900Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.182s coverage: 100.0% of statements [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T00:39:21.900Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.302s coverage: 95.0% of statements [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T00:39:21.900Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T00:39:21.900Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T00:39:21.900Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T00:39:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T00:39:21.900Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements [2021-04-01T00:39:21.944Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T00:39:21.944Z] Removing intermediate container c7cab7060ea5 [2021-04-01T00:39:21.944Z] ---> fd8e68b43045 [2021-04-01T00:39:21.944Z] [2021-04-01T00:39:21.944Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:39:22.206Z] ---> 42cb162f0360 [2021-04-01T00:39:22.206Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T00:39:22.470Z] Removing intermediate container 079ab0cb50f5 [2021-04-01T00:39:22.470Z] ---> 3873355baf62 [2021-04-01T00:39:22.470Z] Step 8/24 : COPY . . [2021-04-01T00:39:22.743Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T00:39:22.743Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T00:39:22.743Z] ---> Running in 4600ffc1a123 [2021-04-01T00:39:22.743Z] Removing intermediate container 9722bb60a9d1 [2021-04-01T00:39:22.743Z] ---> c51e5d3ab710 [2021-04-01T00:39:22.743Z] Step 8/31 : COPY . . [2021-04-01T00:39:22.743Z] Removing intermediate container 549fca74ac85 [2021-04-01T00:39:22.743Z] ---> baa9e3edc000 [2021-04-01T00:39:22.743Z] Step 8/23 : COPY . . [2021-04-01T00:39:23.011Z] Collecting PyYAML<4,>=3.10 [2021-04-01T00:39:23.011Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T00:39:23.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.114s coverage: 32.1% of statements [2021-04-01T00:39:23.597Z] Removing intermediate container 4600ffc1a123 [2021-04-01T00:39:23.597Z] ---> 5ea491711bb0 [2021-04-01T00:39:23.597Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T00:39:23.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-04-01T00:39:24.573Z] GO111MODULE=on go vet ./... [2021-04-01T00:39:26.181Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T00:39:26.181Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T00:39:26.770Z] 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-04-01T00:39:27.357Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T00:39:27.357Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T00:39:27.946Z] ---> Running in b67ef29d30b3 [2021-04-01T00:39:30.539Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T00:39:30.539Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T00:39:31.982Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T00:39:31.982Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T00:39:31.982Z] Removing intermediate container b67ef29d30b3 [2021-04-01T00:39:31.982Z] ---> 0095ae333bfb [2021-04-01T00:39:31.982Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T00:39:33.629Z] ---> Running in a40f3d48632e [2021-04-01T00:39:33.904Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T00:39:33.904Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T00:39:36.502Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T00:39:36.502Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T00:39:36.769Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T00:39:36.769Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T00:39:37.729Z] Collecting idna<2.8,>=2.5 [2021-04-01T00:39:37.729Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T00:39:37.729Z] Removing intermediate container a40f3d48632e [2021-04-01T00:39:37.729Z] ---> 1c42cf4a5173 [2021-04-01T00:39:37.729Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:39:37.729Z] 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-04-01T00:39:37.729Z] 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-04-01T00:39:39.689Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T00:39:39.689Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T00:39:41.102Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T00:39:41.102Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T00:39:41.102Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T00:39:41.102Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T00:39:42.075Z] Installing collected packages: jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, cached-property, dockerpty, texttable, docopt, docker-compose [2021-04-01T00:39:43.054Z] ---> Running in d7cff0c9ca42 [2021-04-01T00:39:48.428Z] Attempting uninstall: idna [2021-04-01T00:39:48.428Z] Found existing installation: idna 2.9 [2021-04-01T00:39:48.428Z] Uninstalling idna-2.9: [2021-04-01T00:39:48.428Z] Successfully uninstalled idna-2.9 [2021-04-01T00:39:49.399Z] Attempting uninstall: urllib3 [2021-04-01T00:39:49.399Z] Found existing installation: urllib3 1.25.9 [2021-04-01T00:39:49.399Z] Uninstalling urllib3-1.25.9: [2021-04-01T00:39:50.001Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T00:39:50.677Z] Attempting uninstall: requests [2021-04-01T00:39:50.677Z] Found existing installation: requests 2.23.0 [2021-04-01T00:39:50.677Z] Uninstalling requests-2.23.0: [2021-04-01T00:39:50.955Z] Successfully uninstalled requests-2.23.0 [2021-04-01T00:39:55.675Z] Running setup.py install for PyYAML: started [2021-04-01T00:39:56.271Z] Removing intermediate container d7cff0c9ca42 [2021-04-01T00:39:56.271Z] ---> a83526679e00 [2021-04-01T00:39:56.271Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T00:39:56.858Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T00:39:56.858Z] Running setup.py install for dockerpty: started [2021-04-01T00:39:57.442Z] ---> Running in 22d1b1f7d652 [2021-04-01T00:39:57.442Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T00:39:57.442Z] Running setup.py install for texttable: started [2021-04-01T00:39:58.022Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T00:39:58.022Z] Running setup.py install for docopt: started [2021-04-01T00:39:58.608Z] ---> 7b3043a58d54 [2021-04-01T00:39:58.608Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T00:39:58.608Z] ---> 0313b035e2dc [2021-04-01T00:39:58.608Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T00:39:58.608Z] ---> Running in 82b02ca4a1cc [2021-04-01T00:39:58.608Z] ---> 6f72b214aa78 [2021-04-01T00:39:58.608Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T00:39:58.874Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T00:39:58.874Z] ---> Running in e8ac7c8045fd [2021-04-01T00:39:59.139Z] ---> Running in 59ca1f05fe8c [2021-04-01T00:39:59.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:59.417Z] 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-04-01T00:40:00.008Z] 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-04-01T00:40:00.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:00.008Z] 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-04-01T00:40:00.009Z] 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-04-01T00:40:00.598Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T00:40:00.867Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T00:40:00.867Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T00:40:00.867Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T00:40:01.146Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T00:40:01.418Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T00:40:01.418Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:40:01.699Z] OK: 8 MiB in 20 packages [2021-04-01T00:40:03.685Z] Removing intermediate container d485c4ab1cf7 [2021-04-01T00:40:03.685Z] ---> 12e908ec1d7a [2021-04-01T00:40:03.685Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T00:40:03.685Z] ---> Running in e06957126cad [2021-04-01T00:40:03.685Z] Removing intermediate container 22d1b1f7d652 [2021-04-01T00:40:03.685Z] ---> 4f67e24324ab [2021-04-01T00:40:03.685Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:40:06.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:06.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:06.327Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:40:06.327Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T00:40:06.327Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T00:40:06.327Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:40:06.327Z] OK: 72 MiB in 58 packages [2021-04-01T00:40:06.612Z] ---> defc2c1ee7ec [2021-04-01T00:40:06.612Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T00:40:08.611Z] ---> 841ef7dde9a4 [2021-04-01T00:40:08.611Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T00:40:08.611Z] Removing intermediate container e06957126cad [2021-04-01T00:40:08.611Z] ---> d72071ce2ca4 [2021-04-01T00:40:08.611Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T00:40:08.611Z] ---> Running in 62139ca03503 [2021-04-01T00:40:08.897Z] Removing intermediate container 62139ca03503 [2021-04-01T00:40:08.897Z] ---> cafaa3bc3b15 [2021-04-01T00:40:08.897Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:40:09.168Z] ---> ebd3078cdc6d [2021-04-01T00:40:09.168Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T00:40:09.168Z] ---> Running in dc25542bc91f [2021-04-01T00:40:09.441Z] ---> Running in 16a3f7aa4a95 [2021-04-01T00:40:10.410Z] Removing intermediate container dc25542bc91f [2021-04-01T00:40:10.410Z] ---> 286b158102cd [2021-04-01T00:40:10.410Z] Step 24/26 : LABEL arch=x86_64 [2021-04-01T00:40:10.410Z] Removing intermediate container 16a3f7aa4a95 [2021-04-01T00:40:10.410Z] ---> 7e635524fbc1 [2021-04-01T00:40:10.410Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:40:10.410Z] ---> Running in c7ea05a694ea [2021-04-01T00:40:10.410Z] ---> Running in 5803188e3150 [2021-04-01T00:40:11.379Z] Removing intermediate container 5803188e3150 [2021-04-01T00:40:11.379Z] ---> 3bde45051078 [2021-04-01T00:40:11.379Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T00:40:11.379Z] Removing intermediate container c7ea05a694ea [2021-04-01T00:40:11.379Z] ---> a4894d959281 [2021-04-01T00:40:11.379Z] Step 25/26 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:40:11.379Z] ---> Running in a04805ff5f47 [2021-04-01T00:40:11.379Z] ---> Running in b212d0199546 [2021-04-01T00:40:11.656Z] Removing intermediate container a04805ff5f47 [2021-04-01T00:40:11.656Z] ---> 5c64f10162cd [2021-04-01T00:40:11.656Z] Step 22/23 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:40:11.656Z] Removing intermediate container b212d0199546 [2021-04-01T00:40:11.656Z] ---> 2778d2fcfa04 [2021-04-01T00:40:11.656Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T00:40:11.656Z] ---> Running in 83917380b1a3 [2021-04-01T00:40:11.926Z] ---> Running in bdbf5a511f67 [2021-04-01T00:40:12.198Z] Removing intermediate container 83917380b1a3 [2021-04-01T00:40:12.198Z] ---> f74e4282a348 [2021-04-01T00:40:12.198Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:40:12.476Z] ---> Running in a2034a20db0d [2021-04-01T00:40:12.476Z] Removing intermediate container bdbf5a511f67 [2021-04-01T00:40:12.476Z] ---> 50bbaadf6465 [2021-04-01T00:40:12.476Z] [2021-04-01T00:40:13.086Z] Successfully built 50bbaadf6465 [2021-04-01T00:40:13.086Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-01T00:40:13.086Z] Removing intermediate container a2034a20db0d [2021-04-01T00:40:13.086Z] ---> 08bb8b9e11dd [2021-04-01T00:40:13.086Z] [2021-04-01T00:40:13.692Z]  Building docker-sys-mgmt-agent-go ... done Successfully built 08bb8b9e11dd [2021-04-01T00:40:13.692Z] Successfully tagged docker-core-data-go:latest [2021-04-01T00:40:26.149Z]  Building docker-core-data-go ... done 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-04-01T00:40:30.434Z] Removing intermediate container 59ca1f05fe8c [2021-04-01T00:40:30.434Z] ---> de1d7b9883c7 [2021-04-01T00:40:30.434Z] [2021-04-01T00:40:30.434Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T00:40:30.434Z] ---> 42cb162f0360 [2021-04-01T00:40:30.434Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T00:40:30.696Z] ---> Running in c4b844d301ea [2021-04-01T00:40:30.964Z] Removing intermediate container c4b844d301ea [2021-04-01T00:40:30.964Z] ---> 43d56e4749a8 [2021-04-01T00:40:30.964Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T00:40:32.360Z] ---> Running in bfa444152247 [2021-04-01T00:40:34.289Z] Removing intermediate container 82b02ca4a1cc [2021-04-01T00:40:34.289Z] ---> f29acd30a179 [2021-04-01T00:40:34.289Z] [2021-04-01T00:40:34.289Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T00:40:34.289Z] ---> 42cb162f0360 [2021-04-01T00:40:34.289Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T00:40:34.289Z] Removing intermediate container e8ac7c8045fd [2021-04-01T00:40:34.289Z] ---> dbbca1ff20d9 [2021-04-01T00:40:34.289Z] [2021-04-01T00:40:34.289Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:40:34.289Z] ---> 42cb162f0360 [2021-04-01T00:40:34.289Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:40:34.289Z] ---> Using cache [2021-04-01T00:40:34.289Z] ---> 6d5f093d2431 [2021-04-01T00:40:34.289Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:40:34.289Z] ---> Using cache [2021-04-01T00:40:34.289Z] ---> d8aab70309e7 [2021-04-01T00:40:34.289Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T00:40:34.289Z] ---> Running in 063f45bbb796 [2021-04-01T00:40:34.289Z] ---> Running in 49b85131914f [2021-04-01T00:40:34.558Z] Removing intermediate container 49b85131914f [2021-04-01T00:40:34.558Z] ---> b3d8cf7553a3 [2021-04-01T00:40:34.558Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T00:40:34.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:34.558Z] ---> Running in 68b07666b3dc [2021-04-01T00:40:34.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:34.828Z] Removing intermediate container 68b07666b3dc [2021-04-01T00:40:34.828Z] ---> cf84f31d0153 [2021-04-01T00:40:34.828Z] Step 15/23 : WORKDIR / [2021-04-01T00:40:34.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:34.828Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T00:40:34.828Z] ---> Running in cc15ccc8047f [2021-04-01T00:40:34.828Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T00:40:34.828Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:40:34.828Z] OK: 6 MiB in 16 packages [2021-04-01T00:40:34.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:35.095Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T00:40:35.095Z] Removing intermediate container cc15ccc8047f [2021-04-01T00:40:35.095Z] ---> 1a74c35082f2 [2021-04-01T00:40:35.095Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:40:35.095Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:40:35.095Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T00:40:35.095Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T00:40:35.095Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T00:40:35.095Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T00:40:35.095Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:40:35.095Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:40:35.095Z] OK: 7 MiB in 20 packages [2021-04-01T00:40:36.486Z] ---> fe6dc3289f14 [2021-04-01T00:40:36.486Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T00:40:36.486Z] Removing intermediate container bfa444152247 [2021-04-01T00:40:36.486Z] ---> b8126bdbda4f [2021-04-01T00:40:36.486Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T00:40:37.062Z] ---> Running in 4e7d4e6662ee [2021-04-01T00:40:37.062Z] Removing intermediate container 063f45bbb796 [2021-04-01T00:40:37.062Z] ---> 24366eb0de8a [2021-04-01T00:40:37.062Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T00:40:37.326Z] ---> a33dff1b14cc [2021-04-01T00:40:37.326Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T00:40:37.326Z] ---> Running in f2976d0cb40b [2021-04-01T00:40:37.326Z] Removing intermediate container 4e7d4e6662ee [2021-04-01T00:40:37.326Z] ---> 23fe3733adf8 [2021-04-01T00:40:37.326Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T00:40:37.591Z] ---> Running in 0d415b09508d [2021-04-01T00:40:37.591Z] Removing intermediate container f2976d0cb40b [2021-04-01T00:40:37.591Z] ---> 3bd1e619d51c [2021-04-01T00:40:37.591Z] Step 13/24 : WORKDIR / [2021-04-01T00:40:37.591Z] ---> 8c80c8c3fb89 [2021-04-01T00:40:37.591Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T00:40:37.591Z] ---> Running in 4b6314448af9 [2021-04-01T00:40:38.541Z] ---> Running in c27cd51f2efa [2021-04-01T00:40:38.541Z] Removing intermediate container 0d415b09508d [2021-04-01T00:40:38.541Z] ---> ecd37f5dffca [2021-04-01T00:40:38.541Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T00:40:38.541Z] ---> Running in b2552ad8952b [2021-04-01T00:40:38.808Z] Removing intermediate container 4b6314448af9 [2021-04-01T00:40:38.809Z] ---> a39612f701ab [2021-04-01T00:40:38.809Z] 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-04-01T00:40:38.809Z] Removing intermediate container c27cd51f2efa [2021-04-01T00:40:38.809Z] ---> 9734be72f669 [2021-04-01T00:40:38.809Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:40:38.809Z] ---> Running in b636efdd063f [2021-04-01T00:40:39.072Z] ---> df4b99f3dbd9 [2021-04-01T00:40:39.072Z] 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-04-01T00:40:39.072Z] Removing intermediate container b636efdd063f [2021-04-01T00:40:39.072Z] ---> bfb6c66a1624 [2021-04-01T00:40:39.072Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T00:40:39.339Z] ---> Running in ff2b5ce22b2e [2021-04-01T00:40:39.339Z] ---> e0adbaadeb01 [2021-04-01T00:40:39.339Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T00:40:39.339Z] Removing intermediate container ff2b5ce22b2e [2021-04-01T00:40:39.339Z] ---> c1bdd4c79e48 [2021-04-01T00:40:39.339Z] Step 22/23 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:40:39.608Z] ---> Running in ea7e427fd4f0 [2021-04-01T00:40:40.556Z] Removing intermediate container ea7e427fd4f0 [2021-04-01T00:40:40.556Z] ---> ca90bd3d9a63 [2021-04-01T00:40:40.556Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:40:40.556Z] ---> eeba7399a033 [2021-04-01T00:40:40.556Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T00:40:40.556Z] ---> Running in e7d569f73610 [2021-04-01T00:40:40.821Z] Removing intermediate container b2552ad8952b [2021-04-01T00:40:40.821Z] ---> 1af35169aed0 [2021-04-01T00:40:40.821Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T00:40:40.821Z] ---> Running in bdd612dae118 [2021-04-01T00:40:40.821Z] Removing intermediate container e7d569f73610 [2021-04-01T00:40:40.821Z] ---> f5485bda19d3 [2021-04-01T00:40:40.821Z] [2021-04-01T00:40:41.082Z] Successfully built f5485bda19d3 [2021-04-01T00:40:41.082Z] Removing intermediate container bdd612dae118 [2021-04-01T00:40:41.082Z] ---> c21c5da95ae8 [2021-04-01T00:40:41.082Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T00:40:41.082Z] Successfully tagged docker-core-metadata-go:latest [2021-04-01T00:40:41.082Z]  Building docker-core-metadata-go ... done  ---> 8bb9b32ab5ed [2021-04-01T00:40:41.082Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T00:40:41.665Z] ---> da6d75a79feb [2021-04-01T00:40:41.665Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T00:40:41.665Z] ---> Running in da1da64d10f6 [2021-04-01T00:40:41.665Z] ---> ccca96b8a531 [2021-04-01T00:40:41.665Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T00:40:41.931Z] ---> f5c1ea8c9fad [2021-04-01T00:40:41.931Z] 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-04-01T00:40:41.931Z] ---> Running in 232de5647b35 [2021-04-01T00:40:42.889Z] Removing intermediate container da1da64d10f6 [2021-04-01T00:40:42.889Z] ---> fdbb23dd0e48 [2021-04-01T00:40:42.889Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:40:43.151Z] Removing intermediate container 232de5647b35 [2021-04-01T00:40:43.151Z] ---> c7488d32ae34 [2021-04-01T00:40:43.151Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T00:40:43.151Z] ---> a218e60f4c5a [2021-04-01T00:40:43.151Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T00:40:43.151Z] ---> Running in bce6b2e2a6fd [2021-04-01T00:40:43.418Z] Removing intermediate container bce6b2e2a6fd [2021-04-01T00:40:43.418Z] ---> 8e38586176b9 [2021-04-01T00:40:43.418Z] Step 22/24 : LABEL arch=x86_64 [2021-04-01T00:40:43.418Z] ---> Running in 89f2fbb4e6b3 [2021-04-01T00:40:43.682Z] ---> 33e539e7775b [2021-04-01T00:40:43.682Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T00:40:43.682Z] Removing intermediate container 89f2fbb4e6b3 [2021-04-01T00:40:43.682Z] ---> f823c02de1e3 [2021-04-01T00:40:43.682Z] Step 23/24 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:40:43.944Z] ---> Running in 50d272225e98 [2021-04-01T00:40:44.211Z] ---> 27793dda9138 [2021-04-01T00:40:44.211Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T00:40:44.211Z] Removing intermediate container 50d272225e98 [2021-04-01T00:40:44.211Z] ---> 47003c6eef07 [2021-04-01T00:40:44.211Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T00:40:44.211Z] ---> Running in 672460f47919 [2021-04-01T00:40:44.473Z] Removing intermediate container 672460f47919 [2021-04-01T00:40:44.473Z] ---> c36efe4c794b [2021-04-01T00:40:44.473Z] [2021-04-01T00:40:44.473Z] ---> aa36063111d7 [2021-04-01T00:40:44.473Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T00:40:44.473Z] Successfully built c36efe4c794b [2021-04-01T00:40:44.473Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-01T00:40:44.734Z]  Building docker-security-secretstore-setup-go ... done  ---> 2142b9f8055c [2021-04-01T00:40:44.734Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T00:40:44.734Z] ---> Running in 9b68756a7deb [2021-04-01T00:40:44.996Z] Removing intermediate container 9b68756a7deb [2021-04-01T00:40:44.996Z] ---> 71368f4ad49c [2021-04-01T00:40:44.996Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T00:40:45.259Z] ---> 5de6aad1b813 [2021-04-01T00:40:45.259Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T00:40:45.521Z] ---> Running in 7b269456ba44 [2021-04-01T00:40:46.360Z] gofmt -l . [2021-04-01T00:40:46.360Z] [ "`gofmt -l .`" = "" ] [2021-04-01T00:40:46.474Z] Removing intermediate container 7b269456ba44 [2021-04-01T00:40:46.474Z] ---> cb42af915a72 [2021-04-01T00:40:46.474Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T00:40:46.474Z] ---> Running in 45db14eee277 [2021-04-01T00:40:46.737Z] Removing intermediate container 45db14eee277 [2021-04-01T00:40:46.737Z] ---> 3214857d7a13 [2021-04-01T00:40:46.737Z] Step 28/31 : CMD ["gate"] [2021-04-01T00:40:47.006Z] ---> Running in b259e41cf73e [2021-04-01T00:40:47.006Z] Removing intermediate container b259e41cf73e [2021-04-01T00:40:47.006Z] ---> 5d6c7396103b [2021-04-01T00:40:47.006Z] Step 29/31 : LABEL arch=x86_64 [2021-04-01T00:40:47.269Z] ---> Running in f7e9fe2fc6f5 [2021-04-01T00:40:47.531Z] Removing intermediate container f7e9fe2fc6f5 [2021-04-01T00:40:47.531Z] ---> 33e75fcf3f93 [2021-04-01T00:40:47.531Z] Step 30/31 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:40:47.531Z] ---> Running in f48ac06f6f85 [2021-04-01T00:40:47.794Z] Removing intermediate container f48ac06f6f85 [2021-04-01T00:40:47.794Z] ---> bdc370827b7e [2021-04-01T00:40:47.794Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T00:40:48.056Z] ---> Running in dc7143fb6220 [2021-04-01T00:40:48.056Z] Removing intermediate container dc7143fb6220 [2021-04-01T00:40:48.056Z] ---> 12a0fde9c460 [2021-04-01T00:40:48.056Z] [2021-04-01T00:40:48.326Z] ./bin/test-go-mod-tidy.sh [2021-04-01T00:40:48.632Z] Successfully built 12a0fde9c460 [2021-04-01T00:40:48.632Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-01T00:40:48.922Z] ./bin/test-attribution-txt.sh [2021-04-01T00:40:49.589Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-04-01T00:40:49.611Z] $ docker stop --time=1 ef87d61cc46b7d4e90f8edaa1c0d559fa28146904f313427928ff6b9e354ff67 [2021-04-01T00:40:51.267Z] $ docker rm -f ef87d61cc46b7d4e90f8edaa1c0d559fa28146904f313427928ff6b9e354ff67 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-04-01T00:40:51.783Z] + docker images [2021-04-01T00:40:51.783Z] + grep docker [2021-04-01T00:40:52.045Z] docker-security-bootstrapper-go latest 12a0fde9c460 5 seconds ago 18.9MB [2021-04-01T00:40:52.045Z] docker-security-secretstore-setup-go latest c36efe4c794b 8 seconds ago 25.7MB [2021-04-01T00:40:52.045Z] docker-core-metadata-go latest f5485bda19d3 12 seconds ago 19MB [2021-04-01T00:40:52.045Z] docker-sys-mgmt-agent-go latest 50bbaadf6465 40 seconds ago 314MB [2021-04-01T00:40:52.045Z] docker-core-data-go latest 08bb8b9e11dd 40 seconds ago 22.7MB [2021-04-01T00:40:52.045Z] docker-support-notifications-go latest 5e09b816d300 2 minutes ago 17.9MB [2021-04-01T00:40:52.045Z] docker-security-proxy-setup-go latest f4150515646a 2 minutes ago 25.4MB [2021-04-01T00:40:52.045Z] docker-support-scheduler-go latest 268c1d04cd52 2 minutes ago 17.4MB [2021-04-01T00:40:52.045Z] docker-core-command-go latest 543df05520ad 3 minutes ago 17.3MB [2021-04-01T00:40:52.045Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2021-04-01T00:40:52.223Z] + ls -al . [2021-04-01T00:40:52.223Z] total 820 [2021-04-01T00:40:52.223Z] drwxrwxr-x 9 1001 1001 4096 Apr 1 00:40 . [2021-04-01T00:40:52.223Z] drwxr-xr-x 4 root root 4096 Apr 1 00:36 .. [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 00:34 .dockerignore [2021-04-01T00:40:52.223Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 00:34 .git [2021-04-01T00:40:52.223Z] drwxrwxr-x 3 1001 1001 4096 Apr 1 00:34 .github [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 00:34 .gitignore [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 00:34 .sonarcloud.properties [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 00:34 Attribution.txt [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 00:34 CONTRIBUTING.md [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 00:34 Dockerfile.build [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 00:34 Jenkinsfile [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 00:34 LICENSE [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 00:34 Makefile [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 00:34 README.md [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 00:34 SECURITY.md [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 00:31 VERSION [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 00:34 ZMQWindows.md [2021-04-01T00:40:52.223Z] drwxrwxr-x 2 1001 1001 4096 Apr 1 00:34 bin [2021-04-01T00:40:52.223Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 00:34 cmd [2021-04-01T00:40:52.223Z] -rw-r--r-- 1 root root 680272 Apr 1 00:39 coverage.out [2021-04-01T00:40:52.223Z] -rw-r--r-- 1 root root 1056 Apr 1 00:40 go.mod [2021-04-01T00:40:52.223Z] -rw-r--r-- 1 root root 22360 Apr 1 00:40 go.sum [2021-04-01T00:40:52.223Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 00:34 internal [2021-04-01T00:40:52.223Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 00:34 openapi [2021-04-01T00:40:52.223Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 00:34 snap [2021-04-01T00:40:52.223Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 00:34 version.go [Pipeline] } [Pipeline] // stage [Pipeline] sh [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-04-01T00:40:53.053Z] + '[' -e coverage.out ] [2021-04-01T00:40:53.053Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T00:40:53.132Z] Warning: overwriting stash ‘coverage-report’ [2021-04-01T00:40:54.453Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T00:40:55.098Z] + make build [2021-04-01T00:40:55.098Z] 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-04-01T00:41:07.875Z] Still waiting to schedule task [2021-04-01T00:41:07.875Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-32373’ [2021-04-01T00:41:10.192Z] 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-04-01T00:41:32.356Z] 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-04-01T00:41:36.643Z] 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-04-01T00:41:42.019Z] 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-04-01T00:41:43.002Z] 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-04-01T00:41:51.277Z] 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-04-01T00:41:59.541Z] 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-04-01T00:42:03.899Z] 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-04-01T00:42:09.295Z] 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-04-01T00:42:14.694Z] 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-04-01T00:42:19.034Z] 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-04-01T00:42:25.761Z] $ docker stop --time=1 29d5c025d8754c57bb40cca0433f340197a4a702d03aba0f33521f5adad82626 [2021-04-01T00:42:28.302Z] $ docker rm -f 29d5c025d8754c57bb40cca0433f340197a4a702d03aba0f33521f5adad82626 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:42:30.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T00:42:30.418Z] [2021-04-01T00:42:30.418Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:42:31.099Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T00:42:31.369Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-01T00:42:31.369Z] 29e5d40040c1: Pulling fs layer [2021-04-01T00:42:31.369Z] 1ce36da41761: Pulling fs layer [2021-04-01T00:42:31.369Z] 25b303627fd3: Pulling fs layer [2021-04-01T00:42:31.958Z] 29e5d40040c1: Verifying Checksum [2021-04-01T00:42:31.958Z] 29e5d40040c1: Download complete [2021-04-01T00:42:32.551Z] 1ce36da41761: Download complete [2021-04-01T00:42:32.825Z] 29e5d40040c1: Pull complete [2021-04-01T00:42:34.250Z] 1ce36da41761: Pull complete [2021-04-01T00:42:34.250Z] 25b303627fd3: Verifying Checksum [2021-04-01T00:42:34.250Z] 25b303627fd3: Download complete [2021-04-01T00:42:44.392Z] 25b303627fd3: Pull complete [2021-04-01T00:42:44.392Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-01T00:42:44.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T00:42:44.392Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-01T00:42:44.633Z] prd-ubuntu18.04-docker-arm64-4c-16g-32368 does not seem to be running inside a container [2021-04-01T00:42:44.717Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T00:42:45.071Z] Running on prd-ubuntu18.04-docker-8c-8g-32375 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [2021-04-01T00:42:47.673Z] $ docker top c7d8b385ae41243544b17f778d4a6dd1f6876258c2b0d28b655447703c9d1687 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-04-01T00:42:48.113Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-04-01T00:42:48.703Z] + docker-compose build --help [2021-04-01T00:42:48.703Z] + grep parallel [2021-04-01T00:42:50.300Z] using credential edgex-jenkins-ssh [2021-04-01T00:42:50.349Z] Cloning the remote Git repository [2021-04-01T00:42:50.368Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:42:50.427Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-01T00:42:50.449Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:42:50.449Z] > git --version # timeout=10 [2021-04-01T00:42:50.453Z] > git --version # 'git version 2.17.1' [2021-04-01T00:42:50.453Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:42:50.473Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T00:42:52.190Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T00:42:52.476Z] $ docker stop --time=1 c7d8b385ae41243544b17f778d4a6dd1f6876258c2b0d28b655447703c9d1687 [2021-04-01T00:42:54.383Z] $ docker rm -f c7d8b385ae41243544b17f778d4a6dd1f6876258c2b0d28b655447703c9d1687 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:42:55.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T00:42:55.203Z] . [Pipeline] withDockerContainer [2021-04-01T00:42:55.466Z] prd-ubuntu18.04-docker-arm64-4c-16g-32368 does not seem to be running inside a container [2021-04-01T00:42:55.536Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T00:42:56.995Z] $ docker top 8ed026159b32b5dcbc8b1f4213299b075630e06221a01fe31dbda65f00210ff5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:42:58.031Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T00:42:57.412Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T00:42:57.417Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T00:42:57.424Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T00:42:57.433Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:42:57.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:42:57.436Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T00:42:58.072Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [2021-04-01T00:42:58.272Z] Merge succeeded, producing 50938c1421f36fb1feac97dd1f9283828d70c530 [2021-04-01T00:42:58.273Z] Checking out Revision 50938c1421f36fb1feac97dd1f9283828d70c530 (PR-3327) [2021-04-01T00:42:58.080Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T00:42:58.084Z] > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 [2021-04-01T00:42:58.175Z] > git remote # timeout=10 [2021-04-01T00:42:58.180Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T00:42:58.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:42:58.186Z] > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 [2021-04-01T00:42:58.270Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T00:42:58.276Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T00:42:58.280Z] > git checkout -f 50938c1421f36fb1feac97dd1f9283828d70c530 # timeout=10 [2021-04-01T00:43:01.908Z] Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" [2021-04-01T00:43:01.912Z] > git rev-list --no-walk 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 [Pipeline] withEnv [Pipeline] { [2021-04-01T00:43:02.344Z] Building docker-core-command-go ... [2021-04-01T00:43:02.345Z] Building docker-core-data-go ... [2021-04-01T00:43:02.345Z] Building docker-core-metadata-go ... [2021-04-01T00:43:02.345Z] Building docker-security-bootstrapper-go ... [2021-04-01T00:43:02.345Z] Building docker-security-proxy-setup-go ... [2021-04-01T00:43:02.345Z] Building docker-security-secretstore-setup-go ... [2021-04-01T00:43:02.345Z] Building docker-support-notifications-go ... [2021-04-01T00:43:02.345Z] Building docker-support-scheduler-go ... [2021-04-01T00:43:02.345Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T00:43:02.345Z] Building docker-support-notifications-go [2021-04-01T00:43:02.345Z] Building docker-security-secretstore-setup-go [2021-04-01T00:43:02.345Z] Building docker-security-bootstrapper-go [2021-04-01T00:43:02.345Z] Building docker-core-metadata-go [2021-04-01T00:43:02.345Z] Building docker-core-command-go [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:43:03.043Z] + echo snap-build.sh [2021-04-01T00:43:03.043Z] snap-build.sh [2021-04-01T00:43:03.043Z] + SNAP_BASE_DIR=. [2021-04-01T00:43:03.043Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-04-01T00:43:03.043Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-04-01T00:43:03.043Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-04-01T00:43:03.043Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-04-01T00:43:03.043Z] + cd /w/workspace/edgex-go/5 [2021-04-01T00:43:03.043Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-01T00:43:03.043Z] Reading package lists... [2021-04-01T00:43:03.043Z] Building dependency tree... [2021-04-01T00:43:03.043Z] Reading state information... [2021-04-01T00:43:03.307Z] The following packages were automatically installed and are no longer required: [2021-04-01T00:43:03.307Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-01T00:43:03.307Z] uidmap xdelta3 [2021-04-01T00:43:03.307Z] Use 'sudo apt autoremove' to remove them. [2021-04-01T00:43:03.307Z] The following packages will be REMOVED: [2021-04-01T00:43:03.307Z] lxd* lxd-client* [2021-04-01T00:43:03.878Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-01T00:43:03.878Z] After this operation, 31.7 MB disk space will be freed. [2021-04-01T00:43:04.660Z] (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-04-01T00:43:04.660Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T00:43:05.601Z] Removing lxd dnsmasq configuration [2021-04-01T00:43:05.601Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T00:43:05.601Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-01T00:43:06.171Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-01T00:43:06.431Z] (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-04-01T00:43:06.431Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T00:43:07.818Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-01T00:43:07.818Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-01T00:43:09.202Z] + sudo snap remove --purge lxd [2021-04-01T00:43:09.202Z] snap "lxd" is not installed [2021-04-01T00:43:09.202Z] + sudo groupadd --force --system lxd [2021-04-01T00:43:09.202Z] ++ whoami [2021-04-01T00:43:09.202Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-01T00:43:09.202Z] + newgrp - lxd [2021-04-01T00:43:09.202Z] + sudo snap install lxd [2021-04-01T00:44:05.488Z] 2021-04-01T00:43:57Z INFO Waiting for automatic snapd restart... [2021-04-01T00:44:24.202Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:44:24.202Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:44:24.202Z] ---> 106b69c86404 [2021-04-01T00:44:24.202Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:44:24.202Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:44:24.202Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:44:24.202Z] ---> 106b69c86404 [2021-04-01T00:44:24.202Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T00:44:24.202Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:44:24.202Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:44:24.202Z] ---> 106b69c86404 [2021-04-01T00:44:24.202Z] Step 3/31 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:44:24.202Z] [2021-04-01T00:44:24.202Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:44:24.202Z] ---> 106b69c86404 [2021-04-01T00:44:24.202Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T00:44:24.202Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:44:24.202Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:44:24.202Z] ---> 106b69c86404 [2021-04-01T00:44:24.202Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:44:24.202Z] ---> Running in 60b78e5936c6 [2021-04-01T00:44:24.202Z] ---> Running in 11e740c2698f [2021-04-01T00:44:24.202Z] ---> Running in 5f874a445fc1 [2021-04-01T00:44:24.202Z] ---> Running in 6003e7359171 [2021-04-01T00:44:24.202Z] ---> Running in a84fb7c1f24f [2021-04-01T00:44:24.202Z] Removing intermediate container 6003e7359171 [2021-04-01T00:44:24.202Z] ---> e9b4279bc251 [2021-04-01T00:44:24.202Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:44:24.202Z] Removing intermediate container 11e740c2698f [2021-04-01T00:44:24.202Z] ---> 9c41d5385391 [2021-04-01T00:44:24.202Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:44:24.202Z] Removing intermediate container a84fb7c1f24f [2021-04-01T00:44:24.202Z] ---> 10a97b18cefa [2021-04-01T00:44:24.202Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:44:24.202Z] Removing intermediate container 60b78e5936c6 [2021-04-01T00:44:24.202Z] Removing intermediate container 5f874a445fc1 [2021-04-01T00:44:24.202Z] ---> 276d8424f23c [2021-04-01T00:44:24.202Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:44:24.202Z] ---> 462270b471c6 [2021-04-01T00:44:24.202Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:44:24.202Z] ---> Running in 38cc4d110a18 [2021-04-01T00:44:24.202Z] ---> Running in 127ace9cd23c [2021-04-01T00:44:24.202Z] ---> Running in ee3c67ab76f1 [2021-04-01T00:44:24.202Z] ---> Running in f49572aa6a67 [2021-04-01T00:44:24.202Z] ---> Running in a2005e09b39e [2021-04-01T00:44:24.202Z] Removing intermediate container 38cc4d110a18 [2021-04-01T00:44:24.202Z] ---> b3a47316913a [2021-04-01T00:44:24.202Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T00:44:24.202Z] ---> Running in ee37051e0227 [2021-04-01T00:44:24.202Z] Removing intermediate container 127ace9cd23c [2021-04-01T00:44:24.202Z] ---> 3d5f6a9dd5ab [2021-04-01T00:44:24.202Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T00:44:24.202Z] Removing intermediate container ee3c67ab76f1 [2021-04-01T00:44:24.202Z] ---> fc8ee7239d20 [2021-04-01T00:44:24.202Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T00:44:24.202Z] ---> Running in 55ef4943a622 [2021-04-01T00:44:24.202Z] Removing intermediate container f49572aa6a67 [2021-04-01T00:44:24.202Z] ---> 609a762a7021 [2021-04-01T00:44:24.202Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T00:44:24.202Z] ---> Running in 8dca17894dbf [2021-04-01T00:44:24.202Z] Removing intermediate container a2005e09b39e [2021-04-01T00:44:24.202Z] ---> 18fd1b40aac4 [2021-04-01T00:44:24.202Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T00:44:24.202Z] ---> Running in bb65740ff75b [2021-04-01T00:44:24.202Z] ---> Running in 88ff3c4046c3 [2021-04-01T00:44:24.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:44:24.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:44:24.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:44:24.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:44:24.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:44:25.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:44:25.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:44:25.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:44:25.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:44:25.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:44:25.901Z] OK: 217 MiB in 51 packages [2021-04-01T00:44:26.503Z] OK: 217 MiB in 51 packages [2021-04-01T00:44:26.503Z] OK: 217 MiB in 51 packages [2021-04-01T00:44:26.503Z] OK: 217 MiB in 51 packages [2021-04-01T00:44:26.783Z] OK: 217 MiB in 51 packages [2021-04-01T00:44:27.387Z] Removing intermediate container ee37051e0227 [2021-04-01T00:44:27.387Z] ---> 600da39f08a2 [2021-04-01T00:44:27.387Z] Step 6/23 : COPY go.mod . [2021-04-01T00:44:28.010Z] Removing intermediate container 8dca17894dbf [2021-04-01T00:44:28.010Z] ---> 9a719c17081a [2021-04-01T00:44:28.010Z] Step 6/23 : COPY go.mod . [2021-04-01T00:44:28.284Z] ---> 8b137ed642f2 [2021-04-01T00:44:28.284Z] Step 7/23 : RUN go mod download [2021-04-01T00:44:28.562Z] ---> Running in 7e8cce1d4e27 [2021-04-01T00:44:28.563Z] Removing intermediate container 55ef4943a622 [2021-04-01T00:44:28.563Z] ---> c384eca6b171 [2021-04-01T00:44:28.563Z] Step 6/22 : COPY go.mod . [2021-04-01T00:44:28.563Z] Removing intermediate container 88ff3c4046c3 [2021-04-01T00:44:28.838Z] ---> 77d11576e923 [2021-04-01T00:44:28.838Z] Step 6/31 : COPY go.mod . [2021-04-01T00:44:28.838Z] Removing intermediate container bb65740ff75b [2021-04-01T00:44:28.838Z] ---> add56ec89523 [2021-04-01T00:44:28.838Z] Step 6/24 : COPY go.mod . [2021-04-01T00:44:29.114Z] ---> 679aaa1e7acc [2021-04-01T00:44:29.114Z] Step 7/23 : RUN go mod download [2021-04-01T00:44:29.712Z] ---> Running in 105e7c060bd2 [2021-04-01T00:44:29.990Z] ---> 37cf03a3faae [2021-04-01T00:44:29.990Z] Step 7/22 : RUN go mod download [2021-04-01T00:44:29.990Z] ---> 2d41d10badc0 [2021-04-01T00:44:29.990Z] Step 7/31 : RUN go mod download [2021-04-01T00:44:29.990Z] ---> bbfa4dfad2dd [2021-04-01T00:44:29.990Z] Step 7/24 : RUN go mod download [2021-04-01T00:44:29.990Z] ---> Running in 7121aaa4d044 [2021-04-01T00:44:30.266Z] ---> Running in 9d3349478991 [2021-04-01T00:44:30.266Z] ---> Running in fc2d8c6eaa70 [2021-04-01T00:44:32.903Z] Removing intermediate container 7e8cce1d4e27 [2021-04-01T00:44:32.903Z] ---> 4c9c93109548 [2021-04-01T00:44:32.903Z] Step 8/23 : COPY . . [2021-04-01T00:44:33.176Z] Removing intermediate container 105e7c060bd2 [2021-04-01T00:44:33.176Z] ---> f9aed777f8b0 [2021-04-01T00:44:33.176Z] Step 8/23 : COPY . . [2021-04-01T00:44:35.799Z] Removing intermediate container 9d3349478991 [2021-04-01T00:44:35.799Z] ---> feae5ee4408a [2021-04-01T00:44:35.799Z] Step 8/31 : COPY . . [2021-04-01T00:44:36.423Z] Removing intermediate container 7121aaa4d044 [2021-04-01T00:44:36.423Z] ---> 31f2f3460b39 [2021-04-01T00:44:36.423Z] Step 8/22 : COPY . . [2021-04-01T00:44:36.423Z] Removing intermediate container fc2d8c6eaa70 [2021-04-01T00:44:36.423Z] ---> 13a3fc3dff00 [2021-04-01T00:44:36.423Z] Step 8/24 : COPY . . [2021-04-01T00:45:03.216Z] ---> 3e2486f7fa4a [2021-04-01T00:45:03.216Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T00:45:03.216Z] ---> 2dfb1cf2b459 [2021-04-01T00:45:03.216Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T00:45:03.216Z] ---> 2de0e505a655 [2021-04-01T00:45:03.216Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T00:45:03.216Z] ---> 1107216d570e [2021-04-01T00:45:03.216Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T00:45:03.216Z] ---> Running in 1b88dd25a638 [2021-04-01T00:45:03.216Z] ---> Running in 7e27b2f1d9aa [2021-04-01T00:45:03.216Z] ---> Running in 21fe9a231f7a [2021-04-01T00:45:03.216Z] ---> Running in daad20df0267 [2021-04-01T00:45:03.216Z] ---> 8f740cc5f83a [2021-04-01T00:45:03.216Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T00:45:03.216Z] ---> Running in b729f6b71dc0 [2021-04-01T00:45:03.216Z] 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-04-01T00:45:03.216Z] 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-04-01T00:45:03.216Z] 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-04-01T00:45:03.216Z] 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-04-01T00:45:03.490Z] 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-04-01T00:45:41.971Z] lxd 4.12 from Canonical* installed [2021-04-01T00:45:41.971Z] + sudo lxd init --auto [2021-04-01T00:45:41.971Z] + sudo snap install --classic snapcraft [2021-04-01T00:46:40.375Z] 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-04-01T00:46:58.698Z] Removing intermediate container daad20df0267 [2021-04-01T00:46:58.698Z] ---> d66f272aa1f1 [2021-04-01T00:46:58.698Z] [2021-04-01T00:46:58.698Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T00:46:58.698Z] 3.12: Pulling from library/alpine [2021-04-01T00:46:58.698Z] Removing intermediate container b729f6b71dc0 [2021-04-01T00:46:58.698Z] ---> f1a49af95f46 [2021-04-01T00:46:58.698Z] [2021-04-01T00:46:58.698Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T00:46:58.698Z] 3.12: Pulling from library/alpine [2021-04-01T00:46:58.698Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T00:46:58.698Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T00:46:58.698Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T00:46:58.698Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T00:46:58.698Z] ---> e47305ac9786 [2021-04-01T00:46:58.698Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T00:46:58.698Z] ---> e47305ac9786 [2021-04-01T00:46:58.698Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T00:46:58.698Z] ---> Running in 7565f90f04dd [2021-04-01T00:46:58.698Z] ---> Running in 774740847b8f [2021-04-01T00:46:59.298Z] Removing intermediate container 7565f90f04dd [2021-04-01T00:46:59.298Z] ---> 7cd486040cd3 [2021-04-01T00:46:59.298Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T00:46:59.574Z] ---> Running in 15d58093f165 [2021-04-01T00:47:01.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:47:01.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:47:01.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:47:01.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:47:01.853Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T00:47:02.128Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:47:02.128Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T00:47:02.128Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T00:47:02.128Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T00:47:02.128Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T00:47:02.128Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:47:02.128Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:47:02.409Z] OK: 7 MiB in 20 packages [2021-04-01T00:47:02.683Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T00:47:02.683Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T00:47:02.683Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:47:02.683Z] OK: 5 MiB in 16 packages [2021-04-01T00:47:05.344Z] Removing intermediate container 7e27b2f1d9aa [2021-04-01T00:47:05.344Z] ---> 38b7cb43cd48 [2021-04-01T00:47:05.344Z] [2021-04-01T00:47:05.344Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:47:05.344Z] ---> e47305ac9786 [2021-04-01T00:47:05.344Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:47:05.942Z] ---> Running in 1b9c7a3e0b5d [2021-04-01T00:47:06.215Z] Removing intermediate container 15d58093f165 [2021-04-01T00:47:06.215Z] ---> 124733856c31 [2021-04-01T00:47:06.215Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T00:47:06.215Z] Removing intermediate container 774740847b8f [2021-04-01T00:47:06.215Z] ---> fb507f1af749 [2021-04-01T00:47:06.215Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T00:47:06.488Z] ---> Running in 0846ddd45add [2021-04-01T00:47:06.761Z] ---> Running in c0963849de79 [2021-04-01T00:47:07.045Z] Removing intermediate container 21fe9a231f7a [2021-04-01T00:47:07.045Z] ---> 90471d271c6e [2021-04-01T00:47:07.045Z] [2021-04-01T00:47:07.045Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T00:47:07.045Z] ---> e47305ac9786 [2021-04-01T00:47:07.045Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T00:47:07.657Z] ---> Running in ff45c76e5604 [2021-04-01T00:47:07.929Z] Removing intermediate container 0846ddd45add [2021-04-01T00:47:07.929Z] ---> ca89088c9859 [2021-04-01T00:47:07.929Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T00:47:07.929Z] Removing intermediate container c0963849de79 [2021-04-01T00:47:07.929Z] ---> 8d4b7eca34f3 [2021-04-01T00:47:07.929Z] Step 13/24 : WORKDIR / [2021-04-01T00:47:07.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:47:08.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:47:08.205Z] ---> Running in 590dd226e6c1 [2021-04-01T00:47:08.479Z] ---> Running in c7b1c1ed89c0 [2021-04-01T00:47:08.757Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T00:47:08.757Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:47:08.757Z] OK: 5 MiB in 15 packages [2021-04-01T00:47:09.367Z] Removing intermediate container 590dd226e6c1 [2021-04-01T00:47:09.367Z] ---> cb288da6712e [2021-04-01T00:47:09.367Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T00:47:09.367Z] Removing intermediate container c7b1c1ed89c0 [2021-04-01T00:47:09.367Z] ---> 72128ffcdb97 [2021-04-01T00:47:09.367Z] 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-04-01T00:47:09.367Z] ---> Running in 632b30e18588 [2021-04-01T00:47:09.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:47:09.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:47:10.241Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T00:47:10.241Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T00:47:10.241Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:47:10.241Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:47:10.522Z] OK: 6 MiB in 16 packages [2021-04-01T00:47:11.133Z] ---> 5570b051090b [2021-04-01T00:47:11.133Z] 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-04-01T00:47:11.406Z] Removing intermediate container 1b9c7a3e0b5d [2021-04-01T00:47:11.406Z] ---> c192fdb4d5cc [2021-04-01T00:47:11.406Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:47:11.680Z] ---> Running in 31ee0ed88863 [2021-04-01T00:47:12.673Z] ---> 7c1ebd596667 [2021-04-01T00:47:12.673Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T00:47:12.948Z] Removing intermediate container 31ee0ed88863 [2021-04-01T00:47:12.948Z] ---> 9825862ef780 [2021-04-01T00:47:12.948Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T00:47:13.222Z] Removing intermediate container ff45c76e5604 [2021-04-01T00:47:13.222Z] ---> 22e8251e8029 [2021-04-01T00:47:13.222Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:47:13.222Z] ---> Running in a0f0a28920b2 [2021-04-01T00:47:13.222Z] Removing intermediate container 632b30e18588 [2021-04-01T00:47:13.222Z] ---> df287a8d5434 [2021-04-01T00:47:13.222Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T00:47:13.499Z] ---> Running in dc434448d81b [2021-04-01T00:47:13.499Z] Removing intermediate container 1b88dd25a638 [2021-04-01T00:47:13.499Z] ---> 4f959f93e0ed [2021-04-01T00:47:13.499Z] [2021-04-01T00:47:13.499Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:47:13.499Z] ---> e47305ac9786 [2021-04-01T00:47:13.499Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:47:13.499Z] ---> Using cache [2021-04-01T00:47:13.499Z] ---> c192fdb4d5cc [2021-04-01T00:47:13.499Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:47:13.499Z] ---> Using cache [2021-04-01T00:47:13.782Z] ---> 9825862ef780 [2021-04-01T00:47:13.782Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T00:47:13.782Z] ---> 7cf20ceb6c04 [2021-04-01T00:47:13.782Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T00:47:13.782Z] ---> Running in 0c7be88bde47 [2021-04-01T00:47:14.054Z] ---> Running in 50eec84a840e [2021-04-01T00:47:14.054Z] Removing intermediate container a0f0a28920b2 [2021-04-01T00:47:14.054Z] ---> e4d9b49b4a39 [2021-04-01T00:47:14.054Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T00:47:14.054Z] Removing intermediate container dc434448d81b [2021-04-01T00:47:14.054Z] ---> 0bf974e5a1fd [2021-04-01T00:47:14.054Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T00:47:14.334Z] ---> Running in feb496eaa7f0 [2021-04-01T00:47:14.334Z] ---> Running in 3472f402e52c [2021-04-01T00:47:14.612Z] Removing intermediate container 0c7be88bde47 [2021-04-01T00:47:14.612Z] ---> b8a5cf8256fd [2021-04-01T00:47:14.612Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T00:47:14.612Z] Removing intermediate container 50eec84a840e [2021-04-01T00:47:14.612Z] ---> e0a716245e39 [2021-04-01T00:47:14.612Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T00:47:15.212Z] ---> Running in b817e75745c7 [2021-04-01T00:47:15.212Z] Removing intermediate container 3472f402e52c [2021-04-01T00:47:15.212Z] ---> 9646194fe905 [2021-04-01T00:47:15.212Z] Removing intermediate container feb496eaa7f0 [2021-04-01T00:47:15.212Z] ---> 77665e0023f0 [2021-04-01T00:47:15.212Z] Step 15/23 : WORKDIR / [2021-04-01T00:47:15.212Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T00:47:15.212Z] ---> e7e10aad379f [2021-04-01T00:47:15.212Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T00:47:15.485Z] ---> Running in a982adf40707 [2021-04-01T00:47:15.485Z] ---> Running in 8f4be60cfecb [2021-04-01T00:47:15.758Z] ---> a37447b269d4 [2021-04-01T00:47:15.758Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T00:47:15.758Z] Removing intermediate container b817e75745c7 [2021-04-01T00:47:15.758Z] ---> 10fb6dbfd264 [2021-04-01T00:47:15.758Z] Step 15/23 : WORKDIR / [2021-04-01T00:47:16.035Z] ---> Running in 9cd4790b49cf [2021-04-01T00:47:16.035Z] ---> Running in d4a642c84453 [2021-04-01T00:47:16.314Z] Removing intermediate container a982adf40707 [2021-04-01T00:47:16.314Z] ---> 0ae1e05a9eb6 [2021-04-01T00:47:16.314Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:47:16.314Z] Removing intermediate container 8f4be60cfecb [2021-04-01T00:47:16.314Z] ---> 86d3a0978728 [2021-04-01T00:47:16.314Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:47:16.917Z] ---> 94426db54a04 [2021-04-01T00:47:16.917Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T00:47:16.917Z] Removing intermediate container 9cd4790b49cf [2021-04-01T00:47:16.917Z] ---> 72eccd8e253f [2021-04-01T00:47:17.193Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:47:17.500Z] ---> 3b76b2ce9422 [2021-04-01T00:47:17.500Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T00:47:17.954Z] ---> 6da7fc50cc5e [2021-04-01T00:47:17.954Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T00:47:17.954Z] ---> 7e0eac4c6ba0 [2021-04-01T00:47:17.954Z] 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-04-01T00:47:18.302Z] ---> Running in 2f850f0a8adc [2021-04-01T00:47:18.456Z] snapcraft 4.6 from Canonical* installed [2021-04-01T00:47:18.456Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-01T00:47:18.456Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-01T00:47:18.456Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T00:47:18.456Z] Dload Upload Total Spent Left Speed [2021-04-01T00:47:18.456Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 9796 0 --:--:-- --:--:-- --:--:-- 9952 [2021-04-01T00:47:18.456Z] 100 3325k 100 3325k 0 0 22.5M 0 --:--:-- --:--:-- --:--:-- 22.5M [2021-04-01T00:47:18.456Z] ./yq_linux_amd64 [2021-04-01T00:47:18.456Z] + sudo snapcraft prime --use-lxd [2021-04-01T00:47:18.456Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-01T00:47:18.456Z] 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-04-01T00:47:18.456Z] - README.md [2021-04-01T00:47:18.456Z] [2021-04-01T00:47:18.456Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T00:47:18.456Z] Launching a container. [2021-04-01T00:47:18.634Z] ---> c39efcc5371b [2021-04-01T00:47:18.634Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T00:47:20.697Z] ---> a42fb451f422 [2021-04-01T00:47:20.697Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T00:47:20.697Z] Removing intermediate container d4a642c84453 [2021-04-01T00:47:20.697Z] ---> 7f6c8646daa0 [2021-04-01T00:47:20.697Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:47:21.291Z] ---> 81c2e1211b12 [2021-04-01T00:47:21.291Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T00:47:21.291Z] ---> 66822218ee2d [2021-04-01T00:47:21.291Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T00:47:21.884Z] ---> 444cc5304c0a [2021-04-01T00:47:21.884Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T00:47:22.170Z] ---> Running in 5c610c44feca [2021-04-01T00:47:22.170Z] ---> aec72cf353ff [2021-04-01T00:47:22.170Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T00:47:22.442Z] ---> 622b91d8cc79 [2021-04-01T00:47:22.442Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T00:47:22.714Z] ---> aec5652f8cc8 [2021-04-01T00:47:22.714Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T00:47:23.310Z] ---> Running in 5ef84f483966 [2021-04-01T00:47:23.583Z] ---> Running in 1e2165927187 [2021-04-01T00:47:23.583Z] Removing intermediate container 2f850f0a8adc [2021-04-01T00:47:23.583Z] ---> 748922ec22df [2021-04-01T00:47:23.583Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T00:47:24.185Z] ---> e25b16e05221 [2021-04-01T00:47:24.185Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T00:47:24.185Z] Removing intermediate container 5c610c44feca [2021-04-01T00:47:24.185Z] ---> e79a87ad0543 [2021-04-01T00:47:24.185Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:47:24.798Z] ---> Running in 755d3b8dda4f [2021-04-01T00:47:24.798Z] ---> Running in 19192b9ee1d8 [2021-04-01T00:47:25.071Z] Removing intermediate container 1e2165927187 [2021-04-01T00:47:25.071Z] ---> 5ef5414a1a1b [2021-04-01T00:47:25.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:47:25.071Z] Removing intermediate container 5ef84f483966 [2021-04-01T00:47:25.071Z] ---> 8ea266265d5c [2021-04-01T00:47:25.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:47:25.344Z] ---> 06dbe720da32 [2021-04-01T00:47:25.344Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T00:47:25.623Z] ---> Running in 9fb1f4dc44ed [2021-04-01T00:47:25.623Z] ---> Running in 66207ab10ebe [2021-04-01T00:47:25.623Z] Removing intermediate container 755d3b8dda4f [2021-04-01T00:47:25.623Z] ---> 9d8c2e1e2f26 [2021-04-01T00:47:25.623Z] Step 22/24 : LABEL arch=arm64 [2021-04-01T00:47:25.896Z] Removing intermediate container 19192b9ee1d8 [2021-04-01T00:47:25.896Z] ---> 7ab91e6c44a3 [2021-04-01T00:47:25.896Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T00:47:26.168Z] ---> Running in e7cb50cc4998 [2021-04-01T00:47:26.441Z] ---> Running in a1f6fcd83018 [2021-04-01T00:47:26.712Z] Removing intermediate container 9fb1f4dc44ed [2021-04-01T00:47:26.712Z] ---> 0c76e9436185 [2021-04-01T00:47:26.712Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T00:47:26.712Z] Removing intermediate container 66207ab10ebe [2021-04-01T00:47:26.712Z] ---> cc9e77708d19 [2021-04-01T00:47:26.712Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T00:47:26.712Z] ---> e6fc6c973b73 [2021-04-01T00:47:26.712Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T00:47:26.997Z] Removing intermediate container e7cb50cc4998 [2021-04-01T00:47:26.997Z] ---> 3f41e34ff1b9 [2021-04-01T00:47:26.997Z] Step 23/24 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:47:27.270Z] ---> Running in ee51d72731ec [2021-04-01T00:47:27.270Z] ---> Running in d203e33cdf6b [2021-04-01T00:47:27.543Z] ---> Running in a2256a6247f6 [2021-04-01T00:47:27.543Z] Removing intermediate container a1f6fcd83018 [2021-04-01T00:47:27.543Z] ---> 54d961d92d4b [2021-04-01T00:47:27.543Z] Step 21/22 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:47:27.819Z] ---> 830538f7a170 [2021-04-01T00:47:27.819Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T00:47:28.093Z] ---> Running in 4ae9c555e268 [2021-04-01T00:47:28.451Z] Waiting for container to be ready [2021-04-01T00:47:28.451Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-01T00:47:28.451Z] [2021-04-01T00:47:28.687Z] ---> Running in a15030a95ce8 [2021-04-01T00:47:28.687Z] Removing intermediate container ee51d72731ec [2021-04-01T00:47:28.687Z] ---> 08f29031fe52 [2021-04-01T00:47:28.687Z] Step 22/23 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:47:28.687Z] Removing intermediate container d203e33cdf6b [2021-04-01T00:47:28.687Z] ---> 4fe721e3d559 [2021-04-01T00:47:28.687Z] Step 22/23 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:47:28.687Z] Removing intermediate container a2256a6247f6 [2021-04-01T00:47:28.687Z] ---> cbb1179e2ec1 [2021-04-01T00:47:28.687Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T00:47:28.963Z] Removing intermediate container 4ae9c555e268 [2021-04-01T00:47:28.964Z] ---> 0783513abd6c [2021-04-01T00:47:28.964Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T00:47:29.236Z] ---> Running in b185c51257b5 [2021-04-01T00:47:29.236Z] ---> Running in b3f334da88e7 [2021-04-01T00:47:29.236Z] ---> Running in 2cc9a487a26c [2021-04-01T00:47:29.512Z] ---> Running in d48ef33c4103 [2021-04-01T00:47:29.785Z] Removing intermediate container a15030a95ce8 [2021-04-01T00:47:29.785Z] ---> 0453976017dc [2021-04-01T00:47:29.785Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T00:47:30.062Z] Removing intermediate container b185c51257b5 [2021-04-01T00:47:30.337Z] Removing intermediate container 2cc9a487a26c [2021-04-01T00:47:30.337Z] ---> d537aefacc7a [2021-04-01T00:47:30.337Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:47:30.337Z] ---> a1da949e4a31 [2021-04-01T00:47:30.337Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:47:30.614Z] Removing intermediate container b3f334da88e7 [2021-04-01T00:47:30.614Z] ---> 3683712b33b5 [2021-04-01T00:47:30.614Z] [2021-04-01T00:47:30.614Z] ---> Running in fd8f84c73250 [2021-04-01T00:47:30.614Z] ---> Running in 640adc95ee0c [2021-04-01T00:47:30.898Z] Removing intermediate container d48ef33c4103 [2021-04-01T00:47:30.898Z] ---> 60f7f5dff2ea [2021-04-01T00:47:30.898Z] [2021-04-01T00:47:30.898Z] ---> a2c71a22441e [2021-04-01T00:47:30.898Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T00:47:31.179Z] Successfully built 3683712b33b5 [2021-04-01T00:47:31.179Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-01T00:47:31.179Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-04-01T00:47:31.452Z] Successfully built 60f7f5dff2ea [2021-04-01T00:47:31.725Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-01T00:47:31.726Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-04-01T00:47:31.726Z] ---> Running in 419f18d86666 [2021-04-01T00:47:31.726Z] Removing intermediate container fd8f84c73250 [2021-04-01T00:47:31.726Z] ---> 0940269edd52 [2021-04-01T00:47:31.726Z] [2021-04-01T00:47:31.726Z] Removing intermediate container 640adc95ee0c [2021-04-01T00:47:31.726Z] ---> 5a9af3da1fe2 [2021-04-01T00:47:31.726Z] [2021-04-01T00:47:31.748Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-01T00:47:32.007Z] Waiting for network to be ready... [2021-04-01T00:47:32.268Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T00:47:32.268Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T00:47:32.268Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T00:47:32.268Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T00:47:32.268Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T00:47:32.268Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T00:47:32.268Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T00:47:32.325Z] Successfully built 0940269edd52 [2021-04-01T00:47:32.325Z] Successfully built 5a9af3da1fe2 [2021-04-01T00:47:32.528Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T00:47:32.528Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T00:47:32.528Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T00:47:32.595Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-01T00:47:32.595Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-01T00:47:32.595Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-04-01T00:47:32.595Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-04-01T00:47:32.788Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T00:47:32.788Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T00:47:33.047Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T00:47:33.047Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T00:47:33.047Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T00:47:33.047Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T00:47:33.048Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T00:47:33.048Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T00:47:33.617Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T00:47:33.617Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T00:47:33.617Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T00:47:33.617Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T00:47:33.617Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T00:47:33.617Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T00:47:33.617Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T00:47:33.617Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T00:47:33.617Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T00:47:35.229Z] Removing intermediate container 419f18d86666 [2021-04-01T00:47:35.229Z] ---> 272db92bf82b [2021-04-01T00:47:35.229Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T00:47:35.229Z] ---> Running in c72c62e07564 [2021-04-01T00:47:35.229Z] Removing intermediate container c72c62e07564 [2021-04-01T00:47:35.229Z] ---> 8bb924fd9e3e [2021-04-01T00:47:35.229Z] Step 28/31 : CMD ["gate"] [2021-04-01T00:47:35.821Z] ---> Running in 040284c74443 [2021-04-01T00:47:36.414Z] Removing intermediate container 040284c74443 [2021-04-01T00:47:36.414Z] ---> 4f287a349b52 [2021-04-01T00:47:36.414Z] Step 29/31 : LABEL arch=arm64 [2021-04-01T00:47:36.868Z] Fetched 24.2 MB in 5s (5332 kB/s) [2021-04-01T00:47:37.006Z] ---> Running in 5850b724c4f5 [2021-04-01T00:47:37.807Z] Reading package lists... [2021-04-01T00:47:38.069Z] Reading package lists... [2021-04-01T00:47:38.069Z] Building dependency tree... [2021-04-01T00:47:38.069Z] Reading state information... [2021-04-01T00:47:38.329Z] The following additional packages will be installed: [2021-04-01T00:47:38.329Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T00:47:38.329Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T00:47:38.329Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T00:47:38.329Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-01T00:47:38.329Z] Suggested packages: [2021-04-01T00:47:38.329Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-01T00:47:38.329Z] Recommended packages: [2021-04-01T00:47:38.329Z] gnupg libsasl2-modules [2021-04-01T00:47:38.329Z] The following NEW packages will be installed: [2021-04-01T00:47:38.329Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T00:47:38.329Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T00:47:38.329Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T00:47:38.329Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-01T00:47:38.329Z] The following packages will be upgraded: [2021-04-01T00:47:38.329Z] gpg gpg-agent gpgconf libudev1 [2021-04-01T00:47:38.589Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-01T00:47:38.589Z] Need to get 3530 kB of archives. [2021-04-01T00:47:38.589Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-01T00:47:38.589Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-01T00:47:38.589Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-01T00:47:38.589Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-01T00:47:38.849Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-01T00:47:38.849Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-01T00:47:38.849Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-01T00:47:38.985Z] Removing intermediate container 5850b724c4f5 [2021-04-01T00:47:38.985Z] ---> a85573e90be7 [2021-04-01T00:47:38.985Z] Step 30/31 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:47:39.110Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-01T00:47:39.110Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-01T00:47:39.110Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-01T00:47:39.110Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-01T00:47:39.110Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-01T00:47:39.110Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-01T00:47:39.370Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-01T00:47:39.370Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-01T00:47:39.370Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-01T00:47:39.370Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-01T00:47:39.370Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-01T00:47:39.370Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-01T00:47:39.370Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-01T00:47:39.370Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-01T00:47:39.370Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-01T00:47:39.370Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-01T00:47:39.631Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:47:39.631Z] Fetched 3530 kB in 1s (3188 kB/s) [2021-04-01T00:47:39.631Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T00:47:39.631Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:47:39.631Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T00:47:39.631Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-01T00:47:39.892Z] Selecting previously unselected package udev. [2021-04-01T00:47:39.892Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T00:47:39.892Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:47:39.892Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-01T00:47:40.464Z] Selecting previously unselected package libfuse2:amd64. [2021-04-01T00:47:40.464Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T00:47:40.464Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T00:47:40.464Z] Selecting previously unselected package fuse. [2021-04-01T00:47:40.464Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T00:47:40.464Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-01T00:47:40.464Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:47:40.464Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T00:47:40.725Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:47:40.725Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T00:47:40.725Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:47:40.725Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T00:47:40.985Z] Selecting previously unselected package libksba8:amd64. [2021-04-01T00:47:40.985Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-01T00:47:40.985Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-01T00:47:40.985Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-01T00:47:40.985Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:40.985Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:40.998Z] ---> Running in 3f28d12fc7c8 [2021-04-01T00:47:41.245Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-01T00:47:41.245Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:41.245Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:41.245Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-01T00:47:41.245Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:41.245Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:41.245Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-01T00:47:41.245Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:41.245Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:41.505Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-01T00:47:41.505Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:41.505Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:41.505Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-01T00:47:41.505Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:41.505Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:41.765Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-01T00:47:41.765Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:41.765Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:41.765Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-01T00:47:41.765Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:41.765Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:41.765Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-01T00:47:41.765Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:41.765Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:42.012Z] Removing intermediate container 3f28d12fc7c8 [2021-04-01T00:47:42.012Z] ---> 83bcbe415f96 [2021-04-01T00:47:42.012Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T00:47:42.024Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-01T00:47:42.024Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T00:47:42.024Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T00:47:42.024Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-01T00:47:42.024Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T00:47:42.024Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T00:47:42.024Z] Selecting previously unselected package libldap-common. [2021-04-01T00:47:42.024Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-01T00:47:42.024Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T00:47:42.286Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-01T00:47:42.286Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-01T00:47:42.286Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T00:47:42.286Z] Selecting previously unselected package dirmngr. [2021-04-01T00:47:42.286Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:47:42.286Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T00:47:42.550Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T00:47:42.550Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-01T00:47:42.550Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T00:47:42.550Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T00:47:42.821Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T00:47:42.821Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-01T00:47:42.821Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:42.821Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-01T00:47:42.821Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T00:47:42.821Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-01T00:47:43.088Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-01T00:47:43.396Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:43.396Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-01T00:47:43.396Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-01T00:47:43.396Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-01T00:47:43.396Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:43.461Z] ---> Running in c01307ea2031 [2021-04-01T00:47:43.655Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:43.655Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:43.655Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:43.655Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:43.655Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:43.655Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:43.655Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T00:47:43.655Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T00:47:43.655Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T00:47:44.226Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-01T00:47:44.226Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-01T00:47:44.226Z] This means they are not meant to be enabled using systemctl. [2021-04-01T00:47:44.226Z] Possible reasons for having this kind of units are: [2021-04-01T00:47:44.226Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-01T00:47:44.226Z] .wants/ or .requires/ directory. [2021-04-01T00:47:44.226Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-01T00:47:44.226Z] a requirement dependency on it. [2021-04-01T00:47:44.226Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-01T00:47:44.226Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-01T00:47:44.226Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-01T00:47:44.226Z] instance name specified. [2021-04-01T00:47:44.434Z] Removing intermediate container c01307ea2031 [2021-04-01T00:47:44.434Z] ---> 97929b6a33df [2021-04-01T00:47:44.434Z] [2021-04-01T00:47:44.487Z] Reading package lists... [2021-04-01T00:47:44.487Z] Building dependency tree... [2021-04-01T00:47:44.487Z] Reading state information... [2021-04-01T00:47:44.706Z] Successfully built 97929b6a33df [2021-04-01T00:47:44.706Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-01T00:47:44.746Z] The following additional packages will be installed: [2021-04-01T00:47:44.747Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-01T00:47:44.747Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-01T00:47:44.747Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-01T00:47:44.747Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-01T00:47:44.747Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-01T00:47:44.747Z] Suggested packages: [2021-04-01T00:47:44.747Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-01T00:47:44.747Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-01T00:47:44.747Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-01T00:47:44.747Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-01T00:47:44.747Z] systemd-container policykit-1 [2021-04-01T00:47:44.747Z] Recommended packages: [2021-04-01T00:47:44.747Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-01T00:47:44.747Z] The following NEW packages will be installed: [2021-04-01T00:47:44.747Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-01T00:47:44.747Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-01T00:47:44.747Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-01T00:47:44.747Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-01T00:47:44.747Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-01T00:47:44.747Z] The following packages will be upgraded: [2021-04-01T00:47:44.747Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-01T00:47:44.747Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-01T00:47:44.747Z] Need to get 35.2 MB of archives. [2021-04-01T00:47:44.747Z] After this operation, 141 MB of additional disk space will be used. [2021-04-01T00:47:44.747Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-01T00:47:45.006Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-01T00:47:45.006Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-01T00:47:45.006Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-01T00:47:45.006Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-01T00:47:45.006Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-01T00:47:45.006Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-01T00:47:45.006Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-01T00:47:45.006Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-01T00:47:45.006Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-01T00:47:45.006Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-01T00:47:45.006Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-01T00:47:45.006Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-01T00:47:45.006Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-01T00:47:45.006Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-01T00:47:45.006Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-01T00:47:45.006Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-01T00:47:45.006Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-01T00:47:45.006Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-01T00:47:45.575Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-01T00:47:45.836Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-01T00:47:45.836Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-01T00:47:45.836Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-01T00:47:45.836Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-01T00:47:45.836Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-01T00:47:45.836Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-01T00:47:45.836Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-01T00:47:45.836Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-01T00:47:45.836Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-01T00:47:45.836Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-01T00:47:46.095Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:47:46.095Z] Fetched 35.2 MB in 1s (31.2 MB/s) [2021-04-01T00:47:46.095Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T00:47:46.095Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:47:46.355Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T00:47:46.924Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:47:46.924Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T00:47:46.924Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-01T00:47:46.924Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T00:47:46.924Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T00:47:46.924Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T00:47:47.184Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-01T00:47:47.444Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T00:47:47.444Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T00:47:47.444Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T00:47:47.703Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-01T00:47:47.703Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-01T00:47:48.274Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-01T00:47:48.274Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-01T00:47:48.274Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T00:47:48.274Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T00:47:48.533Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-01T00:47:48.533Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T00:47:48.533Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:48.793Z] Selecting previously unselected package libexpat1:amd64. [2021-04-01T00:47:48.793Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-01T00:47:48.793Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T00:47:48.793Z] Selecting previously unselected package python3.6-minimal. [2021-04-01T00:47:48.793Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T00:47:48.793Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:49.053Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T00:47:49.313Z] Checking for services that may need to be restarted...done. [2021-04-01T00:47:49.313Z] Checking for services that may need to be restarted...done. [2021-04-01T00:47:49.313Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:49.313Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T00:47:49.313Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:49.881Z] Selecting previously unselected package python3-minimal. [2021-04-01T00:47:49.881Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-01T00:47:49.881Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-01T00:47:49.881Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-01T00:47:50.451Z] Selecting previously unselected package mime-support. [2021-04-01T00:47:50.451Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-01T00:47:50.451Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-01T00:47:50.451Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-01T00:47:50.451Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-01T00:47:50.451Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T00:47:50.451Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-01T00:47:50.451Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T00:47:50.451Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:50.710Z] Selecting previously unselected package python3.6. [2021-04-01T00:47:50.710Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T00:47:50.710Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:50.970Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-01T00:47:50.970Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-01T00:47:50.970Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T00:47:50.970Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-01T00:47:51.230Z] Selecting previously unselected package python3. [2021-04-01T00:47:51.230Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-01T00:47:51.230Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-01T00:47:51.230Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-01T00:47:51.230Z] Selecting previously unselected package multiarch-support. [2021-04-01T00:47:51.230Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:47:51.230Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T00:47:51.230Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T00:47:51.490Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-01T00:47:51.490Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-01T00:47:51.490Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-01T00:47:51.490Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T00:47:51.490Z] Selecting previously unselected package libbsd0:amd64. [2021-04-01T00:47:51.490Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-01T00:47:51.490Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T00:47:51.750Z] Selecting previously unselected package sudo. [2021-04-01T00:47:51.750Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-01T00:47:51.750Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T00:47:51.750Z] Selecting previously unselected package apparmor. [2021-04-01T00:47:51.750Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T00:47:51.750Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-01T00:47:52.009Z] Selecting previously unselected package libedit2:amd64. [2021-04-01T00:47:52.009Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-01T00:47:52.009Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T00:47:52.009Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-01T00:47:52.009Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T00:47:52.009Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:52.009Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-01T00:47:52.009Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T00:47:52.269Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:52.269Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-01T00:47:52.269Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-01T00:47:52.269Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T00:47:52.269Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-01T00:47:52.269Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T00:47:52.269Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:52.528Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-01T00:47:52.528Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T00:47:52.528Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:52.528Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-01T00:47:52.528Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-01T00:47:52.528Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T00:47:52.789Z] Selecting previously unselected package openssh-client. [2021-04-01T00:47:52.789Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-01T00:47:52.789Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T00:47:52.789Z] Selecting previously unselected package squashfs-tools. [2021-04-01T00:47:52.789Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-01T00:47:52.789Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T00:47:53.048Z] Selecting previously unselected package snapd. [2021-04-01T00:47:53.048Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-01T00:47:53.048Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-01T00:47:55.585Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T00:47:55.585Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T00:47:55.585Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-01T00:47:55.585Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T00:47:55.585Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T00:47:55.585Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:55.585Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T00:47:55.845Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-01T00:47:56.134Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-01T00:47:57.075Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T00:47:57.075Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T00:47:57.075Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T00:47:57.075Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:57.075Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:57.075Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:58.014Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T00:47:58.014Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:58.014Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T00:47:58.014Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-01T00:47:58.014Z] running python rtupdate hooks for python3.6... [2021-04-01T00:47:58.014Z] running python post-rtupdate hooks for python3.6... [2021-04-01T00:47:58.014Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-01T00:47:59.396Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-01T00:47:59.656Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:59.656Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T00:47:59.915Z] Setting up snapd (2.48.3+18.04) ... [2021-04-01T00:48:00.484Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-01T00:48:00.484Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-01T00:48:00.744Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-01T00:48:01.004Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-01T00:48:01.004Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T00:48:01.004Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T00:48:01.264Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-01T00:48:01.524Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-01T00:48:01.524Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-01T00:48:01.785Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-01T00:48:02.048Z] /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-04-01T00:48:02.048Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T00:48:02.048Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T00:48:02.992Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T00:48:02.992Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T00:48:02.992Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T00:48:03.567Z] Fetched 88.7 kB in 1s (155 kB/s) [2021-04-01T00:48:04.532Z] Reading package lists... [2021-04-01T00:48:04.822Z] Reading package lists... [2021-04-01T00:48:05.086Z] Building dependency tree... [2021-04-01T00:48:05.086Z] Reading state information... [2021-04-01T00:48:05.086Z] Calculating upgrade... [2021-04-01T00:48:05.345Z] The following packages will be upgraded: [2021-04-01T00:48:05.345Z] advancecomp base-files bash binutils binutils-common [2021-04-01T00:48:05.345Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-01T00:48:05.345Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-01T00:48:05.345Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-01T00:48:05.345Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-01T00:48:05.345Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-01T00:48:05.345Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-01T00:48:05.345Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-01T00:48:05.345Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-01T00:48:05.345Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-01T00:48:05.345Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-01T00:48:05.345Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-01T00:48:05.345Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-01T00:48:05.345Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-01T00:48:05.345Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-01T00:48:05.345Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T00:48:05.345Z] Need to get 63.8 MB of archives. [2021-04-01T00:48:05.345Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-01T00:48:05.345Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-01T00:48:05.345Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-01T00:48:05.345Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-01T00:48:05.345Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-01T00:48:05.345Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-01T00:48:05.345Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-01T00:48:05.345Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-01T00:48:05.345Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-01T00:48:05.345Z] 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-04-01T00:48:05.345Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-01T00:48:05.345Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-01T00:48:05.345Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-01T00:48:05.345Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-01T00:48:05.610Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-01T00:48:05.610Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-01T00:48:05.610Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-01T00:48:05.610Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-01T00:48:05.610Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-01T00:48:05.610Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-01T00:48:05.610Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-01T00:48:05.610Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-01T00:48:05.610Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-01T00:48:05.610Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-01T00:48:05.610Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-01T00:48:05.610Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-01T00:48:05.610Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-01T00:48:05.610Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-01T00:48:05.610Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-01T00:48:05.610Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-01T00:48:05.610Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-01T00:48:05.610Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-01T00:48:05.873Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-01T00:48:05.873Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-01T00:48:05.873Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-01T00:48:05.873Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-01T00:48:05.873Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-01T00:48:05.873Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-01T00:48:05.873Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-01T00:48:05.873Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-01T00:48:05.873Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-01T00:48:05.873Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-01T00:48:05.873Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-01T00:48:05.873Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-01T00:48:05.873Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-01T00:48:05.873Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-01T00:48:05.873Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-01T00:48:05.873Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-01T00:48:05.873Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-01T00:48:05.873Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-01T00:48:05.873Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-01T00:48:05.873Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-01T00:48:05.873Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-01T00:48:05.873Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-01T00:48:05.873Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-01T00:48:05.873Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-01T00:48:06.135Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-01T00:48:06.395Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-01T00:48:06.395Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-01T00:48:06.395Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-01T00:48:06.395Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-01T00:48:06.656Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-01T00:48:06.656Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-01T00:48:06.656Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-01T00:48:06.656Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-01T00:48:06.656Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-01T00:48:06.656Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-01T00:48:06.656Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-01T00:48:06.656Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-01T00:48:06.656Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-01T00:48:06.917Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-01T00:48:06.917Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-01T00:48:06.917Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-01T00:48:06.917Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-01T00:48:06.917Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-01T00:48:06.917Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-01T00:48:06.917Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-01T00:48:06.917Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-01T00:48:06.917Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-01T00:48:06.917Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-01T00:48:06.917Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-01T00:48:06.917Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-01T00:48:06.917Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-01T00:48:06.917Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-01T00:48:06.917Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-01T00:48:06.917Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-01T00:48:06.917Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-01T00:48:06.917Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-01T00:48:06.917Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-01T00:48:07.219Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-01T00:48:07.219Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-01T00:48:07.219Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-01T00:48:07.219Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-01T00:48:07.219Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-01T00:48:07.219Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-01T00:48:07.219Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-01T00:48:07.219Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-01T00:48:07.219Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-01T00:48:07.219Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-01T00:48:07.219Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-01T00:48:07.478Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:48:07.478Z] Fetched 63.8 MB in 2s (30.8 MB/s) [2021-04-01T00:48:07.478Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:07.478Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:48:07.478Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T00:48:08.420Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:48:08.420Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T00:48:08.420Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-01T00:48:08.420Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-01T00:48:09.364Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:09.364Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:09.364Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:09.364Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:09.623Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:09.623Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:09.623Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:09.623Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:09.882Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:09.882Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:09.882Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:09.882Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:10.142Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:10.142Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:10.142Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:10.142Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T00:48:10.142Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:10.142Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-01T00:48:10.401Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:10.401Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T00:48:10.401Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:10.401Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:10.661Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:10.662Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:10.662Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:10.662Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:10.921Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:10.921Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T00:48:10.921Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:48:11.180Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T00:48:11.764Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T00:48:12.023Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T00:48:12.023Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-01T00:48:12.023Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-01T00:48:12.023Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-01T00:48:12.023Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-01T00:48:12.283Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-01T00:48:12.283Z] Installing new version of config file /etc/issue ... [2021-04-01T00:48:12.283Z] Installing new version of config file /etc/issue.net ... [2021-04-01T00:48:12.283Z] Installing new version of config file /etc/lsb-release ... [2021-04-01T00:48:12.283Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-01T00:48:12.542Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-01T00:48:12.542Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-01T00:48:12.542Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-01T00:48:12.805Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:12.805Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-01T00:48:12.805Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-01T00:48:12.805Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-01T00:48:13.064Z] 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-04-01T00:48:13.064Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:13.064Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:13.064Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:13.064Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:13.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:13.325Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-01T00:48:13.325Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-01T00:48:13.325Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-01T00:48:13.584Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:13.584Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-01T00:48:13.584Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T00:48:13.844Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-01T00:48:13.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:13.844Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T00:48:13.844Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T00:48:14.104Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T00:48:14.104Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:14.104Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T00:48:14.104Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T00:48:14.365Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-01T00:48:14.365Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:14.365Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-01T00:48:14.365Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-01T00:48:14.365Z] Setting up grep (3.1-2build1) ... [2021-04-01T00:48:14.625Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:14.625Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T00:48:14.625Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T00:48:14.625Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-01T00:48:14.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:14.885Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T00:48:14.885Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:48:14.885Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-01T00:48:14.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:14.885Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T00:48:15.145Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T00:48:15.714Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T00:48:15.714Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T00:48:15.714Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T00:48:15.973Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T00:48:16.542Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-01T00:48:16.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:16.542Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-01T00:48:16.542Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T00:48:17.480Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T00:48:17.480Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T00:48:17.739Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T00:48:17.739Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T00:48:17.739Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T00:48:17.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:17.739Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-01T00:48:17.739Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-01T00:48:17.998Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-01T00:48:17.998Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:17.998Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:17.998Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:18.257Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:18.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:18.257Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:18.257Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:18.516Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:18.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:18.516Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:18.516Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:18.516Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:18.775Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:18.775Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:18.775Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:18.775Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:19.035Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:19.035Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T00:48:19.035Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:48:19.035Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T00:48:19.035Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:48:19.035Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T00:48:19.294Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:19.294Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T00:48:19.294Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:48:19.294Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T00:48:19.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:19.554Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:19.554Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:19.554Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:19.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:19.554Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:19.554Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:19.813Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:19.813Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:19.813Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:19.813Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:20.381Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:20.641Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-01T00:48:20.900Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-01T00:48:20.900Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:20.900Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:48:20.900Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T00:48:21.160Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T00:48:21.419Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:21.419Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-01T00:48:21.419Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:48:21.419Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-01T00:48:21.678Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:21.678Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-01T00:48:21.678Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-01T00:48:21.941Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-01T00:48:22.201Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:22.201Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-01T00:48:22.201Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T00:48:22.460Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-01T00:48:22.460Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:22.460Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-01T00:48:22.460Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T00:48:22.460Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-01T00:48:22.720Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:22.721Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T00:48:22.721Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T00:48:22.979Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T00:48:22.979Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:22.979Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T00:48:22.979Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T00:48:23.239Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T00:48:23.239Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:23.239Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T00:48:23.499Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T00:48:23.499Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T00:48:23.764Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:23.764Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:23.764Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:23.764Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:48:23.764Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T00:48:24.032Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T00:48:24.032Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T00:48:24.032Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T00:48:24.291Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:24.291Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-01T00:48:24.291Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-01T00:48:24.291Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-01T00:48:24.550Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:24.550Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-01T00:48:24.550Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T00:48:24.550Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T00:48:24.809Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:24.809Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T00:48:25.068Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T00:48:25.068Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T00:48:25.068Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:25.068Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-01T00:48:25.068Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-01T00:48:25.328Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-01T00:48:25.328Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:25.328Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T00:48:25.328Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T00:48:25.897Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-01T00:48:25.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:25.897Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:48:25.897Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T00:48:26.158Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-01T00:48:26.158Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:26.158Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-01T00:48:26.158Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-01T00:48:26.417Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-01T00:48:26.417Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:26.417Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-01T00:48:26.417Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-01T00:48:26.676Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-01T00:48:26.676Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:26.676Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-01T00:48:26.676Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-01T00:48:26.951Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-01T00:48:26.951Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:26.951Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-01T00:48:26.951Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-01T00:48:27.211Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-01T00:48:27.211Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:27.211Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T00:48:27.211Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-01T00:48:27.211Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-01T00:48:27.471Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:27.471Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-01T00:48:27.471Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-01T00:48:27.471Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-01T00:48:27.471Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-01T00:48:27.471Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T00:48:27.730Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T00:48:27.730Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T00:48:27.730Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T00:48:27.991Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T00:48:27.991Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T00:48:28.250Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-01T00:48:28.250Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-01T00:48:28.250Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T00:48:28.250Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-01T00:48:28.510Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T00:48:28.510Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-01T00:48:28.510Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-01T00:48:28.510Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-01T00:48:28.770Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-01T00:48:28.770Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-01T00:48:28.770Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-01T00:48:28.770Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-01T00:48:29.031Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-01T00:48:29.031Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-01T00:48:29.031Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-01T00:48:29.031Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-01T00:48:29.291Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-01T00:48:29.291Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-01T00:48:30.346Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-01T00:48:30.346Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-01T00:48:30.346Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-01T00:48:30.346Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-01T00:48:30.346Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T00:48:30.346Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T00:48:30.611Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T00:48:30.611Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T00:48:30.870Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T00:48:30.870Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T00:48:30.870Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T00:48:30.870Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T00:48:31.130Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:31.130Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:31.130Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:31.130Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:31.389Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:31.389Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:31.389Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:31.649Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:31.650Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:48:31.650Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:48:31.650Z] ---> 106b69c86404 [2021-04-01T00:48:31.650Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> 462270b471c6 [2021-04-01T00:48:31.650Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> 609a762a7021 [2021-04-01T00:48:31.650Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> add56ec89523 [2021-04-01T00:48:31.650Z] Step 6/21 : COPY go.mod . [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> bbfa4dfad2dd [2021-04-01T00:48:31.650Z] Step 7/21 : RUN go mod download [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> 13a3fc3dff00 [2021-04-01T00:48:31.650Z] Step 8/21 : COPY . . [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> 8f740cc5f83a [2021-04-01T00:48:31.650Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T00:48:31.650Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:48:31.650Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:48:31.650Z] ---> 106b69c86404 [2021-04-01T00:48:31.650Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> 462270b471c6 [2021-04-01T00:48:31.650Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> 609a762a7021 [2021-04-01T00:48:31.650Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> add56ec89523 [2021-04-01T00:48:31.650Z] Step 6/22 : COPY go.mod . [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> bbfa4dfad2dd [2021-04-01T00:48:31.650Z] Step 7/22 : RUN go mod download [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> 13a3fc3dff00 [2021-04-01T00:48:31.650Z] Step 8/22 : COPY . . [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> 8f740cc5f83a [2021-04-01T00:48:31.650Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T00:48:31.650Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:48:31.650Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:48:31.650Z] ---> 106b69c86404 [2021-04-01T00:48:31.650Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> 462270b471c6 [2021-04-01T00:48:31.650Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> 609a762a7021 [2021-04-01T00:48:31.650Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T00:48:31.650Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:48:31.650Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:48:31.650Z] ---> 106b69c86404 [2021-04-01T00:48:31.650Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> 462270b471c6 [2021-04-01T00:48:31.650Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:48:31.650Z] ---> Using cache [2021-04-01T00:48:31.650Z] ---> 609a762a7021 [2021-04-01T00:48:31.650Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T00:48:33.029Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:33.029Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:33.967Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:33.967Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:34.265Z] ---> Running in fc13b8f36532 [2021-04-01T00:48:34.265Z] ---> Running in e1dac1276f66 [2021-04-01T00:48:34.265Z] ---> Running in 31fa527c4f98 [2021-04-01T00:48:34.265Z] ---> Running in cdba5f7c64e8 [2021-04-01T00:48:34.535Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:34.535Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:35.105Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:35.105Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:36.043Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:36.043Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:36.043Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T00:48:36.043Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T00:48:36.043Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T00:48:36.043Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T00:48:36.301Z] 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-04-01T00:48:36.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:36.301Z] 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-04-01T00:48:36.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:36.302Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T00:48:36.302Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T00:48:36.302Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-01T00:48:36.561Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-01T00:48:36.561Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T00:48:36.561Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T00:48:36.820Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T00:48:36.820Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T00:48:36.820Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-01T00:48:36.820Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-01T00:48:36.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:37.079Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:37.079Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T00:48:37.079Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:37.079Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:37.079Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:37.079Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-01T00:48:37.079Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-01T00:48:37.079Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-01T00:48:37.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:37.338Z] [2021-04-01T00:48:37.338Z] Current default time zone: 'Etc/UTC' [2021-04-01T00:48:37.338Z] Local time is now: Thu Apr 1 00:48:37 UTC 2021. [2021-04-01T00:48:37.338Z] Universal Time is now: Thu Apr 1 00:48:37 UTC 2021. [2021-04-01T00:48:37.338Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-01T00:48:37.338Z] [2021-04-01T00:48:37.338Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-01T00:48:37.338Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:37.338Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-01T00:48:37.338Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:37.597Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-01T00:48:37.597Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-01T00:48:37.597Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-01T00:48:37.597Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-01T00:48:37.597Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-01T00:48:37.597Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T00:48:37.597Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:37.774Z] OK: 217 MiB in 51 packages [2021-04-01T00:48:37.965Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-01T00:48:38.051Z] OK: 217 MiB in 51 packages [2021-04-01T00:48:38.224Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:38.224Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T00:48:38.224Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:38.224Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-01T00:48:38.483Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-01T00:48:38.483Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-01T00:48:38.483Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T00:48:38.483Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-01T00:48:38.483Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-01T00:48:38.483Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-01T00:48:38.483Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-01T00:48:39.512Z] Removing intermediate container 31fa527c4f98 [2021-04-01T00:48:39.512Z] ---> b4966891ab5c [2021-04-01T00:48:39.512Z] Step 6/26 : COPY go.mod . [2021-04-01T00:48:39.860Z] Updating certificates in /etc/ssl/certs... [2021-04-01T00:48:40.430Z] 23 added, 27 removed; done. [2021-04-01T00:48:40.430Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T00:48:40.430Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:40.430Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-01T00:48:40.504Z] Removing intermediate container cdba5f7c64e8 [2021-04-01T00:48:40.504Z] ---> 84386f29fe46 [2021-04-01T00:48:40.505Z] Step 6/23 : COPY go.mod . [2021-04-01T00:48:40.689Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-01T00:48:40.689Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-01T00:48:40.689Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:40.689Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T00:48:40.689Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:40.689Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:40.689Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:40.783Z] ---> 31bd71f465e5 [2021-04-01T00:48:40.783Z] Step 7/26 : RUN go mod download [2021-04-01T00:48:40.950Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:40.950Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:40.950Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-01T00:48:40.950Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-01T00:48:40.950Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-01T00:48:40.950Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-01T00:48:40.950Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-01T00:48:40.950Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:41.069Z] ---> Running in 3ae57d243de1 [2021-04-01T00:48:41.210Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:41.211Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-01T00:48:41.211Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-01T00:48:41.211Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-01T00:48:41.211Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T00:48:41.211Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T00:48:41.470Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-01T00:48:41.470Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-01T00:48:41.470Z] Updating certificates in /etc/ssl/certs... [2021-04-01T00:48:41.676Z] ---> 30d684906862 [2021-04-01T00:48:41.676Z] Step 7/23 : RUN go mod download [2021-04-01T00:48:41.959Z] ---> Running in d6f8490e3f9b [2021-04-01T00:48:42.038Z] 0 added, 0 removed; done. [2021-04-01T00:48:42.038Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-01T00:48:42.038Z] done. [2021-04-01T00:48:42.298Z] Reading package lists... [2021-04-01T00:48:42.559Z] Building dependency tree... [2021-04-01T00:48:42.559Z] Reading state information... [2021-04-01T00:48:42.559Z] The following NEW packages will be installed: [2021-04-01T00:48:42.559Z] apt-transport-https [2021-04-01T00:48:42.559Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T00:48:42.559Z] Need to get 1696 B of archives. [2021-04-01T00:48:42.559Z] After this operation, 153 kB of additional disk space will be used. [2021-04-01T00:48:42.559Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-01T00:48:42.818Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:48:42.818Z] Fetched 1696 B in 0s (46.9 kB/s) [2021-04-01T00:48:42.818Z] Selecting previously unselected package apt-transport-https. [2021-04-01T00:48:42.818Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-01T00:48:42.818Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-01T00:48:42.818Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T00:48:42.818Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T00:48:43.388Z] Waiting for network to be ready... [2021-04-01T00:48:46.301Z] Removing intermediate container 3ae57d243de1 [2021-04-01T00:48:46.301Z] ---> 524eb5a77b7a [2021-04-01T00:48:46.301Z] Step 8/26 : COPY . . [2021-04-01T00:48:46.901Z] Removing intermediate container d6f8490e3f9b [2021-04-01T00:48:46.901Z] ---> d9550d5f712a [2021-04-01T00:48:46.901Z] Step 8/23 : COPY . . [2021-04-01T00:48:48.665Z] 2021-04-01T00:48:46Z INFO Waiting for automatic snapd restart... [2021-04-01T00:48:48.925Z] snapd 2.49.1 from Canonical* installed [2021-04-01T00:48:49.862Z] "snapd" switched to the "latest/stable" channel [2021-04-01T00:48:49.862Z] [2021-04-01T00:48:54.055Z] core18 20210309 from Canonical* installed [2021-04-01T00:48:54.055Z] "core18" switched to the "latest/stable" channel [2021-04-01T00:48:54.055Z] [2021-04-01T00:48:58.249Z] snapcraft 4.6 from Canonical* installed [2021-04-01T00:48:58.249Z] "snapcraft" switched to the "latest/stable" channel [2021-04-01T00:48:58.249Z] [2021-04-01T00:49:02.445Z] 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-04-01T00:49:02.445Z] - README.md [2021-04-01T00:49:02.445Z] [2021-04-01T00:49:02.445Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T00:49:09.100Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:49:09.100Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T00:49:09.100Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T00:49:09.100Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T00:49:09.100Z] Fetched 88.7 kB in 0s (262 kB/s) [2021-04-01T00:49:09.670Z] Reading package lists... [2021-04-01T00:49:10.238Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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-04-01T00:49:16.840Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:49:16.840Z] Reading package lists... [2021-04-01T00:49:16.840Z] Building dependency tree... [2021-04-01T00:49:16.840Z] Reading state information... [2021-04-01T00:49:16.840Z] Suggested packages: [2021-04-01T00:49:16.840Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-01T00:49:16.840Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-01T00:49:16.840Z] Recommended packages: [2021-04-01T00:49:16.840Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-01T00:49:16.840Z] The following NEW packages will be installed: [2021-04-01T00:49:16.840Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-01T00:49:16.840Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-01T00:49:16.840Z] pkg-config zip [2021-04-01T00:49:16.840Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T00:49:16.840Z] Need to get 7663 kB of archives. [2021-04-01T00:49:16.840Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-01T00:49:16.840Z] 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-04-01T00:49:16.840Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-01T00:49:16.840Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-01T00:49:16.840Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-01T00:49:16.840Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-01T00:49:16.840Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-01T00:49:16.840Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-01T00:49:16.840Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-01T00:49:17.099Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-01T00:49:17.099Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-01T00:49:17.099Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-01T00:49:17.099Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-01T00:49:17.358Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-01T00:49:17.358Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-01T00:49:17.358Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-01T00:49:17.358Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:49:17.358Z] Fetched 7663 kB in 1s (10.7 MB/s) [2021-04-01T00:49:17.617Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-01T00:49:17.617Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-01T00:49:17.617Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-01T00:49:17.617Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T00:49:17.876Z] Selecting previously unselected package libpsl5:amd64. [2021-04-01T00:49:17.876Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-01T00:49:17.876Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T00:49:17.876Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-01T00:49:17.876Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-01T00:49:17.876Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T00:49:17.876Z] Selecting previously unselected package librtmp1:amd64. [2021-04-01T00:49:17.876Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-01T00:49:18.135Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T00:49:18.135Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-01T00:49:18.135Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-01T00:49:18.135Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T00:49:18.135Z] Selecting previously unselected package liberror-perl. [2021-04-01T00:49:18.135Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-01T00:49:18.135Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-01T00:49:18.394Z] Selecting previously unselected package git-man. [2021-04-01T00:49:18.394Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-01T00:49:18.394Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T00:49:18.394Z] Selecting previously unselected package git. [2021-04-01T00:49:18.394Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-01T00:49:18.394Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T00:49:19.289Z] ---> 7f9b3c4d14d0 [2021-04-01T00:49:19.289Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T00:49:19.289Z] ---> 6682f61c0d55 [2021-04-01T00:49:19.289Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T00:49:19.289Z] ---> Running in 1a540224ce92 [2021-04-01T00:49:19.289Z] ---> Running in faef917ce92c [2021-04-01T00:49:19.333Z] Selecting previously unselected package libnorm1:amd64. [2021-04-01T00:49:19.333Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-01T00:49:19.333Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T00:49:19.333Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-01T00:49:19.333Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-01T00:49:19.333Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T00:49:19.592Z] Selecting previously unselected package libsodium23:amd64. [2021-04-01T00:49:19.592Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-01T00:49:19.592Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-01T00:49:19.592Z] Selecting previously unselected package libzmq5:amd64. [2021-04-01T00:49:19.592Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T00:49:19.592Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T00:49:19.851Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-01T00:49:19.851Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T00:49:19.851Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T00:49:19.851Z] Selecting previously unselected package pkg-config. [2021-04-01T00:49:19.851Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-01T00:49:19.851Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T00:49:19.851Z] Selecting previously unselected package zip. [2021-04-01T00:49:19.851Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-01T00:49:19.851Z] Unpacking zip (3.0-11build1) ... [2021-04-01T00:49:19.894Z] 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-04-01T00:49:20.110Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T00:49:20.110Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T00:49:20.110Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T00:49:20.110Z] Setting up liberror-perl (0.17025-1) ... [2021-04-01T00:49:20.111Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T00:49:20.111Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T00:49:20.111Z] No schema files found: doing nothing. [2021-04-01T00:49:20.111Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T00:49:20.111Z] Setting up zip (3.0-11build1) ... [2021-04-01T00:49:20.172Z] 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-04-01T00:49:20.369Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T00:49:20.369Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-01T00:49:20.369Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T00:49:20.369Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T00:49:20.369Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T00:49:20.369Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T00:49:20.369Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T00:49:20.628Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T00:49:27.194Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:49:27.194Z] git set to automatically installed. [2021-04-01T00:49:27.194Z] git-man set to automatically installed. [2021-04-01T00:49:27.194Z] libcurl3-gnutls set to automatically installed. [2021-04-01T00:49:27.194Z] liberror-perl set to automatically installed. [2021-04-01T00:49:27.194Z] libglib2.0-0 set to automatically installed. [2021-04-01T00:49:27.194Z] libnghttp2-14 set to automatically installed. [2021-04-01T00:49:27.194Z] libnorm1 set to automatically installed. [2021-04-01T00:49:27.194Z] libpgm-5.2-0 set to automatically installed. [2021-04-01T00:49:27.194Z] libpsl5 set to automatically installed. [2021-04-01T00:49:27.194Z] librtmp1 set to automatically installed. [2021-04-01T00:49:27.194Z] libsodium23 set to automatically installed. [2021-04-01T00:49:27.194Z] libzmq3-dev set to automatically installed. [2021-04-01T00:49:27.194Z] libzmq5 set to automatically installed. [2021-04-01T00:49:27.194Z] pkg-config set to automatically installed. [2021-04-01T00:49:27.194Z] zip set to automatically installed. [2021-04-01T00:49:29.098Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T00:49:35.673Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:49:38.513Z] 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-04-01T00:49:57.004Z] Removing intermediate container fc13b8f36532 [2021-04-01T00:49:57.004Z] ---> d6124fb15cad [2021-04-01T00:49:57.004Z] [2021-04-01T00:49:57.004Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T00:49:57.004Z] ---> e47305ac9786 [2021-04-01T00:49:57.004Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T00:49:57.004Z] ---> Running in 8687e676e5cc [2021-04-01T00:49:57.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:57.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:57.877Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T00:49:57.877Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:49:57.877Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T00:49:57.877Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T00:49:57.877Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:49:57.877Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:49:58.487Z] OK: 7 MiB in 18 packages [2021-04-01T00:50:01.152Z] Removing intermediate container 8687e676e5cc [2021-04-01T00:50:01.152Z] ---> 833fe827af60 [2021-04-01T00:50:01.152Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T00:50:01.152Z] ---> Running in d9522becb632 [2021-04-01T00:50:02.152Z] Removing intermediate container d9522becb632 [2021-04-01T00:50:02.152Z] ---> 5186d3a5cd09 [2021-04-01T00:50:02.152Z] Step 13/21 : WORKDIR /edgex [2021-04-01T00:50:02.437Z] ---> Running in 383bcd572471 [2021-04-01T00:50:03.442Z] Removing intermediate container 383bcd572471 [2021-04-01T00:50:03.442Z] ---> 492bc47d5c06 [2021-04-01T00:50:03.442Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T00:50:06.101Z] ---> 8c62ea25ae95 [2021-04-01T00:50:06.101Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T00:50:06.707Z] Removing intermediate container e1dac1276f66 [2021-04-01T00:50:06.707Z] ---> e82b4796ce9f [2021-04-01T00:50:06.707Z] [2021-04-01T00:50:06.707Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T00:50:06.707Z] ---> e47305ac9786 [2021-04-01T00:50:06.707Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:50:06.707Z] ---> Using cache [2021-04-01T00:50:06.707Z] ---> c192fdb4d5cc [2021-04-01T00:50:06.707Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:50:06.707Z] ---> Using cache [2021-04-01T00:50:06.707Z] ---> 9825862ef780 [2021-04-01T00:50:06.707Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T00:50:06.997Z] ---> Running in 2cc6dfad7107 [2021-04-01T00:50:07.994Z] ---> a0921d1d8e17 [2021-04-01T00:50:07.994Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T00:50:07.994Z] Removing intermediate container 2cc6dfad7107 [2021-04-01T00:50:07.994Z] ---> b78bff0247b8 [2021-04-01T00:50:07.994Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T00:50:08.269Z] ---> Running in 924043eafe9d [2021-04-01T00:50:09.283Z] Removing intermediate container 924043eafe9d [2021-04-01T00:50:09.283Z] ---> 37fe77bc3e8c [2021-04-01T00:50:09.283Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:50:09.898Z] ---> acfb69285e8b [2021-04-01T00:50:09.898Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T00:50:10.172Z] ---> Running in 2ee340cd3040 [2021-04-01T00:50:10.446Z] ---> 707eab255fed [2021-04-01T00:50:10.446Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T00:50:11.073Z] Removing intermediate container 2ee340cd3040 [2021-04-01T00:50:11.073Z] ---> c328f679e1ec [2021-04-01T00:50:11.073Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T00:50:11.352Z] ---> Running in 1dbc399a30a0 [2021-04-01T00:50:12.341Z] Removing intermediate container 1dbc399a30a0 [2021-04-01T00:50:12.341Z] ---> bafa456c15bb [2021-04-01T00:50:12.341Z] Step 19/21 : LABEL arch=arm64 [2021-04-01T00:50:12.614Z] ---> e9af2b7d1a9d [2021-04-01T00:50:12.614Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T00:50:12.614Z] ---> Running in bc31e19aed70 [2021-04-01T00:50:13.629Z] Removing intermediate container bc31e19aed70 [2021-04-01T00:50:13.629Z] ---> eeaa4f4b04c4 [2021-04-01T00:50:13.629Z] Step 20/21 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:50:13.927Z] ---> 25773d03c028 [2021-04-01T00:50:13.927Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T00:50:13.927Z] ---> Running in 591490e8e102 [2021-04-01T00:50:14.201Z] ---> Running in 4ebd75c61189 [2021-04-01T00:50:14.475Z] Removing intermediate container 591490e8e102 [2021-04-01T00:50:14.475Z] ---> 300fae029e7c [2021-04-01T00:50:14.475Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T00:50:14.751Z] ---> Running in 6605ed55b02b [2021-04-01T00:50:14.751Z] Removing intermediate container 4ebd75c61189 [2021-04-01T00:50:15.032Z] ---> 6c278b7a111a [2021-04-01T00:50:15.032Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:50:15.032Z] ---> Running in cb512f8d39d7 [2021-04-01T00:50:15.642Z] Removing intermediate container 6605ed55b02b [2021-04-01T00:50:15.642Z] ---> 4314596d6a32 [2021-04-01T00:50:15.642Z] [2021-04-01T00:50:15.924Z] Removing intermediate container cb512f8d39d7 [2021-04-01T00:50:15.924Z] ---> 24d55d4c52cb [2021-04-01T00:50:15.924Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T00:50:15.924Z] ---> Running in 1857593392e8 [2021-04-01T00:50:16.206Z] Successfully built 4314596d6a32 [2021-04-01T00:50:16.206Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-01T00:50:16.816Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1857593392e8 [2021-04-01T00:50:16.816Z] ---> 84b1dcb85a6e [2021-04-01T00:50:16.816Z] Step 21/22 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:50:17.098Z] ---> Running in 3480ca404308 [2021-04-01T00:50:17.710Z] Removing intermediate container 3480ca404308 [2021-04-01T00:50:17.710Z] ---> 35c4ae9a4366 [2021-04-01T00:50:17.710Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T00:50:17.990Z] ---> Running in 2e178b8443e3 [2021-04-01T00:50:18.600Z] Removing intermediate container 2e178b8443e3 [2021-04-01T00:50:18.600Z] ---> dcc5afb3f493 [2021-04-01T00:50:18.600Z] [2021-04-01T00:50:19.214Z] Successfully built dcc5afb3f493 [2021-04-01T00:50:19.214Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-01T00:50:37.546Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1a540224ce92 [2021-04-01T00:50:37.546Z] ---> 18bc340e4217 [2021-04-01T00:50:37.546Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T00:50:37.546Z] ---> Running in c79b09dfb983 [2021-04-01T00:50:37.546Z] 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-04-01T00:50:40.937Z] Removing intermediate container c79b09dfb983 [2021-04-01T00:50:40.937Z] ---> 9aff45fc6c05 [2021-04-01T00:50:40.937Z] [2021-04-01T00:50:40.937Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T00:50:40.937Z] 20.10.0: Pulling from library/docker [2021-04-01T00:50:49.209Z] Removing intermediate container faef917ce92c [2021-04-01T00:50:49.209Z] ---> 1cda38ccd0ca [2021-04-01T00:50:49.209Z] [2021-04-01T00:50:49.209Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:50:49.209Z] ---> e47305ac9786 [2021-04-01T00:50:49.209Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T00:50:49.209Z] ---> Running in 9d196cad9274 [2021-04-01T00:50:49.805Z] Removing intermediate container 9d196cad9274 [2021-04-01T00:50:49.805Z] ---> 3452ef034a3b [2021-04-01T00:50:49.805Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T00:50:50.076Z] ---> Running in 57104a1bfd2b [2021-04-01T00:50:50.076Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T00:50:50.347Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T00:50:50.347Z] ---> eeaf43b92773 [2021-04-01T00:50:50.347Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T00:50:50.347Z] ---> Running in 78cafbf3eb8d [2021-04-01T00:50:50.623Z] Removing intermediate container 57104a1bfd2b [2021-04-01T00:50:50.623Z] ---> 0e0e82b7d3a7 [2021-04-01T00:50:50.623Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T00:50:50.623Z] ---> Running in 9da839982762 [2021-04-01T00:50:51.221Z] Removing intermediate container 9da839982762 [2021-04-01T00:50:51.222Z] ---> 13931382188e [2021-04-01T00:50:51.222Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:50:51.222Z] ---> Running in cbafb5b63964 [2021-04-01T00:50:51.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:50:51.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:50:52.429Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T00:50:52.429Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T00:50:52.429Z] Executing bash-5.0.17-r0.post-install [2021-04-01T00:50:52.703Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:50:52.703Z] OK: 12 MiB in 22 packages [2021-04-01T00:50:53.678Z] Removing intermediate container cbafb5b63964 [2021-04-01T00:50:53.678Z] ---> c38fc7e96122 [2021-04-01T00:50:53.678Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T00:50:53.947Z] ---> Running in 332ee72eaf04 [2021-04-01T00:50:53.947Z] Removing intermediate container 78cafbf3eb8d [2021-04-01T00:50:53.947Z] ---> 528585f715cc [2021-04-01T00:50:53.947Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T00:50:54.218Z] ---> Running in ae263103d175 [2021-04-01T00:50:54.812Z] Removing intermediate container ae263103d175 [2021-04-01T00:50:54.812Z] ---> 72d26ceb7ab9 [2021-04-01T00:50:54.812Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T00:50:54.812Z] ---> Running in 616d922e9bc8 [2021-04-01T00:50:55.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:50:55.354Z] Removing intermediate container 616d922e9bc8 [2021-04-01T00:50:55.354Z] ---> a88df606dd24 [2021-04-01T00:50:55.354Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T00:50:55.354Z] ---> Running in d38d57670153 [2021-04-01T00:50:55.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:50:55.896Z] Removing intermediate container d38d57670153 [2021-04-01T00:50:55.896Z] ---> 80617bd8d9c5 [2021-04-01T00:50:55.896Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T00:50:56.489Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T00:50:56.489Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T00:50:56.763Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T00:50:56.763Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T00:50:57.035Z] ---> 368005879435 [2021-04-01T00:50:57.035Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T00:50:57.035Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T00:50:57.035Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T00:50:57.306Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:50:57.306Z] OK: 8 MiB in 20 packages [2021-04-01T00:50:57.899Z] ---> 87105512e090 [2021-04-01T00:50:57.899Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T00:50:58.870Z] Removing intermediate container 332ee72eaf04 [2021-04-01T00:50:58.870Z] ---> 23da7bda7a53 [2021-04-01T00:50:58.870Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:50:58.870Z] ---> b41c7a1bc7bd [2021-04-01T00:50:58.870Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T00:50:59.148Z] ---> Running in ccc1b87c5865 [2021-04-01T00:50:59.426Z] ---> 085c407e8350 [2021-04-01T00:50:59.426Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T00:51:00.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:51:00.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:51:01.087Z] ---> 28e1f08daf14 [2021-04-01T00:51:01.087Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T00:51:01.087Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T00:51:01.087Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T00:51:01.087Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T00:51:01.087Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T00:51:01.087Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T00:51:01.087Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T00:51:01.087Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T00:51:02.529Z] ---> 4d62f81a3eb5 [2021-04-01T00:51:02.529Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T00:51:02.798Z] ---> Running in ff15ffc0d705 [2021-04-01T00:51:03.067Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T00:51:03.067Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T00:51:03.067Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T00:51:03.067Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T00:51:03.067Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T00:51:03.067Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T00:51:03.348Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T00:51:03.348Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T00:51:03.348Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T00:51:03.348Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T00:51:03.348Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T00:51:03.348Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T00:51:03.348Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T00:51:03.348Z] Removing intermediate container ff15ffc0d705 [2021-04-01T00:51:03.348Z] ---> 850d9649c0e0 [2021-04-01T00:51:03.348Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:51:03.348Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T00:51:03.632Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T00:51:03.632Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T00:51:03.632Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T00:51:03.632Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T00:51:03.632Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T00:51:03.632Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T00:51:03.632Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T00:51:03.632Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T00:51:03.632Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T00:51:03.632Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T00:51:03.632Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T00:51:03.632Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T00:51:03.632Z] ---> Running in 0d11829cf4c6 [2021-04-01T00:51:03.900Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:51:03.900Z] OK: 71 MiB in 55 packages [2021-04-01T00:51:04.173Z] Removing intermediate container 0d11829cf4c6 [2021-04-01T00:51:04.173Z] ---> ebbe4a88329b [2021-04-01T00:51:04.173Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T00:51:04.454Z] ---> Running in b2b192310bef [2021-04-01T00:51:05.063Z] Removing intermediate container b2b192310bef [2021-04-01T00:51:05.063Z] ---> 88e5c261e4ef [2021-04-01T00:51:05.063Z] Step 22/23 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:51:05.341Z] ---> Running in 3836c57cf3e8 [2021-04-01T00:51:05.936Z] Removing intermediate container 3836c57cf3e8 [2021-04-01T00:51:05.936Z] ---> 8d42339d795a [2021-04-01T00:51:05.936Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:51:06.207Z] ---> Running in b227a7b08136 [2021-04-01T00:51:06.806Z] Removing intermediate container b227a7b08136 [2021-04-01T00:51:06.806Z] ---> 05432a41eb6c [2021-04-01T00:51:06.806Z] [2021-04-01T00:51:07.075Z] Successfully built 05432a41eb6c [2021-04-01T00:51:07.075Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-01T00:51:09.747Z]  Building docker-core-data-go ... done Removing intermediate container ccc1b87c5865 [2021-04-01T00:51:09.747Z] ---> d830939e704b [2021-04-01T00:51:09.747Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T00:51:09.747Z] ---> Running in 3aa8bcd53fb7 [2021-04-01T00:51:15.135Z] Collecting docker-compose==1.23.2 [2021-04-01T00:51:15.135Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T00:51:15.725Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T00:51:15.725Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T00:51:16.320Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T00:51:16.320Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T00:51:16.910Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T00:51:16.910Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T00:51:18.868Z] 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-04-01T00:51:19.137Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T00:51:19.137Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T00:51:22.500Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T00:51:22.501Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T00:51:23.089Z] Collecting PyYAML<4,>=3.10 [2021-04-01T00:51:23.089Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T00:51:26.456Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T00:51:26.456Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T00:51:27.197Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-01T00:51:27.198Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T00:51:27.198Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:51:27.198Z] snap "core18" has no updates available [2021-04-01T00:51:27.198Z] Pulling go-build-helper [2021-04-01T00:51:27.198Z] + snapcraftctl pull [2021-04-01T00:51:27.198Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-01T00:51:27.198Z] Skipping pull go-build-helper (already ran) [2021-04-01T00:51:27.198Z] Building go-build-helper [2021-04-01T00:51:27.198Z] + snapcraftctl build [2021-04-01T00:51:27.198Z] Staging go-build-helper [2021-04-01T00:51:27.198Z] + snapcraftctl stage [2021-04-01T00:51:29.055Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T00:51:29.055Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T00:51:29.324Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T00:51:29.324Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T00:51:29.593Z] 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-04-01T00:51:29.593Z] 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-04-01T00:51:29.862Z] Collecting idna<2.8,>=2.5 [2021-04-01T00:51:29.862Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T00:51:30.449Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T00:51:30.449Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T00:51:30.718Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T00:51:30.718Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T00:51:30.986Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T00:51:30.986Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T00:51:30.986Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T00:51:30.986Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T00:51:31.955Z] Installing collected packages: cached-property, jsonschema, docopt, texttable, idna, urllib3, requests, PyYAML, dockerpty, websocket-client, docker-pycreds, docker, docker-compose [2021-04-01T00:51:32.227Z] Running setup.py install for docopt: started [2021-04-01T00:51:34.835Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T00:51:34.835Z] Running setup.py install for texttable: started [2021-04-01T00:51:36.796Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T00:51:36.796Z] Attempting uninstall: idna [2021-04-01T00:51:36.796Z] Found existing installation: idna 2.9 [2021-04-01T00:51:36.796Z] Uninstalling idna-2.9: [2021-04-01T00:51:36.796Z] Successfully uninstalled idna-2.9 [2021-04-01T00:51:37.239Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T00:51:37.239Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T00:51:37.239Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T00:51:37.239Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T00:51:37.239Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T00:51:37.239Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T00:51:37.239Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T00:51:37.239Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T00:51:37.239Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T00:51:37.239Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T00:51:37.239Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T00:51:37.239Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T00:51:37.239Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T00:51:37.239Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T00:51:37.239Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T00:51:37.239Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T00:51:37.239Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T00:51:37.239Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T00:51:37.239Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T00:51:37.239Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T00:51:37.239Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T00:51:37.239Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T00:51:37.239Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T00:51:37.239Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T00:51:37.239Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T00:51:37.239Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T00:51:37.239Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T00:51:37.240Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-01T00:51:37.240Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T00:51:37.240Z] Fetched 224 kB in 0s (0 B/s) [2021-04-01T00:51:37.240Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T00:51:37.240Z] Fetched 157 kB in 0s (0 B/s) [2021-04-01T00:51:37.240Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T00:51:37.240Z] Fetched 221 kB in 0s (0 B/s) [2021-04-01T00:51:37.240Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T00:51:37.240Z] Fetched 143 kB in 0s (0 B/s) [2021-04-01T00:51:37.240Z] Pulling app-service-config [2021-04-01T00:51:37.240Z] + snapcraftctl pull [2021-04-01T00:51:37.390Z] Attempting uninstall: urllib3 [2021-04-01T00:51:37.390Z] Found existing installation: urllib3 1.25.9 [2021-04-01T00:51:37.661Z] Uninstalling urllib3-1.25.9: [2021-04-01T00:51:37.661Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T00:51:38.179Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-01T00:51:38.251Z] Attempting uninstall: requests [2021-04-01T00:51:38.251Z] Found existing installation: requests 2.23.0 [2021-04-01T00:51:38.251Z] Uninstalling requests-2.23.0: [2021-04-01T00:51:38.522Z] Successfully uninstalled requests-2.23.0 [2021-04-01T00:51:38.747Z] Pulling config-common [2021-04-01T00:51:38.747Z] + snapcraftctl pull [2021-04-01T00:51:38.793Z] Running setup.py install for PyYAML: started [2021-04-01T00:51:41.393Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T00:51:41.393Z] Running setup.py install for dockerpty: started [2021-04-01T00:51:43.353Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T00:51:44.022Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T00:51:44.022Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T00:51:44.022Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T00:51:44.022Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:51:44.022Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T00:51:44.022Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:51:44.022Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T00:51:44.022Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:51:44.022Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T00:51:44.022Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:51:44.022Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T00:51:44.022Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:51:44.022Z] Pulling edgex-go [2021-04-01T00:51:44.022Z] + snapcraftctl pull [2021-04-01T00:51:45.311Z] 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-04-01T00:51:49.594Z] Removing intermediate container 3aa8bcd53fb7 [2021-04-01T00:51:49.594Z] ---> 018137d2e54b [2021-04-01T00:51:49.594Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T00:51:49.594Z] ---> Running in ae8df7644154 [2021-04-01T00:51:50.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:51:50.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:51:51.044Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:51:51.044Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T00:51:51.044Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T00:51:51.044Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:51:51.044Z] OK: 72 MiB in 58 packages [2021-04-01T00:51:52.472Z] Removing intermediate container ae8df7644154 [2021-04-01T00:51:52.472Z] ---> b3f52d5f4565 [2021-04-01T00:51:52.472Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T00:51:52.472Z] ---> Running in b41bd709cc7d [2021-04-01T00:51:52.742Z] Removing intermediate container b41bd709cc7d [2021-04-01T00:51:52.742Z] ---> 005d536f1d3e [2021-04-01T00:51:52.742Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:51:53.013Z] ---> Running in d0a5ac73edc9 [2021-04-01T00:51:53.602Z] Removing intermediate container d0a5ac73edc9 [2021-04-01T00:51:53.603Z] ---> 1d0a15d7dfdc [2021-04-01T00:51:53.603Z] Step 24/26 : LABEL arch=arm64 [2021-04-01T00:51:53.603Z] ---> Running in 078d4ba68e27 [2021-04-01T00:51:54.194Z] Removing intermediate container 078d4ba68e27 [2021-04-01T00:51:54.194Z] ---> 84c1fd22cfe9 [2021-04-01T00:51:54.194Z] Step 25/26 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 [2021-04-01T00:51:54.194Z] ---> Running in 5d8174053a03 [2021-04-01T00:51:54.785Z] Removing intermediate container 5d8174053a03 [2021-04-01T00:51:54.785Z] ---> 0e4d435a6c82 [2021-04-01T00:51:54.785Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T00:51:54.785Z] ---> Running in 193a3fb25195 [2021-04-01T00:51:55.374Z] Removing intermediate container 193a3fb25195 [2021-04-01T00:51:55.374Z] ---> a74c59f88687 [2021-04-01T00:51:55.374Z] [2021-04-01T00:51:55.964Z] Successfully built a74c59f88687 [2021-04-01T00:51:55.964Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-01T00:51:56.249Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T00:51:56.250Z] $ docker stop --time=1 8ed026159b32b5dcbc8b1f4213299b075630e06221a01fe31dbda65f00210ff5 [2021-04-01T00:51:58.242Z] $ docker rm -f 8ed026159b32b5dcbc8b1f4213299b075630e06221a01fe31dbda65f00210ff5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T00:51:59.002Z] + docker images [2021-04-01T00:51:59.003Z] + grep docker [2021-04-01T00:51:59.273Z] docker-sys-mgmt-agent-go-arm64 latest a74c59f88687 4 seconds ago 301MB [2021-04-01T00:51:59.273Z] docker-core-data-go-arm64 latest 05432a41eb6c 53 seconds ago 21.4MB [2021-04-01T00:51:59.273Z] docker-support-scheduler-go-arm64 latest dcc5afb3f493 About a minute ago 16.4MB [2021-04-01T00:51:59.273Z] docker-security-proxy-setup-go-arm64 latest 4314596d6a32 About a minute ago 24.1MB [2021-04-01T00:51:59.273Z] docker-security-bootstrapper-go-arm64 latest 97929b6a33df 4 minutes ago 17.9MB [2021-04-01T00:51:59.273Z] docker-core-metadata-go-arm64 latest 0940269edd52 4 minutes ago 17.9MB [2021-04-01T00:51:59.273Z] docker-core-command-go-arm64 latest 5a9af3da1fe2 4 minutes ago 16.3MB [2021-04-01T00:51:59.273Z] docker-support-notifications-go-arm64 latest 60f7f5dff2ea 4 minutes ago 16.9MB [2021-04-01T00:51:59.273Z] docker-security-secretstore-setup-go-arm64 latest 3683712b33b5 4 minutes ago 24.4MB [2021-04-01T00:51:59.273Z] 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-04-01T00:52:00.589Z] ---> job-cost.sh [2021-04-01T00:52:00.589Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-INji [2021-04-01T00:52:05.981Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T00:52:05.981Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T00:52:05.981Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T00:52:05.981Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-01T00:52:05.981Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-01T00:52:05.981Z] Fetched 279 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-01T00:52:05.981Z] Fetched 122 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-01T00:52:05.981Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-01T00:52:05.981Z] Fetched 8848 B in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-01T00:52:05.981Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-01T00:52:05.981Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-01T00:52:05.981Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-01T00:52:05.981Z] Fetched 219 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-01T00:52:05.981Z] Fetched 154 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-01T00:52:05.981Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-01T00:52:05.981Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-01T00:52:05.981Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-01T00:52:05.981Z] Fetched 499 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-01T00:52:05.981Z] Fetched 111 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-01T00:52:05.981Z] Fetched 240 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-01T00:52:05.981Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-01T00:52:05.981Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-01T00:52:05.981Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-01T00:52:05.981Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-01T00:52:05.981Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-01T00:52:05.981Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-01T00:52:05.981Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-01T00:52:05.981Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-01T00:52:05.981Z] Fetched 8720 B in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-01T00:52:05.981Z] Fetched 137 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-01T00:52:05.981Z] Fetched 119 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-01T00:52:05.981Z] Fetched 109 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-01T00:52:05.981Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-01T00:52:05.981Z] Fetched 645 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-01T00:52:05.981Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-01T00:52:05.981Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-01T00:52:05.981Z] Fetched 368 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-01T00:52:05.981Z] Fetched 187 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-01T00:52:05.981Z] Fetched 175 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-01T00:52:05.981Z] Fetched 206 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-01T00:52:05.981Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-01T00:52:05.981Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-01T00:52:05.981Z] Fetched 159 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-01T00:52:05.981Z] Fetched 107 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-01T00:52:05.981Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-01T00:52:05.981Z] Pulling static-packages [2021-04-01T00:52:05.981Z] + snapcraftctl pull [2021-04-01T00:52:05.981Z] Pulling version [2021-04-01T00:52:05.981Z] + cd /root/project [2021-04-01T00:52:05.981Z] + [ -f VERSION ] [2021-04-01T00:52:05.981Z] + PROJECT_VERSION=local-dev [2021-04-01T00:52:05.981Z] + git rev-parse --short HEAD [2021-04-01T00:52:05.981Z] + GIT_REVISION=50938c14 [2021-04-01T00:52:05.981Z] + snapcraftctl set-version local-dev [2021-04-01T00:52:06.241Z] Skipping build go-build-helper (already ran) [2021-04-01T00:52:06.500Z] Building app-service-config [2021-04-01T00:52:06.500Z] + make build [2021-04-01T00:52:06.500Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-01T00:52:08.408Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-04-01T00:52:08.408Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-04-01T00:52:08.408Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-01T00:52:08.408Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-01T00:52:08.408Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-01T00:52:08.408Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-04-01T00:52:08.408Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-01T00:52:08.673Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-01T00:52:08.674Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-04-01T00:52:08.934Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-01T00:52:08.934Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-01T00:52:08.934Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-01T00:52:08.934Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-01T00:52:08.934Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-01T00:52:08.934Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-01T00:52:08.934Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-01T00:52:08.934Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-01T00:52:09.250Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-01T00:52:09.250Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-01T00:52:09.250Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-01T00:52:09.250Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-01T00:52:09.250Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-01T00:52:09.250Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-01T00:52:09.509Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-01T00:52:09.509Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-01T00:52:09.509Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-01T00:52:09.768Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-01T00:52:09.768Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-01T00:52:09.768Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-01T00:52:10.028Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-01T00:52:10.028Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-01T00:52:10.028Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-01T00:52:10.028Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-01T00:52:10.028Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-01T00:52:10.028Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-01T00:52:10.028Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-01T00:52:10.028Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-01T00:52:10.028Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-01T00:52:10.288Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-01T00:52:10.288Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-01T00:52:10.288Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-01T00:52:10.288Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-01T00:52:10.288Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-01T00:52:10.288Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-01T00:52:10.288Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-01T00:52:20.285Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-01T00:52:20.285Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-01T00:52:20.285Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-01T00:52:20.285Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-01T00:52:21.222Z] Building config-common [2021-04-01T00:52:21.222Z] + snapcraftctl build [2021-04-01T00:52:23.758Z] Building edgex-go [2021-04-01T00:52:24.327Z] + cd /root/parts/edgex-go/src [2021-04-01T00:52:24.327Z] + make build [2021-04-01T00:52:24.328Z] 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-04-01T00:52:24.587Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-01T00:52:24.587Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-01T00:52:24.587Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-01T00:52:24.587Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-01T00:52:24.587Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-01T00:52:24.587Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-01T00:52:24.587Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-01T00:52:30.012Z] 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-04-01T00:52:30.012Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-01T00:52:35.292Z] 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-04-01T00:52:36.730Z] 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-04-01T00:52:38.112Z] 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-04-01T00:52:38.680Z] 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-04-01T00:52:38.680Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-01T00:52:38.941Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-01T00:52:38.941Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-01T00:52:38.941Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-01T00:52:40.853Z] 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-04-01T00:52:40.853Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-01T00:52:40.853Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-01T00:52:42.239Z] 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-04-01T00:52:43.622Z] 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-04-01T00:52:45.001Z] 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-04-01T00:52:45.940Z] 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-04-01T00:52:45.940Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-01T00:52:47.319Z] 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-04-01T00:52:47.319Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-01T00:52:47.503Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T00:52:49.230Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-01T00:52:49.230Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-01T00:52:49.230Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-01T00:52:49.230Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-01T00:52:49.230Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-01T00:52:49.230Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-01T00:52:49.230Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-01T00:52:49.230Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-01T00:52:49.230Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-01T00:52:49.230Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-01T00:52:49.230Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-01T00:52:49.230Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-01T00:52:49.230Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-01T00:52:49.230Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-01T00:52:49.230Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-01T00:52:49.230Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-01T00:52:49.230Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-01T00:52:49.488Z] + 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-04-01T00:52:49.488Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-01T00:52:49.488Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-01T00:52:49.489Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-01T00:52:49.489Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-01T00:52:49.489Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-01T00:52:49.489Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-01T00:52:49.489Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-01T00:52:49.489Z] + 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-04-01T00:52:52.034Z] Building static-packages [2021-04-01T00:52:52.034Z] + snapcraftctl build [2021-04-01T00:52:54.570Z] Building version [2021-04-01T00:52:54.570Z] + snapcraftctl build [2021-04-01T00:52:57.109Z] Skipping stage go-build-helper (already ran) [2021-04-01T00:52:57.109Z] Staging app-service-config [2021-04-01T00:52:57.109Z] + snapcraftctl stage [2021-04-01T00:52:58.047Z] Staging config-common [2021-04-01T00:52:58.047Z] + snapcraftctl stage [2021-04-01T00:52:59.542Z] Staging edgex-go [2021-04-01T00:52:59.542Z] + snapcraftctl stage [2021-04-01T00:53:00.530Z] Staging static-packages [2021-04-01T00:53:00.530Z] + snapcraftctl stage [2021-04-01T00:53:01.469Z] Staging version [2021-04-01T00:53:01.469Z] + snapcraftctl stage [2021-04-01T00:53:02.850Z] Priming go-build-helper [2021-04-01T00:53:02.850Z] + snapcraftctl prime [2021-04-01T00:53:03.793Z] Priming app-service-config [2021-04-01T00:53:03.793Z] + snapcraftctl prime [2021-04-01T00:53:05.175Z] Priming config-common [2021-04-01T00:53:05.175Z] + snapcraftctl prime [2021-04-01T00:53:06.122Z] Priming edgex-go [2021-04-01T00:53:06.122Z] + snapcraftctl prime [2021-04-01T00:53:07.502Z] Priming static-packages [2021-04-01T00:53:07.502Z] + snapcraftctl prime [2021-04-01T00:53:10.049Z] Priming version [2021-04-01T00:53:10.049Z] + snapcraftctl prime [2021-04-01T00:53:10.991Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-01T00:54:24.320Z] lf-activate-venv(): INFO: Adding /tmp/venv-INji/bin to PATH [2021-04-01T00:54:24.320Z] INFO: No Stack... [2021-04-01T00:54:24.320Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T00:54:24.320Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T00:54:24.740Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-04-01T00:54:24.740Z] + cut -d, -f6 [Pipeline] lock [2021-04-01T00:54:24.845Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3327-5-stack-cost] [2021-04-01T00:54:24.854Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3327-5-stack-cost] did not exist. Created. [2021-04-01T00:54:24.854Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3327-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T00:54:25.285Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T00:54:25.633Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T00:54:25.644Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3327-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-01T00:54:27.309Z] provisioning config files... [2021-04-01T00:54:27.324Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config4121030116920041545tmp [Pipeline] { [Pipeline] sh [2021-04-01T00:54:27.701Z] + set +x [2021-04-01T00:54:27.701Z] + curl -s https://codecov.io/bash [2021-04-01T00:54:27.701Z] + bash -s -- [2021-04-01T00:54:28.278Z] [2021-04-01T00:54:28.278Z] _____ _ [2021-04-01T00:54:28.278Z] / ____| | | [2021-04-01T00:54:28.278Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T00:54:28.278Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T00:54:28.278Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T00:54:28.278Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T00:54:28.278Z] Bash-20210309-2b87ace [2021-04-01T00:54:28.278Z] [2021-04-01T00:54:28.278Z] [2021-04-01T00:54:28.278Z] ==> git version 2.24.3 found [2021-04-01T00:54:28.278Z] ==> 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-04-01T00:54:28.278Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T00:54:28.278Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T00:54:28.278Z] ==> Jenkins CI detected. [2021-04-01T00:54:28.278Z] project root: . [2021-04-01T00:54:28.278Z] --> token set from env [2021-04-01T00:54:28.278Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T00:54:28.278Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T00:54:28.278Z] ==> Python coveragepy not found [2021-04-01T00:54:28.278Z] ==> Searching for coverage reports in: [2021-04-01T00:54:28.278Z] + . [2021-04-01T00:54:28.278Z] -> Found 1 reports [2021-04-01T00:54:28.278Z] ==> Detecting git/mercurial file structure [2021-04-01T00:54:28.278Z] ==> Reading reports [2021-04-01T00:54:28.278Z] + ./coverage.out bytes=680272 [2021-04-01T00:54:28.278Z] ==> Appending adjustments [2021-04-01T00:54:28.278Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T00:54:32.580Z] + Found adjustments [2021-04-01T00:54:32.581Z] ==> Gzipping contents [2021-04-01T00:54:32.581Z] 96K /tmp/codecov.66SQr4.gz [2021-04-01T00:54:32.581Z] ==> Uploading reports [2021-04-01T00:54:32.581Z] url: https://codecov.io [2021-04-01T00:54:32.581Z] query: branch=PR-3327&commit=052cd7c14e3190f215230ff24c191390607f6c86&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3327%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3327&job=&cmd_args= [2021-04-01T00:54:32.581Z] -> Pinging Codecov [2021-04-01T00:54:32.581Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3327&commit=052cd7c14e3190f215230ff24c191390607f6c86&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3327%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3327&job=&cmd_args= [2021-04-01T00:54:32.581Z] -> Uploading to [2021-04-01T00:54:32.581Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/052cd7c14e3190f215230ff24c191390607f6c86/56ac92aa-37ca-4e02-ab14-0ce7f0967a63.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T005432Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f958d2fe2e2ce10bb43e632e18eace2abc64e53cc1e3c163393e3e4167f5e698 [2021-04-01T00:54:32.581Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T00:54:32.581Z] Dload Upload Total Spent Left Speed [2021-04-01T00:54:32.851Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97867 0 0 100 97867 0 223k --:--:-- --:--:-- --:--:-- 223k [2021-04-01T00:54:32.851Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/052cd7c14e3190f215230ff24c191390607f6c86 [Pipeline] } [2021-04-01T00:54:32.866Z] 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-04-01T00:54:35.034Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:54:35.909Z] ---> package-listing.sh [2021-04-01T00:54:35.909Z] ++ facter osfamily [2021-04-01T00:54:35.909Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T00:54:35.909Z] + OS_FAMILY=redhat [2021-04-01T00:54:35.909Z] + workspace=/w/workspace/edgex-go/5 [2021-04-01T00:54:35.909Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T00:54:35.909Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T00:54:35.909Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T00:54:35.909Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T00:54:35.909Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-01T00:54:35.909Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T00:54:35.909Z] + case "${OS_FAMILY}" in [2021-04-01T00:54:35.909Z] + rpm -qa [2021-04-01T00:54:35.909Z] + sort [2021-04-01T00:54:41.217Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T00:54:41.217Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T00:54:41.217Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T00:54:41.217Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-01T00:54:41.217Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-04-01T00:54:41.217Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-04-01T00:54:41.230Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-01T00:54:41.519Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:54:41.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T00:54:41.827Z] [2021-04-01T00:54:41.827Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:54:42.255Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T00:54:42.255Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T00:54:42.255Z] df20fa9351a1: Pulling fs layer [2021-04-01T00:54:42.255Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T00:54:42.255Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T00:54:42.255Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T00:54:42.255Z] 93b61091891f: Pulling fs layer [2021-04-01T00:54:42.255Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T00:54:42.255Z] 5e14af77c1be: Pulling fs layer [2021-04-01T00:54:42.255Z] 01666e4c0597: Pulling fs layer [2021-04-01T00:54:42.255Z] aa168da1d23b: Pulling fs layer [2021-04-01T00:54:42.255Z] 93b9cdb0e59b: Waiting [2021-04-01T00:54:42.255Z] 5e14af77c1be: Waiting [2021-04-01T00:54:42.255Z] 01666e4c0597: Waiting [2021-04-01T00:54:42.255Z] aa168da1d23b: Waiting [2021-04-01T00:54:42.255Z] 46f8f816bc3b: Waiting [2021-04-01T00:54:42.255Z] 93b61091891f: Waiting [2021-04-01T00:54:42.518Z] 36b3adc4ff6f: Verifying Checksum [2021-04-01T00:54:42.518Z] 36b3adc4ff6f: Download complete [2021-04-01T00:54:42.518Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T00:54:42.518Z] 46f8f816bc3b: Download complete [2021-04-01T00:54:42.518Z] df20fa9351a1: Verifying Checksum [2021-04-01T00:54:42.518Z] df20fa9351a1: Download complete [2021-04-01T00:54:42.518Z] 93b9cdb0e59b: Verifying Checksum [2021-04-01T00:54:42.518Z] 93b9cdb0e59b: Download complete [2021-04-01T00:54:42.518Z] 5e14af77c1be: Verifying Checksum [2021-04-01T00:54:42.518Z] 5e14af77c1be: Download complete [2021-04-01T00:54:42.518Z] 93b61091891f: Verifying Checksum [2021-04-01T00:54:42.518Z] 93b61091891f: Download complete [2021-04-01T00:54:42.518Z] 01666e4c0597: Verifying Checksum [2021-04-01T00:54:42.518Z] 01666e4c0597: Download complete [2021-04-01T00:54:43.094Z] df20fa9351a1: Pull complete [2021-04-01T00:54:43.094Z] 36b3adc4ff6f: Pull complete [2021-04-01T00:54:43.359Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T00:54:43.359Z] 8ad3a11d3b57: Download complete [2021-04-01T00:54:44.315Z] 8ad3a11d3b57: Pull complete [2021-04-01T00:54:44.315Z] 46f8f816bc3b: Pull complete [2021-04-01T00:54:45.271Z] aa168da1d23b: Verifying Checksum [2021-04-01T00:54:45.271Z] aa168da1d23b: Download complete [2021-04-01T00:54:46.663Z] 93b61091891f: Pull complete [2021-04-01T00:54:46.663Z] 93b9cdb0e59b: Pull complete [2021-04-01T00:54:46.663Z] 5e14af77c1be: Pull complete [2021-04-01T00:54:46.932Z] 01666e4c0597: Pull complete [2021-04-01T00:54:57.013Z] aa168da1d23b: Pull complete [2021-04-01T00:54:57.013Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T00:54:57.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T00:54:57.013Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T00:54:57.210Z] prd-centos7-docker-4c-2g-32364 does not seem to be running inside a container [2021-04-01T00:54:57.259Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-lftools-log-publisher:alpine cat [2021-04-01T00:55:02.421Z] $ docker top 1e91322c40bae6602373a9bde294a5ee60146348855aaeb40058198d5144bff0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:55:03.047Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T00:55:03.350Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T00:55:03.654Z] + ls /var/log/sa-host [2021-04-01T00:55:03.654Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T00:55:03.654Z] file_magic: OK [2021-04-01T00:55:03.654Z] HZ: Using current value: 100 [2021-04-01T00:55:03.654Z] file_header: OK [2021-04-01T00:55:03.654Z] 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-04-01T00:55:03.654Z] Statistics: [2021-04-01T00:55:03.654Z] 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... [2021-04-01T00:55:03.654Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T00:55:03.654Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T00:55:03.654Z] file_magic: OK [2021-04-01T00:55:03.654Z] HZ: Using current value: 100 [2021-04-01T00:55:03.654Z] file_header: OK [2021-04-01T00:55:03.654Z] 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-04-01T00:55:03.654Z] Statistics: [2021-04-01T00:55:03.654Z] Hnuu...uuuununununu... [2021-04-01T00:55:03.654Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T00:55:04.277Z] provisioning config files... [2021-04-01T00:55:04.293Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1420096696187538164tmp [Pipeline] { [Pipeline] echo [2021-04-01T00:55:04.359Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:55:04.660Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T00:55:04.670Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T00:55:04.754Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:55:05.052Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T00:55:05.062Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:55:05.371Z] ---> sudo-logs.sh [2021-04-01T00:55:05.371Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T00:55:05.427Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:55:05.729Z] ---> job-cost.sh [2021-04-01T00:55:05.729Z] lf-activate-venv: SKIPPING [2021-04-01T00:55:05.729Z] DEBUG: total: 0.20999999344348907 [2021-04-01T00:55:05.729Z] INFO: Retrieving Stack Cost... [2021-04-01T00:55:06.677Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T00:55:07.251Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T00:55:07.265Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:55:07.564Z] ---> logs-deploy.sh [2021-04-01T00:55:07.564Z] lf-activate-venv: SKIPPING [2021-04-01T00:55:07.564Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3327/5 [2021-04-01T00:55:07.564Z] INFO: archiving workspace using pattern(s): [2021-04-01T00:55:08.951Z] Archives upload complete. [2021-04-01T00:55:09.212Z] INFO: archiving logs to Nexus [2021-04-01T00:55:10.160Z] ---> uname -a: [2021-04-01T00:55:10.160Z] Linux prd-centos7-docker-4c-2g-32364.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-04-01T00:55:10.160Z] [2021-04-01T00:55:10.160Z] [2021-04-01T00:55:10.160Z] ---> lscpu: [2021-04-01T00:55:10.160Z] Architecture: x86_64 [2021-04-01T00:55:10.160Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-01T00:55:10.160Z] Byte Order: Little Endian [2021-04-01T00:55:10.160Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-01T00:55:10.160Z] CPU(s): 4 [2021-04-01T00:55:10.160Z] On-line CPU(s) list: 0-3 [2021-04-01T00:55:10.160Z] Thread(s) per core: 1 [2021-04-01T00:55:10.160Z] Core(s) per socket: 1 [2021-04-01T00:55:10.160Z] Socket(s): 4 [2021-04-01T00:55:10.160Z] NUMA node(s): 1 [2021-04-01T00:55:10.160Z] Vendor ID: GenuineIntel [2021-04-01T00:55:10.160Z] CPU family: 6 [2021-04-01T00:55:10.160Z] Model: 44 [2021-04-01T00:55:10.160Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-01T00:55:10.160Z] Stepping: 1 [2021-04-01T00:55:10.160Z] CPU MHz: 2933.438 [2021-04-01T00:55:10.160Z] BogoMIPS: 5866.87 [2021-04-01T00:55:10.160Z] Virtualization: VT-x [2021-04-01T00:55:10.160Z] Hypervisor vendor: KVM [2021-04-01T00:55:10.161Z] Virtualization type: full [2021-04-01T00:55:10.161Z] L1d cache: 128 KiB [2021-04-01T00:55:10.161Z] L1i cache: 128 KiB [2021-04-01T00:55:10.161Z] L2 cache: 16 MiB [2021-04-01T00:55:10.161Z] L3 cache: 64 MiB [2021-04-01T00:55:10.161Z] NUMA node0 CPU(s): 0-3 [2021-04-01T00:55:10.161Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-01T00:55:10.161Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-01T00:55:10.161Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-01T00:55:10.161Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-01T00:55:10.161Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-01T00:55:10.161Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-01T00:55:10.161Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-01T00:55:10.161Z] Vulnerability Srbds: Not affected [2021-04-01T00:55:10.161Z] Vulnerability Tsx async abort: Not affected [2021-04-01T00:55:10.161Z] 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-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] ---> nproc: [2021-04-01T00:55:10.161Z] 4 [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] ---> df -h: [2021-04-01T00:55:10.161Z] Filesystem Size Used Available Use% Mounted on [2021-04-01T00:55:10.161Z] overlay 50.0G 13.1G 36.9G 26% / [2021-04-01T00:55:10.161Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-01T00:55:10.161Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-01T00:55:10.161Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-01T00:55:10.161Z] /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os [2021-04-01T00:55:10.161Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2021-04-01T00:55:10.161Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2021-04-01T00:55:10.161Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2021-04-01T00:55:10.161Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log [2021-04-01T00:55:10.161Z] /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json [2021-04-01T00:55:10.161Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2021-04-01T00:55:10.161Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure [2021-04-01T00:55:10.161Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/5 [2021-04-01T00:55:10.161Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/5@tmp [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] ---> free -m: [2021-04-01T00:55:10.161Z] total used free shared buff/cache available [2021-04-01T00:55:10.161Z] Mem: 1837 727 92 0 1017 1027 [2021-04-01T00:55:10.161Z] Swap: 1023 60 963 [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] ---> ip addr: [2021-04-01T00:55:10.161Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-01T00:55:10.161Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-01T00:55:10.161Z] inet 127.0.0.1/8 scope host lo [2021-04-01T00:55:10.161Z] valid_lft forever preferred_lft forever [2021-04-01T00:55:10.161Z] inet6 ::1/128 scope host [2021-04-01T00:55:10.161Z] valid_lft forever preferred_lft forever [2021-04-01T00:55:10.161Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-01T00:55:10.161Z] link/ether fa:16:3e:82:25:aa brd ff:ff:ff:ff:ff:ff [2021-04-01T00:55:10.161Z] inet 10.30.122.44/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-01T00:55:10.161Z] valid_lft 84879sec preferred_lft 84879sec [2021-04-01T00:55:10.161Z] inet6 fe80::f816:3eff:fe82:25aa/64 scope link [2021-04-01T00:55:10.161Z] valid_lft forever preferred_lft forever [2021-04-01T00:55:10.161Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-01T00:55:10.161Z] link/ether 02:42:da:0c:65:f2 brd ff:ff:ff:ff:ff:ff [2021-04-01T00:55:10.161Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-01T00:55:10.161Z] valid_lft forever preferred_lft forever [2021-04-01T00:55:10.161Z] inet6 fe80::42:daff:fe0c:65f2/64 scope link [2021-04-01T00:55:10.161Z] valid_lft forever preferred_lft forever [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] ---> sar -b -r -n DEV: [2021-04-01T00:55:10.161Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] 00:29:38 LINUX RESTART (4 CPU) [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] 00:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-01T00:55:10.161Z] 00:31:01 133.91 47.88 86.02 0.00 8486.09 35232.96 0.00 [2021-04-01T00:55:10.161Z] 00:32:01 280.84 100.38 180.46 0.00 7601.20 50518.38 0.00 [2021-04-01T00:55:10.161Z] 00:33:01 206.88 94.83 112.05 0.00 3757.77 13882.63 0.00 [2021-04-01T00:55:10.161Z] 00:34:01 105.04 46.67 58.37 0.00 1645.60 7165.08 0.00 [2021-04-01T00:55:10.161Z] 00:35:01 111.05 35.10 75.94 0.00 2205.16 18312.31 0.00 [2021-04-01T00:55:10.161Z] 00:36:02 1043.97 786.78 257.19 0.00 99039.92 155663.27 0.00 [2021-04-01T00:55:10.161Z] 00:37:02 2050.15 1691.09 359.06 0.00 146687.45 151879.11 0.00 [2021-04-01T00:55:10.161Z] 00:38:01 1106.81 847.13 259.68 0.00 56092.13 60794.14 0.00 [2021-04-01T00:55:10.161Z] 00:39:02 1472.30 1105.76 366.54 0.00 109106.21 135435.48 0.00 [2021-04-01T00:55:10.161Z] 00:40:02 2110.38 1774.16 336.21 0.00 101524.60 106855.41 0.00 [2021-04-01T00:55:10.161Z] 00:41:01 238.57 61.18 177.39 0.00 6467.56 23373.51 0.00 [2021-04-01T00:55:10.161Z] 00:42:01 5.68 0.03 5.64 0.00 1.07 175.94 0.00 [2021-04-01T00:55:10.161Z] 00:43:01 0.28 0.03 0.25 0.00 0.53 3.30 0.00 [2021-04-01T00:55:10.161Z] 00:44:01 0.40 0.02 0.38 0.00 0.53 4.11 0.00 [2021-04-01T00:55:10.161Z] 00:45:01 2.16 1.68 0.48 0.00 54.09 5.51 0.00 [2021-04-01T00:55:10.161Z] 00:46:01 1.32 0.28 1.03 0.00 161.36 18.42 0.00 [2021-04-01T00:55:10.161Z] 00:47:02 0.30 0.00 0.30 0.00 0.00 4.01 0.00 [2021-04-01T00:55:10.161Z] 00:48:01 0.20 0.02 0.19 0.00 0.54 1.68 0.00 [2021-04-01T00:55:10.161Z] 00:49:01 0.28 0.00 0.28 0.00 0.00 3.56 0.00 [2021-04-01T00:55:10.161Z] 00:50:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2021-04-01T00:55:10.161Z] 00:51:01 0.48 0.02 0.47 0.00 0.53 6.49 0.00 [2021-04-01T00:55:10.161Z] 00:52:01 0.17 0.00 0.17 0.00 0.00 1.68 0.00 [2021-04-01T00:55:10.161Z] 00:53:01 0.27 0.02 0.25 0.00 0.53 2.25 0.00 [2021-04-01T00:55:10.161Z] 00:54:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 [2021-04-01T00:55:10.161Z] 00:55:01 170.59 81.89 88.70 0.00 7096.80 17984.04 0.00 [2021-04-01T00:55:10.161Z] Average: 362.29 267.48 94.82 0.00 22072.89 31198.60 0.00 [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] 00:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-01T00:55:10.161Z] 00:31:01 72244 0 746720 39.69 2620 1059960 1390448 47.45 657364 947316 132 [2021-04-01T00:55:10.161Z] 00:32:01 73116 0 771204 40.99 1492 1035732 1505972 51.40 630480 896136 83692 [2021-04-01T00:55:10.161Z] 00:33:01 207384 0 762648 40.53 744 910768 1354800 46.24 624008 762088 39072 [2021-04-01T00:55:10.161Z] 00:34:01 252292 0 792260 42.11 584 836408 1741160 59.42 614076 727584 72952 [2021-04-01T00:55:10.161Z] 00:35:01 68908 0 782136 41.57 492 1030008 1540104 52.56 630124 899944 42420 [2021-04-01T00:55:10.161Z] 00:36:02 108524 0 745080 39.60 0 1027940 1920360 65.54 598892 954812 115616 [2021-04-01T00:55:10.161Z] 00:37:02 71124 0 848516 45.10 0 961904 2219552 75.75 681464 879992 68136 [2021-04-01T00:55:10.161Z] 00:38:01 338216 0 700412 37.23 0 842916 1369052 46.72 503244 798968 7560 [2021-04-01T00:55:10.161Z] 00:39:02 75504 0 851812 45.27 0 954228 2516740 85.89 760320 814348 84392 [2021-04-01T00:55:10.161Z] 00:40:02 257628 0 909664 48.35 0 714252 2335264 79.70 674524 681568 1980 [2021-04-01T00:55:10.161Z] 00:41:01 345676 0 647956 34.44 0 887912 1205280 41.13 567540 715952 20 [2021-04-01T00:55:10.161Z] 00:42:01 350196 0 643480 34.20 0 887868 1173464 40.05 565008 715612 12 [2021-04-01T00:55:10.161Z] 00:43:01 350136 0 643532 34.20 0 887876 1173608 40.05 565688 715588 8 [2021-04-01T00:55:10.161Z] 00:44:01 349696 0 643976 34.23 0 887872 1173608 40.05 565784 715596 8 [2021-04-01T00:55:10.161Z] 00:45:01 348648 0 644048 34.23 0 888848 1173460 40.05 565244 716500 20 [2021-04-01T00:55:10.161Z] 00:46:01 341316 0 646536 34.36 0 893692 1173548 40.05 570988 718504 8 [2021-04-01T00:55:10.161Z] 00:47:02 341328 0 646524 34.36 0 893692 1173464 40.05 570876 718504 12 [2021-04-01T00:55:10.161Z] 00:48:01 341344 0 646496 34.36 0 893704 1173464 40.05 570776 718520 12 [2021-04-01T00:55:10.161Z] 00:49:01 341452 0 646380 34.35 0 893712 1173464 40.05 570904 718520 16 [2021-04-01T00:55:10.161Z] 00:50:01 341740 0 646084 34.34 0 893720 1173464 40.05 570784 718520 8 [2021-04-01T00:55:10.161Z] 00:51:01 341612 0 646204 34.34 0 893728 1173536 40.05 570868 718536 8 [2021-04-01T00:55:10.161Z] 00:52:01 341536 0 646272 34.35 0 893736 1173464 40.05 570796 718536 8 [2021-04-01T00:55:10.161Z] 00:53:01 341272 0 646544 34.36 0 893728 1173464 40.05 570800 718536 8 [2021-04-01T00:55:10.161Z] 00:54:01 341756 0 646036 34.34 0 893752 1173464 40.05 571032 718552 8 [2021-04-01T00:55:10.161Z] 00:55:01 180428 0 713540 37.92 0 987576 1370508 46.77 558348 847932 8 [2021-04-01T00:55:10.161Z] Average: 260923 0 706562 37.55 237 913821 1428988 48.77 595997 770267 20645 [2021-04-01T00:55:10.161Z] [2021-04-01T00:55:10.161Z] 00:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-01T00:55:10.161Z] 00:31:01 veth1c7a9da 874.69 701.69 83.70 2727.38 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:31:01 eth0 1654.67 1515.16 6482.90 201.04 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:31:01 docker0 874.69 701.56 71.75 2727.37 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:32:01 eth0 489.60 424.80 3674.88 44.86 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:32:01 docker0 157.02 174.48 11.34 828.47 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:33:01 vethb3f4371 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:33:01 eth0 43.50 30.81 30.51 69.48 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:34:01 vethb3f4371 2.44 2.44 0.20 0.20 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:34:01 eth0 27.29 14.34 19.95 10.67 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:34:01 docker0 2.44 2.44 0.16 0.20 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:35:01 eth0 253.64 221.59 1697.21 91.93 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:36:02 veth3172a83 7.38 5.56 29.11 0.38 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:36:02 vethf987e91 4.23 7.14 0.28 29.10 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:36:02 veth31811a2 0.00 0.26 0.00 0.02 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:36:02 eth0 62.78 40.55 173.39 13.70 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:37:02 vethf7b4263 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:37:02 veth9fdb3f6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:37:02 veth31811a2 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:37:02 eth0 37.12 24.08 25.49 65.95 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:38:01 veth31811a2 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:38:01 eth0 47.74 24.47 133.29 14.44 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:38:01 docker0 1063.22 924.37 84.80 3772.32 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:39:02 veth8ae9a81 15.80 29.57 1.09 304.73 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:39:02 veth31811a2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:39:02 eth0 208.37 147.06 1648.32 92.14 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:40:02 vethefe66e3 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:40:02 veth31811a2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:40:02 eth0 88.34 50.02 189.35 78.17 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:41:01 eth0 53.95 28.80 137.95 16.81 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:41:01 docker0 1109.63 1017.67 87.68 4465.06 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:42:01 eth0 0.55 0.07 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:43:01 eth0 2.31 0.83 0.90 0.56 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:44:01 eth0 1.48 0.53 0.59 0.42 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.161Z] 00:45:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:46:01 eth0 0.40 0.28 0.18 0.08 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:47:02 eth0 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:48:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:50:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:51:01 eth0 0.33 0.27 0.14 0.08 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:52:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:53:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:54:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:55:01 eth0 239.55 208.54 2180.48 76.42 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] Average: eth0 127.74 108.60 653.71 31.03 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] Average: docker0 43.73 40.11 3.46 175.98 0.00 0.00 0.00 0.00 [2021-04-01T00:55:10.162Z] [2021-04-01T00:55:10.162Z] [2021-04-01T00:55:10.162Z] ---> sar -P ALL: [2021-04-01T00:55:10.162Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) [2021-04-01T00:55:10.162Z] [2021-04-01T00:55:10.162Z] 00:29:38 LINUX RESTART (4 CPU) [2021-04-01T00:55:10.162Z] [2021-04-01T00:55:10.162Z] 00:30:02 CPU %user %nice %system %iowait %steal %idle [2021-04-01T00:55:10.162Z] 00:31:01 all 21.07 0.00 9.69 5.37 0.22 63.65 [2021-04-01T00:55:10.162Z] 00:31:01 0 17.51 0.00 11.74 3.48 0.21 67.05 [2021-04-01T00:55:10.162Z] 00:31:01 1 21.68 0.00 8.00 6.28 0.26 63.78 [2021-04-01T00:55:10.162Z] 00:31:01 2 25.88 0.00 8.98 7.37 0.23 57.55 [2021-04-01T00:55:10.162Z] 00:31:01 3 19.13 0.00 10.08 4.33 0.19 66.27 [2021-04-01T00:55:10.162Z] 00:32:01 all 14.77 0.00 9.70 4.24 0.51 70.79 [2021-04-01T00:55:10.162Z] 00:32:01 0 14.43 0.00 8.93 3.61 0.52 72.51 [2021-04-01T00:55:10.162Z] 00:32:01 1 19.10 0.00 10.18 4.72 0.51 65.49 [2021-04-01T00:55:10.162Z] 00:32:01 2 13.33 0.00 9.66 5.40 0.46 71.15 [2021-04-01T00:55:10.162Z] 00:32:01 3 12.24 0.00 10.03 3.21 0.53 74.00 [2021-04-01T00:55:10.162Z] 00:33:01 all 43.52 0.00 12.11 4.26 0.39 39.72 [2021-04-01T00:55:10.162Z] 00:33:01 0 41.91 0.00 12.21 3.35 0.36 42.16 [2021-04-01T00:55:10.162Z] 00:33:01 1 42.39 0.00 11.82 6.04 0.46 39.29 [2021-04-01T00:55:10.162Z] 00:33:01 2 45.38 0.00 12.19 2.45 0.38 39.61 [2021-04-01T00:55:10.162Z] 00:33:01 3 44.40 0.00 12.23 5.21 0.35 37.81 [2021-04-01T00:55:10.162Z] 00:34:01 all 50.80 0.00 13.62 2.35 0.95 32.28 [2021-04-01T00:55:10.162Z] 00:34:01 0 50.96 0.00 13.29 2.32 1.05 32.38 [2021-04-01T00:55:10.162Z] 00:34:01 1 51.17 0.00 13.47 1.09 1.05 33.22 [2021-04-01T00:55:10.162Z] 00:34:01 2 50.66 0.00 14.18 3.86 0.78 30.52 [2021-04-01T00:55:10.162Z] 00:34:01 3 50.40 0.00 13.52 2.14 0.92 33.02 [2021-04-01T00:55:10.162Z] 00:35:01 all 36.44 0.00 13.01 2.19 1.22 47.13 [2021-04-01T00:55:10.162Z] 00:35:01 0 37.88 0.00 13.35 3.25 1.18 44.35 [2021-04-01T00:55:10.162Z] 00:35:01 1 35.44 0.00 12.67 0.98 1.10 49.80 [2021-04-01T00:55:10.162Z] 00:35:01 2 35.64 0.00 12.81 1.88 1.55 48.12 [2021-04-01T00:55:10.162Z] 00:35:01 3 36.81 0.00 13.21 2.66 1.07 46.25 [2021-04-01T00:55:10.162Z] 00:36:02 all 21.82 0.00 24.42 8.96 1.69 43.11 [2021-04-01T00:55:10.162Z] 00:36:02 0 20.87 0.00 23.34 7.99 1.76 46.04 [2021-04-01T00:55:10.162Z] 00:36:02 1 20.39 0.00 25.12 9.43 1.69 43.37 [2021-04-01T00:55:10.162Z] 00:36:02 2 23.52 0.00 23.81 8.65 1.65 42.37 [2021-04-01T00:55:10.162Z] 00:36:02 3 22.51 0.00 25.42 9.78 1.64 40.65 [2021-04-01T00:55:10.162Z] 00:37:02 all 25.17 0.00 26.05 28.76 1.46 18.57 [2021-04-01T00:55:10.162Z] 00:37:02 0 25.65 0.00 26.35 28.06 1.46 18.47 [2021-04-01T00:55:10.162Z] 00:37:02 1 25.87 0.00 26.42 28.29 1.37 18.04 [2021-04-01T00:55:10.162Z] 00:37:02 2 25.69 0.00 26.71 27.55 1.49 18.55 [2021-04-01T00:55:10.162Z] 00:37:02 3 23.44 0.00 24.70 31.13 1.53 19.20 [2021-04-01T00:55:10.162Z] 00:38:01 all 60.11 0.00 20.44 14.27 1.01 4.16 [2021-04-01T00:55:10.162Z] 00:38:01 0 62.64 0.00 18.85 12.18 0.91 5.43 [2021-04-01T00:55:10.162Z] 00:38:01 1 59.41 0.00 21.02 15.05 1.10 3.42 [2021-04-01T00:55:10.162Z] 00:38:01 2 60.25 0.00 20.80 14.79 1.01 3.15 [2021-04-01T00:55:10.162Z] 00:38:01 3 58.16 0.00 21.08 15.09 1.03 4.64 [2021-04-01T00:55:10.162Z] 00:39:02 all 27.30 0.00 24.61 25.17 1.46 21.47 [2021-04-01T00:55:10.162Z] 00:39:02 0 26.86 0.00 25.52 25.53 1.37 20.72 [2021-04-01T00:55:10.162Z] 00:39:02 1 28.51 0.00 23.85 26.92 1.54 19.19 [2021-04-01T00:55:10.162Z] 00:39:02 2 27.89 0.00 24.45 24.80 1.49 21.36 [2021-04-01T00:55:10.162Z] 00:39:02 3 25.92 0.00 24.62 23.39 1.42 24.64 [2021-04-01T00:55:10.162Z] 00:40:02 all 25.09 0.00 23.49 30.59 1.28 19.54 [2021-04-01T00:55:10.162Z] 00:40:02 0 23.63 0.00 23.59 28.60 1.31 22.88 [2021-04-01T00:55:10.162Z] 00:40:02 1 25.08 0.00 24.03 30.48 1.26 19.15 [2021-04-01T00:55:10.162Z] 00:40:02 2 26.58 0.00 23.41 32.39 1.30 16.32 [2021-04-01T00:55:10.162Z] 00:40:02 3 25.08 0.00 22.95 30.87 1.26 19.84 [2021-04-01T00:55:10.162Z] 00:41:01 all 38.58 0.00 12.09 7.26 0.12 41.95 [2021-04-01T00:55:10.162Z] 00:41:01 0 37.81 0.00 12.08 7.92 0.14 42.04 [2021-04-01T00:55:10.162Z] 00:41:01 1 38.57 0.00 12.22 6.13 0.09 43.00 [2021-04-01T00:55:10.162Z] 00:41:01 2 38.76 0.00 11.78 6.80 0.12 42.54 [2021-04-01T00:55:10.162Z] 00:41:01 3 39.17 0.00 12.29 8.18 0.14 40.22 [2021-04-01T00:55:10.162Z] [2021-04-01T00:55:10.162Z] 00:41:01 CPU %user %nice %system %iowait %steal %idle [2021-04-01T00:55:10.162Z] 00:42:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-04-01T00:55:10.162Z] 00:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-01T00:55:10.162Z] 00:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-01T00:55:10.162Z] 00:42:01 2 0.53 0.00 0.10 0.00 0.00 99.37 [2021-04-01T00:55:10.162Z] 00:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-01T00:55:10.162Z] 00:43:01 all 0.18 0.00 0.03 0.00 0.00 99.78 [2021-04-01T00:55:10.162Z] 00:43:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-01T00:55:10.162Z] 00:43:01 1 0.03 0.00 0.05 0.02 0.00 99.90 [2021-04-01T00:55:10.162Z] 00:43:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2021-04-01T00:55:10.162Z] 00:43:01 3 0.55 0.00 0.03 0.00 0.00 99.42 [2021-04-01T00:55:10.162Z] 00:44:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-01T00:55:10.162Z] 00:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-01T00:55:10.162Z] 00:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-01T00:55:10.162Z] 00:44:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-01T00:55:10.162Z] 00:44:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-01T00:55:10.162Z] 00:45:01 all 0.11 0.00 0.11 0.02 0.00 99.76 [2021-04-01T00:55:10.162Z] 00:45:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-01T00:55:10.162Z] 00:45:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-01T00:55:10.162Z] 00:45:01 2 0.07 0.00 0.13 0.00 0.00 99.80 [2021-04-01T00:55:10.162Z] 00:45:01 3 0.28 0.00 0.18 0.08 0.00 99.45 [2021-04-01T00:55:10.162Z] 00:46:01 all 0.03 0.00 0.05 0.01 0.00 99.91 [2021-04-01T00:55:10.162Z] 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-01T00:55:10.162Z] 00:46:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-01T00:55:10.162Z] 00:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-01T00:55:10.162Z] 00:46:01 3 0.05 0.00 0.08 0.05 0.00 99.82 [2021-04-01T00:55:10.162Z] 00:47:02 all 0.03 0.00 0.03 0.00 0.00 99.94 [2021-04-01T00:55:10.162Z] 00:47:02 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-04-01T00:55:10.162Z] 00:47:02 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-01T00:55:10.162Z] 00:47:02 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-01T00:55:10.162Z] 00:47:02 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-01T00:55:10.162Z] 00:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-04-01T00:55:10.162Z] 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-01T00:55:10.162Z] 00:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-01T00:55:10.162Z] 00:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-01T00:55:10.162Z] 00:48:01 3 0.53 0.00 0.02 0.00 0.00 99.46 [2021-04-01T00:55:10.162Z] 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.84 [2021-04-01T00:55:10.162Z] 00:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-01T00:55:10.162Z] 00:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-01T00:55:10.162Z] 00:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-01T00:55:10.162Z] 00:49:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-01T00:55:10.162Z] 00:50:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-04-01T00:55:10.162Z] 00:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-01T00:55:10.162Z] 00:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-01T00:55:10.162Z] 00:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-01T00:55:10.162Z] 00:50:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-04-01T00:55:10.162Z] 00:51:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-04-01T00:55:10.162Z] 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-01T00:55:10.162Z] 00:51:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2021-04-01T00:55:10.162Z] 00:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-01T00:55:10.162Z] 00:51:01 3 0.52 0.00 0.00 0.00 0.00 99.48 [2021-04-01T00:55:10.162Z] 00:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-01T00:55:10.162Z] 00:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-01T00:55:10.162Z] 00:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-01T00:55:10.162Z] 00:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-01T00:55:10.162Z] 00:52:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-04-01T00:55:10.162Z] [2021-04-01T00:55:10.162Z] 00:52:01 CPU %user %nice %system %iowait %steal %idle [2021-04-01T00:55:10.162Z] 00:53:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-04-01T00:55:10.162Z] 00:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-01T00:55:10.162Z] 00:53:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2021-04-01T00:55:10.162Z] 00:53:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-01T00:55:10.162Z] 00:53:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-01T00:55:10.162Z] 00:54:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-04-01T00:55:10.162Z] 00:54:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-04-01T00:55:10.162Z] 00:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-01T00:55:10.162Z] 00:54:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-01T00:55:10.162Z] 00:54:01 3 0.52 0.00 0.00 0.00 0.00 99.48 [2021-04-01T00:55:10.162Z] 00:55:01 all 6.67 0.00 4.99 3.98 0.02 84.35 [2021-04-01T00:55:10.162Z] 00:55:01 0 6.92 0.00 5.78 3.77 0.02 83.51 [2021-04-01T00:55:10.163Z] 00:55:01 1 5.73 0.00 4.45 3.34 0.02 86.47 [2021-04-01T00:55:10.163Z] 00:55:01 2 7.64 0.00 4.97 5.85 0.02 81.53 [2021-04-01T00:55:10.163Z] 00:55:01 3 6.38 0.00 4.76 2.97 0.02 85.88 [2021-04-01T00:55:10.163Z] Average: all 14.56 0.00 7.58 5.32 0.40 72.15 [2021-04-01T00:55:10.163Z] Average: 0 14.34 0.00 7.61 5.04 0.40 72.62 [2021-04-01T00:55:10.163Z] Average: 1 14.59 0.00 7.55 5.38 0.41 72.07 [2021-04-01T00:55:10.163Z] Average: 2 14.92 0.00 7.57 5.50 0.41 71.61 [2021-04-01T00:55:10.163Z] Average: 3 14.37 0.00 7.59 5.36 0.39 72.29 [2021-04-01T00:55:10.163Z] [2021-04-01T00:55:10.163Z] [2021-04-01T00:55:10.163Z]