Pull request #3329 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bdf97cbf511afb369cd5a318516ede6912a4218a+4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf (0ed1c18b9075a6be2cd01201d664ac553961ed27) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33476 in /w/workspace/edgexfoundry_edgex-go_PR-3329 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit bdf97cbf511afb369cd5a318516ede6912a4218a Merge succeeded, producing bdf97cbf511afb369cd5a318516ede6912a4218a Checking out Revision bdf97cbf511afb369cd5a318516ede6912a4218a (PR-3329) > 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/3329/head:refs/remotes/origin/PR-3329 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bdf97cbf511afb369cd5a318516ede6912a4218a # 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 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bdf97cbf511afb369cd5a318516ede6912a4218a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-09T22:09:49.338Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-09T22:09:49.578Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-09T22:09:49.667Z] ========================================================= [2021-04-09T22:09:49.667Z] EdgeX Global Pipelines Version Info [2021-04-09T22:09:49.667Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c06bbc9a57fc45fab0088cbb920d274ff0759018 # timeout=10 [2021-04-09T22:09:51.160Z] ------------------- [2021-04-09T22:09:51.160Z] stable info: [2021-04-09T22:09:51.160Z] ------------------- [2021-04-09T22:09:51.160Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-09T22:09:51.160Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-09T22:09:51.160Z] Message: update stable to v1.0.186 [2021-04-09T22:09:52.106Z] ------------------- [2021-04-09T22:09:52.106Z] experimental info: [2021-04-09T22:09:52.106Z] ------------------- [2021-04-09T22:09:52.106Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-09T22:09:52.106Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-09T22:09:52.106Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-09T22:09:52.342Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-09T22:09:52.429Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-09T22:09:52.515Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-09T22:09:52.600Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-09T22:09:52.705Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-09T22:09:52.793Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-09T22:09:52.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-09T22:09:52.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-09T22:09:53.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-09T22:09:53.200Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-09T22:09:53.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-09T22:09:53.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-09T22:09:53.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-09T22:09:53.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-09T22:09:53.809Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T22:09:53.894Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T22:09:53.976Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-09T22:09:54.059Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-09T22:09:54.156Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-09T22:09:54.241Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-09T22:09:54.326Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-09T22:09:54.411Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-09T22:09:54.493Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3329 [Pipeline] echo [2021-04-09T22:09:54.577Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3329 [Pipeline] echo [2021-04-09T22:09:54.657Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3329 [Pipeline] echo [2021-04-09T22:09:54.791Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bdf97cbf511afb369cd5a318516ede6912a4218a [Pipeline] echo [2021-04-09T22:09:54.890Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bdf97cb [Pipeline] echo [2021-04-09T22:09:54.979Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T22:09:55.225Z] provisioning config files... [2021-04-09T22:09:55.261Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4835775847818951721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:09:55.639Z] ---> docker-login.sh [2021-04-09T22:09:55.639Z] nexus3.edgexfoundry.org:10001 [2021-04-09T22:09:55.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:09:56.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:09:56.165Z] Configure a credential helper to remove this warning. See [2021-04-09T22:09:56.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:09:56.166Z] [2021-04-09T22:09:56.166Z] Login Succeeded [2021-04-09T22:09:56.166Z] nexus3.edgexfoundry.org:10002 [2021-04-09T22:09:56.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:09:56.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:09:56.166Z] Configure a credential helper to remove this warning. See [2021-04-09T22:09:56.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:09:56.166Z] [2021-04-09T22:09:56.166Z] Login Succeeded [2021-04-09T22:09:56.166Z] nexus3.edgexfoundry.org:10003 [2021-04-09T22:09:56.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:09:56.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:09:56.432Z] Configure a credential helper to remove this warning. See [2021-04-09T22:09:56.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:09:56.432Z] [2021-04-09T22:09:56.432Z] Login Succeeded [2021-04-09T22:09:56.432Z] nexus3.edgexfoundry.org:10004 [2021-04-09T22:09:56.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:09:56.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:09:56.695Z] Configure a credential helper to remove this warning. See [2021-04-09T22:09:56.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:09:56.695Z] [2021-04-09T22:09:56.695Z] Login Succeeded [2021-04-09T22:09:56.695Z] docker.io [2021-04-09T22:09:56.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:09:56.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:09:56.960Z] Configure a credential helper to remove this warning. See [2021-04-09T22:09:56.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:09:56.960Z] [2021-04-09T22:09:56.960Z] Login Succeeded [2021-04-09T22:09:56.960Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T22:09:56.971Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T22:09:57.451Z] ++ 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-09T22:09:57.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:09:57.451Z] ++ dirname cmd/core-command/Dockerfile [2021-04-09T22:09:57.451Z] ++ cut -d/ -f2 [2021-04-09T22:09:57.451Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-09T22:09:57.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:09:57.451Z] ++ dirname cmd/core-data/Dockerfile [2021-04-09T22:09:57.451Z] ++ cut -d/ -f2 [2021-04-09T22:09:57.451Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-09T22:09:57.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:09:57.451Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-09T22:09:57.451Z] ++ cut -d/ -f2 [2021-04-09T22:09:57.451Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-09T22:09:57.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:09:57.451Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-09T22:09:57.451Z] ++ cut -d/ -f2 [2021-04-09T22:09:57.451Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-09T22:09:57.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:09:57.451Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-09T22:09:57.451Z] ++ cut -d/ -f2 [2021-04-09T22:09:57.451Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-09T22:09:57.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:09:57.451Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-09T22:09:57.451Z] ++ cut -d/ -f2 [2021-04-09T22:09:57.451Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-09T22:09:57.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:09:57.451Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-09T22:09:57.451Z] ++ cut -d/ -f2 [2021-04-09T22:09:57.451Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-09T22:09:57.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:09:57.451Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-09T22:09:57.451Z] ++ cut -d/ -f2 [2021-04-09T22:09:57.451Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-09T22:09:57.451Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:09:57.451Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-09T22:09:57.451Z] ++ cut -d/ -f2 [2021-04-09T22:09:57.451Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-09T22:09:57.527Z] 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-09T22:09:58.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T22:09:58.358Z] [2021-04-09T22:09:58.358Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:09:58.714Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T22:09:58.714Z] latest: Pulling from edgex-devops/git-semver [2021-04-09T22:09:58.714Z] 31603596830f: Pulling fs layer [2021-04-09T22:09:58.714Z] 2a8b12db71e7: Pulling fs layer [2021-04-09T22:09:58.714Z] 6ca5941a6612: Pulling fs layer [2021-04-09T22:09:58.714Z] ecc8261a40a4: Pulling fs layer [2021-04-09T22:09:58.714Z] ecc8261a40a4: Waiting [2021-04-09T22:09:58.714Z] 2a8b12db71e7: Verifying Checksum [2021-04-09T22:09:58.714Z] 2a8b12db71e7: Download complete [2021-04-09T22:09:58.986Z] 31603596830f: Verifying Checksum [2021-04-09T22:09:58.986Z] 31603596830f: Download complete [2021-04-09T22:09:58.986Z] 6ca5941a6612: Verifying Checksum [2021-04-09T22:09:58.986Z] 6ca5941a6612: Download complete [2021-04-09T22:09:58.986Z] ecc8261a40a4: Verifying Checksum [2021-04-09T22:09:58.986Z] ecc8261a40a4: Download complete [2021-04-09T22:09:59.261Z] 31603596830f: Pull complete [2021-04-09T22:09:59.525Z] 2a8b12db71e7: Pull complete [2021-04-09T22:10:00.476Z] 6ca5941a6612: Pull complete [2021-04-09T22:10:00.476Z] ecc8261a40a4: Pull complete [2021-04-09T22:10:00.476Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-09T22:10:00.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T22:10:00.476Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-09T22:10:00.628Z] prd-centos7-docker-4c-2g-33476 does not seem to be running inside a container [2021-04-09T22:10:00.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-09T22:10:03.427Z] $ docker top b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T22:10:03.742Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T22:10:03.742Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T22:10:03.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T22:10:03.993Z] $ docker exec b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 ssh-agent [2021-04-09T22:10:04.191Z] SSH_AUTH_SOCK=/tmp/ssh-xa70wiGhswQP/agent.11 [2021-04-09T22:10:04.191Z] SSH_AGENT_PID=16 [2021-04-09T22:10:04.204Z] Running ssh-add (command line suppressed) [2021-04-09T22:10:04.330Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_1586417700094637973.key (/w/workspace/edgex-go/10@tmp/private_key_1586417700094637973.key) [2021-04-09T22:10:04.385Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T22:10:04.721Z] + git tag --points-at HEAD [Pipeline] } [2021-04-09T22:10:04.744Z] $ docker exec --env ******** --env ******** b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 ssh-agent -k [2021-04-09T22:10:04.869Z] unset SSH_AUTH_SOCK; [2021-04-09T22:10:04.870Z] unset SSH_AGENT_PID; [2021-04-09T22:10:04.870Z] echo Agent pid 16 killed; [2021-04-09T22:10:04.922Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-09T22:10:05.059Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T22:10:05.059Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T22:10:05.240Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T22:10:05.244Z] $ docker exec b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 ssh-agent [2021-04-09T22:10:05.426Z] SSH_AUTH_SOCK=/tmp/ssh-GhAhwa7YRWu1/agent.44 [2021-04-09T22:10:05.426Z] SSH_AGENT_PID=49 [2021-04-09T22:10:05.449Z] Running ssh-add (command line suppressed) [2021-04-09T22:10:05.613Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_1116757644338071088.key (/w/workspace/edgex-go/10@tmp/private_key_1116757644338071088.key) [2021-04-09T22:10:05.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T22:10:06.004Z] + git semver init [2021-04-09T22:10:06.005Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T22:10:06.005Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2021-04-09T22:10:06.005Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2021-04-09T22:10:06.005Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T22:10:06.005Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T22:10:06.005Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T22:10:06.005Z] # $SEMVER_BRANCH = PR-3329 [2021-04-09T22:10:06.005Z] # $SEMVER_TEMP = /tmp/semver-366662237 [2021-04-09T22:10:06.005Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-09T22:10:24.179Z] # '/tmp/semver-366662237' -> '/w/workspace/edgex-go/10/.semver' [2021-04-09T22:10:24.179Z] # -> Force: false [2021-04-09T22:10:24.179Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2021-04-09T22:10:24.192Z] $ docker exec --env ******** --env ******** b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 ssh-agent -k [2021-04-09T22:10:24.435Z] unset SSH_AUTH_SOCK; [2021-04-09T22:10:24.436Z] unset SSH_AGENT_PID; [2021-04-09T22:10:24.436Z] echo Agent pid 49 killed; [2021-04-09T22:10:24.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T22:10:25.013Z] + git semver [Pipeline] } [2021-04-09T22:10:25.031Z] $ docker stop --time=1 b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 [2021-04-09T22:10:26.598Z] $ docker rm -f b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T22:10:27.140Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-09T22:10:27.734Z] Stashed 1 file(s) [Pipeline] echo [2021-04-09T22:10:27.737Z] [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-09T22:10:28.679Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-09T22:10:28.983Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T22:10:29.289Z] + sudo service docker restart [2021-04-09T22:10:29.289Z] + true [2021-04-09T22:10:29.289Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-09T22:10:29.890Z] ========================================================= [2021-04-09T22:10:29.890Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-09T22:10:29.891Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:10:30.241Z] + 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-09T22:10:34.473Z] Sending build context to Docker daemon 329.3MB [2021-04-09T22:10:34.473Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T22:10:34.473Z] Step 2/6 : FROM ${BASE} [2021-04-09T22:10:34.736Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-09T22:10:34.736Z] 188c0c94c7c5: Pulling fs layer [2021-04-09T22:10:34.736Z] 0ef7d3d256c8: Pulling fs layer [2021-04-09T22:10:34.736Z] de9db76c5a1d: Pulling fs layer [2021-04-09T22:10:34.736Z] bca2f99d35d6: Pulling fs layer [2021-04-09T22:10:34.736Z] 93359f2a8cfa: Pulling fs layer [2021-04-09T22:10:34.736Z] 7c6f9722023f: Pulling fs layer [2021-04-09T22:10:34.736Z] a35cf1a2eb13: Pulling fs layer [2021-04-09T22:10:34.736Z] 93359f2a8cfa: Waiting [2021-04-09T22:10:34.736Z] 7c6f9722023f: Waiting [2021-04-09T22:10:34.736Z] a35cf1a2eb13: Waiting [2021-04-09T22:10:34.736Z] bca2f99d35d6: Waiting [2021-04-09T22:10:34.736Z] de9db76c5a1d: Download complete [2021-04-09T22:10:34.736Z] 0ef7d3d256c8: Verifying Checksum [2021-04-09T22:10:34.736Z] 0ef7d3d256c8: Download complete [2021-04-09T22:10:34.736Z] 93359f2a8cfa: Verifying Checksum [2021-04-09T22:10:34.736Z] 93359f2a8cfa: Download complete [2021-04-09T22:10:34.736Z] 7c6f9722023f: Verifying Checksum [2021-04-09T22:10:34.736Z] 7c6f9722023f: Download complete [2021-04-09T22:10:35.312Z] 188c0c94c7c5: Verifying Checksum [2021-04-09T22:10:35.312Z] 188c0c94c7c5: Download complete [2021-04-09T22:10:35.575Z] 188c0c94c7c5: Pull complete [2021-04-09T22:10:35.839Z] 0ef7d3d256c8: Pull complete [2021-04-09T22:10:36.105Z] de9db76c5a1d: Pull complete [2021-04-09T22:10:37.065Z] a35cf1a2eb13: Verifying Checksum [2021-04-09T22:10:37.065Z] a35cf1a2eb13: Download complete [2021-04-09T22:10:37.648Z] bca2f99d35d6: Verifying Checksum [2021-04-09T22:10:37.648Z] bca2f99d35d6: Download complete [2021-04-09T22:10:42.981Z] bca2f99d35d6: Pull complete [2021-04-09T22:10:43.166Z] Still waiting to schedule task [2021-04-09T22:10:43.166Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-09T22:10:43.244Z] 93359f2a8cfa: Pull complete [2021-04-09T22:10:43.244Z] 7c6f9722023f: Pull complete [2021-04-09T22:10:48.578Z] a35cf1a2eb13: Pull complete [2021-04-09T22:10:48.578Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-09T22:10:48.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-09T22:10:48.578Z] ---> a62c8e92a672 [2021-04-09T22:10:48.578Z] 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-09T22:10:48.578Z] ---> Running in 6e8c28ad03fb [2021-04-09T22:10:48.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:10:49.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:10:50.102Z] (1/12) Installing libmagic (5.38-r0) [2021-04-09T22:10:50.368Z] (2/12) Installing file (5.38-r0) [2021-04-09T22:10:50.368Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-09T22:10:50.368Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-09T22:11:00.388Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-09T22:11:00.388Z] (6/12) Installing patch (2.7.6-r6) [2021-04-09T22:11:00.388Z] (7/12) Installing build-base (0.5-r2) [2021-04-09T22:11:00.388Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-09T22:11:00.388Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-09T22:11:00.388Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-09T22:11:00.388Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-09T22:11:00.388Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-09T22:11:00.388Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T22:11:00.388Z] OK: 233 MiB in 51 packages [2021-04-09T22:11:04.657Z] Removing intermediate container 6e8c28ad03fb [2021-04-09T22:11:04.657Z] ---> da06306254e3 [2021-04-09T22:11:04.657Z] Step 4/6 : WORKDIR /edgex-go [2021-04-09T22:11:04.657Z] ---> Running in ac2b628f076a [2021-04-09T22:11:04.657Z] Removing intermediate container ac2b628f076a [2021-04-09T22:11:04.657Z] ---> eeb17bcd6088 [2021-04-09T22:11:04.657Z] Step 5/6 : COPY go.mod . [2021-04-09T22:11:04.657Z] ---> 15476d535ee4 [2021-04-09T22:11:04.657Z] Step 6/6 : RUN go mod download [2021-04-09T22:11:04.657Z] ---> Running in cc73edbf678b [2021-04-09T22:11:26.689Z] Removing intermediate container cc73edbf678b [2021-04-09T22:11:26.689Z] ---> 224078d49b2e [2021-04-09T22:11:26.689Z] Successfully built 224078d49b2e [2021-04-09T22:11:26.689Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:11:27.009Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T22:11:27.271Z] . [Pipeline] withDockerContainer [2021-04-09T22:11:27.377Z] prd-centos7-docker-4c-2g-33476 does not seem to be running inside a container [2021-04-09T22:11:27.429Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-09T22:11:28.377Z] $ docker top a040921eedb49ea3a8bdaa218be6240a41b2df267ad5f5a83871178bc612dd08 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:11:28.930Z] + go version [2021-04-09T22:11:28.930Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-09T22:11:28.946Z] $ docker stop --time=1 a040921eedb49ea3a8bdaa218be6240a41b2df267ad5f5a83871178bc612dd08 [2021-04-09T22:11:30.384Z] $ docker rm -f a040921eedb49ea3a8bdaa218be6240a41b2df267ad5f5a83871178bc612dd08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:11:31.346Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T22:11:31.346Z] . [Pipeline] withDockerContainer [2021-04-09T22:11:31.451Z] prd-centos7-docker-4c-2g-33476 does not seem to be running inside a container [2021-04-09T22:11:31.500Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-09T22:11:32.348Z] $ docker top a1d82915677d5b88df10b32ca9ebe053d3e8bc6056915a3eac45cfa58fd6b3aa -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-09T22:11:32.561Z] ========================================================= [2021-04-09T22:11:32.561Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-09T22:11:32.561Z] ========================================================= [Pipeline] sh [2021-04-09T22:11:32.855Z] + make test [2021-04-09T22:11:32.855Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-09T22:11:42.914Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-09T22:11:57.968Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-09T22:12:04.628Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-09T22:12:04.628Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-09T22:12:04.628Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-09T22:12:07.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-09T22:12:07.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-09T22:12:07.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-09T22:12:07.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-09T22:12:07.812Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-09T22:12:08.419Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-09T22:12:11.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-09T22:12:11.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-09T22:12:11.034Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-09T22:12:12.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 45.9% of statements [2021-04-09T22:12:12.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-09T22:12:12.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-09T22:12:12.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-09T22:12:12.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-09T22:12:12.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-09T22:12:12.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-09T22:12:12.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.051s coverage: 19.8% of statements [2021-04-09T22:12:12.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements [2021-04-09T22:12:17.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-09T22:12:17.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-09T22:12:17.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.094s coverage: 100.0% of statements [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-09T22:12:17.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.128s coverage: 71.3% of statements [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-09T22:12:17.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.139s coverage: 82.9% of statements [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:12:17.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements [2021-04-09T22:12:17.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-09T22:12:19.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.318s coverage: 28.6% of statements [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-09T22:12:19.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-09T22:12:19.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-09T22:12:19.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-09T22:12:19.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.163s coverage: 97.5% of statements [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-09T22:12:19.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-09T22:12:19.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-09T22:12:22.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.381s coverage: 92.8% of statements [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-09T22:12:22.485Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-09T22:12:22.485Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 1.0% of statements [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-09T22:12:22.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-09T22:12:22.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2021-04-09T22:12:22.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements [2021-04-09T22:12:22.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements [2021-04-09T22:12:22.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2021-04-09T22:12:23.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.087s coverage: 87.5% of statements [2021-04-09T22:12:35.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements [2021-04-09T22:12:35.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2021-04-09T22:12:37.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.232s coverage: 81.5% of statements [2021-04-09T22:12:37.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-09T22:12:37.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.047s coverage: 87.1% of statements [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.106s coverage: 92.9% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 84.6% of statements [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.6% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.183s coverage: 64.4% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.310s coverage: 69.0% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.141s coverage: 47.0% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.056s coverage: 11.0% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.155s coverage: 87.1% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-09T22:12:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.775s coverage: 29.1% of statements [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-09T22:12:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-09T22:12:48.376Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-09T22:12:48.376Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.073s coverage: 100.0% of statements [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-09T22:12:48.376Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.110s coverage: 95.6% of statements [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-09T22:12:48.376Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-09T22:12:48.376Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-09T22:12:48.376Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-09T22:12:48.376Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-09T22:12:48.376Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-04-09T22:12:48.376Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-04-09T22:12:48.376Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-04-09T22:12:49.029Z] GO111MODULE=on go vet ./... [2021-04-09T22:13:15.763Z] gofmt -l . [2021-04-09T22:13:16.341Z] [ "`gofmt -l .`" = "" ] [2021-04-09T22:13:17.290Z] ./bin/test-go-mod-tidy.sh [2021-04-09T22:13:17.553Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-09T22:13:18.820Z] + ls -al . [2021-04-09T22:13:18.820Z] total 808 [2021-04-09T22:13:18.820Z] drwxrwxr-x 10 1001 1001 4096 Apr 9 22:13 . [2021-04-09T22:13:18.820Z] drwxr-xr-x 4 root root 30 Apr 9 22:11 .. [2021-04-09T22:13:18.820Z] -rw-rw-r-- 1 1001 1001 11 Apr 9 22:09 .dockerignore [2021-04-09T22:13:18.820Z] drwxrwxr-x 8 1001 1001 179 Apr 9 22:09 .git [2021-04-09T22:13:18.820Z] drwxrwxr-x 3 1001 1001 125 Apr 9 22:09 .github [2021-04-09T22:13:18.820Z] -rw-rw-r-- 1 1001 1001 818 Apr 9 22:09 .gitignore [2021-04-09T22:13:18.820Z] drwx------ 3 1001 1001 60 Apr 9 22:10 .semver [2021-04-09T22:13:18.820Z] -rw-rw-r-- 1 1001 1001 166 Apr 9 22:09 .sonarcloud.properties [2021-04-09T22:13:18.820Z] -rw-rw-r-- 1 1001 1001 8607 Apr 9 22:09 Attribution.txt [2021-04-09T22:13:18.821Z] -rw-rw-r-- 1 1001 1001 3804 Apr 9 22:09 CONTRIBUTING.md [2021-04-09T22:13:18.821Z] -rw-rw-r-- 1 1001 1001 931 Apr 9 22:09 Dockerfile.build [2021-04-09T22:13:18.821Z] -rw-rw-r-- 1 1001 1001 863 Apr 9 22:09 Jenkinsfile [2021-04-09T22:13:18.821Z] -rw-rw-r-- 1 1001 1001 10775 Apr 9 22:09 LICENSE [2021-04-09T22:13:18.821Z] -rw-rw-r-- 1 1001 1001 5774 Apr 9 22:09 Makefile [2021-04-09T22:13:18.821Z] -rw-rw-r-- 1 1001 1001 6548 Apr 9 22:09 README.md [2021-04-09T22:13:18.821Z] -rw-rw-r-- 1 1001 1001 6755 Apr 9 22:09 SECURITY.md [2021-04-09T22:13:18.821Z] -rw-rw-r-- 1 1001 1001 5 Apr 9 22:10 VERSION [2021-04-09T22:13:18.821Z] -rw-rw-r-- 1 1001 1001 4131 Apr 9 22:09 ZMQWindows.md [2021-04-09T22:13:18.821Z] drwxrwxr-x 2 1001 1001 117 Apr 9 22:09 bin [2021-04-09T22:13:18.821Z] drwxrwxr-x 14 1001 1001 4096 Apr 9 22:09 cmd [2021-04-09T22:13:18.821Z] -rw-r--r-- 1 root root 697383 Apr 9 22:12 coverage.out [2021-04-09T22:13:18.821Z] -rw-r--r-- 1 root root 1056 Apr 9 22:13 go.mod [2021-04-09T22:13:18.821Z] -rw-r--r-- 1 root root 22478 Apr 9 22:13 go.sum [2021-04-09T22:13:18.821Z] drwxrwxr-x 8 1001 1001 127 Apr 9 22:09 internal [2021-04-09T22:13:18.821Z] drwxrwxr-x 4 1001 1001 26 Apr 9 22:09 openapi [2021-04-09T22:13:18.821Z] drwxrwxr-x 4 1001 1001 71 Apr 9 22:09 snap [2021-04-09T22:13:18.821Z] -rw-rw-r-- 1 1001 1001 168 Apr 9 22:09 version.go [Pipeline] sh [2021-04-09T22:13:19.129Z] + '[' -e coverage.out ] [2021-04-09T22:13:19.130Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-09T22:13:19.394Z] Stashed 1 file(s) [Pipeline] sh [2021-04-09T22:13:19.693Z] + make build [2021-04-09T22:13:19.693Z] 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-09T22:13:25.009Z] 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-09T22:13:33.277Z] 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-09T22:13:34.224Z] 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-09T22:13:36.151Z] 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-09T22:13:36.151Z] 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-09T22:13:38.087Z] 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-09T22:13:39.492Z] 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-09T22:13:40.904Z] 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-09T22:13:41.853Z] 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-09T22:13:43.255Z] 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-09T22:13:44.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-09T22:13:46.813Z] $ docker stop --time=1 a1d82915677d5b88df10b32ca9ebe053d3e8bc6056915a3eac45cfa58fd6b3aa [2021-04-09T22:13:48.540Z] $ docker rm -f a1d82915677d5b88df10b32ca9ebe053d3e8bc6056915a3eac45cfa58fd6b3aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:13:51.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T22:13:51.837Z] [2021-04-09T22:13:51.837Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:13:52.212Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T22:13:52.213Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-09T22:13:52.213Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-09T22:13:52.213Z] ca9280d653b3: Pulling fs layer [2021-04-09T22:13:52.213Z] 7e9c9ca2126c: Pulling fs layer [2021-04-09T22:13:52.785Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-09T22:13:52.785Z] cbdbe7a5bc2a: Download complete [2021-04-09T22:13:53.056Z] ca9280d653b3: Verifying Checksum [2021-04-09T22:13:53.056Z] ca9280d653b3: Download complete [2021-04-09T22:13:53.327Z] cbdbe7a5bc2a: Pull complete [2021-04-09T22:13:54.285Z] 7e9c9ca2126c: Verifying Checksum [2021-04-09T22:13:54.285Z] 7e9c9ca2126c: Download complete [2021-04-09T22:13:54.285Z] ca9280d653b3: Pull complete [2021-04-09T22:14:00.917Z] 7e9c9ca2126c: Pull complete [2021-04-09T22:14:00.917Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-09T22:14:00.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T22:14:00.917Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-09T22:14:01.099Z] prd-centos7-docker-4c-2g-33476 does not seem to be running inside a container [2021-04-09T22:14:01.147Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-09T22:14:03.222Z] $ docker top 025b0079a4425a5e81132934696871ec345a7a8a34b7287c22733f03518db087 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:14:03.754Z] + docker-compose build --help [2021-04-09T22:14:03.754Z] + grep parallel [2021-04-09T22:14:04.703Z] --parallel Build images in parallel. [Pipeline] } [2021-04-09T22:14:04.981Z] $ docker stop --time=1 025b0079a4425a5e81132934696871ec345a7a8a34b7287c22733f03518db087 [2021-04-09T22:14:06.386Z] $ docker rm -f 025b0079a4425a5e81132934696871ec345a7a8a34b7287c22733f03518db087 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:14:07.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T22:14:07.043Z] . [Pipeline] withDockerContainer [2021-04-09T22:14:07.147Z] prd-centos7-docker-4c-2g-33476 does not seem to be running inside a container [2021-04-09T22:14:07.193Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-09T22:14:07.888Z] $ docker top c9375394397d41dbac50e368da223fa7cc4421282111ef969de3ea4e1edecd1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:14:08.503Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-09T22:14:09.524Z] Building docker-core-command-go ... [2021-04-09T22:14:09.524Z] Building docker-core-data-go ... [2021-04-09T22:14:09.524Z] Building docker-core-metadata-go ... [2021-04-09T22:14:09.524Z] Building docker-security-bootstrapper-go ... [2021-04-09T22:14:09.524Z] Building docker-security-proxy-setup-go ... [2021-04-09T22:14:09.524Z] Building docker-security-secretstore-setup-go ... [2021-04-09T22:14:09.524Z] Building docker-support-notifications-go ... [2021-04-09T22:14:09.524Z] Building docker-support-scheduler-go ... [2021-04-09T22:14:09.524Z] Building docker-sys-mgmt-agent-go ... [2021-04-09T22:14:09.524Z] Building docker-core-metadata-go [2021-04-09T22:14:09.524Z] Building docker-security-secretstore-setup-go [2021-04-09T22:14:09.524Z] Building docker-security-proxy-setup-go [2021-04-09T22:14:09.524Z] Building docker-security-bootstrapper-go [2021-04-09T22:14:09.524Z] Building docker-support-notifications-go [2021-04-09T22:14:28.281Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33478 in /w/workspace/edgexfoundry_edgex-go_PR-3329 [Pipeline] { [Pipeline] ws [2021-04-09T22:14:28.336Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-04-09T22:14:33.191Z] using credential edgex-jenkins-ssh [2021-04-09T22:14:33.248Z] Cloning the remote Git repository [2021-04-09T22:14:33.309Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-09T22:14:33.420Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-04-09T22:14:33.510Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T22:14:33.511Z] > git --version # timeout=10 [2021-04-09T22:14:33.529Z] > git --version # 'git version 2.17.1' [2021-04-09T22:14:33.530Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T22:14:33.591Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T22:14:48.531Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:14:48.531Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:14:48.531Z] ---> 224078d49b2e [2021-04-09T22:14:48.531Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T22:14:48.531Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:14:48.531Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:14:48.531Z] ---> 224078d49b2e [2021-04-09T22:14:48.531Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:14:48.531Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:14:48.531Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:14:48.531Z] ---> 224078d49b2e [2021-04-09T22:14:48.531Z] Step 3/21 : WORKDIR /edgex-go [2021-04-09T22:14:48.531Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:14:48.531Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:14:48.531Z] ---> 224078d49b2e [2021-04-09T22:14:48.531Z] Step 3/24 : WORKDIR /edgex-go [2021-04-09T22:14:48.531Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:14:48.531Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:14:48.531Z] ---> 224078d49b2e [2021-04-09T22:14:48.531Z] Step 3/31 : WORKDIR /edgex-go [2021-04-09T22:14:48.531Z] ---> Running in 2b460621a120 [2021-04-09T22:14:48.531Z] ---> Running in 89c49c8b4795 [2021-04-09T22:14:48.531Z] ---> Running in 0c0ff9ef9f1a [2021-04-09T22:14:48.531Z] ---> Running in c14ec8d693c2 [2021-04-09T22:14:48.531Z] ---> Running in 05235c437ba1 [2021-04-09T22:14:48.531Z] Removing intermediate container 05235c437ba1 [2021-04-09T22:14:48.531Z] ---> e30698117559 [2021-04-09T22:14:48.531Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:14:48.531Z] Removing intermediate container 89c49c8b4795 [2021-04-09T22:14:48.531Z] ---> 56465578825e [2021-04-09T22:14:48.531Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:14:48.531Z] Removing intermediate container 2b460621a120 [2021-04-09T22:14:48.531Z] ---> ab2b071cc68c [2021-04-09T22:14:48.531Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:14:48.531Z] Removing intermediate container c14ec8d693c2 [2021-04-09T22:14:48.531Z] ---> 5ab06dbb4408 [2021-04-09T22:14:48.531Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:14:48.531Z] Removing intermediate container 0c0ff9ef9f1a [2021-04-09T22:14:48.531Z] ---> b2e358fd005e [2021-04-09T22:14:48.531Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:14:48.531Z] ---> Running in be022365e5e6 [2021-04-09T22:14:48.531Z] ---> Running in 5804d6d6e2e9 [2021-04-09T22:14:48.531Z] ---> Running in 5ae7ca8985ff [2021-04-09T22:14:48.531Z] ---> Running in c103cea3ea7f [2021-04-09T22:14:48.531Z] ---> Running in c0a5f79ad4c3 [2021-04-09T22:14:48.531Z] Removing intermediate container 5ae7ca8985ff [2021-04-09T22:14:48.531Z] ---> ef8471d4c3c5 [2021-04-09T22:14:48.531Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-09T22:14:48.531Z] Removing intermediate container 5804d6d6e2e9 [2021-04-09T22:14:48.531Z] ---> cc47539e4edc [2021-04-09T22:14:48.531Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-09T22:14:48.531Z] ---> Running in 75f8d5394c96 [2021-04-09T22:14:48.531Z] ---> Running in 841915a52237 [2021-04-09T22:14:48.531Z] Removing intermediate container c0a5f79ad4c3 [2021-04-09T22:14:48.531Z] ---> 99b539fcaec1 [2021-04-09T22:14:48.531Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-09T22:14:48.531Z] Removing intermediate container be022365e5e6 [2021-04-09T22:14:48.531Z] ---> 57ebb99d9225 [2021-04-09T22:14:48.531Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T22:14:48.531Z] Removing intermediate container c103cea3ea7f [2021-04-09T22:14:48.531Z] ---> 2e608d112872 [2021-04-09T22:14:48.531Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-09T22:14:48.531Z] ---> Running in 7133b1e99bfb [2021-04-09T22:14:48.531Z] ---> Running in ce57824ef725 [2021-04-09T22:14:48.531Z] ---> Running in 0337f39d23c2 [2021-04-09T22:14:48.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:14:48.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:14:49.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:14:49.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:14:49.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:14:49.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:14:49.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:14:49.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:14:49.798Z] Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:14:49.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:14:49.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:14:50.174Z] OK: 233 MiB in 51 packages [2021-04-09T22:14:50.174Z] OK: 233 MiB in 51 packages [2021-04-09T22:14:50.230Z] Merge succeeded, producing bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:14:50.231Z] Checking out Revision bdf97cbf511afb369cd5a318516ede6912a4218a (PR-3329) [2021-04-09T22:14:50.438Z] OK: 233 MiB in 51 packages [2021-04-09T22:14:50.438Z] OK: 233 MiB in 51 packages [2021-04-09T22:14:48.883Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T22:14:48.900Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T22:14:48.924Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T22:14:48.953Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T22:14:48.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T22:14:48.965Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3329/head:refs/remotes/origin/PR-3329 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T22:14:49.820Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T22:14:49.831Z] > git checkout -f bdf97cbf511afb369cd5a318516ede6912a4218a # timeout=10 [2021-04-09T22:14:50.140Z] > git remote # timeout=10 [2021-04-09T22:14:50.162Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T22:14:50.178Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T22:14:50.189Z] > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 [2021-04-09T22:14:50.210Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T22:14:50.237Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T22:14:50.247Z] > git checkout -f bdf97cbf511afb369cd5a318516ede6912a4218a # timeout=10 [2021-04-09T22:14:51.018Z] Removing intermediate container 841915a52237 [2021-04-09T22:14:51.018Z] ---> fdfe1e0c3de0 [2021-04-09T22:14:51.018Z] Step 6/21 : COPY go.mod . [2021-04-09T22:14:51.018Z] Removing intermediate container 75f8d5394c96 [2021-04-09T22:14:51.018Z] ---> 616a7a973797 [2021-04-09T22:14:51.018Z] Step 6/22 : COPY go.mod . [2021-04-09T22:14:51.018Z] OK: 233 MiB in 51 packages [2021-04-09T22:14:51.282Z] ---> c8b97688df0f [2021-04-09T22:14:51.282Z] Step 7/21 : RUN go mod download [2021-04-09T22:14:51.282Z] Removing intermediate container ce57824ef725 [2021-04-09T22:14:51.282Z] ---> 56220874525a [2021-04-09T22:14:51.282Z] Step 6/23 : COPY go.mod . [2021-04-09T22:14:51.282Z] ---> d2ae292b61a2 [2021-04-09T22:14:51.282Z] Step 7/22 : RUN go mod download [2021-04-09T22:14:51.547Z] ---> Running in 5613186f0374 [2021-04-09T22:14:51.547Z] ---> Running in 0a200a1884e1 [2021-04-09T22:14:51.547Z] Removing intermediate container 7133b1e99bfb [2021-04-09T22:14:51.547Z] ---> 8a85082c3c0f [2021-04-09T22:14:51.547Z] Step 6/31 : COPY go.mod . [2021-04-09T22:14:51.809Z] ---> aea5554fc74c [2021-04-09T22:14:51.809Z] Step 7/23 : RUN go mod download [2021-04-09T22:14:52.074Z] ---> Running in 0b714366dba4 [2021-04-09T22:14:52.074Z] Removing intermediate container 0337f39d23c2 [2021-04-09T22:14:52.074Z] ---> 325abc341102 [2021-04-09T22:14:52.074Z] Step 6/24 : COPY go.mod . [2021-04-09T22:14:52.343Z] ---> 99f10285151e [2021-04-09T22:14:52.343Z] Step 7/31 : RUN go mod download [2021-04-09T22:14:52.343Z] ---> Running in bd14670359b6 [2021-04-09T22:14:52.617Z] ---> fd296e5f04ea [2021-04-09T22:14:52.618Z] Step 7/24 : RUN go mod download [2021-04-09T22:14:52.618Z] ---> Running in d8bf49a4a171 [2021-04-09T22:14:54.039Z] Removing intermediate container 0b714366dba4 [2021-04-09T22:14:54.039Z] ---> b0113adc5fe2 [2021-04-09T22:14:54.039Z] Step 8/23 : COPY . . [2021-04-09T22:14:54.306Z] Removing intermediate container 0a200a1884e1 [2021-04-09T22:14:54.306Z] ---> 3dd324fa7519 [2021-04-09T22:14:54.306Z] Step 8/22 : COPY . . [2021-04-09T22:14:54.306Z] Removing intermediate container 5613186f0374 [2021-04-09T22:14:54.306Z] ---> d031fc980a0d [2021-04-09T22:14:54.306Z] Step 8/21 : COPY . . [2021-04-09T22:14:54.588Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-04-09T22:14:54.891Z] Removing intermediate container bd14670359b6 [2021-04-09T22:14:54.891Z] ---> c12639f606a7 [2021-04-09T22:14:54.891Z] Step 8/31 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T22:14:56.177Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-09T22:14:56.578Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T22:14:56.920Z] + true [2021-04-09T22:14:56.920Z] + sudo service docker restart [2021-04-09T22:14:57.493Z] Removing intermediate container d8bf49a4a171 [2021-04-09T22:14:57.493Z] ---> a19ef41bcc29 [2021-04-09T22:14:57.493Z] Step 8/24 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T22:14:58.993Z] provisioning config files... [2021-04-09T22:14:59.038Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config8433346057537632516tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:14:59.439Z] ---> docker-login.sh [2021-04-09T22:14:59.439Z] nexus3.edgexfoundry.org:10001 [2021-04-09T22:15:00.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:15:00.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:15:00.697Z] Configure a credential helper to remove this warning. See [2021-04-09T22:15:00.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:15:00.697Z] [2021-04-09T22:15:00.697Z] Login Succeeded [2021-04-09T22:15:00.697Z] nexus3.edgexfoundry.org:10002 [2021-04-09T22:15:00.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:15:01.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:15:01.252Z] Configure a credential helper to remove this warning. See [2021-04-09T22:15:01.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:15:01.252Z] [2021-04-09T22:15:01.252Z] Login Succeeded [2021-04-09T22:15:01.252Z] nexus3.edgexfoundry.org:10003 [2021-04-09T22:15:01.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:15:01.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:15:01.812Z] Configure a credential helper to remove this warning. See [2021-04-09T22:15:01.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:15:01.812Z] [2021-04-09T22:15:01.812Z] Login Succeeded [2021-04-09T22:15:01.812Z] nexus3.edgexfoundry.org:10004 [2021-04-09T22:15:02.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:15:02.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:15:02.365Z] Configure a credential helper to remove this warning. See [2021-04-09T22:15:02.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:15:02.365Z] [2021-04-09T22:15:02.365Z] Login Succeeded [2021-04-09T22:15:02.365Z] docker.io [2021-04-09T22:15:02.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:15:02.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:15:02.910Z] Configure a credential helper to remove this warning. See [2021-04-09T22:15:02.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:15:02.910Z] [2021-04-09T22:15:02.910Z] Login Succeeded [2021-04-09T22:15:02.910Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T22:15:02.928Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-09T22:15:03.366Z] ========================================================= [2021-04-09T22:15:03.366Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-09T22:15:03.366Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:15:03.804Z] + 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-09T22:15:06.455Z] Sending build context to Docker daemon 167.2MB [2021-04-09T22:15:06.455Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T22:15:06.455Z] Step 2/6 : FROM ${BASE} [2021-04-09T22:15:06.455Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-09T22:15:06.455Z] 5f621e34cdf4: Pulling fs layer [2021-04-09T22:15:06.455Z] a4357932f1b6: Pulling fs layer [2021-04-09T22:15:06.455Z] 18c013af1878: Pulling fs layer [2021-04-09T22:15:06.455Z] 00ac8860ef70: Pulling fs layer [2021-04-09T22:15:06.455Z] 63d7cb157983: Pulling fs layer [2021-04-09T22:15:06.455Z] b116817d02f9: Pulling fs layer [2021-04-09T22:15:06.455Z] 745a02a5169b: Pulling fs layer [2021-04-09T22:15:06.455Z] 00ac8860ef70: Waiting [2021-04-09T22:15:06.455Z] 63d7cb157983: Waiting [2021-04-09T22:15:06.455Z] 745a02a5169b: Waiting [2021-04-09T22:15:06.455Z] b116817d02f9: Waiting [2021-04-09T22:15:06.455Z] 18c013af1878: Verifying Checksum [2021-04-09T22:15:06.455Z] 18c013af1878: Download complete [2021-04-09T22:15:06.455Z] a4357932f1b6: Download complete [2021-04-09T22:15:06.455Z] 63d7cb157983: Verifying Checksum [2021-04-09T22:15:06.455Z] 63d7cb157983: Download complete [2021-04-09T22:15:06.455Z] b116817d02f9: Download complete [2021-04-09T22:15:06.455Z] 5f621e34cdf4: Verifying Checksum [2021-04-09T22:15:06.455Z] 5f621e34cdf4: Download complete [2021-04-09T22:15:07.059Z] 5f621e34cdf4: Pull complete [2021-04-09T22:15:07.662Z] a4357932f1b6: Pull complete [2021-04-09T22:15:07.939Z] 18c013af1878: Pull complete [2021-04-09T22:15:08.542Z] 745a02a5169b: Verifying Checksum [2021-04-09T22:15:08.542Z] 745a02a5169b: Download complete [2021-04-09T22:15:09.978Z] 00ac8860ef70: Verifying Checksum [2021-04-09T22:15:09.978Z] 00ac8860ef70: Download complete [2021-04-09T22:15:20.160Z] 00ac8860ef70: Pull complete [2021-04-09T22:15:20.433Z] 63d7cb157983: Pull complete [2021-04-09T22:15:20.704Z] b116817d02f9: Pull complete [2021-04-09T22:15:25.014Z] 745a02a5169b: Pull complete [2021-04-09T22:15:25.014Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-09T22:15:25.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-09T22:15:25.014Z] ---> b7e6874047d6 [2021-04-09T22:15:25.014Z] 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-09T22:15:29.321Z] ---> Running in 71f30ae1b5ea [2021-04-09T22:15:30.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:15:31.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:15:32.256Z] (1/12) Installing libmagic (5.38-r0) [2021-04-09T22:15:32.526Z] (2/12) Installing file (5.38-r0) [2021-04-09T22:15:32.526Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-09T22:15:32.526Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-09T22:15:36.660Z] ---> 4d5c3b1f60f2 [2021-04-09T22:15:36.660Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-09T22:15:36.660Z] ---> Running in 7d36438c3f40 [2021-04-09T22:15:36.660Z] ---> ec50ebea0623 [2021-04-09T22:15:36.660Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-09T22:15:36.660Z] ---> d69cdac5896c [2021-04-09T22:15:36.660Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-09T22:15:36.660Z] ---> 2c923a4aaf83 [2021-04-09T22:15:36.660Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-09T22:15:36.660Z] ---> 85b9117321eb [2021-04-09T22:15:36.660Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-09T22:15:36.660Z] ---> Running in 09934717c32e [2021-04-09T22:15:36.660Z] ---> Running in 43371a7971de [2021-04-09T22:15:36.660Z] ---> Running in d5399b0a5b9c [2021-04-09T22:15:36.660Z] ---> Running in 0f120a1a218d [2021-04-09T22:15:36.660Z] 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-09T22:15:36.660Z] 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-09T22:15:36.660Z] 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-09T22:15:36.660Z] 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-09T22:15:36.660Z] 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-09T22:15:36.823Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-09T22:15:36.823Z] (6/12) Installing patch (2.7.6-r6) [2021-04-09T22:15:36.823Z] (7/12) Installing build-base (0.5-r2) [2021-04-09T22:15:36.823Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-09T22:15:36.823Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-09T22:15:36.823Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-09T22:15:37.093Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-09T22:15:37.093Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-09T22:15:37.367Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T22:15:37.367Z] OK: 217 MiB in 51 packages [2021-04-09T22:15:41.678Z] Removing intermediate container 71f30ae1b5ea [2021-04-09T22:15:41.678Z] ---> 6b0f79912596 [2021-04-09T22:15:41.678Z] Step 4/6 : WORKDIR /edgex-go [2021-04-09T22:15:41.678Z] ---> Running in 2528b1606371 [2021-04-09T22:15:42.274Z] Removing intermediate container 2528b1606371 [2021-04-09T22:15:42.274Z] ---> 11d54c2f6fb3 [2021-04-09T22:15:42.274Z] Step 5/6 : COPY go.mod . [2021-04-09T22:15:42.870Z] ---> eaad2d1f7352 [2021-04-09T22:15:42.870Z] Step 6/6 : RUN go mod download [2021-04-09T22:15:43.150Z] ---> Running in 6e535baffe38 [2021-04-09T22:16:08.923Z] 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-09T22:16:08.923Z] 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-09T22:16:09.961Z] Removing intermediate container 6e535baffe38 [2021-04-09T22:16:09.961Z] ---> f75c3e438f8e [2021-04-09T22:16:09.961Z] Successfully built f75c3e438f8e [2021-04-09T22:16:09.961Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:16:10.309Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T22:16:10.309Z] . [Pipeline] withDockerContainer [2021-04-09T22:16:10.591Z] prd-ubuntu18.04-docker-arm64-4c-16g-33478 does not seem to be running inside a container [2021-04-09T22:16:10.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-09T22:16:12.255Z] $ docker top 56c50d1f93dd3591d04a091351a0622a0924645a3990937fb7f6370c62d80328 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:16:13.330Z] + go version [2021-04-09T22:16:13.330Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-09T22:16:13.354Z] $ docker stop --time=1 56c50d1f93dd3591d04a091351a0622a0924645a3990937fb7f6370c62d80328 [2021-04-09T22:16:14.306Z] Removing intermediate container 09934717c32e [2021-04-09T22:16:14.307Z] ---> 7440acdc2d30 [2021-04-09T22:16:14.307Z] [2021-04-09T22:16:14.307Z] Step 10/31 : FROM alpine:3.12 [2021-04-09T22:16:14.307Z] 3.12: Pulling from library/alpine [2021-04-09T22:16:14.307Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T22:16:14.307Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T22:16:14.307Z] ---> 7230e588e954 [2021-04-09T22:16:14.307Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-09T22:16:15.385Z] $ docker rm -f 56c50d1f93dd3591d04a091351a0622a0924645a3990937fb7f6370c62d80328 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:16:16.480Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T22:16:16.481Z] . [Pipeline] withDockerContainer [2021-04-09T22:16:16.762Z] prd-ubuntu18.04-docker-arm64-4c-16g-33478 does not seem to be running inside a container [2021-04-09T22:16:16.866Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-09T22:16:16.891Z] ---> Running in a31f7bac53ab [2021-04-09T22:16:18.346Z] $ docker top 2ec9a6cdbb3de9f0449992c5213649434c43c0dd52f284dc4acca00f01eeab51 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-09T22:16:18.725Z] ========================================================= [2021-04-09T22:16:18.725Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-09T22:16:18.725Z] ========================================================= [Pipeline] sh [2021-04-09T22:16:18.821Z] Removing intermediate container d5399b0a5b9c [2021-04-09T22:16:18.822Z] ---> c87023f921b7 [2021-04-09T22:16:18.822Z] [2021-04-09T22:16:18.822Z] Step 10/21 : FROM alpine:3.12 [2021-04-09T22:16:18.822Z] ---> 7230e588e954 [2021-04-09T22:16:18.822Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-09T22:16:19.083Z] Removing intermediate container 7d36438c3f40 [2021-04-09T22:16:19.083Z] ---> a9a6114acac9 [2021-04-09T22:16:19.083Z] [2021-04-09T22:16:19.083Z] Step 10/24 : FROM alpine:3.12 [2021-04-09T22:16:19.083Z] ---> 7230e588e954 [2021-04-09T22:16:19.083Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-09T22:16:19.375Z] + make test [2021-04-09T22:16:19.375Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-09T22:16:19.660Z] Removing intermediate container 0f120a1a218d [2021-04-09T22:16:19.660Z] ---> 4703013e891a [2021-04-09T22:16:19.660Z] [2021-04-09T22:16:19.660Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T22:16:19.660Z] ---> 7230e588e954 [2021-04-09T22:16:19.660Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-09T22:16:19.922Z] Removing intermediate container a31f7bac53ab [2021-04-09T22:16:19.922Z] ---> be3c6b6c5395 [2021-04-09T22:16:19.922Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-09T22:16:21.319Z] ---> Running in c5ccbb7b4fa3 [2021-04-09T22:16:21.618Z] ---> Running in 31fbedc3f8e5 [2021-04-09T22:16:21.619Z] ---> Running in a83ced7c40ea [2021-04-09T22:16:21.619Z] ---> Running in 641d9edb561b [2021-04-09T22:16:21.619Z] Removing intermediate container 43371a7971de [2021-04-09T22:16:21.619Z] ---> 26c88366d19f [2021-04-09T22:16:21.619Z] [2021-04-09T22:16:21.619Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T22:16:21.619Z] ---> 7230e588e954 [2021-04-09T22:16:21.619Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T22:16:21.886Z] ---> Running in 061ec9122e4c [2021-04-09T22:16:22.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:16:22.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:16:22.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:16:22.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:16:22.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:16:22.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:16:22.848Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-09T22:16:22.848Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-09T22:16:22.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:16:22.848Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T22:16:23.113Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-09T22:16:23.113Z] (4/6) Installing curl (7.69.1-r3) [2021-04-09T22:16:23.113Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-09T22:16:23.113Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T22:16:23.113Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-09T22:16:23.113Z] (4/4) Installing curl (7.69.1-r3) [2021-04-09T22:16:23.113Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:16:23.113Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-09T22:16:23.113Z] (6/6) Installing su-exec (0.2-r1) [2021-04-09T22:16:23.113Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:16:23.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:16:23.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:16:23.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:16:23.113Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-09T22:16:23.113Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:16:23.113Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T22:16:23.113Z] OK: 6 MiB in 16 packages [2021-04-09T22:16:23.113Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-09T22:16:23.113Z] (2/2) Installing su-exec (0.2-r1) [2021-04-09T22:16:23.113Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:16:23.113Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T22:16:23.113Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T22:16:23.376Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T22:16:23.376Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:16:23.376Z] OK: 6 MiB in 16 packages [2021-04-09T22:16:23.376Z] OK: 7 MiB in 20 packages [2021-04-09T22:16:23.376Z] OK: 7 MiB in 18 packages [2021-04-09T22:16:23.640Z] OK: 6 MiB in 15 packages [2021-04-09T22:16:26.192Z] Removing intermediate container a83ced7c40ea [2021-04-09T22:16:26.192Z] ---> 05ab4738b275 [2021-04-09T22:16:26.192Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:16:26.192Z] Removing intermediate container 31fbedc3f8e5 [2021-04-09T22:16:26.192Z] ---> 9e173b39072b [2021-04-09T22:16:26.192Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T22:16:26.192Z] ---> Running in 9940e3e92cdb [2021-04-09T22:16:26.455Z] Removing intermediate container c5ccbb7b4fa3 [2021-04-09T22:16:26.455Z] ---> 63992f6c977f [2021-04-09T22:16:26.455Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T22:16:26.719Z] ---> Running in 590daf08d841 [2021-04-09T22:16:26.719Z] ---> Running in b4c151cba7dc [2021-04-09T22:16:26.719Z] Removing intermediate container 061ec9122e4c [2021-04-09T22:16:26.719Z] ---> d47245519af2 [2021-04-09T22:16:26.719Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:16:26.719Z] Removing intermediate container 641d9edb561b [2021-04-09T22:16:26.719Z] ---> e66f7385dc00 [2021-04-09T22:16:26.719Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-09T22:16:26.984Z] Removing intermediate container 9940e3e92cdb [2021-04-09T22:16:26.984Z] ---> 32b2e371c931 [2021-04-09T22:16:26.984Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-09T22:16:26.984Z] ---> Running in 7b0336e58544 [2021-04-09T22:16:26.984Z] ---> Running in 746f77a7d5fe [2021-04-09T22:16:26.984Z] ---> Running in e1a42939dc9d [2021-04-09T22:16:26.984Z] Removing intermediate container b4c151cba7dc [2021-04-09T22:16:26.984Z] ---> 43322432f236 [2021-04-09T22:16:26.984Z] Step 13/21 : WORKDIR /edgex [2021-04-09T22:16:27.247Z] Removing intermediate container 590daf08d841 [2021-04-09T22:16:27.247Z] ---> ef0eb40cfee6 [2021-04-09T22:16:27.247Z] Step 13/24 : WORKDIR / [2021-04-09T22:16:27.247Z] ---> Running in 1aca3cfea486 [2021-04-09T22:16:27.247Z] Removing intermediate container 746f77a7d5fe [2021-04-09T22:16:27.247Z] ---> c42d87d7c2ca [2021-04-09T22:16:27.247Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-09T22:16:27.509Z] Removing intermediate container 7b0336e58544 [2021-04-09T22:16:27.509Z] ---> 69a30544f744 [2021-04-09T22:16:27.509Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-09T22:16:27.509Z] Removing intermediate container e1a42939dc9d [2021-04-09T22:16:27.509Z] ---> 54fd9e50e6d4 [2021-04-09T22:16:27.509Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T22:16:27.509Z] ---> Running in 538a8db823cb [2021-04-09T22:16:27.509Z] ---> Running in 61821c1724a9 [2021-04-09T22:16:27.509Z] ---> Running in 5def75a3ea9a [2021-04-09T22:16:27.771Z] ---> Running in 109accd4ec83 [2021-04-09T22:16:27.771Z] Removing intermediate container 1aca3cfea486 [2021-04-09T22:16:27.771Z] ---> 5e4e9b3c4984 [2021-04-09T22:16:27.771Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-09T22:16:28.039Z] Removing intermediate container 5def75a3ea9a [2021-04-09T22:16:28.039Z] ---> 1e2870356e29 [2021-04-09T22:16:28.039Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-09T22:16:28.039Z] Removing intermediate container 61821c1724a9 [2021-04-09T22:16:28.039Z] ---> 46f841366ec5 [2021-04-09T22:16:28.039Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T22:16:28.039Z] Removing intermediate container 109accd4ec83 [2021-04-09T22:16:28.039Z] ---> 6d6589b8f7f5 [2021-04-09T22:16:28.039Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:16:28.039Z] Removing intermediate container 538a8db823cb [2021-04-09T22:16:28.039Z] ---> ce5ca3bc1779 [2021-04-09T22:16:28.039Z] 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-09T22:16:28.303Z] ---> Running in bf83120959cf [2021-04-09T22:16:28.303Z] ---> 34b8b266cd1f [2021-04-09T22:16:28.303Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-09T22:16:28.303Z] ---> Running in febd485d3991 [2021-04-09T22:16:28.572Z] ---> c04f35d3b116 [2021-04-09T22:16:28.572Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-09T22:16:28.572Z] ---> cb79f60b572f [2021-04-09T22:16:28.572Z] 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-09T22:16:28.841Z] Removing intermediate container febd485d3991 [2021-04-09T22:16:28.841Z] ---> d3d3ca19a2ae [2021-04-09T22:16:28.841Z] Step 15/23 : WORKDIR / [2021-04-09T22:16:29.115Z] ---> Running in f49b19428210 [2021-04-09T22:16:29.115Z] ---> bf05cb8a2564 [2021-04-09T22:16:29.115Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-09T22:16:29.115Z] ---> da2b96b20642 [2021-04-09T22:16:29.115Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-09T22:16:29.386Z] Removing intermediate container f49b19428210 [2021-04-09T22:16:29.386Z] ---> d0146e221f34 [2021-04-09T22:16:29.386Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:16:29.651Z] ---> 0e73f4e8768c [2021-04-09T22:16:29.651Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-09T22:16:29.651Z] ---> f7233cbce919 [2021-04-09T22:16:29.651Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-09T22:16:29.915Z] ---> d2918c189253 [2021-04-09T22:16:29.915Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-09T22:16:29.915Z] Removing intermediate container bf83120959cf [2021-04-09T22:16:29.915Z] ---> 2543868ddd25 [2021-04-09T22:16:29.915Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-09T22:16:30.188Z] ---> 921c2ed94258 [2021-04-09T22:16:30.188Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-09T22:16:30.188Z] ---> Running in 336cfeb46440 [2021-04-09T22:16:30.188Z] ---> Running in f3140b640b1c [2021-04-09T22:16:30.188Z] ---> 5507717e9b46 [2021-04-09T22:16:30.188Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-09T22:16:30.188Z] ---> cc804f32167d [2021-04-09T22:16:30.188Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-09T22:16:30.188Z] ---> Running in 07c0cc5f4763 [2021-04-09T22:16:30.451Z] Removing intermediate container f3140b640b1c [2021-04-09T22:16:30.451Z] ---> 9d3767520f82 [2021-04-09T22:16:30.451Z] Step 18/21 : CMD ["--init=true"] [2021-04-09T22:16:30.716Z] Removing intermediate container 336cfeb46440 [2021-04-09T22:16:30.716Z] ---> bb8c395c6ed3 [2021-04-09T22:16:30.716Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-09T22:16:30.716Z] Removing intermediate container 07c0cc5f4763 [2021-04-09T22:16:30.716Z] ---> f2361df98008 [2021-04-09T22:16:30.716Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:16:30.716Z] ---> Running in 68fe3d077d80 [2021-04-09T22:16:31.291Z] ---> b6c7c9ef6ef0 [2021-04-09T22:16:31.291Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-09T22:16:31.291Z] ---> Running in 8d189f4435db [2021-04-09T22:16:31.291Z] ---> 5e3c196698da [2021-04-09T22:16:31.291Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-09T22:16:31.552Z] ---> 338ed2278096 [2021-04-09T22:16:31.552Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-09T22:16:32.127Z] Removing intermediate container 68fe3d077d80 [2021-04-09T22:16:32.127Z] ---> b5098893fd20 [2021-04-09T22:16:32.127Z] Step 19/21 : LABEL arch=x86_64 [2021-04-09T22:16:32.127Z] ---> acfc3dcb6fb6 [2021-04-09T22:16:32.127Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-09T22:16:32.127Z] Removing intermediate container 8d189f4435db [2021-04-09T22:16:32.127Z] ---> 87960068d04a [2021-04-09T22:16:32.127Z] Step 20/22 : LABEL arch=x86_64 [2021-04-09T22:16:32.127Z] ---> Running in 344e61e67fcc [2021-04-09T22:16:32.127Z] ---> 4dd32446dbb4 [2021-04-09T22:16:32.127Z] 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-09T22:16:32.127Z] ---> Running in 3b3d2aeab977 [2021-04-09T22:16:32.389Z] ---> Running in 943f423ad9a0 [2021-04-09T22:16:32.389Z] ---> Running in 2113017ce362 [2021-04-09T22:16:32.389Z] ---> Running in da4b2875ea9b [2021-04-09T22:16:32.651Z] Removing intermediate container 344e61e67fcc [2021-04-09T22:16:32.651Z] ---> 9e50bb1c45ec [2021-04-09T22:16:32.651Z] Step 20/21 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:16:32.651Z] Removing intermediate container 943f423ad9a0 [2021-04-09T22:16:32.651Z] ---> a11e3da690ac [2021-04-09T22:16:32.651Z] Step 21/22 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:16:32.923Z] Removing intermediate container 2113017ce362 [2021-04-09T22:16:32.923Z] ---> 22e63396d0aa [2021-04-09T22:16:32.923Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:16:32.923Z] ---> Running in f93f40e77056 [2021-04-09T22:16:32.923Z] ---> Running in d6b789e38134 [2021-04-09T22:16:32.923Z] ---> Running in e9bb1473709f [2021-04-09T22:16:33.191Z] Removing intermediate container f93f40e77056 [2021-04-09T22:16:33.191Z] ---> ef019912e9fb [2021-04-09T22:16:33.191Z] Step 21/21 : LABEL version=0.0.0 [2021-04-09T22:16:33.191Z] Removing intermediate container d6b789e38134 [2021-04-09T22:16:33.191Z] ---> 3418ea92dca7 [2021-04-09T22:16:33.191Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T22:16:33.458Z] Removing intermediate container e9bb1473709f [2021-04-09T22:16:33.458Z] ---> a801c7558643 [2021-04-09T22:16:33.458Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T22:16:33.458Z] ---> Running in f66d0e68533b [2021-04-09T22:16:33.458Z] ---> Running in 081649583cc8 [2021-04-09T22:16:33.722Z] ---> Running in 2b8417b2551f [2021-04-09T22:16:33.985Z] Removing intermediate container f66d0e68533b [2021-04-09T22:16:33.985Z] ---> 87756ff9eff5 [2021-04-09T22:16:33.985Z] [2021-04-09T22:16:33.985Z] Removing intermediate container 081649583cc8 [2021-04-09T22:16:33.985Z] ---> fd8a08c9b07b [2021-04-09T22:16:33.985Z] [2021-04-09T22:16:33.985Z] Removing intermediate container 3b3d2aeab977 [2021-04-09T22:16:33.985Z] ---> 2a0b457dd6e3 [2021-04-09T22:16:33.985Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:16:33.985Z] Removing intermediate container 2b8417b2551f [2021-04-09T22:16:33.985Z] ---> 0321b03f401f [2021-04-09T22:16:33.985Z] Step 22/23 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:16:34.251Z] Successfully built fd8a08c9b07b [2021-04-09T22:16:34.251Z] Successfully built 87756ff9eff5 [2021-04-09T22:16:34.251Z] Successfully tagged docker-support-notifications-go:latest [2021-04-09T22:16:34.251Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-04-09T22:16:34.251Z] Removing intermediate container da4b2875ea9b [2021-04-09T22:16:34.251Z] ---> 651c0ff371c8 [2021-04-09T22:16:34.251Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-09T22:16:34.251Z] ---> Running in 356dcb47fbf0 [2021-04-09T22:16:34.251Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-09T22:16:34.251Z] Building docker-core-command-go [2021-04-09T22:16:34.516Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 9e0c83d86028 [2021-04-09T22:16:34.516Z] ---> 5870286ef741 [2021-04-09T22:16:34.516Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-09T22:16:34.516Z] Removing intermediate container 356dcb47fbf0 [2021-04-09T22:16:34.516Z] ---> b300e5e1349c [2021-04-09T22:16:34.516Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:16:34.792Z] ---> Running in 00a2e284b6ba [2021-04-09T22:16:34.792Z] Removing intermediate container 9e0c83d86028 [2021-04-09T22:16:34.792Z] ---> 749476a01d1e [2021-04-09T22:16:34.792Z] Step 22/24 : LABEL arch=x86_64 [2021-04-09T22:16:34.792Z] ---> Running in 0d9784146963 [2021-04-09T22:16:35.063Z] Removing intermediate container 00a2e284b6ba [2021-04-09T22:16:35.063Z] ---> 1fc6a495755f [2021-04-09T22:16:35.063Z] [2021-04-09T22:16:35.063Z] Successfully built 1fc6a495755f [2021-04-09T22:16:35.347Z] Removing intermediate container 0d9784146963 [2021-04-09T22:16:35.347Z] ---> a518130236fb [2021-04-09T22:16:35.347Z] Step 23/24 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:16:35.347Z] ---> 252de08e964e [2021-04-09T22:16:35.347Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-09T22:16:35.347Z] Successfully tagged docker-core-metadata-go:latest [2021-04-09T22:16:35.347Z] Building docker-core-data-go [2021-04-09T22:16:35.611Z]  Building docker-core-metadata-go ... done  ---> Running in 7055dd7f3cc0 [2021-04-09T22:16:35.876Z] Removing intermediate container 7055dd7f3cc0 [2021-04-09T22:16:35.876Z] ---> eb5c9f6d29b0 [2021-04-09T22:16:35.876Z] Step 24/24 : LABEL version=0.0.0 [2021-04-09T22:16:36.141Z] ---> 8b376bfaf68d [2021-04-09T22:16:36.141Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-09T22:16:36.141Z] ---> Running in 66acc6147e4c [2021-04-09T22:16:40.362Z] Removing intermediate container 66acc6147e4c [2021-04-09T22:16:40.362Z] ---> 55ee807c59bf [2021-04-09T22:16:40.362Z] [2021-04-09T22:16:41.310Z] Successfully built 55ee807c59bf [2021-04-09T22:16:41.310Z] ---> 67081ae4466c [2021-04-09T22:16:41.310Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-09T22:16:41.310Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-09T22:16:41.310Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-09T22:16:41.555Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-09T22:16:46.662Z] ---> 94ae922db770 [2021-04-09T22:16:46.663Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-09T22:16:46.663Z] ---> Running in 0281de2d0511 [2021-04-09T22:16:46.663Z] Removing intermediate container 0281de2d0511 [2021-04-09T22:16:46.663Z] ---> f099fc0b7b85 [2021-04-09T22:16:46.663Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-09T22:16:47.246Z] ---> 71d50d6a4e0c [2021-04-09T22:16:47.246Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-09T22:16:49.203Z] ---> Running in d823700382f5 [2021-04-09T22:16:52.593Z] Removing intermediate container d823700382f5 [2021-04-09T22:16:52.593Z] ---> 01481a925cdc [2021-04-09T22:16:52.593Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-09T22:16:56.861Z] ---> Running in 1ff829c291e2 [2021-04-09T22:17:00.286Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:17:00.286Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:17:00.286Z] ---> 224078d49b2e [2021-04-09T22:17:00.286Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T22:17:00.286Z] ---> Using cache [2021-04-09T22:17:00.286Z] ---> b2e358fd005e [2021-04-09T22:17:00.286Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:17:00.286Z] ---> Using cache [2021-04-09T22:17:00.286Z] ---> 99b539fcaec1 [2021-04-09T22:17:00.286Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-09T22:17:00.286Z] ---> Using cache [2021-04-09T22:17:00.286Z] ---> 8a85082c3c0f [2021-04-09T22:17:00.286Z] Step 6/22 : COPY go.mod . [2021-04-09T22:17:00.286Z] ---> Using cache [2021-04-09T22:17:00.286Z] ---> 99f10285151e [2021-04-09T22:17:00.286Z] Step 7/22 : RUN go mod download [2021-04-09T22:17:00.286Z] ---> Using cache [2021-04-09T22:17:00.286Z] ---> c12639f606a7 [2021-04-09T22:17:00.286Z] Step 8/22 : COPY . . [2021-04-09T22:17:00.286Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:17:00.286Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:17:00.555Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:17:00.555Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:17:01.954Z] ---> Using cache [2021-04-09T22:17:01.954Z] ---> d69cdac5896c [2021-04-09T22:17:01.954Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-09T22:17:01.954Z] ---> 224078d49b2e [2021-04-09T22:17:01.954Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:17:01.954Z] ---> 224078d49b2e [2021-04-09T22:17:01.954Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:17:01.954Z] ---> Using cache [2021-04-09T22:17:01.954Z] ---> b2e358fd005e [2021-04-09T22:17:01.954Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:17:01.954Z] ---> Using cache [2021-04-09T22:17:01.954Z] ---> 99b539fcaec1 [2021-04-09T22:17:01.954Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T22:17:01.954Z] ---> Using cache [2021-04-09T22:17:01.954Z] ---> 8a85082c3c0f [2021-04-09T22:17:01.954Z] Step 6/23 : COPY go.mod . [2021-04-09T22:17:01.954Z] ---> Using cache [2021-04-09T22:17:01.954Z] ---> 99f10285151e [2021-04-09T22:17:01.954Z] Step 7/23 : RUN go mod download [2021-04-09T22:17:01.954Z] ---> Using cache [2021-04-09T22:17:01.954Z] ---> c12639f606a7 [2021-04-09T22:17:01.954Z] Step 8/23 : COPY . . [2021-04-09T22:17:01.954Z] ---> Using cache [2021-04-09T22:17:01.954Z] ---> b2e358fd005e [2021-04-09T22:17:01.954Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:17:01.954Z] ---> Using cache [2021-04-09T22:17:01.955Z] ---> 99b539fcaec1 [2021-04-09T22:17:01.955Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-09T22:17:01.955Z] ---> Using cache [2021-04-09T22:17:01.955Z] ---> d69cdac5896c [2021-04-09T22:17:01.955Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-09T22:17:04.585Z] Removing intermediate container 1ff829c291e2 [2021-04-09T22:17:04.585Z] ---> 579e4404118c [2021-04-09T22:17:04.585Z] Step 28/31 : CMD ["gate"] [2021-04-09T22:17:05.535Z] ---> Running in 2e932a6685aa [2021-04-09T22:17:05.535Z] ---> Running in f8bfc7ab82aa [2021-04-09T22:17:05.535Z] ---> Running in 95c74424f408 [2021-04-09T22:17:06.115Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:17:06.115Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:17:06.115Z] ---> 224078d49b2e [2021-04-09T22:17:06.115Z] Step 3/26 : WORKDIR /edgex-go [2021-04-09T22:17:06.115Z] ---> Using cache [2021-04-09T22:17:06.115Z] ---> b2e358fd005e [2021-04-09T22:17:06.115Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:17:06.115Z] ---> Using cache [2021-04-09T22:17:06.115Z] ---> 99b539fcaec1 [2021-04-09T22:17:06.115Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-09T22:17:06.693Z] ---> Running in 25c0465d041c [2021-04-09T22:17:06.693Z] ---> Running in 1e969d0e0d23 [2021-04-09T22:17:07.283Z] Removing intermediate container 25c0465d041c [2021-04-09T22:17:07.283Z] ---> e403abb30132 [2021-04-09T22:17:07.283Z] Step 29/31 : LABEL arch=x86_64 [2021-04-09T22:17:07.554Z] ---> Running in edb19dc0efbf [2021-04-09T22:17:07.821Z] 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-09T22:17:07.821Z] Removing intermediate container edb19dc0efbf [2021-04-09T22:17:07.821Z] ---> 3969ee8b81e2 [2021-04-09T22:17:07.821Z] Step 30/31 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:17:08.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:17:08.268Z] 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-09T22:17:08.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:17:08.268Z] ---> Running in 70256c92f25a [2021-04-09T22:17:08.619Z] Removing intermediate container 70256c92f25a [2021-04-09T22:17:08.619Z] ---> 5d482c49306d [2021-04-09T22:17:08.619Z] Step 31/31 : LABEL version=0.0.0 [2021-04-09T22:17:08.619Z] ---> Running in 95ff3adec3b2 [2021-04-09T22:17:08.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:17:09.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:17:09.090Z] Removing intermediate container 95ff3adec3b2 [2021-04-09T22:17:09.090Z] ---> 646a7ddb6521 [2021-04-09T22:17:09.090Z] [2021-04-09T22:17:09.090Z] Successfully built 646a7ddb6521 [2021-04-09T22:17:09.090Z] OK: 233 MiB in 51 packages [2021-04-09T22:17:09.090Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-09T22:17:09.538Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-04-09T22:17:11.522Z] Removing intermediate container 1e969d0e0d23 [2021-04-09T22:17:11.522Z] ---> 1ac096b2eafa [2021-04-09T22:17:11.522Z] Step 6/26 : COPY go.mod . [2021-04-09T22:17:11.522Z] Removing intermediate container f8bfc7ab82aa [2021-04-09T22:17:11.522Z] ---> 36d3ed644231 [2021-04-09T22:17:11.522Z] Step 6/23 : COPY go.mod . [2021-04-09T22:17:11.797Z] ---> d72699da3ad5 [2021-04-09T22:17:11.797Z] Step 7/26 : RUN go mod download [2021-04-09T22:17:11.797Z] ---> Running in aeea298fb5c0 [2021-04-09T22:17:11.797Z] ---> 476b47832bfd [2021-04-09T22:17:11.797Z] Step 7/23 : RUN go mod download [2021-04-09T22:17:12.394Z] ---> Running in c6ef7c1f978a [2021-04-09T22:17:15.791Z] Removing intermediate container aeea298fb5c0 [2021-04-09T22:17:15.791Z] ---> 21b0448e546b [2021-04-09T22:17:15.791Z] Step 8/26 : COPY . . [2021-04-09T22:17:15.791Z] Removing intermediate container c6ef7c1f978a [2021-04-09T22:17:15.791Z] ---> 9e34f229f0f2 [2021-04-09T22:17:15.791Z] Step 8/23 : COPY . . [2021-04-09T22:17:28.578Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-09T22:17:46.950Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-09T22:17:46.950Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-09T22:17:46.950Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-09T22:17:46.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-09T22:17:46.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-09T22:17:46.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-09T22:17:47.230Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-09T22:17:48.136Z] Removing intermediate container 95c74424f408 [2021-04-09T22:17:48.136Z] ---> 7fac75d3b36c [2021-04-09T22:17:48.136Z] [2021-04-09T22:17:48.136Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T22:17:48.136Z] ---> 7230e588e954 [2021-04-09T22:17:48.136Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T22:17:48.136Z] ---> Using cache [2021-04-09T22:17:48.136Z] ---> d47245519af2 [2021-04-09T22:17:48.136Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:17:48.136Z] ---> Using cache [2021-04-09T22:17:48.136Z] ---> c42d87d7c2ca [2021-04-09T22:17:48.136Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-09T22:17:48.136Z] ---> 4e7201bea75b [2021-04-09T22:17:48.136Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-09T22:17:48.136Z] Removing intermediate container 2e932a6685aa [2021-04-09T22:17:48.136Z] ---> a2e41fb7ef15 [2021-04-09T22:17:48.136Z] [2021-04-09T22:17:48.136Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T22:17:48.136Z] ---> 7230e588e954 [2021-04-09T22:17:48.136Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-09T22:17:48.136Z] ---> Using cache [2021-04-09T22:17:48.136Z] ---> d47245519af2 [2021-04-09T22:17:48.136Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:17:48.136Z] ---> Using cache [2021-04-09T22:17:48.136Z] ---> c42d87d7c2ca [2021-04-09T22:17:48.136Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-09T22:17:48.136Z] ---> 4c062045bbe0 [2021-04-09T22:17:48.136Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-09T22:17:48.136Z] ---> Running in 0c34c52275c0 [2021-04-09T22:17:48.136Z] ---> Running in 4709f34b6f1d [2021-04-09T22:17:48.136Z] ---> Running in 264f4b099360 [2021-04-09T22:17:48.136Z] ---> Running in 5eabc9c932ae [2021-04-09T22:17:48.136Z] Removing intermediate container 0c34c52275c0 [2021-04-09T22:17:48.136Z] ---> f4dd9b0a35da [2021-04-09T22:17:48.136Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T22:17:48.136Z] Removing intermediate container 264f4b099360 [2021-04-09T22:17:48.136Z] ---> 28bc0185ff31 [2021-04-09T22:17:48.136Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T22:17:48.136Z] ---> Running in 953e0a8c8c0f [2021-04-09T22:17:48.136Z] ---> Running in 97cb2aa03a31 [2021-04-09T22:17:48.136Z] Removing intermediate container 953e0a8c8c0f [2021-04-09T22:17:48.136Z] ---> 618e510683fa [2021-04-09T22:17:48.136Z] Step 15/23 : WORKDIR / [2021-04-09T22:17:48.136Z] ---> Running in d7d9ba6eb2c9 [2021-04-09T22:17:48.136Z] Removing intermediate container 97cb2aa03a31 [2021-04-09T22:17:48.136Z] ---> 63eb84b8382b [2021-04-09T22:17:48.136Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:17:48.136Z] 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-09T22:17:48.136Z] 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-09T22:17:48.136Z] Removing intermediate container d7d9ba6eb2c9 [2021-04-09T22:17:48.136Z] ---> 95372f163c09 [2021-04-09T22:17:48.136Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:17:48.417Z] ---> 7977729ce5c2 [2021-04-09T22:17:48.417Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-09T22:17:48.687Z] ---> 61f696c108de [2021-04-09T22:17:48.687Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-09T22:17:49.659Z] ---> 145dcc09ae87 [2021-04-09T22:17:49.659Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-09T22:17:49.659Z] ---> dfa210daee5f [2021-04-09T22:17:49.659Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-09T22:17:49.927Z] ---> d2292bea8769 [2021-04-09T22:17:49.927Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-09T22:17:50.202Z] ---> Running in 45c0745c088f [2021-04-09T22:17:50.202Z] ---> da4b85f6d708 [2021-04-09T22:17:50.202Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-09T22:17:50.476Z] ---> Running in ec5ddf433cab [2021-04-09T22:17:50.476Z] Removing intermediate container 45c0745c088f [2021-04-09T22:17:50.476Z] ---> 9f9a00ea97d3 [2021-04-09T22:17:50.476Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:17:50.947Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-09T22:17:51.456Z] ---> Running in 4717ddfcd7f0 [2021-04-09T22:17:51.456Z] Removing intermediate container ec5ddf433cab [2021-04-09T22:17:51.456Z] ---> 0f5de263e992 [2021-04-09T22:17:51.456Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:17:51.456Z] ---> Running in 735a0ce34851 [2021-04-09T22:17:51.456Z] Removing intermediate container 4717ddfcd7f0 [2021-04-09T22:17:51.456Z] ---> c49d0d3cc14c [2021-04-09T22:17:51.456Z] Step 20/22 : LABEL arch=x86_64 [2021-04-09T22:17:51.745Z] ---> Running in 9ed72570bedd [2021-04-09T22:17:51.940Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-09T22:17:52.017Z] Removing intermediate container 735a0ce34851 [2021-04-09T22:17:52.017Z] ---> aad7afd18182 [2021-04-09T22:17:52.017Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T22:17:52.017Z] Removing intermediate container 9ed72570bedd [2021-04-09T22:17:52.017Z] ---> afcd59a9f0ca [2021-04-09T22:17:52.017Z] Step 21/22 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:17:52.017Z] ---> Running in cf405e802c4c [2021-04-09T22:17:52.017Z] ---> Running in 4fd7185a4771 [2021-04-09T22:17:52.288Z] Removing intermediate container cf405e802c4c [2021-04-09T22:17:52.288Z] ---> f7620763d59a [2021-04-09T22:17:52.288Z] Step 22/23 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:17:52.561Z] Removing intermediate container 4fd7185a4771 [2021-04-09T22:17:52.561Z] ---> 4b90802082dc [2021-04-09T22:17:52.561Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T22:17:52.561Z] ---> Running in 7b0e24002cd9 [2021-04-09T22:17:52.561Z] ---> Running in 07879c76b00d [2021-04-09T22:17:52.838Z] Removing intermediate container 7b0e24002cd9 [2021-04-09T22:17:52.838Z] ---> 4e85ea150dbb [2021-04-09T22:17:52.838Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:17:53.126Z] Removing intermediate container 07879c76b00d [2021-04-09T22:17:53.126Z] ---> 8a69b64e5da4 [2021-04-09T22:17:53.126Z] [2021-04-09T22:17:53.126Z] ---> Running in 7097e86b5ff6 [2021-04-09T22:17:53.402Z] Successfully built 8a69b64e5da4 [2021-04-09T22:17:53.676Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-09T22:17:53.676Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7097e86b5ff6 [2021-04-09T22:17:53.676Z] ---> 5ceadd9328bb [2021-04-09T22:17:53.676Z] [2021-04-09T22:17:53.944Z] Successfully built 5ceadd9328bb [2021-04-09T22:17:53.944Z] Successfully tagged docker-core-command-go:latest [2021-04-09T22:17:58.664Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-09T22:17:58.665Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-09T22:17:58.665Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-09T22:18:06.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.504s coverage: 45.9% of statements [2021-04-09T22:18:06.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-09T22:18:06.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-09T22:18:06.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-09T22:18:06.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-09T22:18:06.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-09T22:18:06.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-09T22:18:06.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.150s coverage: 19.8% of statements [2021-04-09T22:18:06.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.202s coverage: 100.0% of statements [2021-04-09T22:18:12.208Z]  Building docker-core-command-go ... done Removing intermediate container 5eabc9c932ae [2021-04-09T22:18:12.208Z] ---> e2845db66d46 [2021-04-09T22:18:12.208Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-09T22:18:12.208Z] ---> Running in 4f05fd206b92 [2021-04-09T22:18:12.208Z] 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-09T22:18:12.485Z] Removing intermediate container 4709f34b6f1d [2021-04-09T22:18:12.485Z] ---> 05c11dc6778f [2021-04-09T22:18:12.485Z] [2021-04-09T22:18:12.485Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T22:18:12.485Z] ---> 7230e588e954 [2021-04-09T22:18:12.485Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-09T22:18:12.485Z] ---> Running in ec7563484637 [2021-04-09T22:18:12.757Z] Removing intermediate container ec7563484637 [2021-04-09T22:18:12.757Z] ---> 03e22b3b723d [2021-04-09T22:18:12.757Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-09T22:18:12.757Z] Removing intermediate container 4f05fd206b92 [2021-04-09T22:18:12.757Z] ---> 334bdeb3965b [2021-04-09T22:18:12.757Z] [2021-04-09T22:18:12.757Z] Step 11/26 : FROM docker:20.10.0 [2021-04-09T22:18:12.757Z] ---> Running in 07f4e3c1d8bf [2021-04-09T22:18:12.757Z] 20.10.0: Pulling from library/docker [2021-04-09T22:18:13.026Z] Removing intermediate container 07f4e3c1d8bf [2021-04-09T22:18:13.026Z] ---> 803e8780b033 [2021-04-09T22:18:13.026Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-09T22:18:13.026Z] ---> Running in 0a51c4240caa [2021-04-09T22:18:13.294Z] Removing intermediate container 0a51c4240caa [2021-04-09T22:18:13.294Z] ---> 83d301100733 [2021-04-09T22:18:13.294Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:18:13.294Z] ---> Running in 07749f9ef927 [2021-04-09T22:18:13.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.643s coverage: 27.1% of statements [2021-04-09T22:18:13.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-09T22:18:13.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-09T22:18:13.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-09T22:18:13.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-09T22:18:13.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-09T22:18:13.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-09T22:18:13.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.134s coverage: 100.0% of statements [2021-04-09T22:18:13.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-09T22:18:13.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.219s coverage: 100.0% of statements [2021-04-09T22:18:13.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-09T22:18:13.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-09T22:18:13.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 71.3% of statements [2021-04-09T22:18:13.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-09T22:18:13.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-09T22:18:15.185Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.533s coverage: 82.9% of statements [2021-04-09T22:18:15.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-09T22:18:15.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:18:15.185Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.161s coverage: 78.9% of statements [2021-04-09T22:18:15.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-09T22:18:15.863Z] Removing intermediate container 07749f9ef927 [2021-04-09T22:18:15.864Z] ---> b91936d343eb [2021-04-09T22:18:15.864Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-09T22:18:15.864Z] ---> Running in c324a9d20bc1 [2021-04-09T22:18:16.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:18:17.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:18:17.656Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-09T22:18:17.656Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-09T22:18:17.920Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-09T22:18:17.920Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-09T22:18:18.192Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T22:18:18.192Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-09T22:18:18.192Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:18:18.192Z] OK: 8 MiB in 20 packages [2021-04-09T22:18:18.769Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-09T22:18:18.769Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-09T22:18:18.769Z] ---> aefe523efa57 [2021-04-09T22:18:18.769Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-09T22:18:19.036Z] ---> Running in 59d3fcf61bc9 [2021-04-09T22:18:19.036Z] Removing intermediate container c324a9d20bc1 [2021-04-09T22:18:19.036Z] ---> 615cb04a428c [2021-04-09T22:18:19.036Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:18:19.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:18:19.623Z] ---> 83f46fe6cc0c [2021-04-09T22:18:19.623Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-09T22:18:19.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:18:19.623Z] (1/2) Installing readline (8.0.4-r0) [2021-04-09T22:18:19.623Z] (2/2) Installing bash (5.0.17-r0) [2021-04-09T22:18:19.892Z] Executing bash-5.0.17-r0.post-install [2021-04-09T22:18:19.892Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T22:18:19.892Z] OK: 12 MiB in 22 packages [2021-04-09T22:18:20.158Z] ---> d77b32e0f577 [2021-04-09T22:18:20.158Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-09T22:18:20.421Z] Removing intermediate container 59d3fcf61bc9 [2021-04-09T22:18:20.421Z] ---> 672b8b5a599a [2021-04-09T22:18:20.421Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-09T22:18:20.684Z] ---> Running in 31a4a3c08646 [2021-04-09T22:18:20.684Z] ---> 932c024960a3 [2021-04-09T22:18:20.684Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-09T22:18:20.684Z] ---> Running in 9647b2aeec79 [2021-04-09T22:18:20.684Z] Removing intermediate container 31a4a3c08646 [2021-04-09T22:18:20.684Z] ---> f2532887120c [2021-04-09T22:18:20.684Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-09T22:18:20.947Z] Removing intermediate container 9647b2aeec79 [2021-04-09T22:18:20.947Z] ---> 626bdb0429d2 [2021-04-09T22:18:20.947Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:18:21.528Z] ---> Running in 9fafdb1bb0ce [2021-04-09T22:18:21.528Z] ---> Running in 8f830bc8bd9f [2021-04-09T22:18:21.794Z] Removing intermediate container 9fafdb1bb0ce [2021-04-09T22:18:21.794Z] ---> 3a6d868cc714 [2021-04-09T22:18:21.794Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-09T22:18:21.794Z] ---> Running in ea35ffc55c71 [2021-04-09T22:18:21.794Z] Removing intermediate container 8f830bc8bd9f [2021-04-09T22:18:21.794Z] ---> fa76c43e7daa [2021-04-09T22:18:21.794Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T22:18:22.057Z] ---> Running in ccb4d6e82076 [2021-04-09T22:18:22.057Z] Removing intermediate container ea35ffc55c71 [2021-04-09T22:18:22.057Z] ---> 790f68309b26 [2021-04-09T22:18:22.057Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-09T22:18:22.057Z] Removing intermediate container ccb4d6e82076 [2021-04-09T22:18:22.057Z] ---> 8d4868cf578b [2021-04-09T22:18:22.057Z] Step 22/23 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:18:22.325Z] ---> Running in 6596906b2308 [2021-04-09T22:18:22.587Z] Removing intermediate container 6596906b2308 [2021-04-09T22:18:22.588Z] ---> fddb66508bff [2021-04-09T22:18:22.588Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:18:22.588Z] ---> Running in f328cc94bba7 [2021-04-09T22:18:22.588Z] ---> 12d8c5103f33 [2021-04-09T22:18:22.588Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-09T22:18:22.851Z] Removing intermediate container f328cc94bba7 [2021-04-09T22:18:22.851Z] ---> 201c25e61e16 [2021-04-09T22:18:22.851Z] [2021-04-09T22:18:22.851Z] ---> 4c153855df12 [2021-04-09T22:18:22.851Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-09T22:18:23.115Z] Successfully built 201c25e61e16 [2021-04-09T22:18:23.115Z] Successfully tagged docker-core-data-go:latest [2021-04-09T22:18:23.378Z]  Building docker-core-data-go ... done  ---> d1cda5abc49c [2021-04-09T22:18:23.378Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-09T22:18:23.378Z] ---> Running in 6f0901de81f1 [2021-04-09T22:18:23.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:18:23.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:18:24.215Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-09T22:18:24.215Z] (2/33) Installing expat (2.2.9-r1) [2021-04-09T22:18:24.215Z] (3/33) Installing libffi (3.3-r2) [2021-04-09T22:18:24.215Z] (4/33) Installing gdbm (1.13-r1) [2021-04-09T22:18:24.215Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-09T22:18:24.215Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-09T22:18:24.215Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-09T22:18:25.162Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-09T22:18:25.162Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-09T22:18:25.162Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-09T22:18:25.162Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-09T22:18:25.162Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-09T22:18:25.162Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-09T22:18:25.424Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-09T22:18:25.424Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-09T22:18:25.424Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-09T22:18:25.424Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-09T22:18:25.424Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-09T22:18:25.424Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-09T22:18:25.424Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-09T22:18:25.424Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-09T22:18:25.424Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-09T22:18:25.424Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-09T22:18:25.424Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-09T22:18:25.424Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-09T22:18:25.424Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-09T22:18:25.424Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-09T22:18:25.424Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-09T22:18:25.424Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-09T22:18:25.424Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-09T22:18:25.686Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-09T22:18:25.686Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-09T22:18:25.686Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-09T22:18:25.686Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T22:18:25.687Z] OK: 71 MiB in 55 packages [2021-04-09T22:18:27.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.203s coverage: 28.6% of statements [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-09T22:18:27.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.230s coverage: 100.0% of statements [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-09T22:18:27.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.131s coverage: 100.0% of statements [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-09T22:18:27.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.418s coverage: 86.7% of statements [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-09T22:18:27.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.431s coverage: 97.5% of statements [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-09T22:18:27.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.189s coverage: 78.3% of statements [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-09T22:18:27.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-09T22:18:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.186s coverage: 92.8% of statements [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-09T22:18:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.112s coverage: 58.8% of statements [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-09T22:18:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.258s coverage: 1.0% of statements [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-09T22:18:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-09T22:18:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.244s coverage: 47.1% of statements [2021-04-09T22:18:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.160s coverage: 79.5% of statements [2021-04-09T22:18:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.120s coverage: 94.1% of statements [2021-04-09T22:18:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.164s coverage: 96.3% of statements [2021-04-09T22:18:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.133s coverage: 87.5% of statements [2021-04-09T22:18:35.725Z] Removing intermediate container 6f0901de81f1 [2021-04-09T22:18:35.725Z] ---> 316faddbb0ce [2021-04-09T22:18:35.725Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-09T22:18:35.725Z] ---> Running in 692069da6e57 [2021-04-09T22:18:35.986Z] Collecting docker-compose==1.23.2 [2021-04-09T22:18:35.986Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-09T22:18:35.986Z] Collecting cached-property<2,>=1.2.0 [2021-04-09T22:18:35.986Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-09T22:18:36.249Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-09T22:18:36.249Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-09T22:18:36.511Z] Collecting PyYAML<4,>=3.10 [2021-04-09T22:18:36.511Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-09T22:18:37.457Z] Collecting texttable<0.10,>=0.9.0 [2021-04-09T22:18:37.457Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-09T22:18:38.033Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-09T22:18:38.033Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-09T22:18:38.607Z] Collecting jsonschema<3,>=2.5.1 [2021-04-09T22:18:38.607Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-09T22:18:38.607Z] 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-09T22:18:38.607Z] Collecting docker<4.0,>=3.6.0 [2021-04-09T22:18:38.607Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-09T22:18:38.870Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-09T22:18:38.870Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-09T22:18:38.870Z] Collecting docopt<0.7,>=0.6.1 [2021-04-09T22:18:38.870Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-09T22:18:39.447Z] 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-09T22:18:39.447Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-09T22:18:39.447Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-09T22:18:39.715Z] 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-09T22:18:39.715Z] Collecting idna<2.8,>=2.5 [2021-04-09T22:18:39.715Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-09T22:18:39.715Z] Collecting docker-pycreds>=0.4.0 [2021-04-09T22:18:39.715Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-09T22:18:39.715Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-09T22:18:39.715Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-09T22:18:39.715Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-09T22:18:39.715Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-09T22:18:39.977Z] Installing collected packages: cached-property, urllib3, idna, requests, PyYAML, texttable, dockerpty, jsonschema, docker-pycreds, websocket-client, docker, docopt, docker-compose [2021-04-09T22:18:39.977Z] Attempting uninstall: urllib3 [2021-04-09T22:18:39.977Z] Found existing installation: urllib3 1.25.9 [2021-04-09T22:18:39.977Z] Uninstalling urllib3-1.25.9: [2021-04-09T22:18:39.977Z] Successfully uninstalled urllib3-1.25.9 [2021-04-09T22:18:40.240Z] Attempting uninstall: idna [2021-04-09T22:18:40.240Z] Found existing installation: idna 2.9 [2021-04-09T22:18:40.240Z] Uninstalling idna-2.9: [2021-04-09T22:18:40.240Z] Successfully uninstalled idna-2.9 [2021-04-09T22:18:40.502Z] Attempting uninstall: requests [2021-04-09T22:18:40.502Z] Found existing installation: requests 2.23.0 [2021-04-09T22:18:40.502Z] Uninstalling requests-2.23.0: [2021-04-09T22:18:40.502Z] Successfully uninstalled requests-2.23.0 [2021-04-09T22:18:40.764Z] Running setup.py install for PyYAML: started [2021-04-09T22:18:41.338Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-09T22:18:41.338Z] Running setup.py install for texttable: started [2021-04-09T22:18:41.600Z] Running setup.py install for texttable: finished with status 'done' [2021-04-09T22:18:41.600Z] Running setup.py install for dockerpty: started [2021-04-09T22:18:42.175Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-09T22:18:42.752Z] Running setup.py install for docopt: started [2021-04-09T22:18:43.015Z] Running setup.py install for docopt: finished with status 'done' [2021-04-09T22:18:43.278Z] 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-09T22:18:46.596Z] Removing intermediate container 692069da6e57 [2021-04-09T22:18:46.596Z] ---> acd790db7e94 [2021-04-09T22:18:46.596Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-09T22:18:46.596Z] ---> Running in f0d81955b0d8 [2021-04-09T22:18:46.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:18:46.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:18:46.857Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T22:18:46.857Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-09T22:18:46.857Z] (3/3) Installing curl (7.69.1-r3) [2021-04-09T22:18:46.857Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T22:18:46.857Z] OK: 72 MiB in 58 packages [2021-04-09T22:18:47.437Z] Removing intermediate container f0d81955b0d8 [2021-04-09T22:18:47.437Z] ---> 2e2a202b874e [2021-04-09T22:18:47.437Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-09T22:18:47.437Z] ---> Running in 55e4f2be11e8 [2021-04-09T22:18:47.437Z] Removing intermediate container 55e4f2be11e8 [2021-04-09T22:18:47.437Z] ---> 02de613ee3cb [2021-04-09T22:18:47.437Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:18:47.699Z] ---> Running in d8192b99aa5e [2021-04-09T22:18:47.699Z] Removing intermediate container d8192b99aa5e [2021-04-09T22:18:47.699Z] ---> 0ad203a85a41 [2021-04-09T22:18:47.699Z] Step 24/26 : LABEL arch=x86_64 [2021-04-09T22:18:47.962Z] ---> Running in 5707f2ec4f77 [2021-04-09T22:18:47.962Z] Removing intermediate container 5707f2ec4f77 [2021-04-09T22:18:47.962Z] ---> 50bb44f4458c [2021-04-09T22:18:47.962Z] Step 25/26 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:18:47.962Z] ---> Running in d19e90cb3709 [2021-04-09T22:18:48.224Z] Removing intermediate container d19e90cb3709 [2021-04-09T22:18:48.224Z] ---> d0d7b22b7fee [2021-04-09T22:18:48.224Z] Step 26/26 : LABEL version=0.0.0 [2021-04-09T22:18:48.224Z] ---> Running in bc74ceda14f4 [2021-04-09T22:18:48.487Z] Removing intermediate container bc74ceda14f4 [2021-04-09T22:18:48.487Z] ---> 08b70b440707 [2021-04-09T22:18:48.487Z] [2021-04-09T22:18:48.750Z] Successfully built 08b70b440707 [2021-04-09T22:18:48.750Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-09T22:18:49.026Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-09T22:18:49.068Z] $ docker stop --time=1 c9375394397d41dbac50e368da223fa7cc4421282111ef969de3ea4e1edecd1c [2021-04-09T22:18:49.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.135s coverage: 94.4% of statements [2021-04-09T22:18:49.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.130s coverage: 44.8% of statements [2021-04-09T22:18:50.811Z] $ docker rm -f c9375394397d41dbac50e368da223fa7cc4421282111ef969de3ea4e1edecd1c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T22:18:51.451Z] + docker images [2021-04-09T22:18:51.451Z] + grep docker [2021-04-09T22:18:52.030Z] docker-sys-mgmt-agent-go latest 08b70b440707 3 seconds ago 314MB [2021-04-09T22:18:52.030Z] docker-core-data-go latest 201c25e61e16 29 seconds ago 22.7MB [2021-04-09T22:18:52.030Z] docker-core-command-go latest 5ceadd9328bb 58 seconds ago 17.3MB [2021-04-09T22:18:52.030Z] docker-support-scheduler-go latest 8a69b64e5da4 59 seconds ago 17.4MB [2021-04-09T22:18:52.030Z] docker-security-bootstrapper-go latest 646a7ddb6521 About a minute ago 19MB [2021-04-09T22:18:52.030Z] docker-security-secretstore-setup-go latest 55ee807c59bf 2 minutes ago 25.7MB [2021-04-09T22:18:52.030Z] docker-core-metadata-go latest 1fc6a495755f 2 minutes ago 19MB [2021-04-09T22:18:52.030Z] docker-security-proxy-setup-go latest 87756ff9eff5 2 minutes ago 25.4MB [2021-04-09T22:18:52.030Z] docker-support-notifications-go latest fd8a08c9b07b 2 minutes ago 17.9MB [2021-04-09T22:18:52.030Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [2021-04-09T22:18:52.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.571s coverage: 81.5% of statements [2021-04-09T22:18:52.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-09T22:18:52.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.095s coverage: 87.1% of statements [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-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.178s coverage: 92.9% of statements [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.162s coverage: 75.5% of statements [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.129s coverage: 80.8% of statements [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.190s coverage: 87.2% of statements [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.195s coverage: 84.6% of statements [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.6% of statements [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.607s coverage: 64.4% of statements [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-09T22:19:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.119s coverage: 100.0% of statements [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements [2021-04-09T22:19:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-04-09T22:19:05.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-04-09T22:19:07.828Z] Still waiting to schedule task [2021-04-09T22:19:07.829Z] ‘prd-ubuntu18.04-docker-8c-8g-33477’ is offline [2021-04-09T22:19:09.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.901s coverage: 69.0% of statements [2021-04-09T22:19:09.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-09T22:19:09.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-09T22:19:09.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-09T22:19:10.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.523s coverage: 38.4% of statements [2021-04-09T22:19:10.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-09T22:19:10.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-09T22:19:10.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.112s coverage: 89.5% of statements [2021-04-09T22:19:10.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-09T22:19:10.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.134s coverage: 84.8% of statements [2021-04-09T22:19:17.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.452s coverage: 47.0% of statements [2021-04-09T22:19:17.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-09T22:19:17.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-09T22:19:17.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-09T22:19:17.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-09T22:19:17.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-09T22:19:17.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements [2021-04-09T22:19:17.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-09T22:19:17.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.150s coverage: 100.0% of statements [2021-04-09T22:19:17.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-09T22:19:17.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-09T22:19:17.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.122s coverage: 11.0% of statements [2021-04-09T22:19:17.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-09T22:19:19.081Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.496s coverage: 87.1% of statements [2021-04-09T22:19:19.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-09T22:19:19.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:19:19.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-09T22:19:27.365Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.354s coverage: 29.1% of statements [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-09T22:19:27.365Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.181s coverage: 99.0% of statements [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-09T22:19:27.365Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.187s coverage: 100.0% of statements [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-09T22:19:27.365Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.323s coverage: 95.6% of statements [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-09T22:19:27.365Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-09T22:19:27.365Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-09T22:19:27.365Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-09T22:19:27.365Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-09T22:19:27.365Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-04-09T22:19:27.365Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 32.1% of statements [2021-04-09T22:19:27.365Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-09T22:19:27.959Z] GO111MODULE=on go vet ./... [2021-04-09T22:20:00.252Z] Running on prd-ubuntu18.04-docker-8c-8g-33479 in /w/workspace/edgexfoundry_edgex-go_PR-3329 [Pipeline] { [Pipeline] ws [2021-04-09T22:20:00.354Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-04-09T22:20:02.676Z] using credential edgex-jenkins-ssh [2021-04-09T22:20:02.767Z] Cloning the remote Git repository [2021-04-09T22:20:02.745Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-09T22:20:02.818Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-04-09T22:20:02.847Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T22:20:02.847Z] > git --version # timeout=10 [2021-04-09T22:20:02.854Z] > git --version # 'git version 2.17.1' [2021-04-09T22:20:02.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T22:20:02.891Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T22:20:10.095Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T22:20:10.103Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T22:20:10.117Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T22:20:10.131Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T22:20:10.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T22:20:10.136Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3329/head:refs/remotes/origin/PR-3329 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T22:20:10.635Z] Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:20:10.798Z] Merge succeeded, producing bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:20:10.799Z] Checking out Revision bdf97cbf511afb369cd5a318516ede6912a4218a (PR-3329) [2021-04-09T22:20:10.629Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T22:20:10.632Z] > git checkout -f bdf97cbf511afb369cd5a318516ede6912a4218a # timeout=10 [2021-04-09T22:20:10.755Z] > git remote # timeout=10 [2021-04-09T22:20:10.760Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T22:20:10.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T22:20:10.768Z] > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 [2021-04-09T22:20:10.775Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T22:20:10.787Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T22:20:10.790Z] > git checkout -f bdf97cbf511afb369cd5a318516ede6912a4218a # timeout=10 [2021-04-09T22:20:14.497Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:20:15.711Z] + echo snap-build.sh [2021-04-09T22:20:15.711Z] snap-build.sh [2021-04-09T22:20:15.711Z] + SNAP_BASE_DIR=. [2021-04-09T22:20:15.711Z] + '[' '!' -z /w/workspace/edgex-go/10 ']' [2021-04-09T22:20:15.711Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/10 [2021-04-09T22:20:15.711Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' [2021-04-09T22:20:15.711Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/10] [2021-04-09T22:20:15.711Z] + cd /w/workspace/edgex-go/10 [2021-04-09T22:20:15.711Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-09T22:20:15.711Z] Reading package lists... [2021-04-09T22:20:15.973Z] Building dependency tree... [2021-04-09T22:20:15.973Z] Reading state information... [2021-04-09T22:20:15.973Z] The following packages were automatically installed and are no longer required: [2021-04-09T22:20:15.973Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-09T22:20:15.973Z] uidmap xdelta3 [2021-04-09T22:20:15.973Z] Use 'sudo apt autoremove' to remove them. [2021-04-09T22:20:15.973Z] The following packages will be REMOVED: [2021-04-09T22:20:15.973Z] lxd* lxd-client* [2021-04-09T22:20:16.545Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-09T22:20:16.545Z] After this operation, 31.7 MB disk space will be freed. [2021-04-09T22:20:17.590Z] (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-09T22:20:17.590Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T22:20:18.538Z] Removing lxd dnsmasq configuration [2021-04-09T22:20:18.538Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T22:20:18.799Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-09T22:20:19.371Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-09T22:20:19.642Z] (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-09T22:20:19.642Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T22:20:21.039Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-09T22:20:21.040Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-09T22:20:22.425Z] + sudo snap remove --purge lxd [2021-04-09T22:20:22.425Z] snap "lxd" is not installed [2021-04-09T22:20:22.425Z] + sudo groupadd --force --system lxd [2021-04-09T22:20:22.425Z] ++ whoami [2021-04-09T22:20:22.425Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-09T22:20:22.425Z] + newgrp - lxd [2021-04-09T22:20:22.425Z] + sudo snap install lxd [2021-04-09T22:20:30.571Z] 2021-04-09T22:20:28Z INFO Waiting for automatic snapd restart... [2021-04-09T22:20:45.496Z] lxd 4.12 from Canonical* installed [2021-04-09T22:20:45.496Z] + sudo lxd init --auto [2021-04-09T22:20:49.775Z] gofmt -l . [2021-04-09T22:20:49.775Z] [ "`gofmt -l .`" = "" ] [2021-04-09T22:20:49.775Z] ./bin/test-go-mod-tidy.sh [2021-04-09T22:20:50.044Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-09T22:20:52.095Z] + sudo snap install --classic snapcraft [2021-04-09T22:20:52.155Z] + ls -al . [2021-04-09T22:20:52.155Z] total 836 [2021-04-09T22:20:52.155Z] drwxrwxr-x 9 1001 1001 4096 Apr 9 22:20 . [2021-04-09T22:20:52.155Z] drwxr-xr-x 4 root root 4096 Apr 9 22:16 .. [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 11 Apr 9 22:14 .dockerignore [2021-04-09T22:20:52.155Z] drwxrwxr-x 8 1001 1001 4096 Apr 9 22:14 .git [2021-04-09T22:20:52.155Z] drwxrwxr-x 3 1001 1001 4096 Apr 9 22:14 .github [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 818 Apr 9 22:14 .gitignore [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 166 Apr 9 22:14 .sonarcloud.properties [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 8607 Apr 9 22:14 Attribution.txt [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 3804 Apr 9 22:14 CONTRIBUTING.md [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 931 Apr 9 22:14 Dockerfile.build [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 863 Apr 9 22:14 Jenkinsfile [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 10775 Apr 9 22:14 LICENSE [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 5774 Apr 9 22:14 Makefile [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 6548 Apr 9 22:14 README.md [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 6755 Apr 9 22:14 SECURITY.md [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 5 Apr 9 22:10 VERSION [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 4131 Apr 9 22:14 ZMQWindows.md [2021-04-09T22:20:52.155Z] drwxrwxr-x 2 1001 1001 4096 Apr 9 22:14 bin [2021-04-09T22:20:52.155Z] drwxrwxr-x 14 1001 1001 4096 Apr 9 22:14 cmd [2021-04-09T22:20:52.155Z] -rw-r--r-- 1 root root 697383 Apr 9 22:19 coverage.out [2021-04-09T22:20:52.155Z] -rw-r--r-- 1 root root 1056 Apr 9 22:20 go.mod [2021-04-09T22:20:52.155Z] -rw-r--r-- 1 root root 22478 Apr 9 22:20 go.sum [2021-04-09T22:20:52.155Z] drwxrwxr-x 8 1001 1001 4096 Apr 9 22:14 internal [2021-04-09T22:20:52.155Z] drwxrwxr-x 4 1001 1001 4096 Apr 9 22:14 openapi [2021-04-09T22:20:52.155Z] drwxrwxr-x 4 1001 1001 4096 Apr 9 22:14 snap [2021-04-09T22:20:52.155Z] -rw-rw-r-- 1 1001 1001 168 Apr 9 22:14 version.go [Pipeline] sh [2021-04-09T22:20:52.809Z] + '[' -e coverage.out ] [2021-04-09T22:20:52.809Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-09T22:20:52.849Z] Warning: overwriting stash ‘coverage-report’ [2021-04-09T22:20:54.133Z] Stashed 1 file(s) [Pipeline] sh [2021-04-09T22:20:54.820Z] + make build [2021-04-09T22:20:54.821Z] 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-09T22:20:57.399Z] snapcraft 4.6 from Canonical* installed [2021-04-09T22:20:57.399Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-09T22:20:57.399Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-09T22:20:57.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T22:20:57.399Z] Dload Upload Total Spent Left Speed [2021-04-09T22:20:57.399Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5056 0 --:--:-- --:--:-- --:--:-- 5097 [2021-04-09T22:20:57.660Z] 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 33.8M [2021-04-09T22:20:57.660Z] ./yq_linux_amd64 [2021-04-09T22:20:57.660Z] + sudo snapcraft prime --use-lxd [2021-04-09T22:20:59.574Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-09T22:20:59.574Z] 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-09T22:20:59.574Z] - README.md [2021-04-09T22:20:59.574Z] [2021-04-09T22:20:59.574Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-09T22:21:00.520Z] Launching a container. [2021-04-09T22:21:07.253Z] 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-09T22:21:15.467Z] Waiting for container to be ready [2021-04-09T22:21:15.467Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-09T22:21:15.467Z] [2021-04-09T22:21:16.857Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-09T22:21:17.429Z] Waiting for network to be ready... [2021-04-09T22:21:18.001Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-09T22:21:18.001Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-09T22:21:18.262Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-09T22:21:18.834Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-09T22:21:18.834Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-09T22:21:18.834Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-09T22:21:18.834Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-09T22:21:18.834Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-09T22:21:18.834Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-09T22:21:18.834Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-09T22:21:19.096Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-09T22:21:19.363Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-09T22:21:19.935Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-09T22:21:19.935Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-09T22:21:19.935Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-09T22:21:19.935Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-09T22:21:19.935Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-09T22:21:19.935Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-09T22:21:22.483Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-09T22:21:22.745Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-09T22:21:22.745Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-09T22:21:23.007Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-09T22:21:23.007Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-09T22:21:23.007Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-09T22:21:23.007Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-09T22:21:23.007Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-09T22:21:23.007Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-09T22:21:26.314Z] Fetched 24.2 MB in 8s (2981 kB/s) [2021-04-09T22:21:27.271Z] Reading package lists... [2021-04-09T22:21:27.271Z] Reading package lists... [2021-04-09T22:21:27.534Z] Building dependency tree... [2021-04-09T22:21:27.534Z] Reading state information... [2021-04-09T22:21:27.534Z] The following additional packages will be installed: [2021-04-09T22:21:27.534Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-09T22:21:27.534Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-09T22:21:27.534Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-09T22:21:27.534Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-09T22:21:27.534Z] Suggested packages: [2021-04-09T22:21:27.534Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-09T22:21:27.534Z] Recommended packages: [2021-04-09T22:21:27.534Z] gnupg libsasl2-modules [2021-04-09T22:21:27.795Z] The following NEW packages will be installed: [2021-04-09T22:21:27.795Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-09T22:21:27.795Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-09T22:21:27.795Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-09T22:21:27.795Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-09T22:21:27.795Z] The following packages will be upgraded: [2021-04-09T22:21:27.795Z] gpg gpg-agent gpgconf libudev1 [2021-04-09T22:21:27.795Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-09T22:21:27.795Z] Need to get 3530 kB of archives. [2021-04-09T22:21:27.795Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-09T22:21:27.795Z] 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-09T22:21:27.795Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-09T22:21:27.795Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-09T22:21:27.795Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-09T22:21:27.795Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-09T22:21:28.057Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-09T22:21:29.001Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-09T22:21:29.001Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-09T22:21:29.001Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-09T22:21:29.001Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-09T22:21:29.001Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-09T22:21:29.001Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-09T22:21:29.001Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-09T22:21:29.001Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-09T22:21:29.001Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-09T22:21:29.001Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-09T22:21:29.001Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-09T22:21:29.001Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-09T22:21:29.001Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-09T22:21:29.001Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-09T22:21:29.001Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-09T22:21:29.262Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-09T22:21:29.262Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T22:21:29.262Z] Fetched 3530 kB in 2s (2329 kB/s) [2021-04-09T22:21:29.416Z] 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-09T22:21:29.523Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-09T22:21:29.523Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-09T22:21:29.523Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T22:21:29.523Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-09T22:21:29.786Z] Selecting previously unselected package udev. [2021-04-09T22:21:29.786Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-09T22:21:29.786Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-09T22:21:29.786Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-09T22:21:30.047Z] Selecting previously unselected package libfuse2:amd64. [2021-04-09T22:21:30.047Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-09T22:21:30.047Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-09T22:21:30.047Z] Selecting previously unselected package fuse. [2021-04-09T22:21:30.047Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-09T22:21:30.047Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-09T22:21:30.308Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T22:21:30.309Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T22:21:30.309Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T22:21:30.309Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T22:21:30.569Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T22:21:30.569Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T22:21:30.569Z] Selecting previously unselected package libksba8:amd64. [2021-04-09T22:21:30.569Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-09T22:21:30.569Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-09T22:21:30.830Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-09T22:21:30.830Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:21:30.830Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:30.830Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-09T22:21:30.830Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:21:30.830Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:30.830Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-09T22:21:30.830Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:21:30.830Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:31.091Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-09T22:21:31.091Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:21:31.091Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:31.091Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-09T22:21:31.091Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:21:31.091Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:31.091Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-09T22:21:31.091Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:21:31.091Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:31.352Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-09T22:21:31.352Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:21:31.352Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:31.352Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-09T22:21:31.352Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:21:31.352Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:31.352Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-09T22:21:31.352Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:21:31.352Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:31.615Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-09T22:21:31.615Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-09T22:21:31.615Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T22:21:31.615Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-09T22:21:31.615Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-09T22:21:31.615Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T22:21:31.615Z] Selecting previously unselected package libldap-common. [2021-04-09T22:21:31.615Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-09T22:21:31.615Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T22:21:31.876Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-09T22:21:31.876Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-09T22:21:31.876Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T22:21:31.876Z] Selecting previously unselected package dirmngr. [2021-04-09T22:21:31.876Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T22:21:31.876Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-09T22:21:31.876Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T22:21:32.137Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-09T22:21:32.137Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-09T22:21:32.137Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T22:21:32.137Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T22:21:32.137Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-09T22:21:32.137Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:32.137Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-09T22:21:32.397Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T22:21:32.397Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-09T22:21:32.658Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-09T22:21:32.658Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:32.920Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-09T22:21:32.920Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-09T22:21:32.920Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-09T22:21:32.920Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:32.920Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:32.920Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:32.920Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:32.920Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:33.182Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:33.182Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:21:33.182Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T22:21:33.182Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-09T22:21:33.182Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T22:21:33.753Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-09T22:21:33.753Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-09T22:21:33.753Z] This means they are not meant to be enabled using systemctl. [2021-04-09T22:21:33.753Z] Possible reasons for having this kind of units are: [2021-04-09T22:21:33.753Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-09T22:21:33.753Z] .wants/ or .requires/ directory. [2021-04-09T22:21:33.753Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-09T22:21:33.753Z] a requirement dependency on it. [2021-04-09T22:21:33.753Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-09T22:21:33.753Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-09T22:21:33.753Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-09T22:21:33.753Z] instance name specified. [2021-04-09T22:21:34.016Z] Reading package lists... [2021-04-09T22:21:34.279Z] Building dependency tree... [2021-04-09T22:21:34.279Z] Reading state information... [2021-04-09T22:21:34.279Z] The following additional packages will be installed: [2021-04-09T22:21:34.279Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-09T22:21:34.279Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-09T22:21:34.279Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-09T22:21:34.279Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-09T22:21:34.279Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-09T22:21:34.279Z] Suggested packages: [2021-04-09T22:21:34.279Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-09T22:21:34.279Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-09T22:21:34.279Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-09T22:21:34.279Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-09T22:21:34.279Z] systemd-container policykit-1 [2021-04-09T22:21:34.279Z] Recommended packages: [2021-04-09T22:21:34.279Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-09T22:21:34.279Z] The following NEW packages will be installed: [2021-04-09T22:21:34.279Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-09T22:21:34.279Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-09T22:21:34.279Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-09T22:21:34.279Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-09T22:21:34.279Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-09T22:21:34.279Z] The following packages will be upgraded: [2021-04-09T22:21:34.279Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-09T22:21:34.539Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-09T22:21:34.539Z] Need to get 35.2 MB of archives. [2021-04-09T22:21:34.539Z] After this operation, 141 MB of additional disk space will be used. [2021-04-09T22:21:34.539Z] 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-09T22:21:34.539Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-09T22:21:35.484Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-09T22:21:35.484Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-09T22:21:35.484Z] 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-09T22:21:35.484Z] 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-09T22:21:35.484Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-09T22:21:35.484Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-09T22:21:35.484Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-09T22:21:35.484Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-09T22:21:35.484Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-09T22:21:35.484Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-09T22:21:35.484Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-09T22:21:35.484Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-09T22:21:35.484Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-09T22:21:35.484Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-09T22:21:35.484Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-09T22:21:35.484Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-09T22:21:35.484Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-09T22:21:35.484Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-09T22:21:35.484Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-09T22:21:35.484Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-09T22:21:35.484Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-09T22:21:35.484Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-09T22:21:35.484Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-09T22:21:35.745Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-09T22:21:35.745Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-09T22:21:35.745Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-09T22:21:35.745Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-09T22:21:35.745Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-09T22:21:36.137Z] 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-09T22:21:36.691Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T22:21:36.952Z] Fetched 35.2 MB in 2s (15.3 MB/s) [2021-04-09T22:21:36.952Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T22:21:36.952Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-09T22:21:36.952Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T22:21:37.525Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-09T22:21:37.525Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T22:21:37.786Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-09T22:21:37.786Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T22:21:37.786Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-09T22:21:37.786Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-09T22:21:38.048Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-09T22:21:38.048Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T22:21:38.048Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-09T22:21:38.048Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-09T22:21:38.309Z] Setting up apt (1.6.13) ... [2021-04-09T22:21:38.309Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-09T22:21:38.880Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-09T22:21:38.880Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-09T22:21:38.880Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-09T22:21:39.142Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-09T22:21:39.142Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-09T22:21:39.142Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T22:21:39.142Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:21:39.404Z] Selecting previously unselected package libexpat1:amd64. [2021-04-09T22:21:39.404Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-09T22:21:39.404Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-09T22:21:39.404Z] Selecting previously unselected package python3.6-minimal. [2021-04-09T22:21:39.404Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T22:21:39.404Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:21:39.665Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-09T22:21:39.926Z] Checking for services that may need to be restarted...done. [2021-04-09T22:21:39.926Z] Checking for services that may need to be restarted...done. [2021-04-09T22:21:39.926Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:21:39.926Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-09T22:21:39.926Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:21:41.313Z] Selecting previously unselected package python3-minimal. [2021-04-09T22:21:41.313Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-09T22:21:41.313Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-09T22:21:41.313Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-09T22:21:41.313Z] Selecting previously unselected package mime-support. [2021-04-09T22:21:41.313Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-09T22:21:41.313Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-09T22:21:41.313Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-09T22:21:41.313Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-09T22:21:41.313Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-09T22:21:41.313Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-09T22:21:41.313Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T22:21:41.313Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:21:41.529Z] 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-09T22:21:41.575Z] Selecting previously unselected package python3.6. [2021-04-09T22:21:41.575Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T22:21:41.575Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:21:41.575Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-09T22:21:41.575Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-09T22:21:41.575Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-09T22:21:41.836Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-09T22:21:42.103Z] Selecting previously unselected package python3. [2021-04-09T22:21:42.103Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-09T22:21:42.103Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-09T22:21:42.103Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-09T22:21:42.103Z] Selecting previously unselected package multiarch-support. [2021-04-09T22:21:42.103Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T22:21:42.103Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-09T22:21:42.103Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-09T22:21:42.125Z] 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-09T22:21:42.364Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-09T22:21:42.364Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-09T22:21:42.364Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-09T22:21:42.364Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-09T22:21:42.364Z] Selecting previously unselected package libbsd0:amd64. [2021-04-09T22:21:42.364Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-09T22:21:42.364Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-09T22:21:42.625Z] Selecting previously unselected package sudo. [2021-04-09T22:21:42.625Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-09T22:21:42.625Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-09T22:21:42.625Z] Selecting previously unselected package apparmor. [2021-04-09T22:21:42.625Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-09T22:21:42.625Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-09T22:21:42.886Z] Selecting previously unselected package libedit2:amd64. [2021-04-09T22:21:42.886Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-09T22:21:42.886Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-09T22:21:42.886Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-09T22:21:42.886Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T22:21:42.886Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:21:43.148Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-09T22:21:43.148Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T22:21:43.148Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:21:43.148Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-09T22:21:43.148Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-09T22:21:43.148Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-09T22:21:43.148Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-09T22:21:43.148Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T22:21:43.148Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:21:43.408Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-09T22:21:43.408Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T22:21:43.408Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:21:43.408Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-09T22:21:43.408Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-09T22:21:43.408Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-09T22:21:43.670Z] Selecting previously unselected package openssh-client. [2021-04-09T22:21:43.670Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-09T22:21:43.670Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-09T22:21:43.930Z] Selecting previously unselected package squashfs-tools. [2021-04-09T22:21:43.930Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-09T22:21:43.930Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-09T22:21:43.930Z] Selecting previously unselected package snapd. [2021-04-09T22:21:43.930Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-09T22:21:43.930Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-09T22:21:46.475Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-09T22:21:46.475Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-09T22:21:46.736Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-09T22:21:46.736Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-09T22:21:46.736Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-09T22:21:46.736Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:21:46.736Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T22:21:46.736Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-09T22:21:46.736Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-09T22:21:47.307Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-09T22:21:47.535Z] 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-09T22:21:47.569Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-09T22:21:47.569Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-09T22:21:47.569Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:21:47.569Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:21:47.569Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:21:48.509Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-09T22:21:48.509Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:21:48.509Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-09T22:21:48.509Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-09T22:21:48.509Z] running python rtupdate hooks for python3.6... [2021-04-09T22:21:48.509Z] running python post-rtupdate hooks for python3.6... [2021-04-09T22:21:48.509Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-09T22:21:50.425Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-09T22:21:50.426Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:21:50.426Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-09T22:21:50.426Z] Setting up snapd (2.48.3+18.04) ... [2021-04-09T22:21:50.997Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-09T22:21:51.258Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-09T22:21:51.258Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-09T22:21:51.520Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-09T22:21:51.781Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-09T22:21:51.781Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-09T22:21:52.042Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-09T22:21:52.042Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-09T22:21:52.303Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-09T22:21:52.565Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-09T22:21:52.565Z] /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-09T22:21:52.565Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T22:21:52.565Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-09T22:21:52.935Z] 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-09T22:21:53.950Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T22:21:53.951Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T22:21:53.951Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T22:21:55.866Z] Reading package lists... [2021-04-09T22:21:55.866Z] Reading package lists... [2021-04-09T22:21:55.866Z] Building dependency tree... [2021-04-09T22:21:55.867Z] Reading state information... [2021-04-09T22:21:56.128Z] Calculating upgrade... [2021-04-09T22:21:56.128Z] The following packages will be upgraded: [2021-04-09T22:21:56.128Z] advancecomp base-files bash binutils binutils-common [2021-04-09T22:21:56.128Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-09T22:21:56.128Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-09T22:21:56.128Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-09T22:21:56.128Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-09T22:21:56.128Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-09T22:21:56.128Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-09T22:21:56.128Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-09T22:21:56.128Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-09T22:21:56.128Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-09T22:21:56.128Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-09T22:21:56.128Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-09T22:21:56.128Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-09T22:21:56.128Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-09T22:21:56.128Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-09T22:21:56.128Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T22:21:56.128Z] Need to get 63.8 MB of archives. [2021-04-09T22:21:56.128Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-09T22:21:56.128Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-09T22:21:56.390Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-09T22:21:56.390Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-09T22:21:56.390Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-09T22:21:56.390Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-09T22:21:56.390Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-09T22:21:56.390Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-09T22:21:56.390Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-09T22:21:56.390Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-09T22:21:56.390Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-09T22:21:56.390Z] 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-09T22:21:56.390Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-09T22:21:56.390Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-09T22:21:56.390Z] 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-09T22:21:56.390Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-09T22:21:56.390Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-09T22:21:56.390Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-09T22:21:56.390Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-09T22:21:56.652Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-09T22:21:56.652Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-09T22:21:56.652Z] 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-09T22:21:56.652Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-09T22:21:56.652Z] 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-09T22:21:56.652Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-09T22:21:56.652Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-09T22:21:56.652Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-09T22:21:56.652Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-09T22:21:56.652Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-09T22:21:56.653Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-09T22:21:56.653Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-09T22:21:56.653Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-09T22:21:56.653Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-09T22:21:56.653Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-09T22:21:56.653Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-09T22:21:56.653Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-09T22:21:56.653Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-09T22:21:56.653Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-09T22:21:56.653Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-09T22:21:56.653Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-09T22:21:56.653Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-09T22:21:56.915Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-09T22:21:56.915Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-09T22:21:56.915Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-09T22:21:56.915Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-09T22:21:56.915Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-09T22:21:56.915Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-09T22:21:56.915Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-09T22:21:56.915Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-09T22:21:56.915Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-09T22:21:56.915Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-09T22:21:56.915Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-09T22:21:56.915Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-09T22:21:56.915Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-09T22:21:56.915Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-09T22:21:56.915Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-09T22:21:57.179Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-09T22:21:57.179Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-09T22:21:57.179Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-09T22:21:57.179Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-09T22:21:57.179Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-09T22:21:57.179Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-09T22:21:57.179Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-09T22:21:57.179Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-09T22:21:57.179Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-09T22:21:57.238Z] 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-09T22:21:57.442Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-09T22:21:57.442Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-09T22:21:57.443Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-09T22:21:57.443Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-09T22:21:57.443Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-09T22:21:57.443Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-09T22:21:57.443Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-09T22:21:57.443Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-09T22:21:57.443Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-09T22:21:57.443Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-09T22:21:57.443Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-09T22:21:57.443Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-09T22:21:57.443Z] Get:77 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-09T22:21:57.443Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-09T22:21:57.443Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-09T22:21:57.443Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-09T22:21:57.443Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-09T22:21:57.443Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-09T22:21:57.443Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-09T22:21:57.443Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-09T22:21:57.443Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-09T22:21:57.704Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-09T22:21:57.704Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-09T22:21:57.704Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-09T22:21:57.704Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-09T22:21:57.704Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-09T22:21:57.704Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-09T22:21:57.704Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-09T22:21:57.704Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-09T22:21:57.704Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-09T22:21:57.704Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-09T22:21:57.704Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-09T22:21:57.704Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-09T22:21:57.704Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-09T22:21:57.704Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-09T22:21:57.965Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T22:21:57.965Z] Fetched 63.8 MB in 2s (40.1 MB/s) [2021-04-09T22:21:58.226Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:21:58.226Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T22:21:58.226Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T22:21:58.797Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T22:21:58.797Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T22:21:59.059Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-09T22:21:59.059Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-09T22:21:59.635Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:21:59.635Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:21:59.896Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:21:59.896Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:21:59.896Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:00.158Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:22:00.158Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:00.158Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:22:00.158Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:00.158Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:22:00.421Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:00.421Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:22:00.421Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:00.421Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:22:00.708Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:22:00.708Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T22:22:00.708Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:00.708Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-09T22:22:00.708Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:22:00.970Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T22:22:00.970Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:00.970Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:22:00.970Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:00.970Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:22:01.232Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:01.232Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:22:01.232Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:22:01.498Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T22:22:01.498Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T22:22:01.764Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T22:22:02.341Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-09T22:22:02.603Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T22:22:02.603Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-09T22:22:02.603Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-09T22:22:02.603Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-09T22:22:02.603Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-09T22:22:02.635Z] 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-09T22:22:02.867Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-09T22:22:02.867Z] Installing new version of config file /etc/issue ... [2021-04-09T22:22:02.867Z] Installing new version of config file /etc/issue.net ... [2021-04-09T22:22:02.867Z] Installing new version of config file /etc/lsb-release ... [2021-04-09T22:22:02.867Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-09T22:22:03.130Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-09T22:22:03.130Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-09T22:22:03.130Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-09T22:22:03.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:03.405Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-09T22:22:03.405Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-09T22:22:03.667Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-09T22:22:03.667Z] 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-09T22:22:03.667Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:03.667Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:22:03.667Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-09T22:22:03.667Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:22:03.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:03.931Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-09T22:22:03.931Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-09T22:22:03.931Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-09T22:22:04.199Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:04.199Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-09T22:22:04.199Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T22:22:04.461Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-09T22:22:04.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:04.461Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T22:22:04.461Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T22:22:04.723Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T22:22:04.723Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:04.723Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T22:22:04.723Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T22:22:04.723Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-09T22:22:04.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:04.985Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-09T22:22:04.985Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-09T22:22:04.985Z] Setting up grep (3.1-2build1) ... [2021-04-09T22:22:05.247Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:05.247Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-09T22:22:05.247Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-09T22:22:05.247Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-09T22:22:05.513Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:05.513Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T22:22:05.513Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T22:22:05.513Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-09T22:22:05.513Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:05.513Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T22:22:05.775Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T22:22:06.030Z] 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-09T22:22:06.348Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T22:22:06.348Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T22:22:06.348Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T22:22:06.348Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T22:22:06.919Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-09T22:22:06.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:06.919Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-09T22:22:07.181Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T22:22:08.123Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-09T22:22:08.123Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-09T22:22:08.385Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-09T22:22:08.385Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-09T22:22:08.385Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-09T22:22:08.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:08.385Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-09T22:22:08.385Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-09T22:22:08.645Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-09T22:22:08.645Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:08.645Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:22:08.645Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:22:08.909Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:22:08.909Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:08.909Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:22:08.909Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:22:08.909Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:22:09.170Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:09.170Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:22:09.170Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:22:09.170Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:22:09.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:09.438Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:22:09.438Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:22:09.438Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:22:09.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:09.438Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T22:22:09.699Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T22:22:09.699Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T22:22:09.699Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T22:22:09.699Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T22:22:09.960Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:09.960Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T22:22:09.960Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T22:22:09.960Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T22:22:10.221Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:10.221Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:22:10.221Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:22:10.221Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:22:10.221Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:10.221Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:22:10.483Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:22:10.483Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:22:10.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:10.483Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:22:10.745Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:22:11.006Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:22:11.266Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-09T22:22:11.458Z] 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-09T22:22:11.838Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-09T22:22:11.838Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:11.838Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T22:22:11.838Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T22:22:12.128Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T22:22:12.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:22:12.390Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-09T22:22:12.390Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T22:22:12.390Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-09T22:22:12.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:12.652Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-09T22:22:12.652Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-09T22:22:12.914Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-09T22:22:13.176Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:13.176Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-09T22:22:13.176Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-09T22:22:13.176Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-09T22:22:13.438Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:13.438Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-09T22:22:13.438Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-09T22:22:13.438Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-09T22:22:13.438Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:13.438Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T22:22:13.699Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T22:22:13.699Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T22:22:13.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:13.975Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T22:22:13.975Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T22:22:13.975Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T22:22:13.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:13.975Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T22:22:14.240Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T22:22:14.240Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T22:22:14.503Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:14.503Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:22:14.503Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:22:14.503Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-09T22:22:14.765Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T22:22:14.765Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T22:22:14.765Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T22:22:14.765Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T22:22:15.027Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:15.027Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-09T22:22:15.027Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-09T22:22:15.027Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-09T22:22:15.288Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:15.288Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-09T22:22:15.288Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T22:22:15.550Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T22:22:15.811Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:15.811Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T22:22:15.811Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T22:22:15.811Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T22:22:16.072Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:16.072Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-09T22:22:16.072Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-09T22:22:16.072Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-09T22:22:16.371Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:16.371Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-09T22:22:16.371Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-09T22:22:16.632Z] Setting up passwd (1:4.5-1ubuntu2) ... [Pipeline] } [2021-04-09T22:22:16.893Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:16.893Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T22:22:16.893Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T22:22:16.893Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-09T22:22:16.887Z] $ docker stop --time=1 2ec9a6cdbb3de9f0449992c5213649434c43c0dd52f284dc4acca00f01eeab51 [2021-04-09T22:22:17.190Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:17.190Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-09T22:22:17.190Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-09T22:22:17.191Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-09T22:22:17.761Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:17.761Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-09T22:22:17.761Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-09T22:22:17.761Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-09T22:22:18.029Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:18.029Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-09T22:22:18.029Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-09T22:22:18.029Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-09T22:22:18.290Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:18.290Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-09T22:22:18.290Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-09T22:22:18.290Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-09T22:22:18.550Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:18.550Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-09T22:22:18.550Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-09T22:22:18.550Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-09T22:22:18.550Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:22:18.550Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-09T22:22:18.832Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-09T22:22:18.832Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-09T22:22:18.832Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-09T22:22:18.832Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-09T22:22:18.832Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-09T22:22:19.102Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-09T22:22:19.102Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-09T22:22:19.102Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-09T22:22:19.372Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-09T22:22:19.372Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-09T22:22:19.390Z] $ docker rm -f 2ec9a6cdbb3de9f0449992c5213649434c43c0dd52f284dc4acca00f01eeab51 [2021-04-09T22:22:19.637Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-09T22:22:19.637Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-09T22:22:19.637Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-09T22:22:19.901Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-09T22:22:19.901Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-09T22:22:19.901Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-09T22:22:19.902Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-09T22:22:20.166Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-09T22:22:20.166Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-09T22:22:20.166Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-09T22:22:20.166Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-09T22:22:20.444Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-09T22:22:20.444Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-09T22:22:20.444Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-09T22:22:20.444Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-04-09T22:22:20.719Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-09T22:22:20.719Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:22:21.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T22:22:21.403Z] [2021-04-09T22:22:21.403Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:22:21.767Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-09T22:22:21.767Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-09T22:22:21.767Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-09T22:22:21.767Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-09T22:22:21.767Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T22:22:21.801Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T22:22:21.801Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-09T22:22:21.801Z] 29e5d40040c1: Pulling fs layer [2021-04-09T22:22:21.801Z] 1ce36da41761: Pulling fs layer [2021-04-09T22:22:21.801Z] 25b303627fd3: Pulling fs layer [2021-04-09T22:22:22.057Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T22:22:22.091Z] 29e5d40040c1: Verifying Checksum [2021-04-09T22:22:22.091Z] 29e5d40040c1: Download complete [2021-04-09T22:22:22.430Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T22:22:22.430Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T22:22:22.690Z] 1ce36da41761: Verifying Checksum [2021-04-09T22:22:22.690Z] 1ce36da41761: Download complete [2021-04-09T22:22:22.690Z] 29e5d40040c1: Pull complete [2021-04-09T22:22:22.692Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T22:22:22.692Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T22:22:22.692Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T22:22:22.954Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T22:22:22.954Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:22.954Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:22:23.215Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:23.215Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:22:23.215Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:23.215Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:22:23.476Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:23.476Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:22:24.119Z] 1ce36da41761: Pull complete [2021-04-09T22:22:24.119Z] 25b303627fd3: Verifying Checksum [2021-04-09T22:22:24.119Z] 25b303627fd3: Download complete [2021-04-09T22:22:24.420Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:24.420Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:22:25.374Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:25.374Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:22:26.316Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:26.316Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:22:26.577Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:26.577Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:22:27.520Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:22:27.520Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:22:27.520Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T22:22:27.781Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T22:22:28.048Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-09T22:22:28.048Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T22:22:28.309Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-09T22:22:28.309Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T22:22:28.309Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-09T22:22:28.571Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-09T22:22:28.571Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T22:22:28.571Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T22:22:28.571Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T22:22:28.834Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T22:22:28.834Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-09T22:22:28.834Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-09T22:22:29.096Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:22:29.096Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T22:22:29.096Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:22:29.096Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:22:29.096Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:22:29.096Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-09T22:22:29.096Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-09T22:22:29.357Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-09T22:22:29.357Z] [2021-04-09T22:22:29.357Z] Current default time zone: 'Etc/UTC' [2021-04-09T22:22:29.357Z] Local time is now: Fri Apr 9 22:22:29 UTC 2021. [2021-04-09T22:22:29.357Z] Universal Time is now: Fri Apr 9 22:22:29 UTC 2021. [2021-04-09T22:22:29.357Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-09T22:22:29.357Z] [2021-04-09T22:22:29.357Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-09T22:22:29.357Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:22:29.357Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-09T22:22:29.617Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:22:29.618Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-09T22:22:29.618Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-09T22:22:29.618Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-09T22:22:29.618Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-09T22:22:29.618Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-09T22:22:29.618Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-09T22:22:29.618Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:22:29.886Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-09T22:22:29.886Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:22:29.886Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-09T22:22:30.148Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:22:30.148Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-09T22:22:30.148Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-09T22:22:30.148Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-09T22:22:30.148Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-09T22:22:30.148Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-09T22:22:30.148Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-09T22:22:30.148Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-09T22:22:30.148Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-09T22:22:31.539Z] Updating certificates in /etc/ssl/certs... [2021-04-09T22:22:32.482Z] 23 added, 27 removed; done. [2021-04-09T22:22:32.482Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-09T22:22:32.482Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:22:32.482Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-09T22:22:32.482Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-09T22:22:32.482Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-09T22:22:32.482Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:22:32.482Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-09T22:22:32.482Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:22:32.743Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:22:32.744Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:22:32.744Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:22:32.744Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:22:32.744Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-09T22:22:32.744Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-09T22:22:32.744Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-09T22:22:32.744Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-09T22:22:32.744Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-09T22:22:33.005Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:22:33.005Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:22:33.005Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-09T22:22:33.005Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-09T22:22:33.005Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-09T22:22:33.266Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T22:22:33.266Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-09T22:22:33.266Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-09T22:22:33.266Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-09T22:22:33.266Z] Updating certificates in /etc/ssl/certs... [2021-04-09T22:22:33.839Z] 0 added, 0 removed; done. [2021-04-09T22:22:33.839Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-09T22:22:33.839Z] done. [2021-04-09T22:22:34.258Z] 25b303627fd3: Pull complete [2021-04-09T22:22:34.258Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-09T22:22:34.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T22:22:34.258Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-09T22:22:34.410Z] Reading package lists... [2021-04-09T22:22:34.521Z] prd-ubuntu18.04-docker-arm64-4c-16g-33478 does not seem to be running inside a container [2021-04-09T22:22:34.593Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-09T22:22:34.671Z] Building dependency tree... [2021-04-09T22:22:34.671Z] Reading state information... [2021-04-09T22:22:34.933Z] The following NEW packages will be installed: [2021-04-09T22:22:34.933Z] apt-transport-https [2021-04-09T22:22:34.933Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T22:22:34.933Z] Need to get 1692 B of archives. [2021-04-09T22:22:34.933Z] After this operation, 154 kB of additional disk space will be used. [2021-04-09T22:22:34.933Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-09T22:22:35.195Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T22:22:35.195Z] Fetched 1692 B in 0s (7570 B/s) [2021-04-09T22:22:35.195Z] Selecting previously unselected package apt-transport-https. [2021-04-09T22:22:35.195Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-09T22:22:35.195Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-09T22:22:35.195Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-09T22:22:35.195Z] Setting up apt-transport-https (1.6.13) ... [2021-04-09T22:22:35.767Z] Waiting for network to be ready... [2021-04-09T22:22:37.769Z] $ docker top 0e6b0bab39ff224e0fdf823cb2a58f976392498164909d9a329d1f672fc80a9b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:22:38.778Z] + grep parallel [2021-04-09T22:22:38.778Z] + docker-compose build --help [2021-04-09T22:22:42.160Z] --parallel Build images in parallel. [2021-04-09T22:22:42.356Z] 2021-04-09T22:22:39Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-04-09T22:22:42.444Z] $ docker stop --time=1 0e6b0bab39ff224e0fdf823cb2a58f976392498164909d9a329d1f672fc80a9b [2021-04-09T22:22:42.617Z] snapd 2.49.2 from Canonical* installed [2021-04-09T22:22:44.005Z] "snapd" switched to the "latest/stable" channel [2021-04-09T22:22:44.005Z] [2021-04-09T22:22:44.365Z] $ docker rm -f 0e6b0bab39ff224e0fdf823cb2a58f976392498164909d9a329d1f672fc80a9b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:22:45.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T22:22:45.161Z] . [Pipeline] withDockerContainer [2021-04-09T22:22:45.432Z] prd-ubuntu18.04-docker-arm64-4c-16g-33478 does not seem to be running inside a container [2021-04-09T22:22:45.535Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-09T22:22:46.983Z] $ docker top d1f885498e822ba449dbf4e49563a9d584156b72496c6c99060c627d67e1216b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:22:48.055Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-09T22:22:48.225Z] core18 20210309 from Canonical* installed [2021-04-09T22:22:48.225Z] "core18" switched to the "latest/stable" channel [2021-04-09T22:22:48.225Z] [2021-04-09T22:22:52.352Z] Building docker-core-command-go ... [2021-04-09T22:22:52.352Z] Building docker-core-data-go ... [2021-04-09T22:22:52.352Z] Building docker-core-metadata-go ... [2021-04-09T22:22:52.352Z] Building docker-security-bootstrapper-go ... [2021-04-09T22:22:52.352Z] Building docker-security-proxy-setup-go ... [2021-04-09T22:22:52.352Z] Building docker-security-secretstore-setup-go ... [2021-04-09T22:22:52.352Z] Building docker-support-notifications-go ... [2021-04-09T22:22:52.352Z] Building docker-support-scheduler-go ... [2021-04-09T22:22:52.352Z] Building docker-sys-mgmt-agent-go ... [2021-04-09T22:22:52.352Z] Building docker-security-secretstore-setup-go [2021-04-09T22:22:52.352Z] Building docker-security-proxy-setup-go [2021-04-09T22:22:52.352Z] Building docker-core-metadata-go [2021-04-09T22:22:52.352Z] Building docker-support-scheduler-go [2021-04-09T22:22:52.352Z] Building docker-security-bootstrapper-go [2021-04-09T22:22:53.531Z] snapcraft 4.6 from Canonical* installed [2021-04-09T22:22:53.531Z] "snapcraft" switched to the "latest/stable" channel [2021-04-09T22:22:53.531Z] [2021-04-09T22:22:56.844Z] 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-09T22:22:56.844Z] - README.md [2021-04-09T22:22:56.844Z] [2021-04-09T22:22:56.844Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-09T22:23:03.431Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T22:23:03.694Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T22:23:03.694Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T22:23:03.694Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T22:23:05.340Z] Reading package lists... [2021-04-09T22:23:05.601Z] 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-09T22:23:12.187Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T22:23:12.187Z] Reading package lists... [2021-04-09T22:23:12.187Z] Building dependency tree... [2021-04-09T22:23:12.187Z] Reading state information... [2021-04-09T22:23:12.187Z] Suggested packages: [2021-04-09T22:23:12.187Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-09T22:23:12.187Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-09T22:23:12.187Z] Recommended packages: [2021-04-09T22:23:12.187Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-09T22:23:12.187Z] The following NEW packages will be installed: [2021-04-09T22:23:12.187Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-09T22:23:12.187Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-09T22:23:12.187Z] pkg-config zip [2021-04-09T22:23:12.448Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T22:23:12.448Z] Need to get 7663 kB of archives. [2021-04-09T22:23:12.448Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-09T22:23:12.448Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-09T22:23:12.448Z] 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-09T22:23:12.448Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-09T22:23:12.709Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-09T22:23:12.710Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-09T22:23:12.710Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-09T22:23:12.710Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-09T22:23:12.710Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-09T22:23:12.971Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-09T22:23:12.972Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-09T22:23:12.972Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-09T22:23:12.972Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-09T22:23:12.972Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-09T22:23:13.233Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-09T22:23:13.233Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-09T22:23:13.494Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T22:23:13.494Z] Fetched 7663 kB in 1s (7086 kB/s) [2021-04-09T22:23:13.494Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-09T22:23:13.494Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-09T22:23:13.494Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-09T22:23:13.494Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-09T22:23:13.754Z] Selecting previously unselected package libpsl5:amd64. [2021-04-09T22:23:13.754Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-09T22:23:13.754Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-09T22:23:13.754Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-09T22:23:13.754Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-09T22:23:13.754Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-09T22:23:14.016Z] Selecting previously unselected package librtmp1:amd64. [2021-04-09T22:23:14.016Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-09T22:23:14.016Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-09T22:23:14.016Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-09T22:23:14.016Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-09T22:23:14.016Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-09T22:23:14.016Z] Selecting previously unselected package liberror-perl. [2021-04-09T22:23:14.016Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-09T22:23:14.016Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-09T22:23:14.277Z] Selecting previously unselected package git-man. [2021-04-09T22:23:14.277Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-09T22:23:14.277Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-09T22:23:14.277Z] Selecting previously unselected package git. [2021-04-09T22:23:14.277Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-09T22:23:14.277Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-09T22:23:15.221Z] Selecting previously unselected package libnorm1:amd64. [2021-04-09T22:23:15.221Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-09T22:23:15.221Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-09T22:23:15.482Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-09T22:23:15.483Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-09T22:23:15.483Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-09T22:23:15.483Z] Selecting previously unselected package libsodium23:amd64. [2021-04-09T22:23:15.483Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-09T22:23:15.483Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-09T22:23:15.483Z] Selecting previously unselected package libzmq5:amd64. [2021-04-09T22:23:15.483Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-09T22:23:15.483Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T22:23:15.745Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-09T22:23:15.745Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-09T22:23:15.745Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T22:23:16.007Z] Selecting previously unselected package pkg-config. [2021-04-09T22:23:16.007Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-09T22:23:16.007Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-09T22:23:16.007Z] Selecting previously unselected package zip. [2021-04-09T22:23:16.007Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-09T22:23:16.007Z] Unpacking zip (3.0-11build1) ... [2021-04-09T22:23:16.007Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-09T22:23:16.007Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-09T22:23:16.268Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-09T22:23:16.268Z] Setting up liberror-perl (0.17025-1) ... [2021-04-09T22:23:16.268Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-09T22:23:16.268Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-09T22:23:16.268Z] No schema files found: doing nothing. [2021-04-09T22:23:16.268Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-09T22:23:16.268Z] Setting up zip (3.0-11build1) ... [2021-04-09T22:23:16.268Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-09T22:23:16.268Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-09T22:23:16.529Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-09T22:23:16.529Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T22:23:16.529Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-09T22:23:16.529Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T22:23:16.529Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-09T22:23:16.530Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T22:23:23.115Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T22:23:23.375Z] git set to automatically installed. [2021-04-09T22:23:23.375Z] git-man set to automatically installed. [2021-04-09T22:23:23.375Z] libcurl3-gnutls set to automatically installed. [2021-04-09T22:23:23.375Z] liberror-perl set to automatically installed. [2021-04-09T22:23:23.375Z] libglib2.0-0 set to automatically installed. [2021-04-09T22:23:23.375Z] libnghttp2-14 set to automatically installed. [2021-04-09T22:23:23.375Z] libnorm1 set to automatically installed. [2021-04-09T22:23:23.375Z] libpgm-5.2-0 set to automatically installed. [2021-04-09T22:23:23.375Z] libpsl5 set to automatically installed. [2021-04-09T22:23:23.375Z] librtmp1 set to automatically installed. [2021-04-09T22:23:23.375Z] libsodium23 set to automatically installed. [2021-04-09T22:23:23.375Z] libzmq3-dev set to automatically installed. [2021-04-09T22:23:23.375Z] libzmq5 set to automatically installed. [2021-04-09T22:23:23.375Z] pkg-config set to automatically installed. [2021-04-09T22:23:23.375Z] zip set to automatically installed. [2021-04-09T22:23:24.759Z] snapd is not logged in, snap install commands will use sudo [2021-04-09T22:23:31.454Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T22:23:49.665Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-09T22:23:50.608Z] snapd is not logged in, snap install commands will use sudo [2021-04-09T22:23:57.189Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T22:23:57.761Z] snap "core18" has no updates available [2021-04-09T22:23:58.333Z] Pulling go-build-helper [2021-04-09T22:23:58.333Z] + snapcraftctl pull [2021-04-09T22:23:59.723Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-09T22:23:59.723Z] Skipping pull go-build-helper (already ran) [2021-04-09T22:23:59.723Z] Building go-build-helper [2021-04-09T22:23:59.723Z] + snapcraftctl build [2021-04-09T22:24:02.274Z] Staging go-build-helper [2021-04-09T22:24:02.274Z] + snapcraftctl stage [2021-04-09T22:24:14.117Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:24:14.117Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:24:14.117Z] ---> f75c3e438f8e [2021-04-09T22:24:14.117Z] Step 3/31 : WORKDIR /edgex-go [2021-04-09T22:24:14.117Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:24:14.117Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:24:14.117Z] ---> f75c3e438f8e [2021-04-09T22:24:14.117Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T22:24:14.117Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:24:14.117Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:24:14.117Z] ---> f75c3e438f8e [2021-04-09T22:24:14.117Z] Step 3/21 : WORKDIR /edgex-go [2021-04-09T22:24:14.117Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:24:14.117Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:24:14.117Z] ---> f75c3e438f8e [2021-04-09T22:24:14.117Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:24:14.117Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:24:14.117Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:24:14.117Z] ---> f75c3e438f8e [2021-04-09T22:24:14.117Z] Step 3/24 : WORKDIR /edgex-go [2021-04-09T22:24:14.117Z] ---> Running in be0168df5e85 [2021-04-09T22:24:14.117Z] ---> Running in 3354398065c6 [2021-04-09T22:24:14.117Z] ---> Running in 1718b20f1235 [2021-04-09T22:24:14.117Z] ---> Running in 2e22e40de7b3 [2021-04-09T22:24:14.117Z] ---> Running in 8c9addf599f0 [2021-04-09T22:24:14.117Z] Removing intermediate container be0168df5e85 [2021-04-09T22:24:14.117Z] ---> 132f318b739f [2021-04-09T22:24:14.117Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:24:14.117Z] Removing intermediate container 3354398065c6 [2021-04-09T22:24:14.117Z] ---> 99ff0b18b833 [2021-04-09T22:24:14.117Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:24:14.117Z] Removing intermediate container 1718b20f1235 [2021-04-09T22:24:14.117Z] ---> 5034412ccd23 [2021-04-09T22:24:14.117Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:24:14.117Z] Removing intermediate container 2e22e40de7b3 [2021-04-09T22:24:14.117Z] ---> 9ccb6f3af6b1 [2021-04-09T22:24:14.117Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:24:14.117Z] Removing intermediate container 8c9addf599f0 [2021-04-09T22:24:14.117Z] ---> 6b1826bcbe03 [2021-04-09T22:24:14.117Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:24:14.117Z] ---> Running in 5ba3d997d2b1 [2021-04-09T22:24:14.117Z] ---> Running in 372b7682b414 [2021-04-09T22:24:14.117Z] ---> Running in 12257c46845b [2021-04-09T22:24:14.117Z] ---> Running in 5c41b4c57649 [2021-04-09T22:24:14.117Z] ---> Running in b9022039985e [2021-04-09T22:24:14.117Z] Removing intermediate container 372b7682b414 [2021-04-09T22:24:14.117Z] ---> b423966f85d0 [2021-04-09T22:24:14.117Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-09T22:24:14.117Z] Removing intermediate container 12257c46845b [2021-04-09T22:24:14.117Z] ---> 2ad2ac646d0c [2021-04-09T22:24:14.117Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-09T22:24:14.117Z] ---> Running in 74b27c0fddec [2021-04-09T22:24:14.117Z] ---> Running in b17b7bc11605 [2021-04-09T22:24:14.117Z] Removing intermediate container 5ba3d997d2b1 [2021-04-09T22:24:14.117Z] ---> ba181217e747 [2021-04-09T22:24:14.117Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T22:24:14.117Z] Removing intermediate container b9022039985e [2021-04-09T22:24:14.117Z] ---> 493123c14e06 [2021-04-09T22:24:14.117Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-09T22:24:14.117Z] Removing intermediate container 5c41b4c57649 [2021-04-09T22:24:14.117Z] ---> 09ebb044b768 [2021-04-09T22:24:14.117Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-09T22:24:14.117Z] ---> Running in b813dfcb9503 [2021-04-09T22:24:14.117Z] ---> Running in 812bebbfabb0 [2021-04-09T22:24:14.117Z] ---> Running in 0d24e2890ab8 [2021-04-09T22:24:14.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:24:14.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:24:14.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:24:14.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:24:14.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:24:14.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:24:14.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:24:14.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:24:14.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:24:14.117Z] OK: 217 MiB in 51 packages [2021-04-09T22:24:14.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:24:14.390Z] OK: 217 MiB in 51 packages [2021-04-09T22:24:14.390Z] OK: 217 MiB in 51 packages [2021-04-09T22:24:14.513Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-09T22:24:14.513Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-09T22:24:14.513Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-09T22:24:14.513Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-09T22:24:14.513Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-09T22:24:14.513Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-09T22:24:14.513Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-09T22:24:14.513Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-09T22:24:14.513Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-09T22:24:14.513Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-09T22:24:14.513Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-09T22:24:14.513Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-09T22:24:14.513Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-09T22:24:14.513Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-09T22:24:14.513Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-09T22:24:14.513Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-09T22:24:14.513Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-09T22:24:14.513Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-09T22:24:14.513Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-09T22:24:14.513Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-09T22:24:14.513Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-09T22:24:14.513Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-09T22:24:14.513Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-09T22:24:14.513Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-09T22:24:14.513Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-09T22:24:14.513Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-09T22:24:14.513Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-09T22:24:14.513Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-09T22:24:14.513Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-09T22:24:14.513Z] Fetched 224 kB in 0s (0 B/s) [2021-04-09T22:24:14.513Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-09T22:24:14.513Z] Fetched 157 kB in 0s (0 B/s) [2021-04-09T22:24:14.513Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-09T22:24:14.513Z] Fetched 221 kB in 0s (0 B/s) [2021-04-09T22:24:14.513Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-09T22:24:14.513Z] Fetched 143 kB in 0s (0 B/s) [2021-04-09T22:24:14.513Z] Pulling app-service-config [2021-04-09T22:24:14.513Z] + snapcraftctl pull [2021-04-09T22:24:15.001Z] OK: 217 MiB in 51 packages [2021-04-09T22:24:15.085Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-09T22:24:15.599Z] OK: 217 MiB in 51 packages [2021-04-09T22:24:15.657Z] Pulling config-common [2021-04-09T22:24:15.657Z] + snapcraftctl pull [2021-04-09T22:24:15.884Z] Removing intermediate container 74b27c0fddec [2021-04-09T22:24:15.884Z] ---> dfa229e40cf2 [2021-04-09T22:24:15.884Z] Step 6/24 : COPY go.mod . [2021-04-09T22:24:16.162Z] Removing intermediate container b17b7bc11605 [2021-04-09T22:24:16.162Z] ---> 6182c3c50117 [2021-04-09T22:24:16.162Z] Step 6/22 : COPY go.mod . [2021-04-09T22:24:16.441Z] Removing intermediate container b813dfcb9503 [2021-04-09T22:24:16.441Z] ---> a374a535d838 [2021-04-09T22:24:16.441Z] Step 6/23 : COPY go.mod . [2021-04-09T22:24:16.718Z] Removing intermediate container 812bebbfabb0 [2021-04-09T22:24:16.718Z] ---> b5fcd1793357 [2021-04-09T22:24:16.718Z] Step 6/31 : COPY go.mod . [2021-04-09T22:24:16.993Z] ---> d923a02cb5ef [2021-04-09T22:24:16.993Z] Step 7/24 : RUN go mod download [2021-04-09T22:24:17.267Z] ---> Running in 283df94957d5 [2021-04-09T22:24:17.267Z] ---> b86fa466b3dd [2021-04-09T22:24:17.267Z] Step 7/22 : RUN go mod download [2021-04-09T22:24:17.542Z] Removing intermediate container 0d24e2890ab8 [2021-04-09T22:24:17.542Z] ---> 6b87db0f9d4d [2021-04-09T22:24:17.542Z] Step 6/21 : COPY go.mod . [2021-04-09T22:24:17.542Z] ---> Running in 00d1725e9759 [2021-04-09T22:24:17.542Z] ---> d9b56fe56501 [2021-04-09T22:24:17.542Z] Step 7/23 : RUN go mod download [2021-04-09T22:24:17.824Z] ---> Running in b656d75d61f1 [2021-04-09T22:24:18.100Z] ---> a44b1a271d17 [2021-04-09T22:24:18.100Z] Step 7/31 : RUN go mod download [2021-04-09T22:24:18.377Z] ---> Running in 47216e68473b [2021-04-09T22:24:19.018Z] ---> 0680620d05db [2021-04-09T22:24:19.018Z] Step 7/21 : RUN go mod download [2021-04-09T22:24:19.018Z] ---> Running in 6bc316658c33 [2021-04-09T22:24:20.947Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T22:24:20.947Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T22:24:20.947Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T22:24:20.947Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T22:24:20.947Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-09T22:24:20.947Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T22:24:20.947Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-09T22:24:20.947Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T22:24:20.947Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-09T22:24:20.947Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T22:24:20.947Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-09T22:24:20.947Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T22:24:20.947Z] Pulling edgex-go [2021-04-09T22:24:20.947Z] + snapcraftctl pull [2021-04-09T22:24:22.439Z] Removing intermediate container 283df94957d5 [2021-04-09T22:24:22.439Z] ---> a6a2e4ad99cb [2021-04-09T22:24:22.439Z] Step 8/24 : COPY . . [2021-04-09T22:24:22.439Z] Removing intermediate container 00d1725e9759 [2021-04-09T22:24:22.439Z] ---> 1d35559eceb4 [2021-04-09T22:24:22.439Z] Step 8/22 : COPY . . [2021-04-09T22:24:23.036Z] Removing intermediate container 47216e68473b [2021-04-09T22:24:23.036Z] Removing intermediate container b656d75d61f1 [2021-04-09T22:24:23.036Z] ---> e76618b89127 [2021-04-09T22:24:23.036Z] ---> 2018d8b153aa [2021-04-09T22:24:23.036Z] Step 8/31 : COPY . .Step 8/23 : COPY . . [2021-04-09T22:24:23.036Z] [2021-04-09T22:24:23.313Z] Removing intermediate container 6bc316658c33 [2021-04-09T22:24:23.313Z] ---> a79662045e45 [2021-04-09T22:24:23.585Z] Step 8/21 : COPY . . [2021-04-09T22:24:42.913Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T22:24:42.913Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T22:24:42.913Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T22:24:42.913Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-09T22:24:42.913Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-09T22:24:42.913Z] Fetched 279 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-09T22:24:42.913Z] Fetched 122 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-09T22:24:42.913Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-09T22:24:42.913Z] Fetched 8848 B in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-09T22:24:42.913Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-09T22:24:42.913Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-09T22:24:42.913Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-09T22:24:42.913Z] Fetched 219 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-09T22:24:42.913Z] Fetched 154 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-09T22:24:42.913Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-09T22:24:42.913Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-09T22:24:42.913Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-09T22:24:42.913Z] Fetched 499 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-09T22:24:42.913Z] Fetched 111 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-09T22:24:42.913Z] Fetched 240 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-09T22:24:42.913Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-09T22:24:42.913Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-09T22:24:42.913Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-09T22:24:42.913Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-09T22:24:42.913Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-09T22:24:42.913Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-09T22:24:42.913Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-09T22:24:42.913Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-09T22:24:42.913Z] Fetched 8720 B in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-09T22:24:42.913Z] Fetched 137 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-09T22:24:42.913Z] Fetched 119 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-09T22:24:42.913Z] Fetched 109 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-09T22:24:42.913Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-09T22:24:42.913Z] Fetched 645 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-09T22:24:42.913Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-09T22:24:42.913Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-09T22:24:42.913Z] Fetched 368 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-09T22:24:42.913Z] Fetched 187 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-09T22:24:42.913Z] Fetched 175 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-09T22:24:42.913Z] Fetched 206 kB in 0s (0 B/s) [2021-04-09T22:24:42.913Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-09T22:24:42.913Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-09T22:24:42.914Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-09T22:24:42.914Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-09T22:24:42.914Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-09T22:24:42.914Z] Fetched 159 kB in 0s (0 B/s) [2021-04-09T22:24:42.914Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-09T22:24:42.914Z] Fetched 107 kB in 0s (0 B/s) [2021-04-09T22:24:42.914Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-09T22:24:42.914Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-09T22:24:42.914Z] Pulling static-packages [2021-04-09T22:24:42.914Z] + snapcraftctl pull [2021-04-09T22:24:43.175Z] Pulling version [2021-04-09T22:24:43.175Z] + cd /root/project [2021-04-09T22:24:43.175Z] + [ -f VERSION ] [2021-04-09T22:24:43.175Z] + PROJECT_VERSION=local-dev [2021-04-09T22:24:43.175Z] + git rev-parse --short HEAD [2021-04-09T22:24:43.175Z] + GIT_REVISION=bdf97cbf [2021-04-09T22:24:43.175Z] + snapcraftctl set-version local-dev [2021-04-09T22:24:44.118Z] Skipping build go-build-helper (already ran) [2021-04-09T22:24:44.380Z] Building app-service-config [2021-04-09T22:24:44.380Z] + make build [2021-04-09T22:24:44.380Z] 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-09T22:24:46.302Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-09T22:24:46.302Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-09T22:24:46.302Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-09T22:24:46.302Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-09T22:24:46.564Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-09T22:24:46.564Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-09T22:24:46.564Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-09T22:24:46.564Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-09T22:24:46.564Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-09T22:24:46.564Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-09T22:24:46.826Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-09T22:24:47.087Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-09T22:24:47.087Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-09T22:24:47.087Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-09T22:24:47.355Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-09T22:24:47.616Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-09T22:24:47.616Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-09T22:24:47.616Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-09T22:24:47.616Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-09T22:24:47.616Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-09T22:24:47.889Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-09T22:24:47.889Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-09T22:24:47.889Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-09T22:24:47.889Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-09T22:24:47.889Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-09T22:24:47.889Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-09T22:24:47.889Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-09T22:24:47.889Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-09T22:24:47.889Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-09T22:24:47.889Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-09T22:24:47.889Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-09T22:24:47.889Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-09T22:24:47.889Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-09T22:24:47.889Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-09T22:24:47.889Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-09T22:24:47.889Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-09T22:24:47.889Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-09T22:24:48.153Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-09T22:24:48.153Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-09T22:24:48.153Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-09T22:24:48.153Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-09T22:24:48.153Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-09T22:24:48.153Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-09T22:24:48.153Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-09T22:24:48.153Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-09T22:24:50.428Z] ---> ada416c7c2b9 [2021-04-09T22:24:50.428Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-09T22:24:50.428Z] ---> 65208e0caed5 [2021-04-09T22:24:50.428Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-09T22:24:50.428Z] ---> 8982e96f5197 [2021-04-09T22:24:50.428Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-09T22:24:50.428Z] ---> Running in 23965e58b81f [2021-04-09T22:24:50.428Z] ---> 3a1fb11cd126 [2021-04-09T22:24:50.428Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-09T22:24:50.428Z] ---> f7dd16cdc546 [2021-04-09T22:24:50.428Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-09T22:24:50.428Z] ---> Running in c39b9f465673 [2021-04-09T22:24:50.428Z] ---> Running in be924248e072 [2021-04-09T22:24:50.428Z] ---> Running in dfc4e54de19c [2021-04-09T22:24:50.428Z] ---> Running in bff7791c607a [2021-04-09T22:24:51.036Z] 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-09T22:24:51.638Z] 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-09T22:24:52.240Z] 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-09T22:24:52.240Z] 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-09T22:24:52.518Z] 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-09T22:25:00.398Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-09T22:25:00.398Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-09T22:25:00.398Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-09T22:25:00.398Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-09T22:25:00.398Z] Building config-common [2021-04-09T22:25:00.398Z] + snapcraftctl build [2021-04-09T22:25:02.950Z] Building edgex-go [2021-04-09T22:25:03.895Z] + cd /root/parts/edgex-go/src [2021-04-09T22:25:03.895Z] + make build [2021-04-09T22:25:03.895Z] 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-09T22:25:04.469Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.30 [2021-04-09T22:25:04.469Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-09T22:25:04.730Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-09T22:25:04.730Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-09T22:25:04.730Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-09T22:25:08.952Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-09T22:25:08.952Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-09T22:25:15.560Z] 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-09T22:25:16.139Z] 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-09T22:25:18.060Z] 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-09T22:25:18.322Z] 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-09T22:25:18.322Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-09T22:25:18.583Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-09T22:25:18.583Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-09T22:25:18.583Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-09T22:25:20.509Z] 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-09T22:25:20.509Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-09T22:25:20.509Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-09T22:25:22.428Z] 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-09T22:25:23.814Z] 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-09T22:25:25.203Z] 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-09T22:25:26.589Z] 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-09T22:25:26.589Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-09T22:25:27.533Z] 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-09T22:25:27.802Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-09T22:25:30.352Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-09T22:25:30.352Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-09T22:25:30.352Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-09T22:25:30.352Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-09T22:25:30.352Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-09T22:25:30.352Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-09T22:25:30.352Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-09T22:25:30.352Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-09T22:25:30.352Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-09T22:25:30.352Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-09T22:25:30.352Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-09T22:25:30.352Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-09T22:25:30.352Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-09T22:25:30.352Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-09T22:25:30.352Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-09T22:25:30.352Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-09T22:25:30.352Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-09T22:25:30.352Z] + 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-09T22:25:30.352Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-09T22:25:30.352Z] + 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-09T22:25:30.352Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-09T22:25:30.352Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-09T22:25:30.352Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-09T22:25:30.352Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-09T22:25:30.352Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-09T22:25:30.352Z] + 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-09T22:25:33.658Z] Building static-packages [2021-04-09T22:25:33.658Z] + snapcraftctl build [2021-04-09T22:25:36.263Z] Building version [2021-04-09T22:25:36.263Z] + snapcraftctl build [2021-04-09T22:25:38.841Z] Skipping stage go-build-helper (already ran) [2021-04-09T22:25:38.841Z] Staging app-service-config [2021-04-09T22:25:38.841Z] + snapcraftctl stage [2021-04-09T22:25:39.418Z] Staging config-common [2021-04-09T22:25:39.418Z] + snapcraftctl stage [2021-04-09T22:25:40.803Z] Staging edgex-go [2021-04-09T22:25:40.803Z] + snapcraftctl stage [2021-04-09T22:25:41.755Z] Staging static-packages [2021-04-09T22:25:41.755Z] + snapcraftctl stage [2021-04-09T22:25:43.152Z] Staging version [2021-04-09T22:25:43.152Z] + snapcraftctl stage [2021-04-09T22:25:44.098Z] Priming go-build-helper [2021-04-09T22:25:44.098Z] + snapcraftctl prime [2021-04-09T22:25:45.485Z] Priming app-service-config [2021-04-09T22:25:45.485Z] + snapcraftctl prime [2021-04-09T22:25:46.428Z] Priming config-common [2021-04-09T22:25:46.428Z] + snapcraftctl prime [2021-04-09T22:25:47.813Z] Priming edgex-go [2021-04-09T22:25:47.813Z] + snapcraftctl prime [2021-04-09T22:25:49.200Z] Priming static-packages [2021-04-09T22:25:49.200Z] + snapcraftctl prime [2021-04-09T22:25:51.116Z] Priming version [2021-04-09T22:25:51.116Z] + snapcraftctl prime [2021-04-09T22:25:52.502Z] 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-09T22:26:29.364Z] 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-09T22:26:29.365Z] 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-09T22:26:41.820Z] Removing intermediate container 23965e58b81f [2021-04-09T22:26:41.820Z] ---> a99141c5fa9b [2021-04-09T22:26:41.820Z] [2021-04-09T22:26:41.820Z] Step 10/24 : FROM alpine:3.12 [2021-04-09T22:26:41.820Z] 3.12: Pulling from library/alpine [2021-04-09T22:26:43.263Z] Removing intermediate container dfc4e54de19c [2021-04-09T22:26:43.263Z] ---> 69be0e0befcc [2021-04-09T22:26:43.263Z] [2021-04-09T22:26:43.263Z] Step 10/31 : FROM alpine:3.12 [2021-04-09T22:26:43.540Z] 3.12: Pulling from library/alpine [2021-04-09T22:26:43.827Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T22:26:43.827Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T22:26:43.827Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T22:26:43.827Z] ---> d75e27dfc0a0 [2021-04-09T22:26:43.827Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-09T22:26:43.827Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T22:26:43.827Z] ---> d75e27dfc0a0 [2021-04-09T22:26:43.827Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-09T22:26:44.816Z] ---> Running in d09ada3b5828 [2021-04-09T22:26:44.816Z] ---> Running in b703b59eb18a [2021-04-09T22:26:45.100Z] Removing intermediate container bff7791c607a [2021-04-09T22:26:45.100Z] ---> ec13d6cd0166 [2021-04-09T22:26:45.100Z] [2021-04-09T22:26:45.100Z] Step 10/21 : FROM alpine:3.12 [2021-04-09T22:26:45.100Z] ---> d75e27dfc0a0 [2021-04-09T22:26:45.100Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-09T22:26:45.703Z] ---> Running in dab71a2917f6 [2021-04-09T22:26:45.703Z] Removing intermediate container b703b59eb18a [2021-04-09T22:26:45.703Z] ---> f815f143a474 [2021-04-09T22:26:45.703Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-09T22:26:45.983Z] ---> Running in 7b09a9cf8cf7 [2021-04-09T22:26:46.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:26:47.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:26:47.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:26:47.836Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-09T22:26:47.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:26:48.109Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T22:26:48.109Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-09T22:26:48.109Z] (4/6) Installing curl (7.69.1-r3) [2021-04-09T22:26:48.109Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-09T22:26:48.109Z] (6/6) Installing su-exec (0.2-r1) [2021-04-09T22:26:48.109Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:26:48.109Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T22:26:48.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:26:48.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:26:48.384Z] OK: 7 MiB in 20 packages [2021-04-09T22:26:48.660Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-09T22:26:48.660Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T22:26:48.660Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-09T22:26:48.660Z] (4/4) Installing curl (7.69.1-r3) [2021-04-09T22:26:48.660Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:26:48.660Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T22:26:48.941Z] OK: 7 MiB in 18 packages [2021-04-09T22:26:48.942Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-09T22:26:48.942Z] (2/2) Installing su-exec (0.2-r1) [2021-04-09T22:26:48.942Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:26:48.942Z] OK: 5 MiB in 16 packages [2021-04-09T22:26:50.939Z] Removing intermediate container c39b9f465673 [2021-04-09T22:26:50.939Z] ---> ea2fa0251f93 [2021-04-09T22:26:50.939Z] [2021-04-09T22:26:50.939Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T22:26:50.939Z] ---> d75e27dfc0a0 [2021-04-09T22:26:50.939Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-09T22:26:51.219Z] ---> Running in 46a39b1cffc2 [2021-04-09T22:26:51.495Z] Removing intermediate container 7b09a9cf8cf7 [2021-04-09T22:26:51.495Z] ---> 82b871a11faa [2021-04-09T22:26:51.495Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-09T22:26:51.771Z] Removing intermediate container d09ada3b5828 [2021-04-09T22:26:51.771Z] ---> 29a0f1167076 [2021-04-09T22:26:51.771Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T22:26:52.045Z] ---> Running in b85a9ff0d979 [2021-04-09T22:26:52.045Z] ---> Running in 21cfccdea2bb [2021-04-09T22:26:52.321Z] Removing intermediate container dab71a2917f6 [2021-04-09T22:26:52.322Z] ---> 9992189df8ac [2021-04-09T22:26:52.322Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T22:26:52.918Z] ---> Running in a5aed6634304 [2021-04-09T22:26:52.918Z] Removing intermediate container 21cfccdea2bb [2021-04-09T22:26:52.918Z] ---> 1366a7fc9445 [2021-04-09T22:26:52.918Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-09T22:26:53.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:26:53.197Z] Removing intermediate container b85a9ff0d979 [2021-04-09T22:26:53.197Z] ---> e34b83b76a29 [2021-04-09T22:26:53.197Z] Step 13/24 : WORKDIR / [2021-04-09T22:26:53.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:26:53.197Z] ---> Running in 8ad02dd278e8 [2021-04-09T22:26:53.488Z] ---> Running in 3fb380fe7eab [2021-04-09T22:26:53.488Z] Removing intermediate container a5aed6634304 [2021-04-09T22:26:53.488Z] ---> 036df6b3986f [2021-04-09T22:26:53.488Z] Step 13/21 : WORKDIR /edgex [2021-04-09T22:26:53.761Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T22:26:53.761Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:26:53.761Z] OK: 5 MiB in 15 packages [2021-04-09T22:26:54.038Z] ---> Running in 77b601ff65d3 [2021-04-09T22:26:54.038Z] Removing intermediate container 8ad02dd278e8 [2021-04-09T22:26:54.038Z] ---> cfff49180d51 [2021-04-09T22:26:54.038Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-09T22:26:54.314Z] Removing intermediate container 3fb380fe7eab [2021-04-09T22:26:54.314Z] ---> 8741b582ad11 [2021-04-09T22:26:54.314Z] 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-09T22:26:54.612Z] ---> Running in 9fe558114e2a [2021-04-09T22:26:54.925Z] Removing intermediate container 77b601ff65d3 [2021-04-09T22:26:54.925Z] ---> eaceef115be1 [2021-04-09T22:26:54.925Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-09T22:26:55.973Z] ---> 8348c7e3ebbe [2021-04-09T22:26:55.973Z] 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-09T22:26:56.270Z] Removing intermediate container 46a39b1cffc2 [2021-04-09T22:26:56.270Z] ---> 823b92395ed5 [2021-04-09T22:26:56.270Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:26:56.897Z] ---> 9c5357471e9c [2021-04-09T22:26:56.897Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-09T22:26:56.897Z] ---> Running in db931465b22b [2021-04-09T22:26:57.512Z] ---> 290ffda6da67 [2021-04-09T22:26:57.512Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-09T22:26:58.106Z] Removing intermediate container db931465b22b [2021-04-09T22:26:58.106Z] ---> dfe3e75f130e [2021-04-09T22:26:58.106Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-09T22:26:58.703Z] ---> Running in 18f66351c46e [2021-04-09T22:26:58.703Z] ---> 6ebcb2ab46a3 [2021-04-09T22:26:58.703Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-09T22:26:58.977Z] Removing intermediate container 9fe558114e2a [2021-04-09T22:26:58.977Z] ---> 897a5ad60d98 [2021-04-09T22:26:58.977Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-09T22:26:58.977Z] ---> 3f5e1c03481e [2021-04-09T22:26:58.977Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-09T22:26:58.977Z] ---> Running in 3e41347c7085 [2021-04-09T22:26:59.271Z] Removing intermediate container be924248e072 [2021-04-09T22:26:59.271Z] ---> 7e7c5cc2a054 [2021-04-09T22:26:59.271Z] [2021-04-09T22:26:59.271Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T22:26:59.271Z] ---> d75e27dfc0a0 [2021-04-09T22:26:59.271Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T22:26:59.271Z] ---> Using cache [2021-04-09T22:26:59.271Z] ---> 823b92395ed5 [2021-04-09T22:26:59.271Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:26:59.271Z] ---> Using cache [2021-04-09T22:26:59.271Z] ---> dfe3e75f130e [2021-04-09T22:26:59.271Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-09T22:26:59.553Z] Removing intermediate container 18f66351c46e [2021-04-09T22:26:59.553Z] ---> 6fa3079700ee [2021-04-09T22:26:59.553Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T22:26:59.832Z] ---> Running in 3146c20e8d71 [2021-04-09T22:26:59.832Z] ---> Running in 2cec5cb0d131 [2021-04-09T22:26:59.832Z] Removing intermediate container 3e41347c7085 [2021-04-09T22:26:59.832Z] ---> 3b7cc96002d8 [2021-04-09T22:26:59.832Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-09T22:27:00.813Z] ---> ea74cc63739b [2021-04-09T22:27:00.813Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-09T22:27:00.813Z] ---> 362a108c8e66 [2021-04-09T22:27:00.813Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-09T22:27:00.813Z] Removing intermediate container 2cec5cb0d131 [2021-04-09T22:27:00.813Z] ---> ec80b5f1f2d6 [2021-04-09T22:27:00.813Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:27:01.085Z] ---> Running in ceef2edd9b09 [2021-04-09T22:27:01.085Z] Removing intermediate container 3146c20e8d71 [2021-04-09T22:27:01.085Z] ---> 5931dec17dfa [2021-04-09T22:27:01.085Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T22:27:01.085Z] ---> e7fa36159885 [2021-04-09T22:27:01.085Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-09T22:27:01.365Z] ---> Running in fd28acc420f3 [2021-04-09T22:27:01.365Z] ---> Running in 060d785c9e2e [2021-04-09T22:27:01.966Z] Removing intermediate container ceef2edd9b09 [2021-04-09T22:27:01.966Z] ---> 11146c00442e [2021-04-09T22:27:01.966Z] Step 18/21 : CMD ["--init=true"] [2021-04-09T22:27:01.966Z] Removing intermediate container fd28acc420f3 [2021-04-09T22:27:01.966Z] ---> 30bdd19031ea [2021-04-09T22:27:01.966Z] Step 15/23 : WORKDIR / [2021-04-09T22:27:02.245Z] ---> Running in 0d6a8e041e27 [2021-04-09T22:27:02.245Z] ---> c1dea0e71ae6 [2021-04-09T22:27:02.245Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-09T22:27:02.245Z] ---> Running in a57d3a9c3965 [2021-04-09T22:27:02.528Z] ---> 80ed01d03667 [2021-04-09T22:27:02.528Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-09T22:27:02.807Z] Removing intermediate container 0d6a8e041e27 [2021-04-09T22:27:02.807Z] ---> 5877695dc307 [2021-04-09T22:27:02.807Z] Step 19/21 : LABEL arch=arm64 [2021-04-09T22:27:03.413Z] ---> Running in aa0776481ba5 [2021-04-09T22:27:03.413Z] Removing intermediate container a57d3a9c3965 [2021-04-09T22:27:03.413Z] ---> 50ffbdde1fd5 [2021-04-09T22:27:03.413Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:27:03.690Z] ---> 4b1718ff6aba [2021-04-09T22:27:03.691Z] 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-09T22:27:03.973Z] ---> Running in 139e04ba1e45 [2021-04-09T22:27:04.248Z] Removing intermediate container aa0776481ba5 [2021-04-09T22:27:04.248Z] ---> 92ccc3bf1e36 [2021-04-09T22:27:04.248Z] Step 20/21 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:27:04.248Z] ---> 8d56cfa4aaea [2021-04-09T22:27:04.248Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-09T22:27:04.520Z] ---> Running in 2d41e030df08 [2021-04-09T22:27:04.520Z] Removing intermediate container 060d785c9e2e [2021-04-09T22:27:04.520Z] ---> ca6535578d46 [2021-04-09T22:27:04.521Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:27:04.797Z] ---> 1a7f5238ab58 [2021-04-09T22:27:04.797Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-09T22:27:05.072Z] Removing intermediate container 2d41e030df08 [2021-04-09T22:27:05.072Z] ---> f43f0b0d7193 [2021-04-09T22:27:05.072Z] Step 21/21 : LABEL version=0.0.0 [2021-04-09T22:27:05.348Z] ---> Running in 3e3aa4bd3604 [2021-04-09T22:27:05.628Z] ---> a12727e4a587 [2021-04-09T22:27:05.628Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-09T22:27:05.910Z] ---> Running in 773c4039776b [2021-04-09T22:27:05.910Z] ---> 033a7e56a350 [2021-04-09T22:27:05.910Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-09T22:27:06.192Z] Removing intermediate container 3e3aa4bd3604 [2021-04-09T22:27:06.192Z] ---> 1e3b79778ce9 [2021-04-09T22:27:06.192Z] [2021-04-09T22:27:06.790Z] ---> d80d07e39c38 [2021-04-09T22:27:06.790Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-09T22:27:06.790Z] Removing intermediate container 773c4039776b [2021-04-09T22:27:06.790Z] ---> 22de148a78ba [2021-04-09T22:27:06.790Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:27:07.067Z] Successfully built 1e3b79778ce9 [2021-04-09T22:27:07.067Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-09T22:27:07.067Z] ---> Running in 41829be53477 [2021-04-09T22:27:07.067Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-09T22:27:07.669Z] Removing intermediate container 139e04ba1e45 [2021-04-09T22:27:07.669Z] ---> 8f55efad7f64 [2021-04-09T22:27:07.669Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-09T22:27:07.669Z] ---> 56aeb9e73a9c [2021-04-09T22:27:07.669Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-09T22:27:07.967Z] ---> Running in 4252022d7aff [2021-04-09T22:27:07.967Z] Removing intermediate container 41829be53477 [2021-04-09T22:27:07.967Z] ---> 79f2fe38b341 [2021-04-09T22:27:07.967Z] Step 20/22 : LABEL arch=arm64 [2021-04-09T22:27:07.967Z] ---> 40b57b83b19b [2021-04-09T22:27:07.967Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-09T22:27:08.241Z] ---> Running in ee9f096bdae5 [2021-04-09T22:27:08.241Z] ---> Running in 6252d2cf75bd [2021-04-09T22:27:08.515Z] Removing intermediate container 4252022d7aff [2021-04-09T22:27:08.515Z] ---> a7bd9c357756 [2021-04-09T22:27:08.515Z] Step 22/24 : LABEL arch=arm64 [2021-04-09T22:27:09.545Z] ---> 840784ac0ef9 [2021-04-09T22:27:09.545Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-09T22:27:09.545Z] ---> Running in 0e5424a39d2c [2021-04-09T22:27:10.186Z] Removing intermediate container ee9f096bdae5 [2021-04-09T22:27:10.186Z] Removing intermediate container 6252d2cf75bd [2021-04-09T22:27:10.186Z] ---> 36baeeb25a17 [2021-04-09T22:27:10.186Z] ---> f1a2dd06332f [2021-04-09T22:27:10.186Z] Step 21/22 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:27:10.186Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:27:10.463Z] ---> 4bf1862e7323 [2021-04-09T22:27:10.463Z] Removing intermediate container 0e5424a39d2c [2021-04-09T22:27:10.463Z] ---> ec6361b35d8b [2021-04-09T22:27:10.463Z] Step 23/24 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:27:10.463Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-09T22:27:10.741Z] ---> Running in 8691c37f1177 [2021-04-09T22:27:10.741Z] ---> Running in 9e5ec25c00cc [2021-04-09T22:27:11.020Z] ---> Running in 39341064b7f5 [2021-04-09T22:27:12.010Z] Removing intermediate container 8691c37f1177 [2021-04-09T22:27:12.010Z] ---> 307d54a2276e [2021-04-09T22:27:12.010Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T22:27:12.286Z] Removing intermediate container 9e5ec25c00cc [2021-04-09T22:27:12.286Z] ---> 12aa125a935f [2021-04-09T22:27:12.286Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T22:27:12.559Z] ---> Running in 848a977d73a6 [2021-04-09T22:27:12.559Z] ---> b60a4fddb0d4 [2021-04-09T22:27:12.559Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-09T22:27:12.559Z] Removing intermediate container 39341064b7f5 [2021-04-09T22:27:12.559Z] ---> aa84dcaa5e2c [2021-04-09T22:27:12.559Z] Step 24/24 : LABEL version=0.0.0 [2021-04-09T22:27:12.559Z] ---> Running in 62794fd54b73 [2021-04-09T22:27:12.840Z] ---> Running in 72ef9c250168 [2021-04-09T22:27:12.840Z] ---> Running in 3b5ceea6b43c [2021-04-09T22:27:13.449Z] Removing intermediate container 848a977d73a6 [2021-04-09T22:27:13.449Z] ---> a40366aef010 [2021-04-09T22:27:13.449Z] Step 22/23 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:27:13.449Z] Removing intermediate container 62794fd54b73 [2021-04-09T22:27:13.449Z] ---> 21fce29fc07f [2021-04-09T22:27:13.449Z] [2021-04-09T22:27:13.449Z] Removing intermediate container 3b5ceea6b43c [2021-04-09T22:27:13.449Z] ---> 960bc3ace014 [2021-04-09T22:27:13.449Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-09T22:27:13.727Z] ---> Running in fda27f4761ed [2021-04-09T22:27:13.727Z] Removing intermediate container 72ef9c250168 [2021-04-09T22:27:13.727Z] ---> b8e5fb7677b9 [2021-04-09T22:27:13.727Z] [2021-04-09T22:27:14.017Z] Successfully built 21fce29fc07f [2021-04-09T22:27:14.017Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-09T22:27:14.017Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-04-09T22:27:14.616Z] Successfully built b8e5fb7677b9 [2021-04-09T22:27:14.616Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-09T22:27:14.616Z] Building docker-core-data-go [2021-04-09T22:27:14.616Z] Removing intermediate container fda27f4761ed [2021-04-09T22:27:14.616Z]  Building docker-security-secretstore-setup-go ... done  ---> 6b8f333bffc7 [2021-04-09T22:27:14.616Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:27:14.616Z] ---> 8b22b21a560a [2021-04-09T22:27:14.616Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-09T22:27:14.903Z] ---> Running in bed014008210 [2021-04-09T22:27:15.181Z] ---> Running in ba9b664ca082 [2021-04-09T22:27:15.458Z] Removing intermediate container bed014008210 [2021-04-09T22:27:15.458Z] ---> f765156d48f9 [2021-04-09T22:27:15.458Z] [2021-04-09T22:27:16.060Z] Successfully built f765156d48f9 [2021-04-09T22:27:16.060Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-09T22:27:16.060Z] Building docker-support-notifications-go [2021-04-09T22:27:18.041Z]  Building docker-core-metadata-go ... done Removing intermediate container ba9b664ca082 [2021-04-09T22:27:18.041Z] ---> 96c72217db98 [2021-04-09T22:27:18.041Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-09T22:27:18.314Z] ---> Running in 053403321ed7 [2021-04-09T22:27:19.750Z] Removing intermediate container 053403321ed7 [2021-04-09T22:27:19.750Z] ---> 1830fb8fd91d [2021-04-09T22:27:19.750Z] Step 28/31 : CMD ["gate"] [2021-04-09T22:27:20.736Z] ---> Running in 936b0f99193b [2021-04-09T22:27:22.175Z] Removing intermediate container 936b0f99193b [2021-04-09T22:27:22.175Z] ---> 240a7c4fe9b4 [2021-04-09T22:27:22.175Z] Step 29/31 : LABEL arch=arm64 [2021-04-09T22:27:23.159Z] ---> Running in b0145b9800ef [2021-04-09T22:27:23.767Z] Removing intermediate container b0145b9800ef [2021-04-09T22:27:23.767Z] ---> b12a134d2cd0 [2021-04-09T22:27:23.767Z] Step 30/31 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:27:25.202Z] ---> Running in ab3548ec18a0 [2021-04-09T22:27:26.198Z] Removing intermediate container ab3548ec18a0 [2021-04-09T22:27:26.198Z] ---> af6631b22464 [2021-04-09T22:27:26.198Z] Step 31/31 : LABEL version=0.0.0 [2021-04-09T22:27:26.793Z] ---> Running in d2d7a9e692e1 [2021-04-09T22:27:27.388Z] Removing intermediate container d2d7a9e692e1 [2021-04-09T22:27:27.388Z] ---> 8b52f2f0da5f [2021-04-09T22:27:27.388Z] [2021-04-09T22:27:27.985Z] Successfully built 8b52f2f0da5f [2021-04-09T22:27:27.986Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-09T22:27:54.786Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:27:54.786Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:27:54.786Z] ---> f75c3e438f8e [2021-04-09T22:27:54.786Z] Step 3/26 : WORKDIR /edgex-go [2021-04-09T22:27:54.786Z] ---> Using cache [2021-04-09T22:27:54.786Z] ---> 6b1826bcbe03 [2021-04-09T22:27:54.787Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:27:54.787Z] ---> Using cache [2021-04-09T22:27:54.787Z] ---> 493123c14e06 [2021-04-09T22:27:54.787Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-09T22:28:00.215Z] ---> Running in 34e5a2987ac2 [2021-04-09T22:28:01.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:28:02.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:28:02.791Z] OK: 217 MiB in 51 packages [2021-04-09T22:28:05.432Z] Removing intermediate container 34e5a2987ac2 [2021-04-09T22:28:05.432Z] ---> db384867022c [2021-04-09T22:28:05.432Z] Step 6/26 : COPY go.mod . [2021-04-09T22:28:06.429Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:28:06.429Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:28:06.429Z] ---> f75c3e438f8e [2021-04-09T22:28:06.429Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:28:06.429Z] ---> Using cache [2021-04-09T22:28:06.429Z] ---> 6b1826bcbe03 [2021-04-09T22:28:06.429Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:28:06.429Z] ---> Using cache [2021-04-09T22:28:06.429Z] ---> 493123c14e06 [2021-04-09T22:28:06.429Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T22:28:06.429Z] ---> Using cache [2021-04-09T22:28:06.429Z] ---> b5fcd1793357 [2021-04-09T22:28:06.429Z] Step 6/23 : COPY go.mod . [2021-04-09T22:28:06.429Z] ---> Using cache [2021-04-09T22:28:06.429Z] ---> a44b1a271d17 [2021-04-09T22:28:06.429Z] Step 7/23 : RUN go mod download [2021-04-09T22:28:06.429Z] ---> Using cache [2021-04-09T22:28:06.429Z] ---> 2018d8b153aa [2021-04-09T22:28:06.429Z] Step 8/23 : COPY . . [2021-04-09T22:28:06.429Z] ---> Using cache [2021-04-09T22:28:06.429Z] ---> 3a1fb11cd126 [2021-04-09T22:28:06.429Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-09T22:28:06.429Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:28:06.429Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:28:06.429Z] ---> f75c3e438f8e [2021-04-09T22:28:06.429Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:28:06.429Z] ---> Using cache [2021-04-09T22:28:06.429Z] ---> 6b1826bcbe03 [2021-04-09T22:28:06.429Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:28:06.429Z] ---> Using cache [2021-04-09T22:28:06.429Z] ---> 493123c14e06 [2021-04-09T22:28:06.429Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-09T22:28:07.028Z] ---> Running in ec432fbba38d [2021-04-09T22:28:07.028Z] ---> Running in 168a841dfbcc [2021-04-09T22:28:07.028Z] ---> 45c948d87ea3 [2021-04-09T22:28:07.028Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:28:07.028Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:28:07.028Z] ---> f75c3e438f8e [2021-04-09T22:28:07.028Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T22:28:07.028Z] ---> Using cache [2021-04-09T22:28:07.028Z] ---> 6b1826bcbe03 [2021-04-09T22:28:07.028Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:28:07.028Z] ---> Using cache [2021-04-09T22:28:07.028Z] ---> 493123c14e06 [2021-04-09T22:28:07.028Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-09T22:28:07.028Z] Step 7/26 : RUN go mod download [2021-04-09T22:28:07.028Z] ---> Running in 740fa126f297 [2021-04-09T22:28:07.305Z] ---> Running in 50a15f74f507 [2021-04-09T22:28:09.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:28:09.336Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-09T22:28:09.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:28:09.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:28:09.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:28:10.503Z] OK: 217 MiB in 51 packages [2021-04-09T22:28:10.792Z] OK: 217 MiB in 51 packages [2021-04-09T22:28:11.067Z] Removing intermediate container 50a15f74f507 [2021-04-09T22:28:11.067Z] ---> 9329b081eafe [2021-04-09T22:28:11.067Z] Step 8/26 : COPY . . [2021-04-09T22:28:13.078Z] Removing intermediate container 168a841dfbcc [2021-04-09T22:28:13.079Z] ---> eb1416d3783a [2021-04-09T22:28:13.079Z] Step 6/23 : COPY go.mod . [2021-04-09T22:28:13.079Z] Removing intermediate container 740fa126f297 [2021-04-09T22:28:13.079Z] ---> d2030726a6d6 [2021-04-09T22:28:13.079Z] Step 6/22 : COPY go.mod . [2021-04-09T22:28:14.537Z] ---> da832a1af80d [2021-04-09T22:28:14.537Z] Step 7/23 : RUN go mod download [2021-04-09T22:28:14.818Z] ---> Running in 8b3db015ea45 [2021-04-09T22:28:15.095Z] ---> b88a5f8a15b3 [2021-04-09T22:28:15.095Z] Step 7/22 : RUN go mod download [2021-04-09T22:28:15.710Z] ---> Running in 8788072ef12d [2021-04-09T22:28:24.385Z] Removing intermediate container 8788072ef12d [2021-04-09T22:28:24.385Z] ---> d248bd84d863 [2021-04-09T22:28:24.385Z] Step 8/22 : COPY . . [2021-04-09T22:28:24.385Z] Removing intermediate container 8b3db015ea45 [2021-04-09T22:28:24.385Z] ---> c71e5be7bfee [2021-04-09T22:28:24.385Z] Step 8/23 : COPY . . [2021-04-09T22:28:46.621Z] ---> 90bbc04eeba0 [2021-04-09T22:28:46.621Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-09T22:28:46.621Z] ---> Running in d5c459d14271 [2021-04-09T22:28:46.621Z] 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-09T22:28:56.823Z] ---> f6e2d97673f7 [2021-04-09T22:28:56.823Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-09T22:28:56.823Z] ---> 997169741f23 [2021-04-09T22:28:56.823Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-09T22:28:56.823Z] ---> Running in 9aad2b534206 [2021-04-09T22:28:56.823Z] ---> Running in 9102abbf67d4 [2021-04-09T22:28:58.278Z] 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-09T22:28:58.552Z] 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-09T22:29:01.970Z] Removing intermediate container ec432fbba38d [2021-04-09T22:29:01.970Z] ---> 554405a14e3b [2021-04-09T22:29:01.970Z] [2021-04-09T22:29:01.970Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T22:29:01.970Z] ---> d75e27dfc0a0 [2021-04-09T22:29:01.970Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T22:29:01.970Z] ---> Using cache [2021-04-09T22:29:01.970Z] ---> 823b92395ed5 [2021-04-09T22:29:01.970Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:29:01.970Z] ---> Using cache [2021-04-09T22:29:01.970Z] ---> dfe3e75f130e [2021-04-09T22:29:01.970Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-09T22:29:01.970Z] ---> Running in 1f31f0596960 [2021-04-09T22:29:02.247Z] Removing intermediate container 1f31f0596960 [2021-04-09T22:29:02.247Z] ---> 797ffa4961c4 [2021-04-09T22:29:02.247Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T22:29:02.862Z] ---> Running in 9141a88757fb [2021-04-09T22:29:03.461Z] Removing intermediate container 9141a88757fb [2021-04-09T22:29:03.461Z] ---> 52d4b3d864f8 [2021-04-09T22:29:03.461Z] Step 15/23 : WORKDIR / [2021-04-09T22:29:03.736Z] ---> Running in 85c95c9695a5 [2021-04-09T22:29:04.335Z] Removing intermediate container 85c95c9695a5 [2021-04-09T22:29:04.335Z] ---> 5dea8abaa397 [2021-04-09T22:29:04.335Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:29:05.323Z] ---> 924d7442ecc5 [2021-04-09T22:29:05.323Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-09T22:29:07.315Z] ---> 4d804018a547 [2021-04-09T22:29:07.315Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-09T22:29:08.323Z] ---> 4e99afdbbb3e [2021-04-09T22:29:08.323Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-09T22:29:08.607Z] ---> Running in 58df22e1d6b0 [2021-04-09T22:29:09.212Z] Removing intermediate container 58df22e1d6b0 [2021-04-09T22:29:09.212Z] ---> f29902830163 [2021-04-09T22:29:09.212Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:29:09.494Z] ---> Running in f19bfacc6719 [2021-04-09T22:29:10.480Z] Removing intermediate container f19bfacc6719 [2021-04-09T22:29:10.480Z] ---> 28af74939b4a [2021-04-09T22:29:10.480Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T22:29:10.480Z] ---> Running in 84ba552d5b53 [2021-04-09T22:29:11.112Z] Removing intermediate container 84ba552d5b53 [2021-04-09T22:29:11.112Z] ---> e40a92f05462 [2021-04-09T22:29:11.112Z] Step 22/23 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:29:11.393Z] ---> Running in 62f0ccdcfe7d [2021-04-09T22:29:12.007Z] Removing intermediate container 62f0ccdcfe7d [2021-04-09T22:29:12.007Z] ---> 6b6bdf41f0dd [2021-04-09T22:29:12.007Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:29:12.288Z] ---> Running in 0c782b5e2d47 [2021-04-09T22:29:12.901Z] Removing intermediate container 0c782b5e2d47 [2021-04-09T22:29:12.901Z] ---> dd248a7d496a [2021-04-09T22:29:12.901Z] [2021-04-09T22:29:13.514Z] Successfully built dd248a7d496a [2021-04-09T22:29:13.514Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-09T22:30:00.548Z]  Building docker-core-command-go ... done Removing intermediate container d5c459d14271 [2021-04-09T22:30:00.548Z] ---> fdf3996fa700 [2021-04-09T22:30:00.548Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-09T22:30:00.548Z] ---> Running in 2814243ac68a [2021-04-09T22:30:00.548Z] 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-09T22:30:03.981Z] Removing intermediate container 2814243ac68a [2021-04-09T22:30:03.981Z] ---> 1e7aec504291 [2021-04-09T22:30:03.981Z] [2021-04-09T22:30:03.981Z] Step 11/26 : FROM docker:20.10.0 [2021-04-09T22:30:03.981Z] 20.10.0: Pulling from library/docker [2021-04-09T22:30:19.123Z] Removing intermediate container 9102abbf67d4 [2021-04-09T22:30:19.123Z] ---> 44e167e9e065 [2021-04-09T22:30:19.123Z] [2021-04-09T22:30:19.123Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T22:30:19.123Z] ---> d75e27dfc0a0 [2021-04-09T22:30:19.123Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-09T22:30:19.123Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-09T22:30:19.123Z] ---> Running in d932a4e839d0 [2021-04-09T22:30:19.123Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-09T22:30:19.123Z] ---> eeaf43b92773 [2021-04-09T22:30:19.123Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-09T22:30:19.123Z] ---> Running in 6408fdabbad1 [2021-04-09T22:30:19.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:30:19.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:30:19.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:30:19.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:30:20.280Z] (1/2) Installing readline (8.0.4-r0) [2021-04-09T22:30:20.280Z] (2/2) Installing bash (5.0.17-r0) [2021-04-09T22:30:20.280Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-09T22:30:20.280Z] Executing bash-5.0.17-r0.post-install [2021-04-09T22:30:20.280Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T22:30:20.280Z] OK: 12 MiB in 22 packages [2021-04-09T22:30:20.280Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-09T22:30:20.280Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:30:20.280Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T22:30:20.558Z] OK: 6 MiB in 16 packages [2021-04-09T22:30:21.994Z] Removing intermediate container 6408fdabbad1 [2021-04-09T22:30:21.994Z] ---> 9d184f159806 [2021-04-09T22:30:21.994Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-09T22:30:22.592Z] ---> Running in a563ddc4557a [2021-04-09T22:30:22.592Z] Removing intermediate container d932a4e839d0 [2021-04-09T22:30:22.592Z] ---> 057e019677ae [2021-04-09T22:30:22.592Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:30:22.866Z] ---> Running in ce1f20d1a90f [2021-04-09T22:30:23.143Z] Removing intermediate container a563ddc4557a [2021-04-09T22:30:23.143Z] ---> a097930678a0 [2021-04-09T22:30:23.143Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-09T22:30:23.417Z] ---> Running in 2ec4e93b71cb [2021-04-09T22:30:23.688Z] Removing intermediate container ce1f20d1a90f [2021-04-09T22:30:23.688Z] ---> c2c4a48bd9b6 [2021-04-09T22:30:23.688Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-09T22:30:23.688Z] ---> Running in bc1169416910 [2021-04-09T22:30:23.967Z] Removing intermediate container 2ec4e93b71cb [2021-04-09T22:30:23.967Z] ---> 8a1449656bac [2021-04-09T22:30:23.967Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-09T22:30:24.562Z] ---> Running in 752d070555f3 [2021-04-09T22:30:24.562Z] Removing intermediate container bc1169416910 [2021-04-09T22:30:24.562Z] ---> 4f2dbb062049 [2021-04-09T22:30:24.562Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T22:30:24.834Z] ---> Running in 93bc03899fa1 [2021-04-09T22:30:25.107Z] Removing intermediate container 752d070555f3 [2021-04-09T22:30:25.107Z] ---> c254f48b1167 [2021-04-09T22:30:25.107Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-09T22:30:25.380Z] Removing intermediate container 9aad2b534206 [2021-04-09T22:30:25.380Z] ---> f107a3a41919 [2021-04-09T22:30:25.380Z] [2021-04-09T22:30:25.380Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T22:30:25.380Z] ---> d75e27dfc0a0 [2021-04-09T22:30:25.380Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-09T22:30:25.380Z] Removing intermediate container 93bc03899fa1 [2021-04-09T22:30:25.380Z] ---> a591c27ceb13 [2021-04-09T22:30:25.380Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:30:25.652Z] ---> Running in 0ac25dc4c5e7 [2021-04-09T22:30:26.252Z] Removing intermediate container 0ac25dc4c5e7 [2021-04-09T22:30:26.252Z] ---> 3dc26bc9e562 [2021-04-09T22:30:26.252Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-09T22:30:26.252Z] ---> e81d243f2dae [2021-04-09T22:30:26.252Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-09T22:30:26.252Z] ---> 4b2b37fe0ac8 [2021-04-09T22:30:26.252Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-09T22:30:26.525Z] ---> Running in 0e7a4331636b [2021-04-09T22:30:27.128Z] Removing intermediate container 0e7a4331636b [2021-04-09T22:30:27.128Z] ---> 27aeb993f54e [2021-04-09T22:30:27.128Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-09T22:30:27.406Z] ---> Running in f46b99a8f130 [2021-04-09T22:30:27.684Z] ---> 60252d44e63b [2021-04-09T22:30:27.684Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-09T22:30:27.684Z] ---> 8731aec7e59f [2021-04-09T22:30:27.684Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-09T22:30:27.958Z] Removing intermediate container f46b99a8f130 [2021-04-09T22:30:27.958Z] ---> 9a4bd7e55c1b [2021-04-09T22:30:27.958Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:30:28.232Z] ---> Running in 02a1eb89a6e7 [2021-04-09T22:30:28.825Z] ---> 1f01792b43ca [2021-04-09T22:30:28.825Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-09T22:30:28.825Z] ---> 3482d9042196 [2021-04-09T22:30:28.825Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-09T22:30:28.825Z] ---> Running in a21425d6bc18 [2021-04-09T22:30:28.825Z] ---> Running in 3076b5ff1141 [2021-04-09T22:30:29.428Z] Removing intermediate container a21425d6bc18 [2021-04-09T22:30:29.428Z] ---> aedfc26f748c [2021-04-09T22:30:29.428Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:30:29.701Z] ---> Running in 8f3203d8a406 [2021-04-09T22:30:30.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:30:30.301Z] Removing intermediate container 8f3203d8a406 [2021-04-09T22:30:30.301Z] ---> 4d501f5fcb92 [2021-04-09T22:30:30.301Z] Step 20/22 : LABEL arch=arm64 [2021-04-09T22:30:30.301Z] ---> Running in 2fc355ade4d2 [2021-04-09T22:30:30.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:30:30.900Z] Removing intermediate container 02a1eb89a6e7 [2021-04-09T22:30:30.900Z] ---> f03ad66e4971 [2021-04-09T22:30:30.900Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-09T22:30:30.900Z] ---> Running in a7fe9ef55b21 [2021-04-09T22:30:30.900Z] Removing intermediate container 2fc355ade4d2 [2021-04-09T22:30:30.900Z] ---> ea438b9b0020 [2021-04-09T22:30:30.900Z] Step 21/22 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:30:30.900Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-09T22:30:30.900Z] (2/33) Installing expat (2.2.9-r1) [2021-04-09T22:30:30.900Z] (3/33) Installing libffi (3.3-r2) [2021-04-09T22:30:30.900Z] (4/33) Installing gdbm (1.13-r1) [2021-04-09T22:30:30.900Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-09T22:30:30.900Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-09T22:30:31.280Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-09T22:30:31.280Z] ---> Running in 19ee69814145 [2021-04-09T22:30:32.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:30:32.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:30:32.952Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-09T22:30:32.952Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-09T22:30:33.258Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-09T22:30:33.258Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-09T22:30:33.258Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-09T22:30:33.258Z] Removing intermediate container 19ee69814145 [2021-04-09T22:30:33.258Z] ---> 43c9fc42db27 [2021-04-09T22:30:33.258Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T22:30:33.258Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-09T22:30:33.258Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-09T22:30:33.258Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-09T22:30:33.258Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-09T22:30:33.258Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-09T22:30:33.550Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-09T22:30:33.550Z] ---> Running in f849f809d916 [2021-04-09T22:30:33.550Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-09T22:30:33.550Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-09T22:30:33.550Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-09T22:30:33.550Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-09T22:30:33.550Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-09T22:30:33.550Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-09T22:30:33.550Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-09T22:30:33.550Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-09T22:30:33.550Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-09T22:30:33.550Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-09T22:30:33.550Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-09T22:30:33.550Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-09T22:30:33.550Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-09T22:30:33.550Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-09T22:30:33.550Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-09T22:30:33.825Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-09T22:30:33.825Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-09T22:30:33.825Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T22:30:33.825Z] OK: 71 MiB in 55 packages [2021-04-09T22:30:33.825Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-09T22:30:34.096Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-09T22:30:34.096Z] Removing intermediate container f849f809d916 [2021-04-09T22:30:34.096Z] ---> cafbcc3f82d6 [2021-04-09T22:30:34.096Z] [2021-04-09T22:30:34.372Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T22:30:34.373Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-09T22:30:34.373Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:30:34.373Z] OK: 8 MiB in 20 packages [2021-04-09T22:30:34.656Z] Successfully built cafbcc3f82d6 [2021-04-09T22:30:34.656Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-09T22:30:36.097Z]  Building docker-support-notifications-go ... done Removing intermediate container a7fe9ef55b21 [2021-04-09T22:30:36.097Z] ---> f598d167cc32 [2021-04-09T22:30:36.097Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:30:37.075Z] ---> 1f1ad594d148 [2021-04-09T22:30:37.076Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-09T22:30:38.517Z] ---> 3f6ae5521b8b [2021-04-09T22:30:38.517Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-09T22:30:39.498Z] ---> 05182b3214dc [2021-04-09T22:30:39.498Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-09T22:30:39.776Z] ---> Running in 11683676aa8f [2021-04-09T22:30:39.776Z] Removing intermediate container 3076b5ff1141 [2021-04-09T22:30:39.776Z] ---> 9ec5a400d0e4 [2021-04-09T22:30:39.776Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-09T22:30:40.049Z] ---> Running in 426a7cfd24ab [2021-04-09T22:30:40.323Z] Removing intermediate container 11683676aa8f [2021-04-09T22:30:40.323Z] ---> 1e6089bd0f85 [2021-04-09T22:30:40.323Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:30:40.598Z] ---> Running in 618b7609fbec [2021-04-09T22:30:41.197Z] Removing intermediate container 618b7609fbec [2021-04-09T22:30:41.197Z] ---> e91a6b1600c1 [2021-04-09T22:30:41.197Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T22:30:41.197Z] ---> Running in 61e74743b5cb [2021-04-09T22:30:41.792Z] Removing intermediate container 61e74743b5cb [2021-04-09T22:30:41.792Z] ---> 18e0e4fa55f4 [2021-04-09T22:30:41.792Z] Step 22/23 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:30:41.792Z] ---> Running in 1ea6e3a9a2c1 [2021-04-09T22:30:42.384Z] Removing intermediate container 1ea6e3a9a2c1 [2021-04-09T22:30:42.385Z] ---> 069144eb1e2e [2021-04-09T22:30:42.385Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:30:42.385Z] ---> Running in 168f9e49713d [2021-04-09T22:30:43.007Z] Removing intermediate container 168f9e49713d [2021-04-09T22:30:43.007Z] ---> cdda1d7536a4 [2021-04-09T22:30:43.007Z] [2021-04-09T22:30:43.280Z] Successfully built cdda1d7536a4 [2021-04-09T22:30:43.280Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-09T22:30:45.247Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-04-09T22:30:45.247Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-09T22:30:46.221Z] Collecting docker<4.0,>=3.6.0 [2021-04-09T22:30:46.221Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-09T22:30:46.816Z] Collecting jsonschema<3,>=2.5.1 [2021-04-09T22:30:46.817Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-09T22:30:48.244Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-09T22:30:48.244Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-09T22:30:48.518Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-09T22:30:48.518Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-09T22:30:49.498Z] Collecting PyYAML<4,>=3.10 [2021-04-09T22:30:49.499Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-09T22:30:52.111Z] 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-09T22:30:52.384Z] Collecting cached-property<2,>=1.2.0 [2021-04-09T22:30:52.384Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-09T22:30:52.655Z] Collecting texttable<0.10,>=0.9.0 [2021-04-09T22:30:52.655Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-09T22:30:54.616Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-09T22:30:54.616Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-09T22:30:56.039Z] Collecting docopt<0.7,>=0.6.1 [2021-04-09T22:30:56.039Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-09T22:30:58.009Z] Collecting docker-pycreds>=0.4.0 [2021-04-09T22:30:58.009Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-09T22:30:58.603Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-09T22:30:58.603Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-09T22:30:58.877Z] Collecting idna<2.8,>=2.5 [2021-04-09T22:30:58.877Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-09T22:30:58.877Z] 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-09T22:30:58.877Z] 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-09T22:30:58.877Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-09T22:30:58.877Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-09T22:30:58.877Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-09T22:30:58.877Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-09T22:30:59.850Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, cached-property, texttable, dockerpty, docopt, docker-compose [2021-04-09T22:31:00.123Z] Attempting uninstall: urllib3 [2021-04-09T22:31:00.123Z] Found existing installation: urllib3 1.25.9 [2021-04-09T22:31:00.123Z] Uninstalling urllib3-1.25.9: [2021-04-09T22:31:00.123Z] Successfully uninstalled urllib3-1.25.9 [2021-04-09T22:31:00.715Z] Attempting uninstall: idna [2021-04-09T22:31:00.715Z] Found existing installation: idna 2.9 [2021-04-09T22:31:00.715Z] Uninstalling idna-2.9: [2021-04-09T22:31:00.988Z] Successfully uninstalled idna-2.9 [2021-04-09T22:31:01.582Z] Attempting uninstall: requests [2021-04-09T22:31:01.582Z] Found existing installation: requests 2.23.0 [2021-04-09T22:31:01.582Z] Uninstalling requests-2.23.0: [2021-04-09T22:31:01.582Z] Successfully uninstalled requests-2.23.0 [2021-04-09T22:31:03.010Z] Running setup.py install for PyYAML: started [2021-04-09T22:31:04.979Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-09T22:31:04.979Z] Running setup.py install for texttable: started [2021-04-09T22:31:06.947Z] Running setup.py install for texttable: finished with status 'done' [2021-04-09T22:31:06.947Z] Running setup.py install for dockerpty: started [2021-04-09T22:31:08.374Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-09T22:31:08.374Z] Running setup.py install for docopt: started [2021-04-09T22:31:10.344Z] Running setup.py install for docopt: finished with status 'done' [2021-04-09T22:31:10.938Z] 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-09T22:31:15.243Z] Removing intermediate container 426a7cfd24ab [2021-04-09T22:31:15.243Z] ---> d172cb617087 [2021-04-09T22:31:15.243Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-09T22:31:15.243Z] ---> Running in d555cd37b827 [2021-04-09T22:31:16.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:31:16.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:31:16.819Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T22:31:16.819Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-09T22:31:16.819Z] (3/3) Installing curl (7.69.1-r3) [2021-04-09T22:31:16.819Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T22:31:16.819Z] OK: 72 MiB in 58 packages [2021-04-09T22:31:17.803Z] Removing intermediate container d555cd37b827 [2021-04-09T22:31:17.803Z] ---> 40213983456c [2021-04-09T22:31:17.803Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-09T22:31:18.077Z] ---> Running in 8ed7ecd752d0 [2021-04-09T22:31:18.670Z] Removing intermediate container 8ed7ecd752d0 [2021-04-09T22:31:18.670Z] ---> 39612a5b1514 [2021-04-09T22:31:18.670Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:31:18.670Z] ---> Running in e3c4599b3853 [2021-04-09T22:31:18.943Z] Removing intermediate container e3c4599b3853 [2021-04-09T22:31:18.943Z] ---> 794871f96c65 [2021-04-09T22:31:18.943Z] Step 24/26 : LABEL arch=arm64 [2021-04-09T22:31:19.214Z] ---> Running in b96edae406d6 [2021-04-09T22:31:19.808Z] Removing intermediate container b96edae406d6 [2021-04-09T22:31:19.808Z] ---> 46b61b813fc4 [2021-04-09T22:31:19.808Z] Step 25/26 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a [2021-04-09T22:31:19.808Z] ---> Running in 09464e7d70e0 [2021-04-09T22:31:20.403Z] Removing intermediate container 09464e7d70e0 [2021-04-09T22:31:20.403Z] ---> 3eb7e792f972 [2021-04-09T22:31:20.403Z] Step 26/26 : LABEL version=0.0.0 [2021-04-09T22:31:20.403Z] ---> Running in 6e532fae5f10 [2021-04-09T22:31:20.996Z] Removing intermediate container 6e532fae5f10 [2021-04-09T22:31:20.996Z] ---> 019d190076aa [2021-04-09T22:31:20.996Z] [2021-04-09T22:31:21.270Z] Successfully built 019d190076aa [2021-04-09T22:31:21.270Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-09T22:31:21.882Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-09T22:31:21.874Z] $ docker stop --time=1 d1f885498e822ba449dbf4e49563a9d584156b72496c6c99060c627d67e1216b [2021-04-09T22:31:23.784Z] $ docker rm -f d1f885498e822ba449dbf4e49563a9d584156b72496c6c99060c627d67e1216b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T22:31:24.553Z] + docker images [2021-04-09T22:31:24.553Z] + grep docker [2021-04-09T22:31:24.825Z] docker-sys-mgmt-agent-go-arm64 latest 019d190076aa 4 seconds ago 301MB [2021-04-09T22:31:24.825Z] docker-core-data-go-arm64 latest cdda1d7536a4 42 seconds ago 21.4MB [2021-04-09T22:31:24.825Z] docker-support-notifications-go-arm64 latest cafbcc3f82d6 51 seconds ago 16.9MB [2021-04-09T22:31:24.825Z] docker-core-command-go-arm64 latest dd248a7d496a 2 minutes ago 16.3MB [2021-04-09T22:31:24.825Z] docker-security-bootstrapper-go-arm64 latest 8b52f2f0da5f 3 minutes ago 17.9MB [2021-04-09T22:31:24.825Z] docker-core-metadata-go-arm64 latest f765156d48f9 4 minutes ago 17.9MB [2021-04-09T22:31:24.825Z] docker-support-scheduler-go-arm64 latest 21fce29fc07f 4 minutes ago 16.4MB [2021-04-09T22:31:24.825Z] docker-security-secretstore-setup-go-arm64 latest b8e5fb7677b9 4 minutes ago 24.4MB [2021-04-09T22:31:24.825Z] docker-security-proxy-setup-go-arm64 latest 1e3b79778ce9 4 minutes ago 24.1MB [2021-04-09T22:31:24.825Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:31:26.107Z] ---> job-cost.sh [2021-04-09T22:31:26.107Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mcH7 [2021-04-09T22:32:05.114Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-09T22:33:41.860Z] lf-activate-venv(): INFO: Adding /tmp/venv-mcH7/bin to PATH [2021-04-09T22:33:41.860Z] INFO: No Stack... [2021-04-09T22:33:41.860Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-09T22:33:41.860Z] INFO: Archiving Costs [Pipeline] sh [2021-04-09T22:33:42.205Z] + cat /w/workspace/edgex-go/10/archives/cost.csv [2021-04-09T22:33:42.205Z] + cut -d, -f6 [Pipeline] lock [2021-04-09T22:33:42.330Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3329-10-stack-cost] [2021-04-09T22:33:42.338Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3329-10-stack-cost] did not exist. Created. [2021-04-09T22:33:42.338Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3329-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-09T22:33:42.802Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-09T22:33:43.129Z] Stashed 1 file(s) [Pipeline] } [2021-04-09T22:33:43.141Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3329-10-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-09T22:33:44.651Z] provisioning config files... [2021-04-09T22:33:44.671Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config27163090867148378tmp [Pipeline] { [Pipeline] sh [2021-04-09T22:33:45.121Z] + set +x [2021-04-09T22:33:45.121Z] + curl -s https://codecov.io/bash [2021-04-09T22:33:45.121Z] + bash -s -- [2021-04-09T22:33:45.705Z] [2021-04-09T22:33:45.705Z] _____ _ [2021-04-09T22:33:45.705Z] / ____| | | [2021-04-09T22:33:45.705Z] | | ___ __| | ___ ___ _____ __ [2021-04-09T22:33:45.705Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-09T22:33:45.705Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-09T22:33:45.705Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-09T22:33:45.705Z] Bash-20210309-2b87ace [2021-04-09T22:33:45.705Z] [2021-04-09T22:33:45.705Z] [2021-04-09T22:33:45.705Z] ==> git version 2.24.3 found [2021-04-09T22:33:45.705Z] ==> 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-09T22:33:45.705Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-09T22:33:45.705Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-09T22:33:45.705Z] ==> Jenkins CI detected. [2021-04-09T22:33:45.705Z] project root: . [2021-04-09T22:33:45.705Z] --> token set from env [2021-04-09T22:33:45.705Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-09T22:33:45.705Z] ==> Running gcov in . (disable via -X gcov) [2021-04-09T22:33:45.705Z] ==> Python coveragepy not found [2021-04-09T22:33:45.705Z] ==> Searching for coverage reports in: [2021-04-09T22:33:45.705Z] + . [2021-04-09T22:33:45.969Z] -> Found 1 reports [2021-04-09T22:33:45.969Z] ==> Detecting git/mercurial file structure [2021-04-09T22:33:45.969Z] ==> Reading reports [2021-04-09T22:33:45.969Z] + ./coverage.out bytes=697383 [2021-04-09T22:33:45.969Z] ==> Appending adjustments [2021-04-09T22:33:45.969Z] https://docs.codecov.io/docs/fixing-reports [2021-04-09T22:33:50.195Z] + Found adjustments [2021-04-09T22:33:50.195Z] ==> Gzipping contents [2021-04-09T22:33:50.195Z] 100K /tmp/codecov.tsX45T.gz [2021-04-09T22:33:50.195Z] ==> Uploading reports [2021-04-09T22:33:50.195Z] url: https://codecov.io [2021-04-09T22:33:50.195Z] query: branch=PR-3329&commit=bdf97cbf511afb369cd5a318516ede6912a4218a&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3329%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3329&job=&cmd_args= [2021-04-09T22:33:50.195Z] -> Pinging Codecov [2021-04-09T22:33:50.195Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3329&commit=bdf97cbf511afb369cd5a318516ede6912a4218a&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3329%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3329&job=&cmd_args= [2021-04-09T22:33:50.195Z] -> Uploading to [2021-04-09T22:33:50.195Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-09/00271124DB129430A58F1EEE437C3FCB/bdf97cbf511afb369cd5a318516ede6912a4218a/30a1db63-21b0-4507-bf43-778f85c5ee59.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T223349Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d178c1adf09a889b0691dc522f8795aa54fd8d34958372929f4e4cdf9b45da03 [2021-04-09T22:33:50.195Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T22:33:50.195Z] Dload Upload Total Spent Left Speed [2021-04-09T22:33:50.458Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99430 0 0 100 99430 0 223k --:--:-- --:--:-- --:--:-- 223k [2021-04-09T22:33:50.458Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/bdf97cbf511afb369cd5a318516ede6912a4218a [Pipeline] } [2021-04-09T22:33:50.469Z] 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-09T22:33:52.754Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:33:53.658Z] ---> package-listing.sh [2021-04-09T22:33:53.658Z] ++ facter osfamily [2021-04-09T22:33:53.658Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-09T22:33:53.658Z] + OS_FAMILY=redhat [2021-04-09T22:33:53.658Z] + workspace=/w/workspace/edgex-go/10 [2021-04-09T22:33:53.658Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-09T22:33:53.658Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-09T22:33:53.658Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-09T22:33:53.658Z] + PACKAGES=/tmp/packages_start.txt [2021-04-09T22:33:53.658Z] + '[' /w/workspace/edgex-go/10 ']' [2021-04-09T22:33:53.658Z] + PACKAGES=/tmp/packages_end.txt [2021-04-09T22:33:53.658Z] + case "${OS_FAMILY}" in [2021-04-09T22:33:53.658Z] + rpm -qa [2021-04-09T22:33:53.658Z] + sort [2021-04-09T22:33:58.968Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-09T22:33:58.968Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-09T22:33:58.968Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-09T22:33:58.968Z] + '[' /w/workspace/edgex-go/10 ']' [2021-04-09T22:33:58.968Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2021-04-09T22:33:58.968Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2021-04-09T22:33:58.983Z] 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-09T22:33:59.284Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:33:59.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T22:33:59.601Z] [2021-04-09T22:33:59.601Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:33:59.961Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T22:33:59.961Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-09T22:33:59.961Z] df20fa9351a1: Pulling fs layer [2021-04-09T22:33:59.961Z] 36b3adc4ff6f: Pulling fs layer [2021-04-09T22:33:59.961Z] 8ad3a11d3b57: Pulling fs layer [2021-04-09T22:33:59.961Z] 46f8f816bc3b: Pulling fs layer [2021-04-09T22:33:59.961Z] 93b61091891f: Pulling fs layer [2021-04-09T22:33:59.961Z] 93b9cdb0e59b: Pulling fs layer [2021-04-09T22:33:59.961Z] 5e14af77c1be: Pulling fs layer [2021-04-09T22:33:59.961Z] 01666e4c0597: Pulling fs layer [2021-04-09T22:33:59.961Z] aa168da1d23b: Pulling fs layer [2021-04-09T22:33:59.961Z] 46f8f816bc3b: Waiting [2021-04-09T22:33:59.961Z] 93b9cdb0e59b: Waiting [2021-04-09T22:33:59.961Z] 5e14af77c1be: Waiting [2021-04-09T22:33:59.961Z] 93b61091891f: Waiting [2021-04-09T22:33:59.961Z] 01666e4c0597: Waiting [2021-04-09T22:33:59.961Z] aa168da1d23b: Waiting [2021-04-09T22:33:59.961Z] 36b3adc4ff6f: Verifying Checksum [2021-04-09T22:33:59.961Z] 36b3adc4ff6f: Download complete [2021-04-09T22:33:59.961Z] 46f8f816bc3b: Verifying Checksum [2021-04-09T22:33:59.961Z] 46f8f816bc3b: Download complete [2021-04-09T22:34:00.224Z] df20fa9351a1: Verifying Checksum [2021-04-09T22:34:00.224Z] df20fa9351a1: Download complete [2021-04-09T22:34:00.224Z] 93b9cdb0e59b: Verifying Checksum [2021-04-09T22:34:00.224Z] 93b9cdb0e59b: Download complete [2021-04-09T22:34:00.224Z] 5e14af77c1be: Download complete [2021-04-09T22:34:00.224Z] 93b61091891f: Verifying Checksum [2021-04-09T22:34:00.224Z] 93b61091891f: Download complete [2021-04-09T22:34:00.224Z] 01666e4c0597: Verifying Checksum [2021-04-09T22:34:00.224Z] 01666e4c0597: Download complete [2021-04-09T22:34:00.486Z] df20fa9351a1: Pull complete [2021-04-09T22:34:00.748Z] 36b3adc4ff6f: Pull complete [2021-04-09T22:34:01.327Z] 8ad3a11d3b57: Verifying Checksum [2021-04-09T22:34:01.327Z] 8ad3a11d3b57: Download complete [2021-04-09T22:34:01.907Z] 8ad3a11d3b57: Pull complete [2021-04-09T22:34:02.174Z] 46f8f816bc3b: Pull complete [2021-04-09T22:34:03.130Z] aa168da1d23b: Verifying Checksum [2021-04-09T22:34:03.130Z] aa168da1d23b: Download complete [2021-04-09T22:34:03.393Z] 93b61091891f: Pull complete [2021-04-09T22:34:03.657Z] 93b9cdb0e59b: Pull complete [2021-04-09T22:34:03.921Z] 5e14af77c1be: Pull complete [2021-04-09T22:34:03.921Z] 01666e4c0597: Pull complete [2021-04-09T22:34:12.123Z] aa168da1d23b: Pull complete [2021-04-09T22:34:12.123Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-09T22:34:12.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T22:34:12.123Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-09T22:34:12.374Z] prd-centos7-docker-4c-2g-33476 does not seem to be running inside a container [2021-04-09T22:34:12.431Z] $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-09T22:34:17.301Z] $ docker top d9d603856f258ef07139cde047aae93b5b48e1c5b1c0c5f3a545ed8b829daff9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:34:17.914Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-09T22:34:18.218Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-09T22:34:18.523Z] + ls /var/log/sa-host [2021-04-09T22:34:18.524Z] + sadf -c /var/log/sa-host/sa09 [2021-04-09T22:34:18.524Z] file_magic: OK [2021-04-09T22:34:18.524Z] HZ: Using current value: 100 [2021-04-09T22:34:18.524Z] file_header: OK [2021-04-09T22:34:18.524Z] 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-09T22:34:18.524Z] Statistics: [2021-04-09T22:34:18.524Z] 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-09T22:34:18.524Z] File successfully converted to sysstat format version 12.2.1 [2021-04-09T22:34:18.524Z] + sadf -c /var/log/sa-host/sa23 [2021-04-09T22:34:18.524Z] file_magic: OK [2021-04-09T22:34:18.524Z] HZ: Using current value: 100 [2021-04-09T22:34:18.524Z] file_header: OK [2021-04-09T22:34:18.524Z] 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-09T22:34:18.524Z] Statistics: [2021-04-09T22:34:18.524Z] Hnuu...uuuununununu... [2021-04-09T22:34:18.524Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-09T22:34:18.761Z] provisioning config files... [2021-04-09T22:34:18.781Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config1640676085873625357tmp [Pipeline] { [Pipeline] echo [2021-04-09T22:34:18.856Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:34:19.159Z] ---> create-netrc.sh [Pipeline] } [2021-04-09T22:34:19.169Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-09T22:34:19.293Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:34:19.593Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-09T22:34:19.604Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:34:19.905Z] ---> sudo-logs.sh [2021-04-09T22:34:19.905Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-09T22:34:19.975Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:34:20.274Z] ---> job-cost.sh [2021-04-09T22:34:20.274Z] lf-activate-venv: SKIPPING [2021-04-09T22:34:20.274Z] DEBUG: total: 0.20999999344348907 [2021-04-09T22:34:20.274Z] INFO: Retrieving Stack Cost... [2021-04-09T22:34:21.673Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-09T22:34:21.935Z] INFO: Archiving Costs [Pipeline] echo [2021-04-09T22:34:21.950Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:34:22.255Z] ---> logs-deploy.sh [2021-04-09T22:34:22.255Z] lf-activate-venv: SKIPPING [2021-04-09T22:34:22.255Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3329/10 [2021-04-09T22:34:22.255Z] INFO: archiving workspace using pattern(s): [2021-04-09T22:34:24.176Z] Archives upload complete. [2021-04-09T22:34:24.176Z] INFO: archiving logs to Nexus [2021-04-09T22:34:25.125Z] ---> uname -a: [2021-04-09T22:34:25.125Z] Linux prd-centos7-docker-4c-2g-33476.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-09T22:34:25.125Z] [2021-04-09T22:34:25.125Z] [2021-04-09T22:34:25.125Z] ---> lscpu: [2021-04-09T22:34:25.125Z] Architecture: x86_64 [2021-04-09T22:34:25.125Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-09T22:34:25.125Z] Byte Order: Little Endian [2021-04-09T22:34:25.125Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-09T22:34:25.125Z] CPU(s): 4 [2021-04-09T22:34:25.125Z] On-line CPU(s) list: 0-3 [2021-04-09T22:34:25.125Z] Thread(s) per core: 1 [2021-04-09T22:34:25.125Z] Core(s) per socket: 1 [2021-04-09T22:34:25.125Z] Socket(s): 4 [2021-04-09T22:34:25.125Z] NUMA node(s): 1 [2021-04-09T22:34:25.125Z] Vendor ID: GenuineIntel [2021-04-09T22:34:25.125Z] CPU family: 6 [2021-04-09T22:34:25.125Z] Model: 44 [2021-04-09T22:34:25.125Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-09T22:34:25.125Z] Stepping: 1 [2021-04-09T22:34:25.125Z] CPU MHz: 2933.442 [2021-04-09T22:34:25.125Z] BogoMIPS: 5866.88 [2021-04-09T22:34:25.125Z] Virtualization: VT-x [2021-04-09T22:34:25.125Z] Hypervisor vendor: KVM [2021-04-09T22:34:25.125Z] Virtualization type: full [2021-04-09T22:34:25.125Z] L1d cache: 128 KiB [2021-04-09T22:34:25.125Z] L1i cache: 128 KiB [2021-04-09T22:34:25.125Z] L2 cache: 16 MiB [2021-04-09T22:34:25.125Z] L3 cache: 64 MiB [2021-04-09T22:34:25.125Z] NUMA node0 CPU(s): 0-3 [2021-04-09T22:34:25.125Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-09T22:34:25.125Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-09T22:34:25.126Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-09T22:34:25.126Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-09T22:34:25.126Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-09T22:34:25.126Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-09T22:34:25.126Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-09T22:34:25.126Z] Vulnerability Srbds: Not affected [2021-04-09T22:34:25.126Z] Vulnerability Tsx async abort: Not affected [2021-04-09T22:34:25.126Z] 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-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] ---> nproc: [2021-04-09T22:34:25.126Z] 4 [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] ---> df -h: [2021-04-09T22:34:25.126Z] Filesystem Size Used Available Use% Mounted on [2021-04-09T22:34:25.126Z] overlay 50.0G 12.2G 37.8G 24% / [2021-04-09T22:34:25.126Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-09T22:34:25.126Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-09T22:34:25.126Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-09T22:34:25.126Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-04-09T22:34:25.126Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-04-09T22:34:25.126Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-04-09T22:34:25.126Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-04-09T22:34:25.126Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-04-09T22:34:25.126Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-04-09T22:34:25.126Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-04-09T22:34:25.126Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-04-09T22:34:25.126Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/10 [2021-04-09T22:34:25.126Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/10@tmp [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] ---> free -m: [2021-04-09T22:34:25.126Z] total used free shared buff/cache available [2021-04-09T22:34:25.126Z] Mem: 1837 716 178 0 942 1037 [2021-04-09T22:34:25.126Z] Swap: 1023 85 938 [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] ---> ip addr: [2021-04-09T22:34:25.126Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-09T22:34:25.126Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-09T22:34:25.126Z] inet 127.0.0.1/8 scope host lo [2021-04-09T22:34:25.126Z] valid_lft forever preferred_lft forever [2021-04-09T22:34:25.126Z] inet6 ::1/128 scope host [2021-04-09T22:34:25.126Z] valid_lft forever preferred_lft forever [2021-04-09T22:34:25.126Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-09T22:34:25.126Z] link/ether fa:16:3e:da:57:68 brd ff:ff:ff:ff:ff:ff [2021-04-09T22:34:25.126Z] inet 10.30.122.115/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-09T22:34:25.126Z] valid_lft 84886sec preferred_lft 84886sec [2021-04-09T22:34:25.126Z] inet6 fe80::f816:3eff:feda:5768/64 scope link [2021-04-09T22:34:25.126Z] valid_lft forever preferred_lft forever [2021-04-09T22:34:25.126Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-09T22:34:25.126Z] link/ether 02:42:2f:90:5e:65 brd ff:ff:ff:ff:ff:ff [2021-04-09T22:34:25.126Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-09T22:34:25.126Z] valid_lft forever preferred_lft forever [2021-04-09T22:34:25.126Z] inet6 fe80::42:2fff:fe90:5e65/64 scope link [2021-04-09T22:34:25.126Z] valid_lft forever preferred_lft forever [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] ---> sar -b -r -n DEV: [2021-04-09T22:34:25.126Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/09/21 _x86_64_ (4 CPU) [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] 22:08:58 LINUX RESTART (4 CPU) [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] 22:10:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-09T22:34:25.126Z] 22:11:01 226.23 106.62 119.61 0.00 8427.87 47983.74 0.00 [2021-04-09T22:34:25.126Z] 22:12:01 264.00 104.86 159.14 0.00 3900.41 21780.13 0.00 [2021-04-09T22:34:25.126Z] 22:13:01 133.53 61.80 71.73 0.00 2231.25 7277.28 0.00 [2021-04-09T22:34:25.126Z] 22:14:01 137.26 37.10 100.17 0.00 2544.94 25452.99 0.00 [2021-04-09T22:34:25.126Z] 22:15:04 1714.03 1407.17 306.86 0.00 133307.22 189465.29 0.00 [2021-04-09T22:34:25.126Z] 22:16:02 1961.26 1719.21 242.05 0.00 108121.58 120788.31 0.00 [2021-04-09T22:34:25.126Z] 22:17:03 692.03 358.97 333.07 0.00 87245.34 137092.81 0.00 [2021-04-09T22:34:25.126Z] 22:18:01 1687.12 1409.44 277.68 0.00 81054.65 85586.74 0.00 [2021-04-09T22:34:25.126Z] 22:19:01 193.89 41.73 152.16 0.00 6029.55 26965.42 0.00 [2021-04-09T22:34:25.126Z] 22:20:01 6.48 0.65 5.83 0.00 27.18 212.57 0.00 [2021-04-09T22:34:25.126Z] 22:21:01 0.32 0.02 0.30 0.00 0.53 4.23 0.00 [2021-04-09T22:34:25.126Z] 22:22:01 0.23 0.02 0.22 0.00 0.53 3.16 0.00 [2021-04-09T22:34:25.126Z] 22:23:01 0.35 0.00 0.35 0.00 0.00 4.93 0.00 [2021-04-09T22:34:25.126Z] 22:24:01 0.57 0.27 0.30 0.00 9.85 3.94 0.00 [2021-04-09T22:34:25.126Z] 22:25:01 2.60 1.70 0.90 0.00 53.40 18.03 0.00 [2021-04-09T22:34:25.126Z] 22:26:02 0.43 0.13 0.30 0.00 3.46 4.35 0.00 [2021-04-09T22:34:25.126Z] 22:27:01 0.41 0.03 0.37 0.00 0.81 5.56 0.00 [2021-04-09T22:34:25.126Z] 22:28:01 0.32 0.00 0.32 0.00 0.00 4.05 0.00 [2021-04-09T22:34:25.126Z] 22:29:01 0.18 0.02 0.17 0.00 0.13 1.50 0.00 [2021-04-09T22:34:25.126Z] 22:30:01 1.60 1.32 0.28 0.00 121.61 2.98 0.00 [2021-04-09T22:34:25.126Z] 22:31:01 0.25 0.03 0.22 0.00 0.80 3.30 0.00 [2021-04-09T22:34:25.126Z] 22:32:01 0.28 0.00 0.28 0.00 0.00 3.55 0.00 [2021-04-09T22:34:25.126Z] 22:33:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 [2021-04-09T22:34:25.126Z] 22:34:01 71.63 70.29 1.33 0.00 5856.15 62.56 0.00 [2021-04-09T22:34:25.126Z] Average: 294.30 220.31 74.00 0.00 18344.16 27757.55 0.00 [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] 22:10:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-09T22:34:25.126Z] 22:11:01 100784 0 711728 37.83 1812 1067220 1326140 45.26 546216 994832 64 [2021-04-09T22:34:25.126Z] 22:12:01 85712 0 931784 49.52 844 863204 1578932 53.89 716008 800164 20568 [2021-04-09T22:34:25.126Z] 22:13:01 226264 0 884260 47.00 684 770336 1803972 61.57 667252 695480 75572 [2021-04-09T22:34:25.126Z] 22:14:01 195228 0 766880 40.76 520 918916 1313596 44.83 548728 842692 8 [2021-04-09T22:34:25.126Z] 22:15:04 66768 0 849256 45.14 0 965520 2351924 80.27 759292 835652 37032 [2021-04-09T22:34:25.126Z] 22:16:02 325652 0 1045884 55.59 0 510008 3892712 132.85 647668 630120 23268 [2021-04-09T22:34:25.126Z] 22:17:03 79188 0 684640 36.39 0 1117716 1571492 53.63 719924 869856 4472 [2021-04-09T22:34:25.126Z] 22:18:01 263316 0 819328 43.55 0 798900 2557624 87.29 657996 709036 90548 [2021-04-09T22:34:25.126Z] 22:19:01 174032 0 635492 33.78 0 1072020 1210812 41.32 555912 899172 20 [2021-04-09T22:34:25.126Z] 22:20:01 177764 0 631048 33.54 0 1072732 1191268 40.66 554828 899220 12 [2021-04-09T22:34:25.126Z] 22:21:01 177692 0 631112 33.54 0 1072740 1191328 40.66 554788 899632 8 [2021-04-09T22:34:25.126Z] 22:22:01 179308 0 629496 33.46 0 1072740 1185100 40.45 553832 899564 8 [2021-04-09T22:34:25.126Z] 22:23:01 179168 0 629616 33.46 0 1072760 1185100 40.45 553824 899592 8 [2021-04-09T22:34:25.126Z] 22:24:01 178744 0 629872 33.48 0 1072928 1185552 40.46 553948 899716 8 [2021-04-09T22:34:25.126Z] 22:25:01 176560 0 631416 33.56 0 1073568 1185256 40.45 554684 900796 8 [2021-04-09T22:34:25.126Z] 22:26:02 176716 0 631252 33.55 0 1073576 1184072 40.41 553920 900876 8 [2021-04-09T22:34:25.126Z] 22:27:01 176948 0 631032 33.54 0 1073564 1184072 40.41 553808 900876 8 [2021-04-09T22:34:25.126Z] 22:28:01 177144 0 630812 33.53 0 1073588 1184072 40.41 553808 900900 8 [2021-04-09T22:34:25.126Z] 22:29:01 177104 0 630844 33.53 0 1073596 1184072 40.41 553692 900900 8 [2021-04-09T22:34:25.126Z] 22:30:01 169004 0 635868 33.80 0 1076672 1184352 40.42 560660 901720 20 [2021-04-09T22:34:25.126Z] 22:31:01 170680 0 634192 33.71 0 1076672 1184136 40.41 559652 901732 16 [2021-04-09T22:34:25.126Z] 22:32:01 170508 0 634340 33.71 0 1076696 1184184 40.41 559772 901748 8 [2021-04-09T22:34:25.126Z] 22:33:01 170492 0 634352 33.71 0 1076700 1184136 40.41 559532 901748 20 [2021-04-09T22:34:25.126Z] 22:34:01 82436 0 702308 37.33 0 1096800 1605940 54.81 631700 912516 47788 [2021-04-09T22:34:25.126Z] Average: 169050 0 703200 37.37 161 1009132 1492077 50.92 592977 866606 12479 [2021-04-09T22:34:25.126Z] [2021-04-09T22:34:25.126Z] 22:10:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-09T22:34:25.126Z] 22:11:01 eth0 1181.37 1240.01 6099.46 147.16 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:11:01 docker0 937.02 818.44 75.51 3148.81 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:12:01 eth0 176.75 146.59 500.51 23.68 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:12:01 veth4b2e0d8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:12:01 docker0 127.49 142.87 10.10 469.11 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:13:01 eth0 45.99 34.84 22.33 84.14 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:13:01 veth4b2e0d8 2.36 2.36 0.19 0.19 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:13:01 docker0 2.36 2.36 0.16 0.19 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:14:01 eth0 205.87 157.78 1691.56 24.50 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:15:04 eth0 71.51 50.10 167.47 55.86 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:15:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:15:04 vethe4f682c 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:15:04 docker0 13.71 24.87 0.76 139.81 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:16:02 veth4869bab 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:16:02 veth51621e2 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:16:02 eth0 7.11 3.75 5.95 3.16 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:17:03 eth0 67.87 36.99 243.84 17.87 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:17:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:17:03 vethe4f682c 0.00 0.79 0.00 0.04 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:17:03 docker0 1050.26 975.76 83.73 3782.51 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:18:01 eth0 52.27 39.71 80.69 85.21 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:18:01 vethcbb0459 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:18:01 veth1d4cc7c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.126Z] 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:19:01 eth0 195.32 134.26 1690.90 22.48 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:19:01 docker0 1108.17 1059.25 87.69 4336.49 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:20:01 eth0 0.63 0.18 0.13 0.08 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:21:01 eth0 0.83 0.57 0.72 0.22 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:22:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:23:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:24:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:25:01 eth0 3.91 4.05 0.32 10.90 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:26:02 eth0 0.08 0.08 0.01 0.03 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:27:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:28:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:30:01 eth0 3.33 3.31 0.28 6.87 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:31:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:32:01 eth0 0.15 0.13 0.12 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:34:01 eth0 84.14 69.88 475.03 50.79 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] Average: eth0 86.19 78.75 451.07 22.09 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] Average: docker0 46.30 44.26 3.66 181.19 0.00 0.00 0.00 0.00 [2021-04-09T22:34:25.127Z] [2021-04-09T22:34:25.127Z] [2021-04-09T22:34:25.127Z] ---> sar -P ALL: [2021-04-09T22:34:25.127Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/09/21 _x86_64_ (4 CPU) [2021-04-09T22:34:25.127Z] [2021-04-09T22:34:25.127Z] 22:08:58 LINUX RESTART (4 CPU) [2021-04-09T22:34:25.127Z] [2021-04-09T22:34:25.127Z] 22:10:03 CPU %user %nice %system %iowait %steal %idle [2021-04-09T22:34:25.127Z] 22:11:01 all 15.86 0.00 9.05 1.89 0.08 73.12 [2021-04-09T22:34:25.127Z] 22:11:01 0 18.31 0.00 9.78 1.44 0.09 70.38 [2021-04-09T22:34:25.127Z] 22:11:01 1 15.40 0.00 8.82 2.53 0.07 73.17 [2021-04-09T22:34:25.127Z] 22:11:01 2 15.28 0.00 8.20 1.40 0.09 75.03 [2021-04-09T22:34:25.127Z] 22:11:01 3 14.45 0.00 9.39 2.18 0.09 73.89 [2021-04-09T22:34:25.127Z] 22:12:01 all 32.62 0.00 11.48 6.35 0.09 49.47 [2021-04-09T22:34:25.127Z] 22:12:01 0 33.35 0.00 11.57 7.20 0.12 47.76 [2021-04-09T22:34:25.127Z] 22:12:01 1 32.60 0.00 10.41 3.91 0.07 53.02 [2021-04-09T22:34:25.127Z] 22:12:01 2 31.13 0.00 12.17 9.45 0.09 47.17 [2021-04-09T22:34:25.127Z] 22:12:01 3 33.38 0.00 11.76 4.83 0.07 49.97 [2021-04-09T22:34:25.127Z] 22:13:01 all 49.64 0.00 13.95 3.49 0.05 32.87 [2021-04-09T22:34:25.127Z] 22:13:01 0 49.13 0.00 14.54 3.53 0.05 32.76 [2021-04-09T22:34:25.127Z] 22:13:01 1 48.34 0.00 14.57 3.47 0.03 33.58 [2021-04-09T22:34:25.127Z] 22:13:01 2 49.90 0.00 13.74 3.99 0.03 32.34 [2021-04-09T22:34:25.127Z] 22:13:01 3 51.18 0.00 12.95 2.98 0.07 32.82 [2021-04-09T22:34:25.127Z] 22:14:01 all 37.11 0.00 13.09 2.24 0.07 47.49 [2021-04-09T22:34:25.127Z] 22:14:01 0 37.22 0.00 13.57 4.14 0.05 45.02 [2021-04-09T22:34:25.127Z] 22:14:01 1 36.90 0.00 12.66 1.95 0.07 48.42 [2021-04-09T22:34:25.127Z] 22:14:01 2 37.94 0.00 13.35 1.12 0.09 47.51 [2021-04-09T22:34:25.127Z] 22:14:01 3 36.36 0.00 12.78 1.76 0.07 49.03 [2021-04-09T22:34:25.127Z] 22:15:04 all 20.38 0.00 29.77 15.99 0.16 33.70 [2021-04-09T22:34:25.127Z] 22:15:04 0 19.32 0.00 28.41 15.36 0.17 36.75 [2021-04-09T22:34:25.127Z] 22:15:04 1 21.17 0.00 28.83 16.25 0.15 33.60 [2021-04-09T22:34:25.127Z] 22:15:04 2 20.32 0.00 30.79 14.81 0.20 33.87 [2021-04-09T22:34:25.127Z] 22:15:04 3 20.72 0.00 31.06 17.54 0.12 30.56 [2021-04-09T22:34:25.127Z] 22:16:02 all 50.18 0.00 22.67 15.25 0.10 11.81 [2021-04-09T22:34:25.127Z] 22:16:02 0 49.73 0.00 22.15 16.10 0.11 11.90 [2021-04-09T22:34:25.127Z] 22:16:02 1 49.08 0.00 22.35 15.12 0.07 13.37 [2021-04-09T22:34:25.127Z] 22:16:02 2 50.44 0.00 22.98 15.89 0.11 10.58 [2021-04-09T22:34:25.127Z] 22:16:02 3 51.45 0.00 23.19 13.88 0.09 11.39 [2021-04-09T22:34:25.127Z] 22:17:03 all 30.72 0.00 23.40 19.84 0.12 25.93 [2021-04-09T22:34:25.127Z] 22:17:03 0 30.68 0.00 23.58 21.48 0.12 24.13 [2021-04-09T22:34:25.127Z] 22:17:03 1 28.83 0.00 22.80 21.52 0.14 26.71 [2021-04-09T22:34:25.127Z] 22:17:03 2 31.71 0.00 23.52 17.39 0.12 27.26 [2021-04-09T22:34:25.127Z] 22:17:03 3 31.64 0.00 23.70 18.96 0.09 25.61 [2021-04-09T22:34:25.127Z] 22:18:01 all 49.81 0.00 23.29 14.19 0.11 12.61 [2021-04-09T22:34:25.127Z] 22:18:01 0 48.34 0.00 24.43 13.79 0.09 13.36 [2021-04-09T22:34:25.127Z] 22:18:01 1 50.04 0.00 22.24 14.86 0.14 12.70 [2021-04-09T22:34:25.127Z] 22:18:01 2 51.04 0.00 22.61 13.98 0.11 12.26 [2021-04-09T22:34:25.127Z] 22:18:01 3 49.83 0.00 23.87 14.11 0.09 12.10 [2021-04-09T22:34:25.127Z] 22:19:01 all 14.30 0.00 8.72 7.46 0.06 69.46 [2021-04-09T22:34:25.127Z] 22:19:01 0 16.49 0.00 10.10 8.62 0.05 64.74 [2021-04-09T22:34:25.127Z] 22:19:01 1 13.95 0.00 8.66 10.65 0.09 66.67 [2021-04-09T22:34:25.127Z] 22:19:01 2 14.35 0.00 8.28 6.85 0.03 70.49 [2021-04-09T22:34:25.127Z] 22:19:01 3 12.43 0.00 7.84 3.69 0.05 75.99 [2021-04-09T22:34:25.127Z] 22:20:01 all 0.15 0.00 0.06 0.01 0.00 99.78 [2021-04-09T22:34:25.127Z] 22:20:01 0 0.02 0.00 0.05 0.02 0.00 99.92 [2021-04-09T22:34:25.127Z] 22:20:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-09T22:34:25.127Z] 22:20:01 2 0.03 0.00 0.12 0.02 0.00 99.83 [2021-04-09T22:34:25.127Z] 22:20:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2021-04-09T22:34:25.127Z] 22:21:01 all 0.22 0.00 0.32 0.00 0.00 99.46 [2021-04-09T22:34:25.127Z] 22:21:01 0 0.10 0.00 0.37 0.00 0.02 99.52 [2021-04-09T22:34:25.127Z] 22:21:01 1 0.55 0.00 0.13 0.00 0.00 99.32 [2021-04-09T22:34:25.127Z] 22:21:01 2 0.13 0.00 0.48 0.00 0.00 99.38 [2021-04-09T22:34:25.127Z] 22:21:01 3 0.12 0.00 0.28 0.00 0.00 99.60 [2021-04-09T22:34:25.127Z] [2021-04-09T22:34:25.127Z] 22:21:01 CPU %user %nice %system %iowait %steal %idle [2021-04-09T22:34:25.127Z] 22:22:01 all 0.15 0.00 0.09 0.00 0.00 99.76 [2021-04-09T22:34:25.127Z] 22:22:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-09T22:34:25.127Z] 22:22:01 1 0.48 0.00 0.03 0.00 0.00 99.48 [2021-04-09T22:34:25.127Z] 22:22:01 2 0.07 0.00 0.22 0.00 0.00 99.72 [2021-04-09T22:34:25.127Z] 22:22:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-09T22:34:25.127Z] 22:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-09T22:34:25.127Z] 22:23:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:34:25.127Z] 22:23:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-09T22:34:25.127Z] 22:23:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-09T22:34:25.127Z] 22:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:34:25.127Z] 22:24:01 all 0.10 0.00 0.04 0.00 0.00 99.86 [2021-04-09T22:34:25.127Z] 22:24:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-09T22:34:25.127Z] 22:24:01 1 0.25 0.00 0.08 0.02 0.00 99.65 [2021-04-09T22:34:25.127Z] 22:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-09T22:34:25.127Z] 22:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-09T22:34:25.127Z] 22:25:01 all 0.10 0.00 0.10 0.03 0.00 99.76 [2021-04-09T22:34:25.127Z] 22:25:01 0 0.10 0.00 0.12 0.08 0.00 99.70 [2021-04-09T22:34:25.127Z] 22:25:01 1 0.12 0.00 0.07 0.00 0.00 99.82 [2021-04-09T22:34:25.127Z] 22:25:01 2 0.13 0.00 0.13 0.03 0.00 99.70 [2021-04-09T22:34:25.127Z] 22:25:01 3 0.07 0.00 0.08 0.02 0.00 99.83 [2021-04-09T22:34:25.127Z] 22:26:02 all 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:34:25.127Z] 22:26:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:34:25.127Z] 22:26:02 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:34:25.127Z] 22:26:02 2 0.02 0.00 0.03 0.02 0.00 99.93 [2021-04-09T22:34:25.127Z] 22:26:02 3 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-09T22:34:25.127Z] 22:27:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2021-04-09T22:34:25.127Z] 22:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-09T22:34:25.127Z] 22:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:34:25.127Z] 22:27:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:34:25.127Z] 22:27:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-09T22:34:25.127Z] 22:28:01 all 0.04 0.00 0.02 0.00 0.00 99.94 [2021-04-09T22:34:25.127Z] 22:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-09T22:34:25.127Z] 22:28:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:34:25.128Z] 22:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:34:25.128Z] 22:28:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2021-04-09T22:34:25.128Z] 22:29:01 all 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-09T22:34:25.128Z] 22:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-09T22:34:25.128Z] 22:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-09T22:34:25.128Z] 22:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:34:25.128Z] 22:29:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-09T22:34:25.128Z] 22:30:01 all 0.07 0.00 0.07 0.02 0.00 99.84 [2021-04-09T22:34:25.128Z] 22:30:01 0 0.05 0.00 0.12 0.00 0.00 99.83 [2021-04-09T22:34:25.128Z] 22:30:01 1 0.08 0.00 0.07 0.07 0.00 99.78 [2021-04-09T22:34:25.128Z] 22:30:01 2 0.08 0.00 0.03 0.03 0.00 99.85 [2021-04-09T22:34:25.128Z] 22:30:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-09T22:34:25.128Z] 22:31:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2021-04-09T22:34:25.128Z] 22:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-09T22:34:25.128Z] 22:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:34:25.128Z] 22:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-09T22:34:25.128Z] 22:31:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-09T22:34:25.128Z] 22:32:01 all 0.04 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:34:25.128Z] 22:32:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-09T22:34:25.128Z] 22:32:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-09T22:34:25.128Z] 22:32:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:34:25.128Z] 22:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:34:25.128Z] [2021-04-09T22:34:25.128Z] 22:32:01 CPU %user %nice %system %iowait %steal %idle [2021-04-09T22:34:25.128Z] 22:33:01 all 0.05 0.00 0.02 0.00 0.00 99.92 [2021-04-09T22:34:25.128Z] 22:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:34:25.128Z] 22:33:01 1 0.08 0.00 0.02 0.00 0.00 99.90 [2021-04-09T22:34:25.128Z] 22:33:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-09T22:34:25.128Z] 22:33:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-09T22:34:25.128Z] 22:34:01 all 2.67 0.00 1.78 1.89 0.02 93.65 [2021-04-09T22:34:25.128Z] 22:34:01 0 1.69 0.00 1.39 0.40 0.02 96.51 [2021-04-09T22:34:25.128Z] 22:34:01 1 3.68 0.00 2.09 2.69 0.02 91.52 [2021-04-09T22:34:25.128Z] 22:34:01 2 3.21 0.00 2.30 3.99 0.02 90.48 [2021-04-09T22:34:25.128Z] 22:34:01 3 2.09 0.00 1.32 0.47 0.03 96.08 [2021-04-09T22:34:25.128Z] Average: all 12.26 0.00 6.40 3.59 0.03 77.72 [2021-04-09T22:34:25.128Z] Average: 0 12.31 0.00 6.51 3.74 0.04 77.41 [2021-04-09T22:34:25.128Z] Average: 1 12.18 0.00 6.23 3.77 0.03 77.78 [2021-04-09T22:34:25.128Z] Average: 2 12.32 0.00 6.44 3.60 0.04 77.60 [2021-04-09T22:34:25.128Z] Average: 3 12.23 0.00 6.41 3.24 0.03 78.09 [2021-04-09T22:34:25.128Z] [2021-04-09T22:34:25.128Z] [2021-04-09T22:34:25.128Z]