Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece+95928816a7d3351701d43cfae6e5bb9ec9c35404 (261b2373048914c76bff62d6b84f2b05ce406b10) 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 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-913’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-912’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-917 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/75 [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/75 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 95928816a7d3351701d43cfae6e5bb9ec9c35404 into PR head commit aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece Merge succeeded, producing aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece Checking out Revision aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # 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 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T20:45:28.872Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T20:45:28.967Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T20:45:28.993Z] ========================================================= [2021-04-19T20:45:28.993Z] EdgeX Global Pipelines Version Info [2021-04-19T20:45:28.993Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 441da681f2ec83dc2ef6c3c19f86b5e97d6ec499 # timeout=10 [2021-04-19T20:45:30.575Z] ------------------- [2021-04-19T20:45:30.575Z] stable info: [2021-04-19T20:45:30.575Z] ------------------- [2021-04-19T20:45:30.575Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T20:45:30.575Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T20:45:30.575Z] Message: update stable to v1.0.186 [2021-04-19T20:45:31.524Z] ------------------- [2021-04-19T20:45:31.524Z] experimental info: [2021-04-19T20:45:31.524Z] ------------------- [2021-04-19T20:45:31.524Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T20:45:31.524Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T20:45:31.524Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T20:45:31.640Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-19T20:45:31.660Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-19T20:45:31.681Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T20:45:31.702Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T20:45:31.724Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T20:45:31.746Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T20:45:31.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T20:45:31.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-19T20:45:31.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-19T20:45:31.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-19T20:45:31.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T20:45:31.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T20:45:31.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T20:45:31.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T20:45:31.949Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T20:45:31.969Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T20:45:31.990Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T20:45:32.012Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T20:45:32.034Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-19T20:45:32.058Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-19T20:45:32.102Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T20:45:32.122Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T20:45:32.143Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-19T20:45:32.164Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-19T20:45:32.184Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-19T20:45:32.207Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [Pipeline] echo [2021-04-19T20:45:32.227Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aae5c2b [Pipeline] echo [2021-04-19T20:45:32.248Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T20:45:32.313Z] provisioning config files... [2021-04-19T20:45:32.352Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/75@tmp/config8062427618044090268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T20:45:32.677Z] ---> docker-login.sh [2021-04-19T20:45:32.677Z] nexus3.edgexfoundry.org:10001 [2021-04-19T20:45:32.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:45:33.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:45:33.207Z] Configure a credential helper to remove this warning. See [2021-04-19T20:45:33.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:45:33.207Z] [2021-04-19T20:45:33.207Z] Login Succeeded [2021-04-19T20:45:33.207Z] nexus3.edgexfoundry.org:10002 [2021-04-19T20:45:33.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:45:33.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:45:33.470Z] Configure a credential helper to remove this warning. See [2021-04-19T20:45:33.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:45:33.470Z] [2021-04-19T20:45:33.470Z] Login Succeeded [2021-04-19T20:45:33.470Z] nexus3.edgexfoundry.org:10003 [2021-04-19T20:45:33.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:45:33.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:45:33.734Z] Configure a credential helper to remove this warning. See [2021-04-19T20:45:33.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:45:33.734Z] [2021-04-19T20:45:33.734Z] Login Succeeded [2021-04-19T20:45:33.734Z] nexus3.edgexfoundry.org:10004 [2021-04-19T20:45:34.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:45:34.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:45:34.000Z] Configure a credential helper to remove this warning. See [2021-04-19T20:45:34.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:45:34.000Z] [2021-04-19T20:45:34.000Z] Login Succeeded [2021-04-19T20:45:34.000Z] docker.io [2021-04-19T20:45:34.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:45:34.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:45:34.264Z] Configure a credential helper to remove this warning. See [2021-04-19T20:45:34.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:45:34.264Z] [2021-04-19T20:45:34.264Z] Login Succeeded [2021-04-19T20:45:34.264Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T20:45:34.276Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T20:45:34.618Z] ++ 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-19T20:45:34.618Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:45:34.618Z] ++ dirname cmd/core-command/Dockerfile [2021-04-19T20:45:34.618Z] ++ cut -d/ -f2 [2021-04-19T20:45:34.618Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-19T20:45:34.618Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:45:34.618Z] ++ dirname cmd/core-data/Dockerfile [2021-04-19T20:45:34.618Z] ++ cut -d/ -f2 [2021-04-19T20:45:34.618Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-19T20:45:34.618Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:45:34.618Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-19T20:45:34.618Z] ++ cut -d/ -f2 [2021-04-19T20:45:34.618Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-19T20:45:34.618Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:45:34.618Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-19T20:45:34.618Z] ++ cut -d/ -f2 [2021-04-19T20:45:34.618Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-19T20:45:34.618Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:45:34.618Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-19T20:45:34.618Z] ++ cut -d/ -f2 [2021-04-19T20:45:34.618Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-19T20:45:34.618Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:45:34.618Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-19T20:45:34.618Z] ++ cut -d/ -f2 [2021-04-19T20:45:34.618Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-19T20:45:34.618Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:45:34.618Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-19T20:45:34.618Z] ++ cut -d/ -f2 [2021-04-19T20:45:34.618Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-19T20:45:34.618Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:45:34.618Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-19T20:45:34.618Z] ++ cut -d/ -f2 [2021-04-19T20:45:34.618Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-19T20:45:34.618Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:45:34.618Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-19T20:45:34.618Z] ++ cut -d/ -f2 [2021-04-19T20:45:34.618Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-19T20:45:34.715Z] 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-19T20:45:35.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T20:45:35.340Z] [2021-04-19T20:45:35.340Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:45:35.661Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T20:45:35.661Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T20:45:35.661Z] 31603596830f: Pulling fs layer [2021-04-19T20:45:35.661Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T20:45:35.661Z] 6ca5941a6612: Pulling fs layer [2021-04-19T20:45:35.662Z] ecc8261a40a4: Pulling fs layer [2021-04-19T20:45:35.662Z] ecc8261a40a4: Waiting [2021-04-19T20:45:35.662Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T20:45:35.662Z] 2a8b12db71e7: Download complete [2021-04-19T20:45:35.928Z] 31603596830f: Verifying Checksum [2021-04-19T20:45:35.928Z] 31603596830f: Download complete [2021-04-19T20:45:35.928Z] 6ca5941a6612: Verifying Checksum [2021-04-19T20:45:35.928Z] 6ca5941a6612: Download complete [2021-04-19T20:45:36.193Z] ecc8261a40a4: Verifying Checksum [2021-04-19T20:45:36.193Z] ecc8261a40a4: Download complete [2021-04-19T20:45:36.193Z] 31603596830f: Pull complete [2021-04-19T20:45:36.458Z] 2a8b12db71e7: Pull complete [2021-04-19T20:45:37.409Z] 6ca5941a6612: Pull complete [2021-04-19T20:45:37.409Z] ecc8261a40a4: Pull complete [2021-04-19T20:45:37.409Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T20:45:37.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T20:45:37.409Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T20:45:37.516Z] prd-centos7-docker-4c-2g-917 does not seem to be running inside a container [2021-04-19T20:45:37.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T20:45:40.074Z] $ docker top 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T20:45:40.224Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T20:45:40.224Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T20:45:40.475Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T20:45:40.480Z] $ docker exec 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b ssh-agent [2021-04-19T20:45:40.658Z] SSH_AUTH_SOCK=/tmp/ssh-1IJDChSIZ8xB/agent.11 [2021-04-19T20:45:40.658Z] SSH_AGENT_PID=16 [2021-04-19T20:45:40.670Z] Running ssh-add (command line suppressed) [2021-04-19T20:45:40.793Z] Identity added: /w/workspace/edgex-go/75@tmp/private_key_1210119743705042312.key (/w/workspace/edgex-go/75@tmp/private_key_1210119743705042312.key) [2021-04-19T20:45:40.846Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T20:45:41.148Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T20:45:41.171Z] $ docker exec --env ******** --env ******** 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b ssh-agent -k [2021-04-19T20:45:41.288Z] unset SSH_AUTH_SOCK; [2021-04-19T20:45:41.288Z] unset SSH_AGENT_PID; [2021-04-19T20:45:41.288Z] echo Agent pid 16 killed; [2021-04-19T20:45:41.335Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T20:45:41.370Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T20:45:41.370Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T20:45:41.546Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T20:45:41.552Z] $ docker exec 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b ssh-agent [2021-04-19T20:45:41.723Z] SSH_AUTH_SOCK=/tmp/ssh-SeEmX0wHpCf5/agent.45 [2021-04-19T20:45:41.723Z] SSH_AGENT_PID=50 [2021-04-19T20:45:41.731Z] Running ssh-add (command line suppressed) [2021-04-19T20:45:41.847Z] Identity added: /w/workspace/edgex-go/75@tmp/private_key_6454434912404961256.key (/w/workspace/edgex-go/75@tmp/private_key_6454434912404961256.key) [2021-04-19T20:45:41.902Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T20:45:42.206Z] + git semver init [2021-04-19T20:45:42.206Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T20:45:42.206Z] # $GIT_DIR = /w/workspace/edgex-go/75/.git [2021-04-19T20:45:42.206Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/75 [2021-04-19T20:45:42.206Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T20:45:42.206Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T20:45:42.206Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T20:45:42.206Z] # $SEMVER_BRANCH = PR-3234 [2021-04-19T20:45:42.206Z] # $SEMVER_TEMP = /tmp/semver-902071839 [2021-04-19T20:45:42.206Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-19T20:46:00.388Z] # '/tmp/semver-902071839' -> '/w/workspace/edgex-go/75/.semver' [2021-04-19T20:46:00.975Z] # -> Force: false [2021-04-19T20:46:00.975Z] # $SEMVER_DIR = /w/workspace/edgex-go/75/.semver [Pipeline] } [2021-04-19T20:46:01.260Z] $ docker exec --env ******** --env ******** 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b ssh-agent -k [2021-04-19T20:46:01.589Z] unset SSH_AUTH_SOCK; [2021-04-19T20:46:01.590Z] unset SSH_AGENT_PID; [2021-04-19T20:46:01.590Z] echo Agent pid 50 killed; [2021-04-19T20:46:01.715Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T20:46:02.062Z] + git semver [Pipeline] } [2021-04-19T20:46:02.088Z] $ docker stop --time=1 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b [2021-04-19T20:46:03.765Z] $ docker rm -f 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T20:46:04.235Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T20:46:04.799Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T20:46:04.802Z] [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-19T20:46:05.313Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T20:46:05.632Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T20:46:05.955Z] + sudo service docker restart [2021-04-19T20:46:05.955Z] + true [2021-04-19T20:46:05.955Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-19T20:46:06.560Z] ========================================================= [2021-04-19T20:46:06.560Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T20:46:06.560Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:46:06.881Z] + 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-19T20:46:11.128Z] Sending build context to Docker daemon 329.6MB [2021-04-19T20:46:11.128Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T20:46:11.128Z] Step 2/6 : FROM ${BASE} [2021-04-19T20:46:11.128Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T20:46:11.128Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T20:46:11.128Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T20:46:11.128Z] de9db76c5a1d: Pulling fs layer [2021-04-19T20:46:11.128Z] bca2f99d35d6: Pulling fs layer [2021-04-19T20:46:11.128Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T20:46:11.128Z] 7c6f9722023f: Pulling fs layer [2021-04-19T20:46:11.128Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T20:46:11.128Z] 93359f2a8cfa: Waiting [2021-04-19T20:46:11.128Z] 7c6f9722023f: Waiting [2021-04-19T20:46:11.128Z] a35cf1a2eb13: Waiting [2021-04-19T20:46:11.128Z] bca2f99d35d6: Waiting [2021-04-19T20:46:11.128Z] de9db76c5a1d: Verifying Checksum [2021-04-19T20:46:11.128Z] de9db76c5a1d: Download complete [2021-04-19T20:46:11.128Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T20:46:11.128Z] 0ef7d3d256c8: Download complete [2021-04-19T20:46:11.128Z] 93359f2a8cfa: Download complete [2021-04-19T20:46:11.128Z] 7c6f9722023f: Verifying Checksum [2021-04-19T20:46:11.128Z] 7c6f9722023f: Download complete [2021-04-19T20:46:11.128Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T20:46:11.128Z] 188c0c94c7c5: Download complete [2021-04-19T20:46:11.707Z] 188c0c94c7c5: Pull complete [2021-04-19T20:46:12.296Z] 0ef7d3d256c8: Pull complete [2021-04-19T20:46:12.581Z] de9db76c5a1d: Pull complete [2021-04-19T20:46:13.314Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T20:46:13.314Z] a35cf1a2eb13: Download complete [2021-04-19T20:46:13.916Z] bca2f99d35d6: Verifying Checksum [2021-04-19T20:46:13.916Z] bca2f99d35d6: Download complete [2021-04-19T20:46:19.934Z] Still waiting to schedule task [2021-04-19T20:46:19.934Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-912’ is offline [2021-04-19T20:46:20.546Z] bca2f99d35d6: Pull complete [2021-04-19T20:46:20.546Z] 93359f2a8cfa: Pull complete [2021-04-19T20:46:20.546Z] 7c6f9722023f: Pull complete [2021-04-19T20:46:25.868Z] a35cf1a2eb13: Pull complete [2021-04-19T20:46:25.868Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T20:46:25.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T20:46:25.868Z] ---> a62c8e92a672 [2021-04-19T20:46:25.868Z] 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-19T20:46:25.868Z] ---> Running in ae30987a2931 [2021-04-19T20:46:25.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:46:26.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:46:27.022Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T20:46:27.604Z] (2/12) Installing file (5.38-r0) [2021-04-19T20:46:27.866Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T20:46:27.866Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T20:46:46.040Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T20:46:46.040Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T20:46:46.040Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T20:46:46.040Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T20:46:46.040Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T20:46:46.040Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T20:46:46.040Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T20:46:46.304Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T20:46:46.304Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T20:46:46.304Z] OK: 233 MiB in 51 packages [2021-04-19T20:46:50.541Z] Removing intermediate container ae30987a2931 [2021-04-19T20:46:50.541Z] ---> c7eb86dfd99e [2021-04-19T20:46:50.541Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T20:46:50.541Z] ---> Running in d6ef1cdac9f1 [2021-04-19T20:46:50.541Z] Removing intermediate container d6ef1cdac9f1 [2021-04-19T20:46:50.541Z] ---> 69f57b65e978 [2021-04-19T20:46:50.541Z] Step 5/6 : COPY go.mod . [2021-04-19T20:46:50.803Z] ---> 0dc49e81d7e7 [2021-04-19T20:46:50.803Z] Step 6/6 : RUN go mod download [2021-04-19T20:46:51.067Z] ---> Running in 87c5e85dff83 [2021-04-19T20:47:17.725Z] Removing intermediate container 87c5e85dff83 [2021-04-19T20:47:17.725Z] ---> 99541e0cb013 [2021-04-19T20:47:17.725Z] Successfully built 99541e0cb013 [2021-04-19T20:47:17.725Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:47:18.042Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T20:47:18.042Z] . [Pipeline] withDockerContainer [2021-04-19T20:47:18.148Z] prd-centos7-docker-4c-2g-917 does not seem to be running inside a container [2021-04-19T20:47:18.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T20:47:19.076Z] $ docker top 0ad815564cd069d4eca9221d613d3dc093299bda03357c543444c448465eac2f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:47:19.545Z] + go version [2021-04-19T20:47:19.546Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T20:47:19.561Z] $ docker stop --time=1 0ad815564cd069d4eca9221d613d3dc093299bda03357c543444c448465eac2f [2021-04-19T20:47:20.925Z] $ docker rm -f 0ad815564cd069d4eca9221d613d3dc093299bda03357c543444c448465eac2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:47:21.422Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T20:47:21.422Z] . [Pipeline] withDockerContainer [2021-04-19T20:47:21.520Z] prd-centos7-docker-4c-2g-917 does not seem to be running inside a container [2021-04-19T20:47:21.571Z] $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T20:47:22.541Z] $ docker top be5ca3408bbd5877d8fb57aba43b1c04a2362c5e7dbce90248fc9712b9121338 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T20:47:22.680Z] ========================================================= [2021-04-19T20:47:22.680Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T20:47:22.680Z] ========================================================= [Pipeline] sh [2021-04-19T20:47:22.976Z] + make test [2021-04-19T20:47:22.976Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T20:47:33.053Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T20:47:48.089Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T20:47:56.377Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T20:47:56.377Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T20:47:56.377Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T20:47:58.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T20:47:58.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T20:47:58.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T20:47:58.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T20:47:59.260Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T20:47:59.851Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T20:48:03.218Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T20:48:03.218Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T20:48:03.218Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T20:48:04.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 45.9% of statements [2021-04-19T20:48:04.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T20:48:04.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T20:48:04.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T20:48:04.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T20:48:04.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T20:48:04.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T20:48:04.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.063s coverage: 19.8% of statements [2021-04-19T20:48:04.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements [2021-04-19T20:48:08.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements [2021-04-19T20:48:08.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T20:48:08.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T20:48:08.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T20:48:08.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T20:48:08.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T20:48:08.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T20:48:08.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements [2021-04-19T20:48:08.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T20:48:08.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements [2021-04-19T20:48:08.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T20:48:08.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T20:48:08.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 71.3% of statements [2021-04-19T20:48:08.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T20:48:08.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T20:48:09.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.212s coverage: 82.9% of statements [2021-04-19T20:48:09.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T20:48:09.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:48:09.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.080s coverage: 78.9% of statements [2021-04-19T20:48:09.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T20:48:12.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.398s coverage: 28.6% of statements [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T20:48:12.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T20:48:12.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T20:48:12.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.158s coverage: 86.7% of statements [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T20:48:12.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T20:48:12.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T20:48:12.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T20:48:15.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.448s coverage: 93.0% of statements [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T20:48:15.555Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T20:48:15.555Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.081s coverage: 0.9% of statements [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T20:48:15.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T20:48:15.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2021-04-19T20:48:15.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements [2021-04-19T20:48:15.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-04-19T20:48:15.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-04-19T20:48:15.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-04-19T20:48:28.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.082s coverage: 94.4% of statements [2021-04-19T20:48:28.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-04-19T20:48:30.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.264s coverage: 81.9% of statements [2021-04-19T20:48:30.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.080s coverage: 92.9% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.6% of statements [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.111s coverage: 91.6% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 64.4% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 69.0% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.048s coverage: 9.6% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 88.6% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.762s coverage: 28.7% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T20:48:39.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.068s coverage: 64.6% of statements [2021-04-19T20:48:39.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T20:48:40.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.145s coverage: 95.6% of statements [2021-04-19T20:48:40.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T20:48:40.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:48:40.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T20:48:40.142Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-04-19T20:48:40.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T20:48:40.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-04-19T20:48:40.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T20:48:40.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T20:48:40.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T20:48:40.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T20:48:40.407Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-04-19T20:48:40.407Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T20:48:40.407Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T20:48:40.407Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-04-19T20:48:40.980Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements [2021-04-19T20:48:40.980Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-19T20:48:41.243Z] GO111MODULE=on go vet ./... [2021-04-19T20:48:45.112Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-929 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-19T20:48:45.130Z] Running in /w/workspace/edgex-go/75 [Pipeline] { [Pipeline] checkout [2021-04-19T20:48:52.074Z] using credential edgex-jenkins-ssh [2021-04-19T20:48:52.098Z] Cloning the remote Git repository [2021-04-19T20:48:52.168Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T20:48:52.300Z] > git init /w/workspace/edgex-go/75 # timeout=10 [2021-04-19T20:48:52.411Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T20:48:52.413Z] > git --version # timeout=10 [2021-04-19T20:48:52.435Z] > git --version # 'git version 2.17.1' [2021-04-19T20:48:52.437Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T20:48:52.523Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T20:49:13.535Z] gofmt -l . [2021-04-19T20:49:13.535Z] [ "`gofmt -l .`" = "" ] [2021-04-19T20:49:13.535Z] ./bin/test-go-mod-tidy.sh [2021-04-19T20:49:13.535Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T20:49:14.169Z] + ls -al . [2021-04-19T20:49:14.169Z] total 812 [2021-04-19T20:49:14.169Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 20:49 . [2021-04-19T20:49:14.169Z] drwxr-xr-x 4 root root 30 Apr 19 20:47 .. [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 20:45 .dockerignore [2021-04-19T20:49:14.169Z] drwxrwxr-x 8 1001 1001 179 Apr 19 20:45 .git [2021-04-19T20:49:14.169Z] drwxrwxr-x 3 1001 1001 125 Apr 19 20:45 .github [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 20:45 .gitignore [2021-04-19T20:49:14.169Z] drwx------ 3 1001 1001 60 Apr 19 20:46 .semver [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 20:45 .sonarcloud.properties [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 20:45 Attribution.txt [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:45 CONTRIBUTING.md [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 20:45 Dockerfile.build [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 20:45 Jenkinsfile [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:45 LICENSE [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 20:45 Makefile [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 20:45 README.md [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 20:45 SECURITY.md [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 20:46 VERSION [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:45 ZMQWindows.md [2021-04-19T20:49:14.169Z] drwxrwxr-x 2 1001 1001 117 Apr 19 20:45 bin [2021-04-19T20:49:14.169Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 20:45 cmd [2021-04-19T20:49:14.169Z] -rw-r--r-- 1 root root 703598 Apr 19 20:48 coverage.out [2021-04-19T20:49:14.169Z] -rw-r--r-- 1 root root 1059 Apr 19 20:49 go.mod [2021-04-19T20:49:14.169Z] -rw-r--r-- 1 root root 22258 Apr 19 20:49 go.sum [2021-04-19T20:49:14.169Z] drwxrwxr-x 8 1001 1001 127 Apr 19 20:45 internal [2021-04-19T20:49:14.169Z] drwxrwxr-x 4 1001 1001 26 Apr 19 20:45 openapi [2021-04-19T20:49:14.169Z] drwxrwxr-x 4 1001 1001 71 Apr 19 20:45 snap [2021-04-19T20:49:14.169Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 20:45 version.go [Pipeline] sh [2021-04-19T20:49:14.474Z] + '[' -e coverage.out ] [2021-04-19T20:49:14.474Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T20:49:14.750Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T20:49:15.123Z] + make build [2021-04-19T20:49:15.123Z] 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-19T20:49:20.657Z] 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-19T20:49:24.054Z] Merging remotes/origin/master commit 95928816a7d3351701d43cfae6e5bb9ec9c35404 into PR head commit aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:49:23.192Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T20:49:23.219Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T20:49:23.246Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T20:49:23.293Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T20:49:23.294Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T20:49:23.309Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T20:49:24.086Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T20:49:24.107Z] > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 [2021-04-19T20:49:24.454Z] > git remote # timeout=10 [2021-04-19T20:49:24.472Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T20:49:24.499Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T20:49:24.511Z] > git merge 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 [2021-04-19T20:49:24.543Z] Merge succeeded, producing aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:49:24.543Z] Checking out Revision aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece (PR-3234) [2021-04-19T20:49:24.536Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T20:49:24.561Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T20:49:24.579Z] > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 [2021-04-19T20:49:29.154Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T20:49:30.576Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T20:49:30.762Z] 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-19T20:49:31.001Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T20:49:31.371Z] + sudo service docker restart [2021-04-19T20:49:31.371Z] + true [2021-04-19T20:49:31.722Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T20:49:33.408Z] provisioning config files... [2021-04-19T20:49:33.469Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/75@tmp/config8905018132902443449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T20:49:33.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T20:49:33.856Z] ---> docker-login.sh [2021-04-19T20:49:33.856Z] nexus3.edgexfoundry.org:10001 [2021-04-19T20:49:33.939Z] 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-19T20:49:34.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:49:35.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:49:35.126Z] Configure a credential helper to remove this warning. See [2021-04-19T20:49:35.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:49:35.126Z] [2021-04-19T20:49:35.126Z] Login Succeeded [2021-04-19T20:49:35.126Z] nexus3.edgexfoundry.org:10002 [2021-04-19T20:49:35.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:49:35.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:49:35.726Z] Configure a credential helper to remove this warning. See [2021-04-19T20:49:35.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:49:35.726Z] [2021-04-19T20:49:35.726Z] Login Succeeded [2021-04-19T20:49:35.726Z] nexus3.edgexfoundry.org:10003 [2021-04-19T20:49:35.874Z] 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-19T20:49:36.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:49:36.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:49:36.330Z] Configure a credential helper to remove this warning. See [2021-04-19T20:49:36.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:49:36.330Z] [2021-04-19T20:49:36.330Z] Login Succeeded [2021-04-19T20:49:36.330Z] nexus3.edgexfoundry.org:10004 [2021-04-19T20:49:36.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:49:36.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:49:36.930Z] Configure a credential helper to remove this warning. See [2021-04-19T20:49:36.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:49:36.930Z] [2021-04-19T20:49:36.930Z] Login Succeeded [2021-04-19T20:49:36.930Z] docker.io [2021-04-19T20:49:37.314Z] 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-19T20:49:37.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:49:37.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:49:37.822Z] Configure a credential helper to remove this warning. See [2021-04-19T20:49:37.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:49:37.822Z] [2021-04-19T20:49:37.822Z] Login Succeeded [2021-04-19T20:49:37.822Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T20:49:37.842Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T20:49:38.207Z] ========================================================= [2021-04-19T20:49:38.207Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T20:49:38.207Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:49:38.594Z] + 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-19T20:49:38.729Z] 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-19T20:49:39.687Z] 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-19T20:49:41.103Z] 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-19T20:49:41.271Z] Sending build context to Docker daemon 167.4MB [2021-04-19T20:49:41.271Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T20:49:41.271Z] Step 2/6 : FROM ${BASE} [2021-04-19T20:49:41.271Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T20:49:41.271Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T20:49:41.271Z] a4357932f1b6: Pulling fs layer [2021-04-19T20:49:41.271Z] 18c013af1878: Pulling fs layer [2021-04-19T20:49:41.271Z] 00ac8860ef70: Pulling fs layer [2021-04-19T20:49:41.271Z] 63d7cb157983: Pulling fs layer [2021-04-19T20:49:41.271Z] b116817d02f9: Pulling fs layer [2021-04-19T20:49:41.271Z] 745a02a5169b: Pulling fs layer [2021-04-19T20:49:41.271Z] 00ac8860ef70: Waiting [2021-04-19T20:49:41.271Z] 63d7cb157983: Waiting [2021-04-19T20:49:41.271Z] 745a02a5169b: Waiting [2021-04-19T20:49:41.271Z] b116817d02f9: Waiting [2021-04-19T20:49:41.271Z] 18c013af1878: Verifying Checksum [2021-04-19T20:49:41.271Z] 18c013af1878: Download complete [2021-04-19T20:49:41.271Z] 63d7cb157983: Verifying Checksum [2021-04-19T20:49:41.271Z] 63d7cb157983: Download complete [2021-04-19T20:49:41.271Z] b116817d02f9: Verifying Checksum [2021-04-19T20:49:41.271Z] b116817d02f9: Download complete [2021-04-19T20:49:41.271Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T20:49:41.271Z] 5f621e34cdf4: Download complete [2021-04-19T20:49:41.876Z] 5f621e34cdf4: Pull complete [2021-04-19T20:49:42.481Z] a4357932f1b6: Pull complete [2021-04-19T20:49:42.506Z] 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-19T20:49:42.759Z] 18c013af1878: Pull complete [2021-04-19T20:49:44.205Z] 745a02a5169b: Verifying Checksum [2021-04-19T20:49:44.205Z] 745a02a5169b: Download complete [Pipeline] } [2021-04-19T20:49:44.462Z] $ docker stop --time=1 be5ca3408bbd5877d8fb57aba43b1c04a2362c5e7dbce90248fc9712b9121338 [2021-04-19T20:49:44.805Z] 00ac8860ef70: Verifying Checksum [2021-04-19T20:49:44.805Z] 00ac8860ef70: Download complete [2021-04-19T20:49:46.131Z] $ docker rm -f be5ca3408bbd5877d8fb57aba43b1c04a2362c5e7dbce90248fc9712b9121338 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:49:47.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T20:49:47.709Z] [2021-04-19T20:49:47.709Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:49:48.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T20:49:48.034Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-19T20:49:48.034Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-19T20:49:48.034Z] ca9280d653b3: Pulling fs layer [2021-04-19T20:49:48.034Z] 7e9c9ca2126c: Pulling fs layer [2021-04-19T20:49:48.034Z] cbdbe7a5bc2a: Download complete [2021-04-19T20:49:48.620Z] ca9280d653b3: Verifying Checksum [2021-04-19T20:49:48.620Z] ca9280d653b3: Download complete [2021-04-19T20:49:48.620Z] cbdbe7a5bc2a: Pull complete [2021-04-19T20:49:49.574Z] 7e9c9ca2126c: Verifying Checksum [2021-04-19T20:49:49.574Z] 7e9c9ca2126c: Download complete [2021-04-19T20:49:49.839Z] ca9280d653b3: Pull complete [2021-04-19T20:49:54.979Z] 00ac8860ef70: Pull complete [2021-04-19T20:49:54.979Z] 63d7cb157983: Pull complete [2021-04-19T20:49:54.979Z] b116817d02f9: Pull complete [2021-04-19T20:49:58.018Z] 7e9c9ca2126c: Pull complete [2021-04-19T20:49:58.018Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-19T20:49:58.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T20:49:58.018Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-19T20:49:58.131Z] prd-centos7-docker-4c-2g-917 does not seem to be running inside a container [2021-04-19T20:49:58.182Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T20:49:59.318Z] 745a02a5169b: Pull complete [2021-04-19T20:49:59.318Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T20:49:59.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T20:49:59.318Z] ---> b7e6874047d6 [2021-04-19T20:49:59.318Z] 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-19T20:49:59.537Z] $ docker top 3fd10bf6fcda7b3e3f112043fc7ec7f6dcfc089ef30f48401dfe9aabf504c2af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:49:59.993Z] + docker-compose build --help [2021-04-19T20:49:59.993Z] + grep parallel [2021-04-19T20:50:00.941Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T20:50:00.955Z] $ docker stop --time=1 3fd10bf6fcda7b3e3f112043fc7ec7f6dcfc089ef30f48401dfe9aabf504c2af [2021-04-19T20:50:02.406Z] $ docker rm -f 3fd10bf6fcda7b3e3f112043fc7ec7f6dcfc089ef30f48401dfe9aabf504c2af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:50:02.744Z] ---> Running in d73ac32f3105 [2021-04-19T20:50:02.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T20:50:02.993Z] . [Pipeline] withDockerContainer [2021-04-19T20:50:03.095Z] prd-centos7-docker-4c-2g-917 does not seem to be running inside a container [2021-04-19T20:50:03.144Z] $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T20:50:03.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:50:03.986Z] $ docker top 4b541999009bd9a4f67edca8f9bd4a5464bc5476151bfdd880ba3929607c497b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:50:04.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:50:04.413Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T20:50:05.363Z] Building docker-core-command-go ... [2021-04-19T20:50:05.363Z] Building docker-core-data-go ... [2021-04-19T20:50:05.363Z] Building docker-core-metadata-go ... [2021-04-19T20:50:05.363Z] Building docker-security-bootstrapper-go ... [2021-04-19T20:50:05.363Z] Building docker-security-proxy-setup-go ... [2021-04-19T20:50:05.363Z] Building docker-security-secretstore-setup-go ... [2021-04-19T20:50:05.363Z] Building docker-support-notifications-go ... [2021-04-19T20:50:05.363Z] Building docker-support-scheduler-go ... [2021-04-19T20:50:05.363Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T20:50:05.363Z] Building docker-core-metadata-go [2021-04-19T20:50:05.363Z] Building docker-core-command-go [2021-04-19T20:50:05.363Z] Building docker-support-scheduler-go [2021-04-19T20:50:05.363Z] Building docker-security-proxy-setup-go [2021-04-19T20:50:05.363Z] Building docker-security-secretstore-setup-go [2021-04-19T20:50:05.794Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T20:50:05.794Z] (2/12) Installing file (5.38-r0) [2021-04-19T20:50:05.794Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T20:50:06.070Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T20:50:16.246Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T20:50:16.246Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T20:50:16.246Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T20:50:16.246Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T20:50:16.246Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T20:50:16.246Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T20:50:16.246Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T20:50:16.246Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T20:50:16.246Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T20:50:16.246Z] OK: 217 MiB in 51 packages [2021-04-19T20:50:20.576Z] Removing intermediate container d73ac32f3105 [2021-04-19T20:50:20.576Z] ---> 77c7e15c8ce4 [2021-04-19T20:50:20.576Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T20:50:20.576Z] ---> Running in 5065c61c88c6 [2021-04-19T20:50:20.850Z] Removing intermediate container 5065c61c88c6 [2021-04-19T20:50:20.851Z] ---> dd9955e04bb9 [2021-04-19T20:50:20.851Z] Step 5/6 : COPY go.mod . [2021-04-19T20:50:21.835Z] ---> f45096923357 [2021-04-19T20:50:21.835Z] Step 6/6 : RUN go mod download [2021-04-19T20:50:21.835Z] ---> Running in 2d756ddf8680 [2021-04-19T20:50:44.765Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:50:44.765Z] [2021-04-19T20:50:44.765Z] Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:50:44.765Z] [2021-04-19T20:50:44.765Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:50:44.765Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:50:44.765Z] ---> 99541e0cb013 [2021-04-19T20:50:44.765Z] Step 3/24 : WORKDIR /edgex-go ---> 99541e0cb013 [2021-04-19T20:50:44.765Z] [2021-04-19T20:50:44.765Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:50:44.765Z] ---> 99541e0cb013 [2021-04-19T20:50:44.765Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T20:50:44.765Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:50:44.765Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:50:44.765Z] ---> 99541e0cb013 [2021-04-19T20:50:44.765Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T20:50:44.765Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:50:44.765Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:50:44.765Z] ---> 99541e0cb013 [2021-04-19T20:50:44.765Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:50:44.765Z] ---> Running in 26edf8f9cc3e [2021-04-19T20:50:44.765Z] ---> Running in f20851d7cffe [2021-04-19T20:50:44.765Z] ---> Running in fc1d7f795ee2 [2021-04-19T20:50:44.765Z] ---> Running in bb8852931197 [2021-04-19T20:50:44.765Z] ---> Running in 5b9b402b60b2 [2021-04-19T20:50:44.765Z] Removing intermediate container 5b9b402b60b2 [2021-04-19T20:50:44.765Z] ---> 33d8cabe885a [2021-04-19T20:50:44.765Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:50:44.765Z] Removing intermediate container f20851d7cffe [2021-04-19T20:50:44.765Z] ---> 1dee050a8cc1 [2021-04-19T20:50:44.765Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:50:44.765Z] Removing intermediate container fc1d7f795ee2 [2021-04-19T20:50:44.765Z] ---> 1aed558a3176 [2021-04-19T20:50:44.765Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:50:44.765Z] Removing intermediate container bb8852931197 [2021-04-19T20:50:44.765Z] ---> 7e44402c7a1f [2021-04-19T20:50:44.765Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:50:44.765Z] Removing intermediate container 26edf8f9cc3e [2021-04-19T20:50:44.765Z] ---> f3159c724441 [2021-04-19T20:50:44.765Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:50:44.765Z] ---> Running in aa1bbf87eea5 [2021-04-19T20:50:44.765Z] ---> Running in d9c25a805dec [2021-04-19T20:50:44.765Z] ---> Running in 3cc5e30a8629 [2021-04-19T20:50:44.765Z] ---> Running in a41a7f4c6c96 [2021-04-19T20:50:44.765Z] ---> Running in 388776ea12ed [2021-04-19T20:50:44.765Z] Removing intermediate container aa1bbf87eea5 [2021-04-19T20:50:44.765Z] ---> 09b09b9deb51 [2021-04-19T20:50:44.765Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T20:50:44.765Z] Removing intermediate container d9c25a805dec [2021-04-19T20:50:44.765Z] ---> 005b5ccdf21a [2021-04-19T20:50:44.765Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T20:50:44.765Z] ---> Running in f4ad75660d8f [2021-04-19T20:50:44.765Z] Removing intermediate container 3cc5e30a8629 [2021-04-19T20:50:44.765Z] ---> b22ddce4a8e1 [2021-04-19T20:50:44.765Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T20:50:44.765Z] ---> Running in 1b7db7db1563 [2021-04-19T20:50:45.028Z] ---> Running in 39bbc38febb1 [2021-04-19T20:50:45.028Z] Removing intermediate container a41a7f4c6c96 [2021-04-19T20:50:45.028Z] ---> 2a28d17061a9 [2021-04-19T20:50:45.028Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T20:50:45.295Z] ---> Running in bb37e71399a0 [2021-04-19T20:50:45.295Z] Removing intermediate container 388776ea12ed [2021-04-19T20:50:45.295Z] ---> eccb59220227 [2021-04-19T20:50:45.295Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T20:50:45.566Z] ---> Running in 89109296d413 [2021-04-19T20:50:46.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:50:46.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:50:46.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:50:46.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:50:46.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:50:46.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:50:46.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:50:46.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:50:46.937Z] OK: 233 MiB in 51 packages [2021-04-19T20:50:47.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:50:47.474Z] OK: 233 MiB in 51 packages [2021-04-19T20:50:47.474Z] OK: 233 MiB in 51 packages [2021-04-19T20:50:47.474Z] Removing intermediate container f4ad75660d8f [2021-04-19T20:50:47.474Z] ---> 71f4002d8f23 [2021-04-19T20:50:47.474Z] Step 6/23 : COPY go.mod . [2021-04-19T20:50:47.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:50:47.474Z] OK: 233 MiB in 51 packages [2021-04-19T20:50:48.060Z] ---> 4f500374267b [2021-04-19T20:50:48.060Z] Step 7/23 : RUN go mod download [2021-04-19T20:50:48.060Z] Removing intermediate container 1b7db7db1563 [2021-04-19T20:50:48.060Z] ---> 6307ca7fa09e [2021-04-19T20:50:48.060Z] Step 6/23 : COPY go.mod . [2021-04-19T20:50:48.060Z] ---> Running in edc83df7af39 [2021-04-19T20:50:48.060Z] Removing intermediate container 39bbc38febb1 [2021-04-19T20:50:48.060Z] ---> a4bbdbb01d67 [2021-04-19T20:50:48.060Z] Step 6/21 : COPY go.mod . [2021-04-19T20:50:48.326Z] OK: 233 MiB in 51 packages [2021-04-19T20:50:48.593Z] Removing intermediate container 89109296d413 [2021-04-19T20:50:48.593Z] ---> 94652914014a [2021-04-19T20:50:48.593Z] Step 6/22 : COPY go.mod . [2021-04-19T20:50:48.593Z] ---> 0dbbc8b63b3d [2021-04-19T20:50:48.593Z] Step 7/21 : RUN go mod download [2021-04-19T20:50:48.593Z] ---> a4e688b1b74f [2021-04-19T20:50:48.593Z] Step 7/23 : RUN go mod download [2021-04-19T20:50:49.171Z] ---> Running in 70487092efeb [2021-04-19T20:50:49.171Z] ---> Running in 93f3ba265bbc [2021-04-19T20:50:49.400Z] Removing intermediate container 2d756ddf8680 [2021-04-19T20:50:49.400Z] ---> c883bbb76a60 [2021-04-19T20:50:49.400Z] Successfully built c883bbb76a60 [2021-04-19T20:50:49.433Z] ---> 6f1dc61d58ff [2021-04-19T20:50:49.433Z] Step 7/22 : RUN go mod download [2021-04-19T20:50:49.433Z] ---> Running in ae2c320d5b52 [2021-04-19T20:50:49.433Z] Removing intermediate container bb37e71399a0 [2021-04-19T20:50:49.433Z] ---> bc5a8d77d192 [2021-04-19T20:50:49.433Z] Step 6/24 : COPY go.mod . [2021-04-19T20:50:49.674Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:50:50.013Z] ---> 70b7d66d4674 [2021-04-19T20:50:50.013Z] Step 7/24 : RUN go mod download [2021-04-19T20:50:50.031Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T20:50:50.031Z] . [Pipeline] withDockerContainer [2021-04-19T20:50:50.281Z] ---> Running in ffc6c98dba19 [2021-04-19T20:50:50.302Z] prd-ubuntu18.04-docker-arm64-4c-16g-929 does not seem to be running inside a container [2021-04-19T20:50:50.408Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T20:50:50.877Z] Removing intermediate container edc83df7af39 [2021-04-19T20:50:50.877Z] ---> 21edfdc1c970 [2021-04-19T20:50:50.877Z] Step 8/23 : COPY . . [2021-04-19T20:50:51.837Z] Removing intermediate container 70487092efeb [2021-04-19T20:50:51.837Z] ---> f0eeb2adb3da [2021-04-19T20:50:51.837Z] Step 8/23 : COPY . . [2021-04-19T20:50:52.068Z] $ docker top 627931f224c1ee38e1220e83fa4f7d323a5ddcdf1472f41a807b6949a7c56d4c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:50:53.061Z] + go version [2021-04-19T20:50:53.061Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T20:50:53.103Z] $ docker stop --time=1 627931f224c1ee38e1220e83fa4f7d323a5ddcdf1472f41a807b6949a7c56d4c [2021-04-19T20:50:54.741Z] Removing intermediate container ae2c320d5b52 [2021-04-19T20:50:54.741Z] ---> 2a3122e6564b [2021-04-19T20:50:54.741Z] Step 8/22 : COPY . . [2021-04-19T20:50:54.741Z] Removing intermediate container 93f3ba265bbc [2021-04-19T20:50:54.741Z] ---> 1159d92c892d [2021-04-19T20:50:54.741Z] Step 8/21 : COPY . . [2021-04-19T20:50:55.016Z] Removing intermediate container ffc6c98dba19 [2021-04-19T20:50:55.016Z] ---> 277566c49e94 [2021-04-19T20:50:55.016Z] Step 8/24 : COPY . . [2021-04-19T20:50:55.160Z] $ docker rm -f 627931f224c1ee38e1220e83fa4f7d323a5ddcdf1472f41a807b6949a7c56d4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:50:55.847Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T20:50:55.847Z] . [Pipeline] withDockerContainer [2021-04-19T20:50:56.140Z] prd-ubuntu18.04-docker-arm64-4c-16g-929 does not seem to be running inside a container [2021-04-19T20:50:56.249Z] $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T20:50:57.808Z] $ docker top c005ce83e2e089b318c23844ff7ff2a48b067dd325f2e8b3af5ed1bb6a9bd863 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T20:50:58.146Z] ========================================================= [2021-04-19T20:50:58.146Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T20:50:58.146Z] ========================================================= [Pipeline] sh [2021-04-19T20:50:58.800Z] + make test [2021-04-19T20:50:58.800Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T20:51:25.845Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T20:51:33.987Z] ---> a5b0121fc1a9 [2021-04-19T20:51:33.987Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T20:51:33.987Z] ---> Running in b49ad75bf2c1 [2021-04-19T20:51:33.987Z] ---> e59163753c14 [2021-04-19T20:51:33.987Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T20:51:33.987Z] ---> 70c629f43f6c [2021-04-19T20:51:33.987Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T20:51:33.987Z] ---> f9045b43a400 [2021-04-19T20:51:33.987Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T20:51:33.987Z] ---> d344a1791737 [2021-04-19T20:51:33.987Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T20:51:33.987Z] ---> Running in 09f7a75b9f7b [2021-04-19T20:51:33.987Z] ---> Running in ac2d661d530d [2021-04-19T20:51:33.987Z] ---> Running in 8935ac4aacd9 [2021-04-19T20:51:33.987Z] ---> Running in ad7a2e3cf420 [2021-04-19T20:51:34.252Z] 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-19T20:51:34.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T20:51:34.522Z] 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-19T20:51:34.791Z] 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-19T20:51:34.791Z] 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-19T20:52:07.042Z] 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-19T20:52:07.042Z] 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-19T20:52:15.293Z] Removing intermediate container 09f7a75b9f7b [2021-04-19T20:52:15.293Z] ---> 3d8f51fe60d2 [2021-04-19T20:52:15.293Z] [2021-04-19T20:52:15.293Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T20:52:15.293Z] 3.12: Pulling from library/alpine [2021-04-19T20:52:16.700Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T20:52:16.700Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T20:52:16.700Z] ---> 13621d1b12d4 [2021-04-19T20:52:16.700Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T20:52:19.263Z] Removing intermediate container 8935ac4aacd9 [2021-04-19T20:52:19.263Z] ---> 5243021a15ff [2021-04-19T20:52:19.263Z] [2021-04-19T20:52:19.263Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T20:52:19.263Z] ---> 13621d1b12d4 [2021-04-19T20:52:19.263Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T20:52:19.525Z] ---> Running in f1818887ac85 [2021-04-19T20:52:19.525Z] Removing intermediate container ad7a2e3cf420 [2021-04-19T20:52:19.525Z] ---> ddc099778912 [2021-04-19T20:52:19.525Z] [2021-04-19T20:52:19.525Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T20:52:19.525Z] ---> 13621d1b12d4 [2021-04-19T20:52:19.525Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T20:52:20.102Z] Removing intermediate container ac2d661d530d [2021-04-19T20:52:20.102Z] ---> 651ab086c755 [2021-04-19T20:52:20.102Z] [2021-04-19T20:52:20.102Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T20:52:20.102Z] ---> 13621d1b12d4 [2021-04-19T20:52:20.102Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T20:52:20.102Z] ---> Running in fe28efe62e6c [2021-04-19T20:52:21.056Z] ---> Running in 32d7ed5043af [2021-04-19T20:52:22.019Z] ---> Running in e0a6f3934fba [2021-04-19T20:52:22.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:22.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:22.280Z] Removing intermediate container b49ad75bf2c1 [2021-04-19T20:52:22.281Z] ---> 92881410df16 [2021-04-19T20:52:22.281Z] [2021-04-19T20:52:22.281Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T20:52:22.281Z] ---> 13621d1b12d4 [2021-04-19T20:52:22.281Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T20:52:22.281Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T20:52:22.281Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:52:22.455Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T20:52:22.544Z] OK: 6 MiB in 15 packages [2021-04-19T20:52:22.544Z] ---> Running in 0309535d5357 [2021-04-19T20:52:22.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:22.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:22.813Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T20:52:22.813Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:52:22.813Z] OK: 6 MiB in 15 packages [2021-04-19T20:52:23.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:23.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:23.370Z] Removing intermediate container f1818887ac85 [2021-04-19T20:52:23.370Z] ---> b46c4cc58ad5 [2021-04-19T20:52:23.370Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:52:23.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:23.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:23.370Z] ---> Running in a8cfd417ab70 [2021-04-19T20:52:23.370Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T20:52:23.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:23.631Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T20:52:23.631Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T20:52:23.631Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T20:52:23.631Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:52:23.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:23.631Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T20:52:23.631Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T20:52:23.631Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T20:52:23.631Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T20:52:23.631Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T20:52:23.631Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T20:52:23.631Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T20:52:23.631Z] OK: 7 MiB in 18 packages [2021-04-19T20:52:23.631Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T20:52:23.631Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:52:23.893Z] OK: 6 MiB in 15 packages [2021-04-19T20:52:23.893Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:52:23.893Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T20:52:23.893Z] OK: 7 MiB in 20 packages [2021-04-19T20:52:24.841Z] Removing intermediate container fe28efe62e6c [2021-04-19T20:52:24.841Z] ---> 613356017863 [2021-04-19T20:52:24.841Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:52:24.841Z] Removing intermediate container a8cfd417ab70 [2021-04-19T20:52:24.841Z] ---> dda9b7eb801f [2021-04-19T20:52:24.841Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T20:52:25.109Z] ---> Running in 110b04fbc498 [2021-04-19T20:52:25.109Z] ---> Running in 22a350c0a48d [2021-04-19T20:52:26.058Z] Removing intermediate container 110b04fbc498 [2021-04-19T20:52:26.058Z] ---> 6f839f9e5b81 [2021-04-19T20:52:26.058Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T20:52:26.058Z] Removing intermediate container 22a350c0a48d [2021-04-19T20:52:26.058Z] ---> b453366becd1 [2021-04-19T20:52:26.058Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T20:52:26.058Z] Removing intermediate container 32d7ed5043af [2021-04-19T20:52:26.058Z] ---> fa6ee965f13b [2021-04-19T20:52:26.058Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T20:52:26.322Z] ---> Running in eb1f8bda305b [2021-04-19T20:52:26.583Z] ---> Running in a354b94e9b9d [2021-04-19T20:52:26.846Z] Removing intermediate container 0309535d5357 [2021-04-19T20:52:26.846Z] ---> 59bdcf1254cf [2021-04-19T20:52:26.846Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:52:26.846Z] ---> Running in 4865649af13f [2021-04-19T20:52:27.791Z] Removing intermediate container eb1f8bda305b [2021-04-19T20:52:27.791Z] ---> 06d5740a44a5 [2021-04-19T20:52:27.791Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T20:52:27.901Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T20:52:28.053Z] Removing intermediate container e0a6f3934fba [2021-04-19T20:52:28.053Z] ---> 77670f1d7491 [2021-04-19T20:52:28.053Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T20:52:28.053Z] ---> Running in 2dc90625b092 [2021-04-19T20:52:28.053Z] ---> Running in 8ad983a0fde0 [2021-04-19T20:52:28.053Z] ---> Running in 10abc7025aaf [2021-04-19T20:52:28.053Z] Removing intermediate container a354b94e9b9d [2021-04-19T20:52:28.053Z] ---> 7372cdb943d1 [2021-04-19T20:52:28.053Z] Step 15/23 : WORKDIR / [2021-04-19T20:52:28.053Z] Removing intermediate container 4865649af13f [2021-04-19T20:52:28.053Z] ---> 6c0cc9178f52 [2021-04-19T20:52:28.053Z] Step 13/21 : WORKDIR /edgex [2021-04-19T20:52:28.315Z] ---> Running in 233c109afb9e [2021-04-19T20:52:28.315Z] ---> Running in 68d44dc2d107 [2021-04-19T20:52:28.315Z] Removing intermediate container 2dc90625b092 [2021-04-19T20:52:28.315Z] ---> b7ee6ca38295 [2021-04-19T20:52:28.315Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T20:52:28.577Z] Removing intermediate container 8ad983a0fde0 [2021-04-19T20:52:28.577Z] ---> 53d423ad2f86 [2021-04-19T20:52:28.577Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:52:28.577Z] Removing intermediate container 10abc7025aaf [2021-04-19T20:52:28.577Z] ---> d62ad5b3fbee [2021-04-19T20:52:28.577Z] Step 13/24 : WORKDIR / [2021-04-19T20:52:28.577Z] ---> Running in 1aa0d9855a70 [2021-04-19T20:52:28.844Z] ---> Running in d10701cf6df3 [2021-04-19T20:52:28.844Z] Removing intermediate container 233c109afb9e [2021-04-19T20:52:28.844Z] ---> b495852ae863 [2021-04-19T20:52:28.844Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:52:28.844Z] Removing intermediate container 68d44dc2d107 [2021-04-19T20:52:28.844Z] ---> 843ee2b52b40 [2021-04-19T20:52:28.844Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T20:52:28.844Z] ---> 9dcaa73d89e0 [2021-04-19T20:52:28.844Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T20:52:29.116Z] Removing intermediate container 1aa0d9855a70 [2021-04-19T20:52:29.116Z] ---> ba6649c1bc84 [2021-04-19T20:52:29.116Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T20:52:29.116Z] Removing intermediate container d10701cf6df3 [2021-04-19T20:52:29.116Z] ---> 7c1abd8ffbb4 [2021-04-19T20:52:29.116Z] 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-19T20:52:29.116Z] ---> Running in 6944cb79d72e [2021-04-19T20:52:29.379Z] ---> 633542d115fd [2021-04-19T20:52:29.379Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T20:52:29.379Z] ---> 5b30fa61c139 [2021-04-19T20:52:29.379Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T20:52:29.647Z] Removing intermediate container 6944cb79d72e [2021-04-19T20:52:29.647Z] ---> b6ccde1d7a31 [2021-04-19T20:52:29.647Z] Step 15/23 : WORKDIR / [2021-04-19T20:52:29.913Z] ---> Running in 3f6ed5177f02 [2021-04-19T20:52:29.913Z] ---> 5daf2f56b7ae [2021-04-19T20:52:29.913Z] 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-19T20:52:29.913Z] ---> b476fb930739 [2021-04-19T20:52:29.913Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T20:52:30.180Z] ---> 08e6f216bec2 [2021-04-19T20:52:30.180Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T20:52:30.180Z] ---> 3bd2aa878a65 [2021-04-19T20:52:30.180Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T20:52:30.180Z] ---> 53d26d175d35 [2021-04-19T20:52:30.180Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T20:52:30.180Z] Removing intermediate container 3f6ed5177f02 [2021-04-19T20:52:30.180Z] ---> e8388cfc9c79 [2021-04-19T20:52:30.180Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:52:30.443Z] ---> 241523088c3d [2021-04-19T20:52:30.443Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T20:52:30.712Z] ---> 897ed993d1ab [2021-04-19T20:52:30.712Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T20:52:30.712Z] ---> Running in d7bcbfed6b4c [2021-04-19T20:52:30.712Z] ---> Running in 0dd802d3d1d6 [2021-04-19T20:52:30.712Z] ---> 8e6a8f3b67d0 [2021-04-19T20:52:30.712Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T20:52:30.712Z] ---> 00cef0cf0e03 [2021-04-19T20:52:30.712Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T20:52:30.712Z] ---> b05bd668344b [2021-04-19T20:52:30.712Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T20:52:30.982Z] ---> Running in 8bfb5e5516a8 [2021-04-19T20:52:30.982Z] Removing intermediate container d7bcbfed6b4c [2021-04-19T20:52:30.982Z] ---> 70d07ee9db55 [2021-04-19T20:52:30.982Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:52:31.255Z] Removing intermediate container 0dd802d3d1d6 [2021-04-19T20:52:31.255Z] ---> eb8b6b971ca4 [2021-04-19T20:52:31.255Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:52:31.255Z] ---> Running in 254e5fd4c9c7 [2021-04-19T20:52:31.517Z] Removing intermediate container 8bfb5e5516a8 [2021-04-19T20:52:31.517Z] ---> Running in 7b662203f98b [2021-04-19T20:52:31.517Z] ---> df14b1019da9 [2021-04-19T20:52:31.517Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T20:52:31.517Z] ---> 210e908d49ad [2021-04-19T20:52:31.517Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T20:52:31.517Z] ---> 2ad6b996b64a [2021-04-19T20:52:31.517Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T20:52:31.780Z] ---> Running in da5aadc03abd [2021-04-19T20:52:31.780Z] Removing intermediate container 254e5fd4c9c7 [2021-04-19T20:52:31.780Z] ---> b1c05048d109 [2021-04-19T20:52:31.780Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T20:52:31.780Z] Removing intermediate container 7b662203f98b [2021-04-19T20:52:31.780Z] ---> 727c7a1ac767 [2021-04-19T20:52:31.780Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T20:52:32.044Z] ---> Running in 441ab26bdd99 [2021-04-19T20:52:32.044Z] ---> Running in 0a24c65a6a82 [2021-04-19T20:52:32.044Z] Removing intermediate container da5aadc03abd [2021-04-19T20:52:32.044Z] ---> fded14c54234 [2021-04-19T20:52:32.044Z] Step 19/21 : LABEL arch=x86_64 [2021-04-19T20:52:32.307Z] ---> cf9e4f7d0873 [2021-04-19T20:52:32.307Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T20:52:32.307Z] ---> bf203e9be62c [2021-04-19T20:52:32.307Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T20:52:32.307Z] ---> Running in 1839211d6fb2 [2021-04-19T20:52:32.307Z] ---> Running in 7bdc577e3c45 [2021-04-19T20:52:32.307Z] Removing intermediate container 441ab26bdd99 [2021-04-19T20:52:32.307Z] ---> baac1ee58df0 [2021-04-19T20:52:32.307Z] Step 21/22 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:52:32.571Z] Removing intermediate container 0a24c65a6a82 [2021-04-19T20:52:32.571Z] ---> 6c69f1e6beca [2021-04-19T20:52:32.571Z] Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:52:32.571Z] ---> Running in 2c9c221b4cf7 [2021-04-19T20:52:32.571Z] Removing intermediate container 1839211d6fb2 [2021-04-19T20:52:32.571Z] ---> 87a6cd34bb10 [2021-04-19T20:52:32.571Z] Step 20/21 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:52:32.834Z] ---> 98ca3dfed856 [2021-04-19T20:52:32.834Z] 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-19T20:52:33.099Z] Removing intermediate container 7bdc577e3c45 [2021-04-19T20:52:33.099Z] ---> 27ea973ac0b0 [2021-04-19T20:52:33.099Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:52:33.099Z] ---> Running in 998c8637bb6d [2021-04-19T20:52:33.099Z] ---> Running in c9068277b9af [2021-04-19T20:52:33.099Z] ---> Running in a5510f63bb35 [2021-04-19T20:52:33.362Z] ---> Running in d551dad634e5 [2021-04-19T20:52:33.362Z] Removing intermediate container 2c9c221b4cf7 [2021-04-19T20:52:33.362Z] ---> 7bda5f05b485 [2021-04-19T20:52:33.362Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T20:52:33.625Z] ---> Running in 40debcef2e06 [2021-04-19T20:52:33.625Z] Removing intermediate container 998c8637bb6d [2021-04-19T20:52:33.625Z] ---> 3730d6576df9 [2021-04-19T20:52:33.625Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T20:52:33.625Z] Removing intermediate container a5510f63bb35 [2021-04-19T20:52:33.625Z] ---> 0099292ad120 [2021-04-19T20:52:33.625Z] Step 21/21 : LABEL version=0.0.0 [2021-04-19T20:52:33.625Z] Removing intermediate container d551dad634e5 [2021-04-19T20:52:33.625Z] ---> add261997073 [2021-04-19T20:52:33.625Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T20:52:33.888Z] ---> Running in bea9af11e473 [2021-04-19T20:52:33.888Z] ---> Running in a3008d434457 [2021-04-19T20:52:33.888Z] ---> Running in afbe4d503c90 [2021-04-19T20:52:33.888Z] Removing intermediate container 40debcef2e06 [2021-04-19T20:52:33.888Z] ---> b0ab02fda343 [2021-04-19T20:52:33.888Z] [2021-04-19T20:52:34.156Z] Removing intermediate container bea9af11e473 [2021-04-19T20:52:34.156Z] ---> c2f6236fc0d6 [2021-04-19T20:52:34.156Z] [2021-04-19T20:52:34.156Z] Removing intermediate container a3008d434457 [2021-04-19T20:52:34.156Z] ---> d676698bf224 [2021-04-19T20:52:34.156Z] [2021-04-19T20:52:34.423Z] Successfully built b0ab02fda343 [2021-04-19T20:52:34.423Z] Successfully built c2f6236fc0d6 [2021-04-19T20:52:34.423Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-19T20:52:34.423Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-04-19T20:52:34.423Z] Successfully built d676698bf224 [2021-04-19T20:52:34.423Z] Removing intermediate container afbe4d503c90 [2021-04-19T20:52:34.423Z] ---> f33f43af84e0 [2021-04-19T20:52:34.423Z] Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:52:34.423Z] Successfully tagged docker-core-command-go:latest [2021-04-19T20:52:34.685Z]  Building docker-core-command-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-04-19T20:52:34.685Z] Building docker-security-bootstrapper-go [2021-04-19T20:52:34.685Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-04-19T20:52:34.685Z] ---> Running in 6e77cba71abe [2021-04-19T20:52:34.949Z] Removing intermediate container 6e77cba71abe [2021-04-19T20:52:34.950Z] ---> 290f51d287f5 [2021-04-19T20:52:34.950Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T20:52:34.950Z] Removing intermediate container c9068277b9af [2021-04-19T20:52:34.950Z] ---> d8555f139d31 [2021-04-19T20:52:34.950Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T20:52:34.950Z] ---> Running in c18798734ee8 [2021-04-19T20:52:34.950Z] ---> Running in c81d58948ce5 [2021-04-19T20:52:35.215Z] Removing intermediate container c18798734ee8 [2021-04-19T20:52:35.216Z] ---> ca1a546850d0 [2021-04-19T20:52:35.216Z] [2021-04-19T20:52:35.216Z] Removing intermediate container c81d58948ce5 [2021-04-19T20:52:35.216Z] ---> 221ebcfb9797 [2021-04-19T20:52:35.216Z] Step 22/24 : LABEL arch=x86_64 [2021-04-19T20:52:35.216Z] ---> Running in b5196c4b996d [2021-04-19T20:52:35.216Z] Successfully built ca1a546850d0 [2021-04-19T20:52:35.216Z] Successfully tagged docker-core-metadata-go:latest [2021-04-19T20:52:35.216Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-04-19T20:52:35.482Z] Removing intermediate container b5196c4b996d [2021-04-19T20:52:35.482Z] ---> 0942876b0a2f [2021-04-19T20:52:35.482Z] Step 23/24 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:52:35.482Z] ---> Running in 043eb1c2ea1c [2021-04-19T20:52:35.750Z] Removing intermediate container 043eb1c2ea1c [2021-04-19T20:52:35.750Z] ---> bd7c3e7bd5bd [2021-04-19T20:52:35.750Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T20:52:35.750Z] ---> Running in ca4285c11a7b [2021-04-19T20:52:36.023Z] Removing intermediate container ca4285c11a7b [2021-04-19T20:52:36.023Z] ---> 65304be917dd [2021-04-19T20:52:36.023Z] [2021-04-19T20:52:36.267Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T20:52:36.267Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T20:52:36.286Z] Successfully built 65304be917dd [2021-04-19T20:52:36.560Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-19T20:52:38.910Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T20:52:38.911Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T20:52:38.911Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T20:52:38.911Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T20:52:42.342Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T20:52:43.346Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T20:52:53.537Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T20:52:53.537Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T20:52:53.537Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T20:53:00.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.485s coverage: 45.9% of statements [2021-04-19T20:53:00.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T20:53:00.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T20:53:00.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T20:53:00.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T20:53:00.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T20:53:00.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T20:53:00.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.145s coverage: 19.8% of statements [2021-04-19T20:53:00.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.228s coverage: 100.0% of statements [2021-04-19T20:53:03.267Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:53:03.267Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:53:03.267Z] ---> 99541e0cb013 [2021-04-19T20:53:03.267Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:53:03.267Z] ---> Using cache [2021-04-19T20:53:03.267Z] ---> f3159c724441 [2021-04-19T20:53:03.267Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:53:03.267Z] ---> Using cache [2021-04-19T20:53:03.267Z] ---> eccb59220227 [2021-04-19T20:53:03.267Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T20:53:03.267Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:53:03.267Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:53:03.267Z] ---> 99541e0cb013 [2021-04-19T20:53:03.267Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:53:03.267Z] ---> Using cache [2021-04-19T20:53:03.267Z] ---> f3159c724441 [2021-04-19T20:53:03.267Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:53:03.267Z] ---> Using cache [2021-04-19T20:53:03.267Z] ---> eccb59220227 [2021-04-19T20:53:03.267Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T20:53:03.267Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:53:03.267Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:53:03.267Z] ---> 99541e0cb013 [2021-04-19T20:53:03.267Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T20:53:03.267Z] ---> Using cache [2021-04-19T20:53:03.267Z] ---> f3159c724441 [2021-04-19T20:53:03.267Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:53:03.267Z] ---> Using cache [2021-04-19T20:53:03.267Z] ---> eccb59220227 [2021-04-19T20:53:03.267Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T20:53:03.267Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:53:03.267Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:53:03.267Z] ---> 99541e0cb013 [2021-04-19T20:53:03.267Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T20:53:03.267Z] ---> Using cache [2021-04-19T20:53:03.267Z] ---> f3159c724441 [2021-04-19T20:53:03.267Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:53:03.267Z] ---> Using cache [2021-04-19T20:53:03.267Z] ---> eccb59220227 [2021-04-19T20:53:03.267Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T20:53:03.267Z] ---> Using cache [2021-04-19T20:53:03.267Z] ---> 94652914014a [2021-04-19T20:53:03.267Z] Step 6/31 : COPY go.mod . [2021-04-19T20:53:03.267Z] ---> Using cache [2021-04-19T20:53:03.267Z] ---> 6f1dc61d58ff [2021-04-19T20:53:03.267Z] Step 7/31 : RUN go mod download [2021-04-19T20:53:03.267Z] ---> Using cache [2021-04-19T20:53:03.267Z] ---> 2a3122e6564b [2021-04-19T20:53:03.267Z] Step 8/31 : COPY . . [2021-04-19T20:53:03.267Z] ---> Using cache [2021-04-19T20:53:03.267Z] ---> d344a1791737 [2021-04-19T20:53:03.267Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T20:53:03.846Z] ---> Running in ba4769c00cd0 [2021-04-19T20:53:03.846Z] ---> Running in 7479b972230b [2021-04-19T20:53:03.846Z] ---> Running in 481cd1ee6716 [2021-04-19T20:53:03.846Z] ---> Running in 93884582aff9 [2021-04-19T20:53:04.808Z] 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-19T20:53:04.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:53:04.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:53:04.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:53:05.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:53:05.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:53:05.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:53:06.036Z] OK: 233 MiB in 51 packages [2021-04-19T20:53:06.036Z] OK: 233 MiB in 51 packages [2021-04-19T20:53:06.036Z] OK: 233 MiB in 51 packages [2021-04-19T20:53:07.451Z] Removing intermediate container 93884582aff9 [2021-04-19T20:53:07.451Z] ---> 18326e526418 [2021-04-19T20:53:07.451Z] Step 6/23 : COPY go.mod . [2021-04-19T20:53:07.451Z] Removing intermediate container 481cd1ee6716 [2021-04-19T20:53:07.451Z] ---> 779192f6f736 [2021-04-19T20:53:07.451Z] Step 6/23 : COPY go.mod . [2021-04-19T20:53:07.451Z] Removing intermediate container 7479b972230b [2021-04-19T20:53:07.451Z] ---> bfd20dbdbc6f [2021-04-19T20:53:07.451Z] Step 6/22 : COPY go.mod . [2021-04-19T20:53:07.724Z] ---> d0c4681b29e7 [2021-04-19T20:53:07.724Z] Step 7/23 : RUN go mod download [2021-04-19T20:53:07.724Z] ---> Running in 081caab49e68 [2021-04-19T20:53:07.724Z] ---> 85eb67295c62 [2021-04-19T20:53:07.724Z] Step 7/23 : RUN go mod download [2021-04-19T20:53:07.992Z] ---> 32e9aea9dc87 [2021-04-19T20:53:07.992Z] Step 7/22 : RUN go mod download [2021-04-19T20:53:08.269Z] ---> Running in a5cb8e631ec1 [2021-04-19T20:53:08.269Z] ---> Running in 912a5f1f7bb5 [2021-04-19T20:53:10.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.613s coverage: 27.1% of statements [2021-04-19T20:53:10.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T20:53:10.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T20:53:10.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T20:53:10.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T20:53:10.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T20:53:10.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T20:53:10.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.165s coverage: 100.0% of statements [2021-04-19T20:53:10.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T20:53:10.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.233s coverage: 100.0% of statements [2021-04-19T20:53:10.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T20:53:10.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T20:53:10.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.303s coverage: 71.3% of statements [2021-04-19T20:53:10.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T20:53:10.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T20:53:10.929Z] Removing intermediate container 081caab49e68 [2021-04-19T20:53:10.929Z] ---> 040d723df991 [2021-04-19T20:53:10.929Z] Step 8/23 : COPY . . [2021-04-19T20:53:11.206Z] Removing intermediate container a5cb8e631ec1 [2021-04-19T20:53:11.206Z] ---> ca5f87afa730 [2021-04-19T20:53:11.206Z] Step 8/22 : COPY . . [2021-04-19T20:53:11.206Z] Removing intermediate container 912a5f1f7bb5 [2021-04-19T20:53:11.206Z] ---> fe0f4fe50d9d [2021-04-19T20:53:11.206Z] Step 8/23 : COPY . . [2021-04-19T20:53:13.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.672s coverage: 82.9% of statements [2021-04-19T20:53:13.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T20:53:13.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:53:13.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.216s coverage: 78.9% of statements [2021-04-19T20:53:13.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T20:53:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.236s coverage: 28.6% of statements [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T20:53:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T20:53:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.153s coverage: 100.0% of statements [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T20:53:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.454s coverage: 86.7% of statements [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T20:53:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.417s coverage: 97.5% of statements [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T20:53:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.290s coverage: 78.3% of statements [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T20:53:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T20:53:34.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.337s coverage: 93.0% of statements [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T20:53:34.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.125s coverage: 58.8% of statements [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T20:53:34.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.264s coverage: 0.9% of statements [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T20:53:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T20:53:34.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.152s coverage: 47.1% of statements [2021-04-19T20:53:34.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.187s coverage: 79.5% of statements [2021-04-19T20:53:34.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.212s coverage: 94.1% of statements [2021-04-19T20:53:34.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.239s coverage: 96.3% of statements [2021-04-19T20:53:35.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.165s coverage: 87.5% of statements [2021-04-19T20:53:38.802Z] Removing intermediate container ba4769c00cd0 [2021-04-19T20:53:38.802Z] ---> 35f8ef45f537 [2021-04-19T20:53:38.802Z] [2021-04-19T20:53:38.802Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T20:53:38.802Z] ---> 13621d1b12d4 [2021-04-19T20:53:38.802Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T20:53:38.802Z] ---> Running in 716e6227b997 [2021-04-19T20:53:40.660Z] Removing intermediate container 716e6227b997 [2021-04-19T20:53:40.660Z] ---> ec85f37450ab [2021-04-19T20:53:40.660Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T20:53:42.056Z] ---> Running in 220e5c696c23 [2021-04-19T20:53:42.056Z] ---> d076f797f171 [2021-04-19T20:53:42.056Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T20:53:42.056Z] ---> 8d338413a52b [2021-04-19T20:53:42.056Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T20:53:42.322Z] ---> Running in e30a75337a65 [2021-04-19T20:53:42.322Z] ---> Running in 00e314c07a85 [2021-04-19T20:53:42.322Z] ---> 3184849efc9f [2021-04-19T20:53:42.322Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T20:53:42.322Z] ---> Running in cd1215bed438 [2021-04-19T20:53:42.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:53:42.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:53:42.904Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T20:53:42.904Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T20:53:42.904Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:53:42.904Z] OK: 6 MiB in 16 packages [2021-04-19T20:53:43.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-19T20:53:43.172Z] 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-19T20:53:43.438Z] 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-19T20:53:43.707Z] Removing intermediate container 220e5c696c23 [2021-04-19T20:53:43.707Z] ---> 8f2a8cedafd7 [2021-04-19T20:53:43.707Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T20:53:43.707Z] ---> Running in 87f863982231 [2021-04-19T20:53:43.975Z] Removing intermediate container 87f863982231 [2021-04-19T20:53:43.975Z] ---> ae02aaa4b754 [2021-04-19T20:53:43.975Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T20:53:44.245Z] ---> Running in 556661f9997c [2021-04-19T20:53:44.513Z] Removing intermediate container 556661f9997c [2021-04-19T20:53:44.513Z] ---> c2eda8d506ee [2021-04-19T20:53:44.513Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T20:53:44.513Z] ---> Running in 219f98837b60 [2021-04-19T20:53:47.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.198s coverage: 94.4% of statements [2021-04-19T20:53:47.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.145s coverage: 44.8% of statements [2021-04-19T20:53:47.889Z] Removing intermediate container 219f98837b60 [2021-04-19T20:53:47.889Z] ---> 28510b21829f [2021-04-19T20:53:47.889Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T20:53:47.889Z] ---> Running in 9baefc31e251 [2021-04-19T20:53:47.889Z] Removing intermediate container 9baefc31e251 [2021-04-19T20:53:47.889Z] ---> 057309cefe6d [2021-04-19T20:53:47.889Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T20:53:48.488Z] ---> ff9ca4f7237d [2021-04-19T20:53:48.488Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T20:53:48.781Z] ---> Running in 424997fcc5d1 [2021-04-19T20:53:50.743Z] Removing intermediate container 424997fcc5d1 [2021-04-19T20:53:50.743Z] ---> 09fc52903784 [2021-04-19T20:53:50.743Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:53:51.716Z] ---> d57c5e9abc36 [2021-04-19T20:53:51.716Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T20:53:53.128Z] ---> 1f773f575668 [2021-04-19T20:53:53.128Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T20:53:53.713Z] ---> d7a2ff377fe9 [2021-04-19T20:53:53.713Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T20:53:54.306Z] ---> 130365b6a061 [2021-04-19T20:53:54.306Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T20:53:54.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.535s coverage: 81.9% of statements [2021-04-19T20:53:54.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T20:53:54.888Z] ---> c398e56c11b9 [2021-04-19T20:53:54.888Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T20:53:55.166Z] ---> Running in c1e177220ce0 [2021-04-19T20:53:56.132Z] Removing intermediate container c1e177220ce0 [2021-04-19T20:53:56.132Z] ---> 423cdf36014c [2021-04-19T20:53:56.132Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T20:53:56.727Z] ---> 876839c2fb5b [2021-04-19T20:53:56.727Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T20:53:56.999Z] ---> Running in 64771bab268e [2021-04-19T20:53:59.637Z] Removing intermediate container 64771bab268e [2021-04-19T20:53:59.637Z] ---> 5faae88d0589 [2021-04-19T20:53:59.637Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T20:53:59.637Z] ---> Running in 3230a6f560ef [2021-04-19T20:53:59.906Z] Removing intermediate container 3230a6f560ef [2021-04-19T20:53:59.906Z] ---> 7b6777f59f9e [2021-04-19T20:53:59.906Z] Step 28/31 : CMD ["gate"] [2021-04-19T20:53:59.906Z] ---> Running in 43ba66b6cace [2021-04-19T20:54:00.498Z] Removing intermediate container 43ba66b6cace [2021-04-19T20:54:00.498Z] ---> 33052143e8bf [2021-04-19T20:54:00.498Z] Step 29/31 : LABEL arch=x86_64 [2021-04-19T20:54:00.766Z] ---> Running in 49452298af98 [2021-04-19T20:54:01.033Z] Removing intermediate container 49452298af98 [2021-04-19T20:54:01.033Z] ---> 571dcf19cc77 [2021-04-19T20:54:01.033Z] Step 30/31 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:54:01.339Z] ---> Running in 2997547818d0 [2021-04-19T20:54:01.941Z] Removing intermediate container 2997547818d0 [2021-04-19T20:54:01.941Z] ---> ee52d500eaa9 [2021-04-19T20:54:01.941Z] Step 31/31 : LABEL version=0.0.0 [2021-04-19T20:54:01.941Z] ---> Running in 372e9fca6276 [2021-04-19T20:54:02.212Z] Removing intermediate container 372e9fca6276 [2021-04-19T20:54:02.212Z] ---> f915e4a2edd7 [2021-04-19T20:54:02.212Z] [2021-04-19T20:54:02.493Z] Successfully built f915e4a2edd7 [2021-04-19T20:54:02.762Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-19T20:54:04.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.218s coverage: 92.9% of statements [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T20:54:04.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T20:54:04.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T20:54:04.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.111s coverage: 100.0% of statements [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T20:54:04.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 75.5% of statements [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T20:54:04.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.120s coverage: 80.8% of statements [2021-04-19T20:54:04.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.226s coverage: 87.2% of statements [2021-04-19T20:54:04.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.221s coverage: 84.6% of statements [2021-04-19T20:54:04.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 91.6% of statements [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T20:54:04.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.794s coverage: 64.4% of statements [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T20:54:04.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T20:54:04.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements [2021-04-19T20:54:04.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements [2021-04-19T20:54:05.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-04-19T20:54:05.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-04-19T20:54:06.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2021-04-19T20:54:09.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.001s coverage: 69.0% of statements [2021-04-19T20:54:09.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T20:54:09.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T20:54:09.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T20:54:11.561Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container cd1215bed438 [2021-04-19T20:54:11.561Z] ---> 6b9c3515cb55 [2021-04-19T20:54:11.562Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T20:54:12.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.475s coverage: 38.4% of statements [2021-04-19T20:54:12.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T20:54:12.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T20:54:12.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements [2021-04-19T20:54:12.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T20:54:12.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.118s coverage: 84.8% of statements [2021-04-19T20:54:12.553Z] ---> Running in f611b17dff86 [2021-04-19T20:54:12.553Z] Removing intermediate container 00e314c07a85 [2021-04-19T20:54:12.553Z] ---> 24af07e4880d [2021-04-19T20:54:12.553Z] [2021-04-19T20:54:12.553Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T20:54:12.553Z] ---> 13621d1b12d4 [2021-04-19T20:54:12.553Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T20:54:12.821Z] ---> Running in 8511ac162b1f [2021-04-19T20:54:13.085Z] 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-19T20:54:13.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:54:13.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:54:13.614Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T20:54:13.614Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T20:54:13.614Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:54:13.614Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T20:54:13.614Z] OK: 6 MiB in 16 packages [2021-04-19T20:54:16.169Z] Removing intermediate container e30a75337a65 [2021-04-19T20:54:16.169Z] ---> 77725d638bad [2021-04-19T20:54:16.169Z] [2021-04-19T20:54:16.169Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T20:54:16.169Z] ---> 13621d1b12d4 [2021-04-19T20:54:16.169Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T20:54:16.431Z] Removing intermediate container 8511ac162b1f [2021-04-19T20:54:16.431Z] ---> de683c01125a [2021-04-19T20:54:16.431Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:54:16.431Z] ---> Running in 27c0ddf6bdc9 [2021-04-19T20:54:16.431Z] Removing intermediate container f611b17dff86 [2021-04-19T20:54:16.431Z] ---> 37a97f418c06 [2021-04-19T20:54:16.431Z] [2021-04-19T20:54:16.431Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T20:54:16.698Z] ---> Running in 9e57c4ea2f34 [2021-04-19T20:54:16.698Z] 20.10.0: Pulling from library/docker [2021-04-19T20:54:16.698Z] Removing intermediate container 27c0ddf6bdc9 [2021-04-19T20:54:16.698Z] ---> 8640ed592d24 [2021-04-19T20:54:16.698Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T20:54:16.698Z] ---> Running in 0dbecb1de584 [2021-04-19T20:54:16.962Z] Removing intermediate container 9e57c4ea2f34 [2021-04-19T20:54:16.963Z] ---> dd9e7ba0dcdf [2021-04-19T20:54:16.963Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T20:54:18.364Z] Removing intermediate container 0dbecb1de584 [2021-04-19T20:54:18.364Z] ---> 7f9b10b41d53 [2021-04-19T20:54:18.364Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T20:54:18.364Z] ---> Running in 3f1cae2a805c [2021-04-19T20:54:18.364Z] ---> Running in 2eac23fe28af [2021-04-19T20:54:18.628Z] Removing intermediate container 3f1cae2a805c [2021-04-19T20:54:18.628Z] ---> f8f72272e139 [2021-04-19T20:54:18.628Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T20:54:18.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.435s coverage: 47.0% of statements [2021-04-19T20:54:18.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T20:54:18.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T20:54:18.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T20:54:18.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T20:54:18.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T20:54:18.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-04-19T20:54:18.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T20:54:18.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements [2021-04-19T20:54:18.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T20:54:18.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T20:54:18.870Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.160s coverage: 9.6% of statements [2021-04-19T20:54:18.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T20:54:18.925Z] ---> Running in a7a9d94b71fc [2021-04-19T20:54:18.926Z] Removing intermediate container 2eac23fe28af [2021-04-19T20:54:18.926Z] ---> ccda84f17a82 [2021-04-19T20:54:18.926Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:54:19.190Z] ---> Running in a5e757b6600b [2021-04-19T20:54:19.457Z] Removing intermediate container a7a9d94b71fc [2021-04-19T20:54:19.457Z] ---> 694b93b1e545 [2021-04-19T20:54:19.457Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:54:19.728Z] ---> 63f205b2b3f5 [2021-04-19T20:54:19.728Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T20:54:20.313Z] ---> 12362bd7371f [2021-04-19T20:54:20.313Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T20:54:20.313Z] Removing intermediate container a5e757b6600b [2021-04-19T20:54:20.313Z] ---> 26dc8013b001 [2021-04-19T20:54:20.313Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T20:54:20.344Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.505s coverage: 88.6% of statements [2021-04-19T20:54:20.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T20:54:20.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:54:20.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T20:54:20.586Z] ---> Running in 42f27568cd75 [2021-04-19T20:54:20.859Z] ---> 713a627645b0 [2021-04-19T20:54:20.859Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T20:54:20.859Z] ---> Running in 85af0a23a165 [2021-04-19T20:54:21.138Z] Removing intermediate container 85af0a23a165 [2021-04-19T20:54:21.138Z] ---> 8e942104d9d8 [2021-04-19T20:54:21.138Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:54:21.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:54:21.138Z] ---> Running in 3c3401723de3 [2021-04-19T20:54:21.406Z] Removing intermediate container 3c3401723de3 [2021-04-19T20:54:21.406Z] ---> c007604ff98c [2021-04-19T20:54:21.406Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T20:54:21.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:54:21.937Z] ---> Running in 82c4b348543f [2021-04-19T20:54:22.198Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T20:54:22.199Z] Removing intermediate container 82c4b348543f [2021-04-19T20:54:22.199Z] ---> ac122f0b16b1 [2021-04-19T20:54:22.199Z] Step 21/22 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:54:22.199Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T20:54:22.461Z] ---> Running in 165d82d6b1b2 [2021-04-19T20:54:22.461Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T20:54:22.461Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T20:54:22.461Z] Removing intermediate container 165d82d6b1b2 [2021-04-19T20:54:22.461Z] ---> 4e75b1e6eeb2 [2021-04-19T20:54:22.461Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T20:54:22.723Z] ---> Running in 3f5712751669 [2021-04-19T20:54:22.987Z] Removing intermediate container 3f5712751669 [2021-04-19T20:54:22.987Z] ---> b34562d434d7 [2021-04-19T20:54:22.987Z] [2021-04-19T20:54:22.987Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T20:54:22.987Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T20:54:22.987Z] ---> aefe523efa57 [2021-04-19T20:54:22.987Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:54:22.987Z] ---> Running in 86482b6f95c3 [2021-04-19T20:54:22.987Z] Successfully built b34562d434d7 [2021-04-19T20:54:22.987Z] Successfully tagged docker-support-notifications-go:latest [2021-04-19T20:54:23.250Z]  Building docker-support-notifications-go ... done Removing intermediate container 86482b6f95c3 [2021-04-19T20:54:23.250Z] ---> 583e5a8f02c5 [2021-04-19T20:54:23.250Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T20:54:23.250Z] ---> Running in c86453a2a986 [2021-04-19T20:54:23.250Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T20:54:23.250Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T20:54:23.517Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:54:23.517Z] OK: 8 MiB in 20 packages [2021-04-19T20:54:23.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:54:23.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:54:24.044Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T20:54:24.044Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T20:54:24.044Z] Executing bash-5.0.17-r0.post-install [2021-04-19T20:54:24.044Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T20:54:24.044Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T20:54:24.044Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T20:54:24.044Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T20:54:24.044Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T20:54:24.044Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T20:54:24.307Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T20:54:24.307Z] Removing intermediate container 42f27568cd75 [2021-04-19T20:54:24.307Z] ---> 79c00c495ac5 [2021-04-19T20:54:24.307Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:54:24.307Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T20:54:24.307Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T20:54:24.307Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T20:54:24.570Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T20:54:27.749Z] ---> dc2e20fe4af5 [2021-04-19T20:54:27.749Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T20:54:27.749Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T20:54:27.749Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T20:54:27.749Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T20:54:27.749Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T20:54:27.749Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T20:54:27.749Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T20:54:27.749Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T20:54:27.749Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T20:54:27.749Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T20:54:27.749Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T20:54:28.012Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T20:54:28.012Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T20:54:28.012Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T20:54:28.012Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T20:54:28.012Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T20:54:28.012Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T20:54:28.012Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T20:54:28.012Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T20:54:28.012Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T20:54:28.012Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T20:54:28.012Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T20:54:28.012Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T20:54:28.012Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T20:54:28.012Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T20:54:28.012Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T20:54:28.012Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T20:54:30.575Z] ---> 199b4fb27f63 [2021-04-19T20:54:30.575Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T20:54:30.575Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T20:54:30.575Z] OK: 72 MiB in 59 packages [2021-04-19T20:54:30.575Z] ---> 2f95a7bf42fe [2021-04-19T20:54:30.575Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T20:54:30.838Z] ---> Running in 25e93be4ece6 [2021-04-19T20:54:30.838Z] Removing intermediate container 25e93be4ece6 [2021-04-19T20:54:30.838Z] ---> 05dcc63c72b5 [2021-04-19T20:54:30.838Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:54:30.838Z] ---> Running in 36524250243c [2021-04-19T20:54:31.100Z] Removing intermediate container 36524250243c [2021-04-19T20:54:31.100Z] ---> 57621fa5cc9a [2021-04-19T20:54:31.100Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T20:54:31.100Z] ---> Running in a36540f4acb5 [2021-04-19T20:54:31.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.343s coverage: 28.7% of statements [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T20:54:31.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T20:54:31.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.265s coverage: 100.0% of statements [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T20:54:31.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.286s coverage: 64.6% of statements [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T20:54:31.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.367s coverage: 95.6% of statements [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T20:54:31.207Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T20:54:31.207Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T20:54:31.207Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.116s coverage: 87.9% of statements [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T20:54:31.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T20:54:31.207Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-04-19T20:54:31.361Z] Removing intermediate container a36540f4acb5 [2021-04-19T20:54:31.361Z] ---> 8e541cbc1e46 [2021-04-19T20:54:31.361Z] Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:54:31.361Z] ---> Running in f266a3af8a38 [2021-04-19T20:54:31.361Z] Collecting docker-compose==1.23.2 [2021-04-19T20:54:31.361Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T20:54:31.624Z] Removing intermediate container f266a3af8a38 [2021-04-19T20:54:31.624Z] ---> 4445822b8626 [2021-04-19T20:54:31.624Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T20:54:31.624Z] ---> Running in 626ebbc1438b [2021-04-19T20:54:31.624Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T20:54:31.624Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T20:54:31.624Z] Removing intermediate container 626ebbc1438b [2021-04-19T20:54:31.624Z] ---> d96049f1256e [2021-04-19T20:54:31.624Z] [2021-04-19T20:54:31.885Z] Successfully built d96049f1256e [2021-04-19T20:54:31.885Z] Successfully tagged docker-core-data-go:latest [2021-04-19T20:54:32.146Z]  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T20:54:32.146Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T20:54:32.416Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T20:54:32.416Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T20:54:32.640Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.118s coverage: 28.1% of statements [2021-04-19T20:54:32.678Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T20:54:32.678Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T20:54:32.913Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-04-19T20:54:32.939Z] Collecting PyYAML<4,>=3.10 [2021-04-19T20:54:32.939Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T20:54:33.883Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T20:54:33.883Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T20:54:33.883Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T20:54:33.883Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T20:54:33.891Z] GO111MODULE=on go vet ./... [2021-04-19T20:54:34.456Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T20:54:34.456Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T20:54:35.030Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T20:54:35.030Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T20:54:35.030Z] 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-19T20:54:35.030Z] Collecting idna<2.8,>=2.5 [2021-04-19T20:54:35.030Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T20:54:35.030Z] 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-19T20:54:35.030Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T20:54:35.030Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T20:54:35.291Z] 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-19T20:54:35.291Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T20:54:35.291Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T20:54:35.291Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T20:54:35.291Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T20:54:35.291Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T20:54:35.291Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T20:54:35.556Z] Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, cached-property, texttable, docopt, jsonschema, docker-compose [2021-04-19T20:54:35.556Z] Running setup.py install for dockerpty: started [2021-04-19T20:54:35.822Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T20:54:36.085Z] Attempting uninstall: idna [2021-04-19T20:54:36.085Z] Found existing installation: idna 2.9 [2021-04-19T20:54:36.085Z] Uninstalling idna-2.9: [2021-04-19T20:54:36.085Z] Successfully uninstalled idna-2.9 [2021-04-19T20:54:36.346Z] Attempting uninstall: urllib3 [2021-04-19T20:54:36.346Z] Found existing installation: urllib3 1.25.9 [2021-04-19T20:54:36.346Z] Uninstalling urllib3-1.25.9: [2021-04-19T20:54:36.346Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T20:54:36.607Z] Attempting uninstall: requests [2021-04-19T20:54:36.607Z] Found existing installation: requests 2.23.0 [2021-04-19T20:54:36.607Z] Uninstalling requests-2.23.0: [2021-04-19T20:54:36.607Z] Successfully uninstalled requests-2.23.0 [2021-04-19T20:54:36.868Z] Running setup.py install for PyYAML: started [2021-04-19T20:54:37.442Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T20:54:37.442Z] Running setup.py install for texttable: started [2021-04-19T20:54:38.017Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T20:54:38.017Z] Running setup.py install for docopt: started [2021-04-19T20:54:38.287Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T20:54:38.860Z] 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-19T20:54:47.018Z] Removing intermediate container c86453a2a986 [2021-04-19T20:54:47.018Z] ---> e66a1e44850f [2021-04-19T20:54:47.018Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T20:54:47.018Z] ---> Running in 2f87886b8ef2 [2021-04-19T20:54:47.018Z] Removing intermediate container 2f87886b8ef2 [2021-04-19T20:54:47.018Z] ---> 0de085b97938 [2021-04-19T20:54:47.018Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T20:54:47.018Z] ---> Running in 18126e1f1fd5 [2021-04-19T20:54:47.018Z] Removing intermediate container 18126e1f1fd5 [2021-04-19T20:54:47.018Z] ---> c1fbc07748f0 [2021-04-19T20:54:47.018Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T20:54:47.018Z] ---> b72df024d3ff [2021-04-19T20:54:47.018Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T20:54:47.018Z] ---> 8c5545931f81 [2021-04-19T20:54:47.018Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T20:54:47.279Z] ---> ac17edabd949 [2021-04-19T20:54:47.279Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T20:54:47.279Z] ---> Running in a7cafcb2a877 [2021-04-19T20:54:47.541Z] Removing intermediate container a7cafcb2a877 [2021-04-19T20:54:47.541Z] ---> 76a0c6b036ef [2021-04-19T20:54:47.541Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:54:47.541Z] ---> Running in a7c46c797f00 [2021-04-19T20:54:47.541Z] Removing intermediate container a7c46c797f00 [2021-04-19T20:54:47.541Z] ---> 04338630184f [2021-04-19T20:54:47.541Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T20:54:47.804Z] ---> Running in dd9e40838ce7 [2021-04-19T20:54:47.804Z] Removing intermediate container dd9e40838ce7 [2021-04-19T20:54:47.804Z] ---> 4a2002417faf [2021-04-19T20:54:47.804Z] Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:54:47.804Z] ---> Running in f3c794078663 [2021-04-19T20:54:48.067Z] Removing intermediate container f3c794078663 [2021-04-19T20:54:48.067Z] ---> 4384e7edd657 [2021-04-19T20:54:48.067Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T20:54:48.067Z] ---> Running in fc8a1d4c645b [2021-04-19T20:54:48.329Z] Removing intermediate container fc8a1d4c645b [2021-04-19T20:54:48.329Z] ---> 944e93428e05 [2021-04-19T20:54:48.329Z] [2021-04-19T20:54:48.329Z] Successfully built 944e93428e05 [2021-04-19T20:54:48.591Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-19T20:54:48.865Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-19T20:54:48.888Z] $ docker stop --time=1 4b541999009bd9a4f67edca8f9bd4a5464bc5476151bfdd880ba3929607c497b [2021-04-19T20:54:50.573Z] $ docker rm -f 4b541999009bd9a4f67edca8f9bd4a5464bc5476151bfdd880ba3929607c497b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T20:54:51.018Z] + docker images [2021-04-19T20:54:51.018Z] + grep docker [2021-04-19T20:54:51.282Z] docker-sys-mgmt-agent-go latest 944e93428e05 3 seconds ago 312MB [2021-04-19T20:54:51.282Z] docker-core-data-go latest d96049f1256e 20 seconds ago 22.9MB [2021-04-19T20:54:51.282Z] docker-support-notifications-go latest b34562d434d7 29 seconds ago 18.2MB [2021-04-19T20:54:51.282Z] docker-security-bootstrapper-go latest f915e4a2edd7 49 seconds ago 19.3MB [2021-04-19T20:54:51.282Z] docker-security-secretstore-setup-go latest 65304be917dd 2 minutes ago 26.3MB [2021-04-19T20:54:51.282Z] docker-core-metadata-go latest ca1a546850d0 2 minutes ago 19.2MB [2021-04-19T20:54:51.282Z] docker-security-proxy-setup-go latest d676698bf224 2 minutes ago 26MB [2021-04-19T20:54:51.282Z] docker-support-scheduler-go latest b0ab02fda343 2 minutes ago 17.7MB [2021-04-19T20:54:51.282Z] docker-core-command-go latest c2f6236fc0d6 2 minutes ago 17.5MB [2021-04-19T20:54:51.282Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-19T20:55:06.530Z] Still waiting to schedule task [2021-04-19T20:55:06.531Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-19T20:56:02.090Z] Running on prd-ubuntu18.04-docker-8c-8g-940 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-19T20:56:02.106Z] Running in /w/workspace/edgex-go/75 [Pipeline] { [Pipeline] checkout [2021-04-19T20:56:04.393Z] using credential edgex-jenkins-ssh [2021-04-19T20:56:04.406Z] Cloning the remote Git repository [2021-04-19T20:56:04.439Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T20:56:04.502Z] > git init /w/workspace/edgex-go/75 # timeout=10 [2021-04-19T20:56:04.530Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T20:56:04.530Z] > git --version # timeout=10 [2021-04-19T20:56:04.540Z] > git --version # 'git version 2.17.1' [2021-04-19T20:56:04.541Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T20:56:04.570Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T20:56:10.224Z] Merging remotes/origin/master commit 95928816a7d3351701d43cfae6e5bb9ec9c35404 into PR head commit aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:56:10.340Z] Merge succeeded, producing aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T20:56:10.341Z] Checking out Revision aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece (PR-3234) [2021-04-19T20:56:09.658Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T20:56:09.663Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T20:56:09.682Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T20:56:09.696Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T20:56:09.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T20:56:09.701Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T20:56:10.253Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T20:56:10.257Z] > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 [2021-04-19T20:56:10.333Z] > git remote # timeout=10 [2021-04-19T20:56:10.340Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T20:56:10.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T20:56:10.348Z] > git merge 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 [2021-04-19T20:56:10.356Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T20:56:10.365Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T20:56:10.369Z] > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 [2021-04-19T20:56:10.744Z] gofmt -l . [2021-04-19T20:56:10.744Z] [ "`gofmt -l .`" = "" ] [2021-04-19T20:56:10.744Z] ./bin/test-go-mod-tidy.sh [2021-04-19T20:56:10.744Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T20:56:11.407Z] + ls -al . [2021-04-19T20:56:11.407Z] total 840 [2021-04-19T20:56:11.407Z] drwxrwxr-x 9 1001 1001 4096 Apr 19 20:56 . [2021-04-19T20:56:11.407Z] drwxr-xr-x 4 root root 4096 Apr 19 20:50 .. [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 20:49 .dockerignore [2021-04-19T20:56:11.407Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 20:49 .git [2021-04-19T20:56:11.407Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 20:49 .github [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 20:49 .gitignore [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 20:49 .sonarcloud.properties [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 20:49 Attribution.txt [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:49 CONTRIBUTING.md [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 20:49 Dockerfile.build [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 20:49 Jenkinsfile [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:49 LICENSE [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 20:49 Makefile [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 20:49 README.md [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 20:49 SECURITY.md [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 20:46 VERSION [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:49 ZMQWindows.md [2021-04-19T20:56:11.407Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 20:49 bin [2021-04-19T20:56:11.407Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 20:49 cmd [2021-04-19T20:56:11.407Z] -rw-r--r-- 1 root root 703598 Apr 19 20:54 coverage.out [2021-04-19T20:56:11.407Z] -rw-r--r-- 1 root root 1059 Apr 19 20:56 go.mod [2021-04-19T20:56:11.407Z] -rw-r--r-- 1 root root 22258 Apr 19 20:56 go.sum [2021-04-19T20:56:11.407Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 20:49 internal [2021-04-19T20:56:11.407Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 20:49 openapi [2021-04-19T20:56:11.407Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 20:49 snap [2021-04-19T20:56:11.407Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 20:49 version.go [Pipeline] sh [2021-04-19T20:56:12.075Z] + '[' -e coverage.out ] [2021-04-19T20:56:12.075Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T20:56:12.107Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T20:56:13.426Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T20:56:13.947Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [2021-04-19T20:56:14.078Z] + make build [2021-04-19T20:56:14.078Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T20:56:14.930Z] + echo snap-build.sh [2021-04-19T20:56:14.930Z] snap-build.sh [2021-04-19T20:56:14.930Z] + SNAP_BASE_DIR=. [2021-04-19T20:56:14.930Z] + '[' '!' -z /w/workspace/edgex-go/75 ']' [2021-04-19T20:56:14.930Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/75 [2021-04-19T20:56:14.930Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/75]' [2021-04-19T20:56:14.930Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/75] [2021-04-19T20:56:14.930Z] + cd /w/workspace/edgex-go/75 [2021-04-19T20:56:14.930Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-19T20:56:14.930Z] Reading package lists... [2021-04-19T20:56:14.930Z] Building dependency tree... [2021-04-19T20:56:14.930Z] Reading state information... [2021-04-19T20:56:15.194Z] The following packages were automatically installed and are no longer required: [2021-04-19T20:56:15.195Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-19T20:56:15.195Z] uidmap xdelta3 [2021-04-19T20:56:15.195Z] Use 'sudo apt autoremove' to remove them. [2021-04-19T20:56:15.195Z] The following packages will be REMOVED: [2021-04-19T20:56:15.195Z] lxd* lxd-client* [2021-04-19T20:56:15.457Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-19T20:56:15.457Z] After this operation, 31.7 MB disk space will be freed. [2021-04-19T20:56:16.502Z] (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-19T20:56:16.502Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T20:56:17.442Z] Removing lxd dnsmasq configuration [2021-04-19T20:56:17.442Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T20:56:17.701Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-19T20:56:18.643Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-19T20:56:18.644Z] (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-19T20:56:18.644Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T20:56:20.029Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-19T20:56:20.029Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-19T20:56:21.412Z] + sudo snap remove --purge lxd [2021-04-19T20:56:21.412Z] snap "lxd" is not installed [2021-04-19T20:56:21.412Z] + sudo groupadd --force --system lxd [2021-04-19T20:56:21.412Z] ++ whoami [2021-04-19T20:56:21.412Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-19T20:56:21.412Z] + newgrp - lxd [2021-04-19T20:56:21.412Z] + sudo snap install lxd [2021-04-19T20:56:26.488Z] 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-19T20:56:29.549Z] 2021-04-19T20:56:27Z INFO Waiting for automatic snapd restart... [2021-04-19T20:56:44.461Z] lxd 4.13 from Canonical* installed [2021-04-19T20:56:44.461Z] + sudo lxd init --auto [2021-04-19T20:56:52.597Z] + sudo snap install --classic snapcraft [2021-04-19T20:56:53.270Z] 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-19T20:56:55.884Z] 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-19T20:56:59.183Z] snapcraft 4.6.2 from Canonical* installed [2021-04-19T20:56:59.183Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-19T20:56:59.183Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-19T20:56:59.183Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T20:56:59.183Z] Dload Upload Total Spent Left Speed [2021-04-19T20:56:59.183Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4071 0 --:--:-- --:--:-- --:--:-- 4045 [2021-04-19T20:56:59.183Z] 100 3325k 100 3325k 0 0 10.9M 0 --:--:-- --:--:-- --:--:-- 10.9M [2021-04-19T20:56:59.183Z] ./yq_linux_amd64 [2021-04-19T20:56:59.183Z] + sudo snapcraft prime --use-lxd [2021-04-19T20:57:01.096Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-19T20:57:01.096Z] 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-19T20:57:01.096Z] - README.md [2021-04-19T20:57:01.096Z] [2021-04-19T20:57:01.096Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-19T20:57:01.301Z] 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-19T20:57:01.357Z] Launching a container. [2021-04-19T20:57:02.309Z] 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-19T20:57:07.713Z] 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-19T20:57:13.599Z] Waiting for container to be ready [2021-04-19T20:57:13.599Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-19T20:57:13.599Z] [2021-04-19T20:57:14.429Z] 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-19T20:57:16.897Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-19T20:57:17.469Z] Waiting for network to be ready... [2021-04-19T20:57:17.729Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-19T20:57:17.989Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-19T20:57:17.989Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-19T20:57:17.989Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-19T20:57:17.989Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-19T20:57:17.989Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-19T20:57:17.989Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-19T20:57:17.989Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-19T20:57:17.989Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-19T20:57:17.989Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-19T20:57:18.558Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-19T20:57:18.559Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-19T20:57:18.819Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-19T20:57:18.819Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-19T20:57:18.819Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-19T20:57:18.819Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-19T20:57:18.819Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-19T20:57:18.819Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-19T20:57:19.396Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-19T20:57:19.659Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-19T20:57:19.659Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-19T20:57:19.659Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-19T20:57:19.659Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-19T20:57:19.659Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-19T20:57:19.659Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-19T20:57:19.659Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-19T20:57:19.659Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-19T20:57:19.838Z] 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-19T20:57:22.206Z] Fetched 24.4 MB in 4s (6039 kB/s) [2021-04-19T20:57:22.778Z] Reading package lists... [2021-04-19T20:57:22.778Z] Reading package lists... [2021-04-19T20:57:23.039Z] Building dependency tree... [2021-04-19T20:57:23.039Z] Reading state information... [2021-04-19T20:57:23.039Z] The following additional packages will be installed: [2021-04-19T20:57:23.039Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-19T20:57:23.039Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-19T20:57:23.039Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-19T20:57:23.039Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-19T20:57:23.039Z] Suggested packages: [2021-04-19T20:57:23.039Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-19T20:57:23.039Z] Recommended packages: [2021-04-19T20:57:23.039Z] gnupg libsasl2-modules [2021-04-19T20:57:23.039Z] The following NEW packages will be installed: [2021-04-19T20:57:23.039Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-19T20:57:23.039Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-19T20:57:23.039Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-19T20:57:23.040Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-19T20:57:23.040Z] The following packages will be upgraded: [2021-04-19T20:57:23.040Z] gpg gpg-agent gpgconf libudev1 [2021-04-19T20:57:23.300Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-19T20:57:23.300Z] Need to get 3529 kB of archives. [2021-04-19T20:57:23.300Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-19T20:57:23.300Z] 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-19T20:57:23.300Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-19T20:57:23.560Z] 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-19T20:57:23.560Z] 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-19T20:57:23.560Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-19T20:57:23.560Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-19T20:57:24.133Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-19T20:57:24.133Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-19T20:57:24.133Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-19T20:57:24.133Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-19T20:57:24.133Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-19T20:57:24.133Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-19T20:57:24.133Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-19T20:57:24.133Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-19T20:57:24.133Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-19T20:57:24.133Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-19T20:57:24.133Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-19T20:57:24.133Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-19T20:57:24.133Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-19T20:57:24.133Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-19T20:57:24.133Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-19T20:57:24.133Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-19T20:57:24.398Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T20:57:24.398Z] Fetched 3529 kB in 1s (3176 kB/s) [2021-04-19T20:57:24.398Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-19T20:57:24.398Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-19T20:57:24.398Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T20:57:24.659Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-19T20:57:24.659Z] Selecting previously unselected package udev. [2021-04-19T20:57:24.659Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-19T20:57:24.659Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-19T20:57:24.659Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-19T20:57:24.920Z] Selecting previously unselected package libfuse2:amd64. [2021-04-19T20:57:24.920Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-19T20:57:24.920Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-19T20:57:25.181Z] Selecting previously unselected package fuse. [2021-04-19T20:57:25.181Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-19T20:57:25.181Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-19T20:57:25.181Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T20:57:25.181Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T20:57:25.234Z] 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-19T20:57:25.443Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T20:57:25.443Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T20:57:25.443Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T20:57:25.443Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T20:57:25.704Z] Selecting previously unselected package libksba8:amd64. [2021-04-19T20:57:25.704Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-19T20:57:25.704Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-19T20:57:25.704Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-19T20:57:25.704Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T20:57:25.704Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:25.704Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-19T20:57:25.704Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T20:57:25.704Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:25.966Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-19T20:57:25.966Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T20:57:25.966Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:26.226Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-19T20:57:26.226Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T20:57:26.226Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:26.226Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-19T20:57:26.226Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T20:57:26.226Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:26.226Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-19T20:57:26.226Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T20:57:26.226Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:26.489Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-19T20:57:26.489Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T20:57:26.489Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:26.489Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-19T20:57:26.489Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T20:57:26.489Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:26.749Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-19T20:57:26.749Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T20:57:26.749Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:26.749Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-19T20:57:26.749Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-19T20:57:26.749Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T20:57:26.749Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-19T20:57:26.750Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-19T20:57:26.750Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T20:57:27.011Z] Selecting previously unselected package libldap-common. [2021-04-19T20:57:27.011Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-19T20:57:27.011Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T20:57:27.011Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-19T20:57:27.011Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-19T20:57:27.011Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T20:57:27.272Z] Selecting previously unselected package dirmngr. [2021-04-19T20:57:27.272Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T20:57:27.272Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-19T20:57:27.272Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T20:57:27.272Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-19T20:57:27.272Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-19T20:57:27.533Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T20:57:27.533Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T20:57:27.533Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-19T20:57:27.533Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:27.533Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-19T20:57:27.533Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T20:57:27.533Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-19T20:57:28.104Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-19T20:57:28.104Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:28.104Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-19T20:57:28.104Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-19T20:57:28.365Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-19T20:57:28.365Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:28.365Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:28.365Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:28.365Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:28.365Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:28.365Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:28.365Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T20:57:28.628Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T20:57:28.628Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-19T20:57:28.628Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T20:57:29.197Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-19T20:57:29.197Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-19T20:57:29.197Z] This means they are not meant to be enabled using systemctl. [2021-04-19T20:57:29.197Z] Possible reasons for having this kind of units are: [2021-04-19T20:57:29.197Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-19T20:57:29.197Z] .wants/ or .requires/ directory. [2021-04-19T20:57:29.197Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-19T20:57:29.197Z] a requirement dependency on it. [2021-04-19T20:57:29.197Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-19T20:57:29.197Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-19T20:57:29.197Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-19T20:57:29.197Z] instance name specified. [2021-04-19T20:57:29.458Z] Reading package lists... [2021-04-19T20:57:29.717Z] Building dependency tree... [2021-04-19T20:57:29.717Z] Reading state information... [2021-04-19T20:57:29.717Z] The following additional packages will be installed: [2021-04-19T20:57:29.717Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-19T20:57:29.717Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-19T20:57:29.717Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-19T20:57:29.717Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-19T20:57:29.717Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-19T20:57:29.717Z] Suggested packages: [2021-04-19T20:57:29.717Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-19T20:57:29.717Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-19T20:57:29.717Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-19T20:57:29.717Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-19T20:57:29.717Z] systemd-container policykit-1 [2021-04-19T20:57:29.717Z] Recommended packages: [2021-04-19T20:57:29.717Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-19T20:57:29.717Z] The following NEW packages will be installed: [2021-04-19T20:57:29.717Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-19T20:57:29.718Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-19T20:57:29.718Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-19T20:57:29.718Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-19T20:57:29.718Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-19T20:57:29.718Z] The following packages will be upgraded: [2021-04-19T20:57:29.718Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-19T20:57:29.718Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-19T20:57:29.718Z] Need to get 35.2 MB of archives. [2021-04-19T20:57:29.718Z] After this operation, 141 MB of additional disk space will be used. [2021-04-19T20:57:29.718Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-19T20:57:29.980Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-19T20:57:29.980Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-19T20:57:29.980Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-19T20:57:29.980Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-19T20:57:29.980Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-19T20:57:29.980Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-19T20:57:29.980Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-19T20:57:29.980Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-19T20:57:29.980Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-19T20:57:29.980Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-19T20:57:29.980Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-19T20:57:29.980Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-19T20:57:29.980Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-19T20:57:29.980Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-19T20:57:29.980Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-19T20:57:29.980Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-19T20:57:30.640Z] 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-19T20:57:30.920Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-19T20:57:30.921Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-19T20:57:30.921Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-19T20:57:30.921Z] 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-19T20:57:30.921Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-19T20:57:30.921Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-19T20:57:30.921Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-19T20:57:30.921Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-19T20:57:30.921Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-19T20:57:30.921Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-19T20:57:30.921Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-19T20:57:30.921Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-19T20:57:31.181Z] 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-19T20:57:31.181Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T20:57:31.181Z] Fetched 35.2 MB in 1s (26.8 MB/s) [2021-04-19T20:57:31.181Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T20:57:31.181Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-19T20:57:31.441Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T20:57:32.013Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-19T20:57:32.013Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T20:57:32.013Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-19T20:57:32.273Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T20:57:32.273Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-19T20:57:32.273Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-19T20:57:32.534Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-19T20:57:32.534Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T20:57:32.534Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-19T20:57:32.534Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-19T20:57:32.794Z] Setting up apt (1.6.13) ... [2021-04-19T20:57:33.055Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-19T20:57:33.315Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-19T20:57:33.315Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-19T20:57:33.315Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-19T20:57:33.575Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-19T20:57:33.575Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-19T20:57:33.575Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T20:57:33.835Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T20:57:34.406Z] Selecting previously unselected package libexpat1:amd64. [2021-04-19T20:57:34.406Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-19T20:57:34.669Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-19T20:57:34.959Z] 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-19T20:57:36.054Z] Selecting previously unselected package python3.6-minimal. [2021-04-19T20:57:36.054Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T20:57:36.054Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T20:57:36.054Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-19T20:57:36.054Z] Checking for services that may need to be restarted...done. [2021-04-19T20:57:36.054Z] Checking for services that may need to be restarted...done. [2021-04-19T20:57:36.054Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T20:57:36.314Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-19T20:57:36.314Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T20:57:36.575Z] Selecting previously unselected package python3-minimal. [2021-04-19T20:57:36.575Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-19T20:57:36.575Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-19T20:57:36.575Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-19T20:57:36.836Z] Selecting previously unselected package mime-support. [2021-04-19T20:57:36.836Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-19T20:57:36.836Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-19T20:57:36.836Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-19T20:57:36.836Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-19T20:57:36.836Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-19T20:57:37.097Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-19T20:57:37.097Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T20:57:37.097Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T20:57:37.097Z] Selecting previously unselected package python3.6. [2021-04-19T20:57:37.357Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T20:57:37.357Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T20:57:37.357Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-19T20:57:37.357Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-19T20:57:37.357Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-19T20:57:37.357Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-19T20:57:37.617Z] Selecting previously unselected package python3. [2021-04-19T20:57:37.617Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-19T20:57:37.617Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-19T20:57:37.617Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-19T20:57:37.617Z] Selecting previously unselected package multiarch-support. [2021-04-19T20:57:37.617Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T20:57:37.617Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-19T20:57:37.881Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-19T20:57:37.881Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-19T20:57:37.881Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-19T20:57:37.881Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-19T20:57:37.881Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-19T20:57:37.881Z] Selecting previously unselected package libbsd0:amd64. [2021-04-19T20:57:37.881Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-19T20:57:38.143Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-19T20:57:38.143Z] Selecting previously unselected package sudo. [2021-04-19T20:57:38.143Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-19T20:57:38.143Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-19T20:57:38.143Z] Selecting previously unselected package apparmor. [2021-04-19T20:57:38.143Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-19T20:57:38.404Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-19T20:57:38.404Z] Selecting previously unselected package libedit2:amd64. [2021-04-19T20:57:38.404Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-19T20:57:38.404Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-19T20:57:38.404Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-19T20:57:38.404Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T20:57:38.404Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T20:57:38.667Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-19T20:57:38.667Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T20:57:38.667Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T20:57:38.667Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-19T20:57:38.667Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-19T20:57:38.667Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-19T20:57:38.667Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-19T20:57:38.667Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T20:57:38.667Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T20:57:38.934Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-19T20:57:38.934Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T20:57:38.934Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T20:57:38.934Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-19T20:57:38.934Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-19T20:57:38.934Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-19T20:57:39.194Z] Selecting previously unselected package openssh-client. [2021-04-19T20:57:39.194Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-19T20:57:39.194Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-19T20:57:39.454Z] Selecting previously unselected package squashfs-tools. [2021-04-19T20:57:39.454Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-19T20:57:39.454Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-19T20:57:39.454Z] Selecting previously unselected package snapd. [2021-04-19T20:57:39.454Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-19T20:57:39.454Z] Unpacking snapd (2.48.3+18.04) ... [Pipeline] } [2021-04-19T20:57:41.717Z] $ docker stop --time=1 c005ce83e2e089b318c23844ff7ff2a48b067dd325f2e8b3af5ed1bb6a9bd863 [2021-04-19T20:57:41.996Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-19T20:57:41.996Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-19T20:57:41.996Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-19T20:57:41.996Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-19T20:57:41.996Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-19T20:57:41.996Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T20:57:41.996Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T20:57:41.996Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-19T20:57:41.996Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-19T20:57:42.568Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-19T20:57:42.568Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-19T20:57:42.568Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-19T20:57:42.568Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T20:57:42.568Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T20:57:42.568Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T20:57:43.140Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-19T20:57:43.140Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T20:57:43.400Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-19T20:57:43.400Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-19T20:57:43.400Z] running python rtupdate hooks for python3.6... [2021-04-19T20:57:43.400Z] running python post-rtupdate hooks for python3.6... [2021-04-19T20:57:43.400Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-19T20:57:44.280Z] $ docker rm -f c005ce83e2e089b318c23844ff7ff2a48b067dd325f2e8b3af5ed1bb6a9bd863 [2021-04-19T20:57:44.782Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-19T20:57:45.043Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T20:57:45.043Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-19T20:57:45.043Z] Setting up snapd (2.48.3+18.04) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-04-19T20:57:45.630Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-19T20:57:45.630Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:45.891Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-19T20:57:45.891Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-19T20:57:45.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T20:57:45.969Z] [2021-04-19T20:57:45.969Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:46.153Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-19T20:57:46.153Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-19T20:57:46.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T20:57:46.314Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-19T20:57:46.315Z] 29e5d40040c1: Pulling fs layer [2021-04-19T20:57:46.315Z] 1ce36da41761: Pulling fs layer [2021-04-19T20:57:46.315Z] 25b303627fd3: Pulling fs layer [2021-04-19T20:57:46.415Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-19T20:57:46.415Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-19T20:57:46.593Z] 29e5d40040c1: Verifying Checksum [2021-04-19T20:57:46.593Z] 29e5d40040c1: Download complete [2021-04-19T20:57:46.676Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-19T20:57:46.936Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-19T20:57:46.936Z] /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-19T20:57:46.936Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T20:57:46.936Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-19T20:57:47.189Z] 1ce36da41761: Verifying Checksum [2021-04-19T20:57:47.189Z] 1ce36da41761: Download complete [2021-04-19T20:57:47.189Z] 29e5d40040c1: Pull complete [2021-04-19T20:57:48.329Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T20:57:48.329Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T20:57:48.329Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T20:57:48.618Z] 1ce36da41761: Pull complete [2021-04-19T20:57:48.618Z] 25b303627fd3: Verifying Checksum [2021-04-19T20:57:48.618Z] 25b303627fd3: Download complete [2021-04-19T20:57:49.270Z] Reading package lists... [2021-04-19T20:57:49.530Z] Reading package lists... [2021-04-19T20:57:49.530Z] Building dependency tree... [2021-04-19T20:57:49.530Z] Reading state information... [2021-04-19T20:57:49.530Z] Calculating upgrade... [2021-04-19T20:57:49.791Z] The following packages will be upgraded: [2021-04-19T20:57:49.791Z] advancecomp base-files bash binutils binutils-common [2021-04-19T20:57:49.791Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-19T20:57:49.791Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-19T20:57:49.791Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-19T20:57:49.791Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-19T20:57:49.791Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-19T20:57:49.791Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-19T20:57:49.791Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-19T20:57:49.791Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-19T20:57:49.791Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-19T20:57:49.791Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-19T20:57:49.791Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-19T20:57:49.791Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-19T20:57:49.791Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-19T20:57:49.791Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-19T20:57:49.791Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T20:57:49.791Z] Need to get 64.0 MB of archives. [2021-04-19T20:57:49.791Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-19T20:57:49.791Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-19T20:57:50.052Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-19T20:57:50.052Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-19T20:57:50.052Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-19T20:57:50.052Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-19T20:57:50.052Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-19T20:57:50.052Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-19T20:57:50.052Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-19T20:57:50.052Z] 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-19T20:57:50.052Z] 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-19T20:57:50.052Z] 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-19T20:57:50.052Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-19T20:57:50.052Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-19T20:57:50.052Z] 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-19T20:57:50.052Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-19T20:57:50.052Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-19T20:57:50.052Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-19T20:57:50.052Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-19T20:57:50.052Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-19T20:57:50.052Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-19T20:57:50.311Z] 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-19T20:57:50.311Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-19T20:57:50.311Z] 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-19T20:57:50.311Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-19T20:57:50.311Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-19T20:57:50.311Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-19T20:57:50.311Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-19T20:57:50.311Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-19T20:57:50.311Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-19T20:57:50.311Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-19T20:57:50.311Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-19T20:57:50.311Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-19T20:57:50.311Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-19T20:57:50.311Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-19T20:57:50.311Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-19T20:57:50.311Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-19T20:57:50.311Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-19T20:57:50.311Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-19T20:57:50.311Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-19T20:57:50.311Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-19T20:57:50.311Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-19T20:57:50.311Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-19T20:57:50.311Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-19T20:57:50.311Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-19T20:57:50.311Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-19T20:57:50.312Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-19T20:57:50.312Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-19T20:57:50.312Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-19T20:57:50.312Z] Get:49 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-19T20:57:50.312Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-19T20:57:50.312Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-19T20:57:50.312Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-19T20:57:50.312Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-19T20:57:50.312Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-19T20:57:50.312Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-19T20:57:50.312Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-19T20:57:50.572Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-19T20:57:50.832Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-19T20:57:50.832Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-19T20:57:50.832Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-19T20:57:51.094Z] 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-19T20:57:51.094Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-19T20:57:51.094Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-19T20:57:51.094Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-19T20:57:51.094Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-19T20:57:51.094Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-19T20:57:51.094Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-19T20:57:51.355Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-19T20:57:51.355Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-19T20:57:51.355Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-19T20:57:51.355Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-19T20:57:51.355Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-19T20:57:51.355Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-19T20:57:51.355Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-19T20:57:51.355Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-19T20:57:51.355Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-19T20:57:51.355Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-19T20:57:51.355Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-19T20:57:51.355Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-19T20:57:51.355Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-19T20:57:51.355Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-19T20:57:51.355Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-19T20:57:51.355Z] Get:83 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-19T20:57:51.355Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-19T20:57:51.355Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-19T20:57:51.355Z] Get:86 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-19T20:57:51.616Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-19T20:57:51.616Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-19T20:57:51.616Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-19T20:57:51.616Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-19T20:57:51.616Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-19T20:57:51.616Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-19T20:57:51.616Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-19T20:57:51.616Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-19T20:57:51.616Z] Get:95 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-19T20:57:51.616Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-19T20:57:51.616Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-19T20:57:51.876Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-19T20:57:51.876Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-19T20:57:51.876Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-19T20:57:51.876Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-19T20:57:51.876Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T20:57:51.876Z] Fetched 64.0 MB in 2s (32.4 MB/s) [2021-04-19T20:57:51.876Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:57:51.876Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T20:57:52.136Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T20:57:52.706Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T20:57:52.706Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T20:57:52.707Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-19T20:57:52.707Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-19T20:57:53.649Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T20:57:53.649Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T20:57:53.912Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T20:57:53.912Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T20:57:53.912Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T20:57:53.912Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T20:57:54.172Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T20:57:54.172Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T20:57:54.172Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T20:57:54.172Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T20:57:54.432Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T20:57:54.432Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T20:57:54.432Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T20:57:54.432Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T20:57:54.693Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T20:57:54.693Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T20:57:54.693Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T20:57:54.693Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-19T20:57:54.963Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-19T20:57:54.963Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T20:57:54.963Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T20:57:55.223Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T20:57:55.223Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T20:57:55.223Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T20:57:55.484Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T20:57:55.484Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T20:57:55.484Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T20:57:55.746Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T20:57:55.746Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T20:57:56.005Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T20:57:56.265Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-19T20:57:56.526Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T20:57:56.526Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-19T20:57:56.526Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-19T20:57:56.526Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-19T20:57:56.526Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-19T20:57:56.787Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-19T20:57:57.047Z] Installing new version of config file /etc/issue ... [2021-04-19T20:57:57.047Z] Installing new version of config file /etc/issue.net ... [2021-04-19T20:57:57.047Z] Installing new version of config file /etc/lsb-release ... [2021-04-19T20:57:57.047Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-19T20:57:57.308Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-19T20:57:57.308Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-19T20:57:57.308Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-19T20:57:57.569Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:57:57.569Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-19T20:57:57.569Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-19T20:57:57.569Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-19T20:57:57.829Z] 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-19T20:57:57.829Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:57:57.829Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T20:57:57.829Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-19T20:57:57.829Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-19T20:57:58.090Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:57:58.090Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-19T20:57:58.090Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-19T20:57:58.090Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-19T20:57:58.350Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:57:58.350Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-19T20:57:58.350Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T20:57:58.611Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-19T20:57:58.743Z] 25b303627fd3: Pull complete [2021-04-19T20:57:58.743Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-19T20:57:58.743Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T20:57:58.743Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-19T20:57:58.871Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:57:58.871Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T20:57:58.871Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T20:57:58.871Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T20:57:58.992Z] prd-ubuntu18.04-docker-arm64-4c-16g-929 does not seem to be running inside a container [2021-04-19T20:57:59.125Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-19T20:57:59.132Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:57:59.132Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T20:57:59.132Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T20:57:59.132Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-19T20:57:59.393Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:57:59.394Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-19T20:57:59.394Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-19T20:57:59.394Z] Setting up grep (3.1-2build1) ... [2021-04-19T20:57:59.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:57:59.656Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-19T20:57:59.656Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-19T20:57:59.656Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-19T20:57:59.916Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:57:59.916Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T20:57:59.916Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T20:58:00.176Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-19T20:58:00.176Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:00.176Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T20:58:00.176Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T20:58:00.747Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T20:58:00.747Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T20:58:00.747Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T20:58:00.747Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T20:58:01.704Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-19T20:58:01.704Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:01.704Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-19T20:58:01.704Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T20:58:02.402Z] $ docker top 984ebc9a349b916354f172ae498948445315b295ba485f00cc6f5fb08ae7f7a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:58:02.648Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-19T20:58:02.648Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-19T20:58:02.910Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-19T20:58:02.910Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-19T20:58:02.910Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-19T20:58:03.171Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:03.171Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-19T20:58:03.171Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-19T20:58:03.272Z] + docker-compose build --help+ [2021-04-19T20:58:03.272Z] grep parallel [2021-04-19T20:58:03.432Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-19T20:58:03.432Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:03.432Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T20:58:03.432Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T20:58:03.692Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T20:58:03.692Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:03.692Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T20:58:03.692Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T20:58:03.952Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T20:58:03.952Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:03.952Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T20:58:03.952Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T20:58:04.230Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T20:58:04.230Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:04.230Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T20:58:04.230Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T20:58:04.490Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T20:58:04.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:04.490Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T20:58:04.490Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T20:58:04.751Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T20:58:04.751Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T20:58:04.751Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T20:58:05.011Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:05.011Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T20:58:05.011Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T20:58:05.011Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T20:58:05.271Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:05.271Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T20:58:05.271Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T20:58:05.271Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T20:58:05.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:05.531Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T20:58:05.531Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T20:58:05.531Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-19T20:58:05.791Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:05.791Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T20:58:05.791Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T20:58:06.361Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-19T20:58:06.620Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-19T20:58:06.880Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-19T20:58:06.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:06.880Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T20:58:06.880Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T20:58:07.140Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T20:58:07.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T20:58:07.401Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-19T20:58:07.401Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T20:58:07.401Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-19T20:58:07.662Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:07.662Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-19T20:58:07.662Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-19T20:58:07.662Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-19T20:58:07.923Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:07.923Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-19T20:58:07.923Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-19T20:58:08.187Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-19T20:58:08.187Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:08.187Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-19T20:58:08.187Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-19T20:58:08.448Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-19T20:58:08.448Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:08.448Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T20:58:08.448Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T20:58:08.660Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T20:58:08.718Z] $ docker stop --time=1 984ebc9a349b916354f172ae498948445315b295ba485f00cc6f5fb08ae7f7a5 [2021-04-19T20:58:08.708Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T20:58:08.708Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:08.708Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T20:58:08.708Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T20:58:08.969Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T20:58:08.969Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:08.969Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T20:58:09.230Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T20:58:09.230Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T20:58:09.491Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:09.491Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T20:58:09.491Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T20:58:09.752Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-19T20:58:09.752Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T20:58:09.752Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T20:58:09.752Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T20:58:10.017Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T20:58:10.017Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:10.017Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-19T20:58:10.017Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-19T20:58:10.017Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-19T20:58:10.279Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:10.279Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-19T20:58:10.279Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T20:58:10.279Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T20:58:10.539Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:10.539Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T20:58:10.654Z] $ docker rm -f 984ebc9a349b916354f172ae498948445315b295ba485f00cc6f5fb08ae7f7a5 [2021-04-19T20:58:10.799Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T20:58:10.799Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T20:58:10.799Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:10.799Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-19T20:58:10.799Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:11.060Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-19T20:58:11.060Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:11.060Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-19T20:58:11.060Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-19T20:58:11.292Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T20:58:11.292Z] . [Pipeline] withDockerContainer [2021-04-19T20:58:11.575Z] prd-ubuntu18.04-docker-arm64-4c-16g-929 does not seem to be running inside a container [2021-04-19T20:58:11.632Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-19T20:58:11.632Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:11.632Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T20:58:11.632Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T20:58:11.700Z] $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-19T20:58:11.892Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-19T20:58:11.892Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:11.892Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-19T20:58:11.892Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-19T20:58:11.892Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-19T20:58:12.152Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:12.152Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-19T20:58:12.152Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-19T20:58:12.152Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-19T20:58:12.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:12.413Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-19T20:58:12.413Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-19T20:58:12.413Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-19T20:58:12.688Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:12.688Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-19T20:58:12.688Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-19T20:58:12.688Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-19T20:58:12.688Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:12.688Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-19T20:58:12.949Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-19T20:58:12.949Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-19T20:58:12.949Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:12.949Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-19T20:58:12.949Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-19T20:58:13.055Z] $ docker top 460e0683d76a87f33db6bb294c4ca7be88bd2f20fa004002e3641d1090d54454 -eo pid,comm [2021-04-19T20:58:13.209Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [Pipeline] { [Pipeline] sh [2021-04-19T20:58:13.470Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:13.470Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-19T20:58:13.470Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-19T20:58:13.470Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-19T20:58:13.470Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T20:58:13.470Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-19T20:58:13.731Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-19T20:58:13.731Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-19T20:58:13.731Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-19T20:58:13.731Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-19T20:58:13.731Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-19T20:58:13.991Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-19T20:58:13.991Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-19T20:58:14.005Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T20:58:14.252Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-19T20:58:14.252Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-19T20:58:14.252Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-19T20:58:14.252Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-19T20:58:14.512Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-19T20:58:14.512Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-19T20:58:14.512Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-19T20:58:14.512Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-19T20:58:14.773Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-19T20:58:14.773Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-19T20:58:14.773Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-19T20:58:14.773Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-19T20:58:15.033Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-19T20:58:15.033Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-19T20:58:15.033Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-19T20:58:15.294Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-19T20:58:15.294Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-19T20:58:15.294Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-19T20:58:15.556Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-19T20:58:15.556Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-19T20:58:16.505Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-19T20:58:16.505Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-19T20:58:16.505Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-19T20:58:16.505Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-19T20:58:16.505Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T20:58:16.767Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T20:58:17.342Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T20:58:17.342Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T20:58:17.606Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T20:58:17.607Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T20:58:17.607Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T20:58:17.607Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T20:58:17.866Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T20:58:17.866Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T20:58:17.866Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T20:58:17.866Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T20:58:18.130Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T20:58:18.130Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T20:58:18.348Z] Building docker-core-command-go ... [2021-04-19T20:58:18.348Z] Building docker-core-data-go ... [2021-04-19T20:58:18.348Z] Building docker-core-metadata-go ... [2021-04-19T20:58:18.348Z] Building docker-security-bootstrapper-go ... [2021-04-19T20:58:18.348Z] Building docker-security-proxy-setup-go ... [2021-04-19T20:58:18.348Z] Building docker-security-secretstore-setup-go ... [2021-04-19T20:58:18.348Z] Building docker-support-notifications-go ... [2021-04-19T20:58:18.348Z] Building docker-support-scheduler-go ... [2021-04-19T20:58:18.348Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T20:58:18.348Z] Building docker-support-notifications-go [2021-04-19T20:58:18.348Z] Building docker-core-metadata-go [2021-04-19T20:58:18.348Z] Building docker-security-secretstore-setup-go [2021-04-19T20:58:18.348Z] Building docker-security-bootstrapper-go [2021-04-19T20:58:18.348Z] Building docker-core-command-go [2021-04-19T20:58:18.393Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T20:58:18.393Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T20:58:19.339Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T20:58:19.339Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T20:58:19.912Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T20:58:20.176Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T20:58:20.746Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T20:58:20.746Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T20:58:21.006Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T20:58:21.006Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T20:58:21.950Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T20:58:21.950Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T20:58:22.213Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T20:58:22.213Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T20:58:22.213Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-19T20:58:22.213Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T20:58:22.476Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-19T20:58:22.476Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T20:58:22.737Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-19T20:58:22.737Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-19T20:58:22.998Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T20:58:22.998Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T20:58:22.998Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T20:58:22.998Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T20:58:23.265Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-19T20:58:23.265Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-19T20:58:23.526Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T20:58:23.526Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T20:58:23.526Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T20:58:23.526Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T20:58:23.526Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T20:58:23.526Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-19T20:58:23.792Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-19T20:58:23.792Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-19T20:58:23.792Z] [2021-04-19T20:58:23.792Z] Current default time zone: 'Etc/UTC' [2021-04-19T20:58:23.792Z] Local time is now: Mon Apr 19 20:58:23 UTC 2021. [2021-04-19T20:58:23.792Z] Universal Time is now: Mon Apr 19 20:58:23 UTC 2021. [2021-04-19T20:58:23.792Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-19T20:58:23.792Z] [2021-04-19T20:58:23.792Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-19T20:58:23.792Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T20:58:24.054Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-19T20:58:24.054Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-19T20:58:24.054Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-19T20:58:24.054Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-19T20:58:24.054Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-19T20:58:24.054Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-19T20:58:24.054Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-19T20:58:24.054Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-19T20:58:24.314Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T20:58:24.315Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-19T20:58:24.315Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T20:58:24.575Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-19T20:58:24.575Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T20:58:24.576Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-19T20:58:24.576Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-19T20:58:24.576Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-19T20:58:24.576Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-19T20:58:24.576Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-19T20:58:24.576Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-19T20:58:24.576Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-19T20:58:24.836Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-19T20:58:26.749Z] Updating certificates in /etc/ssl/certs... [2021-04-19T20:58:27.326Z] 23 added, 27 removed; done. [2021-04-19T20:58:27.326Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-19T20:58:27.326Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T20:58:27.587Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-19T20:58:27.587Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-19T20:58:27.587Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-19T20:58:27.587Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T20:58:27.587Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-19T20:58:27.587Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T20:58:27.848Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T20:58:27.848Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T20:58:27.848Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T20:58:27.848Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T20:58:27.848Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-19T20:58:27.848Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-19T20:58:27.848Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-19T20:58:28.109Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-19T20:58:28.109Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-19T20:58:28.109Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T20:58:28.109Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T20:58:28.109Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-19T20:58:28.109Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-19T20:58:28.109Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-19T20:58:28.371Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T20:58:28.371Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-19T20:58:28.371Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-19T20:58:28.371Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-19T20:58:28.371Z] Updating certificates in /etc/ssl/certs... [2021-04-19T20:58:28.942Z] 0 added, 0 removed; done. [2021-04-19T20:58:28.942Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-19T20:58:28.942Z] done. [2021-04-19T20:58:29.513Z] Reading package lists... [2021-04-19T20:58:29.513Z] Building dependency tree... [2021-04-19T20:58:29.513Z] Reading state information... [2021-04-19T20:58:29.774Z] The following NEW packages will be installed: [2021-04-19T20:58:29.774Z] apt-transport-https [2021-04-19T20:58:30.042Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T20:58:30.042Z] Need to get 1692 B of archives. [2021-04-19T20:58:30.042Z] After this operation, 154 kB of additional disk space will be used. [2021-04-19T20:58:30.042Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-19T20:58:30.042Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T20:58:30.042Z] Fetched 1692 B in 0s (7516 B/s) [2021-04-19T20:58:30.042Z] Selecting previously unselected package apt-transport-https. [2021-04-19T20:58:30.042Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-19T20:58:30.042Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-19T20:58:30.042Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-19T20:58:30.304Z] Setting up apt-transport-https (1.6.13) ... [2021-04-19T20:58:30.564Z] Waiting for network to be ready... [2021-04-19T20:58:37.147Z] 2021-04-19T20:58:33Z INFO Waiting for automatic snapd restart... [2021-04-19T20:58:37.147Z] snapd 2.49.2 from Canonical* installed [2021-04-19T20:58:37.721Z] "snapd" switched to the "latest/stable" channel [2021-04-19T20:58:37.721Z] [2021-04-19T20:58:40.269Z] core18 20210309 from Canonical* installed [2021-04-19T20:58:40.531Z] "core18" switched to the "latest/stable" channel [2021-04-19T20:58:40.531Z] [2021-04-19T20:58:43.831Z] snapcraft 4.6.2 from Canonical* installed [2021-04-19T20:58:43.831Z] "snapcraft" switched to the "latest/stable" channel [2021-04-19T20:58:43.831Z] [2021-04-19T20:58:48.038Z] 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-19T20:58:48.038Z] - README.md [2021-04-19T20:58:48.038Z] [2021-04-19T20:58:48.038Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-19T20:58:54.622Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T20:58:54.622Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T20:58:54.622Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T20:58:54.622Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T20:58:55.194Z] Reading package lists... [2021-04-19T20:58:55.455Z] 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-19T20:59:02.041Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T20:59:02.041Z] Reading package lists... [2021-04-19T20:59:02.041Z] Building dependency tree... [2021-04-19T20:59:02.041Z] Reading state information... [2021-04-19T20:59:02.041Z] Suggested packages: [2021-04-19T20:59:02.041Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-19T20:59:02.041Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-19T20:59:02.041Z] Recommended packages: [2021-04-19T20:59:02.041Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-19T20:59:02.041Z] The following NEW packages will be installed: [2021-04-19T20:59:02.041Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-19T20:59:02.041Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-19T20:59:02.041Z] pkg-config zip [2021-04-19T20:59:02.041Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T20:59:02.041Z] Need to get 7663 kB of archives. [2021-04-19T20:59:02.041Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-19T20:59:02.041Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-19T20:59:02.301Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-19T20:59:02.301Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-19T20:59:02.563Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-19T20:59:02.564Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-19T20:59:02.564Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-19T20:59:02.847Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-19T20:59:02.847Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-19T20:59:02.847Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-19T20:59:02.847Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-19T20:59:02.847Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-19T20:59:02.847Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-19T20:59:02.847Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-19T20:59:03.107Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-19T20:59:03.107Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-19T20:59:03.107Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T20:59:03.367Z] Fetched 7663 kB in 1s (6584 kB/s) [2021-04-19T20:59:03.367Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-19T20:59:03.367Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-19T20:59:03.367Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-19T20:59:03.367Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-19T20:59:03.627Z] Selecting previously unselected package libpsl5:amd64. [2021-04-19T20:59:03.627Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-19T20:59:03.627Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-19T20:59:03.627Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-19T20:59:03.627Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-19T20:59:03.627Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-19T20:59:03.888Z] Selecting previously unselected package librtmp1:amd64. [2021-04-19T20:59:03.888Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-19T20:59:03.888Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-19T20:59:03.888Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-19T20:59:03.888Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-19T20:59:03.888Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-19T20:59:04.149Z] Selecting previously unselected package liberror-perl. [2021-04-19T20:59:04.149Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-19T20:59:04.149Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-19T20:59:04.149Z] Selecting previously unselected package git-man. [2021-04-19T20:59:04.149Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-19T20:59:04.149Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-19T20:59:04.408Z] Selecting previously unselected package git. [2021-04-19T20:59:04.408Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-19T20:59:04.408Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-19T20:59:04.980Z] Selecting previously unselected package libnorm1:amd64. [2021-04-19T20:59:04.980Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-19T20:59:04.980Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-19T20:59:05.240Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-19T20:59:05.240Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-19T20:59:05.240Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-19T20:59:05.240Z] Selecting previously unselected package libsodium23:amd64. [2021-04-19T20:59:05.240Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-19T20:59:05.240Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-19T20:59:05.501Z] Selecting previously unselected package libzmq5:amd64. [2021-04-19T20:59:05.501Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-19T20:59:05.501Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T20:59:05.501Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-19T20:59:05.501Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-19T20:59:05.501Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T20:59:05.763Z] Selecting previously unselected package pkg-config. [2021-04-19T20:59:05.763Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-19T20:59:05.763Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-19T20:59:05.763Z] Selecting previously unselected package zip. [2021-04-19T20:59:05.763Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-19T20:59:05.763Z] Unpacking zip (3.0-11build1) ... [2021-04-19T20:59:05.763Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-19T20:59:05.763Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-19T20:59:06.024Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-19T20:59:06.024Z] Setting up liberror-perl (0.17025-1) ... [2021-04-19T20:59:06.024Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-19T20:59:06.024Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-19T20:59:06.024Z] No schema files found: doing nothing. [2021-04-19T20:59:06.024Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-19T20:59:06.024Z] Setting up zip (3.0-11build1) ... [2021-04-19T20:59:06.024Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-19T20:59:06.024Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-19T20:59:06.024Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-19T20:59:06.284Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T20:59:06.284Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-19T20:59:06.284Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T20:59:06.284Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-19T20:59:06.284Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T20:59:13.680Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T20:59:13.680Z] git set to automatically installed. [2021-04-19T20:59:13.680Z] git-man set to automatically installed. [2021-04-19T20:59:13.680Z] libcurl3-gnutls set to automatically installed. [2021-04-19T20:59:13.680Z] liberror-perl set to automatically installed. [2021-04-19T20:59:13.680Z] libglib2.0-0 set to automatically installed. [2021-04-19T20:59:13.680Z] libnghttp2-14 set to automatically installed. [2021-04-19T20:59:13.680Z] libnorm1 set to automatically installed. [2021-04-19T20:59:13.680Z] libpgm-5.2-0 set to automatically installed. [2021-04-19T20:59:13.680Z] libpsl5 set to automatically installed. [2021-04-19T20:59:13.680Z] librtmp1 set to automatically installed. [2021-04-19T20:59:13.680Z] libsodium23 set to automatically installed. [2021-04-19T20:59:13.680Z] libzmq3-dev set to automatically installed. [2021-04-19T20:59:13.680Z] libzmq5 set to automatically installed. [2021-04-19T20:59:13.680Z] pkg-config set to automatically installed. [2021-04-19T20:59:13.680Z] zip set to automatically installed. [2021-04-19T20:59:15.070Z] snapd is not logged in, snap install commands will use sudo [2021-04-19T20:59:21.656Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T20:59:21.915Z] snap "core18" has no updates available [2021-04-19T20:59:22.858Z] snapd is not logged in, snap install commands will use sudo [2021-04-19T20:59:29.444Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T20:59:40.114Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:59:40.114Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:59:40.114Z] ---> c883bbb76a60 [2021-04-19T20:59:40.114Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T20:59:40.114Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:59:40.114Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:59:40.114Z] ---> c883bbb76a60 [2021-04-19T20:59:40.114Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T20:59:40.114Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:59:40.114Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:59:40.114Z] ---> c883bbb76a60 [2021-04-19T20:59:40.114Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:59:40.114Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:59:40.114Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:59:40.114Z] ---> c883bbb76a60 [2021-04-19T20:59:40.114Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T20:59:40.114Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:59:40.114Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:59:40.114Z] ---> c883bbb76a60 [2021-04-19T20:59:40.114Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:59:40.114Z] ---> Running in f16eff808a98 [2021-04-19T20:59:40.114Z] ---> Running in 5a7fe78d17d5 [2021-04-19T20:59:40.114Z] ---> Running in 25e1243ca76e [2021-04-19T20:59:40.114Z] ---> Running in 659c0c66da73 [2021-04-19T20:59:40.114Z] ---> Running in f70d5854ffcf [2021-04-19T20:59:40.114Z] Removing intermediate container f70d5854ffcf [2021-04-19T20:59:40.114Z] ---> 4bb60d967c24 [2021-04-19T20:59:40.114Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:59:40.114Z] Removing intermediate container f16eff808a98 [2021-04-19T20:59:40.114Z] ---> 94b32544e122 [2021-04-19T20:59:40.114Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:59:40.114Z] Removing intermediate container 659c0c66da73 [2021-04-19T20:59:40.114Z] ---> f4e268acfae3 [2021-04-19T20:59:40.114Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:59:40.114Z] ---> Running in 428e2168336a [2021-04-19T20:59:40.114Z] Removing intermediate container 5a7fe78d17d5 [2021-04-19T20:59:40.114Z] ---> 3433928d295d [2021-04-19T20:59:40.114Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:59:40.114Z] Removing intermediate container 25e1243ca76e [2021-04-19T20:59:40.114Z] ---> c8de447dd538 [2021-04-19T20:59:40.114Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:59:40.114Z] ---> Running in 292fc6084d50 [2021-04-19T20:59:40.114Z] ---> Running in 1981867ca9ac [2021-04-19T20:59:40.114Z] ---> Running in c4d3821d7906 [2021-04-19T20:59:40.114Z] ---> Running in 7afb5993439b [2021-04-19T20:59:40.114Z] Removing intermediate container 428e2168336a [2021-04-19T20:59:40.114Z] ---> bb9b9114700c [2021-04-19T20:59:40.114Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T20:59:40.114Z] ---> Running in cc9ba2e04591 [2021-04-19T20:59:40.114Z] Removing intermediate container 1981867ca9ac [2021-04-19T20:59:40.114Z] ---> df1f05ede9a8 [2021-04-19T20:59:40.114Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T20:59:40.114Z] Removing intermediate container 292fc6084d50 [2021-04-19T20:59:40.114Z] ---> 38799ea1d7be [2021-04-19T20:59:40.114Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T20:59:40.114Z] ---> Running in 1c0baa6b51c0 [2021-04-19T20:59:40.114Z] ---> Running in 273492755e31 [2021-04-19T20:59:40.114Z] Removing intermediate container 7afb5993439b [2021-04-19T20:59:40.114Z] ---> 40c3e49973ee [2021-04-19T20:59:40.114Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T20:59:40.114Z] Removing intermediate container c4d3821d7906 [2021-04-19T20:59:40.114Z] ---> d2999601ca65 [2021-04-19T20:59:40.114Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T20:59:40.114Z] ---> Running in 1b5e21c6a230 [2021-04-19T20:59:40.114Z] ---> Running in ff8619f2b555 [2021-04-19T20:59:40.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:59:40.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:59:40.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:59:40.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:59:40.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:59:40.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:59:40.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:59:40.115Z] OK: 217 MiB in 51 packages [2021-04-19T20:59:40.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:59:40.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:59:40.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:59:40.115Z] OK: 217 MiB in 51 packages [2021-04-19T20:59:40.391Z] OK: 217 MiB in 51 packages [2021-04-19T20:59:40.391Z] OK: 217 MiB in 51 packages [2021-04-19T20:59:40.677Z] Removing intermediate container cc9ba2e04591 [2021-04-19T20:59:40.677Z] ---> cf4185bd7af8 [2021-04-19T20:59:40.677Z] Step 6/23 : COPY go.mod . [2021-04-19T20:59:40.960Z] OK: 217 MiB in 51 packages [2021-04-19T20:59:41.678Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-19T20:59:41.678Z] Pulling go-build-helper [2021-04-19T20:59:41.678Z] + snapcraftctl pull [2021-04-19T20:59:41.943Z] Removing intermediate container 1c0baa6b51c0 [2021-04-19T20:59:41.943Z] ---> 02f32993990c [2021-04-19T20:59:41.943Z] Step 6/24 : COPY go.mod . [2021-04-19T20:59:41.943Z] ---> 451079283ce8 [2021-04-19T20:59:41.943Z] Step 7/23 : RUN go mod download [2021-04-19T20:59:42.220Z] Removing intermediate container ff8619f2b555 [2021-04-19T20:59:42.220Z] ---> 368a4b3d374c [2021-04-19T20:59:42.220Z] Step 6/31 : COPY go.mod . [2021-04-19T20:59:42.220Z] ---> Running in 210d23926e7b [2021-04-19T20:59:42.250Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-19T20:59:42.250Z] Skipping pull go-build-helper (already ran) [2021-04-19T20:59:42.250Z] Building go-build-helper [2021-04-19T20:59:42.250Z] + snapcraftctl build [2021-04-19T20:59:42.496Z] Removing intermediate container 1b5e21c6a230 [2021-04-19T20:59:42.496Z] ---> 0dd6a3d1bc9b [2021-04-19T20:59:42.496Z] Step 6/22 : COPY go.mod . [2021-04-19T20:59:42.776Z] Removing intermediate container 273492755e31 [2021-04-19T20:59:42.776Z] ---> f649234981b7 [2021-04-19T20:59:42.776Z] Step 6/23 : COPY go.mod . [2021-04-19T20:59:43.055Z] ---> 95f19022664e [2021-04-19T20:59:43.055Z] Step 7/24 : RUN go mod download [2021-04-19T20:59:43.055Z] ---> Running in 9e4d5e548699 [2021-04-19T20:59:43.661Z] ---> 266debd33b03 [2021-04-19T20:59:43.661Z] Step 7/31 : RUN go mod download [2021-04-19T20:59:43.661Z] ---> 64d9b5accc87 [2021-04-19T20:59:43.661Z] Step 7/22 : RUN go mod download [2021-04-19T20:59:43.959Z] ---> Running in 8cbc9119d040 [2021-04-19T20:59:44.166Z] Staging go-build-helper [2021-04-19T20:59:44.166Z] + snapcraftctl stage [2021-04-19T20:59:44.253Z] ---> Running in 4006c5a8e219 [2021-04-19T20:59:44.253Z] ---> a126a3d70f8c [2021-04-19T20:59:44.253Z] Step 7/23 : RUN go mod download [2021-04-19T20:59:44.532Z] ---> Running in 58755f266b1e [2021-04-19T20:59:46.564Z] Removing intermediate container 210d23926e7b [2021-04-19T20:59:46.564Z] ---> e430792a1463 [2021-04-19T20:59:46.564Z] Step 8/23 : COPY . . [2021-04-19T20:59:47.560Z] Removing intermediate container 9e4d5e548699 [2021-04-19T20:59:47.560Z] ---> 4e3ab41cb41a [2021-04-19T20:59:47.560Z] Step 8/24 : COPY . . [2021-04-19T20:59:49.066Z] Removing intermediate container 8cbc9119d040 [2021-04-19T20:59:49.066Z] ---> 00bce377516d [2021-04-19T20:59:49.066Z] Step 8/31 : COPY . . [2021-04-19T20:59:49.346Z] Removing intermediate container 4006c5a8e219 [2021-04-19T20:59:49.346Z] ---> c709980e95d1 [2021-04-19T20:59:49.346Z] Step 8/22 : COPY . . [2021-04-19T20:59:49.945Z] Removing intermediate container 58755f266b1e [2021-04-19T20:59:49.945Z] ---> a90c4e9d8563 [2021-04-19T20:59:49.945Z] Step 8/23 : COPY . . [2021-04-19T20:59:54.177Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-19T20:59:54.177Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-19T20:59:54.177Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-19T20:59:54.177Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-19T20:59:54.177Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-19T20:59:54.177Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-19T20:59:54.177Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-19T20:59:54.177Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-19T20:59:54.177Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-19T20:59:54.177Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-19T20:59:54.177Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-19T20:59:54.177Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-19T20:59:54.177Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-19T20:59:54.177Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-19T20:59:54.177Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-19T20:59:54.177Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-19T20:59:54.177Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-19T20:59:54.177Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-19T20:59:54.177Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-19T20:59:54.177Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-19T20:59:54.177Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-19T20:59:54.177Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-19T20:59:54.177Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-19T20:59:54.177Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-19T20:59:54.177Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-19T20:59:54.177Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-19T20:59:54.177Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-19T20:59:54.177Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-19T20:59:54.177Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-19T20:59:54.177Z] Fetched 224 kB in 0s (0 B/s) [2021-04-19T20:59:54.177Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-19T20:59:54.177Z] Fetched 157 kB in 0s (0 B/s) [2021-04-19T20:59:54.177Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-19T20:59:54.177Z] Fetched 221 kB in 0s (0 B/s) [2021-04-19T20:59:54.177Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-19T20:59:54.177Z] Fetched 143 kB in 0s (0 B/s) [2021-04-19T20:59:54.177Z] Pulling app-service-config [2021-04-19T20:59:54.177Z] + snapcraftctl pull [2021-04-19T20:59:54.438Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-19T20:59:55.388Z] Pulling config-common [2021-04-19T20:59:55.388Z] + snapcraftctl pull [2021-04-19T20:59:59.644Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T20:59:59.644Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T20:59:59.644Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T20:59:59.644Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T20:59:59.644Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-19T20:59:59.644Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T20:59:59.644Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-19T20:59:59.644Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T20:59:59.644Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-19T20:59:59.644Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T20:59:59.644Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-19T20:59:59.644Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T20:59:59.644Z] Pulling edgex-go [2021-04-19T20:59:59.644Z] + snapcraftctl pull [2021-04-19T21:00:16.755Z] ---> b57958e15599 [2021-04-19T21:00:16.755Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T21:00:16.755Z] ---> ff2d15ec654d [2021-04-19T21:00:16.755Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T21:00:16.755Z] ---> ace48f1ba391 [2021-04-19T21:00:16.755Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T21:00:16.755Z] ---> d38c2757427e [2021-04-19T21:00:16.755Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T21:00:16.755Z] ---> 195b48efee94 [2021-04-19T21:00:16.755Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T21:00:16.755Z] ---> Running in 70da74721ee9 [2021-04-19T21:00:16.755Z] ---> Running in ae395e81476b [2021-04-19T21:00:16.755Z] ---> Running in f73a7ea2ce64 [2021-04-19T21:00:16.755Z] ---> Running in a55825e14a6b [2021-04-19T21:00:16.755Z] ---> Running in d77c6c925d76 [2021-04-19T21:00:16.755Z] 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-19T21:00:16.755Z] 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-19T21:00:16.755Z] 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-19T21:00:17.033Z] 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-19T21:00:17.312Z] 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-19T21:00:26.241Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T21:00:26.241Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T21:00:26.241Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T21:00:26.241Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-19T21:00:26.241Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-19T21:00:26.241Z] Fetched 279 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-19T21:00:26.241Z] Fetched 122 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-19T21:00:26.241Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-19T21:00:26.241Z] Fetched 8848 B in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-19T21:00:26.241Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-19T21:00:26.241Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-19T21:00:26.241Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-19T21:00:26.241Z] Fetched 219 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-19T21:00:26.241Z] Fetched 154 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-19T21:00:26.241Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-19T21:00:26.241Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-19T21:00:26.241Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-19T21:00:26.241Z] Fetched 499 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-19T21:00:26.241Z] Fetched 111 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-19T21:00:26.241Z] Fetched 240 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-19T21:00:26.241Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-19T21:00:26.241Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-19T21:00:26.241Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-19T21:00:26.241Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-19T21:00:26.241Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-19T21:00:26.241Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-19T21:00:26.241Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-19T21:00:26.241Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-19T21:00:26.241Z] Fetched 8720 B in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-19T21:00:26.241Z] Fetched 137 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-19T21:00:26.241Z] Fetched 119 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-19T21:00:26.241Z] Fetched 110 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-19T21:00:26.241Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-19T21:00:26.241Z] Fetched 645 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-19T21:00:26.241Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-19T21:00:26.241Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-19T21:00:26.241Z] Fetched 368 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-19T21:00:26.241Z] Fetched 187 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-19T21:00:26.241Z] Fetched 175 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-19T21:00:26.241Z] Fetched 206 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-19T21:00:26.241Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-19T21:00:26.241Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-19T21:00:26.241Z] Fetched 159 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-19T21:00:26.241Z] Fetched 107 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-19T21:00:26.241Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-19T21:00:26.241Z] Pulling static-packages [2021-04-19T21:00:26.241Z] + snapcraftctl pull [2021-04-19T21:00:26.241Z] Pulling version [2021-04-19T21:00:26.241Z] + cd /root/project [2021-04-19T21:00:26.241Z] + [ -f VERSION ] [2021-04-19T21:00:26.241Z] + PROJECT_VERSION=local-dev [2021-04-19T21:00:26.241Z] + git rev-parse --short HEAD [2021-04-19T21:00:26.241Z] + GIT_REVISION=aae5c2ba [2021-04-19T21:00:26.241Z] + snapcraftctl set-version local-dev [2021-04-19T21:00:27.183Z] Skipping build go-build-helper (already ran) [2021-04-19T21:00:27.443Z] Building app-service-config [2021-04-19T21:00:27.443Z] + make build [2021-04-19T21:00:27.443Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-19T21:00:29.355Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-19T21:00:29.355Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-19T21:00:29.355Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-19T21:00:29.355Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-19T21:00:29.355Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-19T21:00:29.616Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-19T21:00:29.616Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-19T21:00:29.616Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-19T21:00:29.616Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-19T21:00:29.616Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-19T21:00:29.616Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-19T21:00:29.616Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-19T21:00:29.616Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-19T21:00:29.616Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-19T21:00:29.616Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-19T21:00:29.616Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-19T21:00:29.877Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-19T21:00:29.877Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-19T21:00:30.138Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-19T21:00:30.138Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-19T21:00:30.138Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-19T21:00:30.138Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-19T21:00:30.398Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-19T21:00:30.398Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-19T21:00:30.398Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-19T21:00:30.398Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-19T21:00:30.662Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-19T21:00:30.662Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-19T21:00:30.662Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-19T21:00:30.662Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-19T21:00:30.662Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-19T21:00:30.662Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-19T21:00:30.662Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-19T21:00:30.662Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-19T21:00:30.662Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-19T21:00:30.662Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-19T21:00:30.662Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-19T21:00:30.662Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-19T21:00:30.924Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-19T21:00:30.924Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-19T21:00:30.924Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-19T21:00:30.924Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-19T21:00:30.924Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-19T21:00:30.924Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-19T21:00:30.924Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-19T21:00:40.930Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-19T21:00:40.930Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-19T21:00:40.930Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-19T21:00:40.930Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-19T21:00:41.191Z] Building config-common [2021-04-19T21:00:41.191Z] + snapcraftctl build [2021-04-19T21:00:43.103Z] Building edgex-go [2021-04-19T21:00:43.363Z] + cd /root/parts/edgex-go/src [2021-04-19T21:00:43.363Z] + make build [2021-04-19T21:00:43.363Z] 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-19T21:00:43.623Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 [2021-04-19T21:00:43.623Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-19T21:00:43.623Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.9 [2021-04-19T21:00:43.623Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-19T21:00:43.623Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-19T21:00:43.890Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-19T21:00:43.890Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-19T21:00:43.890Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-19T21:00:43.890Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-19T21:00:43.890Z] go: downloading golang.org/x/text v0.3.2 [2021-04-19T21:00:48.094Z] 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-19T21:00:48.094Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-19T21:00:53.374Z] 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-19T21:00:54.318Z] 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-19T21:00:55.707Z] 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-19T21:00:56.276Z] 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-19T21:00:56.276Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-19T21:00:56.535Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-19T21:00:56.535Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-19T21:00:56.535Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-19T21:00:58.446Z] 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-19T21:00:58.446Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-19T21:00:58.446Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-19T21:00:59.832Z] 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-19T21:01:01.215Z] 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-19T21:01:02.794Z] 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-19T21:01:03.869Z] 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-19T21:01:03.870Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-19T21:01:04.890Z] 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-19T21:01:05.155Z] go: downloading github.com/lib/pq v1.10.0 [2021-04-19T21:01:07.220Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-19T21:01:07.220Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-19T21:01:07.220Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-19T21:01:07.220Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-19T21:01:07.220Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-19T21:01:07.220Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-19T21:01:07.220Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-19T21:01:07.220Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-19T21:01:07.220Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-19T21:01:07.220Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-19T21:01:07.220Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-19T21:01:07.220Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-19T21:01:07.220Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-19T21:01:07.220Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-19T21:01:07.220Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-19T21:01:07.220Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-19T21:01:07.220Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-19T21:01:07.220Z] + 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-19T21:01:07.220Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-19T21:01:07.220Z] + 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-19T21:01:07.220Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-19T21:01:07.220Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-19T21:01:07.220Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-19T21:01:07.220Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-19T21:01:07.221Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-19T21:01:07.221Z] + 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-19T21:01:10.609Z] Building static-packages [2021-04-19T21:01:10.609Z] + snapcraftctl build [2021-04-19T21:01:11.995Z] Building version [2021-04-19T21:01:11.995Z] + snapcraftctl build [2021-04-19T21:01:13.912Z] Skipping stage go-build-helper (already ran) [2021-04-19T21:01:13.912Z] Staging app-service-config [2021-04-19T21:01:13.912Z] + snapcraftctl stage [2021-04-19T21:01:14.857Z] Staging config-common [2021-04-19T21:01:14.857Z] + snapcraftctl stage [2021-04-19T21:01:15.806Z] Staging edgex-go [2021-04-19T21:01:15.806Z] + snapcraftctl stage [2021-04-19T21:01:16.755Z] Staging static-packages [2021-04-19T21:01:16.755Z] + snapcraftctl stage [2021-04-19T21:01:17.696Z] Staging version [2021-04-19T21:01:17.697Z] + snapcraftctl stage [2021-04-19T21:01:18.640Z] Priming go-build-helper [2021-04-19T21:01:18.640Z] + snapcraftctl prime [2021-04-19T21:01:20.023Z] Priming app-service-config [2021-04-19T21:01:20.023Z] + snapcraftctl prime [2021-04-19T21:01:20.965Z] Priming config-common [2021-04-19T21:01:20.965Z] + snapcraftctl prime [2021-04-19T21:01:21.919Z] Priming edgex-go [2021-04-19T21:01:21.919Z] + snapcraftctl prime [2021-04-19T21:01:23.300Z] Priming static-packages [2021-04-19T21:01:23.300Z] + snapcraftctl prime [2021-04-19T21:01:25.213Z] Priming version [2021-04-19T21:01:25.213Z] + snapcraftctl prime [2021-04-19T21:01:26.594Z] 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-19T21:01:54.149Z] 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-19T21:02:12.480Z] Removing intermediate container 70da74721ee9 [2021-04-19T21:02:12.480Z] ---> fbe674731ade [2021-04-19T21:02:12.480Z] [2021-04-19T21:02:12.480Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T21:02:12.480Z] 3.12: Pulling from library/alpine [2021-04-19T21:02:12.480Z] Removing intermediate container f73a7ea2ce64 [2021-04-19T21:02:12.480Z] ---> 12a0a82ca8b5 [2021-04-19T21:02:12.480Z] [2021-04-19T21:02:12.480Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T21:02:12.480Z] 3.12: Pulling from library/alpine [2021-04-19T21:02:13.490Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T21:02:13.490Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T21:02:13.490Z] Status: Image is up to date for alpine:3.12 [2021-04-19T21:02:13.490Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T21:02:13.490Z] ---> 9852663dfa18 [2021-04-19T21:02:13.490Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec ---> 9852663dfa18 [2021-04-19T21:02:13.490Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T21:02:13.490Z] [2021-04-19T21:02:14.097Z] ---> Running in 2d3bb010cc6a [2021-04-19T21:02:14.097Z] ---> Running in 0c8aac489a4d [2021-04-19T21:02:15.088Z] Removing intermediate container 0c8aac489a4d [2021-04-19T21:02:15.088Z] ---> a33a79e77f4b [2021-04-19T21:02:15.363Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T21:02:15.643Z] ---> Running in 3515e319d4cc [2021-04-19T21:02:16.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:02:16.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:02:17.519Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T21:02:17.519Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T21:02:17.519Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T21:02:17.519Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T21:02:17.519Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T21:02:17.519Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T21:02:17.519Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:02:17.519Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T21:02:17.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:02:17.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:02:17.795Z] OK: 7 MiB in 20 packages [2021-04-19T21:02:18.404Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T21:02:18.404Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T21:02:18.404Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:02:18.404Z] OK: 5 MiB in 16 packages [2021-04-19T21:02:21.826Z] Removing intermediate container 2d3bb010cc6a [2021-04-19T21:02:21.826Z] ---> a5e01111779c [2021-04-19T21:02:21.826Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T21:02:21.826Z] Removing intermediate container 3515e319d4cc [2021-04-19T21:02:21.826Z] ---> d072d0daa107 [2021-04-19T21:02:21.826Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T21:02:21.826Z] ---> Running in 6e694595ff4b [2021-04-19T21:02:22.099Z] ---> Running in c2bc8d6e0b07 [2021-04-19T21:02:23.078Z] Removing intermediate container 6e694595ff4b [2021-04-19T21:02:23.078Z] ---> dcea1e830ad1 [2021-04-19T21:02:23.078Z] Step 13/24 : WORKDIR / [2021-04-19T21:02:23.354Z] Removing intermediate container c2bc8d6e0b07 [2021-04-19T21:02:23.354Z] ---> 314ea689d824 [2021-04-19T21:02:23.354Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T21:02:23.629Z] ---> Running in 6dd76fc1ea76 [2021-04-19T21:02:23.629Z] ---> Running in 016eacfe7b62 [2021-04-19T21:02:25.631Z] Removing intermediate container 6dd76fc1ea76 [2021-04-19T21:02:25.631Z] ---> e0cf5bdb216b [2021-04-19T21:02:25.631Z] 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-19T21:02:25.631Z] Removing intermediate container 016eacfe7b62 [2021-04-19T21:02:25.631Z] ---> 1e0927482a86 [2021-04-19T21:02:25.631Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T21:02:25.917Z] ---> Running in 71235e5f6733 [2021-04-19T21:02:26.191Z] Removing intermediate container a55825e14a6b [2021-04-19T21:02:26.191Z] ---> e4b2baee07b9 [2021-04-19T21:02:26.191Z] [2021-04-19T21:02:26.191Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T21:02:26.191Z] ---> 9852663dfa18 [2021-04-19T21:02:26.191Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T21:02:26.797Z] ---> Running in 9593e8ea55c7 [2021-04-19T21:02:26.797Z] ---> 85be830f8d1b [2021-04-19T21:02:26.797Z] 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-19T21:02:27.073Z] Removing intermediate container d77c6c925d76 [2021-04-19T21:02:27.073Z] ---> 3f01b7d2129c [2021-04-19T21:02:27.073Z] [2021-04-19T21:02:27.073Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T21:02:27.073Z] ---> 9852663dfa18 [2021-04-19T21:02:27.073Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T21:02:27.686Z] ---> Running in 80e7fe3faa84 [2021-04-19T21:02:28.284Z] ---> 5709f2aa8e05 [2021-04-19T21:02:28.284Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T21:02:28.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:02:28.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:02:29.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:02:29.727Z] ---> 823108b3cea2 [2021-04-19T21:02:29.727Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T21:02:29.727Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T21:02:29.727Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:02:29.727Z] OK: 5 MiB in 15 packages [2021-04-19T21:02:29.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:02:29.727Z] Removing intermediate container 71235e5f6733 [2021-04-19T21:02:29.727Z] ---> 55787b6c3817 [2021-04-19T21:02:29.727Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T21:02:30.009Z] ---> Running in ae5f8da41687 [2021-04-19T21:02:30.289Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T21:02:30.565Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T21:02:30.565Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:02:30.565Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T21:02:30.843Z] OK: 6 MiB in 16 packages [2021-04-19T21:02:31.884Z] Removing intermediate container ae5f8da41687 [2021-04-19T21:02:31.884Z] ---> ea26abaaef2b [2021-04-19T21:02:31.884Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T21:02:32.181Z] ---> 6d85b79927ed [2021-04-19T21:02:32.181Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T21:02:32.181Z] Removing intermediate container 9593e8ea55c7 [2021-04-19T21:02:32.181Z] ---> 9961e76a4c5e [2021-04-19T21:02:32.181Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T21:02:32.854Z] ---> Running in 70832bb55196 [2021-04-19T21:02:33.511Z] ---> 3c4b42f61c15 [2021-04-19T21:02:33.511Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T21:02:33.789Z] ---> Running in 33e172f0f05c [2021-04-19T21:02:34.069Z] Removing intermediate container 70832bb55196 [2021-04-19T21:02:34.069Z] ---> 87420e1adf65 [2021-04-19T21:02:34.069Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T21:02:34.346Z] Removing intermediate container 80e7fe3faa84 [2021-04-19T21:02:34.346Z] ---> 2a0dc326ba49 [2021-04-19T21:02:34.346Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T21:02:34.618Z] ---> Running in 98e4c936e245 [2021-04-19T21:02:34.618Z] ---> Running in 8406a28c84a3 [2021-04-19T21:02:34.891Z] ---> 28c8221073a4 [2021-04-19T21:02:34.891Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T21:02:35.165Z] Removing intermediate container ae395e81476b [2021-04-19T21:02:35.165Z] ---> 43b5847a1db2 [2021-04-19T21:02:35.165Z] [2021-04-19T21:02:35.165Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T21:02:35.165Z] ---> 9852663dfa18 [2021-04-19T21:02:35.165Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T21:02:35.165Z] ---> Using cache [2021-04-19T21:02:35.165Z] ---> 9961e76a4c5e [2021-04-19T21:02:35.165Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T21:02:35.165Z] ---> Using cache [2021-04-19T21:02:35.165Z] ---> 87420e1adf65 [2021-04-19T21:02:35.165Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T21:02:35.445Z] Removing intermediate container 98e4c936e245 [2021-04-19T21:02:35.445Z] ---> dade70e9444f [2021-04-19T21:02:35.445Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T21:02:35.445Z] ---> Running in 1b466387a247 [2021-04-19T21:02:35.445Z] Removing intermediate container 8406a28c84a3 [2021-04-19T21:02:35.445Z] ---> 33d281d391cc [2021-04-19T21:02:35.445Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T21:02:35.720Z] ---> Running in a2912d718984 [2021-04-19T21:02:35.720Z] ---> Running in 38559b7892d5 [2021-04-19T21:02:35.993Z] ---> 85dce4c9d021 [2021-04-19T21:02:35.993Z] 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-19T21:02:35.993Z] Removing intermediate container 1b466387a247 [2021-04-19T21:02:35.993Z] ---> 2ae95428f858 [2021-04-19T21:02:35.993Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T21:02:36.266Z] ---> Running in 5ffb34f549f8 [2021-04-19T21:02:36.266Z] ---> Running in 32313b623436 [2021-04-19T21:02:36.544Z] Removing intermediate container 38559b7892d5 [2021-04-19T21:02:36.544Z] Removing intermediate container a2912d718984 [2021-04-19T21:02:36.544Z] ---> 96825e845b0e [2021-04-19T21:02:36.544Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T21:02:36.544Z] ---> 311a2630ced6 [2021-04-19T21:02:36.544Z] Step 15/23 : WORKDIR / [2021-04-19T21:02:36.817Z] ---> Running in 95ed22edb0a4 [2021-04-19T21:02:36.817Z] ---> Running in ad6e81b02243 [2021-04-19T21:02:37.093Z] Removing intermediate container 32313b623436 [2021-04-19T21:02:37.093Z] ---> dae0b505263b [2021-04-19T21:02:37.093Z] Step 15/23 : WORKDIR / [2021-04-19T21:02:37.093Z] Removing intermediate container 33e172f0f05c [2021-04-19T21:02:37.093Z] ---> 55f2bcfd771e [2021-04-19T21:02:37.093Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T21:02:37.371Z] ---> Running in 987dee0d51c1 [2021-04-19T21:02:37.648Z] Removing intermediate container 95ed22edb0a4 [2021-04-19T21:02:37.648Z] ---> 0bdb5338fb5a [2021-04-19T21:02:37.648Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T21:02:37.932Z] Removing intermediate container ad6e81b02243 [2021-04-19T21:02:37.932Z] ---> 3a528efaf5ed [2021-04-19T21:02:37.932Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T21:02:38.207Z] Removing intermediate container 987dee0d51c1 [2021-04-19T21:02:38.207Z] ---> d2450832519f [2021-04-19T21:02:38.207Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T21:02:38.482Z] ---> d8c2dbfb5a20 [2021-04-19T21:02:38.482Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T21:02:38.754Z] ---> 64aa98fc9734 [2021-04-19T21:02:38.754Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T21:02:39.025Z] ---> 76801094c42c [2021-04-19T21:02:39.025Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T21:02:39.295Z] ---> eb862fc4ba59 [2021-04-19T21:02:39.295Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T21:02:39.888Z] Removing intermediate container 5ffb34f549f8 [2021-04-19T21:02:39.888Z] ---> 67a9f176c558 [2021-04-19T21:02:39.888Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T21:02:40.870Z] ---> 2f7617ed7376 [2021-04-19T21:02:40.870Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T21:02:40.870Z] ---> Running in 598483c5993b [2021-04-19T21:02:41.147Z] ---> b26beb2f2807 [2021-04-19T21:02:41.147Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T21:02:41.147Z] ---> 62ca5055aa25 [2021-04-19T21:02:41.147Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T21:02:41.147Z] ---> 742ccb79ea8a [2021-04-19T21:02:41.147Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T21:02:41.755Z] Removing intermediate container 598483c5993b [2021-04-19T21:02:41.755Z] ---> 675d9f6d7672 [2021-04-19T21:02:41.755Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T21:02:41.755Z] ---> 334d7020e8b1 [2021-04-19T21:02:41.755Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T21:02:42.032Z] ---> Running in 2f17ce585f23 [2021-04-19T21:02:42.032Z] ---> 1afc83e470b1 [2021-04-19T21:02:42.310Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T21:02:42.310Z] ---> cbbac0943325 [2021-04-19T21:02:42.310Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T21:02:42.310Z] ---> c65f0b245b6e [2021-04-19T21:02:42.310Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T21:02:42.592Z] ---> Running in cdf30113b716 [2021-04-19T21:02:42.592Z] ---> Running in ea6c2f356dd3 [2021-04-19T21:02:42.592Z] ---> Running in eb1f8d93a57e [2021-04-19T21:02:42.592Z] Removing intermediate container 2f17ce585f23 [2021-04-19T21:02:42.592Z] ---> 08a38d22314f [2021-04-19T21:02:42.592Z] Step 23/24 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T21:02:42.872Z] ---> bd17d2eb7a11 [2021-04-19T21:02:42.872Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T21:02:43.156Z] ---> Running in e4c0a21b5f61 [2021-04-19T21:02:43.156Z] Removing intermediate container cdf30113b716 [2021-04-19T21:02:43.156Z] ---> cca2873203e1 [2021-04-19T21:02:43.156Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:02:43.156Z] Removing intermediate container ea6c2f356dd3 [2021-04-19T21:02:43.156Z] ---> 2456bcd8fd7e [2021-04-19T21:02:43.156Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:02:43.429Z] Removing intermediate container eb1f8d93a57e [2021-04-19T21:02:43.429Z] ---> c75ebe1f9997 [2021-04-19T21:02:43.429Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:02:43.705Z] ---> Running in cd8cf848ff70 [2021-04-19T21:02:43.705Z] ---> Running in 4e3ef28bfbc5 [2021-04-19T21:02:43.705Z] Removing intermediate container e4c0a21b5f61 [2021-04-19T21:02:43.705Z] ---> 1d1566f105bd [2021-04-19T21:02:43.705Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T21:02:43.705Z] ---> Running in 735aa51483de [2021-04-19T21:02:43.981Z] ---> 43498ada568b [2021-04-19T21:02:43.981Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T21:02:43.981Z] ---> Running in 3211e5c521fa [2021-04-19T21:02:44.584Z] ---> Running in 0897fc93aac8 [2021-04-19T21:02:44.584Z] Removing intermediate container 4e3ef28bfbc5 [2021-04-19T21:02:44.584Z] ---> 6beea3646055 [2021-04-19T21:02:44.584Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T21:02:44.584Z] Removing intermediate container cd8cf848ff70 [2021-04-19T21:02:44.584Z] ---> ffca6a66a669 [2021-04-19T21:02:44.584Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T21:02:44.584Z] Removing intermediate container 3211e5c521fa [2021-04-19T21:02:44.585Z] ---> 50ab84491288 [2021-04-19T21:02:44.585Z] [2021-04-19T21:02:44.585Z] ---> Running in 180162be469f [2021-04-19T21:02:44.857Z] ---> Running in f7e1402cf1e7 [2021-04-19T21:02:44.857Z] Removing intermediate container 735aa51483de [2021-04-19T21:02:44.857Z] ---> c7d0f9c51488 [2021-04-19T21:02:44.857Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T21:02:45.131Z] ---> Running in e0823dcf9714 [2021-04-19T21:02:45.131Z] Removing intermediate container 0897fc93aac8 [2021-04-19T21:02:45.131Z] ---> f7e3bebdf0d8 [2021-04-19T21:02:45.131Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T21:02:45.407Z] Successfully built 50ab84491288 [2021-04-19T21:02:45.407Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-19T21:02:45.407Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-04-19T21:02:45.407Z] Removing intermediate container 180162be469f [2021-04-19T21:02:45.407Z] ---> 0df51e66672b [2021-04-19T21:02:45.407Z] Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3eceRemoving intermediate container f7e1402cf1e7 [2021-04-19T21:02:45.407Z] ---> 669f46493b66 [2021-04-19T21:02:45.407Z] Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T21:02:45.407Z] [2021-04-19T21:02:45.688Z] ---> Running in fb29263fdeda [2021-04-19T21:02:45.688Z] ---> Running in 3f10946a5289 [2021-04-19T21:02:45.688Z] Removing intermediate container e0823dcf9714 [2021-04-19T21:02:45.688Z] ---> 4ae806c7f889 [2021-04-19T21:02:45.688Z] Step 21/22 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T21:02:45.962Z] ---> Running in 2a988fa4d981 [2021-04-19T21:02:45.962Z] ---> aa0288a57b50 [2021-04-19T21:02:45.962Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T21:02:46.568Z] ---> Running in d5ae50b8587b [2021-04-19T21:02:46.568Z] Removing intermediate container 3f10946a5289 [2021-04-19T21:02:46.568Z] ---> 3af59236cde5 [2021-04-19T21:02:46.568Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T21:02:46.568Z] Removing intermediate container fb29263fdeda [2021-04-19T21:02:46.568Z] ---> 2f60a9c80fda [2021-04-19T21:02:46.568Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T21:02:46.844Z] Removing intermediate container 2a988fa4d981 [2021-04-19T21:02:46.844Z] ---> 426630da1218 [2021-04-19T21:02:46.844Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T21:02:46.844Z] ---> Running in 7ee0fd0794f8 [2021-04-19T21:02:46.844Z] ---> Running in 504c11d553ee [2021-04-19T21:02:47.116Z] ---> Running in 757bf124f817 [2021-04-19T21:02:48.121Z] Removing intermediate container 504c11d553ee [2021-04-19T21:02:48.121Z] ---> bd119a1b2cbc [2021-04-19T21:02:48.121Z] [2021-04-19T21:02:48.121Z] Removing intermediate container 7ee0fd0794f8 [2021-04-19T21:02:48.121Z] ---> 4bd86638c122 [2021-04-19T21:02:48.121Z] [2021-04-19T21:02:48.398Z] Removing intermediate container 757bf124f817 [2021-04-19T21:02:48.398Z] ---> a8a27bd82a6a [2021-04-19T21:02:48.398Z] [2021-04-19T21:02:48.670Z] Successfully built bd119a1b2cbc [2021-04-19T21:02:48.670Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-19T21:02:48.670Z] Building docker-core-data-go [2021-04-19T21:02:48.670Z]  Building docker-core-metadata-go ... done Successfully built 4bd86638c122 [2021-04-19T21:02:48.670Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-19T21:02:48.670Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-04-19T21:02:48.941Z] Successfully built a8a27bd82a6a [2021-04-19T21:02:48.941Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-19T21:02:49.211Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-19T21:02:49.809Z] Removing intermediate container d5ae50b8587b [2021-04-19T21:02:49.809Z] ---> 88d00c5859e2 [2021-04-19T21:02:49.809Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T21:02:50.404Z] ---> Running in 3e742a46be60 [2021-04-19T21:02:50.675Z] Removing intermediate container 3e742a46be60 [2021-04-19T21:02:50.675Z] ---> a717e6f48491 [2021-04-19T21:02:50.675Z] Step 28/31 : CMD ["gate"] [2021-04-19T21:02:50.952Z] ---> Running in d723e1dac051 [2021-04-19T21:02:51.542Z] Removing intermediate container d723e1dac051 [2021-04-19T21:02:51.542Z] ---> 5e5879681820 [2021-04-19T21:02:51.542Z] Step 29/31 : LABEL arch=arm64 [2021-04-19T21:02:51.816Z] ---> Running in 19f9fbdb8417 [2021-04-19T21:02:52.418Z] Removing intermediate container 19f9fbdb8417 [2021-04-19T21:02:52.418Z] ---> dce527a73530 [2021-04-19T21:02:52.418Z] Step 30/31 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T21:02:53.028Z] ---> Running in 82e42bce9060 [2021-04-19T21:02:54.004Z] Removing intermediate container 82e42bce9060 [2021-04-19T21:02:54.004Z] ---> 05b579a806e8 [2021-04-19T21:02:54.004Z] Step 31/31 : LABEL version=0.0.0 [2021-04-19T21:02:54.282Z] ---> Running in aa0f02b54424 [2021-04-19T21:02:55.263Z] Removing intermediate container aa0f02b54424 [2021-04-19T21:02:55.263Z] ---> 50377e902a38 [2021-04-19T21:02:55.263Z] [2021-04-19T21:02:55.858Z] Successfully built 50377e902a38 [2021-04-19T21:02:55.858Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-19T21:03:42.799Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:03:42.799Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:03:42.799Z] ---> c883bbb76a60 [2021-04-19T21:03:42.799Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T21:03:42.799Z] ---> Using cache [2021-04-19T21:03:42.799Z] ---> c8de447dd538 [2021-04-19T21:03:42.799Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:03:42.799Z] ---> Using cache [2021-04-19T21:03:42.799Z] ---> d2999601ca65 [2021-04-19T21:03:42.799Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T21:03:42.799Z] ---> Using cache [2021-04-19T21:03:42.799Z] ---> 368a4b3d374c [2021-04-19T21:03:42.799Z] Step 6/22 : COPY go.mod . [2021-04-19T21:03:42.799Z] ---> Using cache [2021-04-19T21:03:42.799Z] ---> 266debd33b03 [2021-04-19T21:03:42.799Z] Step 7/22 : RUN go mod download [2021-04-19T21:03:42.799Z] ---> Using cache [2021-04-19T21:03:42.799Z] ---> 00bce377516d [2021-04-19T21:03:42.799Z] Step 8/22 : COPY . . [2021-04-19T21:03:42.799Z] ---> Using cache [2021-04-19T21:03:42.799Z] ---> ace48f1ba391 [2021-04-19T21:03:42.799Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T21:03:43.072Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:03:43.072Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:03:43.072Z] ---> c883bbb76a60 [2021-04-19T21:03:43.072Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T21:03:43.072Z] ---> Using cache [2021-04-19T21:03:43.072Z] ---> c8de447dd538 [2021-04-19T21:03:43.072Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:03:43.072Z] ---> Using cache [2021-04-19T21:03:43.072Z] ---> d2999601ca65 [2021-04-19T21:03:43.072Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T21:03:43.346Z] ---> Running in 6c7980da963a [2021-04-19T21:03:43.346Z] ---> Running in 771b5fbe2406 [2021-04-19T21:03:43.623Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:03:43.623Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:03:43.623Z] ---> c883bbb76a60 [2021-04-19T21:03:43.623Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T21:03:43.623Z] ---> Using cache [2021-04-19T21:03:43.623Z] ---> c8de447dd538 [2021-04-19T21:03:43.623Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:03:43.623Z] ---> Using cache [2021-04-19T21:03:43.623Z] ---> d2999601ca65 [2021-04-19T21:03:43.623Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T21:03:43.897Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T21:03:43.897Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T21:03:43.897Z] ---> c883bbb76a60 [2021-04-19T21:03:43.897Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T21:03:43.897Z] ---> Using cache [2021-04-19T21:03:43.897Z] ---> c8de447dd538 [2021-04-19T21:03:43.897Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:03:43.897Z] ---> Using cache [2021-04-19T21:03:43.897Z] ---> d2999601ca65 [2021-04-19T21:03:43.897Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T21:03:43.897Z] ---> Using cache [2021-04-19T21:03:43.897Z] ---> 368a4b3d374c [2021-04-19T21:03:43.897Z] Step 6/21 : COPY go.mod . [2021-04-19T21:03:43.897Z] ---> Using cache [2021-04-19T21:03:43.897Z] ---> 266debd33b03 [2021-04-19T21:03:43.897Z] Step 7/21 : RUN go mod download [2021-04-19T21:03:43.897Z] ---> Using cache [2021-04-19T21:03:43.897Z] ---> 00bce377516d [2021-04-19T21:03:43.897Z] Step 8/21 : COPY . . [2021-04-19T21:03:43.897Z] ---> Using cache [2021-04-19T21:03:43.897Z] ---> ace48f1ba391 [2021-04-19T21:03:43.897Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T21:03:43.897Z] ---> Running in 5d3cdd2072d5 [2021-04-19T21:03:44.172Z] ---> Running in 9d0621e4515d [2021-04-19T21:03:45.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:03:45.437Z] 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-19T21:03:45.716Z] 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-19T21:03:45.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:03:45.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:03:46.979Z] OK: 217 MiB in 51 packages [2021-04-19T21:03:47.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:03:48.579Z] Removing intermediate container 6c7980da963a [2021-04-19T21:03:48.579Z] ---> 58b14421b65d [2021-04-19T21:03:48.579Z] Step 6/23 : COPY go.mod . [2021-04-19T21:03:49.575Z] ---> ccd6b11e8634 [2021-04-19T21:03:49.575Z] Step 7/23 : RUN go mod download [2021-04-19T21:03:49.849Z] ---> Running in 07252a67133a [2021-04-19T21:03:50.467Z] OK: 217 MiB in 51 packages [2021-04-19T21:03:52.467Z] Removing intermediate container 5d3cdd2072d5 [2021-04-19T21:03:52.467Z] ---> 9bc59e439708 [2021-04-19T21:03:52.467Z] Step 6/23 : COPY go.mod . [2021-04-19T21:03:53.454Z] ---> 58da6a22bcff [2021-04-19T21:03:53.454Z] Step 7/23 : RUN go mod download [2021-04-19T21:03:53.741Z] ---> Running in f0d2f0eccb9a [2021-04-19T21:03:54.731Z] Removing intermediate container 07252a67133a [2021-04-19T21:03:54.731Z] ---> 9908a00f885c [2021-04-19T21:03:54.731Z] Step 8/23 : COPY . . [2021-04-19T21:04:00.166Z] Removing intermediate container f0d2f0eccb9a [2021-04-19T21:04:00.166Z] ---> f4336e114433 [2021-04-19T21:04:00.166Z] Step 8/23 : COPY . . [2021-04-19T21:04:22.361Z] ---> 1364325f1eab [2021-04-19T21:04:22.361Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T21:04:22.632Z] ---> Running in 8822f2cdd055 [2021-04-19T21:04:24.070Z] ---> 95e6c4f4f487 [2021-04-19T21:04:24.070Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T21:04:24.346Z] ---> Running in 37cc0f4b23c1 [2021-04-19T21:04:24.346Z] 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-19T21:04:26.397Z] 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-19T21:04:59.661Z] 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-19T21:05:12.106Z] Removing intermediate container 9d0621e4515d [2021-04-19T21:05:12.106Z] ---> 72df060c6ead [2021-04-19T21:05:12.106Z] [2021-04-19T21:05:12.106Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T21:05:12.106Z] ---> 9852663dfa18 [2021-04-19T21:05:12.106Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T21:05:12.106Z] ---> Running in f09e40152fd0 [2021-04-19T21:05:14.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:05:14.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:05:14.963Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T21:05:15.237Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T21:05:15.237Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T21:05:15.237Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T21:05:15.237Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:05:15.237Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T21:05:15.519Z] OK: 7 MiB in 18 packages [2021-04-19T21:05:18.929Z] Removing intermediate container 771b5fbe2406 [2021-04-19T21:05:18.929Z] ---> 76e855a38290 [2021-04-19T21:05:18.929Z] [2021-04-19T21:05:19.212Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T21:05:19.212Z] ---> 9852663dfa18 [2021-04-19T21:05:19.212Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T21:05:19.212Z] ---> Using cache [2021-04-19T21:05:19.212Z] ---> 9961e76a4c5e [2021-04-19T21:05:19.212Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T21:05:19.212Z] ---> Using cache [2021-04-19T21:05:19.212Z] ---> 87420e1adf65 [2021-04-19T21:05:19.212Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T21:05:19.212Z] Removing intermediate container f09e40152fd0 [2021-04-19T21:05:19.212Z] ---> 6ec785e0b1ab [2021-04-19T21:05:19.212Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T21:05:19.486Z] ---> Running in b5dfc4237021 [2021-04-19T21:05:19.486Z] ---> Running in 1bcca7397384 [2021-04-19T21:05:20.480Z] Removing intermediate container b5dfc4237021 [2021-04-19T21:05:20.480Z] ---> 1faff0806352 [2021-04-19T21:05:20.480Z] Step 13/21 : WORKDIR /edgex [2021-04-19T21:05:20.480Z] Removing intermediate container 1bcca7397384 [2021-04-19T21:05:20.480Z] ---> 10df05eb1022 [2021-04-19T21:05:20.480Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T21:05:20.480Z] ---> Running in 2b6c095340ef [2021-04-19T21:05:20.480Z] ---> Running in 7955be63b6b2 [2021-04-19T21:05:21.456Z] Removing intermediate container 7955be63b6b2 [2021-04-19T21:05:21.456Z] ---> 68e7dae456fe [2021-04-19T21:05:21.456Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T21:05:21.456Z] Removing intermediate container 2b6c095340ef [2021-04-19T21:05:21.456Z] ---> 204d6d5212cf [2021-04-19T21:05:21.456Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T21:05:22.895Z] ---> f4f789a8566c [2021-04-19T21:05:22.895Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T21:05:22.895Z] ---> 808fb9005915 [2021-04-19T21:05:22.895Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T21:05:25.526Z] ---> 7c2a5d86cb65 [2021-04-19T21:05:25.526Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T21:05:25.526Z] ---> a670feb8b3fb [2021-04-19T21:05:25.526Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T21:05:26.973Z] ---> b1bb3a8ddb44 [2021-04-19T21:05:26.973Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T21:05:26.973Z] ---> Running in a0ac5047922e [2021-04-19T21:05:26.973Z] ---> fc34eba3f4c9 [2021-04-19T21:05:26.973Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T21:05:27.252Z] ---> Running in 4e0d6efefb34 [2021-04-19T21:05:27.853Z] Removing intermediate container a0ac5047922e [2021-04-19T21:05:27.853Z] ---> 979847071ab8 [2021-04-19T21:05:27.853Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:05:28.130Z] ---> Running in a6a6b7010b29 [2021-04-19T21:05:28.130Z] Removing intermediate container 4e0d6efefb34 [2021-04-19T21:05:28.130Z] ---> c6a4c0284105 [2021-04-19T21:05:28.130Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T21:05:28.404Z] ---> Running in d1969b5ae9f0 [2021-04-19T21:05:29.009Z] Removing intermediate container a6a6b7010b29 [2021-04-19T21:05:29.009Z] ---> 768c2bd626d6 [2021-04-19T21:05:29.009Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T21:05:29.009Z] ---> Running in 6627fced3023 [2021-04-19T21:05:29.285Z] Removing intermediate container d1969b5ae9f0 [2021-04-19T21:05:29.285Z] ---> ebf0b97a813d [2021-04-19T21:05:29.285Z] Step 19/21 : LABEL arch=arm64 [2021-04-19T21:05:29.568Z] ---> Running in 347d4ae97701 [2021-04-19T21:05:29.845Z] Removing intermediate container 6627fced3023 [2021-04-19T21:05:29.845Z] ---> 19c089125025 [2021-04-19T21:05:29.845Z] Step 21/22 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T21:05:30.137Z] ---> Running in 4bf843a56026 [2021-04-19T21:05:30.417Z] Removing intermediate container 347d4ae97701 [2021-04-19T21:05:30.417Z] ---> 63ac5a7c4ff1 [2021-04-19T21:05:30.417Z] Step 20/21 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T21:05:30.694Z] ---> Running in 1bd4e7caeb87 [2021-04-19T21:05:30.971Z] Removing intermediate container 4bf843a56026 [2021-04-19T21:05:30.971Z] ---> ab8b0ba5776f [2021-04-19T21:05:30.971Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T21:05:31.243Z] ---> Running in fa4ab39ec831 [2021-04-19T21:05:31.512Z] Removing intermediate container 1bd4e7caeb87 [2021-04-19T21:05:31.512Z] ---> 374be86fa197 [2021-04-19T21:05:31.512Z] Step 21/21 : LABEL version=0.0.0 [2021-04-19T21:05:31.790Z] ---> Running in 425bcac52d3e [2021-04-19T21:05:31.790Z] Removing intermediate container fa4ab39ec831 [2021-04-19T21:05:31.790Z] ---> 6ce2c39a4d75 [2021-04-19T21:05:31.790Z] [2021-04-19T21:05:32.388Z] Removing intermediate container 425bcac52d3e [2021-04-19T21:05:32.388Z] ---> 0227e25a915c [2021-04-19T21:05:32.388Z] [2021-04-19T21:05:32.663Z] Successfully built 6ce2c39a4d75 [2021-04-19T21:05:32.938Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-19T21:05:33.212Z]  Building docker-support-scheduler-go ... done Successfully built 0227e25a915c [2021-04-19T21:05:33.212Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-19T21:05:48.314Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 37cc0f4b23c1 [2021-04-19T21:05:48.314Z] ---> a3956a5a3025 [2021-04-19T21:05:48.314Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T21:05:48.314Z] ---> Running in fbb861c6cd1d [2021-04-19T21:05:48.314Z] 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-19T21:05:51.693Z] Removing intermediate container fbb861c6cd1d [2021-04-19T21:05:51.693Z] ---> e069ffde937a [2021-04-19T21:05:51.693Z] [2021-04-19T21:05:51.693Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T21:05:51.693Z] 20.10.0: Pulling from library/docker [2021-04-19T21:05:59.981Z] Removing intermediate container 8822f2cdd055 [2021-04-19T21:05:59.981Z] ---> 9fff8c675923 [2021-04-19T21:05:59.981Z] [2021-04-19T21:05:59.981Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T21:05:59.981Z] ---> 9852663dfa18 [2021-04-19T21:05:59.981Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T21:05:59.981Z] ---> Running in bcf27492f6e6 [2021-04-19T21:06:00.581Z] Removing intermediate container bcf27492f6e6 [2021-04-19T21:06:00.581Z] ---> abc13cdd2585 [2021-04-19T21:06:00.581Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T21:06:00.581Z] ---> Running in 83260a36aa16 [2021-04-19T21:06:00.857Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T21:06:00.857Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T21:06:00.857Z] ---> eeaf43b92773 [2021-04-19T21:06:00.857Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T21:06:00.857Z] ---> Running in 79e7cd0a16a0 [2021-04-19T21:06:01.130Z] Removing intermediate container 83260a36aa16 [2021-04-19T21:06:01.130Z] ---> 4489e11e7c2f [2021-04-19T21:06:01.131Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T21:06:01.414Z] ---> Running in fc13c3aa2a9c [2021-04-19T21:06:01.414Z] Removing intermediate container 79e7cd0a16a0 [2021-04-19T21:06:01.414Z] ---> 9fed45b59a79 [2021-04-19T21:06:01.414Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T21:06:01.689Z] ---> Running in 568ea6c5d303 [2021-04-19T21:06:01.960Z] Removing intermediate container fc13c3aa2a9c [2021-04-19T21:06:01.960Z] ---> dc37c48201c3 [2021-04-19T21:06:01.960Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:06:02.232Z] ---> Running in 0c4faddb65f2 [2021-04-19T21:06:02.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:06:03.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:06:03.699Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T21:06:03.699Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T21:06:03.699Z] Executing bash-5.0.17-r0.post-install [2021-04-19T21:06:03.699Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T21:06:03.699Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T21:06:03.699Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T21:06:03.699Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T21:06:03.699Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T21:06:03.699Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T21:06:03.699Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T21:06:03.699Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T21:06:03.699Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T21:06:03.699Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T21:06:03.699Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T21:06:05.141Z] Removing intermediate container 0c4faddb65f2 [2021-04-19T21:06:05.141Z] ---> 2b76ab180fc9 [2021-04-19T21:06:05.141Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T21:06:05.412Z] ---> Running in 98280e25a4d1 [2021-04-19T21:06:05.694Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T21:06:05.694Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T21:06:05.694Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T21:06:05.694Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T21:06:05.694Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T21:06:05.694Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T21:06:05.694Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T21:06:05.970Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T21:06:05.970Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T21:06:05.970Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T21:06:05.970Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T21:06:05.970Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T21:06:05.970Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T21:06:05.970Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T21:06:05.970Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T21:06:05.970Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T21:06:05.970Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T21:06:05.970Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T21:06:06.251Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T21:06:06.251Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T21:06:06.251Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T21:06:06.251Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T21:06:06.251Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T21:06:06.251Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T21:06:06.251Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T21:06:06.251Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T21:06:06.251Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T21:06:06.522Z] OK: 72 MiB in 59 packages [2021-04-19T21:06:06.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:06:07.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:06:08.933Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T21:06:08.933Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T21:06:08.933Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T21:06:08.933Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T21:06:09.205Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T21:06:09.205Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T21:06:09.479Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:06:09.479Z] OK: 8 MiB in 20 packages [2021-04-19T21:06:10.460Z] Collecting docker-compose==1.23.2 [2021-04-19T21:06:10.460Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T21:06:10.732Z] Removing intermediate container 98280e25a4d1 [2021-04-19T21:06:10.732Z] ---> 1cc10d4afaf6 [2021-04-19T21:06:10.732Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T21:06:11.005Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T21:06:11.005Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T21:06:11.594Z] ---> 2f9ef24e65ee [2021-04-19T21:06:11.594Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T21:06:13.559Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T21:06:13.559Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T21:06:13.831Z] ---> 9a9a61360e33 [2021-04-19T21:06:13.831Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T21:06:14.426Z] ---> 994064212c53 [2021-04-19T21:06:14.426Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T21:06:14.699Z] ---> Running in c51c310f4015 [2021-04-19T21:06:14.699Z] Collecting PyYAML<4,>=3.10 [2021-04-19T21:06:14.699Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T21:06:15.000Z] Removing intermediate container c51c310f4015 [2021-04-19T21:06:15.000Z] ---> 3e44464f38f8 [2021-04-19T21:06:15.000Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:06:15.276Z] ---> Running in 560c4ad5a926 [2021-04-19T21:06:15.599Z] Removing intermediate container 560c4ad5a926 [2021-04-19T21:06:15.599Z] ---> d97cb819160b [2021-04-19T21:06:15.599Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T21:06:15.873Z] ---> Running in 36794322b398 [2021-04-19T21:06:16.538Z] Removing intermediate container 36794322b398 [2021-04-19T21:06:16.538Z] ---> 3430c395af3f [2021-04-19T21:06:16.538Z] Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T21:06:16.538Z] ---> Running in 40896c0406b9 [2021-04-19T21:06:17.169Z] Removing intermediate container 40896c0406b9 [2021-04-19T21:06:17.169Z] ---> b8a2638f87cd [2021-04-19T21:06:17.169Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T21:06:17.169Z] ---> Running in 68f7a584a74a [2021-04-19T21:06:17.770Z] Removing intermediate container 68f7a584a74a [2021-04-19T21:06:17.770Z] ---> 933a5d26e555 [2021-04-19T21:06:17.770Z] [2021-04-19T21:06:18.042Z] Successfully built 933a5d26e555 [2021-04-19T21:06:18.315Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-19T21:06:18.586Z]  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T21:06:18.858Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T21:06:19.128Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T21:06:19.128Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T21:06:19.719Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T21:06:19.719Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T21:06:21.137Z] 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-19T21:06:21.729Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T21:06:21.729Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T21:06:22.320Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T21:06:22.320Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T21:06:24.927Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T21:06:24.927Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T21:06:25.195Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T21:06:25.195Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T21:06:25.469Z] 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-19T21:06:25.737Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T21:06:25.737Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T21:06:26.326Z] Collecting idna<2.8,>=2.5 [2021-04-19T21:06:26.326Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T21:06:26.326Z] 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-19T21:06:26.326Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T21:06:26.326Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T21:06:26.326Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T21:06:26.326Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T21:06:27.293Z] Installing collected packages: docopt, cached-property, PyYAML, websocket-client, jsonschema, texttable, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docker-compose [2021-04-19T21:06:27.293Z] Running setup.py install for docopt: started [2021-04-19T21:06:28.713Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T21:06:28.984Z] Running setup.py install for PyYAML: started [2021-04-19T21:06:30.943Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T21:06:31.534Z] Running setup.py install for texttable: started [2021-04-19T21:06:33.492Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T21:06:33.492Z] Attempting uninstall: urllib3 [2021-04-19T21:06:33.492Z] Found existing installation: urllib3 1.25.9 [2021-04-19T21:06:33.492Z] Uninstalling urllib3-1.25.9: [2021-04-19T21:06:33.492Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T21:06:33.762Z] Attempting uninstall: idna [2021-04-19T21:06:33.762Z] Found existing installation: idna 2.9 [2021-04-19T21:06:33.762Z] Uninstalling idna-2.9: [2021-04-19T21:06:34.032Z] Successfully uninstalled idna-2.9 [2021-04-19T21:06:34.623Z] Attempting uninstall: requests [2021-04-19T21:06:34.623Z] Found existing installation: requests 2.23.0 [2021-04-19T21:06:34.623Z] Uninstalling requests-2.23.0: [2021-04-19T21:06:34.623Z] Successfully uninstalled requests-2.23.0 [2021-04-19T21:06:35.595Z] Running setup.py install for dockerpty: started [2021-04-19T21:06:37.559Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T21:06:38.527Z] 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-19T21:06:46.786Z] Removing intermediate container 568ea6c5d303 [2021-04-19T21:06:46.786Z] ---> b36e152af3e1 [2021-04-19T21:06:46.786Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T21:06:46.786Z] ---> Running in 7c1d5b611426 [2021-04-19T21:06:47.058Z] Removing intermediate container 7c1d5b611426 [2021-04-19T21:06:47.058Z] ---> 87f3f9707931 [2021-04-19T21:06:47.058Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T21:06:47.332Z] ---> Running in a23c6739c064 [2021-04-19T21:06:47.604Z] Removing intermediate container a23c6739c064 [2021-04-19T21:06:47.604Z] ---> 02a6103bbbcd [2021-04-19T21:06:47.604Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T21:06:49.030Z] ---> 712000f43998 [2021-04-19T21:06:49.030Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T21:06:49.623Z] ---> 1a2d8ca4ce74 [2021-04-19T21:06:49.623Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T21:06:50.596Z] ---> 69c394dca6a3 [2021-04-19T21:06:50.596Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T21:06:50.596Z] ---> Running in 6ee7c36d2657 [2021-04-19T21:06:51.189Z] Removing intermediate container 6ee7c36d2657 [2021-04-19T21:06:51.189Z] ---> fd941802fcc5 [2021-04-19T21:06:51.189Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:06:51.189Z] ---> Running in f33c6ea3e76c [2021-04-19T21:06:51.784Z] Removing intermediate container f33c6ea3e76c [2021-04-19T21:06:51.784Z] ---> 50c4a873f895 [2021-04-19T21:06:51.784Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T21:06:51.784Z] ---> Running in f60544d9b5ec [2021-04-19T21:06:52.379Z] Removing intermediate container f60544d9b5ec [2021-04-19T21:06:52.379Z] ---> 7020fc5f1af9 [2021-04-19T21:06:52.379Z] Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [2021-04-19T21:06:52.379Z] ---> Running in 0b1187836196 [2021-04-19T21:06:52.975Z] Removing intermediate container 0b1187836196 [2021-04-19T21:06:52.975Z] ---> 2f2926b38969 [2021-04-19T21:06:52.975Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T21:06:52.975Z] ---> Running in 3b1df1ef1dac [2021-04-19T21:06:53.566Z] Removing intermediate container 3b1df1ef1dac [2021-04-19T21:06:53.566Z] ---> 03b2e3a4fece [2021-04-19T21:06:53.566Z] [2021-04-19T21:06:53.838Z] Successfully built 03b2e3a4fece [2021-04-19T21:06:53.838Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-19T21:06:54.124Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-19T21:06:54.172Z] $ docker stop --time=1 460e0683d76a87f33db6bb294c4ca7be88bd2f20fa004002e3641d1090d54454 [2021-04-19T21:06:56.175Z] $ docker rm -f 460e0683d76a87f33db6bb294c4ca7be88bd2f20fa004002e3641d1090d54454 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T21:06:56.726Z] + + grep dockerdocker [2021-04-19T21:06:56.727Z] images [2021-04-19T21:06:56.998Z] docker-sys-mgmt-agent-go-arm64 latest 03b2e3a4fece 3 seconds ago 299MB [2021-04-19T21:06:56.998Z] docker-core-data-go-arm64 latest 933a5d26e555 39 seconds ago 21.6MB [2021-04-19T21:06:56.998Z] docker-security-proxy-setup-go-arm64 latest 0227e25a915c About a minute ago 24.6MB [2021-04-19T21:06:56.998Z] docker-support-scheduler-go-arm64 latest 6ce2c39a4d75 About a minute ago 16.6MB [2021-04-19T21:06:56.998Z] docker-security-bootstrapper-go-arm64 latest 50377e902a38 4 minutes ago 18.1MB [2021-04-19T21:06:56.998Z] docker-support-notifications-go-arm64 latest a8a27bd82a6a 4 minutes ago 17.2MB [2021-04-19T21:06:56.998Z] docker-core-metadata-go-arm64 latest bd119a1b2cbc 4 minutes ago 18.1MB [2021-04-19T21:06:56.998Z] docker-core-command-go-arm64 latest 4bd86638c122 4 minutes ago 16.5MB [2021-04-19T21:06:56.998Z] docker-security-secretstore-setup-go-arm64 latest 50ab84491288 4 minutes ago 24.9MB [2021-04-19T21:06:56.998Z] docker 20.10.0 eeaf43b92773 4 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-19T21:06:57.572Z] ---> job-cost.sh [2021-04-19T21:06:57.572Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WIhi [2021-04-19T21:07:36.518Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T21:09:13.308Z] lf-activate-venv(): INFO: Adding /tmp/venv-WIhi/bin to PATH [2021-04-19T21:09:13.308Z] INFO: No Stack... [2021-04-19T21:09:13.308Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T21:09:13.308Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T21:09:13.669Z] + cat /w/workspace/edgex-go/75/archives/cost.csv [2021-04-19T21:09:13.670Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T21:09:13.842Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-75-stack-cost] [2021-04-19T21:09:13.850Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-75-stack-cost] did not exist. Created. [2021-04-19T21:09:13.851Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-75-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T21:09:14.203Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T21:09:14.483Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T21:09:14.498Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-75-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-19T21:09:15.013Z] provisioning config files... [2021-04-19T21:09:15.030Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/75@tmp/config2433206603435586095tmp [Pipeline] { [Pipeline] sh [2021-04-19T21:09:15.358Z] + set +x [2021-04-19T21:09:15.358Z] + bash -s -- [2021-04-19T21:09:15.358Z] + curl -s https://codecov.io/bash [2021-04-19T21:09:15.620Z] [2021-04-19T21:09:15.620Z] _____ _ [2021-04-19T21:09:15.620Z] / ____| | | [2021-04-19T21:09:15.620Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T21:09:15.620Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T21:09:15.620Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T21:09:15.620Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T21:09:15.620Z] Bash-1.0.1 [2021-04-19T21:09:15.620Z] [2021-04-19T21:09:15.620Z] [2021-04-19T21:09:15.620Z] ==> git version 2.24.3 found [2021-04-19T21:09:15.620Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-19T21:09:15.621Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T21:09:15.621Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T21:09:15.889Z] ==> Jenkins CI detected. [2021-04-19T21:09:15.889Z] project root: . [2021-04-19T21:09:15.889Z] --> token set from env [2021-04-19T21:09:15.889Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T21:09:15.889Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T21:09:15.889Z] ==> Python coveragepy not found [2021-04-19T21:09:15.889Z] ==> Searching for coverage reports in: [2021-04-19T21:09:15.889Z] + . [2021-04-19T21:09:15.889Z] -> Found 1 reports [2021-04-19T21:09:15.889Z] ==> Detecting git/mercurial file structure [2021-04-19T21:09:15.889Z] ==> Reading reports [2021-04-19T21:09:15.889Z] + ./coverage.out bytes=703598 [2021-04-19T21:09:16.163Z] ==> Appending adjustments [2021-04-19T21:09:16.163Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T21:09:19.513Z] + Found adjustments [2021-04-19T21:09:19.513Z] ==> Gzipping contents [2021-04-19T21:09:19.513Z] 100K /tmp/codecov.Cre4Ke.gz [2021-04-19T21:09:19.513Z] ==> Uploading reports [2021-04-19T21:09:19.513Z] url: https://codecov.io [2021-04-19T21:09:19.513Z] query: branch=PR-3234&commit=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece&build=75&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F75%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-19T21:09:19.513Z] -> Pinging Codecov [2021-04-19T21:09:19.513Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3234&commit=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece&build=75&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F75%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-19T21:09:20.102Z] -> Uploading to [2021-04-19T21:09:20.102Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece/100430e7-d3ed-4fd4-aaf3-ddad4fe470a2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T210919Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=135a6a8a734e5987bceaebc10085bfdcdb6c8017d24910870cdaa0caf3ba2576 [2021-04-19T21:09:20.102Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:09:20.102Z] Dload Upload Total Spent Left Speed [2021-04-19T21:09:20.677Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 207k --:--:-- --:--:-- --:--:-- 206k 100 98k 0 0 100 98k 0 207k --:--:-- --:--:-- --:--:-- 206k [2021-04-19T21:09:20.677Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [Pipeline] } [2021-04-19T21:09:20.688Z] 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-19T21:09:21.433Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:09:22.317Z] ---> package-listing.sh [2021-04-19T21:09:22.317Z] ++ facter osfamily [2021-04-19T21:09:22.317Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T21:09:22.317Z] + OS_FAMILY=redhat [2021-04-19T21:09:22.317Z] + workspace=/w/workspace/edgex-go/75 [2021-04-19T21:09:22.317Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T21:09:22.317Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T21:09:22.317Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T21:09:22.317Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T21:09:22.317Z] + '[' /w/workspace/edgex-go/75 ']' [2021-04-19T21:09:22.317Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T21:09:22.317Z] + case "${OS_FAMILY}" in [2021-04-19T21:09:22.317Z] + rpm -qa [2021-04-19T21:09:22.317Z] + sort [2021-04-19T21:09:27.648Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T21:09:27.648Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T21:09:27.648Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T21:09:27.648Z] + '[' /w/workspace/edgex-go/75 ']' [2021-04-19T21:09:27.648Z] + mkdir -p /w/workspace/edgex-go/75/archives/ [2021-04-19T21:09:27.648Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/75/archives/ [Pipeline] echo [2021-04-19T21:09:27.667Z] 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/75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T21:09:28.003Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:09:28.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:09:28.609Z] [2021-04-19T21:09:28.609Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:09:28.941Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:09:28.941Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T21:09:28.941Z] df20fa9351a1: Pulling fs layer [2021-04-19T21:09:28.941Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T21:09:28.941Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T21:09:28.941Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T21:09:28.941Z] 93b61091891f: Pulling fs layer [2021-04-19T21:09:28.941Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T21:09:28.941Z] 5e14af77c1be: Pulling fs layer [2021-04-19T21:09:28.941Z] 01666e4c0597: Pulling fs layer [2021-04-19T21:09:28.941Z] aa168da1d23b: Pulling fs layer [2021-04-19T21:09:28.941Z] 93b9cdb0e59b: Waiting [2021-04-19T21:09:28.941Z] 5e14af77c1be: Waiting [2021-04-19T21:09:28.941Z] 01666e4c0597: Waiting [2021-04-19T21:09:28.941Z] aa168da1d23b: Waiting [2021-04-19T21:09:28.941Z] 46f8f816bc3b: Waiting [2021-04-19T21:09:28.941Z] 93b61091891f: Waiting [2021-04-19T21:09:28.941Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T21:09:28.941Z] 36b3adc4ff6f: Download complete [2021-04-19T21:09:28.941Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T21:09:28.941Z] 46f8f816bc3b: Download complete [2021-04-19T21:09:29.206Z] df20fa9351a1: Verifying Checksum [2021-04-19T21:09:29.206Z] df20fa9351a1: Download complete [2021-04-19T21:09:29.206Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T21:09:29.206Z] 93b9cdb0e59b: Download complete [2021-04-19T21:09:29.206Z] 5e14af77c1be: Verifying Checksum [2021-04-19T21:09:29.206Z] 5e14af77c1be: Download complete [2021-04-19T21:09:29.206Z] 93b61091891f: Verifying Checksum [2021-04-19T21:09:29.206Z] 93b61091891f: Download complete [2021-04-19T21:09:29.206Z] 01666e4c0597: Verifying Checksum [2021-04-19T21:09:29.206Z] 01666e4c0597: Download complete [2021-04-19T21:09:29.206Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T21:09:29.206Z] 8ad3a11d3b57: Download complete [2021-04-19T21:09:29.472Z] df20fa9351a1: Pull complete [2021-04-19T21:09:29.737Z] 36b3adc4ff6f: Pull complete [2021-04-19T21:09:31.659Z] 8ad3a11d3b57: Pull complete [2021-04-19T21:09:31.659Z] aa168da1d23b: Verifying Checksum [2021-04-19T21:09:31.659Z] aa168da1d23b: Download complete [2021-04-19T21:09:31.659Z] 46f8f816bc3b: Pull complete [2021-04-19T21:09:32.609Z] 93b61091891f: Pull complete [2021-04-19T21:09:32.872Z] 93b9cdb0e59b: Pull complete [2021-04-19T21:09:33.134Z] 5e14af77c1be: Pull complete [2021-04-19T21:09:33.134Z] 01666e4c0597: Pull complete [2021-04-19T21:09:48.116Z] aa168da1d23b: Pull complete [2021-04-19T21:09:48.116Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T21:09:48.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:09:48.116Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T21:09:48.333Z] prd-centos7-docker-4c-2g-917 does not seem to be running inside a container [2021-04-19T21:09:48.393Z] $ 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/75/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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T21:09:51.033Z] $ docker top f285188333b623020ca1845299305558ee5ba6dbb624d18311bab7f30d133886 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:09:51.490Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T21:09:51.788Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T21:09:52.116Z] + ls /var/log/sa-host [2021-04-19T21:09:52.116Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T21:09:52.116Z] file_magic: OK [2021-04-19T21:09:52.116Z] HZ: Using current value: 100 [2021-04-19T21:09:52.116Z] file_header: OK [2021-04-19T21:09:52.116Z] 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-19T21:09:52.116Z] Statistics: [2021-04-19T21:09:52.116Z] 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... [2021-04-19T21:09:52.116Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T21:09:52.116Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T21:09:52.116Z] file_magic: OK [2021-04-19T21:09:52.116Z] HZ: Using current value: 100 [2021-04-19T21:09:52.116Z] file_header: OK [2021-04-19T21:09:52.116Z] 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-19T21:09:52.116Z] Statistics: [2021-04-19T21:09:52.116Z] Hnuu...uuuununununu... [2021-04-19T21:09:52.116Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T21:09:52.277Z] provisioning config files... [2021-04-19T21:09:52.292Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/75@tmp/config3357415565078432580tmp [Pipeline] { [Pipeline] echo [2021-04-19T21:09:52.313Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:09:52.612Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T21:09:52.621Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T21:09:52.646Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:09:52.944Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T21:09:52.955Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:09:53.251Z] ---> sudo-logs.sh [2021-04-19T21:09:53.251Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T21:09:53.282Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:09:53.583Z] ---> job-cost.sh [2021-04-19T21:09:53.583Z] lf-activate-venv: SKIPPING [2021-04-19T21:09:53.583Z] DEBUG: total: 0.20999999344348907 [2021-04-19T21:09:53.583Z] INFO: Retrieving Stack Cost... [2021-04-19T21:09:54.533Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T21:09:54.795Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T21:09:54.809Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:09:55.110Z] ---> logs-deploy.sh [2021-04-19T21:09:55.110Z] lf-activate-venv: SKIPPING [2021-04-19T21:09:55.110Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/75 [2021-04-19T21:09:55.110Z] INFO: archiving workspace using pattern(s): [2021-04-19T21:09:56.499Z] Archives upload complete. [2021-04-19T21:09:56.762Z] INFO: archiving logs to Nexus [2021-04-19T21:09:57.710Z] ---> uname -a: [2021-04-19T21:09:57.710Z] Linux prd-centos7-docker-4c-2g-917.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-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] ---> lscpu: [2021-04-19T21:09:57.710Z] Architecture: x86_64 [2021-04-19T21:09:57.710Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T21:09:57.710Z] Byte Order: Little Endian [2021-04-19T21:09:57.710Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T21:09:57.710Z] CPU(s): 4 [2021-04-19T21:09:57.710Z] On-line CPU(s) list: 0-3 [2021-04-19T21:09:57.710Z] Thread(s) per core: 1 [2021-04-19T21:09:57.710Z] Core(s) per socket: 1 [2021-04-19T21:09:57.710Z] Socket(s): 4 [2021-04-19T21:09:57.710Z] NUMA node(s): 1 [2021-04-19T21:09:57.710Z] Vendor ID: GenuineIntel [2021-04-19T21:09:57.710Z] CPU family: 6 [2021-04-19T21:09:57.710Z] Model: 44 [2021-04-19T21:09:57.710Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T21:09:57.710Z] Stepping: 1 [2021-04-19T21:09:57.710Z] CPU MHz: 2933.438 [2021-04-19T21:09:57.710Z] BogoMIPS: 5866.87 [2021-04-19T21:09:57.710Z] Virtualization: VT-x [2021-04-19T21:09:57.710Z] Hypervisor vendor: KVM [2021-04-19T21:09:57.710Z] Virtualization type: full [2021-04-19T21:09:57.710Z] L1d cache: 128 KiB [2021-04-19T21:09:57.710Z] L1i cache: 128 KiB [2021-04-19T21:09:57.710Z] L2 cache: 16 MiB [2021-04-19T21:09:57.710Z] L3 cache: 64 MiB [2021-04-19T21:09:57.710Z] NUMA node0 CPU(s): 0-3 [2021-04-19T21:09:57.710Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T21:09:57.710Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T21:09:57.710Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T21:09:57.710Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T21:09:57.710Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T21:09:57.710Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T21:09:57.710Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T21:09:57.710Z] Vulnerability Srbds: Not affected [2021-04-19T21:09:57.710Z] Vulnerability Tsx async abort: Not affected [2021-04-19T21:09:57.710Z] 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-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] ---> nproc: [2021-04-19T21:09:57.710Z] 4 [2021-04-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] ---> df -h: [2021-04-19T21:09:57.710Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T21:09:57.710Z] overlay 50.0G 12.3G 37.7G 25% / [2021-04-19T21:09:57.710Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T21:09:57.710Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T21:09:57.710Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T21:09:57.710Z] /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os [2021-04-19T21:09:57.710Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf [2021-04-19T21:09:57.710Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname [2021-04-19T21:09:57.710Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts [2021-04-19T21:09:57.710Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host [2021-04-19T21:09:57.710Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure [2021-04-19T21:09:57.710Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log [2021-04-19T21:09:57.710Z] /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json [2021-04-19T21:09:57.710Z] /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/75 [2021-04-19T21:09:57.710Z] /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/75@tmp [2021-04-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] ---> free -m: [2021-04-19T21:09:57.710Z] total used free shared buff/cache available [2021-04-19T21:09:57.710Z] Mem: 1837 741 140 0 955 1014 [2021-04-19T21:09:57.710Z] Swap: 1023 52 971 [2021-04-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] ---> ip addr: [2021-04-19T21:09:57.710Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-19T21:09:57.710Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-19T21:09:57.710Z] inet 127.0.0.1/8 scope host lo [2021-04-19T21:09:57.710Z] valid_lft forever preferred_lft forever [2021-04-19T21:09:57.710Z] inet6 ::1/128 scope host [2021-04-19T21:09:57.710Z] valid_lft forever preferred_lft forever [2021-04-19T21:09:57.710Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-19T21:09:57.710Z] link/ether fa:16:3e:d9:2b:2e brd ff:ff:ff:ff:ff:ff [2021-04-19T21:09:57.710Z] inet 10.30.122.238/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-19T21:09:57.710Z] valid_lft 84876sec preferred_lft 84876sec [2021-04-19T21:09:57.710Z] inet6 fe80::f816:3eff:fed9:2b2e/64 scope link [2021-04-19T21:09:57.710Z] valid_lft forever preferred_lft forever [2021-04-19T21:09:57.710Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-19T21:09:57.710Z] link/ether 02:42:d0:7a:b2:48 brd ff:ff:ff:ff:ff:ff [2021-04-19T21:09:57.710Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-19T21:09:57.710Z] valid_lft forever preferred_lft forever [2021-04-19T21:09:57.710Z] inet6 fe80::42:d0ff:fe7a:b248/64 scope link [2021-04-19T21:09:57.710Z] valid_lft forever preferred_lft forever [2021-04-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] ---> sar -b -r -n DEV: [2021-04-19T21:09:57.710Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] 20:44:22 LINUX RESTART (4 CPU) [2021-04-19T21:09:57.710Z] [2021-04-19T21:09:57.710Z] 20:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-19T21:09:57.710Z] 20:46:01 83.82 25.25 58.57 0.00 6711.51 17739.22 0.00 [2021-04-19T21:09:57.710Z] 20:47:02 251.46 93.41 158.04 0.00 5509.23 45664.35 0.00 [2021-04-19T21:09:57.710Z] 20:48:01 244.30 109.78 134.52 0.00 3758.28 14027.58 0.00 [2021-04-19T21:09:57.710Z] 20:49:01 115.18 48.35 66.83 0.00 1654.14 9893.40 0.00 [2021-04-19T21:09:57.710Z] 20:50:01 132.41 37.87 94.54 0.00 2864.03 25361.98 0.00 [2021-04-19T21:09:57.710Z] 20:51:03 1760.05 1425.31 334.74 0.00 146776.08 204328.00 0.00 [2021-04-19T21:09:57.710Z] 20:52:02 1822.85 1576.31 246.54 0.00 90964.30 105577.80 0.00 [2021-04-19T21:09:57.710Z] 20:53:02 1121.19 815.47 305.72 0.00 82331.11 142721.75 0.00 [2021-04-19T21:09:57.710Z] 20:54:01 1911.56 1614.93 296.63 0.00 107644.25 109878.65 0.00 [2021-04-19T21:09:57.710Z] 20:55:01 229.28 43.74 185.54 0.00 5848.20 31224.82 0.00 [2021-04-19T21:09:57.710Z] 20:56:01 1.68 0.12 1.57 0.00 4.93 21.61 0.00 [2021-04-19T21:09:57.710Z] 20:57:01 1.40 1.22 0.18 0.00 93.77 1.63 0.00 [2021-04-19T21:09:57.710Z] 20:58:01 0.32 0.12 0.20 0.00 0.93 2.20 0.00 [2021-04-19T21:09:57.710Z] 20:59:01 0.33 0.05 0.28 0.00 0.93 3.26 0.00 [2021-04-19T21:09:57.710Z] 21:00:01 1.67 1.43 0.23 0.00 48.75 3.30 0.00 [2021-04-19T21:09:57.710Z] 21:01:02 1.05 0.13 0.92 0.00 3.46 16.37 0.00 [2021-04-19T21:09:57.710Z] 21:02:01 0.69 0.36 0.34 0.00 23.02 5.57 0.00 [2021-04-19T21:09:57.710Z] 21:03:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 [2021-04-19T21:09:57.710Z] 21:04:01 0.58 0.00 0.58 0.00 0.00 6.28 0.00 [2021-04-19T21:09:57.710Z] 21:05:01 0.68 0.02 0.67 0.00 0.53 7.76 0.00 [2021-04-19T21:09:57.710Z] 21:06:01 0.65 0.00 0.65 0.00 0.00 6.60 0.00 [2021-04-19T21:09:57.710Z] 21:07:01 0.42 0.00 0.42 0.00 0.00 4.35 0.00 [2021-04-19T21:09:57.710Z] 21:08:01 0.22 0.00 0.22 0.00 0.00 2.90 0.00 [2021-04-19T21:09:57.710Z] 21:09:01 0.23 0.00 0.23 0.00 0.00 2.91 0.00 [2021-04-19T21:09:57.711Z] Average: 320.18 241.36 78.82 0.00 19030.41 29625.95 0.00 [2021-04-19T21:09:57.711Z] [2021-04-19T21:09:57.711Z] 20:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-19T21:09:57.711Z] 20:46:01 208904 0 636920 33.85 2620 1033100 1408960 48.09 600784 865164 43652 [2021-04-19T21:09:57.711Z] 20:47:02 113748 0 739592 39.31 1524 1026680 1332988 45.49 565228 928408 0 [2021-04-19T21:09:57.711Z] 20:48:01 136632 0 817468 43.45 948 926496 1551804 52.96 670352 787728 4712 [2021-04-19T21:09:57.711Z] 20:49:01 271744 0 773132 41.09 744 835924 1543588 52.68 598948 720508 36544 [2021-04-19T21:09:57.711Z] 20:50:01 181048 0 754516 40.10 616 945364 1434488 48.96 578068 829456 44 [2021-04-19T21:09:57.711Z] 20:51:03 72908 0 848516 45.10 32 960088 2343816 79.99 746232 843576 31396 [2021-04-19T21:09:57.711Z] 20:52:02 341972 0 1065984 56.65 32 473556 3871816 132.14 638204 625308 33820 [2021-04-19T21:09:57.711Z] 20:53:02 269456 0 734020 39.01 32 878036 1738928 59.35 502996 894600 21180 [2021-04-19T21:09:57.711Z] 20:54:01 333912 0 934276 49.65 32 613324 3047476 104.01 639780 650968 2384 [2021-04-19T21:09:57.711Z] 20:55:01 110300 0 673920 35.82 32 1097292 1246432 42.54 549128 960908 20 [2021-04-19T21:09:57.711Z] 20:56:01 124552 0 659536 35.05 32 1097424 1182240 40.35 541832 960336 12 [2021-04-19T21:09:57.711Z] 20:57:01 122928 0 658336 34.99 32 1100248 1178128 40.21 541232 963156 8 [2021-04-19T21:09:57.711Z] 20:58:01 123292 0 657960 34.97 32 1100260 1162912 39.69 541208 963156 8 [2021-04-19T21:09:57.711Z] 20:59:01 123504 0 657740 34.96 32 1100268 1162852 39.69 540940 963180 8 [2021-04-19T21:09:57.711Z] 21:00:01 122616 0 657848 34.96 32 1101048 1162852 39.69 540944 963908 20 [2021-04-19T21:09:57.711Z] 21:01:02 121912 0 658556 35.00 32 1101044 1165048 39.76 540856 963928 16 [2021-04-19T21:09:57.711Z] 21:02:01 122208 0 657572 34.95 32 1101732 1163216 39.70 540388 964504 8 [2021-04-19T21:09:57.711Z] 21:03:01 121140 0 658600 35.00 32 1101772 1163384 39.70 541424 964504 16 [2021-04-19T21:09:57.711Z] 21:04:01 121904 0 657860 34.96 32 1101748 1163216 39.70 540444 964504 8 [2021-04-19T21:09:57.711Z] 21:05:01 121164 0 658612 35.00 32 1101736 1163360 39.70 541176 964504 12 [2021-04-19T21:09:57.711Z] 21:06:01 121960 0 657792 34.96 32 1101760 1163252 39.70 540604 964520 12 [2021-04-19T21:09:57.711Z] 21:07:01 122092 0 657656 34.95 32 1101764 1163216 39.70 540412 964520 8 [2021-04-19T21:09:57.711Z] 21:08:01 121992 0 657748 34.96 32 1101772 1163216 39.70 540312 964520 8 [2021-04-19T21:09:57.711Z] 21:09:01 120844 0 658892 35.02 32 1101776 1163384 39.70 541320 964520 12 [2021-04-19T21:09:57.711Z] Average: 156364 0 716377 38.07 294 1008509 1493357 50.97 569284 900016 7246 [2021-04-19T21:09:57.711Z] [2021-04-19T21:09:57.711Z] 20:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-19T21:09:57.711Z] 20:46:01 eth0 1624.07 1381.34 5931.75 155.93 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:46:01 veth82e54d1 860.98 802.69 83.27 2693.30 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:46:01 docker0 860.98 802.56 71.50 2693.29 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:47:02 eth0 608.57 511.55 3684.32 85.65 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:47:02 docker0 231.71 257.01 15.38 838.19 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:48:01 veth851540d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:48:01 eth0 33.63 19.29 30.41 12.19 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:49:01 veth851540d 2.14 2.14 0.17 0.17 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:49:01 eth0 26.85 14.00 19.51 10.50 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:49:01 docker0 2.14 2.14 0.14 0.17 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:50:01 vethe89729b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:50:01 eth0 226.61 174.41 1700.20 101.81 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:51:03 veth04dca37 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:51:03 eth0 97.33 77.02 168.68 64.11 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:51:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:51:03 docker0 44.21 51.18 2.87 142.68 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:52:02 veth04dca37 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:52:02 vethba815f6 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:52:02 vethb5565fe 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:52:02 veth5e764be 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:53:02 veth04dca37 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:53:02 eth0 3015.20 2408.80 12376.96 488.11 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:53:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:53:02 docker0 1157.44 1144.04 91.00 3859.96 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:54:01 veth04dca37 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:54:01 veth87e99b5 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:54:01 veth08cefca 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:54:01 eth0 67.83 47.79 144.88 15.49 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:55:01 eth0 225.33 174.12 1671.60 105.24 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:55:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:55:01 docker0 1226.55 1238.95 95.53 4389.84 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:56:01 eth0 0.90 0.17 0.13 0.04 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:57:01 eth0 1.13 0.42 0.33 0.21 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:58:01 eth0 1.58 0.42 0.37 0.21 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:59:01 eth0 1.07 0.57 0.54 0.40 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:00:01 eth0 1.30 0.42 0.46 0.27 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:01:02 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:02:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:03:01 eth0 0.97 0.37 0.32 0.17 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:04:01 eth0 0.67 0.07 0.06 0.04 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:05:01 eth0 0.70 0.42 0.35 0.24 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:06:01 eth0 0.22 0.13 0.07 0.04 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:07:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:08:01 eth0 0.93 0.05 0.07 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:09:01 eth0 0.98 0.30 0.32 0.17 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] Average: eth0 124.92 101.96 567.97 23.89 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] Average: docker0 51.19 51.71 3.99 183.21 0.00 0.00 0.00 0.00 [2021-04-19T21:09:57.711Z] [2021-04-19T21:09:57.711Z] [2021-04-19T21:09:57.711Z] ---> sar -P ALL: [2021-04-19T21:09:57.711Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T21:09:57.711Z] [2021-04-19T21:09:57.711Z] 20:44:22 LINUX RESTART (4 CPU) [2021-04-19T21:09:57.711Z] [2021-04-19T21:09:57.711Z] 20:45:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T21:09:57.711Z] 20:46:01 all 15.01 0.00 6.34 2.07 0.16 76.43 [2021-04-19T21:09:57.711Z] 20:46:01 0 12.06 0.00 7.87 0.12 0.19 79.76 [2021-04-19T21:09:57.711Z] 20:46:01 1 13.35 0.00 5.82 0.85 0.12 79.85 [2021-04-19T21:09:57.711Z] 20:46:01 2 19.25 0.00 6.27 2.13 0.17 72.18 [2021-04-19T21:09:57.711Z] 20:46:01 3 15.32 0.00 5.40 5.14 0.17 73.97 [2021-04-19T21:09:57.711Z] 20:47:02 all 10.17 0.00 7.91 3.59 0.36 77.97 [2021-04-19T21:09:57.711Z] 20:47:02 0 9.34 0.00 8.48 3.02 0.43 78.73 [2021-04-19T21:09:57.711Z] 20:47:02 1 10.16 0.00 8.10 4.44 0.43 76.87 [2021-04-19T21:09:57.711Z] 20:47:02 2 10.82 0.00 7.77 5.02 0.29 76.10 [2021-04-19T21:09:57.711Z] 20:47:02 3 10.36 0.00 7.27 1.87 0.31 80.19 [2021-04-19T21:09:57.712Z] 20:48:01 all 41.14 0.00 12.09 4.59 0.19 41.99 [2021-04-19T21:09:57.712Z] 20:48:01 0 39.11 0.00 12.75 6.10 0.19 41.85 [2021-04-19T21:09:57.712Z] 20:48:01 1 42.61 0.00 11.92 2.57 0.18 42.73 [2021-04-19T21:09:57.712Z] 20:48:01 2 41.60 0.00 12.52 4.85 0.18 40.86 [2021-04-19T21:09:57.712Z] 20:48:01 3 41.26 0.00 11.17 4.84 0.20 42.53 [2021-04-19T21:09:57.712Z] 20:49:01 all 49.21 0.00 13.06 3.95 0.13 33.65 [2021-04-19T21:09:57.712Z] 20:49:01 0 50.07 0.00 13.04 5.13 0.16 31.60 [2021-04-19T21:09:57.712Z] 20:49:01 1 49.75 0.00 12.89 3.46 0.09 33.82 [2021-04-19T21:09:57.712Z] 20:49:01 2 48.56 0.00 13.52 2.75 0.12 35.04 [2021-04-19T21:09:57.712Z] 20:49:01 3 48.47 0.00 12.82 4.45 0.14 34.12 [2021-04-19T21:09:57.712Z] 20:50:01 all 34.71 0.00 12.92 1.95 0.46 49.95 [2021-04-19T21:09:57.712Z] 20:50:01 0 34.42 0.00 13.03 2.38 0.49 49.68 [2021-04-19T21:09:57.712Z] 20:50:01 1 32.55 0.00 12.77 1.50 0.54 52.64 [2021-04-19T21:09:57.712Z] 20:50:01 2 34.94 0.00 12.70 3.29 0.47 48.60 [2021-04-19T21:09:57.712Z] 20:50:01 3 36.93 0.00 13.20 0.63 0.35 48.89 [2021-04-19T21:09:57.712Z] 20:51:03 all 20.79 0.00 29.53 17.06 1.09 31.53 [2021-04-19T21:09:57.712Z] 20:51:03 0 20.62 0.00 29.58 15.78 1.12 32.90 [2021-04-19T21:09:57.712Z] 20:51:03 1 21.79 0.00 28.65 18.73 1.01 29.80 [2021-04-19T21:09:57.712Z] 20:51:03 2 20.39 0.00 29.58 17.46 1.10 31.47 [2021-04-19T21:09:57.712Z] 20:51:03 3 20.33 0.00 30.33 16.26 1.13 31.96 [2021-04-19T21:09:57.712Z] 20:52:02 all 53.23 0.00 20.70 13.28 0.81 11.98 [2021-04-19T21:09:57.712Z] 20:52:02 0 53.05 0.00 21.33 13.85 0.79 10.98 [2021-04-19T21:09:57.712Z] 20:52:02 1 52.87 0.00 19.49 12.73 0.82 14.09 [2021-04-19T21:09:57.712Z] 20:52:02 2 52.73 0.00 21.53 12.42 0.89 12.42 [2021-04-19T21:09:57.712Z] 20:52:02 3 54.29 0.00 20.46 14.13 0.72 10.40 [2021-04-19T21:09:57.712Z] 20:53:02 all 30.42 0.00 23.32 16.80 0.26 29.21 [2021-04-19T21:09:57.712Z] 20:53:02 0 30.89 0.00 22.38 18.47 0.30 27.96 [2021-04-19T21:09:57.712Z] 20:53:02 1 30.59 0.00 22.33 18.17 0.27 28.64 [2021-04-19T21:09:57.712Z] 20:53:02 2 29.42 0.00 24.77 14.72 0.25 30.84 [2021-04-19T21:09:57.712Z] 20:53:02 3 30.77 0.00 23.79 15.82 0.21 29.41 [2021-04-19T21:09:57.712Z] 20:54:01 all 44.45 0.00 23.30 17.74 0.19 14.33 [2021-04-19T21:09:57.712Z] 20:54:01 0 43.66 0.00 21.50 17.19 0.20 17.46 [2021-04-19T21:09:57.712Z] 20:54:01 1 43.70 0.00 24.75 18.61 0.21 12.72 [2021-04-19T21:09:57.712Z] 20:54:01 2 44.66 0.00 23.38 18.91 0.13 12.93 [2021-04-19T21:09:57.712Z] 20:54:01 3 45.80 0.00 23.54 16.21 0.24 14.22 [2021-04-19T21:09:57.712Z] 20:55:01 all 19.26 0.00 8.94 7.85 0.06 63.89 [2021-04-19T21:09:57.712Z] 20:55:01 0 19.93 0.00 9.38 5.32 0.09 65.28 [2021-04-19T21:09:57.712Z] 20:55:01 1 18.63 0.00 8.30 6.85 0.05 66.17 [2021-04-19T21:09:57.712Z] 20:55:01 2 20.36 0.00 8.57 8.83 0.05 62.18 [2021-04-19T21:09:57.712Z] 20:55:01 3 18.13 0.00 9.48 10.40 0.07 61.92 [2021-04-19T21:09:57.712Z] 20:56:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-04-19T21:09:57.712Z] 20:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T21:09:57.712Z] 20:56:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-19T21:09:57.712Z] 20:56:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T21:09:57.712Z] 20:56:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T21:09:57.712Z] [2021-04-19T21:09:57.712Z] 20:56:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T21:09:57.712Z] 20:57:01 all 0.19 0.00 0.13 0.00 0.00 99.68 [2021-04-19T21:09:57.712Z] 20:57:01 0 0.03 0.00 0.12 0.00 0.00 99.85 [2021-04-19T21:09:57.712Z] 20:57:01 1 0.57 0.00 0.08 0.00 0.02 99.33 [2021-04-19T21:09:57.712Z] 20:57:01 2 0.07 0.00 0.15 0.00 0.00 99.78 [2021-04-19T21:09:57.712Z] 20:57:01 3 0.08 0.00 0.17 0.00 0.00 99.75 [2021-04-19T21:09:57.712Z] 20:58:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-04-19T21:09:57.712Z] 20:58:01 0 0.02 0.00 0.05 0.02 0.00 99.92 [2021-04-19T21:09:57.712Z] 20:58:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-19T21:09:57.712Z] 20:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T21:09:57.712Z] 20:58:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-19T21:09:57.712Z] 20:59:01 all 0.10 0.00 0.04 0.00 0.00 99.85 [2021-04-19T21:09:57.712Z] 20:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T21:09:57.712Z] 20:59:01 1 0.33 0.00 0.03 0.00 0.00 99.63 [2021-04-19T21:09:57.712Z] 20:59:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2021-04-19T21:09:57.712Z] 20:59:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T21:09:57.712Z] 21:00:01 all 0.10 0.00 0.08 0.02 0.01 99.79 [2021-04-19T21:09:57.712Z] 21:00:01 0 0.05 0.00 0.07 0.02 0.00 99.87 [2021-04-19T21:09:57.712Z] 21:00:01 1 0.25 0.00 0.03 0.00 0.02 99.70 [2021-04-19T21:09:57.712Z] 21:00:01 2 0.05 0.00 0.13 0.07 0.00 99.75 [2021-04-19T21:09:57.712Z] 21:00:01 3 0.03 0.00 0.08 0.00 0.03 99.85 [2021-04-19T21:09:57.712Z] 21:01:02 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-04-19T21:09:57.712Z] 21:01:02 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T21:09:57.712Z] 21:01:02 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-19T21:09:57.712Z] 21:01:02 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-19T21:09:57.712Z] 21:01:02 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T21:09:57.712Z] 21:02:01 all 0.16 0.00 0.04 0.02 0.00 99.79 [2021-04-19T21:09:57.712Z] 21:02:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2021-04-19T21:09:57.712Z] 21:02:01 1 0.07 0.00 0.05 0.02 0.00 99.86 [2021-04-19T21:09:57.712Z] 21:02:01 2 0.52 0.00 0.03 0.02 0.00 99.42 [2021-04-19T21:09:57.712Z] 21:02:01 3 0.02 0.00 0.03 0.02 0.00 99.93 [2021-04-19T21:09:57.712Z] 21:03:01 all 0.16 0.00 0.03 0.00 0.01 99.80 [2021-04-19T21:09:57.712Z] 21:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T21:09:57.712Z] 21:03:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-19T21:09:57.712Z] 21:03:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-04-19T21:09:57.712Z] 21:03:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2021-04-19T21:09:57.712Z] 21:04:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-04-19T21:09:57.712Z] 21:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-19T21:09:57.712Z] 21:04:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T21:09:57.712Z] 21:04:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-19T21:09:57.712Z] 21:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T21:09:57.712Z] 21:05:01 all 0.10 0.00 0.04 0.00 0.00 99.87 [2021-04-19T21:09:57.712Z] 21:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T21:09:57.712Z] 21:05:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-19T21:09:57.712Z] 21:05:01 2 0.30 0.00 0.03 0.00 0.00 99.67 [2021-04-19T21:09:57.712Z] 21:05:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-19T21:09:57.712Z] 21:06:01 all 0.09 0.00 0.02 0.00 0.01 99.88 [2021-04-19T21:09:57.712Z] 21:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T21:09:57.712Z] 21:06:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-04-19T21:09:57.712Z] 21:06:01 2 0.28 0.00 0.02 0.00 0.02 99.68 [2021-04-19T21:09:57.712Z] 21:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T21:09:57.712Z] 21:07:01 all 0.10 0.00 0.03 0.00 0.00 99.87 [2021-04-19T21:09:57.712Z] 21:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-19T21:09:57.712Z] 21:07:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-19T21:09:57.712Z] 21:07:01 2 0.35 0.00 0.05 0.00 0.00 99.60 [2021-04-19T21:09:57.712Z] 21:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T21:09:57.712Z] [2021-04-19T21:09:57.712Z] 21:07:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T21:09:57.712Z] 21:08:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-04-19T21:09:57.712Z] 21:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T21:09:57.712Z] 21:08:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T21:09:57.712Z] 21:08:01 2 0.50 0.00 0.00 0.00 0.00 99.50 [2021-04-19T21:09:57.712Z] 21:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T21:09:57.712Z] 21:09:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-04-19T21:09:57.712Z] 21:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T21:09:57.712Z] 21:09:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T21:09:57.712Z] 21:09:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-19T21:09:57.712Z] 21:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-19T21:09:57.712Z] Average: all 12.88 0.00 6.40 3.58 0.15 77.00 [2021-04-19T21:09:57.712Z] Average: 0 12.59 0.00 6.45 3.51 0.16 77.29 [2021-04-19T21:09:57.712Z] Average: 1 12.87 0.00 6.29 3.55 0.15 77.14 [2021-04-19T21:09:57.712Z] Average: 2 13.14 0.00 6.51 3.64 0.15 76.56 [2021-04-19T21:09:57.712Z] Average: 3 12.90 0.00 6.35 3.60 0.14 77.00 [2021-04-19T21:09:57.712Z] [2021-04-19T21:09:57.712Z] [2021-04-19T21:09:57.712Z]