Pull request #3234 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5f4c972d2592fc2985c3de358e6f1142267c5400+78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb (b169bfbda73412873471996b932b665671a0c771) 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 ‘prd-centos7-docker-4c-2g-32267’ Running on prd-centos7-docker-4c-2g-32269 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/50 [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/50 # 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 78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb into PR head commit 5f4c972d2592fc2985c3de358e6f1142267c5400 Merge succeeded, producing 5f4c972d2592fc2985c3de358e6f1142267c5400 Checking out Revision 5f4c972d2592fc2985c3de358e6f1142267c5400 (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # 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 78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk df9f98fcb2fb8b861d59aef466eee886632dbbe0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T16:02:01.174Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T16:02:01.570Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T16:02:01.689Z] ========================================================= [2021-03-31T16:02:01.689Z] EdgeX Global Pipelines Version Info [2021-03-31T16:02:01.689Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:02:03.318Z] ------------------- [2021-03-31T16:02:03.318Z] stable info: [2021-03-31T16:02:03.318Z] ------------------- [2021-03-31T16:02:03.318Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T16:02:03.318Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T16:02:03.318Z] Message: update stable to v1.0.186 [2021-03-31T16:02:04.265Z] ------------------- [2021-03-31T16:02:04.265Z] experimental info: [2021-03-31T16:02:04.265Z] ------------------- [2021-03-31T16:02:04.265Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T16:02:04.265Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T16:02:04.265Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T16:02:04.602Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T16:02:04.688Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T16:02:04.778Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T16:02:04.864Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T16:02:04.950Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T16:02:05.033Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T16:02:05.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T16:02:05.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T16:02:05.289Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T16:02:05.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T16:02:05.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T16:02:05.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T16:02:05.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T16:02:05.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T16:02:05.883Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T16:02:05.972Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T16:02:06.062Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T16:02:06.149Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T16:02:06.274Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T16:02:06.369Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T16:02:06.458Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T16:02:06.578Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T16:02:06.680Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-31T16:02:06.761Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-31T16:02:06.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-31T16:02:06.960Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f4c972d2592fc2985c3de358e6f1142267c5400 [Pipeline] echo [2021-03-31T16:02:07.049Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f4c972 [Pipeline] echo [2021-03-31T16:02:07.144Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T16:02:07.341Z] provisioning config files... [2021-03-31T16:02:07.376Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/50@tmp/config7736807146626115253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:02:07.736Z] ---> docker-login.sh [2021-03-31T16:02:07.736Z] nexus3.edgexfoundry.org:10001 [2021-03-31T16:02:07.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:02:08.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:02:08.262Z] Configure a credential helper to remove this warning. See [2021-03-31T16:02:08.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:02:08.262Z] [2021-03-31T16:02:08.262Z] Login Succeeded [2021-03-31T16:02:08.262Z] nexus3.edgexfoundry.org:10002 [2021-03-31T16:02:08.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:02:08.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:02:08.262Z] Configure a credential helper to remove this warning. See [2021-03-31T16:02:08.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:02:08.262Z] [2021-03-31T16:02:08.262Z] Login Succeeded [2021-03-31T16:02:08.262Z] nexus3.edgexfoundry.org:10003 [2021-03-31T16:02:08.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:02:08.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:02:08.528Z] Configure a credential helper to remove this warning. See [2021-03-31T16:02:08.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:02:08.528Z] [2021-03-31T16:02:08.528Z] Login Succeeded [2021-03-31T16:02:08.528Z] nexus3.edgexfoundry.org:10004 [2021-03-31T16:02:08.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:02:08.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:02:08.791Z] Configure a credential helper to remove this warning. See [2021-03-31T16:02:08.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:02:08.791Z] [2021-03-31T16:02:08.791Z] Login Succeeded [2021-03-31T16:02:08.791Z] docker.io [2021-03-31T16:02:08.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:02:09.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:02:09.055Z] Configure a credential helper to remove this warning. See [2021-03-31T16:02:09.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:02:09.055Z] [2021-03-31T16:02:09.055Z] Login Succeeded [2021-03-31T16:02:09.055Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T16:02:09.065Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T16:02:09.533Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-31T16:02:09.533Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:02:09.533Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T16:02:09.533Z] ++ cut -d/ -f2 [2021-03-31T16:02:09.533Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T16:02:09.533Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:02:09.533Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T16:02:09.533Z] ++ cut -d/ -f2 [2021-03-31T16:02:09.533Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T16:02:09.533Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:02:09.533Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T16:02:09.533Z] ++ cut -d/ -f2 [2021-03-31T16:02:09.533Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T16:02:09.533Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:02:09.533Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T16:02:09.533Z] ++ cut -d/ -f2 [2021-03-31T16:02:09.533Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T16:02:09.533Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:02:09.533Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T16:02:09.533Z] ++ cut -d/ -f2 [2021-03-31T16:02:09.533Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T16:02:09.533Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:02:09.533Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T16:02:09.533Z] ++ cut -d/ -f2 [2021-03-31T16:02:09.533Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T16:02:09.533Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:02:09.533Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T16:02:09.533Z] ++ cut -d/ -f2 [2021-03-31T16:02:09.533Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T16:02:09.533Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:02:09.533Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T16:02:09.534Z] ++ cut -d/ -f2 [2021-03-31T16:02:09.534Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T16:02:09.534Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:02:09.534Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T16:02:09.534Z] ++ cut -d/ -f2 [2021-03-31T16:02:09.534Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T16:02:09.609Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:02:10.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T16:02:10.456Z] [2021-03-31T16:02:10.456Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:02:10.846Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T16:02:10.846Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T16:02:10.846Z] 31603596830f: Pulling fs layer [2021-03-31T16:02:10.846Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T16:02:10.846Z] 6ca5941a6612: Pulling fs layer [2021-03-31T16:02:10.846Z] ecc8261a40a4: Pulling fs layer [2021-03-31T16:02:10.846Z] ecc8261a40a4: Waiting [2021-03-31T16:02:10.846Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T16:02:10.846Z] 2a8b12db71e7: Download complete [2021-03-31T16:02:11.110Z] ecc8261a40a4: Verifying Checksum [2021-03-31T16:02:11.110Z] ecc8261a40a4: Download complete [2021-03-31T16:02:11.110Z] 6ca5941a6612: Verifying Checksum [2021-03-31T16:02:11.110Z] 6ca5941a6612: Download complete [2021-03-31T16:02:11.110Z] 31603596830f: Verifying Checksum [2021-03-31T16:02:11.110Z] 31603596830f: Download complete [2021-03-31T16:02:11.687Z] 31603596830f: Pull complete [2021-03-31T16:02:11.687Z] 2a8b12db71e7: Pull complete [2021-03-31T16:02:12.651Z] 6ca5941a6612: Pull complete [2021-03-31T16:02:12.651Z] ecc8261a40a4: Pull complete [2021-03-31T16:02:12.651Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T16:02:12.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T16:02:12.651Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T16:02:12.761Z] prd-centos7-docker-4c-2g-32269 does not seem to be running inside a container [2021-03-31T16:02:12.816Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T16:02:15.536Z] $ docker top c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T16:02:15.820Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T16:02:15.820Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T16:02:16.032Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T16:02:16.036Z] $ docker exec c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 ssh-agent [2021-03-31T16:02:16.200Z] SSH_AUTH_SOCK=/tmp/ssh-N00pskdi32xX/agent.11 [2021-03-31T16:02:16.200Z] SSH_AGENT_PID=16 [2021-03-31T16:02:16.214Z] Running ssh-add (command line suppressed) [2021-03-31T16:02:16.345Z] Identity added: /w/workspace/edgex-go/50@tmp/private_key_4626015623811918005.key (/w/workspace/edgex-go/50@tmp/private_key_4626015623811918005.key) [2021-03-31T16:02:16.398Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T16:02:16.734Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T16:02:16.757Z] $ docker exec --env ******** --env ******** c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 ssh-agent -k [2021-03-31T16:02:16.873Z] unset SSH_AUTH_SOCK; [2021-03-31T16:02:16.874Z] unset SSH_AGENT_PID; [2021-03-31T16:02:16.874Z] echo Agent pid 16 killed; [2021-03-31T16:02:16.922Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T16:02:17.064Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T16:02:17.064Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T16:02:17.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T16:02:17.232Z] $ docker exec c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 ssh-agent [2021-03-31T16:02:17.391Z] SSH_AUTH_SOCK=/tmp/ssh-GJm9HkKVq85w/agent.47 [2021-03-31T16:02:17.391Z] SSH_AGENT_PID=52 [2021-03-31T16:02:17.398Z] Running ssh-add (command line suppressed) [2021-03-31T16:02:17.520Z] Identity added: /w/workspace/edgex-go/50@tmp/private_key_5979688482101325006.key (/w/workspace/edgex-go/50@tmp/private_key_5979688482101325006.key) [2021-03-31T16:02:17.572Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T16:02:17.908Z] + git semver init [2021-03-31T16:02:17.909Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T16:02:17.909Z] # $GIT_DIR = /w/workspace/edgex-go/50/.git [2021-03-31T16:02:17.909Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/50 [2021-03-31T16:02:17.909Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T16:02:17.909Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T16:02:17.909Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T16:02:17.909Z] # $SEMVER_BRANCH = PR-3234 [2021-03-31T16:02:17.909Z] # $SEMVER_TEMP = /tmp/semver-671811879 [2021-03-31T16:02:17.909Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T16:02:36.115Z] # '/tmp/semver-671811879' -> '/w/workspace/edgex-go/50/.semver' [2021-03-31T16:02:36.115Z] # -> Force: false [2021-03-31T16:02:36.115Z] # $SEMVER_DIR = /w/workspace/edgex-go/50/.semver [Pipeline] } [2021-03-31T16:02:36.132Z] $ docker exec --env ******** --env ******** c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 ssh-agent -k [2021-03-31T16:02:36.420Z] unset SSH_AUTH_SOCK; [2021-03-31T16:02:36.420Z] unset SSH_AGENT_PID; [2021-03-31T16:02:36.420Z] echo Agent pid 52 killed; [2021-03-31T16:02:36.509Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T16:02:36.970Z] + git semver [Pipeline] } [2021-03-31T16:02:36.988Z] $ docker stop --time=1 c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 [2021-03-31T16:02:38.682Z] $ docker rm -f c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T16:02:39.223Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T16:02:39.747Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T16:02:39.750Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T16:02:40.700Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T16:02:41.003Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T16:02:41.304Z] + sudo service docker restart [2021-03-31T16:02:41.304Z] + true [2021-03-31T16:02:41.304Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T16:02:41.898Z] ========================================================= [2021-03-31T16:02:41.898Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T16:02:41.898Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:02:42.254Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-31T16:02:45.581Z] Sending build context to Docker daemon 328.9MB [2021-03-31T16:02:45.581Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T16:02:45.581Z] Step 2/6 : FROM ${BASE} [2021-03-31T16:02:45.581Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T16:02:45.581Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T16:02:45.581Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T16:02:45.581Z] de9db76c5a1d: Pulling fs layer [2021-03-31T16:02:45.581Z] bca2f99d35d6: Pulling fs layer [2021-03-31T16:02:45.581Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T16:02:45.581Z] 7c6f9722023f: Pulling fs layer [2021-03-31T16:02:45.581Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T16:02:45.581Z] 93359f2a8cfa: Waiting [2021-03-31T16:02:45.581Z] 7c6f9722023f: Waiting [2021-03-31T16:02:45.581Z] a35cf1a2eb13: Waiting [2021-03-31T16:02:45.581Z] bca2f99d35d6: Waiting [2021-03-31T16:02:45.581Z] de9db76c5a1d: Verifying Checksum [2021-03-31T16:02:45.581Z] de9db76c5a1d: Download complete [2021-03-31T16:02:45.581Z] 0ef7d3d256c8: Download complete [2021-03-31T16:02:45.581Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T16:02:45.581Z] 93359f2a8cfa: Download complete [2021-03-31T16:02:45.581Z] 7c6f9722023f: Verifying Checksum [2021-03-31T16:02:45.581Z] 7c6f9722023f: Download complete [2021-03-31T16:02:45.581Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T16:02:45.581Z] 188c0c94c7c5: Download complete [2021-03-31T16:02:46.161Z] 188c0c94c7c5: Pull complete [2021-03-31T16:02:46.161Z] 0ef7d3d256c8: Pull complete [2021-03-31T16:02:46.427Z] de9db76c5a1d: Pull complete [2021-03-31T16:02:47.827Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T16:02:47.827Z] a35cf1a2eb13: Download complete [2021-03-31T16:02:48.091Z] bca2f99d35d6: Verifying Checksum [2021-03-31T16:02:48.091Z] bca2f99d35d6: Download complete [2021-03-31T16:02:53.426Z] bca2f99d35d6: Pull complete [2021-03-31T16:02:53.426Z] 93359f2a8cfa: Pull complete [2021-03-31T16:02:53.689Z] 7c6f9722023f: Pull complete [2021-03-31T16:02:55.136Z] Still waiting to schedule task [2021-03-31T16:02:55.136Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-31T16:02:59.020Z] a35cf1a2eb13: Pull complete [2021-03-31T16:02:59.020Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T16:02:59.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T16:02:59.020Z] ---> a62c8e92a672 [2021-03-31T16:02:59.020Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T16:02:59.020Z] ---> Running in 9f20d154dd07 [2021-03-31T16:02:59.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:02:59.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:03:00.430Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T16:03:00.430Z] (2/12) Installing file (5.38-r0) [2021-03-31T16:03:00.720Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T16:03:00.720Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T16:03:08.911Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T16:03:08.911Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T16:03:08.911Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T16:03:08.911Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T16:03:08.911Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T16:03:08.911Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T16:03:08.911Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T16:03:08.911Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T16:03:08.911Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:03:08.911Z] OK: 233 MiB in 51 packages [2021-03-31T16:03:13.138Z] Removing intermediate container 9f20d154dd07 [2021-03-31T16:03:13.138Z] ---> 19e425d43ad4 [2021-03-31T16:03:13.138Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T16:03:13.138Z] ---> Running in f9ae7e6c7a18 [2021-03-31T16:03:13.138Z] Removing intermediate container f9ae7e6c7a18 [2021-03-31T16:03:13.138Z] ---> 62f03f7f40dd [2021-03-31T16:03:13.138Z] Step 5/6 : COPY go.mod . [2021-03-31T16:03:13.138Z] ---> ebe40cb93240 [2021-03-31T16:03:13.138Z] Step 6/6 : RUN go mod download [2021-03-31T16:03:13.138Z] ---> Running in 242e5d643814 [2021-03-31T16:03:35.171Z] Removing intermediate container 242e5d643814 [2021-03-31T16:03:35.172Z] ---> 6fd96c7c573d [2021-03-31T16:03:35.172Z] Successfully built 6fd96c7c573d [2021-03-31T16:03:35.172Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:03:35.486Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T16:03:35.486Z] . [Pipeline] withDockerContainer [2021-03-31T16:03:35.599Z] prd-centos7-docker-4c-2g-32269 does not seem to be running inside a container [2021-03-31T16:03:35.645Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T16:03:36.570Z] $ docker top ecc44747d4606b5247d4472f7c9fcb2882d4773976ae04e118bb96cde59ae3c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:03:37.087Z] + go version [2021-03-31T16:03:37.088Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T16:03:37.103Z] $ docker stop --time=1 ecc44747d4606b5247d4472f7c9fcb2882d4773976ae04e118bb96cde59ae3c6 [2021-03-31T16:03:38.460Z] $ docker rm -f ecc44747d4606b5247d4472f7c9fcb2882d4773976ae04e118bb96cde59ae3c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:03:39.275Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T16:03:39.275Z] . [Pipeline] withDockerContainer [2021-03-31T16:03:39.381Z] prd-centos7-docker-4c-2g-32269 does not seem to be running inside a container [2021-03-31T16:03:39.437Z] $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T16:03:40.047Z] $ docker top f911cc87e8cd8957ff3c5ba4e89b03d6f4cc1cdf63a22c774f338c62a873cd6e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T16:03:40.260Z] ========================================================= [2021-03-31T16:03:40.260Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T16:03:40.260Z] ========================================================= [Pipeline] sh [2021-03-31T16:03:40.549Z] + make test [2021-03-31T16:03:40.549Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T16:03:50.597Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T16:04:05.630Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T16:04:11.008Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T16:04:11.008Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T16:04:11.008Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T16:04:14.700Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T16:04:14.700Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T16:04:14.700Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T16:04:14.700Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T16:04:14.700Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T16:04:14.700Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T16:04:16.748Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T16:04:16.748Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T16:04:16.748Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T16:04:19.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.130s coverage: 45.9% of statements [2021-03-31T16:04:19.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T16:04:19.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T16:04:19.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T16:04:19.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T16:04:19.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T16:04:19.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T16:04:19.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements [2021-03-31T16:04:19.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements [2021-03-31T16:04:23.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T16:04:23.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T16:04:23.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T16:04:23.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 71.3% of statements [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T16:04:23.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.155s coverage: 82.9% of statements [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:04:23.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements [2021-03-31T16:04:23.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T16:04:26.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T16:04:26.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.099s coverage: 100.0% of statements [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T16:04:26.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T16:04:26.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T16:04:26.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.166s coverage: 97.5% of statements [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T16:04:26.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T16:04:26.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T16:04:29.145Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.386s coverage: 92.8% of statements [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T16:04:29.145Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T16:04:29.145Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 1.0% of statements [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T16:04:29.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T16:04:29.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 47.1% of statements [2021-03-31T16:04:29.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements [2021-03-31T16:04:29.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-03-31T16:04:29.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-03-31T16:04:29.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-03-31T16:04:41.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements [2021-03-31T16:04:41.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-03-31T16:04:43.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.205s coverage: 82.6% of statements [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.091s coverage: 92.9% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.6% of statements [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.6% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 64.4% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.310s coverage: 69.0% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 38.4% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.034s coverage: 89.5% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.156s coverage: 87.1% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.764s coverage: 29.1% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.098s coverage: 95.0% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T16:04:53.389Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T16:04:53.389Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-03-31T16:04:53.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T16:04:53.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T16:04:53.390Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-31T16:04:53.390Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2021-03-31T16:04:53.390Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-31T16:04:53.965Z] GO111MODULE=on go vet ./... [2021-03-31T16:05:21.518Z] gofmt -l . [2021-03-31T16:05:21.518Z] [ "`gofmt -l .`" = "" ] [2021-03-31T16:05:21.518Z] ./bin/test-go-mod-tidy.sh [2021-03-31T16:05:21.784Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T16:05:23.045Z] + ls -al . [2021-03-31T16:05:23.045Z] total 780 [2021-03-31T16:05:23.045Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 16:05 . [2021-03-31T16:05:23.045Z] drwxr-xr-x 4 root root 30 Mar 31 16:03 .. [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 16:01 .dockerignore [2021-03-31T16:05:23.045Z] drwxrwxr-x 8 1001 1001 179 Mar 31 16:02 .git [2021-03-31T16:05:23.045Z] drwxrwxr-x 3 1001 1001 125 Mar 31 16:01 .github [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 16:01 .gitignore [2021-03-31T16:05:23.045Z] drwx------ 3 1001 1001 60 Mar 31 16:02 .semver [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 16:01 .sonarcloud.properties [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 16:01 Attribution.txt [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 16:01 CONTRIBUTING.md [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 16:01 Dockerfile.build [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 16:01 Jenkinsfile [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 16:01 LICENSE [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 16:01 Makefile [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 16:01 README.md [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 16:01 SECURITY.md [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 16:02 VERSION [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 16:01 ZMQWindows.md [2021-03-31T16:05:23.045Z] drwxrwxr-x 2 1001 1001 117 Mar 31 16:01 bin [2021-03-31T16:05:23.045Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 16:01 cmd [2021-03-31T16:05:23.045Z] -rw-r--r-- 1 root root 669470 Mar 31 16:04 coverage.out [2021-03-31T16:05:23.045Z] -rw-r--r-- 1 root root 1057 Mar 31 16:05 go.mod [2021-03-31T16:05:23.045Z] -rw-r--r-- 1 root root 22362 Mar 31 16:05 go.sum [2021-03-31T16:05:23.045Z] drwxrwxr-x 8 1001 1001 127 Mar 31 16:01 internal [2021-03-31T16:05:23.045Z] drwxrwxr-x 4 1001 1001 26 Mar 31 16:01 openapi [2021-03-31T16:05:23.045Z] drwxrwxr-x 4 1001 1001 71 Mar 31 16:01 snap [2021-03-31T16:05:23.045Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 16:01 version.go [Pipeline] sh [2021-03-31T16:05:23.345Z] + '[' -e coverage.out ] [2021-03-31T16:05:23.345Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T16:05:23.546Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T16:05:23.840Z] + make build [2021-03-31T16:05:23.840Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T16:05:27.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T16:05:34.888Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32273 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-31T16:05:34.950Z] Running in /w/workspace/edgex-go/50 [Pipeline] { [Pipeline] checkout [2021-03-31T16:05:35.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T16:05:36.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T16:05:38.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T16:05:38.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T16:05:39.726Z] using credential edgex-jenkins-ssh [2021-03-31T16:05:39.790Z] Cloning the remote Git repository [2021-03-31T16:05:39.838Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:05:39.942Z] > git init /w/workspace/edgex-go/50 # timeout=10 [2021-03-31T16:05:40.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T16:05:40.044Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:05:40.045Z] > git --version # timeout=10 [2021-03-31T16:05:40.066Z] > git --version # 'git version 2.17.1' [2021-03-31T16:05:40.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:05:40.118Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T16:05:41.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T16:05:43.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T16:05:44.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T16:05:45.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T16:05:46.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-31T16:05:48.459Z] $ docker stop --time=1 f911cc87e8cd8957ff3c5ba4e89b03d6f4cc1cdf63a22c774f338c62a873cd6e [2021-03-31T16:05:50.023Z] $ docker rm -f f911cc87e8cd8957ff3c5ba4e89b03d6f4cc1cdf63a22c774f338c62a873cd6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:05:51.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T16:05:51.957Z] [2021-03-31T16:05:51.957Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:05:52.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T16:05:52.336Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T16:05:52.336Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T16:05:52.336Z] ca9280d653b3: Pulling fs layer [2021-03-31T16:05:52.336Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T16:05:52.917Z] cbdbe7a5bc2a: Download complete [2021-03-31T16:05:53.183Z] ca9280d653b3: Verifying Checksum [2021-03-31T16:05:53.183Z] ca9280d653b3: Download complete [2021-03-31T16:05:53.183Z] cbdbe7a5bc2a: Pull complete [2021-03-31T16:05:54.145Z] 7e9c9ca2126c: Verifying Checksum [2021-03-31T16:05:54.145Z] 7e9c9ca2126c: Download complete [2021-03-31T16:05:54.145Z] ca9280d653b3: Pull complete [2021-03-31T16:05:54.893Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T16:05:54.947Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T16:05:55.009Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T16:05:55.073Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:05:55.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:05:55.109Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T16:05:55.804Z] Merging remotes/origin/master commit 78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb into PR head commit 5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:05:56.232Z] Merge succeeded, producing 5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:05:56.232Z] Checking out Revision 5f4c972d2592fc2985c3de358e6f1142267c5400 (PR-3234) [2021-03-31T16:05:55.818Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T16:05:55.831Z] > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 [2021-03-31T16:05:56.140Z] > git remote # timeout=10 [2021-03-31T16:05:56.157Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T16:05:56.180Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:05:56.191Z] > git merge 78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb # timeout=10 [2021-03-31T16:05:56.214Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T16:05:56.238Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T16:05:56.260Z] > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 [2021-03-31T16:06:00.530Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T16:06:02.254Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-03-31T16:06:02.326Z] 7e9c9ca2126c: Pull complete [2021-03-31T16:06:02.326Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T16:06:02.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T16:06:02.326Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] sh [Pipeline] withDockerContainer [2021-03-31T16:06:02.608Z] prd-centos7-docker-4c-2g-32269 does not seem to be running inside a container [2021-03-31T16:06:02.656Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T16:06:02.686Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-03-31T16:06:05.766Z] $ docker top 3d8b7f47d01404d0da2c187dc2a2283c62a88bc9980bc57a274fa10dbf452c72 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-31T16:06:06.412Z] + true [2021-03-31T16:06:06.412Z] + sudo service docker restart [2021-03-31T16:06:06.486Z] + docker-compose build --help [2021-03-31T16:06:06.486Z] + grep parallel [2021-03-31T16:06:07.429Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T16:06:07.445Z] $ docker stop --time=1 3d8b7f47d01404d0da2c187dc2a2283c62a88bc9980bc57a274fa10dbf452c72 [2021-03-31T16:06:08.850Z] $ docker rm -f 3d8b7f47d01404d0da2c187dc2a2283c62a88bc9980bc57a274fa10dbf452c72 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T16:06:09.120Z] provisioning config files... [2021-03-31T16:06:09.200Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/50@tmp/config7897644870410325400tmp [Pipeline] writeFile [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:06:09.654Z] ---> docker-login.sh [2021-03-31T16:06:09.654Z] nexus3.edgexfoundry.org:10001 [2021-03-31T16:06:09.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T16:06:09.731Z] . [Pipeline] withDockerContainer [2021-03-31T16:06:09.830Z] prd-centos7-docker-4c-2g-32269 does not seem to be running inside a container [2021-03-31T16:06:09.878Z] $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T16:06:10.569Z] $ docker top 0a957d26ccd9700ceeecc4b896f45b134fb19137db231e991213136cb351cf98 -eo pid,comm [2021-03-31T16:06:10.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh [2021-03-31T16:06:10.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:06:10.912Z] Configure a credential helper to remove this warning. See [2021-03-31T16:06:10.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:06:10.912Z] [2021-03-31T16:06:10.912Z] Login Succeeded [2021-03-31T16:06:10.912Z] nexus3.edgexfoundry.org:10002 [2021-03-31T16:06:11.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:06:11.193Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T16:06:11.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:06:11.459Z] Configure a credential helper to remove this warning. See [2021-03-31T16:06:11.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:06:11.459Z] [2021-03-31T16:06:11.459Z] Login Succeeded [2021-03-31T16:06:11.459Z] nexus3.edgexfoundry.org:10003 [2021-03-31T16:06:11.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:06:12.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:06:12.006Z] Configure a credential helper to remove this warning. See [2021-03-31T16:06:12.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:06:12.006Z] [2021-03-31T16:06:12.006Z] Login Succeeded [2021-03-31T16:06:12.006Z] nexus3.edgexfoundry.org:10004 [2021-03-31T16:06:12.140Z] Building docker-core-command-go ... [2021-03-31T16:06:12.140Z] Building docker-core-data-go ... [2021-03-31T16:06:12.140Z] Building docker-core-metadata-go ... [2021-03-31T16:06:12.140Z] Building docker-security-bootstrapper-go ... [2021-03-31T16:06:12.140Z] Building docker-security-proxy-setup-go ... [2021-03-31T16:06:12.140Z] Building docker-security-secretstore-setup-go ... [2021-03-31T16:06:12.140Z] Building docker-support-notifications-go ... [2021-03-31T16:06:12.140Z] Building docker-support-scheduler-go ... [2021-03-31T16:06:12.140Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T16:06:12.140Z] Building docker-core-metadata-go [2021-03-31T16:06:12.140Z] Building docker-security-proxy-setup-go [2021-03-31T16:06:12.140Z] Building docker-core-command-go [2021-03-31T16:06:12.140Z] Building docker-sys-mgmt-agent-go [2021-03-31T16:06:12.140Z] Building docker-support-scheduler-go [2021-03-31T16:06:12.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:06:12.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:06:12.570Z] Configure a credential helper to remove this warning. See [2021-03-31T16:06:12.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:06:12.570Z] [2021-03-31T16:06:12.570Z] Login Succeeded [2021-03-31T16:06:12.570Z] docker.io [2021-03-31T16:06:12.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:06:13.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:06:13.116Z] Configure a credential helper to remove this warning. See [2021-03-31T16:06:13.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:06:13.116Z] [2021-03-31T16:06:13.116Z] Login Succeeded [2021-03-31T16:06:13.116Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T16:06:13.132Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T16:06:13.634Z] ========================================================= [2021-03-31T16:06:13.635Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T16:06:13.635Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:06:14.017Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-31T16:06:16.685Z] Sending build context to Docker daemon 167MB [2021-03-31T16:06:16.685Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T16:06:16.685Z] Step 2/6 : FROM ${BASE} [2021-03-31T16:06:16.685Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T16:06:16.685Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T16:06:16.685Z] a4357932f1b6: Pulling fs layer [2021-03-31T16:06:16.685Z] 18c013af1878: Pulling fs layer [2021-03-31T16:06:16.685Z] 00ac8860ef70: Pulling fs layer [2021-03-31T16:06:16.685Z] 63d7cb157983: Pulling fs layer [2021-03-31T16:06:16.685Z] b116817d02f9: Pulling fs layer [2021-03-31T16:06:16.685Z] 745a02a5169b: Pulling fs layer [2021-03-31T16:06:16.685Z] b116817d02f9: Waiting [2021-03-31T16:06:16.685Z] 63d7cb157983: Waiting [2021-03-31T16:06:16.685Z] 745a02a5169b: Waiting [2021-03-31T16:06:16.685Z] 00ac8860ef70: Waiting [2021-03-31T16:06:16.685Z] 18c013af1878: Verifying Checksum [2021-03-31T16:06:16.685Z] 18c013af1878: Download complete [2021-03-31T16:06:16.685Z] a4357932f1b6: Download complete [2021-03-31T16:06:16.685Z] 63d7cb157983: Verifying Checksum [2021-03-31T16:06:16.685Z] 63d7cb157983: Download complete [2021-03-31T16:06:16.685Z] b116817d02f9: Verifying Checksum [2021-03-31T16:06:16.685Z] b116817d02f9: Download complete [2021-03-31T16:06:16.685Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T16:06:16.685Z] 5f621e34cdf4: Download complete [2021-03-31T16:06:17.291Z] 5f621e34cdf4: Pull complete [2021-03-31T16:06:17.899Z] a4357932f1b6: Pull complete [2021-03-31T16:06:18.171Z] 18c013af1878: Pull complete [2021-03-31T16:06:19.150Z] 745a02a5169b: Verifying Checksum [2021-03-31T16:06:19.150Z] 745a02a5169b: Download complete [2021-03-31T16:06:20.599Z] 00ac8860ef70: Verifying Checksum [2021-03-31T16:06:20.599Z] 00ac8860ef70: Download complete [2021-03-31T16:06:30.750Z] 00ac8860ef70: Pull complete [2021-03-31T16:06:30.750Z] 63d7cb157983: Pull complete [2021-03-31T16:06:31.024Z] b116817d02f9: Pull complete [2021-03-31T16:06:34.443Z] 745a02a5169b: Pull complete [2021-03-31T16:06:34.720Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T16:06:34.720Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T16:06:34.720Z] ---> b7e6874047d6 [2021-03-31T16:06:34.720Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T16:06:38.118Z] ---> Running in b40f8f780228 [2021-03-31T16:06:39.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:06:40.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:06:41.060Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T16:06:41.060Z] (2/12) Installing file (5.38-r0) [2021-03-31T16:06:41.331Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T16:06:41.331Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T16:06:44.387Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:06:44.387Z] [2021-03-31T16:06:44.387Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:06:44.387Z] [2021-03-31T16:06:44.387Z] ---> 6fd96c7c573d [2021-03-31T16:06:44.387Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T16:06:44.387Z] ---> 6fd96c7c573d [2021-03-31T16:06:44.387Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T16:06:44.387Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:06:44.387Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:06:44.387Z] ---> 6fd96c7c573d [2021-03-31T16:06:44.387Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T16:06:44.387Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:06:44.387Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:06:44.387Z] ---> 6fd96c7c573d [2021-03-31T16:06:44.387Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T16:06:44.387Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:06:44.387Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:06:44.387Z] ---> 6fd96c7c573d [2021-03-31T16:06:44.387Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T16:06:44.387Z] ---> Running in c4d410a760f4 [2021-03-31T16:06:44.387Z] ---> Running in 0a6fcb360904 [2021-03-31T16:06:44.387Z] ---> Running in 29e9745d0688 [2021-03-31T16:06:44.387Z] ---> Running in 5020b6d1d300 [2021-03-31T16:06:44.387Z] ---> Running in 4c3886310a50 [2021-03-31T16:06:44.387Z] Removing intermediate container 0a6fcb360904 [2021-03-31T16:06:44.387Z] ---> 8d3e38b8a850 [2021-03-31T16:06:44.387Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:06:44.387Z] Removing intermediate container 4c3886310a50 [2021-03-31T16:06:44.387Z] ---> a5eb1fb8bdbd [2021-03-31T16:06:44.387Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:06:44.387Z] Removing intermediate container 5020b6d1d300 [2021-03-31T16:06:44.387Z] ---> 4380abbfb4c1 [2021-03-31T16:06:44.387Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:06:44.387Z] Removing intermediate container c4d410a760f4 [2021-03-31T16:06:44.387Z] ---> d5c406da4fd0 [2021-03-31T16:06:44.387Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:06:44.387Z] Removing intermediate container 29e9745d0688 [2021-03-31T16:06:44.387Z] ---> 04bac66397af [2021-03-31T16:06:44.387Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:06:44.662Z] ---> Running in 457fc1770dd5 [2021-03-31T16:06:44.662Z] ---> Running in 858efdb38810 [2021-03-31T16:06:44.662Z] ---> Running in a6738c086dba [2021-03-31T16:06:44.662Z] ---> Running in f16a9c64889a [2021-03-31T16:06:44.662Z] ---> Running in 12917c5e0c16 [2021-03-31T16:06:45.626Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T16:06:45.626Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T16:06:45.626Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T16:06:45.626Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T16:06:45.626Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T16:06:45.626Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T16:06:45.626Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T16:06:45.626Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T16:06:45.626Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:06:45.626Z] OK: 217 MiB in 51 packages [2021-03-31T16:06:46.591Z] Removing intermediate container 858efdb38810 [2021-03-31T16:06:46.591Z] ---> 9361f35a6783 [2021-03-31T16:06:46.591Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T16:06:46.591Z] Removing intermediate container a6738c086dba [2021-03-31T16:06:46.591Z] ---> d1b441ff0f79 [2021-03-31T16:06:46.591Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T16:06:46.853Z] ---> Running in dbdb1596407f [2021-03-31T16:06:46.853Z] ---> Running in 36d2d9695caa [2021-03-31T16:06:46.853Z] Removing intermediate container f16a9c64889a [2021-03-31T16:06:46.853Z] ---> a03c359e3c68 [2021-03-31T16:06:46.853Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T16:06:47.115Z] Removing intermediate container 12917c5e0c16 [2021-03-31T16:06:47.115Z] ---> be25f5f44990 [2021-03-31T16:06:47.115Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T16:06:47.115Z] Removing intermediate container 457fc1770dd5 [2021-03-31T16:06:47.115Z] ---> 1a8f9722763d [2021-03-31T16:06:47.115Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T16:06:47.382Z] ---> Running in 824b8f1b6c5e [2021-03-31T16:06:47.382Z] ---> Running in d90b6a19deac [2021-03-31T16:06:47.382Z] ---> Running in 9d1c6ad136fb [2021-03-31T16:06:47.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:06:48.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:06:48.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:06:48.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:06:48.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:06:48.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:06:48.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:06:48.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:06:48.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:06:48.873Z] OK: 233 MiB in 51 packages [2021-03-31T16:06:48.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:06:49.466Z] OK: 233 MiB in 51 packages [2021-03-31T16:06:49.466Z] OK: 233 MiB in 51 packages [2021-03-31T16:06:49.466Z] Removing intermediate container dbdb1596407f [2021-03-31T16:06:49.466Z] ---> 05deb24e148d [2021-03-31T16:06:49.466Z] Step 6/23 : COPY go.mod . [2021-03-31T16:06:49.466Z] OK: 233 MiB in 51 packages [2021-03-31T16:06:49.734Z] OK: 233 MiB in 51 packages [2021-03-31T16:06:49.734Z] ---> 2bcb5d54305d [2021-03-31T16:06:49.734Z] Step 7/23 : RUN go mod download [2021-03-31T16:06:49.951Z] Removing intermediate container b40f8f780228 [2021-03-31T16:06:49.951Z] ---> fcc9dfe7f696 [2021-03-31T16:06:49.951Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T16:06:49.951Z] ---> Running in 36d426eab3ed [2021-03-31T16:06:49.997Z] ---> Running in 2d35c07b941e [2021-03-31T16:06:49.997Z] Removing intermediate container 824b8f1b6c5e [2021-03-31T16:06:49.997Z] ---> 0623ea2f6616 [2021-03-31T16:06:49.997Z] Step 6/21 : COPY go.mod . [2021-03-31T16:06:50.234Z] Removing intermediate container 36d426eab3ed [2021-03-31T16:06:50.234Z] ---> 96af3792ca9d [2021-03-31T16:06:50.234Z] Step 5/6 : COPY go.mod . [2021-03-31T16:06:50.266Z] Removing intermediate container 9d1c6ad136fb [2021-03-31T16:06:50.266Z] ---> 4bb8f82df738 [2021-03-31T16:06:50.266Z] Step 6/22 : COPY go.mod . [2021-03-31T16:06:50.533Z] ---> d98b1eb55068 [2021-03-31T16:06:50.533Z] Step 7/21 : RUN go mod download [2021-03-31T16:06:50.807Z] Removing intermediate container d90b6a19deac [2021-03-31T16:06:50.807Z] ---> 1de822513f0a [2021-03-31T16:06:50.807Z] Step 6/23 : COPY go.mod . [2021-03-31T16:06:50.807Z] ---> 7bfcc2e2361a [2021-03-31T16:06:50.807Z] Step 7/22 : RUN go mod download [2021-03-31T16:06:50.807Z] Removing intermediate container 36d2d9695caa [2021-03-31T16:06:50.807Z] ---> cd3af4912e1b [2021-03-31T16:06:50.807Z] Step 6/26 : COPY go.mod . [2021-03-31T16:06:50.807Z] ---> Running in c7f508454b95 [2021-03-31T16:06:50.807Z] ---> Running in ba30318b283c [2021-03-31T16:06:51.073Z] ---> 2dfa5bf61bf8 [2021-03-31T16:06:51.073Z] Step 7/23 : RUN go mod download [2021-03-31T16:06:51.217Z] ---> 62708db36bef [2021-03-31T16:06:51.217Z] Step 6/6 : RUN go mod download [2021-03-31T16:06:51.217Z] ---> Running in c366c80d047f [2021-03-31T16:06:51.341Z] ---> Running in e47b5a2478d4 [2021-03-31T16:06:51.342Z] ---> 68d64c4305df [2021-03-31T16:06:51.342Z] Step 7/26 : RUN go mod download [2021-03-31T16:06:51.617Z] ---> Running in 3e06aa848f83 [2021-03-31T16:06:52.593Z] Removing intermediate container 2d35c07b941e [2021-03-31T16:06:52.593Z] ---> c460c5822804 [2021-03-31T16:06:52.593Z] Step 8/23 : COPY . . [2021-03-31T16:06:54.517Z] Removing intermediate container ba30318b283c [2021-03-31T16:06:54.517Z] ---> 8211c7d3fcaf [2021-03-31T16:06:54.517Z] Step 8/22 : COPY . . [2021-03-31T16:06:55.472Z] Removing intermediate container c7f508454b95 [2021-03-31T16:06:55.472Z] ---> 28952bf115c6 [2021-03-31T16:06:55.472Z] Step 8/21 : COPY . . [2021-03-31T16:06:58.799Z] Removing intermediate container e47b5a2478d4 [2021-03-31T16:06:58.799Z] ---> 89b19f9edc45 [2021-03-31T16:06:58.799Z] Step 8/23 : COPY . . [2021-03-31T16:06:59.078Z] Removing intermediate container 3e06aa848f83 [2021-03-31T16:06:59.078Z] ---> 476e6e7c0c0d [2021-03-31T16:06:59.078Z] Step 8/26 : COPY . . [2021-03-31T16:07:18.019Z] Removing intermediate container c366c80d047f [2021-03-31T16:07:18.019Z] ---> d97c9c729bc0 [2021-03-31T16:07:18.019Z] Successfully built d97c9c729bc0 [2021-03-31T16:07:18.019Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:07:18.365Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T16:07:18.365Z] . [Pipeline] withDockerContainer [2021-03-31T16:07:18.642Z] prd-ubuntu18.04-docker-arm64-4c-16g-32273 does not seem to be running inside a container [2021-03-31T16:07:18.737Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T16:07:20.275Z] $ docker top 1abb855c7942da731dcb49bea8e270fa4c58f12ffdd442db3b3548c27fe583a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:07:21.272Z] + go version [2021-03-31T16:07:21.272Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T16:07:21.301Z] $ docker stop --time=1 1abb855c7942da731dcb49bea8e270fa4c58f12ffdd442db3b3548c27fe583a4 [2021-03-31T16:07:23.216Z] $ docker rm -f 1abb855c7942da731dcb49bea8e270fa4c58f12ffdd442db3b3548c27fe583a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:07:24.272Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T16:07:24.272Z] . [Pipeline] withDockerContainer [2021-03-31T16:07:24.507Z] prd-ubuntu18.04-docker-arm64-4c-16g-32273 does not seem to be running inside a container [2021-03-31T16:07:24.600Z] $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T16:07:25.944Z] $ docker top 4e032330aa433487fce0655ca180bf17d84daeba1c84adc33e58859c5d638e31 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T16:07:26.338Z] ========================================================= [2021-03-31T16:07:26.338Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T16:07:26.338Z] ========================================================= [Pipeline] sh [2021-03-31T16:07:26.991Z] + make test [2021-03-31T16:07:26.991Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T16:07:31.362Z] ---> 14a9b753daae [2021-03-31T16:07:31.362Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T16:07:31.362Z] ---> 0b1f8c46313f [2021-03-31T16:07:31.362Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T16:07:31.362Z] ---> 13535d7e36ad [2021-03-31T16:07:31.362Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T16:07:32.327Z] ---> b9cae06f5ba7 [2021-03-31T16:07:32.327Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T16:07:32.590Z] ---> Running in 590df2eacc9c [2021-03-31T16:07:32.590Z] ---> Running in 7f25627274c8 [2021-03-31T16:07:32.590Z] ---> Running in 3ae68b9cbb1b [2021-03-31T16:07:32.590Z] ---> Running in 1970e6fa159f [2021-03-31T16:07:32.590Z] ---> f520a18162ad [2021-03-31T16:07:32.590Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T16:07:32.590Z] ---> Running in 79c8a6015975 [2021-03-31T16:07:34.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T16:07:34.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T16:07:34.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T16:07:34.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T16:07:34.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T16:07:49.299Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T16:08:06.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T16:08:12.950Z] Removing intermediate container 79c8a6015975 [2021-03-31T16:08:12.950Z] ---> 38643cde29cb [2021-03-31T16:08:12.950Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T16:08:13.214Z] Removing intermediate container 1970e6fa159f [2021-03-31T16:08:13.214Z] ---> 2febd2249529 [2021-03-31T16:08:13.214Z] [2021-03-31T16:08:13.214Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T16:08:13.214Z] ---> Running in e9d0d2371556 [2021-03-31T16:08:13.214Z] 3.12: Pulling from library/alpine [2021-03-31T16:08:14.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T16:08:14.184Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T16:08:14.184Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T16:08:14.184Z] ---> 42cb162f0360 [2021-03-31T16:08:14.184Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T16:08:19.496Z] ---> Running in 4cd85f9044cb [2021-03-31T16:08:19.496Z] Removing intermediate container 7f25627274c8 [2021-03-31T16:08:19.496Z] ---> b97ede05ad02 [2021-03-31T16:08:19.496Z] [2021-03-31T16:08:19.496Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T16:08:19.496Z] ---> 42cb162f0360 [2021-03-31T16:08:19.496Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T16:08:19.496Z] Removing intermediate container 590df2eacc9c [2021-03-31T16:08:19.496Z] ---> 2177661eec46 [2021-03-31T16:08:19.496Z] [2021-03-31T16:08:19.496Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T16:08:19.496Z] ---> 42cb162f0360 [2021-03-31T16:08:19.496Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T16:08:19.496Z] Removing intermediate container 3ae68b9cbb1b [2021-03-31T16:08:19.496Z] ---> 1d8b8eb27787 [2021-03-31T16:08:19.496Z] [2021-03-31T16:08:19.496Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T16:08:19.496Z] ---> 42cb162f0360 [2021-03-31T16:08:19.496Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T16:08:19.496Z] ---> Running in 89d353456b6f [2021-03-31T16:08:19.496Z] ---> Running in c3fea219e30d [2021-03-31T16:08:19.760Z] ---> Running in 8afb51fb3c26 [2021-03-31T16:08:19.760Z] Removing intermediate container e9d0d2371556 [2021-03-31T16:08:19.760Z] ---> b1235e548106 [2021-03-31T16:08:19.760Z] [2021-03-31T16:08:19.760Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T16:08:19.760Z] 20.10.0: Pulling from library/docker [2021-03-31T16:08:20.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:08:20.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:08:20.298Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T16:08:20.298Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:08:20.298Z] OK: 6 MiB in 15 packages [2021-03-31T16:08:20.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:08:20.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:08:20.842Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T16:08:20.842Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T16:08:20.843Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T16:08:20.843Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T16:08:20.843Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:08:20.843Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T16:08:21.115Z] OK: 7 MiB in 18 packages [2021-03-31T16:08:21.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:08:21.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:08:21.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:08:21.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:08:21.386Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T16:08:21.386Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:08:21.386Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T16:08:21.386Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:08:21.386Z] OK: 6 MiB in 15 packages [2021-03-31T16:08:21.386Z] OK: 6 MiB in 15 packages [2021-03-31T16:08:22.332Z] Removing intermediate container 4cd85f9044cb [2021-03-31T16:08:22.333Z] ---> b10db1a464ef [2021-03-31T16:08:22.333Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:08:22.605Z] ---> Running in 06fb7ede3940 [2021-03-31T16:08:23.198Z] Removing intermediate container 89d353456b6f [2021-03-31T16:08:23.198Z] ---> 7d3a008940b1 [2021-03-31T16:08:23.198Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T16:08:23.198Z] Removing intermediate container c3fea219e30d [2021-03-31T16:08:23.198Z] ---> 1f58f7fcf76c [2021-03-31T16:08:23.198Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:08:25.137Z] Removing intermediate container 8afb51fb3c26 [2021-03-31T16:08:25.137Z] ---> d2865a243782 [2021-03-31T16:08:25.137Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:08:25.137Z] Removing intermediate container 06fb7ede3940 [2021-03-31T16:08:25.137Z] ---> 8d68f60a37d2 [2021-03-31T16:08:25.137Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T16:08:25.137Z] ---> Running in 76882aecc5eb [2021-03-31T16:08:25.137Z] ---> Running in 9f7e20770add [2021-03-31T16:08:25.137Z] ---> Running in 1ca81d5d8e3a [2021-03-31T16:08:25.137Z] ---> Running in 544800d54a8f [2021-03-31T16:08:25.406Z] Removing intermediate container 76882aecc5eb [2021-03-31T16:08:25.406Z] ---> 8ca27a4e0eaa [2021-03-31T16:08:25.406Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T16:08:25.406Z] Removing intermediate container 9f7e20770add [2021-03-31T16:08:25.406Z] ---> b0f5ef72e4e1 [2021-03-31T16:08:25.406Z] Step 13/21 : WORKDIR /edgex [2021-03-31T16:08:25.406Z] Removing intermediate container 1ca81d5d8e3a [2021-03-31T16:08:25.406Z] ---> 730109ad5e8c [2021-03-31T16:08:25.406Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T16:08:25.406Z] Removing intermediate container 544800d54a8f [2021-03-31T16:08:25.406Z] ---> 9f2765789c6c [2021-03-31T16:08:25.406Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T16:08:25.705Z] ---> Running in 7fbc13b0bd50 [2021-03-31T16:08:25.705Z] ---> Running in 486d95bd99e3 [2021-03-31T16:08:25.705Z] ---> Running in 4b63a52c3a15 [2021-03-31T16:08:25.705Z] ---> Running in 3bcf5455052a [2021-03-31T16:08:25.705Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T16:08:25.705Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T16:08:25.705Z] ---> aefe523efa57 [2021-03-31T16:08:25.705Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T16:08:25.969Z] ---> Running in 25d66c2337d6 [2021-03-31T16:08:25.969Z] Removing intermediate container 7fbc13b0bd50 [2021-03-31T16:08:25.969Z] ---> 19fc895ac81f [2021-03-31T16:08:25.969Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T16:08:26.236Z] Removing intermediate container 486d95bd99e3 [2021-03-31T16:08:26.236Z] ---> 37804b6517c8 [2021-03-31T16:08:26.236Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T16:08:26.236Z] Removing intermediate container 4b63a52c3a15 [2021-03-31T16:08:26.236Z] ---> fb8aa1be676c [2021-03-31T16:08:26.236Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T16:08:26.236Z] Removing intermediate container 3bcf5455052a [2021-03-31T16:08:26.236Z] ---> 45501273fa5a [2021-03-31T16:08:26.236Z] Step 15/23 : WORKDIR / [2021-03-31T16:08:26.236Z] ---> Running in b8eb9a0ad73a [2021-03-31T16:08:26.504Z] ---> Running in 0f86eeb6240c [2021-03-31T16:08:26.504Z] ---> Running in 4550eea91afa [2021-03-31T16:08:26.504Z] ---> 4193b651bf80 [2021-03-31T16:08:26.504Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T16:08:26.778Z] Removing intermediate container b8eb9a0ad73a [2021-03-31T16:08:26.778Z] ---> c2743252e93e [2021-03-31T16:08:26.778Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:08:27.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:08:27.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:08:27.050Z] Removing intermediate container 0f86eeb6240c [2021-03-31T16:08:27.050Z] ---> f141f0273a8e [2021-03-31T16:08:27.050Z] Step 15/23 : WORKDIR / [2021-03-31T16:08:27.050Z] Removing intermediate container 4550eea91afa [2021-03-31T16:08:27.050Z] ---> be3853167ed2 [2021-03-31T16:08:27.050Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:08:27.050Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T16:08:27.050Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T16:08:27.050Z] Executing bash-5.0.17-r0.post-install [2021-03-31T16:08:27.050Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:08:27.315Z] OK: 12 MiB in 22 packages [2021-03-31T16:08:27.315Z] ---> Running in 84fac916c043 [2021-03-31T16:08:27.315Z] ---> 1d9fbdc7429e [2021-03-31T16:08:27.315Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T16:08:27.315Z] ---> 1111e6dd9568 [2021-03-31T16:08:27.315Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T16:08:27.583Z] ---> 923fba9df618 [2021-03-31T16:08:27.583Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T16:08:28.158Z] Removing intermediate container 84fac916c043 [2021-03-31T16:08:28.158Z] ---> ce08bc2966ff [2021-03-31T16:08:28.158Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:08:28.158Z] ---> 6e2dd3f8a059 [2021-03-31T16:08:28.158Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T16:08:28.158Z] ---> 2948b582a6e0 [2021-03-31T16:08:28.158Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T16:08:28.158Z] ---> e006f4691b05 [2021-03-31T16:08:28.158Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T16:08:28.421Z] ---> Running in 7839af799ada [2021-03-31T16:08:28.421Z] Removing intermediate container 25d66c2337d6 [2021-03-31T16:08:28.421Z] ---> f01db5176c1c [2021-03-31T16:08:28.421Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T16:08:28.421Z] ---> b47696e30f27 [2021-03-31T16:08:28.421Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T16:08:28.684Z] ---> Running in 3b27a660bac0 [2021-03-31T16:08:28.684Z] ---> 1c095b1fea59 [2021-03-31T16:08:28.684Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T16:08:28.684Z] ---> 77d7179250ef [2021-03-31T16:08:28.684Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T16:08:28.945Z] Removing intermediate container 7839af799ada [2021-03-31T16:08:28.945Z] ---> 33c02998dd92 [2021-03-31T16:08:28.945Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T16:08:29.212Z] ---> Running in 8af3dc5bcb60 [2021-03-31T16:08:29.212Z] ---> Running in 6354346c5de7 [2021-03-31T16:08:29.212Z] Removing intermediate container 3b27a660bac0 [2021-03-31T16:08:29.212Z] ---> 538c7f178d79 [2021-03-31T16:08:29.212Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T16:08:29.212Z] ---> Running in 3b92a2a4c976 [2021-03-31T16:08:29.473Z] ---> 7618826b125c [2021-03-31T16:08:29.473Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T16:08:29.473Z] ---> Running in 09674d90051f [2021-03-31T16:08:29.473Z] Removing intermediate container 8af3dc5bcb60 [2021-03-31T16:08:29.473Z] ---> d93043e68596 [2021-03-31T16:08:29.473Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:08:29.736Z] Removing intermediate container 3b92a2a4c976 [2021-03-31T16:08:29.736Z] ---> 790a543f97b8 [2021-03-31T16:08:29.736Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T16:08:29.736Z] Removing intermediate container 6354346c5de7 [2021-03-31T16:08:29.736Z] ---> 173c40a6d34e [2021-03-31T16:08:29.736Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:08:29.736Z] ---> Running in fb2ea990ce22 [2021-03-31T16:08:29.736Z] ---> 60678e88906d [2021-03-31T16:08:29.736Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T16:08:30.001Z] ---> Running in d77d5c88b68a [2021-03-31T16:08:30.001Z] Removing intermediate container 09674d90051f [2021-03-31T16:08:30.001Z] ---> 27d725e9a810 [2021-03-31T16:08:30.001Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T16:08:30.001Z] ---> Running in 841eaa321c46 [2021-03-31T16:08:30.001Z] ---> Running in 016404abe256 [2021-03-31T16:08:30.001Z] ---> Running in e8f504369b17 [2021-03-31T16:08:30.263Z] Removing intermediate container fb2ea990ce22 [2021-03-31T16:08:30.263Z] ---> e2a0906982ae [2021-03-31T16:08:30.263Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T16:08:30.263Z] Removing intermediate container d77d5c88b68a [2021-03-31T16:08:30.263Z] ---> 2698fe8bf9e3 [2021-03-31T16:08:30.263Z] Step 20/21 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:08:30.263Z] ---> Running in b384a51b823d [2021-03-31T16:08:30.263Z] Removing intermediate container 016404abe256 [2021-03-31T16:08:30.263Z] ---> c4818efe5984 [2021-03-31T16:08:30.263Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T16:08:30.528Z] Removing intermediate container 841eaa321c46 [2021-03-31T16:08:30.528Z] ---> 3e0552b6a36b [2021-03-31T16:08:30.528Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:08:30.528Z] Removing intermediate container e8f504369b17 [2021-03-31T16:08:30.528Z] ---> b97b406d0708 [2021-03-31T16:08:30.528Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T16:08:30.795Z] ---> Running in ddbac0cb06ac [2021-03-31T16:08:30.795Z] ---> Running in bdf12f06b350 [2021-03-31T16:08:30.795Z] ---> Running in 6c6ceddab11f [2021-03-31T16:08:30.795Z] Removing intermediate container b384a51b823d [2021-03-31T16:08:30.795Z] ---> cb36858f4ef1 [2021-03-31T16:08:30.795Z] Step 22/23 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:08:31.059Z] ---> Running in e79dafb8329d [2021-03-31T16:08:31.059Z] Removing intermediate container 6c6ceddab11f [2021-03-31T16:08:31.059Z] ---> a71f06c4e86e [2021-03-31T16:08:31.059Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T16:08:31.059Z] Removing intermediate container ddbac0cb06ac [2021-03-31T16:08:31.059Z] ---> bcc9734d78ea [2021-03-31T16:08:31.059Z] Step 21/22 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:08:31.322Z] Removing intermediate container bdf12f06b350 [2021-03-31T16:08:31.322Z] ---> 8deaf6da7793 [2021-03-31T16:08:31.322Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T16:08:31.322Z] ---> Running in 7fbb8e300008 [2021-03-31T16:08:31.322Z] ---> Running in 1e525d19eabe [2021-03-31T16:08:31.322Z] Removing intermediate container e79dafb8329d [2021-03-31T16:08:31.322Z] ---> 33f6734a1f97 [2021-03-31T16:08:31.322Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T16:08:31.322Z] ---> 9faf719a4db5 [2021-03-31T16:08:31.322Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T16:08:31.588Z] ---> Running in 8a2aca09a0c0 [2021-03-31T16:08:31.588Z] ---> Running in 6ec301eb1c1c [2021-03-31T16:08:31.588Z] Removing intermediate container 1e525d19eabe [2021-03-31T16:08:31.588Z] ---> cdd74cc6d563 [2021-03-31T16:08:31.588Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T16:08:31.850Z] Removing intermediate container 7fbb8e300008 [2021-03-31T16:08:31.850Z] ---> 38bd1833a066 [2021-03-31T16:08:31.850Z] Step 22/23 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:08:31.850Z] ---> Running in 111d2e11aa86 [2021-03-31T16:08:31.850Z] Removing intermediate container 8a2aca09a0c0 [2021-03-31T16:08:31.850Z] ---> 2fc21eb8bf1c [2021-03-31T16:08:31.850Z] [2021-03-31T16:08:31.850Z] ---> 605e62574936 [2021-03-31T16:08:31.850Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T16:08:32.115Z] ---> Running in ffe1ff3598b3 [2021-03-31T16:08:32.115Z] Removing intermediate container 6ec301eb1c1c [2021-03-31T16:08:32.115Z] ---> ce25a1cef58d [2021-03-31T16:08:32.115Z] [2021-03-31T16:08:32.115Z] Successfully built 2fc21eb8bf1c [2021-03-31T16:08:32.380Z] Successfully built ce25a1cef58d [2021-03-31T16:08:32.380Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T16:08:32.380Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-31T16:08:32.380Z] Removing intermediate container 111d2e11aa86 [2021-03-31T16:08:32.380Z] ---> 2ffaf647cfcb [2021-03-31T16:08:32.380Z] [2021-03-31T16:08:32.380Z] Successfully tagged docker-core-command-go:latest [2021-03-31T16:08:32.380Z] Building docker-core-data-go [2021-03-31T16:08:32.380Z]  Building docker-core-command-go ... done Removing intermediate container ffe1ff3598b3 [2021-03-31T16:08:32.380Z] ---> a628c1a1dea4 [2021-03-31T16:08:32.380Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T16:08:32.380Z] ---> 02f23a91a311 [2021-03-31T16:08:32.380Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T16:08:32.641Z] ---> Running in 9e0adc0630bf [2021-03-31T16:08:32.641Z] Successfully built 2ffaf647cfcb [2021-03-31T16:08:32.641Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T16:08:32.641Z] Building docker-support-notifications-go [2021-03-31T16:08:32.641Z]  Building docker-support-scheduler-go ... done  ---> Running in ad2542c00082 [2021-03-31T16:08:32.907Z] Removing intermediate container 9e0adc0630bf [2021-03-31T16:08:32.907Z] ---> 9cb57f076708 [2021-03-31T16:08:32.907Z] [2021-03-31T16:08:32.907Z] Successfully built 9cb57f076708 [2021-03-31T16:08:32.907Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T16:08:32.907Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-03-31T16:08:33.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:08:33.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:08:33.441Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T16:08:33.441Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T16:08:33.441Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T16:08:33.441Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T16:08:33.441Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T16:08:33.441Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T16:08:33.441Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T16:08:36.338Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T16:08:43.475Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T16:08:43.475Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T16:08:43.475Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T16:08:43.475Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T16:08:43.475Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T16:08:43.475Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T16:08:43.475Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T16:08:43.475Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T16:08:43.475Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T16:08:43.475Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T16:08:43.475Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T16:08:43.475Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T16:08:43.475Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T16:08:43.737Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T16:08:44.658Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T16:08:45.128Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T16:08:46.079Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T16:08:47.025Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T16:08:47.598Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T16:08:47.861Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T16:08:47.861Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T16:08:47.861Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T16:08:47.861Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T16:08:47.861Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T16:08:47.861Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T16:08:47.861Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T16:08:47.861Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T16:08:48.134Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:08:48.134Z] OK: 71 MiB in 55 packages [2021-03-31T16:08:50.194Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T16:08:50.195Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T16:08:54.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T16:08:54.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T16:08:54.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T16:08:54.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T16:08:57.975Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T16:08:58.251Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T16:09:06.338Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:09:06.339Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:09:06.339Z] ---> 6fd96c7c573d [2021-03-31T16:09:06.339Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> 04bac66397af [2021-03-31T16:09:06.339Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> be25f5f44990 [2021-03-31T16:09:06.339Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T16:09:06.339Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:09:06.339Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:09:06.339Z] ---> 6fd96c7c573d [2021-03-31T16:09:06.339Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> 04bac66397af [2021-03-31T16:09:06.339Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> be25f5f44990 [2021-03-31T16:09:06.339Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> 0623ea2f6616 [2021-03-31T16:09:06.339Z] Step 6/24 : COPY go.mod . [2021-03-31T16:09:06.339Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:09:06.339Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:09:06.339Z] ---> 6fd96c7c573d [2021-03-31T16:09:06.339Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> 04bac66397af [2021-03-31T16:09:06.339Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> be25f5f44990 [2021-03-31T16:09:06.339Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> 0623ea2f6616 [2021-03-31T16:09:06.339Z] Step 6/31 : COPY go.mod . [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> d98b1eb55068 [2021-03-31T16:09:06.339Z] Step 7/31 : RUN go mod download [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> d98b1eb55068 [2021-03-31T16:09:06.339Z] Step 7/24 : RUN go mod download [2021-03-31T16:09:06.339Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:09:06.339Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:09:06.339Z] ---> 6fd96c7c573d [2021-03-31T16:09:06.339Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> 04bac66397af [2021-03-31T16:09:06.339Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> be25f5f44990 [2021-03-31T16:09:06.339Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> 28952bf115c6 [2021-03-31T16:09:06.339Z] Step 8/24 : COPY . . [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> 28952bf115c6 [2021-03-31T16:09:06.339Z] Step 8/31 : COPY . . [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> 0b1f8c46313f [2021-03-31T16:09:06.339Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T16:09:06.339Z] ---> Using cache [2021-03-31T16:09:06.339Z] ---> 0b1f8c46313f [2021-03-31T16:09:06.339Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T16:09:06.557Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T16:09:06.557Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T16:09:06.557Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T16:09:07.729Z] ---> Running in a0d85dcaadef [2021-03-31T16:09:07.729Z] ---> Running in a272c3b4e4ba [2021-03-31T16:09:07.729Z] ---> Running in d59655861633 [2021-03-31T16:09:07.729Z] ---> Running in aabb239ae4b9 [2021-03-31T16:09:09.136Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T16:09:09.136Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T16:09:09.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:09:09.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:09:10.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:09:10.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:09:10.698Z] OK: 233 MiB in 51 packages [2021-03-31T16:09:11.002Z] OK: 233 MiB in 51 packages [2021-03-31T16:09:11.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.304s coverage: 45.9% of statements [2021-03-31T16:09:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T16:09:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T16:09:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T16:09:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T16:09:11.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T16:09:11.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T16:09:11.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.182s coverage: 19.8% of statements [2021-03-31T16:09:11.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.220s coverage: 100.0% of statements [2021-03-31T16:09:11.993Z] Removing intermediate container ad2542c00082 [2021-03-31T16:09:11.993Z] ---> d72ee6507fc3 [2021-03-31T16:09:11.993Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T16:09:12.268Z] ---> Running in b4bb18718e80 [2021-03-31T16:09:14.216Z] Removing intermediate container d59655861633 [2021-03-31T16:09:14.216Z] ---> 2d5cd651db1a [2021-03-31T16:09:14.216Z] Step 6/22 : COPY go.mod . [2021-03-31T16:09:14.216Z] Removing intermediate container aabb239ae4b9 [2021-03-31T16:09:14.216Z] ---> b769a5a39567 [2021-03-31T16:09:14.216Z] Step 6/23 : COPY go.mod . [2021-03-31T16:09:14.493Z] ---> a6e5908a16a6 [2021-03-31T16:09:14.493Z] Step 7/22 : RUN go mod download [2021-03-31T16:09:14.493Z] ---> Running in bd77517fed72 [2021-03-31T16:09:14.493Z] ---> a4559e092659 [2021-03-31T16:09:14.493Z] Step 7/23 : RUN go mod download [2021-03-31T16:09:14.766Z] ---> Running in 93be86e16a02 [2021-03-31T16:09:16.740Z] Collecting docker-compose==1.23.2 [2021-03-31T16:09:16.740Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T16:09:17.016Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T16:09:17.016Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T16:09:17.281Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T16:09:17.862Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T16:09:17.862Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T16:09:19.253Z] Collecting PyYAML<4,>=3.10 [2021-03-31T16:09:19.253Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T16:09:19.253Z] Removing intermediate container bd77517fed72 [2021-03-31T16:09:19.253Z] ---> 494dc5066f60 [2021-03-31T16:09:19.253Z] Step 8/22 : COPY . . [2021-03-31T16:09:19.253Z] Removing intermediate container 93be86e16a02 [2021-03-31T16:09:19.253Z] ---> fbee928ac04e [2021-03-31T16:09:19.253Z] Step 8/23 : COPY . . [2021-03-31T16:09:19.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.579s coverage: 27.1% of statements [2021-03-31T16:09:19.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T16:09:19.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T16:09:19.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T16:09:19.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T16:09:19.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T16:09:19.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T16:09:19.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.139s coverage: 100.0% of statements [2021-03-31T16:09:19.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T16:09:19.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.139s coverage: 100.0% of statements [2021-03-31T16:09:19.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T16:09:19.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T16:09:19.520Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T16:09:19.520Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T16:09:20.286Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 71.3% of statements [2021-03-31T16:09:20.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T16:09:20.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T16:09:22.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.483s coverage: 82.9% of statements [2021-03-31T16:09:22.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T16:09:22.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:09:22.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.150s coverage: 78.9% of statements [2021-03-31T16:09:22.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T16:09:22.887Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T16:09:22.887Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T16:09:24.306Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T16:09:24.306Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T16:09:25.255Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T16:09:25.255Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T16:09:27.866Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T16:09:27.866Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T16:09:28.444Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T16:09:28.444Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T16:09:31.790Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T16:09:31.790Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T16:09:31.790Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T16:09:31.790Z] Collecting idna<2.8,>=2.5 [2021-03-31T16:09:31.790Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T16:09:31.790Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T16:09:31.790Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T16:09:31.790Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T16:09:31.790Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T16:09:31.790Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T16:09:31.791Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T16:09:31.791Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T16:09:32.052Z] Installing collected packages: cached-property, jsonschema, PyYAML, docker-pycreds, idna, urllib3, requests, websocket-client, docker, docopt, dockerpty, texttable, docker-compose [2021-03-31T16:09:34.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.171s coverage: 28.6% of statements [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T16:09:34.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.331s coverage: 100.0% of statements [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T16:09:34.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.131s coverage: 100.0% of statements [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T16:09:34.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.362s coverage: 86.7% of statements [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T16:09:34.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.381s coverage: 97.5% of statements [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T16:09:34.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.202s coverage: 78.3% of statements [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T16:09:34.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T16:09:37.284Z] Running setup.py install for PyYAML: started [2021-03-31T16:09:37.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T16:09:37.951Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T16:09:39.401Z] Attempting uninstall: idna [2021-03-31T16:09:39.401Z] Found existing installation: idna 2.9 [2021-03-31T16:09:39.401Z] Uninstalling idna-2.9: [2021-03-31T16:09:39.679Z] Successfully uninstalled idna-2.9 [2021-03-31T16:09:40.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.217s coverage: 92.8% of statements [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T16:09:40.144Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.118s coverage: 58.8% of statements [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T16:09:40.144Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.292s coverage: 1.0% of statements [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T16:09:40.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T16:09:40.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.194s coverage: 47.1% of statements [2021-03-31T16:09:40.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.171s coverage: 79.5% of statements [2021-03-31T16:09:40.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.139s coverage: 94.1% of statements [2021-03-31T16:09:40.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.197s coverage: 96.3% of statements [2021-03-31T16:09:40.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.153s coverage: 87.5% of statements [2021-03-31T16:09:42.306Z] Attempting uninstall: urllib3 [2021-03-31T16:09:42.306Z] Found existing installation: urllib3 1.25.9 [2021-03-31T16:09:42.306Z] Uninstalling urllib3-1.25.9: [2021-03-31T16:09:42.306Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T16:09:47.622Z] Attempting uninstall: requests [2021-03-31T16:09:47.622Z] Found existing installation: requests 2.23.0 [2021-03-31T16:09:47.622Z] Uninstalling requests-2.23.0: [2021-03-31T16:09:47.622Z] Successfully uninstalled requests-2.23.0 [2021-03-31T16:09:49.546Z] Removing intermediate container a0d85dcaadef [2021-03-31T16:09:49.546Z] ---> d318d13041be [2021-03-31T16:09:49.546Z] [2021-03-31T16:09:49.546Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T16:09:49.546Z] ---> 42cb162f0360 [2021-03-31T16:09:49.546Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T16:09:50.937Z] Running setup.py install for docopt: started [2021-03-31T16:09:51.203Z] ---> Running in 5268bd9e93a5 [2021-03-31T16:09:51.468Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T16:09:51.468Z] Running setup.py install for dockerpty: started [2021-03-31T16:09:51.468Z] ---> cb44791781a8 [2021-03-31T16:09:51.468Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T16:09:51.468Z] ---> 14e6883ddb32 [2021-03-31T16:09:51.468Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T16:09:51.468Z] ---> Running in 69e7a696152d [2021-03-31T16:09:51.732Z] ---> Running in 0f1f3d5dcd13 [2021-03-31T16:09:51.732Z] Removing intermediate container 5268bd9e93a5 [2021-03-31T16:09:51.732Z] ---> 4682a9018feb [2021-03-31T16:09:51.732Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T16:09:51.995Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T16:09:51.995Z] Running setup.py install for texttable: started [2021-03-31T16:09:52.572Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T16:09:52.572Z] ---> Running in 0c6fe48275e6 [2021-03-31T16:09:52.572Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T16:09:52.835Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T16:09:54.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T16:09:54.766Z] Removing intermediate container a272c3b4e4ba [2021-03-31T16:09:54.766Z] ---> 4b96d3746f34 [2021-03-31T16:09:54.766Z] [2021-03-31T16:09:54.766Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T16:09:54.766Z] ---> 42cb162f0360 [2021-03-31T16:09:54.766Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T16:09:54.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:09:54.766Z] ---> Running in 79a7a25b5ac6 [2021-03-31T16:09:54.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:09:55.039Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T16:09:55.039Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T16:09:55.039Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:09:55.039Z] OK: 6 MiB in 16 packages [2021-03-31T16:09:55.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.178s coverage: 94.4% of statements [2021-03-31T16:09:55.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.133s coverage: 44.8% of statements [2021-03-31T16:09:56.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:09:56.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:09:56.307Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T16:09:56.307Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T16:09:56.307Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T16:09:56.307Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T16:09:56.307Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T16:09:56.307Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T16:09:56.307Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:09:56.900Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T16:09:56.900Z] OK: 7 MiB in 20 packages [2021-03-31T16:09:57.480Z] Removing intermediate container 0c6fe48275e6 [2021-03-31T16:09:57.480Z] ---> 024e147849b8 [2021-03-31T16:09:57.480Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T16:09:58.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.496s coverage: 82.6% of statements [2021-03-31T16:09:58.885Z] Removing intermediate container b4bb18718e80 [2021-03-31T16:09:58.885Z] ---> c888116c0cfd [2021-03-31T16:09:58.885Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T16:09:58.885Z] ---> Running in e9e675665675 [2021-03-31T16:09:59.151Z] ---> Running in 945e49d2a86f [2021-03-31T16:09:59.743Z] Removing intermediate container e9e675665675 [2021-03-31T16:09:59.743Z] ---> ced3546efcb7 [2021-03-31T16:09:59.743Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T16:10:00.013Z] ---> Running in 7674f96d2d32 [2021-03-31T16:10:00.283Z] Removing intermediate container 79a7a25b5ac6 [2021-03-31T16:10:00.283Z] ---> c2ee7d3e3449 [2021-03-31T16:10:00.283Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T16:10:00.283Z] ---> Running in d982ea94221b [2021-03-31T16:10:01.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:10:01.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:10:01.983Z] Removing intermediate container 7674f96d2d32 [2021-03-31T16:10:01.983Z] ---> 6887f4ed8536 [2021-03-31T16:10:01.983Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T16:10:01.983Z] Removing intermediate container d982ea94221b [2021-03-31T16:10:01.983Z] ---> 5d06a7878868 [2021-03-31T16:10:01.983Z] Step 13/24 : WORKDIR / [2021-03-31T16:10:01.983Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T16:10:01.983Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T16:10:01.983Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T16:10:01.983Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:10:01.983Z] OK: 72 MiB in 58 packages [2021-03-31T16:10:02.254Z] ---> Running in ac66215f2662 [2021-03-31T16:10:02.254Z] ---> Running in 2dea5757988f [2021-03-31T16:10:02.837Z] Removing intermediate container 2dea5757988f [2021-03-31T16:10:02.837Z] ---> 889fdc26bb28 [2021-03-31T16:10:02.837Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T16:10:04.822Z] ---> 6fcdc532b2c8 [2021-03-31T16:10:04.822Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T16:10:04.822Z] Removing intermediate container 945e49d2a86f [2021-03-31T16:10:04.822Z] ---> 59ffc059ae65 [2021-03-31T16:10:04.822Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T16:10:04.822Z] ---> Running in e3f87160c429 [2021-03-31T16:10:05.092Z] ---> bcc578f01b10 [2021-03-31T16:10:05.093Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T16:10:05.362Z] Removing intermediate container e3f87160c429 [2021-03-31T16:10:05.362Z] ---> c26d24302f1f [2021-03-31T16:10:05.362Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:10:05.362Z] ---> Running in 8f32180a806d [2021-03-31T16:10:05.362Z] Removing intermediate container ac66215f2662 [2021-03-31T16:10:05.362Z] ---> 811198f9a9df [2021-03-31T16:10:05.362Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T16:10:05.633Z] ---> Running in 0013186f5499 [2021-03-31T16:10:05.901Z] ---> 7b2941306623 [2021-03-31T16:10:05.902Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T16:10:05.902Z] Removing intermediate container 8f32180a806d [2021-03-31T16:10:05.902Z] ---> 46e499b53c3c [2021-03-31T16:10:05.902Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T16:10:05.902Z] ---> Running in 27368e3cad69 [2021-03-31T16:10:06.167Z] Removing intermediate container 0013186f5499 [2021-03-31T16:10:06.167Z] ---> bb9d4e7b9a62 [2021-03-31T16:10:06.167Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T16:10:06.435Z] Removing intermediate container 27368e3cad69 [2021-03-31T16:10:06.435Z] ---> a09be26a9a9e [2021-03-31T16:10:06.435Z] Step 25/26 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:10:06.700Z] ---> Running in 5ce0aac2966d [2021-03-31T16:10:06.967Z] ---> 5dc8d6dd4fca [2021-03-31T16:10:06.967Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T16:10:06.967Z] ---> ac02f2a994b6 [2021-03-31T16:10:06.967Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T16:10:07.232Z] ---> Running in 8ae0eb016735 [2021-03-31T16:10:07.232Z] Removing intermediate container 5ce0aac2966d [2021-03-31T16:10:07.232Z] ---> 25bd8091d1fd [2021-03-31T16:10:07.232Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T16:10:07.497Z] ---> Running in be626e53a535 [2021-03-31T16:10:08.073Z] Removing intermediate container be626e53a535 [2021-03-31T16:10:08.073Z] ---> 166f6942b096 [2021-03-31T16:10:08.073Z] [2021-03-31T16:10:08.073Z] ---> a5f0bc6eb154 [2021-03-31T16:10:08.073Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T16:10:08.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.180s coverage: 92.9% of statements [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T16:10:08.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T16:10:08.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T16:10:08.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T16:10:08.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.157s coverage: 75.5% of statements [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T16:10:08.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.8% of statements [2021-03-31T16:10:08.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements [2021-03-31T16:10:08.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.185s coverage: 84.6% of statements [2021-03-31T16:10:08.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.257s coverage: 91.6% of statements [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T16:10:08.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.618s coverage: 64.4% of statements [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T16:10:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T16:10:08.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements [2021-03-31T16:10:08.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements [2021-03-31T16:10:08.336Z] Successfully built 166f6942b096 [2021-03-31T16:10:08.336Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T16:10:08.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-03-31T16:10:08.601Z]  Building docker-sys-mgmt-agent-go ... done  ---> b5ef80a60fb1 [2021-03-31T16:10:08.601Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T16:10:08.876Z] ---> Running in 7ca58be0ffc5 [2021-03-31T16:10:09.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2021-03-31T16:10:09.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements [2021-03-31T16:10:10.816Z] Removing intermediate container 8ae0eb016735 [2021-03-31T16:10:10.816Z] ---> e47f0520eea7 [2021-03-31T16:10:10.816Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:10:11.776Z] ---> 170f3ac4d3ed [2021-03-31T16:10:11.776Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T16:10:12.369Z] Removing intermediate container 7ca58be0ffc5 [2021-03-31T16:10:12.369Z] ---> 059019760f2b [2021-03-31T16:10:12.369Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T16:10:12.369Z] ---> Running in 81f1fd38d128 [2021-03-31T16:10:12.639Z] Removing intermediate container 81f1fd38d128 [2021-03-31T16:10:12.639Z] ---> f16602bcba99 [2021-03-31T16:10:12.639Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T16:10:12.916Z] ---> Running in 6fbe9963265a [2021-03-31T16:10:13.194Z] ---> 01142b816ae2 [2021-03-31T16:10:13.194Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T16:10:13.194Z] Removing intermediate container 6fbe9963265a [2021-03-31T16:10:13.194Z] ---> c83a5964f3b2 [2021-03-31T16:10:13.194Z] Step 23/24 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:10:13.464Z] ---> Running in b55507daa95c [2021-03-31T16:10:13.464Z] ---> 6dccc65a5b7a [2021-03-31T16:10:13.464Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T16:10:13.762Z] Removing intermediate container b55507daa95c [2021-03-31T16:10:13.762Z] ---> 9ed740b2ed10 [2021-03-31T16:10:13.762Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T16:10:13.762Z] ---> Running in 1387e4aeb007 [2021-03-31T16:10:13.762Z] ---> 73c28a860183 [2021-03-31T16:10:13.762Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T16:10:14.030Z] Removing intermediate container 1387e4aeb007 [2021-03-31T16:10:14.030Z] ---> eff9e28af053 [2021-03-31T16:10:14.030Z] [2021-03-31T16:10:14.294Z] ---> 05fd0a01b253 [2021-03-31T16:10:14.294Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T16:10:14.294Z] Successfully built eff9e28af053 [2021-03-31T16:10:14.294Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T16:10:14.556Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in b9493c822347 [2021-03-31T16:10:14.821Z] Removing intermediate container b9493c822347 [2021-03-31T16:10:14.821Z] ---> b0ed4de3a9f6 [2021-03-31T16:10:14.821Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T16:10:14.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.910s coverage: 69.0% of statements [2021-03-31T16:10:14.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T16:10:14.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T16:10:14.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T16:10:15.100Z] ---> faacd2ad1029 [2021-03-31T16:10:15.100Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T16:10:15.100Z] ---> Running in 80021ebb2beb [2021-03-31T16:10:15.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.475s coverage: 38.4% of statements [2021-03-31T16:10:15.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T16:10:15.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T16:10:15.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.083s coverage: 89.5% of statements [2021-03-31T16:10:15.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T16:10:15.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.100s coverage: 84.8% of statements [2021-03-31T16:10:19.340Z] Removing intermediate container 0f1f3d5dcd13 [2021-03-31T16:10:19.340Z] ---> 11c9b6b018b7 [2021-03-31T16:10:19.340Z] [2021-03-31T16:10:19.340Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T16:10:19.340Z] ---> 42cb162f0360 [2021-03-31T16:10:19.340Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T16:10:19.340Z] ---> Running in 619ce2b60b4c [2021-03-31T16:10:19.340Z] Removing intermediate container 80021ebb2beb [2021-03-31T16:10:19.340Z] ---> 525adf96b26e [2021-03-31T16:10:19.340Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T16:10:19.340Z] ---> Running in 10502120a0ee [2021-03-31T16:10:19.918Z] Removing intermediate container 10502120a0ee [2021-03-31T16:10:19.918Z] ---> ec16ff37ce5c [2021-03-31T16:10:19.918Z] Step 28/31 : CMD ["gate"] [2021-03-31T16:10:20.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:10:20.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:10:20.442Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T16:10:20.442Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T16:10:20.442Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:10:20.442Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T16:10:20.708Z] OK: 6 MiB in 16 packages [2021-03-31T16:10:20.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.451s coverage: 47.0% of statements [2021-03-31T16:10:20.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T16:10:20.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T16:10:20.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T16:10:20.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T16:10:20.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T16:10:20.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements [2021-03-31T16:10:20.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T16:10:20.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2021-03-31T16:10:20.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T16:10:20.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T16:10:20.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T16:10:20.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T16:10:21.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.470s coverage: 87.1% of statements [2021-03-31T16:10:21.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T16:10:21.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:10:21.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T16:10:22.105Z] ---> Running in d980a2ed6ab9 [2021-03-31T16:10:22.105Z] Removing intermediate container 69e7a696152d [2021-03-31T16:10:22.105Z] ---> 0b912c383ac8 [2021-03-31T16:10:22.105Z] [2021-03-31T16:10:22.105Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T16:10:22.105Z] ---> 42cb162f0360 [2021-03-31T16:10:22.105Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T16:10:22.105Z] ---> Running in 3a3a66e7b9c3 [2021-03-31T16:10:22.368Z] Removing intermediate container d980a2ed6ab9 [2021-03-31T16:10:22.368Z] ---> a72446fa0ebe [2021-03-31T16:10:22.368Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T16:10:22.950Z] Removing intermediate container 619ce2b60b4c [2021-03-31T16:10:22.950Z] ---> 92e83f3f6ece [2021-03-31T16:10:22.950Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:10:22.950Z] Removing intermediate container 3a3a66e7b9c3 [2021-03-31T16:10:22.950Z] ---> c341e266e471 [2021-03-31T16:10:22.950Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T16:10:22.950Z] ---> Running in fcd4936dace3 [2021-03-31T16:10:22.950Z] ---> Running in 0e5761d7596e [2021-03-31T16:10:23.215Z] ---> Running in ed21235a98fd [2021-03-31T16:10:23.215Z] Removing intermediate container fcd4936dace3 [2021-03-31T16:10:23.215Z] ---> 18bad4687ace [2021-03-31T16:10:23.215Z] Step 30/31 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:10:23.479Z] Removing intermediate container 0e5761d7596e [2021-03-31T16:10:23.479Z] ---> f5e98c737378 [2021-03-31T16:10:23.479Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T16:10:23.479Z] ---> Running in c07b67bbcff9 [2021-03-31T16:10:23.479Z] Removing intermediate container ed21235a98fd [2021-03-31T16:10:23.479Z] ---> 2dfb8fa29b75 [2021-03-31T16:10:23.479Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T16:10:23.479Z] ---> Running in 66591bf41986 [2021-03-31T16:10:23.479Z] ---> Running in 3666e20a30d4 [2021-03-31T16:10:23.740Z] Removing intermediate container 66591bf41986 [2021-03-31T16:10:23.740Z] ---> 064a6261cb19 [2021-03-31T16:10:23.740Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T16:10:23.740Z] Removing intermediate container c07b67bbcff9 [2021-03-31T16:10:23.740Z] ---> 1d4c8013dea2 [2021-03-31T16:10:23.740Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T16:10:24.007Z] Removing intermediate container 3666e20a30d4 [2021-03-31T16:10:24.007Z] ---> 9fbdbb689b72 [2021-03-31T16:10:24.007Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:10:24.007Z] ---> Running in b5f03b0c3d1f [2021-03-31T16:10:24.007Z] ---> Running in 2fb83806202a [2021-03-31T16:10:24.007Z] ---> Running in 4c6aeb950329 [2021-03-31T16:10:24.271Z] Removing intermediate container b5f03b0c3d1f [2021-03-31T16:10:24.271Z] ---> 751b8ce3f86f [2021-03-31T16:10:24.271Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:10:24.534Z] Removing intermediate container 2fb83806202a [2021-03-31T16:10:24.534Z] ---> fd945f38a58d [2021-03-31T16:10:24.534Z] [2021-03-31T16:10:25.482Z] Successfully built fd945f38a58d [2021-03-31T16:10:25.482Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T16:10:25.482Z]  Building docker-security-bootstrapper-go ... done  ---> 4c0d8ce95e79 [2021-03-31T16:10:25.482Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T16:10:25.743Z] Removing intermediate container 4c6aeb950329 [2021-03-31T16:10:25.743Z] ---> d8ac5a11057b [2021-03-31T16:10:25.743Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T16:10:26.012Z] ---> Running in 92645a78bc9c [2021-03-31T16:10:26.012Z] ---> 9439920e9243 [2021-03-31T16:10:26.012Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T16:10:26.274Z] ---> 470f64fe72d1 [2021-03-31T16:10:26.274Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T16:10:26.274Z] ---> Running in 70e265cb0771 [2021-03-31T16:10:26.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:10:26.541Z] Removing intermediate container 70e265cb0771 [2021-03-31T16:10:26.541Z] ---> 37680dcc0cea [2021-03-31T16:10:26.541Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:10:26.541Z] ---> Running in 5f8d65640565 [2021-03-31T16:10:26.807Z] Removing intermediate container 5f8d65640565 [2021-03-31T16:10:26.807Z] ---> a01b058c5148 [2021-03-31T16:10:26.807Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T16:10:26.807Z] ---> Running in ef173d42758a [2021-03-31T16:10:27.069Z] Removing intermediate container ef173d42758a [2021-03-31T16:10:27.069Z] ---> b4ab038efab5 [2021-03-31T16:10:27.069Z] Step 21/22 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:10:27.069Z] ---> Running in 708293d37fd4 [2021-03-31T16:10:27.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:10:27.331Z] Removing intermediate container 708293d37fd4 [2021-03-31T16:10:27.331Z] ---> eb4eb320b202 [2021-03-31T16:10:27.331Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T16:10:27.331Z] ---> Running in b14a452bc019 [2021-03-31T16:10:27.331Z] Removing intermediate container b14a452bc019 [2021-03-31T16:10:27.331Z] ---> 0fb1128ace9b [2021-03-31T16:10:27.331Z] [2021-03-31T16:10:27.593Z] Successfully built 0fb1128ace9b [2021-03-31T16:10:27.593Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T16:10:27.862Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T16:10:28.125Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T16:10:28.125Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T16:10:28.125Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T16:10:28.388Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T16:10:28.652Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T16:10:28.652Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:10:28.916Z] OK: 8 MiB in 20 packages [2021-03-31T16:10:29.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.271s coverage: 29.1% of statements [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T16:10:29.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T16:10:29.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.147s coverage: 100.0% of statements [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T16:10:29.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.315s coverage: 95.0% of statements [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T16:10:29.475Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T16:10:29.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T16:10:29.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T16:10:29.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T16:10:29.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-03-31T16:10:29.495Z] Removing intermediate container 92645a78bc9c [2021-03-31T16:10:29.495Z] ---> df1be32a4c68 [2021-03-31T16:10:29.495Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:10:29.756Z] ---> 3a2ceacaf6a8 [2021-03-31T16:10:29.756Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T16:10:30.071Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.112s coverage: 32.1% of statements [2021-03-31T16:10:30.336Z] ---> e3ee6ffdd3ca [2021-03-31T16:10:30.336Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T16:10:30.598Z] ---> 48fbeb8b212f [2021-03-31T16:10:30.598Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T16:10:30.598Z] ---> Running in 1fd7011c7b92 [2021-03-31T16:10:30.859Z] Removing intermediate container 1fd7011c7b92 [2021-03-31T16:10:30.859Z] ---> fe4241c30910 [2021-03-31T16:10:30.859Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:10:30.859Z] ---> Running in f16c47ffbab3 [2021-03-31T16:10:31.049Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-31T16:10:31.120Z] Removing intermediate container f16c47ffbab3 [2021-03-31T16:10:31.120Z] ---> 5623461f9a6e [2021-03-31T16:10:31.120Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T16:10:31.120Z] ---> Running in 4cf0eb380df7 [2021-03-31T16:10:31.382Z] Removing intermediate container 4cf0eb380df7 [2021-03-31T16:10:31.382Z] ---> 9a52b1b32ea2 [2021-03-31T16:10:31.382Z] Step 22/23 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:10:31.382Z] ---> Running in 9576c4edfc07 [2021-03-31T16:10:31.640Z] GO111MODULE=on go vet ./... [2021-03-31T16:10:31.644Z] Removing intermediate container 9576c4edfc07 [2021-03-31T16:10:31.644Z] ---> 38e28aee86a5 [2021-03-31T16:10:31.644Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T16:10:31.644Z] ---> Running in 1d0ad1623037 [2021-03-31T16:10:31.644Z] Removing intermediate container 1d0ad1623037 [2021-03-31T16:10:31.644Z] ---> 5efdace4c127 [2021-03-31T16:10:31.644Z] [2021-03-31T16:10:31.906Z] Successfully built 5efdace4c127 [2021-03-31T16:10:31.906Z] Successfully tagged docker-core-data-go:latest [2021-03-31T16:10:32.181Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-31T16:10:32.201Z] $ docker stop --time=1 0a957d26ccd9700ceeecc4b896f45b134fb19137db231e991213136cb351cf98 [2021-03-31T16:10:33.825Z] $ docker rm -f 0a957d26ccd9700ceeecc4b896f45b134fb19137db231e991213136cb351cf98 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T16:10:34.421Z] + docker images [2021-03-31T16:10:34.422Z] + grep docker [2021-03-31T16:10:34.685Z] docker-core-data-go latest 5efdace4c127 3 seconds ago 22.7MB [2021-03-31T16:10:34.685Z] docker-support-notifications-go latest 0fb1128ace9b 7 seconds ago 17.9MB [2021-03-31T16:10:34.685Z] docker-security-bootstrapper-go latest fd945f38a58d 10 seconds ago 18.9MB [2021-03-31T16:10:34.685Z] docker-security-secretstore-setup-go latest eff9e28af053 21 seconds ago 25.7MB [2021-03-31T16:10:34.685Z] docker-sys-mgmt-agent-go latest 166f6942b096 27 seconds ago 314MB [2021-03-31T16:10:34.685Z] docker-support-scheduler-go latest 2ffaf647cfcb 2 minutes ago 17.4MB [2021-03-31T16:10:34.685Z] docker-core-metadata-go latest 9cb57f076708 2 minutes ago 19MB [2021-03-31T16:10:34.685Z] docker-security-proxy-setup-go latest 2fc21eb8bf1c 2 minutes ago 25.4MB [2021-03-31T16:10:34.685Z] docker-core-command-go latest ce25a1cef58d 2 minutes ago 17.3MB [2021-03-31T16:10:34.685Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-31T16:10:50.461Z] Still waiting to schedule task [2021-03-31T16:10:50.461Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-31T16:11:53.436Z] gofmt -l . [2021-03-31T16:11:53.436Z] [ "`gofmt -l .`" = "" ] [2021-03-31T16:11:53.436Z] ./bin/test-go-mod-tidy.sh [2021-03-31T16:11:53.436Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T16:11:54.105Z] + ls -al . [2021-03-31T16:11:54.105Z] total 808 [2021-03-31T16:11:54.105Z] drwxrwxr-x 9 1001 1001 4096 Mar 31 16:11 . [2021-03-31T16:11:54.105Z] drwxr-xr-x 4 root root 4096 Mar 31 16:07 .. [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 16:05 .dockerignore [2021-03-31T16:11:54.105Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 16:06 .git [2021-03-31T16:11:54.105Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 16:05 .github [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 16:05 .gitignore [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 16:05 .sonarcloud.properties [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 16:05 Attribution.txt [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 16:05 CONTRIBUTING.md [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 16:05 Dockerfile.build [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 16:05 Jenkinsfile [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 16:05 LICENSE [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 16:05 Makefile [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 16:05 README.md [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 16:05 SECURITY.md [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 16:02 VERSION [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 16:05 ZMQWindows.md [2021-03-31T16:11:54.105Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 16:05 bin [2021-03-31T16:11:54.105Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 16:05 cmd [2021-03-31T16:11:54.105Z] -rw-r--r-- 1 root root 669470 Mar 31 16:10 coverage.out [2021-03-31T16:11:54.105Z] -rw-r--r-- 1 root root 1057 Mar 31 16:11 go.mod [2021-03-31T16:11:54.105Z] -rw-r--r-- 1 root root 22362 Mar 31 16:11 go.sum [2021-03-31T16:11:54.105Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 16:05 internal [2021-03-31T16:11:54.105Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 16:05 openapi [2021-03-31T16:11:54.105Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 16:05 snap [2021-03-31T16:11:54.105Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 16:05 version.go [Pipeline] sh [2021-03-31T16:11:54.764Z] + '[' -e coverage.out ] [2021-03-31T16:11:54.764Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T16:11:54.832Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T16:11:56.110Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T16:11:56.816Z] + make build [2021-03-31T16:11:56.816Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T16:12:07.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T16:12:33.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T16:12:35.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T16:12:41.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T16:12:41.796Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T16:12:47.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T16:12:49.937Z] Running on prd-ubuntu18.04-docker-8c-8g-32275 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-31T16:12:49.991Z] Running in /w/workspace/edgex-go/50 [Pipeline] { [Pipeline] checkout [2021-03-31T16:12:52.332Z] using credential edgex-jenkins-ssh [2021-03-31T16:12:52.396Z] Cloning the remote Git repository [2021-03-31T16:12:52.431Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:12:52.498Z] > git init /w/workspace/edgex-go/50 # timeout=10 [2021-03-31T16:12:52.521Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:12:52.522Z] > git --version # timeout=10 [2021-03-31T16:12:52.526Z] > git --version # 'git version 2.17.1' [2021-03-31T16:12:52.527Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:12:52.548Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T16:12:53.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T16:12:57.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T16:12:58.472Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T16:12:58.477Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T16:12:58.489Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T16:12:58.502Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:12:58.503Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:12:58.507Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T16:12:58.971Z] Merging remotes/origin/master commit 78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb into PR head commit 5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:12:59.080Z] Merge succeeded, producing 5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:12:59.081Z] Checking out Revision 5f4c972d2592fc2985c3de358e6f1142267c5400 (PR-3234) [2021-03-31T16:12:58.987Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T16:12:58.993Z] > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 [2021-03-31T16:12:59.060Z] > git remote # timeout=10 [2021-03-31T16:12:59.065Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T16:12:59.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:12:59.072Z] > git merge 78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb # timeout=10 [2021-03-31T16:12:59.082Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T16:12:59.090Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T16:12:59.093Z] > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 [2021-03-31T16:13:01.688Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T16:13:02.874Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:13:04.062Z] + echo snap-build.sh [2021-03-31T16:13:04.062Z] snap-build.sh [2021-03-31T16:13:04.062Z] + SNAP_BASE_DIR=. [2021-03-31T16:13:04.062Z] + '[' '!' -z /w/workspace/edgex-go/50 ']' [2021-03-31T16:13:04.062Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/50 [2021-03-31T16:13:04.062Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/50]' [2021-03-31T16:13:04.062Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/50] [2021-03-31T16:13:04.062Z] + cd /w/workspace/edgex-go/50 [2021-03-31T16:13:04.062Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-31T16:13:04.062Z] Reading package lists... [2021-03-31T16:13:04.062Z] Building dependency tree... [2021-03-31T16:13:04.062Z] Reading state information... [2021-03-31T16:13:04.325Z] The following packages were automatically installed and are no longer required: [2021-03-31T16:13:04.325Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-31T16:13:04.325Z] uidmap xdelta3 [2021-03-31T16:13:04.325Z] Use 'sudo apt autoremove' to remove them. [2021-03-31T16:13:04.325Z] The following packages will be REMOVED: [2021-03-31T16:13:04.325Z] lxd* lxd-client* [2021-03-31T16:13:04.586Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-31T16:13:04.586Z] After this operation, 31.7 MB disk space will be freed. [2021-03-31T16:13:05.091Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T16:13:05.636Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-31T16:13:05.636Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T16:13:06.587Z] Removing lxd dnsmasq configuration [2021-03-31T16:13:06.587Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T16:13:06.848Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-31T16:13:07.796Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-31T16:13:07.796Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-31T16:13:07.796Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T16:13:09.179Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-31T16:13:09.179Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-31T16:13:09.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T16:13:10.126Z] + sudo snap remove --purge lxd [2021-03-31T16:13:10.387Z] snap "lxd" is not installed [2021-03-31T16:13:10.387Z] + sudo groupadd --force --system lxd [2021-03-31T16:13:10.387Z] ++ whoami [2021-03-31T16:13:10.387Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-31T16:13:10.387Z] + newgrp - lxd [2021-03-31T16:13:10.676Z] + sudo snap install lxd [Pipeline] } [2021-03-31T16:13:16.160Z] $ docker stop --time=1 4e032330aa433487fce0655ca180bf17d84daeba1c84adc33e58859c5d638e31 [2021-03-31T16:13:18.649Z] $ docker rm -f 4e032330aa433487fce0655ca180bf17d84daeba1c84adc33e58859c5d638e31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:13:20.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T16:13:20.650Z] [2021-03-31T16:13:20.650Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T16:13:20.732Z] 2021-03-31T16:13:17Z INFO Waiting for automatic snapd restart... [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:13:21.298Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T16:13:21.298Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-31T16:13:21.298Z] 29e5d40040c1: Pulling fs layer [2021-03-31T16:13:21.298Z] 1ce36da41761: Pulling fs layer [2021-03-31T16:13:21.298Z] 25b303627fd3: Pulling fs layer [2021-03-31T16:13:21.570Z] 29e5d40040c1: Download complete [2021-03-31T16:13:22.164Z] 1ce36da41761: Verifying Checksum [2021-03-31T16:13:22.164Z] 1ce36da41761: Download complete [2021-03-31T16:13:22.438Z] 29e5d40040c1: Pull complete [2021-03-31T16:13:23.430Z] 1ce36da41761: Pull complete [2021-03-31T16:13:24.027Z] 25b303627fd3: Verifying Checksum [2021-03-31T16:13:24.027Z] 25b303627fd3: Download complete [2021-03-31T16:13:34.180Z] 25b303627fd3: Pull complete [2021-03-31T16:13:34.180Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-31T16:13:34.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T16:13:34.180Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-31T16:13:34.440Z] prd-ubuntu18.04-docker-arm64-4c-16g-32273 does not seem to be running inside a container [2021-03-31T16:13:34.551Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T16:13:37.539Z] $ docker top 20b5a7e4479cce41c13d7de8b9fe229543ea4337a4ccfe94a86d19f63188b942 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:13:38.536Z] + docker-compose build --help [2021-03-31T16:13:38.536Z] + grep parallel [2021-03-31T16:13:41.907Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T16:13:42.228Z] $ docker stop --time=1 20b5a7e4479cce41c13d7de8b9fe229543ea4337a4ccfe94a86d19f63188b942 [2021-03-31T16:13:44.174Z] $ docker rm -f 20b5a7e4479cce41c13d7de8b9fe229543ea4337a4ccfe94a86d19f63188b942 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:13:44.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T16:13:44.945Z] . [Pipeline] withDockerContainer [2021-03-31T16:13:45.215Z] prd-ubuntu18.04-docker-arm64-4c-16g-32273 does not seem to be running inside a container [2021-03-31T16:13:45.326Z] $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T16:13:46.749Z] $ docker top 87abc3e9540a388784231d81e0c8e09a9bd7e8333fc115b6c1dfb78af0457035 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:13:47.743Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T16:13:52.041Z] Building docker-core-command-go ... [2021-03-31T16:13:52.041Z] Building docker-core-data-go ... [2021-03-31T16:13:52.041Z] Building docker-core-metadata-go ... [2021-03-31T16:13:52.041Z] Building docker-security-bootstrapper-go ... [2021-03-31T16:13:52.041Z] Building docker-security-proxy-setup-go ... [2021-03-31T16:13:52.041Z] Building docker-security-secretstore-setup-go ... [2021-03-31T16:13:52.041Z] Building docker-support-notifications-go ... [2021-03-31T16:13:52.041Z] Building docker-support-scheduler-go ... [2021-03-31T16:13:52.041Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T16:13:52.041Z] Building docker-core-metadata-go [2021-03-31T16:13:52.041Z] Building docker-sys-mgmt-agent-go [2021-03-31T16:13:52.041Z] Building docker-security-proxy-setup-go [2021-03-31T16:13:52.041Z] Building docker-security-bootstrapper-go [2021-03-31T16:13:52.041Z] Building docker-core-command-go [2021-03-31T16:14:57.244Z] lxd 4.12 from Canonical* installed [2021-03-31T16:14:57.245Z] + sudo lxd init --auto [2021-03-31T16:14:57.245Z] + sudo snap install --classic snapcraft [2021-03-31T16:15:13.846Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:15:13.846Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:15:13.846Z] ---> d97c9c729bc0 [2021-03-31T16:15:13.846Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T16:15:13.846Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:15:13.846Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:15:13.846Z] ---> d97c9c729bc0 [2021-03-31T16:15:13.846Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T16:15:13.846Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:15:13.846Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:15:13.846Z] ---> d97c9c729bc0 [2021-03-31T16:15:13.846Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T16:15:13.846Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:15:13.846Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:15:13.846Z] ---> d97c9c729bc0 [2021-03-31T16:15:13.846Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T16:15:13.846Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:15:13.846Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:15:13.846Z] ---> d97c9c729bc0 [2021-03-31T16:15:13.846Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T16:15:13.846Z] ---> Running in d0837f7de250 [2021-03-31T16:15:13.846Z] ---> Running in 33310d542fbc [2021-03-31T16:15:13.846Z] ---> Running in c5b556e9abdd [2021-03-31T16:15:13.846Z] ---> Running in 13d6787b8c4d [2021-03-31T16:15:13.846Z] ---> Running in 34b9d96e16cb [2021-03-31T16:15:13.846Z] Removing intermediate container d0837f7de250 [2021-03-31T16:15:13.846Z] ---> 68b12d11dc8c [2021-03-31T16:15:13.846Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:15:13.846Z] Removing intermediate container 33310d542fbc [2021-03-31T16:15:13.846Z] ---> 1f3c5729b5c7 [2021-03-31T16:15:13.846Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:15:13.846Z] Removing intermediate container 13d6787b8c4d [2021-03-31T16:15:13.846Z] ---> 0383e12a161b [2021-03-31T16:15:13.846Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:15:13.846Z] Removing intermediate container 34b9d96e16cb [2021-03-31T16:15:13.846Z] ---> 5010ac7ad546 [2021-03-31T16:15:13.846Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:15:13.846Z] Removing intermediate container c5b556e9abdd [2021-03-31T16:15:13.846Z] ---> a8281f304e39 [2021-03-31T16:15:13.846Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:15:13.846Z] ---> Running in 887baefa4fab [2021-03-31T16:15:13.846Z] ---> Running in 7cce4ca698a5 [2021-03-31T16:15:13.846Z] ---> Running in 145a516b8757 [2021-03-31T16:15:13.846Z] ---> Running in 8421042ec284 [2021-03-31T16:15:13.846Z] ---> Running in 9d9f8d8a70fa [2021-03-31T16:15:13.846Z] Removing intermediate container 7cce4ca698a5 [2021-03-31T16:15:13.846Z] ---> d7cf4e6b93e2 [2021-03-31T16:15:13.846Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T16:15:13.846Z] ---> Running in 432d92ae48da [2021-03-31T16:15:13.846Z] Removing intermediate container 887baefa4fab [2021-03-31T16:15:13.846Z] ---> d866946b0cf9 [2021-03-31T16:15:13.846Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T16:15:13.846Z] Removing intermediate container 145a516b8757 [2021-03-31T16:15:13.846Z] ---> ab5be706b05a [2021-03-31T16:15:13.846Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T16:15:13.846Z] Removing intermediate container 8421042ec284 [2021-03-31T16:15:13.846Z] ---> a55c3b8c7076 [2021-03-31T16:15:13.846Z] Step 5/23 : RUN apk add --update --no-cache make git ---> Running in 37c3b29a5c89 [2021-03-31T16:15:13.846Z] [2021-03-31T16:15:13.846Z] Removing intermediate container 9d9f8d8a70fa [2021-03-31T16:15:13.846Z] ---> 12f77daa75cc [2021-03-31T16:15:13.846Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T16:15:13.846Z] ---> Running in 454ff4251f21 [2021-03-31T16:15:13.846Z] ---> Running in 8ed4b96fe890 [2021-03-31T16:15:13.846Z] ---> Running in ade189e8f8f4 [2021-03-31T16:15:13.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:15:13.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:15:13.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:15:13.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:15:13.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:15:13.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:15:13.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:15:13.846Z] OK: 217 MiB in 51 packages [2021-03-31T16:15:13.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:15:13.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:15:13.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:15:13.846Z] OK: 217 MiB in 51 packages [2021-03-31T16:15:14.123Z] OK: 217 MiB in 51 packages [2021-03-31T16:15:14.123Z] OK: 217 MiB in 51 packages [2021-03-31T16:15:14.123Z] OK: 217 MiB in 51 packages [2021-03-31T16:15:14.406Z] Removing intermediate container 432d92ae48da [2021-03-31T16:15:14.406Z] ---> 7371ae19c04b [2021-03-31T16:15:14.406Z] Step 6/23 : COPY go.mod . [2021-03-31T16:15:15.408Z] Removing intermediate container 37c3b29a5c89 [2021-03-31T16:15:15.408Z] ---> f2a4481dfe6f [2021-03-31T16:15:15.408Z] Step 6/21 : COPY go.mod . [2021-03-31T16:15:15.685Z] ---> 4c57f6033b6f [2021-03-31T16:15:15.685Z] Step 7/23 : RUN go mod download [2021-03-31T16:15:15.685Z] Removing intermediate container 8ed4b96fe890 [2021-03-31T16:15:15.685Z] ---> 68225b1cd68e [2021-03-31T16:15:15.685Z] Step 6/23 : COPY go.mod . [2021-03-31T16:15:15.685Z] ---> Running in 09c2769d3990 [2021-03-31T16:15:15.960Z] Removing intermediate container ade189e8f8f4 [2021-03-31T16:15:15.960Z] ---> 6bf62465467a [2021-03-31T16:15:15.960Z] Step 6/26 : COPY go.mod . [2021-03-31T16:15:15.960Z] Removing intermediate container 454ff4251f21 [2021-03-31T16:15:16.234Z] ---> 06190a81db5c [2021-03-31T16:15:16.234Z] Step 6/31 : COPY go.mod . [2021-03-31T16:15:16.234Z] ---> 96a29a6aae1c [2021-03-31T16:15:16.234Z] Step 7/21 : RUN go mod download [2021-03-31T16:15:16.511Z] ---> Running in 7f591015ff79 [2021-03-31T16:15:16.784Z] ---> a1dc6e48bcbd [2021-03-31T16:15:16.784Z] Step 7/23 : RUN go mod download [2021-03-31T16:15:17.063Z] ---> Running in 97260944679a [2021-03-31T16:15:17.342Z] ---> 40b026d3c201 [2021-03-31T16:15:17.342Z] Step 7/26 : RUN go mod download [2021-03-31T16:15:17.619Z] ---> e5c0fea6daa7 [2021-03-31T16:15:17.619Z] Step 7/31 : RUN go mod download [2021-03-31T16:15:17.619Z] ---> Running in e764d46a6bf4 [2021-03-31T16:15:17.895Z] ---> Running in 942a10faecb2 [2021-03-31T16:15:20.533Z] Removing intermediate container 09c2769d3990 [2021-03-31T16:15:20.533Z] ---> 88d59ad12a7e [2021-03-31T16:15:20.533Z] Step 8/23 : COPY . . [2021-03-31T16:15:21.135Z] Removing intermediate container 7f591015ff79 [2021-03-31T16:15:21.135Z] ---> 90bbaf5f664d [2021-03-31T16:15:21.135Z] Step 8/21 : COPY . . [2021-03-31T16:15:21.739Z] Removing intermediate container 97260944679a [2021-03-31T16:15:21.739Z] ---> bdc866e56078 [2021-03-31T16:15:21.739Z] Step 8/23 : COPY . . [2021-03-31T16:15:22.340Z] Removing intermediate container e764d46a6bf4 [2021-03-31T16:15:22.340Z] ---> 28c29b517102 [2021-03-31T16:15:22.340Z] Step 8/26 : COPY . . [2021-03-31T16:15:22.942Z] Removing intermediate container 942a10faecb2 [2021-03-31T16:15:22.942Z] ---> cd4434e5313c [2021-03-31T16:15:22.942Z] Step 8/31 : COPY . . [2021-03-31T16:15:49.760Z] ---> ee724c4bb55f [2021-03-31T16:15:49.760Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T16:15:49.760Z] ---> 150923cf2dba [2021-03-31T16:15:49.760Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T16:15:49.760Z] ---> 68807c5fc30c [2021-03-31T16:15:49.760Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T16:15:49.760Z] ---> 071ab1df8ba0 [2021-03-31T16:15:49.760Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T16:15:49.760Z] ---> Running in 04c087080083 [2021-03-31T16:15:49.760Z] ---> Running in 3a7cf042fe71 [2021-03-31T16:15:49.760Z] ---> Running in 9f6af977e3ba [2021-03-31T16:15:49.760Z] ---> Running in c7d15f86e18c [2021-03-31T16:15:49.760Z] ---> d8f9a67d5ee4 [2021-03-31T16:15:49.760Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T16:15:49.760Z] ---> Running in 9d1614f3c542 [2021-03-31T16:15:49.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T16:15:49.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T16:15:49.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T16:15:49.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T16:15:49.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T16:16:33.765Z] snapcraft 4.6 from Canonical* installed [2021-03-31T16:16:33.765Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-31T16:16:33.765Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-31T16:16:33.765Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T16:16:33.765Z] Dload Upload Total Spent Left Speed [2021-03-31T16:16:33.765Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4543 [2021-03-31T16:16:33.765Z] 100 3325k 100 3325k 0 0 8773k 0 --:--:-- --:--:-- --:--:-- 8773k [2021-03-31T16:16:33.765Z] ./yq_linux_amd64 [2021-03-31T16:16:33.765Z] + sudo snapcraft prime --use-lxd [2021-03-31T16:16:33.765Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-31T16:16:33.765Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T16:16:33.765Z] - README.md [2021-03-31T16:16:33.765Z] [2021-03-31T16:16:33.765Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T16:16:33.765Z] Launching a container. [2021-03-31T16:16:37.977Z] Waiting for container to be ready [2021-03-31T16:16:38.548Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-31T16:16:38.548Z] [2021-03-31T16:16:41.845Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-31T16:16:42.418Z] Waiting for network to be ready... [2021-03-31T16:16:42.680Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T16:16:42.680Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T16:16:42.680Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-31T16:16:42.945Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T16:16:42.945Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T16:16:42.945Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T16:16:42.945Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T16:16:42.945Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T16:16:42.945Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T16:16:42.945Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T16:16:43.206Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T16:16:43.206Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T16:16:43.779Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T16:16:43.779Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T16:16:43.779Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T16:16:43.779Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T16:16:43.779Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T16:16:43.779Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T16:16:44.039Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T16:16:44.300Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T16:16:44.300Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T16:16:44.300Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T16:16:44.300Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T16:16:44.300Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T16:16:44.300Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T16:16:44.300Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T16:16:44.300Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T16:16:46.843Z] Fetched 24.2 MB in 4s (6197 kB/s) [2021-03-31T16:16:47.413Z] Reading package lists... [2021-03-31T16:16:47.413Z] Reading package lists... [2021-03-31T16:16:47.679Z] Building dependency tree... [2021-03-31T16:16:47.679Z] Reading state information... [2021-03-31T16:16:47.942Z] The following additional packages will be installed: [2021-03-31T16:16:47.942Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T16:16:47.942Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T16:16:47.942Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T16:16:47.942Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-31T16:16:47.942Z] Suggested packages: [2021-03-31T16:16:47.942Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-31T16:16:47.942Z] Recommended packages: [2021-03-31T16:16:47.942Z] gnupg libsasl2-modules [2021-03-31T16:16:47.942Z] The following NEW packages will be installed: [2021-03-31T16:16:47.942Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T16:16:47.942Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T16:16:47.942Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T16:16:47.942Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-31T16:16:47.942Z] The following packages will be upgraded: [2021-03-31T16:16:47.942Z] gpg gpg-agent gpgconf libudev1 [2021-03-31T16:16:47.942Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-31T16:16:47.942Z] Need to get 3530 kB of archives. [2021-03-31T16:16:47.942Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-31T16:16:47.942Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-31T16:16:47.942Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-31T16:16:48.203Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-31T16:16:48.203Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-31T16:16:48.203Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-31T16:16:48.464Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-31T16:16:48.725Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-31T16:16:48.725Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-31T16:16:48.725Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-31T16:16:48.725Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-31T16:16:48.725Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-31T16:16:48.725Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-31T16:16:48.725Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-31T16:16:48.725Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-31T16:16:48.725Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-31T16:16:48.725Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-31T16:16:48.986Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-31T16:16:48.986Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-31T16:16:48.986Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-31T16:16:48.986Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-31T16:16:48.986Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-31T16:16:48.986Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-31T16:16:48.986Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T16:16:48.986Z] Fetched 3530 kB in 1s (3459 kB/s) [2021-03-31T16:16:48.986Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T16:16:48.986Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-31T16:16:48.986Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T16:16:49.251Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-31T16:16:49.251Z] Selecting previously unselected package udev. [2021-03-31T16:16:49.251Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T16:16:49.251Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-31T16:16:49.251Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-31T16:16:49.511Z] Selecting previously unselected package libfuse2:amd64. [2021-03-31T16:16:49.511Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T16:16:49.511Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T16:16:49.511Z] Selecting previously unselected package fuse. [2021-03-31T16:16:49.511Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T16:16:49.511Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-31T16:16:49.771Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T16:16:49.771Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T16:16:49.771Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T16:16:49.771Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T16:16:50.032Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T16:16:50.033Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T16:16:50.033Z] Selecting previously unselected package libksba8:amd64. [2021-03-31T16:16:50.033Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-31T16:16:50.033Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-31T16:16:50.293Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-31T16:16:50.293Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T16:16:50.293Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:50.293Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-31T16:16:50.293Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T16:16:50.293Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:50.554Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-31T16:16:50.554Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T16:16:50.554Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:50.554Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-31T16:16:50.554Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T16:16:50.554Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:50.554Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-31T16:16:50.554Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T16:16:50.554Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:50.815Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-31T16:16:50.815Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T16:16:50.815Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:50.815Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-31T16:16:50.815Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T16:16:50.815Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:50.815Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-31T16:16:50.815Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T16:16:50.815Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:51.075Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-31T16:16:51.075Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T16:16:51.075Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:51.075Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-31T16:16:51.075Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T16:16:51.075Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T16:16:51.075Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-31T16:16:51.075Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T16:16:51.075Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T16:16:51.075Z] Selecting previously unselected package libldap-common. [2021-03-31T16:16:51.075Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-31T16:16:51.075Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T16:16:51.336Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-31T16:16:51.336Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-31T16:16:51.336Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T16:16:51.336Z] Selecting previously unselected package dirmngr. [2021-03-31T16:16:51.336Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T16:16:51.336Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T16:16:51.596Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T16:16:51.596Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-31T16:16:51.596Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T16:16:51.596Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T16:16:51.596Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T16:16:51.596Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-31T16:16:51.859Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:51.859Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-31T16:16:51.859Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T16:16:51.859Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-31T16:16:52.128Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-31T16:16:52.392Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:52.392Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-31T16:16:52.392Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-31T16:16:52.392Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-31T16:16:52.392Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:52.392Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:52.392Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:52.392Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:52.654Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:52.654Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:52.654Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T16:16:52.654Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T16:16:52.654Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T16:16:52.654Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T16:16:53.233Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-31T16:16:53.233Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-31T16:16:53.233Z] This means they are not meant to be enabled using systemctl. [2021-03-31T16:16:53.233Z] Possible reasons for having this kind of units are: [2021-03-31T16:16:53.233Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-31T16:16:53.233Z] .wants/ or .requires/ directory. [2021-03-31T16:16:53.233Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-31T16:16:53.233Z] a requirement dependency on it. [2021-03-31T16:16:53.233Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-31T16:16:53.233Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-31T16:16:53.233Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-31T16:16:53.233Z] instance name specified. [2021-03-31T16:16:53.494Z] Reading package lists... [2021-03-31T16:16:53.494Z] Building dependency tree... [2021-03-31T16:16:53.494Z] Reading state information... [2021-03-31T16:16:53.758Z] The following additional packages will be installed: [2021-03-31T16:16:53.758Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-31T16:16:53.758Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-31T16:16:53.758Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-31T16:16:53.758Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-31T16:16:53.758Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-31T16:16:53.758Z] Suggested packages: [2021-03-31T16:16:53.758Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-31T16:16:53.758Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-31T16:16:53.758Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-31T16:16:53.758Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-31T16:16:53.758Z] systemd-container policykit-1 [2021-03-31T16:16:53.758Z] Recommended packages: [2021-03-31T16:16:53.758Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-31T16:16:53.758Z] The following NEW packages will be installed: [2021-03-31T16:16:53.758Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-31T16:16:53.758Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-31T16:16:53.758Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-31T16:16:53.758Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-31T16:16:53.758Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-31T16:16:53.758Z] The following packages will be upgraded: [2021-03-31T16:16:53.758Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-31T16:16:53.758Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-31T16:16:53.758Z] Need to get 35.2 MB of archives. [2021-03-31T16:16:53.758Z] After this operation, 141 MB of additional disk space will be used. [2021-03-31T16:16:53.758Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-31T16:16:54.019Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-31T16:16:54.019Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-31T16:16:54.019Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-31T16:16:54.019Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-31T16:16:54.019Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-31T16:16:54.019Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-31T16:16:54.019Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-31T16:16:54.019Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-31T16:16:54.019Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-31T16:16:54.019Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-31T16:16:54.019Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-31T16:16:54.019Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-31T16:16:54.019Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-31T16:16:54.019Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-31T16:16:54.019Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-31T16:16:54.019Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-31T16:16:54.019Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-31T16:16:54.019Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-31T16:16:54.966Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-31T16:16:54.966Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-31T16:16:54.966Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-31T16:16:54.966Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-31T16:16:54.966Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-31T16:16:54.966Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-31T16:16:54.966Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-31T16:16:54.966Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-31T16:16:54.966Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-31T16:16:54.966Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-31T16:16:54.966Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-31T16:16:55.228Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T16:16:55.228Z] Fetched 35.2 MB in 1s (27.4 MB/s) [2021-03-31T16:16:55.228Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T16:16:55.228Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-31T16:16:55.488Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T16:16:56.062Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-31T16:16:56.062Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T16:16:56.062Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-31T16:16:56.062Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T16:16:56.062Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T16:16:56.324Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T16:16:56.324Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-31T16:16:56.585Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T16:16:56.585Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T16:16:56.585Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T16:16:56.848Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-31T16:16:56.848Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-31T16:16:57.108Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-31T16:16:57.370Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-31T16:16:57.370Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T16:16:57.370Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T16:16:57.631Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-31T16:16:57.631Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T16:16:57.631Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T16:16:57.631Z] Selecting previously unselected package libexpat1:amd64. [2021-03-31T16:16:57.631Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-31T16:16:57.631Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T16:16:57.892Z] Selecting previously unselected package python3.6-minimal. [2021-03-31T16:16:57.892Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T16:16:57.892Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T16:16:58.464Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T16:16:58.464Z] Checking for services that may need to be restarted...done. [2021-03-31T16:16:58.464Z] Checking for services that may need to be restarted...done. [2021-03-31T16:16:58.464Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T16:16:58.464Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T16:16:58.464Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T16:16:59.036Z] Selecting previously unselected package python3-minimal. [2021-03-31T16:16:59.036Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-31T16:16:59.036Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-31T16:16:59.036Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-31T16:16:59.036Z] Selecting previously unselected package mime-support. [2021-03-31T16:16:59.036Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-31T16:16:59.036Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-31T16:16:59.036Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-31T16:16:59.036Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-31T16:16:59.036Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T16:16:59.297Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-31T16:16:59.297Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T16:16:59.297Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T16:16:59.557Z] Selecting previously unselected package python3.6. [2021-03-31T16:16:59.557Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T16:16:59.557Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T16:16:59.557Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-31T16:16:59.557Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-31T16:16:59.557Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T16:16:59.557Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-31T16:16:59.818Z] Selecting previously unselected package python3. [2021-03-31T16:16:59.818Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-31T16:16:59.818Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-31T16:16:59.818Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-31T16:16:59.818Z] Selecting previously unselected package multiarch-support. [2021-03-31T16:16:59.818Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T16:17:00.080Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T16:17:00.080Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T16:17:00.080Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-31T16:17:00.080Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-31T16:17:00.080Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-31T16:17:00.080Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T16:17:00.080Z] Selecting previously unselected package libbsd0:amd64. [2021-03-31T16:17:00.080Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-31T16:17:00.340Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T16:17:00.340Z] Selecting previously unselected package sudo. [2021-03-31T16:17:00.340Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-31T16:17:00.340Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T16:17:00.340Z] Selecting previously unselected package apparmor. [2021-03-31T16:17:00.340Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T16:17:00.340Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-31T16:17:00.602Z] Selecting previously unselected package libedit2:amd64. [2021-03-31T16:17:00.603Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-31T16:17:00.603Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T16:17:00.603Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-31T16:17:00.603Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T16:17:00.603Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T16:17:00.863Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-31T16:17:00.863Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T16:17:00.863Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T16:17:00.863Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-31T16:17:00.863Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-31T16:17:00.863Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T16:17:00.863Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-31T16:17:00.863Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T16:17:00.863Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T16:17:01.124Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-31T16:17:01.124Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T16:17:01.124Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T16:17:01.124Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-31T16:17:01.124Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-31T16:17:01.124Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T16:17:01.384Z] Selecting previously unselected package openssh-client. [2021-03-31T16:17:01.384Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-31T16:17:01.384Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T16:17:01.384Z] Selecting previously unselected package squashfs-tools. [2021-03-31T16:17:01.384Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-31T16:17:01.384Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T16:17:01.653Z] Selecting previously unselected package snapd. [2021-03-31T16:17:01.653Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-31T16:17:01.653Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-31T16:17:03.595Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T16:17:03.595Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T16:17:03.595Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-31T16:17:03.595Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T16:17:03.857Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T16:17:03.857Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T16:17:03.857Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T16:17:03.857Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-31T16:17:03.857Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-31T16:17:04.799Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T16:17:04.799Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T16:17:04.799Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T16:17:04.799Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T16:17:04.799Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T16:17:04.799Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T16:17:05.371Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T16:17:05.371Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T16:17:05.371Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T16:17:05.371Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-31T16:17:05.371Z] running python rtupdate hooks for python3.6... [2021-03-31T16:17:05.371Z] running python post-rtupdate hooks for python3.6... [2021-03-31T16:17:05.371Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-31T16:17:06.754Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-31T16:17:07.015Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T16:17:07.015Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T16:17:07.277Z] Setting up snapd (2.48.3+18.04) ... [2021-03-31T16:17:07.538Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-31T16:17:07.798Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-31T16:17:07.798Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-31T16:17:08.058Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-31T16:17:08.318Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T16:17:08.318Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T16:17:08.318Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-31T16:17:08.578Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-31T16:17:08.840Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-31T16:17:08.840Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-31T16:17:09.102Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-31T16:17:09.364Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T16:17:09.627Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T16:17:10.567Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T16:17:10.567Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T16:17:10.828Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T16:17:13.243Z] Reading package lists... [2021-03-31T16:17:13.243Z] Reading package lists... [2021-03-31T16:17:13.243Z] Building dependency tree... [2021-03-31T16:17:13.243Z] Reading state information... [2021-03-31T16:17:13.243Z] Calculating upgrade... [2021-03-31T16:17:13.243Z] The following packages will be upgraded: [2021-03-31T16:17:13.243Z] advancecomp base-files bash binutils binutils-common [2021-03-31T16:17:13.243Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-31T16:17:13.243Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-31T16:17:13.243Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-31T16:17:13.243Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-31T16:17:13.243Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-31T16:17:13.243Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-31T16:17:13.243Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-31T16:17:13.243Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-31T16:17:13.243Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-31T16:17:13.243Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-31T16:17:13.243Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-31T16:17:13.243Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-31T16:17:13.243Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-31T16:17:13.243Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-31T16:17:13.243Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T16:17:13.243Z] Need to get 63.8 MB of archives. [2021-03-31T16:17:13.243Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-31T16:17:13.243Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-31T16:17:13.243Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-31T16:17:13.243Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-31T16:17:13.243Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-31T16:17:13.243Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-31T16:17:13.243Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-31T16:17:13.243Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-31T16:17:13.243Z] 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-03-31T16:17:13.243Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-31T16:17:13.243Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-31T16:17:13.243Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-31T16:17:13.243Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-31T16:17:13.243Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-31T16:17:13.243Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-31T16:17:13.243Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-31T16:17:13.243Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-31T16:17:13.243Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-31T16:17:13.243Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-31T16:17:13.243Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-31T16:17:13.243Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-31T16:17:13.243Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-31T16:17:13.243Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-31T16:17:13.243Z] 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-03-31T16:17:13.243Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-31T16:17:13.243Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-31T16:17:13.243Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-31T16:17:13.243Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-31T16:17:13.243Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-31T16:17:13.243Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-31T16:17:13.243Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-31T16:17:13.243Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-31T16:17:13.243Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-31T16:17:13.244Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-31T16:17:13.244Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-31T16:17:13.244Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-31T16:17:13.244Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-31T16:17:13.244Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-31T16:17:13.244Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-31T16:17:13.244Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-31T16:17:13.244Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-31T16:17:13.244Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-31T16:17:13.244Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-31T16:17:13.244Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-31T16:17:13.244Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-31T16:17:13.244Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-31T16:17:13.244Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-31T16:17:13.244Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-31T16:17:13.244Z] 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-03-31T16:17:13.244Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-31T16:17:13.244Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-31T16:17:13.244Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-31T16:17:13.244Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-31T16:17:13.244Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-31T16:17:13.244Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-31T16:17:13.244Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-31T16:17:13.244Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-31T16:17:13.244Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-31T16:17:13.244Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-31T16:17:13.536Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-31T16:17:13.536Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-31T16:17:13.536Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-31T16:17:13.536Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-31T16:17:13.536Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-31T16:17:13.536Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-31T16:17:13.807Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-31T16:17:13.807Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-31T16:17:13.807Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-31T16:17:13.807Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-31T16:17:13.807Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-31T16:17:13.807Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-31T16:17:13.807Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-31T16:17:13.807Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-31T16:17:13.807Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-31T16:17:13.807Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-31T16:17:13.807Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-31T16:17:14.067Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-31T16:17:14.067Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-31T16:17:14.067Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-31T16:17:14.067Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-31T16:17:14.067Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-31T16:17:14.067Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-31T16:17:14.067Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-31T16:17:14.067Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-31T16:17:14.067Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-31T16:17:14.067Z] 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-03-31T16:17:14.067Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-31T16:17:14.067Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-31T16:17:14.327Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-31T16:17:14.327Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-31T16:17:14.328Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-31T16:17:14.328Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-31T16:17:14.328Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-31T16:17:14.328Z] 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-03-31T16:17:14.328Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-31T16:17:14.328Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-31T16:17:14.328Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-31T16:17:14.328Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-31T16:17:14.328Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-31T16:17:14.328Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-31T16:17:14.588Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T16:17:14.588Z] Fetched 63.8 MB in 2s (32.1 MB/s) [2021-03-31T16:17:14.588Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:14.588Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T16:17:14.588Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T16:17:15.530Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T16:17:15.530Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T16:17:15.530Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-31T16:17:15.530Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-31T16:17:16.471Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:16.471Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T16:17:16.471Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:16.471Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T16:17:16.471Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:16.471Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T16:17:16.732Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:16.732Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T16:17:16.732Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:16.732Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T16:17:16.999Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:16.999Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T16:17:16.999Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:16.999Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T16:17:16.999Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T16:17:17.260Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T16:17:17.260Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:17.260Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-31T16:17:17.260Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-31T16:17:17.521Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T16:17:17.521Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:17.521Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T16:17:17.521Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:17.782Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T16:17:17.782Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:17.782Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T16:17:18.043Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T16:17:18.043Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T16:17:18.043Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T16:17:18.303Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T16:17:18.874Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T16:17:18.874Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T16:17:18.874Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-31T16:17:18.874Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-31T16:17:18.874Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-31T16:17:19.142Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-31T16:17:19.402Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-31T16:17:19.402Z] Installing new version of config file /etc/issue ... [2021-03-31T16:17:19.402Z] Installing new version of config file /etc/issue.net ... [2021-03-31T16:17:19.402Z] Installing new version of config file /etc/lsb-release ... [2021-03-31T16:17:19.402Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-31T16:17:19.662Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-31T16:17:19.662Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-31T16:17:19.662Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-31T16:17:19.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:19.923Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-31T16:17:19.923Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-31T16:17:19.923Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-31T16:17:20.183Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-31T16:17:20.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:20.445Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T16:17:20.445Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-31T16:17:20.445Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-31T16:17:20.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:20.705Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-31T16:17:20.705Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-31T16:17:20.705Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-31T16:17:20.965Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:20.965Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-31T16:17:20.965Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T16:17:20.965Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-31T16:17:21.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:21.227Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T16:17:21.227Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T16:17:21.227Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T16:17:21.489Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:21.489Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T16:17:21.489Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T16:17:21.489Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-31T16:17:21.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:21.749Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-31T16:17:21.749Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-31T16:17:21.749Z] Setting up grep (3.1-2build1) ... [2021-03-31T16:17:21.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:21.749Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T16:17:21.749Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T16:17:22.008Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-31T16:17:22.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:22.008Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T16:17:22.008Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T16:17:22.269Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-31T16:17:22.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:22.269Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T16:17:22.269Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T16:17:22.837Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T16:17:22.837Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T16:17:22.837Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T16:17:22.837Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T16:17:23.409Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-31T16:17:23.671Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:23.671Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-31T16:17:23.671Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T16:17:24.611Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T16:17:24.611Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T16:17:24.611Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T16:17:24.611Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T16:17:24.872Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T16:17:24.872Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:24.872Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-31T16:17:24.872Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-31T16:17:25.133Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-31T16:17:25.133Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:25.133Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T16:17:25.133Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T16:17:25.133Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T16:17:25.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:25.395Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T16:17:25.395Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T16:17:25.395Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T16:17:25.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:25.656Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T16:17:25.656Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T16:17:25.656Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T16:17:25.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:25.656Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T16:17:25.917Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T16:17:25.917Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T16:17:26.179Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:26.179Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T16:17:26.179Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T16:17:26.179Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T16:17:26.179Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T16:17:26.439Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T16:17:26.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:26.439Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T16:17:26.439Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T16:17:26.439Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T16:17:26.627Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T16:17:26.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:26.701Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T16:17:26.701Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T16:17:26.701Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T16:17:26.962Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:26.962Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T16:17:26.962Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T16:17:26.962Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-31T16:17:26.962Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:26.962Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T16:17:27.223Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T16:17:27.483Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-31T16:17:27.744Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-31T16:17:28.004Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-31T16:17:28.004Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:28.004Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T16:17:28.004Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T16:17:28.265Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T16:17:28.527Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T16:17:28.527Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-31T16:17:28.527Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T16:17:28.527Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-31T16:17:28.788Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:28.788Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-31T16:17:28.788Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-31T16:17:28.788Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-31T16:17:29.054Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:29.054Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-31T16:17:29.054Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T16:17:29.316Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-31T16:17:29.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:29.316Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-31T16:17:29.316Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T16:17:29.316Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-31T16:17:29.576Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:29.576Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T16:17:29.576Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T16:17:29.576Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T16:17:29.837Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:29.837Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T16:17:29.837Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T16:17:29.837Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T16:17:30.098Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:30.098Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T16:17:30.098Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T16:17:30.358Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T16:17:30.358Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:30.358Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T16:17:30.623Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T16:17:30.623Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-31T16:17:30.623Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T16:17:30.882Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T16:17:30.882Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T16:17:30.882Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T16:17:31.142Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:31.142Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-31T16:17:31.142Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-31T16:17:31.142Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-31T16:17:31.403Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:31.403Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-31T16:17:31.403Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T16:17:31.403Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T16:17:31.665Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:31.665Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T16:17:31.665Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T16:17:31.926Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T16:17:31.926Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:31.926Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-31T16:17:31.926Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-31T16:17:32.186Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-31T16:17:32.187Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:32.187Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T16:17:32.187Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T16:17:32.758Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-31T16:17:32.758Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:32.758Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T16:17:32.758Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T16:17:33.018Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-31T16:17:33.018Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:33.018Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-31T16:17:33.018Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-31T16:17:33.278Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-31T16:17:33.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:33.278Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-31T16:17:33.278Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-31T16:17:33.539Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-31T16:17:33.539Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:33.539Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-31T16:17:33.539Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-31T16:17:33.800Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-31T16:17:33.800Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:33.800Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-31T16:17:33.800Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-31T16:17:34.062Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-31T16:17:34.063Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:34.063Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T16:17:34.063Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-31T16:17:34.063Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-31T16:17:34.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T16:17:34.324Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-31T16:17:34.324Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-31T16:17:34.324Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-31T16:17:34.324Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-31T16:17:34.324Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T16:17:34.589Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T16:17:34.589Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T16:17:34.589Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T16:17:34.850Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T16:17:34.850Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T16:17:34.850Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-31T16:17:35.111Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-31T16:17:35.111Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T16:17:35.111Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-31T16:17:35.372Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T16:17:35.373Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-31T16:17:35.373Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-31T16:17:35.373Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-31T16:17:35.373Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-31T16:17:35.373Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-31T16:17:35.636Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-31T16:17:35.636Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-31T16:17:35.636Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-31T16:17:35.896Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-31T16:17:35.896Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-31T16:17:35.896Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-31T16:17:36.157Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-31T16:17:36.157Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-31T16:17:37.099Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-31T16:17:37.099Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-31T16:17:37.099Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-31T16:17:37.099Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-31T16:17:37.099Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T16:17:37.360Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T16:17:37.622Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T16:17:37.622Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T16:17:37.622Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T16:17:37.622Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T16:17:37.883Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T16:17:37.883Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T16:17:37.883Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:38.143Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T16:17:38.143Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:38.143Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T16:17:38.404Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:38.404Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T16:17:38.404Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:38.404Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T16:17:39.089Z] Removing intermediate container 9d1614f3c542 [2021-03-31T16:17:39.089Z] ---> 52bdf52b463f [2021-03-31T16:17:39.089Z] [2021-03-31T16:17:39.089Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T16:17:39.346Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:39.347Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T16:17:39.366Z] 3.12: Pulling from library/alpine [2021-03-31T16:17:40.287Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:40.287Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T16:17:41.226Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:41.226Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T16:17:41.507Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:41.507Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T16:17:42.009Z] Removing intermediate container 9f6af977e3ba [2021-03-31T16:17:42.010Z] ---> 1236ea575d0b [2021-03-31T16:17:42.010Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T16:17:42.152Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T16:17:42.282Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T16:17:42.431Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T16:17:42.431Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T16:17:42.431Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T16:17:42.431Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T16:17:42.562Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T16:17:42.563Z] ---> e47305ac9786 [2021-03-31T16:17:42.563Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T16:17:42.563Z] ---> Running in 4c3d56c0ecbb [2021-03-31T16:17:42.732Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T16:17:42.732Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T16:17:42.732Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T16:17:42.838Z] ---> Running in 2e7a3afffc80 [2021-03-31T16:17:42.838Z] Removing intermediate container 04c087080083 [2021-03-31T16:17:42.838Z] ---> 8b1e73577375 [2021-03-31T16:17:42.838Z] [2021-03-31T16:17:42.838Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T16:17:42.838Z] ---> e47305ac9786 [2021-03-31T16:17:42.838Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T16:17:43.063Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-31T16:17:43.064Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-31T16:17:43.064Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T16:17:43.064Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T16:17:43.064Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T16:17:43.064Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T16:17:43.429Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-31T16:17:43.429Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-31T16:17:43.429Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T16:17:43.429Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T16:17:43.429Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T16:17:43.429Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T16:17:43.429Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T16:17:43.457Z] ---> Running in 230f96725bd9 [2021-03-31T16:17:43.697Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-31T16:17:43.697Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-31T16:17:43.697Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-31T16:17:43.697Z] [2021-03-31T16:17:43.697Z] Current default time zone: 'Etc/UTC' [2021-03-31T16:17:43.697Z] Local time is now: Wed Mar 31 16:17:43 UTC 2021. [2021-03-31T16:17:43.697Z] Universal Time is now: Wed Mar 31 16:17:43 UTC 2021. [2021-03-31T16:17:43.697Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-31T16:17:43.697Z] [2021-03-31T16:17:43.697Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-31T16:17:43.697Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T16:17:43.697Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-31T16:17:43.732Z] Removing intermediate container 2e7a3afffc80 [2021-03-31T16:17:43.732Z] ---> fd0b03dc1e6c [2021-03-31T16:17:43.732Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T16:17:43.958Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-31T16:17:43.958Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-31T16:17:43.958Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-31T16:17:43.958Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-31T16:17:43.958Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-31T16:17:43.958Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-31T16:17:43.958Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T16:17:43.958Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T16:17:43.958Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-31T16:17:44.218Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T16:17:44.330Z] ---> Running in 4d39835b71d2 [2021-03-31T16:17:44.479Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T16:17:44.479Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T16:17:44.479Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-31T16:17:44.479Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-31T16:17:44.479Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-31T16:17:44.479Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T16:17:44.479Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-31T16:17:44.479Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-31T16:17:44.479Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-31T16:17:44.479Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-31T16:17:45.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T16:17:46.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:17:46.390Z] Updating certificates in /etc/ssl/certs... [2021-03-31T16:17:46.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:17:46.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:17:46.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:17:47.133Z] Removing intermediate container c7d15f86e18c [2021-03-31T16:17:47.133Z] ---> 8198180c4b7c [2021-03-31T16:17:47.133Z] [2021-03-31T16:17:47.133Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T16:17:47.133Z] ---> e47305ac9786 [2021-03-31T16:17:47.133Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T16:17:47.334Z] 23 added, 27 removed; done. [2021-03-31T16:17:47.334Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T16:17:47.334Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T16:17:47.334Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-31T16:17:47.334Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-31T16:17:47.334Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-31T16:17:47.334Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T16:17:47.334Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T16:17:47.412Z] ---> Running in fb4dac11d354 [2021-03-31T16:17:47.412Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T16:17:47.412Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T16:17:47.412Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:17:47.412Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T16:17:47.412Z] OK: 5 MiB in 16 packages [2021-03-31T16:17:47.595Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T16:17:47.595Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T16:17:47.595Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T16:17:47.595Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T16:17:47.595Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T16:17:47.595Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-31T16:17:47.595Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-31T16:17:47.595Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-31T16:17:47.693Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T16:17:47.693Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T16:17:47.693Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T16:17:47.693Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:17:47.693Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T16:17:47.856Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-31T16:17:47.856Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-31T16:17:47.856Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T16:17:47.856Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T16:17:47.856Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-31T16:17:47.856Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-31T16:17:47.856Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-31T16:17:47.966Z] OK: 7 MiB in 18 packages [2021-03-31T16:17:48.116Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T16:17:48.116Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T16:17:48.116Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-31T16:17:48.116Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-31T16:17:48.116Z] Updating certificates in /etc/ssl/certs... [2021-03-31T16:17:48.685Z] 0 added, 0 removed; done. [2021-03-31T16:17:48.686Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-31T16:17:48.686Z] done. [2021-03-31T16:17:49.255Z] Reading package lists... [2021-03-31T16:17:49.255Z] Building dependency tree... [2021-03-31T16:17:49.255Z] Reading state information... [2021-03-31T16:17:49.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:17:49.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:17:49.516Z] The following NEW packages will be installed: [2021-03-31T16:17:49.516Z] apt-transport-https [2021-03-31T16:17:49.777Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T16:17:49.777Z] Need to get 1696 B of archives. [2021-03-31T16:17:49.777Z] After this operation, 153 kB of additional disk space will be used. [2021-03-31T16:17:49.777Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-31T16:17:49.777Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T16:17:49.777Z] Fetched 1696 B in 0s (8434 B/s) [2021-03-31T16:17:49.777Z] Selecting previously unselected package apt-transport-https. [2021-03-31T16:17:49.777Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-31T16:17:49.777Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-31T16:17:49.777Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T16:17:50.012Z] Removing intermediate container 4d39835b71d2 [2021-03-31T16:17:50.012Z] ---> 8d7dc781b663 [2021-03-31T16:17:50.012Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T16:17:50.012Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T16:17:50.012Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:17:50.012Z] OK: 5 MiB in 15 packages [2021-03-31T16:17:50.036Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T16:17:50.036Z] Waiting for network to be ready... [2021-03-31T16:17:50.298Z] ---> Running in ddae281ef96b [2021-03-31T16:17:50.911Z] Removing intermediate container 230f96725bd9 [2021-03-31T16:17:50.911Z] ---> eece830f5f91 [2021-03-31T16:17:50.911Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T16:17:50.911Z] Removing intermediate container 4c3d56c0ecbb [2021-03-31T16:17:50.911Z] ---> 6cc9e35242b8 [2021-03-31T16:17:50.911Z] [2021-03-31T16:17:50.911Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T16:17:51.269Z] ---> Running in 8eddd12559d2 [2021-03-31T16:17:51.269Z] 20.10.0: Pulling from library/docker [2021-03-31T16:17:51.269Z] Removing intermediate container ddae281ef96b [2021-03-31T16:17:51.269Z] ---> 6cd3b580c9a1 [2021-03-31T16:17:51.269Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T16:17:51.973Z] ---> Running in b1a8b596ed29 [2021-03-31T16:17:51.973Z] Removing intermediate container 8eddd12559d2 [2021-03-31T16:17:51.973Z] ---> 434015d6857d [2021-03-31T16:17:51.973Z] Step 13/21 : WORKDIR /edgex [2021-03-31T16:17:51.973Z] Removing intermediate container fb4dac11d354 [2021-03-31T16:17:51.973Z] ---> ec4a176f7a60 [2021-03-31T16:17:51.973Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:17:52.294Z] ---> Running in 2125e00c84ad [2021-03-31T16:17:52.294Z] ---> Running in cad37bc6b4fa [2021-03-31T16:17:53.302Z] Removing intermediate container b1a8b596ed29 [2021-03-31T16:17:53.302Z] ---> 57aa8e7de6c0 [2021-03-31T16:17:53.302Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T16:17:53.584Z] ---> Running in 6e182fe1b78b [2021-03-31T16:17:54.212Z] Removing intermediate container 2125e00c84ad [2021-03-31T16:17:54.212Z] ---> 61500f59b94a [2021-03-31T16:17:54.212Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T16:17:54.212Z] Removing intermediate container cad37bc6b4fa [2021-03-31T16:17:54.212Z] ---> 1cfa2deef8d5 [2021-03-31T16:17:54.212Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T16:17:54.818Z] ---> Running in dd19ed92d47a [2021-03-31T16:17:56.801Z] ---> f6b6ada3224a [2021-03-31T16:17:56.801Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T16:17:56.801Z] Removing intermediate container dd19ed92d47a [2021-03-31T16:17:56.801Z] ---> 985f9d433e81 [2021-03-31T16:17:56.801Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T16:17:57.074Z] Removing intermediate container 3a7cf042fe71 [2021-03-31T16:17:57.074Z] ---> 65d0f51f4684 [2021-03-31T16:17:57.074Z] [2021-03-31T16:17:57.074Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T16:17:57.074Z] ---> e47305ac9786 [2021-03-31T16:17:57.074Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T16:17:57.074Z] ---> Using cache [2021-03-31T16:17:57.074Z] ---> ec4a176f7a60 [2021-03-31T16:17:57.074Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:17:57.074Z] ---> Using cache [2021-03-31T16:17:57.074Z] ---> 1cfa2deef8d5 [2021-03-31T16:17:57.074Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T16:17:57.345Z] ---> Running in a608a6bc1e49 [2021-03-31T16:17:57.345Z] ---> Running in 5c22676f5525 [2021-03-31T16:17:58.322Z] Removing intermediate container a608a6bc1e49 [2021-03-31T16:17:58.322Z] ---> 41a5571fb535 [2021-03-31T16:17:58.322Z] Step 15/23 : WORKDIR / [2021-03-31T16:17:58.595Z] ---> b5d4209a6502 [2021-03-31T16:17:58.595Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T16:17:58.869Z] Removing intermediate container 6e182fe1b78b [2021-03-31T16:17:58.869Z] ---> 19ede11f6ab5 [2021-03-31T16:17:58.869Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T16:17:58.869Z] ---> Running in c9e38fcd102a [2021-03-31T16:17:58.869Z] Removing intermediate container 5c22676f5525 [2021-03-31T16:17:58.869Z] ---> bf9d80eb9725 [2021-03-31T16:17:58.869Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T16:17:59.465Z] ---> Running in 89fb9691c0e2 [2021-03-31T16:17:59.465Z] ---> Running in 21d8beca659b [2021-03-31T16:18:00.055Z] Removing intermediate container c9e38fcd102a [2021-03-31T16:18:00.055Z] ---> 4e9979424e03 [2021-03-31T16:18:00.055Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:18:00.651Z] Removing intermediate container 89fb9691c0e2 [2021-03-31T16:18:00.651Z] ---> e382e5f9f938 [2021-03-31T16:18:00.651Z] Step 15/23 : WORKDIR / [2021-03-31T16:18:00.651Z] Removing intermediate container 21d8beca659b [2021-03-31T16:18:00.651Z] ---> 4a2df78ddab1 [2021-03-31T16:18:00.651Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T16:18:00.651Z] ---> eb013d57ae96 [2021-03-31T16:18:00.651Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T16:18:00.927Z] ---> Running in c8e776d46135 [2021-03-31T16:18:00.927Z] ---> Running in 7a2e45faedc3 [2021-03-31T16:18:00.927Z] ---> 187f50483f21 [2021-03-31T16:18:00.927Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T16:18:01.908Z] Removing intermediate container c8e776d46135 [2021-03-31T16:18:01.908Z] ---> 564d70091cf4 [2021-03-31T16:18:01.908Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:18:02.188Z] ---> f3a392e2d37d [2021-03-31T16:18:02.188Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T16:18:02.462Z] Removing intermediate container 7a2e45faedc3 [2021-03-31T16:18:02.462Z] ---> 8b6a6591c1e3 [2021-03-31T16:18:02.462Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T16:18:02.739Z] ---> Running in f9879c7a7aab [2021-03-31T16:18:02.739Z] ---> Running in 9aaf62ad1d6a [2021-03-31T16:18:03.023Z] ---> 0b07a13e5a8d [2021-03-31T16:18:03.023Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T16:18:03.623Z] Removing intermediate container 9aaf62ad1d6a [2021-03-31T16:18:03.623Z] ---> 4e650c7d2cd6 [2021-03-31T16:18:03.623Z] Step 19/21 : LABEL arch=arm64 [2021-03-31T16:18:03.623Z] ---> 1b2f9f1effba [2021-03-31T16:18:03.623Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T16:18:03.897Z] ---> Running in 0ff274bb990c [2021-03-31T16:18:04.877Z] Removing intermediate container 0ff274bb990c [2021-03-31T16:18:04.877Z] ---> 5b906a700f0a [2021-03-31T16:18:04.877Z] Step 20/21 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:18:05.152Z] ---> Running in cc271054c74c [2021-03-31T16:18:05.152Z] ---> 6cf1bcf39376 [2021-03-31T16:18:05.152Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T16:18:05.152Z] ---> e918e8f954ca [2021-03-31T16:18:05.152Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T16:18:05.426Z] ---> Running in c7dff84e3d66 [2021-03-31T16:18:06.028Z] Removing intermediate container cc271054c74c [2021-03-31T16:18:06.028Z] ---> 47beed8b291e [2021-03-31T16:18:06.028Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T16:18:06.028Z] Removing intermediate container c7dff84e3d66 [2021-03-31T16:18:06.028Z] ---> 5820adb86f75 [2021-03-31T16:18:06.028Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:18:06.305Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T16:18:06.305Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T16:18:06.305Z] ---> eeaf43b92773 [2021-03-31T16:18:06.305Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T16:18:06.305Z] ---> Running in 2d052053231a [2021-03-31T16:18:06.305Z] ---> Running in c05b97091535 [2021-03-31T16:18:06.578Z] ---> 8ba913cb86ce [2021-03-31T16:18:06.578Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T16:18:06.578Z] ---> Running in 65a50168b629 [2021-03-31T16:18:06.578Z] Removing intermediate container f9879c7a7aab [2021-03-31T16:18:06.578Z] ---> ce3b5bc09a9d [2021-03-31T16:18:06.578Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:18:06.861Z] ---> Running in 4f772b6302f3 [2021-03-31T16:18:06.861Z] Removing intermediate container 2d052053231a [2021-03-31T16:18:06.861Z] ---> 5c90e4d8ff30 [2021-03-31T16:18:06.861Z] [2021-03-31T16:18:07.134Z] Removing intermediate container c05b97091535 [2021-03-31T16:18:07.134Z] ---> 3658af10a86b [2021-03-31T16:18:07.134Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T16:18:07.736Z] Successfully built 5c90e4d8ff30 [2021-03-31T16:18:07.736Z] ---> Running in 9ede4ce99aa5 [2021-03-31T16:18:07.736Z] Removing intermediate container 4f772b6302f3 [2021-03-31T16:18:07.736Z] ---> 963d09e4982f [2021-03-31T16:18:07.736Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:18:07.736Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-31T16:18:07.736Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-31T16:18:07.736Z] ---> eb1b6fca954e [2021-03-31T16:18:07.736Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T16:18:08.010Z] ---> Running in 3cb89d9b5786 [2021-03-31T16:18:08.154Z] 2021-03-31T16:18:03Z INFO Waiting for automatic snapd restart... [2021-03-31T16:18:08.154Z] snapd 2.49.1 from Canonical* installed [2021-03-31T16:18:08.154Z] "snapd" switched to the "latest/stable" channel [2021-03-31T16:18:08.154Z] [2021-03-31T16:18:08.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:18:08.281Z] Removing intermediate container 9ede4ce99aa5 [2021-03-31T16:18:08.281Z] ---> 682f6019f02b [2021-03-31T16:18:08.281Z] Step 22/23 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:18:08.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:18:08.553Z] ---> Running in 50e152f31b8e [2021-03-31T16:18:08.827Z] Removing intermediate container 3cb89d9b5786 [2021-03-31T16:18:08.827Z] ---> d66b5748425c [2021-03-31T16:18:08.827Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T16:18:08.827Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T16:18:08.827Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T16:18:08.827Z] Executing bash-5.0.17-r0.post-install [2021-03-31T16:18:09.097Z] core18 20210309 from Canonical* installed [2021-03-31T16:18:09.103Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:18:09.103Z] OK: 12 MiB in 22 packages [2021-03-31T16:18:09.103Z] ---> Running in f2b570457fda [2021-03-31T16:18:09.357Z] "core18" switched to the "latest/stable" channel [2021-03-31T16:18:09.357Z] [2021-03-31T16:18:10.092Z] Removing intermediate container 50e152f31b8e [2021-03-31T16:18:10.092Z] ---> 639f4255e3df [2021-03-31T16:18:10.092Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T16:18:10.092Z] ---> 647b7bc84d3d [2021-03-31T16:18:10.092Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T16:18:10.684Z] ---> Running in 46d3685d057f [2021-03-31T16:18:10.684Z] Removing intermediate container f2b570457fda [2021-03-31T16:18:10.684Z] ---> 1e08fd9d00c9 [2021-03-31T16:18:10.684Z] Step 22/23 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:18:11.281Z] ---> Running in 99ccb25d923c [2021-03-31T16:18:11.281Z] ---> 2b3e1b4ed0b5 [2021-03-31T16:18:11.281Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T16:18:11.281Z] Removing intermediate container 46d3685d057f [2021-03-31T16:18:11.281Z] ---> 00feda9da1ab [2021-03-31T16:18:11.557Z] [2021-03-31T16:18:11.833Z] Removing intermediate container 65a50168b629 [2021-03-31T16:18:11.833Z] ---> 5c7d0f299289 [2021-03-31T16:18:11.833Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T16:18:12.110Z] Successfully built 00feda9da1ab [2021-03-31T16:18:12.110Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-31T16:18:12.110Z] Building docker-security-secretstore-setup-go [2021-03-31T16:18:12.110Z]  Building docker-core-command-go ... done Removing intermediate container 99ccb25d923c [2021-03-31T16:18:12.110Z] ---> 1694d16057c1 [2021-03-31T16:18:12.110Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T16:18:12.387Z] ---> Running in 9e9aabc13d81 [2021-03-31T16:18:12.658Z] snapcraft 4.6 from Canonical* installed [2021-03-31T16:18:12.658Z] "snapcraft" switched to the "latest/stable" channel [2021-03-31T16:18:12.658Z] [2021-03-31T16:18:12.666Z] ---> Running in bd585066f607 [2021-03-31T16:18:12.666Z] ---> ab8004c95fd6 [2021-03-31T16:18:12.666Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T16:18:13.265Z] Removing intermediate container 9e9aabc13d81 [2021-03-31T16:18:13.265Z] ---> 7ff2161d3740 [2021-03-31T16:18:13.265Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T16:18:13.265Z] Removing intermediate container bd585066f607 [2021-03-31T16:18:13.265Z] ---> d68504fd3920 [2021-03-31T16:18:13.265Z] [2021-03-31T16:18:13.265Z] ---> Running in 82a93d0c309d [2021-03-31T16:18:13.886Z] Successfully built d68504fd3920 [2021-03-31T16:18:14.171Z] ---> acb9a7387532 [2021-03-31T16:18:14.171Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T16:18:14.171Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-31T16:18:14.171Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-03-31T16:18:14.458Z] Removing intermediate container 82a93d0c309d [2021-03-31T16:18:14.458Z] ---> eba807883b1b [2021-03-31T16:18:14.458Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T16:18:14.751Z] ---> Running in f98a6fe1f673 [2021-03-31T16:18:15.034Z] ---> Running in 9e961665dc32 [2021-03-31T16:18:15.634Z] Removing intermediate container f98a6fe1f673 [2021-03-31T16:18:15.634Z] ---> 0cce774e9da0 [2021-03-31T16:18:15.634Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T16:18:15.634Z] Removing intermediate container 9e961665dc32 [2021-03-31T16:18:15.634Z] ---> 1fbe0b2400ba [2021-03-31T16:18:15.634Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T16:18:16.863Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T16:18:16.863Z] - README.md [2021-03-31T16:18:16.863Z] [2021-03-31T16:18:16.863Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T16:18:17.609Z] ---> 4f7c2b34fec0 [2021-03-31T16:18:17.609Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T16:18:17.609Z] ---> 07ff701bc043 [2021-03-31T16:18:17.610Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T16:18:17.882Z] ---> Running in 10d36c24c2a9 [2021-03-31T16:18:18.866Z] ---> 14ad58d3fee5 [2021-03-31T16:18:18.866Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T16:18:20.842Z] ---> 4be93de0ab74 [2021-03-31T16:18:20.842Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T16:18:20.842Z] ---> Running in 20939e33543c [2021-03-31T16:18:21.119Z] Removing intermediate container 10d36c24c2a9 [2021-03-31T16:18:21.119Z] ---> 39588c53277d [2021-03-31T16:18:21.119Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T16:18:21.720Z] ---> Running in b03a5a91eb18 [2021-03-31T16:18:22.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:18:22.616Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:18:22.616Z] Removing intermediate container b03a5a91eb18 [2021-03-31T16:18:22.616Z] ---> af1eb8609162 [2021-03-31T16:18:22.616Z] Step 28/31 : CMD ["gate"] [2021-03-31T16:18:23.212Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T16:18:23.213Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T16:18:23.213Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T16:18:23.213Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T16:18:23.213Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T16:18:23.213Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T16:18:23.213Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T16:18:23.443Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T16:18:23.443Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T16:18:23.443Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T16:18:23.443Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T16:18:24.014Z] Reading package lists... [2021-03-31T16:18:24.192Z] ---> Running in 3952cbee4477 [2021-03-31T16:18:24.586Z] 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-03-31T16:18:25.173Z] Removing intermediate container 3952cbee4477 [2021-03-31T16:18:25.173Z] ---> c787933f36bf [2021-03-31T16:18:25.173Z] Step 29/31 : LABEL arch=arm64 [2021-03-31T16:18:25.173Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T16:18:25.173Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T16:18:25.173Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T16:18:25.173Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T16:18:25.173Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T16:18:25.173Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T16:18:25.173Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T16:18:25.443Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T16:18:25.443Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T16:18:25.443Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T16:18:25.443Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T16:18:25.443Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T16:18:25.443Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T16:18:25.443Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T16:18:25.716Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T16:18:25.716Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T16:18:25.716Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T16:18:25.716Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T16:18:25.716Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T16:18:25.716Z] ---> Running in 8ba6dd993234 [2021-03-31T16:18:25.716Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T16:18:25.716Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T16:18:25.716Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T16:18:25.716Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T16:18:25.716Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T16:18:25.716Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T16:18:25.716Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T16:18:25.989Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:18:25.989Z] OK: 71 MiB in 55 packages [2021-03-31T16:18:26.977Z] Removing intermediate container 8ba6dd993234 [2021-03-31T16:18:26.977Z] ---> f8ac7e48fa96 [2021-03-31T16:18:26.977Z] Step 30/31 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:18:27.956Z] ---> Running in 0cc59774d0f2 [2021-03-31T16:18:28.548Z] Removing intermediate container 0cc59774d0f2 [2021-03-31T16:18:28.548Z] ---> b62abd78516d [2021-03-31T16:18:28.548Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T16:18:29.523Z] ---> Running in d41e09e54394 [2021-03-31T16:18:30.124Z] Removing intermediate container d41e09e54394 [2021-03-31T16:18:30.398Z] ---> bb6c2fa352ee [2021-03-31T16:18:30.398Z] [2021-03-31T16:18:31.004Z] Successfully built bb6c2fa352ee [2021-03-31T16:18:31.004Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-31T16:18:31.004Z] Building docker-support-notifications-go [2021-03-31T16:18:31.188Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T16:18:31.188Z] Reading package lists... [2021-03-31T16:18:31.188Z] Building dependency tree... [2021-03-31T16:18:31.188Z] Reading state information... [2021-03-31T16:18:31.188Z] Suggested packages: [2021-03-31T16:18:31.188Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-31T16:18:31.188Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-31T16:18:31.188Z] Recommended packages: [2021-03-31T16:18:31.188Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-31T16:18:31.188Z] The following NEW packages will be installed: [2021-03-31T16:18:31.188Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-31T16:18:31.188Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-31T16:18:31.188Z] pkg-config zip [2021-03-31T16:18:31.188Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T16:18:31.188Z] Need to get 7663 kB of archives. [2021-03-31T16:18:31.188Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-31T16:18:31.188Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-31T16:18:31.188Z] 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-03-31T16:18:31.188Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-31T16:18:31.449Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-31T16:18:31.449Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-31T16:18:31.449Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-31T16:18:31.449Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-31T16:18:31.709Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-31T16:18:31.709Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-31T16:18:31.709Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-31T16:18:31.709Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-03-31T16:18:31.709Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-31T16:18:31.969Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-31T16:18:31.969Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-31T16:18:31.969Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-31T16:18:32.229Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T16:18:32.229Z] Fetched 7663 kB in 1s (6408 kB/s) [2021-03-31T16:18:32.229Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-31T16:18:32.229Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-31T16:18:32.229Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-31T16:18:32.229Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T16:18:32.489Z] Selecting previously unselected package libpsl5:amd64. [2021-03-31T16:18:32.489Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-31T16:18:32.489Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T16:18:32.749Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-31T16:18:32.749Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-31T16:18:32.749Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T16:18:32.749Z] Selecting previously unselected package librtmp1:amd64. [2021-03-31T16:18:32.749Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-31T16:18:32.749Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T16:18:32.749Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-31T16:18:32.749Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-03-31T16:18:32.749Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-03-31T16:18:33.009Z] Selecting previously unselected package liberror-perl. [2021-03-31T16:18:33.009Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-31T16:18:33.009Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-31T16:18:33.009Z] Selecting previously unselected package git-man. [2021-03-31T16:18:33.009Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-31T16:18:33.009Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T16:18:33.270Z] Selecting previously unselected package git. [2021-03-31T16:18:33.270Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-31T16:18:33.270Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T16:18:34.209Z] Selecting previously unselected package libnorm1:amd64. [2021-03-31T16:18:34.209Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-31T16:18:34.209Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T16:18:34.209Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-31T16:18:34.209Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-31T16:18:34.209Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T16:18:34.209Z] Selecting previously unselected package libsodium23:amd64. [2021-03-31T16:18:34.209Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-31T16:18:34.209Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-31T16:18:34.209Z] Selecting previously unselected package libzmq5:amd64. [2021-03-31T16:18:34.209Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T16:18:34.209Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T16:18:34.389Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 20939e33543c [2021-03-31T16:18:34.389Z] ---> 1de2abc08c94 [2021-03-31T16:18:34.389Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T16:18:34.389Z] ---> Running in 043f36a19a24 [2021-03-31T16:18:34.470Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-31T16:18:34.470Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T16:18:34.470Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T16:18:34.470Z] Selecting previously unselected package pkg-config. [2021-03-31T16:18:34.470Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-31T16:18:34.470Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T16:18:34.470Z] Selecting previously unselected package zip. [2021-03-31T16:18:34.731Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-31T16:18:34.731Z] Unpacking zip (3.0-11build1) ... [2021-03-31T16:18:34.731Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T16:18:34.731Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T16:18:34.731Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T16:18:34.731Z] Setting up liberror-perl (0.17025-1) ... [2021-03-31T16:18:34.731Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T16:18:34.991Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T16:18:34.991Z] No schema files found: doing nothing. [2021-03-31T16:18:34.991Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T16:18:34.991Z] Setting up zip (3.0-11build1) ... [2021-03-31T16:18:34.991Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T16:18:34.991Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-31T16:18:34.991Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T16:18:35.250Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T16:18:35.250Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-03-31T16:18:35.251Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T16:18:35.251Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T16:18:35.251Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T16:18:41.103Z] Collecting docker-compose==1.23.2 [2021-03-31T16:18:41.103Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T16:18:41.103Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T16:18:41.103Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T16:18:41.829Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T16:18:41.829Z] git set to automatically installed. [2021-03-31T16:18:41.829Z] git-man set to automatically installed. [2021-03-31T16:18:41.829Z] libcurl3-gnutls set to automatically installed. [2021-03-31T16:18:41.829Z] liberror-perl set to automatically installed. [2021-03-31T16:18:41.829Z] libglib2.0-0 set to automatically installed. [2021-03-31T16:18:41.829Z] libnghttp2-14 set to automatically installed. [2021-03-31T16:18:41.829Z] libnorm1 set to automatically installed. [2021-03-31T16:18:41.829Z] libpgm-5.2-0 set to automatically installed. [2021-03-31T16:18:41.829Z] libpsl5 set to automatically installed. [2021-03-31T16:18:41.829Z] librtmp1 set to automatically installed. [2021-03-31T16:18:41.829Z] libsodium23 set to automatically installed. [2021-03-31T16:18:41.829Z] libzmq3-dev set to automatically installed. [2021-03-31T16:18:41.829Z] libzmq5 set to automatically installed. [2021-03-31T16:18:41.829Z] pkg-config set to automatically installed. [2021-03-31T16:18:41.829Z] zip set to automatically installed. [2021-03-31T16:18:42.080Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T16:18:42.080Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T16:18:43.080Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T16:18:43.080Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T16:18:43.355Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T16:18:43.355Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T16:18:44.825Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:18:44.825Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:18:44.825Z] ---> d97c9c729bc0 [2021-03-31T16:18:44.825Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T16:18:44.825Z] ---> Using cache [2021-03-31T16:18:44.825Z] ---> a8281f304e39 [2021-03-31T16:18:44.825Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:18:44.825Z] ---> Using cache [2021-03-31T16:18:44.825Z] ---> 12f77daa75cc [2021-03-31T16:18:44.825Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T16:18:47.442Z] Collecting PyYAML<4,>=3.10 [2021-03-31T16:18:47.442Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T16:18:48.044Z] ---> Running in f1e34280974c [2021-03-31T16:18:50.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:18:50.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:18:50.998Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T16:18:50.998Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T16:18:53.644Z] OK: 217 MiB in 51 packages [2021-03-31T16:18:54.244Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T16:18:54.244Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T16:18:55.717Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T16:18:55.717Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T16:18:55.717Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:18:55.717Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:18:55.717Z] ---> d97c9c729bc0 [2021-03-31T16:18:55.717Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T16:18:55.717Z] ---> Using cache [2021-03-31T16:18:55.717Z] ---> a8281f304e39 [2021-03-31T16:18:55.717Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:18:55.717Z] ---> Using cache [2021-03-31T16:18:55.717Z] ---> 12f77daa75cc [2021-03-31T16:18:55.717Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T16:18:55.990Z] ---> Running in 70b502f43818 [2021-03-31T16:18:56.973Z] Removing intermediate container f1e34280974c [2021-03-31T16:18:56.973Z] ---> 245eb08dc194 [2021-03-31T16:18:56.973Z] Step 6/23 : COPY go.mod . [2021-03-31T16:18:57.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:18:57.964Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:18:57.964Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:18:57.964Z] ---> d97c9c729bc0 [2021-03-31T16:18:57.964Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T16:18:57.964Z] ---> Using cache [2021-03-31T16:18:57.964Z] ---> a8281f304e39 [2021-03-31T16:18:57.964Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:18:57.964Z] ---> Using cache [2021-03-31T16:18:57.964Z] ---> 12f77daa75cc [2021-03-31T16:18:57.964Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T16:18:58.246Z] ---> Running in 3ca35bc957dc [2021-03-31T16:18:58.516Z] ---> 7d409c9ead82 [2021-03-31T16:18:58.516Z] Step 7/23 : RUN go mod download [2021-03-31T16:18:58.516Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T16:18:58.516Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T16:18:58.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:18:58.789Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T16:18:58.789Z] ---> Running in 868d40f6e369 [2021-03-31T16:18:59.074Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T16:18:59.074Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T16:18:59.673Z] OK: 217 MiB in 51 packages [2021-03-31T16:19:00.274Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T16:19:00.274Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T16:19:00.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:19:01.160Z] Collecting idna<2.8,>=2.5 [2021-03-31T16:19:01.160Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T16:19:01.160Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T16:19:01.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:19:01.451Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T16:19:01.451Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T16:19:01.451Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T16:19:01.451Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T16:19:01.451Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T16:19:01.727Z] Removing intermediate container 70b502f43818 [2021-03-31T16:19:01.727Z] ---> 7984b7b4384a [2021-03-31T16:19:01.727Z] Step 6/24 : COPY go.mod . [2021-03-31T16:19:02.337Z] OK: 217 MiB in 51 packages [2021-03-31T16:19:02.612Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, PyYAML, texttable, dockerpty, cached-property, docker-compose [2021-03-31T16:19:03.210Z] Attempting uninstall: urllib3 [2021-03-31T16:19:03.210Z] Found existing installation: urllib3 1.25.9 [2021-03-31T16:19:03.210Z] Uninstalling urllib3-1.25.9: [2021-03-31T16:19:03.210Z] ---> e7d0050f9cd1 [2021-03-31T16:19:03.210Z] Step 7/24 : RUN go mod download [2021-03-31T16:19:03.210Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T16:19:03.487Z] ---> Running in 142cdbea1276 [2021-03-31T16:19:03.487Z] Removing intermediate container 868d40f6e369 [2021-03-31T16:19:03.487Z] ---> ce29f1d67557 [2021-03-31T16:19:03.487Z] Step 8/23 : COPY . . [2021-03-31T16:19:04.082Z] Removing intermediate container 3ca35bc957dc [2021-03-31T16:19:04.082Z] ---> 755f049799c4 [2021-03-31T16:19:04.082Z] Step 6/22 : COPY go.mod . [2021-03-31T16:19:04.082Z] Attempting uninstall: idna [2021-03-31T16:19:04.082Z] Found existing installation: idna 2.9 [2021-03-31T16:19:04.082Z] Uninstalling idna-2.9: [2021-03-31T16:19:04.353Z] Successfully uninstalled idna-2.9 [2021-03-31T16:19:04.947Z] Attempting uninstall: requests [2021-03-31T16:19:04.947Z] Found existing installation: requests 2.23.0 [2021-03-31T16:19:04.947Z] Uninstalling requests-2.23.0: [2021-03-31T16:19:05.220Z] Successfully uninstalled requests-2.23.0 [2021-03-31T16:19:05.817Z] ---> 02fe38b45609 [2021-03-31T16:19:05.817Z] Step 7/22 : RUN go mod download [2021-03-31T16:19:06.090Z] ---> Running in 8a5da767a9ef [2021-03-31T16:19:07.522Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:19:07.522Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:19:07.522Z] ---> d97c9c729bc0 [2021-03-31T16:19:07.522Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T16:19:07.522Z] ---> Using cache [2021-03-31T16:19:07.522Z] ---> a8281f304e39 [2021-03-31T16:19:07.522Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:19:07.522Z] ---> Using cache [2021-03-31T16:19:07.522Z] ---> 12f77daa75cc [2021-03-31T16:19:07.522Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T16:19:07.522Z] Running setup.py install for docopt: started [2021-03-31T16:19:07.804Z] ---> Running in 5de0f141cb9a [2021-03-31T16:19:08.080Z] Removing intermediate container 142cdbea1276 [2021-03-31T16:19:08.080Z] ---> c019b93e097f [2021-03-31T16:19:08.080Z] Step 8/24 : COPY . . [2021-03-31T16:19:10.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:19:10.062Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T16:19:10.062Z] Running setup.py install for PyYAML: started [2021-03-31T16:19:10.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:19:11.384Z] Removing intermediate container 8a5da767a9ef [2021-03-31T16:19:11.384Z] ---> 929094aadbce [2021-03-31T16:19:11.384Z] Step 8/22 : COPY . . [2021-03-31T16:19:11.384Z] OK: 217 MiB in 51 packages [2021-03-31T16:19:13.368Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T16:19:13.368Z] Running setup.py install for texttable: started [2021-03-31T16:19:13.667Z] Removing intermediate container 5de0f141cb9a [2021-03-31T16:19:13.667Z] ---> 5aadd0a4fd07 [2021-03-31T16:19:13.667Z] Step 6/22 : COPY go.mod . [2021-03-31T16:19:15.681Z] ---> ca806dedae46 [2021-03-31T16:19:15.681Z] Step 7/22 : RUN go mod download [2021-03-31T16:19:15.681Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T16:19:15.681Z] Running setup.py install for dockerpty: started [2021-03-31T16:19:15.959Z] ---> Running in 811208ed0b7a [2021-03-31T16:19:17.957Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T16:19:19.985Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T16:19:20.590Z] Removing intermediate container 811208ed0b7a [2021-03-31T16:19:20.590Z] ---> a753d3f8b968 [2021-03-31T16:19:20.590Z] Step 8/22 : COPY . . [2021-03-31T16:19:27.366Z] ---> 7648cbffd1db [2021-03-31T16:19:27.366Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T16:19:27.366Z] Removing intermediate container 043f36a19a24 [2021-03-31T16:19:27.366Z] ---> 03109d7c7139 [2021-03-31T16:19:27.366Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T16:19:27.366Z] ---> Running in 28353f347c38 [2021-03-31T16:19:27.366Z] ---> Running in 061117db5ee7 [2021-03-31T16:19:29.369Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T16:19:29.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:19:29.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:19:30.367Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T16:19:30.367Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T16:19:30.367Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T16:19:30.367Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:19:30.367Z] OK: 72 MiB in 58 packages [2021-03-31T16:19:30.981Z] ---> 3406fe717b9e [2021-03-31T16:19:30.981Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T16:19:31.600Z] ---> Running in c8613b93589e [2021-03-31T16:19:33.603Z] Removing intermediate container 061117db5ee7 [2021-03-31T16:19:33.603Z] ---> 84ae7a2a415a [2021-03-31T16:19:33.603Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T16:19:33.884Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T16:19:33.884Z] ---> Running in 2c03a8537372 [2021-03-31T16:19:34.898Z] Removing intermediate container 2c03a8537372 [2021-03-31T16:19:34.898Z] ---> 09c2cdff20e2 [2021-03-31T16:19:34.898Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:19:35.179Z] ---> Running in 06d5c084a27a [2021-03-31T16:19:36.631Z] Removing intermediate container 06d5c084a27a [2021-03-31T16:19:36.631Z] ---> 10e762d4cb2e [2021-03-31T16:19:36.631Z] Step 24/26 : LABEL arch=arm64 [2021-03-31T16:19:36.631Z] ---> Running in 55be22be8a08 [2021-03-31T16:19:36.910Z] ---> 68f7efa70e94 [2021-03-31T16:19:36.910Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T16:19:37.899Z] ---> Running in e85af000c6ef [2021-03-31T16:19:37.899Z] Removing intermediate container 55be22be8a08 [2021-03-31T16:19:37.899Z] ---> dbd32a8d3f3d [2021-03-31T16:19:37.899Z] Step 25/26 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:19:38.175Z] ---> Running in 7cc43fafbd78 [2021-03-31T16:19:39.638Z] Removing intermediate container 7cc43fafbd78 [2021-03-31T16:19:39.638Z] ---> f89baaa0db6e [2021-03-31T16:19:39.638Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T16:19:39.916Z] ---> Running in e69915c43d36 [2021-03-31T16:19:39.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T16:19:40.916Z] Removing intermediate container e69915c43d36 [2021-03-31T16:19:40.916Z] ---> 493bb1119776 [2021-03-31T16:19:40.916Z] [2021-03-31T16:19:41.937Z] Successfully built 493bb1119776 [2021-03-31T16:19:41.937Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-31T16:19:47.397Z]  Building docker-sys-mgmt-agent-go ... done  ---> aecb1f2c91aa [2021-03-31T16:19:47.397Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T16:19:47.397Z] ---> Running in 46c8743872d8 [2021-03-31T16:19:48.870Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T16:19:49.564Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T16:19:54.859Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T16:20:00.195Z] snap "core18" has no updates available [2021-03-31T16:20:08.364Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T16:20:13.956Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T16:20:57.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T16:21:00.690Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-31T16:21:00.690Z] Pulling go-build-helper [2021-03-31T16:21:00.690Z] + snapcraftctl pull [2021-03-31T16:21:00.690Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-31T16:21:00.690Z] Skipping pull go-build-helper (already ran) [2021-03-31T16:21:00.690Z] Building go-build-helper [2021-03-31T16:21:00.690Z] + snapcraftctl build [2021-03-31T16:21:01.634Z] Staging go-build-helper [2021-03-31T16:21:01.634Z] + snapcraftctl stage [2021-03-31T16:21:07.288Z] Removing intermediate container c8613b93589e [2021-03-31T16:21:07.288Z] ---> d84a045a011c [2021-03-31T16:21:07.288Z] [2021-03-31T16:21:07.288Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T16:21:07.288Z] ---> e47305ac9786 [2021-03-31T16:21:07.288Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T16:21:07.288Z] ---> Running in 6d595f281164 [2021-03-31T16:21:07.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:21:08.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:21:08.803Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T16:21:08.803Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T16:21:08.803Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T16:21:08.803Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T16:21:08.803Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T16:21:08.803Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T16:21:08.803Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:21:09.096Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T16:21:09.096Z] OK: 7 MiB in 20 packages [2021-03-31T16:21:11.771Z] Removing intermediate container 6d595f281164 [2021-03-31T16:21:11.771Z] ---> 44ccf0973579 [2021-03-31T16:21:11.771Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T16:21:12.049Z] ---> Running in f83d382159f9 [2021-03-31T16:21:12.679Z] Removing intermediate container f83d382159f9 [2021-03-31T16:21:12.679Z] ---> 96404f14029a [2021-03-31T16:21:12.679Z] Step 13/24 : WORKDIR / [2021-03-31T16:21:12.967Z] ---> Running in cc35b1b5978c [2021-03-31T16:21:13.587Z] Removing intermediate container cc35b1b5978c [2021-03-31T16:21:13.587Z] ---> f8bd06641e08 [2021-03-31T16:21:13.587Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T16:21:13.876Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T16:21:13.877Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T16:21:13.877Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T16:21:13.877Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-31T16:21:13.877Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T16:21:13.877Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T16:21:13.877Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T16:21:13.877Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T16:21:13.877Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T16:21:13.877Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T16:21:13.877Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T16:21:13.877Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T16:21:13.877Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T16:21:13.877Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T16:21:13.877Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T16:21:13.877Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T16:21:13.877Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T16:21:13.877Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T16:21:13.877Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T16:21:13.877Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T16:21:13.877Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T16:21:13.877Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T16:21:13.877Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T16:21:13.877Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T16:21:13.877Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T16:21:13.877Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T16:21:13.877Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T16:21:13.877Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-31T16:21:13.877Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T16:21:13.877Z] Fetched 224 kB in 0s (0 B/s) [2021-03-31T16:21:13.877Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T16:21:13.877Z] Fetched 157 kB in 0s (0 B/s) [2021-03-31T16:21:13.877Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T16:21:13.877Z] Fetched 221 kB in 0s (0 B/s) [2021-03-31T16:21:13.877Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T16:21:13.877Z] Fetched 143 kB in 0s (0 B/s) [2021-03-31T16:21:13.877Z] Pulling app-service-config [2021-03-31T16:21:13.877Z] + snapcraftctl pull [2021-03-31T16:21:13.877Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-31T16:21:13.877Z] Pulling config-common [2021-03-31T16:21:13.877Z] + snapcraftctl pull [2021-03-31T16:21:15.052Z] ---> 558307a671ac [2021-03-31T16:21:15.052Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T16:21:16.525Z] ---> 78ccf26a9fe6 [2021-03-31T16:21:16.525Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T16:21:16.525Z] Removing intermediate container e85af000c6ef [2021-03-31T16:21:16.525Z] ---> 76478b1a7985 [2021-03-31T16:21:16.525Z] [2021-03-31T16:21:16.525Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T16:21:16.525Z] ---> e47305ac9786 [2021-03-31T16:21:16.525Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T16:21:16.525Z] ---> Using cache [2021-03-31T16:21:16.525Z] ---> ec4a176f7a60 [2021-03-31T16:21:16.525Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:21:16.525Z] ---> Using cache [2021-03-31T16:21:16.525Z] ---> 1cfa2deef8d5 [2021-03-31T16:21:16.525Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T16:21:17.153Z] ---> Running in e2bc7188d15e [2021-03-31T16:21:17.761Z] Removing intermediate container e2bc7188d15e [2021-03-31T16:21:17.761Z] ---> 95d8fa9cb4a9 [2021-03-31T16:21:17.761Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T16:21:18.040Z] ---> 401558dcd66b [2021-03-31T16:21:18.040Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T16:21:18.091Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T16:21:18.091Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T16:21:18.091Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T16:21:18.091Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T16:21:18.091Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T16:21:18.091Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T16:21:18.091Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T16:21:18.091Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T16:21:18.091Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T16:21:18.091Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T16:21:18.091Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T16:21:18.091Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T16:21:18.091Z] Pulling edgex-go [2021-03-31T16:21:18.091Z] + snapcraftctl pull [2021-03-31T16:21:18.318Z] ---> Running in 969b14f4b1c4 [2021-03-31T16:21:18.930Z] Removing intermediate container 969b14f4b1c4 [2021-03-31T16:21:18.930Z] ---> 1ab14add91e6 [2021-03-31T16:21:18.930Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:21:19.930Z] ---> 840f28d6cbe2 [2021-03-31T16:21:19.930Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T16:21:20.214Z] ---> fc04d755c72a [2021-03-31T16:21:20.214Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T16:21:20.491Z] Removing intermediate container 28353f347c38 [2021-03-31T16:21:20.491Z] ---> 0c6a2055d54f [2021-03-31T16:21:20.491Z] [2021-03-31T16:21:20.491Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T16:21:20.491Z] ---> e47305ac9786 [2021-03-31T16:21:20.491Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T16:21:21.095Z] ---> Running in 0995e7cd4861 [2021-03-31T16:21:21.700Z] ---> a1906fec94d7 [2021-03-31T16:21:21.700Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T16:21:21.700Z] Removing intermediate container 0995e7cd4861 [2021-03-31T16:21:21.700Z] ---> b3125c552ece [2021-03-31T16:21:21.700Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T16:21:21.980Z] ---> 202ea5bc0527 [2021-03-31T16:21:21.980Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T16:21:21.980Z] ---> Running in 8f70e00f4d66 [2021-03-31T16:21:22.262Z] Removing intermediate container 46c8743872d8 [2021-03-31T16:21:22.262Z] ---> c33ad4e8da99 [2021-03-31T16:21:22.262Z] [2021-03-31T16:21:22.262Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T16:21:22.262Z] ---> e47305ac9786 [2021-03-31T16:21:22.262Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T16:21:22.262Z] ---> Running in b433d0f15b2e [2021-03-31T16:21:22.543Z] ---> b1e7b858c232 [2021-03-31T16:21:22.543Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T16:21:22.816Z] Removing intermediate container 8f70e00f4d66 [2021-03-31T16:21:22.816Z] ---> 8ac2ca6c795a [2021-03-31T16:21:22.816Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T16:21:22.816Z] ---> Running in 43dfffe5fe99 [2021-03-31T16:21:23.102Z] ---> ad5fa5ebd95b [2021-03-31T16:21:23.102Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T16:21:23.102Z] ---> Running in 247b8ee31fa8 [2021-03-31T16:21:23.102Z] ---> Running in 0e26141ce209 [2021-03-31T16:21:23.712Z] Removing intermediate container 0e26141ce209 [2021-03-31T16:21:23.712Z] ---> 797fbfcc53ef [2021-03-31T16:21:23.712Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:21:23.712Z] Removing intermediate container 247b8ee31fa8 [2021-03-31T16:21:23.712Z] ---> 3bf0303f222a [2021-03-31T16:21:23.712Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:21:23.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:21:23.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:21:23.993Z] ---> Running in d7e2fb2ab2e0 [2021-03-31T16:21:23.993Z] ---> Running in d53fac9b7a20 [2021-03-31T16:21:24.598Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T16:21:24.598Z] Removing intermediate container d53fac9b7a20 [2021-03-31T16:21:24.598Z] ---> 11d23a4f2e1b [2021-03-31T16:21:24.598Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T16:21:24.873Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T16:21:24.873Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:21:24.873Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T16:21:25.150Z] ---> Running in c188aee05260 [2021-03-31T16:21:25.150Z] OK: 6 MiB in 16 packages [2021-03-31T16:21:25.756Z] Removing intermediate container c188aee05260 [2021-03-31T16:21:25.756Z] ---> f480417c515e [2021-03-31T16:21:25.756Z] Step 21/22 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:21:26.029Z] ---> Running in 3f025054e2de [2021-03-31T16:21:26.029Z] Removing intermediate container 43dfffe5fe99 [2021-03-31T16:21:26.029Z] ---> 88a63c7fe8e6 [2021-03-31T16:21:26.029Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T16:21:26.306Z] ---> Running in 47a370e359d8 [2021-03-31T16:21:26.582Z] Removing intermediate container 3f025054e2de [2021-03-31T16:21:26.582Z] ---> 20a6c147b571 [2021-03-31T16:21:26.582Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T16:21:26.859Z] ---> Running in 1cf2c795321b [2021-03-31T16:21:27.135Z] Removing intermediate container d7e2fb2ab2e0 [2021-03-31T16:21:27.135Z] ---> b4fad2ad9b1f [2021-03-31T16:21:27.135Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T16:21:27.135Z] Removing intermediate container 47a370e359d8 [2021-03-31T16:21:27.135Z] ---> e3ccd30e9908 [2021-03-31T16:21:27.135Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T16:21:27.135Z] Removing intermediate container b433d0f15b2e [2021-03-31T16:21:27.135Z] ---> f9fd186deb75 [2021-03-31T16:21:27.135Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:21:27.135Z] ---> Running in a79fc584b76b [2021-03-31T16:21:27.135Z] ---> Running in ff7a8d8af54c [2021-03-31T16:21:27.411Z] ---> Running in fa7801c65c5c [2021-03-31T16:21:27.411Z] Removing intermediate container 1cf2c795321b [2021-03-31T16:21:27.411Z] ---> 5397f15d9bd8 [2021-03-31T16:21:27.411Z] [2021-03-31T16:21:28.007Z] Removing intermediate container a79fc584b76b [2021-03-31T16:21:28.007Z] ---> 20a9cd0b59a1 [2021-03-31T16:21:28.007Z] Step 23/24 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:21:28.007Z] Removing intermediate container fa7801c65c5c [2021-03-31T16:21:28.007Z] ---> a920396a98d5 [2021-03-31T16:21:28.007Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T16:21:28.007Z] Successfully built 5397f15d9bd8 [2021-03-31T16:21:28.007Z] ---> Running in d7383ce46b9f [2021-03-31T16:21:28.007Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-31T16:21:28.281Z]  Building docker-support-scheduler-go ... done  ---> Running in b9632e9d5c3c [2021-03-31T16:21:28.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T16:21:28.554Z] Removing intermediate container d7383ce46b9f [2021-03-31T16:21:28.554Z] ---> 6ad53938506c [2021-03-31T16:21:28.554Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T16:21:28.828Z] Removing intermediate container b9632e9d5c3c [2021-03-31T16:21:28.828Z] ---> b9247e7d6cf6 [2021-03-31T16:21:28.828Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T16:21:28.828Z] ---> Running in b6a0bf0d9674 [2021-03-31T16:21:28.828Z] ---> Running in dd1595f2eee1 [2021-03-31T16:21:29.426Z] Removing intermediate container b6a0bf0d9674 [2021-03-31T16:21:29.426Z] ---> fa6644825209 [2021-03-31T16:21:29.426Z] [2021-03-31T16:21:29.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T16:21:29.426Z] Removing intermediate container dd1595f2eee1 [2021-03-31T16:21:29.426Z] ---> 1f6fc794e76d [2021-03-31T16:21:29.426Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:21:29.699Z] Successfully built fa6644825209 [2021-03-31T16:21:29.699Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-31T16:21:30.293Z]  Building docker-security-secretstore-setup-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T16:21:30.293Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T16:21:30.293Z] ---> d090b6dbfa77 [2021-03-31T16:21:30.293Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T16:21:30.293Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T16:21:30.293Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T16:21:30.564Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T16:21:30.835Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T16:21:30.835Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:21:30.835Z] OK: 8 MiB in 20 packages [2021-03-31T16:21:31.916Z] ---> 1ae83cd8f34f [2021-03-31T16:21:31.916Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T16:21:32.530Z] Removing intermediate container ff7a8d8af54c [2021-03-31T16:21:32.530Z] ---> da815a83ba9f [2021-03-31T16:21:32.530Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:21:32.530Z] ---> 22da744dc175 [2021-03-31T16:21:32.530Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T16:21:32.809Z] ---> Running in 7fac061cb68f [2021-03-31T16:21:33.414Z] ---> 8c588a11486b [2021-03-31T16:21:33.414Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T16:21:33.414Z] Removing intermediate container 7fac061cb68f [2021-03-31T16:21:33.414Z] ---> e3051eac3d73 [2021-03-31T16:21:33.414Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:21:33.414Z] ---> Running in 1dc671746e65 [2021-03-31T16:21:34.035Z] Removing intermediate container 1dc671746e65 [2021-03-31T16:21:34.035Z] ---> a4e1e55b4b1c [2021-03-31T16:21:34.035Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T16:21:34.315Z] ---> Running in 1a567f9ae5f9 [2021-03-31T16:21:34.606Z] ---> 9a37680bf11b [2021-03-31T16:21:34.606Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T16:21:34.892Z] Removing intermediate container 1a567f9ae5f9 [2021-03-31T16:21:34.892Z] ---> 5c3325474e61 [2021-03-31T16:21:34.892Z] Step 21/22 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:21:35.169Z] ---> Running in ba5b9dbdd4bd [2021-03-31T16:21:36.646Z] ---> 6b3e72b50ad4 [2021-03-31T16:21:36.646Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T16:21:36.646Z] ---> Running in 7f2327b5b9b9 [2021-03-31T16:21:36.646Z] Removing intermediate container ba5b9dbdd4bd [2021-03-31T16:21:36.646Z] ---> 68ce4f93e699 [2021-03-31T16:21:36.646Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T16:21:36.646Z] ---> Running in 7626f37f25d5 [2021-03-31T16:21:36.646Z] Removing intermediate container 7f2327b5b9b9 [2021-03-31T16:21:36.646Z] ---> 0f33f031e6fe [2021-03-31T16:21:36.646Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:21:36.646Z] ---> Running in 90af1ed10997 [2021-03-31T16:21:36.646Z] Removing intermediate container 7626f37f25d5 [2021-03-31T16:21:36.646Z] ---> 32077c0c3800 [2021-03-31T16:21:36.646Z] [2021-03-31T16:21:36.646Z] Successfully built 32077c0c3800 [2021-03-31T16:21:36.646Z] Removing intermediate container 90af1ed10997 [2021-03-31T16:21:36.646Z] ---> 725e0b696708 [2021-03-31T16:21:36.646Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T16:21:36.646Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-31T16:21:36.922Z]  Building docker-support-notifications-go ... done  ---> Running in 14d376b37c0f [2021-03-31T16:21:37.526Z] Removing intermediate container 14d376b37c0f [2021-03-31T16:21:37.526Z] ---> 38ccdfa5336b [2021-03-31T16:21:37.526Z] Step 22/23 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 [2021-03-31T16:21:37.526Z] ---> Running in 1ff1b820cf21 [2021-03-31T16:21:38.122Z] Removing intermediate container 1ff1b820cf21 [2021-03-31T16:21:38.122Z] ---> 021bde2ab80a [2021-03-31T16:21:38.122Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T16:21:38.122Z] ---> Running in 90015cac4023 [2021-03-31T16:21:38.716Z] Removing intermediate container 90015cac4023 [2021-03-31T16:21:38.716Z] ---> 08b6a7943ab7 [2021-03-31T16:21:38.716Z] [2021-03-31T16:21:38.990Z] Successfully built 08b6a7943ab7 [2021-03-31T16:21:38.990Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-31T16:21:39.274Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-31T16:21:39.322Z] $ docker stop --time=1 87abc3e9540a388784231d81e0c8e09a9bd7e8333fc115b6c1dfb78af0457035 [2021-03-31T16:21:41.155Z] $ docker rm -f 87abc3e9540a388784231d81e0c8e09a9bd7e8333fc115b6c1dfb78af0457035 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T16:21:41.806Z] + docker images [2021-03-31T16:21:41.807Z] + grep docker [2021-03-31T16:21:42.077Z] docker-core-data-go-arm64 latest 08b6a7943ab7 3 seconds ago 21.4MB [2021-03-31T16:21:42.077Z] docker-support-notifications-go-arm64 latest 32077c0c3800 5 seconds ago 16.9MB [2021-03-31T16:21:42.077Z] docker-security-secretstore-setup-go-arm64 latest fa6644825209 12 seconds ago 24.4MB [2021-03-31T16:21:42.077Z] docker-support-scheduler-go-arm64 latest 5397f15d9bd8 14 seconds ago 16.4MB [2021-03-31T16:21:42.077Z] docker-sys-mgmt-agent-go-arm64 latest 493bb1119776 2 minutes ago 301MB [2021-03-31T16:21:42.077Z] docker-security-bootstrapper-go-arm64 latest bb6c2fa352ee 3 minutes ago 17.9MB [2021-03-31T16:21:42.077Z] docker-core-metadata-go-arm64 latest d68504fd3920 3 minutes ago 17.9MB [2021-03-31T16:21:42.077Z] docker-core-command-go-arm64 latest 00feda9da1ab 3 minutes ago 16.3MB [2021-03-31T16:21:42.077Z] docker-security-proxy-setup-go-arm64 latest 5c90e4d8ff30 3 minutes ago 24.1MB [2021-03-31T16:21:42.077Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:21:43.007Z] ---> job-cost.sh [2021-03-31T16:21:43.007Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-V5KD [2021-03-31T16:21:45.105Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T16:21:45.105Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T16:21:45.105Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T16:21:45.105Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-31T16:21:45.105Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-31T16:21:45.105Z] Fetched 279 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-31T16:21:45.105Z] Fetched 122 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-31T16:21:45.105Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-31T16:21:45.105Z] Fetched 8848 B in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-31T16:21:45.105Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-31T16:21:45.105Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-31T16:21:45.105Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-03-31T16:21:45.105Z] Fetched 219 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-31T16:21:45.105Z] Fetched 154 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-31T16:21:45.105Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-31T16:21:45.105Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-31T16:21:45.105Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-31T16:21:45.105Z] Fetched 499 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-31T16:21:45.105Z] Fetched 111 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-31T16:21:45.105Z] Fetched 240 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-31T16:21:45.105Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-31T16:21:45.105Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-31T16:21:45.105Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-31T16:21:45.105Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-31T16:21:45.105Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-31T16:21:45.105Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-31T16:21:45.105Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-31T16:21:45.105Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-31T16:21:45.105Z] Fetched 8720 B in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-31T16:21:45.105Z] Fetched 137 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-31T16:21:45.105Z] Fetched 119 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-31T16:21:45.105Z] Fetched 109 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-31T16:21:45.105Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-31T16:21:45.105Z] Fetched 645 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-31T16:21:45.105Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-31T16:21:45.105Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-31T16:21:45.105Z] Fetched 368 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-31T16:21:45.105Z] Fetched 187 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-31T16:21:45.105Z] Fetched 175 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-31T16:21:45.105Z] Fetched 206 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-31T16:21:45.105Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-31T16:21:45.105Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-03-31T16:21:45.105Z] Fetched 159 kB in 0s (0 B/s) [2021-03-31T16:21:45.105Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-31T16:21:45.105Z] Fetched 107 kB in 0s (0 B/s) [2021-03-31T16:21:45.106Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-31T16:21:45.106Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-31T16:21:45.106Z] Pulling static-packages [2021-03-31T16:21:45.106Z] + snapcraftctl pull [2021-03-31T16:21:45.106Z] Pulling version [2021-03-31T16:21:45.106Z] + cd /root/project [2021-03-31T16:21:45.106Z] + [ -f VERSION ] [2021-03-31T16:21:45.106Z] + PROJECT_VERSION=local-dev [2021-03-31T16:21:45.106Z] + git rev-parse --short HEAD [2021-03-31T16:21:45.106Z] + GIT_REVISION=5f4c972d [2021-03-31T16:21:45.106Z] + snapcraftctl set-version local-dev [2021-03-31T16:21:45.106Z] Skipping build go-build-helper (already ran) [2021-03-31T16:21:45.106Z] Building app-service-config [2021-03-31T16:21:45.106Z] + make build [2021-03-31T16:21:45.106Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-31T16:21:45.106Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-03-31T16:21:45.366Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-03-31T16:21:45.366Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-31T16:21:45.366Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-31T16:21:45.366Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-31T16:21:45.366Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-31T16:21:45.628Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-31T16:21:45.628Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-31T16:21:45.890Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-31T16:21:45.890Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-31T16:21:45.890Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-31T16:21:45.890Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-31T16:21:45.890Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-31T16:21:46.155Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-31T16:21:46.155Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-31T16:21:46.155Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-31T16:21:46.155Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-31T16:21:46.155Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-31T16:21:46.155Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-31T16:21:46.155Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-31T16:21:46.155Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-31T16:21:46.155Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-31T16:21:46.155Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-31T16:21:46.155Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-31T16:21:46.155Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-31T16:21:46.155Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-31T16:21:46.414Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-31T16:21:46.414Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-31T16:21:46.414Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-31T16:21:46.414Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-31T16:21:46.414Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-31T16:21:46.414Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-31T16:21:46.414Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-31T16:21:46.414Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-31T16:21:46.414Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-31T16:21:46.676Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-31T16:21:46.676Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-31T16:21:46.676Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-31T16:21:46.676Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-31T16:21:46.676Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-31T16:21:46.676Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-31T16:21:46.676Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-31T16:21:46.676Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-31T16:21:46.937Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-31T16:21:46.937Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-31T16:21:56.938Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-31T16:21:56.938Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-31T16:21:56.938Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-31T16:21:56.938Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-31T16:21:57.197Z] Building config-common [2021-03-31T16:21:57.197Z] + snapcraftctl build [2021-03-31T16:21:59.106Z] Building edgex-go [2021-03-31T16:21:59.366Z] + cd /root/parts/edgex-go/src [2021-03-31T16:21:59.366Z] + make build [2021-03-31T16:21:59.366Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T16:21:59.626Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-03-31T16:21:59.886Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-03-31T16:21:59.886Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-31T16:21:59.886Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-31T16:21:59.886Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-31T16:21:59.886Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-03-31T16:22:04.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T16:22:04.086Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-31T16:22:09.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T16:22:09.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T16:22:11.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T16:22:12.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T16:22:12.109Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-31T16:22:12.370Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-31T16:22:12.370Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-31T16:22:12.370Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-31T16:22:14.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T16:22:14.291Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-31T16:22:14.291Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-31T16:22:15.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T16:22:17.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T16:22:18.002Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T16:22:19.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T16:22:19.390Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-31T16:22:20.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T16:22:20.772Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-31T16:22:21.944Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T16:22:22.680Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-31T16:22:22.680Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-31T16:22:22.680Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-31T16:22:22.680Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-31T16:22:22.680Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-31T16:22:22.680Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-31T16:22:22.680Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-31T16:22:22.680Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-31T16:22:22.680Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-31T16:22:22.680Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-31T16:22:22.680Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-31T16:22:22.680Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-31T16:22:22.680Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-31T16:22:22.680Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-31T16:22:22.680Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-31T16:22:22.680Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-31T16:22:22.680Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-31T16:22:22.680Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-31T16:22:22.680Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-31T16:22:22.680Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-31T16:22:22.680Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-31T16:22:22.680Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-31T16:22:22.680Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-31T16:22:22.680Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-31T16:22:22.680Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-31T16:22:22.680Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-31T16:22:25.225Z] Building static-packages [2021-03-31T16:22:25.225Z] + snapcraftctl build [2021-03-31T16:22:27.137Z] Building version [2021-03-31T16:22:27.137Z] + snapcraftctl build [2021-03-31T16:22:29.047Z] Skipping stage go-build-helper (already ran) [2021-03-31T16:22:29.047Z] Staging app-service-config [2021-03-31T16:22:29.047Z] + snapcraftctl stage [2021-03-31T16:22:29.987Z] Staging config-common [2021-03-31T16:22:29.987Z] + snapcraftctl stage [2021-03-31T16:22:30.926Z] Staging edgex-go [2021-03-31T16:22:30.926Z] + snapcraftctl stage [2021-03-31T16:22:31.869Z] Staging static-packages [2021-03-31T16:22:31.869Z] + snapcraftctl stage [2021-03-31T16:22:32.809Z] Staging version [2021-03-31T16:22:32.809Z] + snapcraftctl stage [2021-03-31T16:22:33.748Z] Priming go-build-helper [2021-03-31T16:22:33.748Z] + snapcraftctl prime [2021-03-31T16:22:34.690Z] Priming app-service-config [2021-03-31T16:22:34.690Z] + snapcraftctl prime [2021-03-31T16:22:36.075Z] Priming config-common [2021-03-31T16:22:36.075Z] + snapcraftctl prime [2021-03-31T16:22:36.647Z] Priming edgex-go [2021-03-31T16:22:36.647Z] + snapcraftctl prime [2021-03-31T16:22:38.031Z] Priming static-packages [2021-03-31T16:22:38.031Z] + snapcraftctl prime [2021-03-31T16:22:39.943Z] Priming version [2021-03-31T16:22:39.943Z] + snapcraftctl prime [2021-03-31T16:22:40.884Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T16:23:58.655Z] lf-activate-venv(): INFO: Adding /tmp/venv-V5KD/bin to PATH [2021-03-31T16:23:58.655Z] INFO: No Stack... [2021-03-31T16:23:58.655Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T16:23:58.655Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T16:23:58.995Z] + cat /w/workspace/edgex-go/50/archives/cost.csv [2021-03-31T16:23:58.995Z] + cut -d, -f6 [Pipeline] lock [2021-03-31T16:23:59.104Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-50-stack-cost] [2021-03-31T16:23:59.117Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-50-stack-cost] did not exist. Created. [2021-03-31T16:23:59.117Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-50-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T16:23:59.548Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T16:23:59.851Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T16:23:59.862Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-50-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-31T16:24:01.735Z] provisioning config files... [2021-03-31T16:24:01.754Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/50@tmp/config6733283322264143183tmp [Pipeline] { [Pipeline] sh [2021-03-31T16:24:02.276Z] + set +x [2021-03-31T16:24:02.276Z] + curl -s https://codecov.io/bash [2021-03-31T16:24:02.276Z] + bash -s -- [2021-03-31T16:24:02.541Z] [2021-03-31T16:24:02.541Z] _____ _ [2021-03-31T16:24:02.541Z] / ____| | | [2021-03-31T16:24:02.541Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T16:24:02.541Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T16:24:02.541Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T16:24:02.541Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T16:24:02.541Z] Bash-20210309-2b87ace [2021-03-31T16:24:02.541Z] [2021-03-31T16:24:02.541Z] [2021-03-31T16:24:02.541Z] ==> git version 2.24.3 found [2021-03-31T16:24:02.541Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-31T16:24:02.541Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T16:24:02.541Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T16:24:02.541Z] ==> Jenkins CI detected. [2021-03-31T16:24:02.541Z] project root: . [2021-03-31T16:24:02.541Z] --> token set from env [2021-03-31T16:24:02.541Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T16:24:02.541Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T16:24:02.803Z] ==> Python coveragepy not found [2021-03-31T16:24:02.803Z] ==> Searching for coverage reports in: [2021-03-31T16:24:02.803Z] + . [2021-03-31T16:24:02.803Z] -> Found 1 reports [2021-03-31T16:24:02.803Z] ==> Detecting git/mercurial file structure [2021-03-31T16:24:02.803Z] ==> Reading reports [2021-03-31T16:24:02.803Z] + ./coverage.out bytes=669470 [2021-03-31T16:24:02.803Z] ==> Appending adjustments [2021-03-31T16:24:02.803Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T16:24:07.033Z] + Found adjustments [2021-03-31T16:24:07.033Z] ==> Gzipping contents [2021-03-31T16:24:07.033Z] 96K /tmp/codecov.jz2Kjx.gz [2021-03-31T16:24:07.033Z] ==> Uploading reports [2021-03-31T16:24:07.033Z] url: https://codecov.io [2021-03-31T16:24:07.033Z] query: branch=PR-3234&commit=5f4c972d2592fc2985c3de358e6f1142267c5400&build=50&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F50%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-31T16:24:07.033Z] -> Pinging Codecov [2021-03-31T16:24:07.033Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=5f4c972d2592fc2985c3de358e6f1142267c5400&build=50&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F50%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-31T16:24:07.033Z] -> Uploading to [2021-03-31T16:24:07.033Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/5f4c972d2592fc2985c3de358e6f1142267c5400/6f279c74-a0f5-4c76-807a-6b08f796e11e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T162406Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f344fca86f4989bf11980d2c9d2acd1a47330bf9d3c77856c2d7fe36ecb55879 [2021-03-31T16:24:07.033Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T16:24:07.033Z] Dload Upload Total Spent Left Speed [2021-03-31T16:24:07.609Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97045 0 0 100 97045 0 216k --:--:-- --:--:-- --:--:-- 216k [2021-03-31T16:24:07.609Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5f4c972d2592fc2985c3de358e6f1142267c5400 [Pipeline] } [2021-03-31T16:24:07.621Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:24:09.234Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:24:10.134Z] ---> package-listing.sh [2021-03-31T16:24:10.134Z] ++ facter osfamily [2021-03-31T16:24:10.134Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T16:24:10.134Z] + OS_FAMILY=redhat [2021-03-31T16:24:10.134Z] + workspace=/w/workspace/edgex-go/50 [2021-03-31T16:24:10.134Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T16:24:10.134Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T16:24:10.134Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T16:24:10.134Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T16:24:10.134Z] + '[' /w/workspace/edgex-go/50 ']' [2021-03-31T16:24:10.134Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T16:24:10.134Z] + case "${OS_FAMILY}" in [2021-03-31T16:24:10.134Z] + rpm -qa [2021-03-31T16:24:10.134Z] + sort [2021-03-31T16:24:14.361Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T16:24:14.361Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T16:24:14.361Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T16:24:14.361Z] + '[' /w/workspace/edgex-go/50 ']' [2021-03-31T16:24:14.361Z] + mkdir -p /w/workspace/edgex-go/50/archives/ [2021-03-31T16:24:14.361Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/50/archives/ [Pipeline] echo [2021-03-31T16:24:14.374Z] 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/50/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T16:24:14.666Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:24:14.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T16:24:14.984Z] [2021-03-31T16:24:14.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:24:15.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T16:24:15.336Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T16:24:15.336Z] df20fa9351a1: Pulling fs layer [2021-03-31T16:24:15.336Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T16:24:15.336Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T16:24:15.336Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T16:24:15.336Z] 93b61091891f: Pulling fs layer [2021-03-31T16:24:15.336Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T16:24:15.336Z] 5e14af77c1be: Pulling fs layer [2021-03-31T16:24:15.336Z] 01666e4c0597: Pulling fs layer [2021-03-31T16:24:15.336Z] aa168da1d23b: Pulling fs layer [2021-03-31T16:24:15.336Z] 93b9cdb0e59b: Waiting [2021-03-31T16:24:15.336Z] 5e14af77c1be: Waiting [2021-03-31T16:24:15.336Z] 01666e4c0597: Waiting [2021-03-31T16:24:15.336Z] aa168da1d23b: Waiting [2021-03-31T16:24:15.336Z] 46f8f816bc3b: Waiting [2021-03-31T16:24:15.336Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T16:24:15.336Z] 36b3adc4ff6f: Download complete [2021-03-31T16:24:15.336Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T16:24:15.336Z] 46f8f816bc3b: Download complete [2021-03-31T16:24:15.598Z] df20fa9351a1: Verifying Checksum [2021-03-31T16:24:15.598Z] df20fa9351a1: Download complete [2021-03-31T16:24:15.598Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T16:24:15.598Z] 93b9cdb0e59b: Download complete [2021-03-31T16:24:15.598Z] 5e14af77c1be: Verifying Checksum [2021-03-31T16:24:15.598Z] 5e14af77c1be: Download complete [2021-03-31T16:24:15.598Z] 93b61091891f: Download complete [2021-03-31T16:24:15.598Z] 01666e4c0597: Verifying Checksum [2021-03-31T16:24:15.598Z] 01666e4c0597: Download complete [2021-03-31T16:24:15.598Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T16:24:15.598Z] 8ad3a11d3b57: Download complete [2021-03-31T16:24:15.865Z] df20fa9351a1: Pull complete [2021-03-31T16:24:16.127Z] 36b3adc4ff6f: Pull complete [2021-03-31T16:24:17.084Z] 8ad3a11d3b57: Pull complete [2021-03-31T16:24:17.084Z] 46f8f816bc3b: Pull complete [2021-03-31T16:24:17.661Z] 93b61091891f: Pull complete [2021-03-31T16:24:18.620Z] 93b9cdb0e59b: Pull complete [2021-03-31T16:24:18.882Z] aa168da1d23b: Verifying Checksum [2021-03-31T16:24:18.882Z] aa168da1d23b: Download complete [2021-03-31T16:24:19.462Z] 5e14af77c1be: Pull complete [2021-03-31T16:24:19.732Z] 01666e4c0597: Pull complete [2021-03-31T16:24:27.941Z] aa168da1d23b: Pull complete [2021-03-31T16:24:27.941Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T16:24:27.941Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T16:24:27.941Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T16:24:28.163Z] prd-centos7-docker-4c-2g-32269 does not seem to be running inside a container [2021-03-31T16:24:28.228Z] $ 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/50/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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T16:24:35.761Z] $ docker top f09aabb86f7344eddcc89a07f11d7e041fe86b9f721f746abd05916cb89849cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:24:36.292Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T16:24:36.593Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T16:24:36.898Z] + ls /var/log/sa-host [2021-03-31T16:24:36.898Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T16:24:36.898Z] file_magic: OK [2021-03-31T16:24:36.898Z] HZ: Using current value: 100 [2021-03-31T16:24:36.898Z] file_header: OK [2021-03-31T16:24:36.898Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T16:24:36.898Z] Statistics: [2021-03-31T16:24:36.898Z] Hnuu...uuuununununu... [2021-03-31T16:24:36.898Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T16:24:36.898Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T16:24:36.898Z] file_magic: OK [2021-03-31T16:24:36.898Z] HZ: Using current value: 100 [2021-03-31T16:24:36.898Z] file_header: OK [2021-03-31T16:24:36.898Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T16:24:36.898Z] Statistics: [2021-03-31T16:24:36.898Z] 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... [2021-03-31T16:24:36.898Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T16:24:37.104Z] provisioning config files... [2021-03-31T16:24:37.121Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/50@tmp/config3469540829296253882tmp [Pipeline] { [Pipeline] echo [2021-03-31T16:24:37.222Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:24:37.526Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T16:24:37.536Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T16:24:37.632Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:24:37.932Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T16:24:37.942Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:24:38.240Z] ---> sudo-logs.sh [2021-03-31T16:24:38.241Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T16:24:38.301Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:24:38.608Z] ---> job-cost.sh [2021-03-31T16:24:38.608Z] lf-activate-venv: SKIPPING [2021-03-31T16:24:38.608Z] DEBUG: total: 0.20999999344348907 [2021-03-31T16:24:38.608Z] INFO: Retrieving Stack Cost... [2021-03-31T16:24:39.555Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T16:24:40.130Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T16:24:40.146Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:24:40.446Z] ---> logs-deploy.sh [2021-03-31T16:24:40.446Z] lf-activate-venv: SKIPPING [2021-03-31T16:24:40.446Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/50 [2021-03-31T16:24:40.446Z] INFO: archiving workspace using pattern(s): [2021-03-31T16:24:43.001Z] Archives upload complete. [2021-03-31T16:24:43.001Z] INFO: archiving logs to Nexus [2021-03-31T16:24:43.954Z] ---> uname -a: [2021-03-31T16:24:43.954Z] Linux prd-centos7-docker-4c-2g-32269.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] ---> lscpu: [2021-03-31T16:24:43.954Z] Architecture: x86_64 [2021-03-31T16:24:43.954Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-31T16:24:43.954Z] Byte Order: Little Endian [2021-03-31T16:24:43.954Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-31T16:24:43.954Z] CPU(s): 4 [2021-03-31T16:24:43.954Z] On-line CPU(s) list: 0-3 [2021-03-31T16:24:43.954Z] Thread(s) per core: 1 [2021-03-31T16:24:43.954Z] Core(s) per socket: 1 [2021-03-31T16:24:43.954Z] Socket(s): 4 [2021-03-31T16:24:43.954Z] NUMA node(s): 1 [2021-03-31T16:24:43.954Z] Vendor ID: GenuineIntel [2021-03-31T16:24:43.954Z] CPU family: 6 [2021-03-31T16:24:43.954Z] Model: 44 [2021-03-31T16:24:43.954Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-31T16:24:43.954Z] Stepping: 1 [2021-03-31T16:24:43.954Z] CPU MHz: 2933.442 [2021-03-31T16:24:43.954Z] BogoMIPS: 5866.88 [2021-03-31T16:24:43.954Z] Virtualization: VT-x [2021-03-31T16:24:43.954Z] Hypervisor vendor: KVM [2021-03-31T16:24:43.954Z] Virtualization type: full [2021-03-31T16:24:43.954Z] L1d cache: 128 KiB [2021-03-31T16:24:43.954Z] L1i cache: 128 KiB [2021-03-31T16:24:43.954Z] L2 cache: 16 MiB [2021-03-31T16:24:43.954Z] L3 cache: 64 MiB [2021-03-31T16:24:43.954Z] NUMA node0 CPU(s): 0-3 [2021-03-31T16:24:43.954Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-31T16:24:43.954Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-31T16:24:43.954Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-31T16:24:43.954Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-31T16:24:43.954Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-31T16:24:43.954Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-31T16:24:43.954Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-31T16:24:43.954Z] Vulnerability Srbds: Not affected [2021-03-31T16:24:43.954Z] Vulnerability Tsx async abort: Not affected [2021-03-31T16:24:43.954Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] ---> nproc: [2021-03-31T16:24:43.954Z] 4 [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] ---> df -h: [2021-03-31T16:24:43.954Z] Filesystem Size Used Available Use% Mounted on [2021-03-31T16:24:43.954Z] overlay 50.0G 11.8G 38.2G 24% / [2021-03-31T16:24:43.954Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-31T16:24:43.954Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-31T16:24:43.954Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-31T16:24:43.954Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-03-31T16:24:43.954Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-03-31T16:24:43.954Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-03-31T16:24:43.954Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-03-31T16:24:43.954Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-03-31T16:24:43.954Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-03-31T16:24:43.954Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-03-31T16:24:43.954Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-03-31T16:24:43.954Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/50 [2021-03-31T16:24:43.954Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/50@tmp [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] ---> free -m: [2021-03-31T16:24:43.954Z] total used free shared buff/cache available [2021-03-31T16:24:43.954Z] Mem: 1837 723 111 0 1002 1031 [2021-03-31T16:24:43.954Z] Swap: 1023 56 967 [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] ---> ip addr: [2021-03-31T16:24:43.954Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-31T16:24:43.954Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-31T16:24:43.954Z] inet 127.0.0.1/8 scope host lo [2021-03-31T16:24:43.954Z] valid_lft forever preferred_lft forever [2021-03-31T16:24:43.954Z] inet6 ::1/128 scope host [2021-03-31T16:24:43.954Z] valid_lft forever preferred_lft forever [2021-03-31T16:24:43.954Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-31T16:24:43.954Z] link/ether fa:16:3e:ef:80:56 brd ff:ff:ff:ff:ff:ff [2021-03-31T16:24:43.954Z] inet 10.30.122.138/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-31T16:24:43.954Z] valid_lft 84993sec preferred_lft 84993sec [2021-03-31T16:24:43.954Z] inet6 fe80::f816:3eff:feef:8056/64 scope link [2021-03-31T16:24:43.954Z] valid_lft forever preferred_lft forever [2021-03-31T16:24:43.954Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-31T16:24:43.954Z] link/ether 02:42:bf:0b:67:e4 brd ff:ff:ff:ff:ff:ff [2021-03-31T16:24:43.954Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-31T16:24:43.954Z] valid_lft forever preferred_lft forever [2021-03-31T16:24:43.954Z] inet6 fe80::42:bfff:fe0b:67e4/64 scope link [2021-03-31T16:24:43.954Z] valid_lft forever preferred_lft forever [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] ---> sar -b -r -n DEV: [2021-03-31T16:24:43.954Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] 16:01:05 LINUX RESTART (4 CPU) [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] 16:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-31T16:24:43.954Z] 16:03:01 214.05 93.55 120.51 0.00 10321.77 46567.80 0.00 [2021-03-31T16:24:43.954Z] 16:04:01 274.09 112.10 162.00 0.00 4208.05 21529.40 0.00 [2021-03-31T16:24:43.954Z] 16:05:01 136.49 58.49 77.99 0.00 1931.91 9539.36 0.00 [2021-03-31T16:24:43.954Z] 16:06:01 147.05 44.50 102.55 0.00 2741.62 24226.31 0.00 [2021-03-31T16:24:43.954Z] 16:07:03 1663.38 1349.85 313.53 0.00 134826.14 194058.93 0.00 [2021-03-31T16:24:43.954Z] 16:08:01 2015.67 1770.51 245.16 0.00 104703.50 119663.40 0.00 [2021-03-31T16:24:43.954Z] 16:09:03 990.19 655.99 334.20 0.00 78098.55 146520.56 0.00 [2021-03-31T16:24:43.954Z] 16:10:01 1756.26 1440.40 315.86 0.00 85877.68 84080.78 0.00 [2021-03-31T16:24:43.954Z] 16:11:01 201.35 50.24 151.11 0.00 6225.99 18282.64 0.00 [2021-03-31T16:24:43.954Z] 16:12:01 2.81 1.25 1.57 0.00 27.58 24.38 0.00 [2021-03-31T16:24:43.954Z] 16:13:01 0.32 0.07 0.25 0.00 2.13 2.86 0.00 [2021-03-31T16:24:43.954Z] 16:14:01 0.20 0.00 0.20 0.00 0.00 2.10 0.00 [2021-03-31T16:24:43.954Z] 16:15:01 0.32 0.02 0.30 0.00 0.27 3.60 0.00 [2021-03-31T16:24:43.954Z] 16:16:02 0.63 0.38 0.25 0.00 11.58 2.33 0.00 [2021-03-31T16:24:43.954Z] 16:17:01 2.17 1.30 0.86 0.00 43.21 15.65 0.00 [2021-03-31T16:24:43.954Z] 16:18:01 0.68 0.00 0.68 0.00 0.00 7.56 0.00 [2021-03-31T16:24:43.954Z] 16:19:01 0.55 0.00 0.55 0.00 0.00 6.91 0.00 [2021-03-31T16:24:43.954Z] 16:20:01 0.18 0.00 0.18 0.00 0.00 1.37 0.00 [2021-03-31T16:24:43.954Z] 16:21:01 0.33 0.15 0.18 0.00 30.11 1.92 0.00 [2021-03-31T16:24:43.954Z] 16:22:01 0.28 0.02 0.27 0.00 0.53 3.53 0.00 [2021-03-31T16:24:43.954Z] 16:23:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 [2021-03-31T16:24:43.954Z] 16:24:01 0.88 0.63 0.25 0.00 58.08 3.18 0.00 [2021-03-31T16:24:43.954Z] Average: 335.42 252.16 83.26 0.00 19536.76 30385.90 0.00 [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] 16:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-31T16:24:43.954Z] 16:03:01 131764 0 722992 38.43 1888 1024900 1466848 50.06 573600 935980 20808 [2021-03-31T16:24:43.954Z] 16:04:01 169984 0 757200 40.24 1484 952876 1645224 56.15 601952 834024 76636 [2021-03-31T16:24:43.954Z] 16:05:01 370732 0 783020 41.62 508 727284 1647368 56.22 539172 683072 73180 [2021-03-31T16:24:43.954Z] 16:06:01 225232 0 727880 38.69 384 928048 1175936 40.13 511304 854516 91592 [2021-03-31T16:24:43.954Z] 16:07:03 77924 0 836948 44.48 4 966668 2334140 79.66 765032 818020 27388 [2021-03-31T16:24:43.954Z] 16:08:01 133728 0 1171220 62.25 4 576592 4019972 137.19 785860 676456 34392 [2021-03-31T16:24:43.954Z] 16:09:03 80416 0 831920 44.21 4 969204 2373464 81.00 702464 881472 47840 [2021-03-31T16:24:43.954Z] 16:10:01 181876 0 901396 47.91 4 798268 2432724 83.02 705708 735240 60 [2021-03-31T16:24:43.954Z] 16:11:01 519788 0 640820 34.06 4 720932 1227388 41.89 495380 622740 20 [2021-03-31T16:24:43.954Z] 16:12:01 522224 0 637864 33.90 4 721452 1201740 41.01 494116 622520 16 [2021-03-31T16:24:43.954Z] 16:13:01 523008 0 637080 33.86 4 721452 1191628 40.67 493896 622352 20 [2021-03-31T16:24:43.954Z] 16:14:01 523652 0 636416 33.82 4 721472 1191460 40.66 493400 622360 16 [2021-03-31T16:24:43.954Z] 16:15:01 523800 0 636264 33.82 4 721476 1191460 40.66 493408 622360 8 [2021-03-31T16:24:43.954Z] 16:16:02 523412 0 636272 33.82 4 721856 1191908 40.68 493532 622492 8 [2021-03-31T16:24:43.954Z] 16:17:01 521660 0 637496 33.88 4 722384 1191520 40.66 493568 623180 16 [2021-03-31T16:24:43.954Z] 16:18:01 521776 0 637360 33.87 4 722404 1191460 40.66 493652 623196 8 [2021-03-31T16:24:43.954Z] 16:19:01 522040 0 637088 33.86 4 722412 1191460 40.66 493404 623200 8 [2021-03-31T16:24:43.954Z] 16:20:01 522312 0 636808 33.84 4 722420 1191460 40.66 493512 623196 8 [2021-03-31T16:24:43.954Z] 16:21:01 521352 0 636860 33.85 4 723328 1191460 40.66 493516 624100 8 [2021-03-31T16:24:43.954Z] 16:22:01 521252 0 636952 33.85 4 723336 1191544 40.67 493596 624116 8 [2021-03-31T16:24:43.954Z] 16:23:01 521388 0 636804 33.84 4 723348 1191460 40.66 493528 624116 16 [2021-03-31T16:24:43.954Z] 16:24:01 518832 0 637572 33.89 4 725136 1191568 40.67 494156 625604 16 [2021-03-31T16:24:43.954Z] Average: 394461 0 711556 37.82 197 775329 1537418 52.47 549898 688378 16912 [2021-03-31T16:24:43.954Z] [2021-03-31T16:24:43.954Z] 16:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-31T16:24:43.954Z] 16:03:01 veth1c8a542 16.31 20.49 1.19 82.84 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.954Z] 16:03:01 eth0 1232.28 1238.82 6043.72 153.11 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.954Z] 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.954Z] 16:03:01 docker0 877.57 787.83 71.12 2767.98 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.954Z] 16:04:01 eth0 212.65 180.07 777.93 25.79 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.954Z] 16:04:01 veth13b6b22 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.954Z] 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.954Z] 16:04:01 docker0 160.87 178.94 11.61 747.80 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.954Z] 16:05:01 eth0 27.98 14.84 21.32 11.43 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.954Z] 16:05:01 veth13b6b22 2.03 2.03 0.16 0.16 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:05:01 docker0 2.03 2.03 0.13 0.16 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:06:01 eth0 190.55 154.07 1691.36 95.55 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:07:03 vethd290bef 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:07:03 eth0 76.74 58.07 176.28 62.10 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:07:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:07:03 docker0 22.71 26.98 1.43 142.68 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:08:01 vethff237d6 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:08:01 vethd290bef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:08:01 veth9e6e9af 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:08:01 vethbb4dd91 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:09:03 vethd290bef 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:09:03 eth0 2815.66 2388.23 13485.53 451.39 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:09:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:09:03 docker0 1079.26 1060.95 84.57 4046.76 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:10:01 vethd290bef 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:10:01 vetheadc5ee 1.37 2.66 0.09 19.46 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:10:01 eth0 99.02 67.79 204.27 101.63 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:11:01 eth0 47.56 23.20 120.50 13.95 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:11:01 docker0 1124.80 1126.49 87.92 4399.59 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:12:01 eth0 0.95 0.53 0.77 0.28 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:13:01 eth0 1.07 0.40 0.33 0.21 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:14:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:15:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:16:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:17:01 eth0 0.34 0.22 0.15 0.07 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:18:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:19:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:20:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:21:01 eth0 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:22:01 eth0 0.22 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:24:01 eth0 0.42 0.45 1.20 0.10 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] 16:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] Average: eth0 96.95 86.23 492.28 22.32 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] Average: docker0 51.20 51.27 4.00 200.25 0.00 0.00 0.00 0.00 [2021-03-31T16:24:43.955Z] [2021-03-31T16:24:43.955Z] [2021-03-31T16:24:43.955Z] ---> sar -P ALL: [2021-03-31T16:24:43.955Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) [2021-03-31T16:24:43.955Z] [2021-03-31T16:24:43.955Z] 16:01:05 LINUX RESTART (4 CPU) [2021-03-31T16:24:43.955Z] [2021-03-31T16:24:43.955Z] 16:02:01 CPU %user %nice %system %iowait %steal %idle [2021-03-31T16:24:43.955Z] 16:03:01 all 17.01 0.00 9.37 2.39 0.04 71.19 [2021-03-31T16:24:43.955Z] 16:03:01 0 17.49 0.00 10.02 2.31 0.03 70.14 [2021-03-31T16:24:43.955Z] 16:03:01 1 17.89 0.00 9.39 1.44 0.07 71.21 [2021-03-31T16:24:43.955Z] 16:03:01 2 13.37 0.00 8.06 3.19 0.03 75.34 [2021-03-31T16:24:43.955Z] 16:03:01 3 19.28 0.00 10.03 2.62 0.03 68.04 [2021-03-31T16:24:43.955Z] 16:04:01 all 24.58 0.00 9.00 8.56 0.07 57.79 [2021-03-31T16:24:43.955Z] 16:04:01 0 25.26 0.00 8.59 8.29 0.09 57.77 [2021-03-31T16:24:43.955Z] 16:04:01 1 25.39 0.00 8.87 7.83 0.05 57.86 [2021-03-31T16:24:43.955Z] 16:04:01 2 23.94 0.00 8.86 9.85 0.07 57.28 [2021-03-31T16:24:43.955Z] 16:04:01 3 23.72 0.00 9.68 8.29 0.07 58.25 [2021-03-31T16:24:43.955Z] 16:05:01 all 49.77 0.00 12.68 3.52 0.04 33.99 [2021-03-31T16:24:43.955Z] 16:05:01 0 48.90 0.00 12.63 4.90 0.05 33.51 [2021-03-31T16:24:43.955Z] 16:05:01 1 49.28 0.00 13.14 1.78 0.03 35.76 [2021-03-31T16:24:43.955Z] 16:05:01 2 49.34 0.00 12.48 3.90 0.03 34.25 [2021-03-31T16:24:43.955Z] 16:05:01 3 51.55 0.00 12.45 3.53 0.03 32.44 [2021-03-31T16:24:43.955Z] 16:06:01 all 39.47 0.00 13.68 3.21 0.06 43.59 [2021-03-31T16:24:43.955Z] 16:06:01 0 40.40 0.00 14.29 1.65 0.03 43.63 [2021-03-31T16:24:43.955Z] 16:06:01 1 39.59 0.00 13.79 4.49 0.05 42.09 [2021-03-31T16:24:43.955Z] 16:06:01 2 38.67 0.00 13.71 4.32 0.07 43.23 [2021-03-31T16:24:43.955Z] 16:06:01 3 39.23 0.00 12.93 2.38 0.07 45.40 [2021-03-31T16:24:43.955Z] 16:07:03 all 19.35 0.00 25.08 15.92 0.09 39.56 [2021-03-31T16:24:43.955Z] 16:07:03 0 17.60 0.00 24.12 16.26 0.14 41.89 [2021-03-31T16:24:43.955Z] 16:07:03 1 20.56 0.00 25.25 13.46 0.07 40.66 [2021-03-31T16:24:43.955Z] 16:07:03 2 19.61 0.00 25.67 17.83 0.09 36.81 [2021-03-31T16:24:43.955Z] 16:07:03 3 19.66 0.00 25.28 16.12 0.09 38.84 [2021-03-31T16:24:43.955Z] 16:08:01 all 52.61 0.00 20.94 16.03 0.07 10.35 [2021-03-31T16:24:43.955Z] 16:08:01 0 51.47 0.00 20.64 17.50 0.11 10.28 [2021-03-31T16:24:43.955Z] 16:08:01 1 52.93 0.00 21.25 17.00 0.07 8.74 [2021-03-31T16:24:43.955Z] 16:08:01 2 52.57 0.00 20.78 16.08 0.05 10.51 [2021-03-31T16:24:43.955Z] 16:08:01 3 53.45 0.00 21.08 13.54 0.05 11.87 [2021-03-31T16:24:43.955Z] 16:09:03 all 27.15 0.00 21.24 28.43 0.08 23.10 [2021-03-31T16:24:43.955Z] 16:09:03 0 27.14 0.00 20.55 26.42 0.07 25.82 [2021-03-31T16:24:43.955Z] 16:09:03 1 27.36 0.00 20.52 29.02 0.07 23.03 [2021-03-31T16:24:43.955Z] 16:09:03 2 27.44 0.00 21.90 27.33 0.10 23.23 [2021-03-31T16:24:43.955Z] 16:09:03 3 26.65 0.00 22.01 31.01 0.07 20.27 [2021-03-31T16:24:43.955Z] 16:10:01 all 40.46 0.00 21.41 24.88 0.09 13.16 [2021-03-31T16:24:43.955Z] 16:10:01 0 40.37 0.00 21.04 25.78 0.07 12.73 [2021-03-31T16:24:43.955Z] 16:10:01 1 39.64 0.00 22.08 23.74 0.11 14.44 [2021-03-31T16:24:43.955Z] 16:10:01 2 38.64 0.00 22.23 25.65 0.09 13.39 [2021-03-31T16:24:43.955Z] 16:10:01 3 43.22 0.00 20.31 24.33 0.09 12.06 [2021-03-31T16:24:43.955Z] 16:11:01 all 18.36 0.00 7.89 7.62 0.03 66.09 [2021-03-31T16:24:43.955Z] 16:11:01 0 18.38 0.00 8.21 9.21 0.02 64.18 [2021-03-31T16:24:43.955Z] 16:11:01 1 18.88 0.00 7.50 6.41 0.03 67.18 [2021-03-31T16:24:43.955Z] 16:11:01 2 17.42 0.00 7.81 7.33 0.03 67.41 [2021-03-31T16:24:43.955Z] 16:11:01 3 18.74 0.00 8.04 7.55 0.05 65.62 [2021-03-31T16:24:43.955Z] 16:12:01 all 0.05 0.00 0.05 0.02 0.00 99.88 [2021-03-31T16:24:43.955Z] 16:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T16:24:43.955Z] 16:12:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-31T16:24:43.955Z] 16:12:01 2 0.13 0.00 0.10 0.00 0.00 99.77 [2021-03-31T16:24:43.955Z] 16:12:01 3 0.02 0.00 0.02 0.07 0.00 99.90 [2021-03-31T16:24:43.955Z] 16:13:01 all 0.13 0.00 0.04 0.00 0.00 99.82 [2021-03-31T16:24:43.955Z] 16:13:01 0 0.07 0.00 0.05 0.02 0.02 99.85 [2021-03-31T16:24:43.955Z] 16:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T16:24:43.955Z] 16:13:01 2 0.42 0.00 0.07 0.00 0.00 99.52 [2021-03-31T16:24:43.955Z] 16:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T16:24:43.955Z] [2021-03-31T16:24:43.955Z] 16:13:01 CPU %user %nice %system %iowait %steal %idle [2021-03-31T16:24:43.955Z] 16:14:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-03-31T16:24:43.955Z] 16:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T16:24:43.955Z] 16:14:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-31T16:24:43.955Z] 16:14:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-31T16:24:43.955Z] 16:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T16:24:43.955Z] 16:15:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-31T16:24:43.955Z] 16:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T16:24:43.955Z] 16:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-31T16:24:43.955Z] 16:15:01 2 0.48 0.00 0.02 0.00 0.00 99.50 [2021-03-31T16:24:43.955Z] 16:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T16:24:43.955Z] 16:16:02 all 0.15 0.00 0.04 0.01 0.00 99.80 [2021-03-31T16:24:43.955Z] 16:16:02 0 0.02 0.00 0.03 0.02 0.00 99.93 [2021-03-31T16:24:43.955Z] 16:16:02 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-31T16:24:43.955Z] 16:16:02 2 0.53 0.00 0.03 0.02 0.00 99.42 [2021-03-31T16:24:43.955Z] 16:16:02 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T16:24:43.955Z] 16:17:01 all 0.16 0.00 0.05 0.02 0.00 99.77 [2021-03-31T16:24:43.955Z] 16:17:01 0 0.05 0.00 0.08 0.00 0.00 99.86 [2021-03-31T16:24:43.955Z] 16:17:01 1 0.24 0.00 0.02 0.02 0.00 99.73 [2021-03-31T16:24:43.955Z] 16:17:01 2 0.30 0.00 0.03 0.00 0.00 99.66 [2021-03-31T16:24:43.955Z] 16:17:01 3 0.05 0.00 0.07 0.07 0.00 99.81 [2021-03-31T16:24:43.955Z] 16:18:01 all 0.13 0.00 0.04 0.00 0.00 99.83 [2021-03-31T16:24:43.955Z] 16:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-31T16:24:43.955Z] 16:18:01 1 0.43 0.00 0.08 0.00 0.00 99.48 [2021-03-31T16:24:43.955Z] 16:18:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-31T16:24:43.955Z] 16:18:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-31T16:24:43.955Z] 16:19:01 all 0.04 0.00 0.03 0.00 0.00 99.93 [2021-03-31T16:24:43.955Z] 16:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T16:24:43.955Z] 16:19:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-03-31T16:24:43.955Z] 16:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T16:24:43.955Z] 16:19:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-03-31T16:24:43.955Z] 16:20:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-31T16:24:43.955Z] 16:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T16:24:43.955Z] 16:20:01 1 0.48 0.00 0.02 0.00 0.00 99.50 [2021-03-31T16:24:43.955Z] 16:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T16:24:43.955Z] 16:20:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2021-03-31T16:24:43.955Z] 16:21:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-03-31T16:24:43.955Z] 16:21:01 0 0.03 0.00 0.02 0.02 0.02 99.92 [2021-03-31T16:24:43.955Z] 16:21:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-31T16:24:43.955Z] 16:21:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2021-03-31T16:24:43.955Z] 16:21:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-31T16:24:43.955Z] 16:22:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-31T16:24:43.955Z] 16:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T16:24:43.955Z] 16:22:01 1 0.52 0.00 0.00 0.00 0.00 99.48 [2021-03-31T16:24:43.955Z] 16:22:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T16:24:43.955Z] 16:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-31T16:24:43.955Z] 16:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-31T16:24:43.955Z] 16:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T16:24:43.955Z] 16:23:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-31T16:24:43.955Z] 16:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2021-03-31T16:24:43.955Z] 16:23:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-31T16:24:43.955Z] 16:24:01 all 0.16 0.00 0.04 0.01 0.00 99.78 [2021-03-31T16:24:43.955Z] 16:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T16:24:43.955Z] 16:24:01 1 0.53 0.00 0.02 0.00 0.02 99.43 [2021-03-31T16:24:43.955Z] 16:24:01 2 0.05 0.00 0.03 0.03 0.00 99.88 [2021-03-31T16:24:43.955Z] 16:24:01 3 0.05 0.00 0.07 0.02 0.00 99.87 [2021-03-31T16:24:43.955Z] [2021-03-31T16:24:43.955Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-03-31T16:24:43.955Z] Average: all 12.85 0.00 6.29 4.90 0.03 75.94 [2021-03-31T16:24:43.955Z] Average: 0 12.71 0.00 6.24 4.98 0.03 76.03 [2021-03-31T16:24:43.955Z] Average: 1 13.08 0.00 6.31 4.66 0.03 75.92 [2021-03-31T16:24:43.955Z] Average: 2 12.55 0.00 6.30 5.12 0.03 76.00 [2021-03-31T16:24:43.956Z] Average: 3 13.05 0.00 6.28 4.82 0.03 75.82 [2021-03-31T16:24:43.956Z] [2021-03-31T16:24:43.956Z] [2021-03-31T16:24:43.956Z]