Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b5a79a849d346dc00fad40c4584aeaf48b28eb3e+abd01a6d142b6f684e0380bd2bdcda548b905f03 (3b153b15125fef237c99b0e893ad198aab781afd) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33230 in /w/workspace/edgexfoundry_edgex-go_PR-3329 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit b5a79a849d346dc00fad40c4584aeaf48b28eb3e Merge succeeded, producing c06bbc9a57fc45fab0088cbb920d274ff0759018 Checking out Revision c06bbc9a57fc45fab0088cbb920d274ff0759018 (PR-3329) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3329/head:refs/remotes/origin/PR-3329 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b5a79a849d346dc00fad40c4584aeaf48b28eb3e # 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 abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c06bbc9a57fc45fab0088cbb920d274ff0759018 # timeout=10 Commit message: "Merge commit 'abd01a6d142b6f684e0380bd2bdcda548b905f03' into HEAD" > git rev-list --no-walk b5a79a849d346dc00fad40c4584aeaf48b28eb3e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-08T00:30:43.806Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-08T00:30:44.055Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-08T00:30:44.165Z] ========================================================= [2021-04-08T00:30:44.165Z] EdgeX Global Pipelines Version Info [2021-04-08T00:30:44.165Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:30:45.686Z] ------------------- [2021-04-08T00:30:45.686Z] stable info: [2021-04-08T00:30:45.686Z] ------------------- [2021-04-08T00:30:45.686Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-08T00:30:45.686Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-08T00:30:45.686Z] Message: update stable to v1.0.186 [2021-04-08T00:30:46.637Z] ------------------- [2021-04-08T00:30:46.637Z] experimental info: [2021-04-08T00:30:46.637Z] ------------------- [2021-04-08T00:30:46.637Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-08T00:30:46.637Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-08T00:30:46.637Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-08T00:30:46.869Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-08T00:30:46.957Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-08T00:30:47.050Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-08T00:30:47.135Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-08T00:30:47.240Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-08T00:30:47.320Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-08T00:30:47.448Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-08T00:30:47.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-08T00:30:47.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-08T00:30:47.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-08T00:30:47.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-08T00:30:47.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-08T00:30:47.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-08T00:30:48.076Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-08T00:30:48.158Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T00:30:48.303Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T00:30:48.383Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-08T00:30:48.465Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-08T00:30:48.560Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-08T00:30:48.649Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-08T00:30:48.744Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-08T00:30:48.827Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-08T00:30:48.905Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3329 [Pipeline] echo [2021-04-08T00:30:48.988Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3329 [Pipeline] echo [2021-04-08T00:30:49.105Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3329 [Pipeline] echo [2021-04-08T00:30:49.193Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c06bbc9a57fc45fab0088cbb920d274ff0759018 [Pipeline] echo [2021-04-08T00:30:49.284Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c06bbc9 [Pipeline] echo [2021-04-08T00:30:49.369Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T00:30:49.530Z] provisioning config files... [2021-04-08T00:30:49.560Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config7337227010070065308tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:30:50.083Z] ---> docker-login.sh [2021-04-08T00:30:50.083Z] nexus3.edgexfoundry.org:10001 [2021-04-08T00:30:50.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:30:50.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:30:50.609Z] Configure a credential helper to remove this warning. See [2021-04-08T00:30:50.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:30:50.609Z] [2021-04-08T00:30:50.609Z] Login Succeeded [2021-04-08T00:30:50.609Z] nexus3.edgexfoundry.org:10002 [2021-04-08T00:30:50.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:30:50.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:30:50.876Z] Configure a credential helper to remove this warning. See [2021-04-08T00:30:50.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:30:50.876Z] [2021-04-08T00:30:50.876Z] Login Succeeded [2021-04-08T00:30:50.876Z] nexus3.edgexfoundry.org:10003 [2021-04-08T00:30:50.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:30:50.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:30:50.876Z] Configure a credential helper to remove this warning. See [2021-04-08T00:30:50.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:30:50.876Z] [2021-04-08T00:30:50.876Z] Login Succeeded [2021-04-08T00:30:50.876Z] nexus3.edgexfoundry.org:10004 [2021-04-08T00:30:51.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:30:51.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:30:51.140Z] Configure a credential helper to remove this warning. See [2021-04-08T00:30:51.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:30:51.140Z] [2021-04-08T00:30:51.140Z] Login Succeeded [2021-04-08T00:30:51.140Z] docker.io [2021-04-08T00:30:51.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:30:51.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:30:51.404Z] Configure a credential helper to remove this warning. See [2021-04-08T00:30:51.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:30:51.404Z] [2021-04-08T00:30:51.404Z] Login Succeeded [2021-04-08T00:30:51.404Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T00:30:51.414Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T00:30:51.889Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-08T00:30:51.889Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:51.889Z] ++ dirname cmd/core-command/Dockerfile [2021-04-08T00:30:51.889Z] ++ cut -d/ -f2 [2021-04-08T00:30:51.889Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-08T00:30:51.889Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:51.889Z] ++ dirname cmd/core-data/Dockerfile [2021-04-08T00:30:51.889Z] ++ cut -d/ -f2 [2021-04-08T00:30:51.889Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-08T00:30:51.889Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:51.889Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-08T00:30:51.889Z] ++ cut -d/ -f2 [2021-04-08T00:30:51.889Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-08T00:30:51.889Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:51.889Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-08T00:30:51.889Z] ++ cut -d/ -f2 [2021-04-08T00:30:51.889Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-08T00:30:51.889Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:51.889Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-08T00:30:51.889Z] ++ cut -d/ -f2 [2021-04-08T00:30:51.889Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-08T00:30:51.889Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:51.889Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-08T00:30:51.889Z] ++ cut -d/ -f2 [2021-04-08T00:30:51.889Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-08T00:30:51.889Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:51.889Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-08T00:30:51.889Z] ++ cut -d/ -f2 [2021-04-08T00:30:51.889Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-08T00:30:51.889Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:51.889Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-08T00:30:51.889Z] ++ cut -d/ -f2 [2021-04-08T00:30:51.889Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-08T00:30:51.889Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:51.889Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-08T00:30:51.889Z] ++ cut -d/ -f2 [2021-04-08T00:30:51.889Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-08T00:30:51.964Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:30:52.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T00:30:52.802Z] [2021-04-08T00:30:52.802Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:30:53.158Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T00:30:53.158Z] latest: Pulling from edgex-devops/git-semver [2021-04-08T00:30:53.158Z] 31603596830f: Pulling fs layer [2021-04-08T00:30:53.158Z] 2a8b12db71e7: Pulling fs layer [2021-04-08T00:30:53.158Z] 6ca5941a6612: Pulling fs layer [2021-04-08T00:30:53.158Z] ecc8261a40a4: Pulling fs layer [2021-04-08T00:30:53.158Z] ecc8261a40a4: Waiting [2021-04-08T00:30:53.158Z] 2a8b12db71e7: Verifying Checksum [2021-04-08T00:30:53.158Z] 2a8b12db71e7: Download complete [2021-04-08T00:30:53.158Z] 31603596830f: Verifying Checksum [2021-04-08T00:30:53.158Z] 31603596830f: Download complete [2021-04-08T00:30:53.426Z] 6ca5941a6612: Verifying Checksum [2021-04-08T00:30:53.426Z] 6ca5941a6612: Download complete [2021-04-08T00:30:53.426Z] ecc8261a40a4: Verifying Checksum [2021-04-08T00:30:53.426Z] ecc8261a40a4: Download complete [2021-04-08T00:30:53.690Z] 31603596830f: Pull complete [2021-04-08T00:30:53.690Z] 2a8b12db71e7: Pull complete [2021-04-08T00:30:54.644Z] 6ca5941a6612: Pull complete [2021-04-08T00:30:54.916Z] ecc8261a40a4: Pull complete [2021-04-08T00:30:54.916Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-08T00:30:54.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T00:30:54.917Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-08T00:30:55.061Z] prd-centos7-docker-4c-2g-33230 does not seem to be running inside a container [2021-04-08T00:30:55.123Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T00:30:57.936Z] $ docker top 44b8db482f023a0ba9262d0b0a063f2ee43cf182c18b83397fb6d33209332914 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T00:30:58.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T00:30:58.242Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T00:30:58.467Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T00:30:58.472Z] $ docker exec 44b8db482f023a0ba9262d0b0a063f2ee43cf182c18b83397fb6d33209332914 ssh-agent [2021-04-08T00:30:58.636Z] SSH_AUTH_SOCK=/tmp/ssh-c5meGmOWkkih/agent.12 [2021-04-08T00:30:58.636Z] SSH_AGENT_PID=17 [2021-04-08T00:30:58.650Z] Running ssh-add (command line suppressed) [2021-04-08T00:30:58.769Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_5354447478291118407.key (/w/workspace/edgex-go/8@tmp/private_key_5354447478291118407.key) [2021-04-08T00:30:58.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T00:30:59.158Z] + git tag --points-at HEAD [Pipeline] } [2021-04-08T00:30:59.190Z] $ docker exec --env ******** --env ******** 44b8db482f023a0ba9262d0b0a063f2ee43cf182c18b83397fb6d33209332914 ssh-agent -k [2021-04-08T00:30:59.304Z] unset SSH_AUTH_SOCK; [2021-04-08T00:30:59.305Z] unset SSH_AGENT_PID; [2021-04-08T00:30:59.305Z] echo Agent pid 17 killed; [2021-04-08T00:30:59.343Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-08T00:30:59.482Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T00:30:59.482Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T00:30:59.645Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T00:30:59.650Z] $ docker exec 44b8db482f023a0ba9262d0b0a063f2ee43cf182c18b83397fb6d33209332914 ssh-agent [2021-04-08T00:30:59.810Z] SSH_AUTH_SOCK=/tmp/ssh-RJYJLxgK2PaB/agent.49 [2021-04-08T00:30:59.810Z] SSH_AGENT_PID=54 [2021-04-08T00:30:59.818Z] Running ssh-add (command line suppressed) [2021-04-08T00:30:59.948Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_2332371277046114929.key (/w/workspace/edgex-go/8@tmp/private_key_2332371277046114929.key) [2021-04-08T00:31:00.014Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T00:31:00.359Z] + git semver init [2021-04-08T00:31:00.359Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T00:31:00.359Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-04-08T00:31:00.359Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-04-08T00:31:00.359Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T00:31:00.359Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T00:31:00.359Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T00:31:00.359Z] # $SEMVER_BRANCH = PR-3329 [2021-04-08T00:31:00.359Z] # $SEMVER_TEMP = /tmp/semver-268337555 [2021-04-08T00:31:00.359Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-08T00:31:18.586Z] # '/tmp/semver-268337555' -> '/w/workspace/edgex-go/8/.semver' [2021-04-08T00:31:18.586Z] # -> Force: false [2021-04-08T00:31:18.586Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-04-08T00:31:18.609Z] $ docker exec --env ******** --env ******** 44b8db482f023a0ba9262d0b0a063f2ee43cf182c18b83397fb6d33209332914 ssh-agent -k [2021-04-08T00:31:18.823Z] unset SSH_AUTH_SOCK; [2021-04-08T00:31:18.824Z] unset SSH_AGENT_PID; [2021-04-08T00:31:18.824Z] echo Agent pid 54 killed; [2021-04-08T00:31:18.878Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T00:31:19.340Z] + git semver [Pipeline] } [2021-04-08T00:31:19.360Z] $ docker stop --time=1 44b8db482f023a0ba9262d0b0a063f2ee43cf182c18b83397fb6d33209332914 [2021-04-08T00:31:20.969Z] $ docker rm -f 44b8db482f023a0ba9262d0b0a063f2ee43cf182c18b83397fb6d33209332914 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T00:31:21.528Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-08T00:31:22.088Z] Stashed 1 file(s) [Pipeline] echo [2021-04-08T00:31:22.091Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T00:31:23.041Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-08T00:31:23.344Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T00:31:23.652Z] + sudo service docker restart [2021-04-08T00:31:23.652Z] + true [2021-04-08T00:31:23.652Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-08T00:31:24.245Z] ========================================================= [2021-04-08T00:31:24.245Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-08T00:31:24.245Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:31:24.592Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-08T00:31:28.838Z] Sending build context to Docker daemon 329.3MB [2021-04-08T00:31:28.838Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T00:31:28.838Z] Step 2/6 : FROM ${BASE} [2021-04-08T00:31:28.838Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-08T00:31:28.838Z] 188c0c94c7c5: Pulling fs layer [2021-04-08T00:31:28.838Z] 0ef7d3d256c8: Pulling fs layer [2021-04-08T00:31:28.838Z] de9db76c5a1d: Pulling fs layer [2021-04-08T00:31:28.838Z] bca2f99d35d6: Pulling fs layer [2021-04-08T00:31:28.838Z] 93359f2a8cfa: Pulling fs layer [2021-04-08T00:31:28.838Z] 7c6f9722023f: Pulling fs layer [2021-04-08T00:31:28.838Z] a35cf1a2eb13: Pulling fs layer [2021-04-08T00:31:28.838Z] 93359f2a8cfa: Waiting [2021-04-08T00:31:28.838Z] 7c6f9722023f: Waiting [2021-04-08T00:31:28.838Z] a35cf1a2eb13: Waiting [2021-04-08T00:31:28.838Z] bca2f99d35d6: Waiting [2021-04-08T00:31:28.838Z] de9db76c5a1d: Verifying Checksum [2021-04-08T00:31:28.838Z] de9db76c5a1d: Download complete [2021-04-08T00:31:28.838Z] 0ef7d3d256c8: Verifying Checksum [2021-04-08T00:31:28.838Z] 0ef7d3d256c8: Download complete [2021-04-08T00:31:28.838Z] 93359f2a8cfa: Download complete [2021-04-08T00:31:28.838Z] 7c6f9722023f: Verifying Checksum [2021-04-08T00:31:28.838Z] 7c6f9722023f: Download complete [2021-04-08T00:31:28.838Z] 188c0c94c7c5: Verifying Checksum [2021-04-08T00:31:28.838Z] 188c0c94c7c5: Download complete [2021-04-08T00:31:29.103Z] 188c0c94c7c5: Pull complete [2021-04-08T00:31:29.366Z] 0ef7d3d256c8: Pull complete [2021-04-08T00:31:29.366Z] de9db76c5a1d: Pull complete [2021-04-08T00:31:30.320Z] a35cf1a2eb13: Verifying Checksum [2021-04-08T00:31:30.320Z] a35cf1a2eb13: Download complete [2021-04-08T00:31:30.895Z] bca2f99d35d6: Verifying Checksum [2021-04-08T00:31:30.895Z] bca2f99d35d6: Download complete [2021-04-08T00:31:36.220Z] bca2f99d35d6: Pull complete [2021-04-08T00:31:36.220Z] 93359f2a8cfa: Pull complete [2021-04-08T00:31:36.483Z] 7c6f9722023f: Pull complete [2021-04-08T00:31:37.512Z] Still waiting to schedule task [2021-04-08T00:31:37.512Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-08T00:31:40.707Z] a35cf1a2eb13: Pull complete [2021-04-08T00:31:40.707Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-08T00:31:40.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-08T00:31:40.707Z] ---> a62c8e92a672 [2021-04-08T00:31:40.707Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-08T00:31:40.707Z] ---> Running in 97e83e611dc0 [2021-04-08T00:31:41.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:31:42.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:31:43.187Z] (1/12) Installing libmagic (5.38-r0) [2021-04-08T00:31:43.187Z] (2/12) Installing file (5.38-r0) [2021-04-08T00:31:43.187Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-08T00:31:43.450Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-08T00:31:51.610Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-08T00:31:51.610Z] (6/12) Installing patch (2.7.6-r6) [2021-04-08T00:31:51.610Z] (7/12) Installing build-base (0.5-r2) [2021-04-08T00:31:51.610Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-08T00:31:51.610Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-08T00:31:51.872Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-08T00:31:51.872Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-08T00:31:52.133Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-08T00:31:52.133Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:31:52.133Z] OK: 233 MiB in 51 packages [2021-04-08T00:31:55.450Z] Removing intermediate container 97e83e611dc0 [2021-04-08T00:31:55.450Z] ---> 7236a3557d95 [2021-04-08T00:31:55.450Z] Step 4/6 : WORKDIR /edgex-go [2021-04-08T00:31:55.714Z] ---> Running in 4a5bea17827b [2021-04-08T00:31:55.714Z] Removing intermediate container 4a5bea17827b [2021-04-08T00:31:55.714Z] ---> 3f17a1ddd40f [2021-04-08T00:31:55.714Z] Step 5/6 : COPY go.mod . [2021-04-08T00:31:55.979Z] ---> 667c61802c62 [2021-04-08T00:31:55.979Z] Step 6/6 : RUN go mod download [2021-04-08T00:31:55.979Z] ---> Running in 5b5e50600461 [2021-04-08T00:32:18.038Z] Removing intermediate container 5b5e50600461 [2021-04-08T00:32:18.038Z] ---> acb34c487403 [2021-04-08T00:32:18.038Z] Successfully built acb34c487403 [2021-04-08T00:32:18.038Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:32:18.357Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T00:32:18.357Z] . [Pipeline] withDockerContainer [2021-04-08T00:32:18.461Z] prd-centos7-docker-4c-2g-33230 does not seem to be running inside a container [2021-04-08T00:32:18.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-x86_64 cat [2021-04-08T00:32:19.354Z] $ docker top 25ac48b425446250e5bf44981c68a1f1499256655cdba6938b79cf6b4367285c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T00:32:19.849Z] + go version [2021-04-08T00:32:19.849Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-08T00:32:19.865Z] $ docker stop --time=1 25ac48b425446250e5bf44981c68a1f1499256655cdba6938b79cf6b4367285c [2021-04-08T00:32:22.041Z] $ docker rm -f 25ac48b425446250e5bf44981c68a1f1499256655cdba6938b79cf6b4367285c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:32:22.876Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T00:32:22.876Z] . [Pipeline] withDockerContainer [2021-04-08T00:32:22.986Z] prd-centos7-docker-4c-2g-33230 does not seem to be running inside a container [2021-04-08T00:32:23.036Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-x86_64 cat [2021-04-08T00:32:23.995Z] $ docker top 5b6e068a2d43a92bcf6878c93e7d3863d3c939c450255efafd35d4f17f58f23d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-08T00:32:24.217Z] ========================================================= [2021-04-08T00:32:24.217Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-08T00:32:24.217Z] ========================================================= [Pipeline] sh [2021-04-08T00:32:24.507Z] + make test [2021-04-08T00:32:24.507Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-08T00:32:34.596Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-08T00:32:49.626Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-08T00:32:56.270Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-08T00:32:56.270Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-08T00:32:56.270Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-08T00:32:58.860Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-08T00:32:58.860Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-08T00:32:58.860Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-08T00:32:58.860Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-08T00:32:58.860Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-08T00:32:59.824Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-08T00:33:01.794Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-08T00:33:01.794Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-08T00:33:01.794Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-08T00:33:04.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 45.9% of statements [2021-04-08T00:33:04.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-08T00:33:04.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-08T00:33:04.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-08T00:33:04.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-08T00:33:04.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-08T00:33:04.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-08T00:33:04.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.068s coverage: 19.8% of statements [2021-04-08T00:33:04.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements [2021-04-08T00:33:08.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.210s coverage: 27.1% of statements [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-08T00:33:08.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-08T00:33:08.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-08T00:33:08.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.122s coverage: 71.3% of statements [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-08T00:33:08.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.184s coverage: 82.9% of statements [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:33:08.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements [2021-04-08T00:33:08.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-08T00:33:11.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.355s coverage: 28.6% of statements [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-08T00:33:11.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-08T00:33:11.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-08T00:33:11.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.129s coverage: 86.7% of statements [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-08T00:33:11.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.154s coverage: 97.5% of statements [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-08T00:33:11.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-08T00:33:11.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-08T00:33:13.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.417s coverage: 92.8% of statements [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-08T00:33:13.943Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-08T00:33:13.943Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 1.0% of statements [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-08T00:33:13.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-08T00:33:13.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2021-04-08T00:33:13.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements [2021-04-08T00:33:13.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-04-08T00:33:14.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements [2021-04-08T00:33:14.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements [2021-04-08T00:33:26.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.064s coverage: 94.4% of statements [2021-04-08T00:33:26.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-04-08T00:33:29.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.240s coverage: 81.5% of statements [2021-04-08T00:33:29.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-08T00:33:29.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.038s coverage: 87.1% of statements [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.098s coverage: 92.9% of statements [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.109s coverage: 91.6% of statements [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.207s coverage: 64.4% of statements [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.389s coverage: 69.0% of statements [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 38.4% of statements [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-08T00:33:38.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-08T00:33:38.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-08T00:33:38.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-04-08T00:33:38.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.0% of statements [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-08T00:33:38.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-08T00:33:38.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-08T00:33:38.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.054s coverage: 11.0% of statements [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-08T00:33:38.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.157s coverage: 87.1% of statements [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:33:38.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-08T00:33:38.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.774s coverage: 29.1% of statements [2021-04-08T00:33:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-08T00:33:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-08T00:33:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-08T00:33:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-08T00:33:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-08T00:33:38.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-04-08T00:33:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-08T00:33:38.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-04-08T00:33:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-08T00:33:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-08T00:33:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-08T00:33:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-08T00:33:38.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.119s coverage: 95.6% of statements [2021-04-08T00:33:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-08T00:33:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:33:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-08T00:33:38.591Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-04-08T00:33:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-08T00:33:38.868Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-04-08T00:33:38.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-08T00:33:38.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-08T00:33:38.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-08T00:33:38.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-08T00:33:39.141Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-04-08T00:33:39.141Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-08T00:33:39.141Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-08T00:33:39.141Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2021-04-08T00:33:39.718Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-04-08T00:33:39.718Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-08T00:33:40.298Z] GO111MODULE=on go vet ./... [2021-04-08T00:34:12.556Z] gofmt -l . [2021-04-08T00:34:12.556Z] [ "`gofmt -l .`" = "" ] [2021-04-08T00:34:12.556Z] ./bin/test-go-mod-tidy.sh [2021-04-08T00:34:12.556Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-08T00:34:14.597Z] + ls -al . [2021-04-08T00:34:14.597Z] total 808 [2021-04-08T00:34:14.597Z] drwxrwxr-x 10 1001 1001 4096 Apr 8 00:34 . [2021-04-08T00:34:14.597Z] drwxr-xr-x 4 root root 28 Apr 8 00:32 .. [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 11 Apr 8 00:30 .dockerignore [2021-04-08T00:34:14.597Z] drwxrwxr-x 8 1001 1001 179 Apr 8 00:30 .git [2021-04-08T00:34:14.597Z] drwxrwxr-x 3 1001 1001 125 Apr 8 00:30 .github [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 818 Apr 8 00:30 .gitignore [2021-04-08T00:34:14.597Z] drwx------ 3 1001 1001 60 Apr 8 00:31 .semver [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 166 Apr 8 00:30 .sonarcloud.properties [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 8607 Apr 8 00:30 Attribution.txt [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 3804 Apr 8 00:30 CONTRIBUTING.md [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 931 Apr 8 00:30 Dockerfile.build [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 863 Apr 8 00:30 Jenkinsfile [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 10775 Apr 8 00:30 LICENSE [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 5774 Apr 8 00:30 Makefile [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 6548 Apr 8 00:30 README.md [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 6755 Apr 8 00:30 SECURITY.md [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 5 Apr 8 00:31 VERSION [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 4131 Apr 8 00:30 ZMQWindows.md [2021-04-08T00:34:14.597Z] drwxrwxr-x 2 1001 1001 117 Apr 8 00:30 bin [2021-04-08T00:34:14.597Z] drwxrwxr-x 14 1001 1001 4096 Apr 8 00:30 cmd [2021-04-08T00:34:14.597Z] -rw-r--r-- 1 root root 697383 Apr 8 00:33 coverage.out [2021-04-08T00:34:14.597Z] -rw-r--r-- 1 root root 1056 Apr 8 00:34 go.mod [2021-04-08T00:34:14.597Z] -rw-r--r-- 1 root root 22478 Apr 8 00:34 go.sum [2021-04-08T00:34:14.597Z] drwxrwxr-x 8 1001 1001 127 Apr 8 00:30 internal [2021-04-08T00:34:14.597Z] drwxrwxr-x 4 1001 1001 26 Apr 8 00:30 openapi [2021-04-08T00:34:14.597Z] drwxrwxr-x 4 1001 1001 71 Apr 8 00:30 snap [2021-04-08T00:34:14.597Z] -rw-rw-r-- 1 1001 1001 168 Apr 8 00:30 version.go [Pipeline] sh [2021-04-08T00:34:14.926Z] + '[' -e coverage.out ] [2021-04-08T00:34:14.926Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-08T00:34:15.158Z] Stashed 1 file(s) [Pipeline] sh [2021-04-08T00:34:15.468Z] + make build [2021-04-08T00:34:15.468Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-08T00:34:22.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-08T00:34:28.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-08T00:34:30.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-08T00:34:32.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-08T00:34:32.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-08T00:34:34.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-08T00:34:36.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-08T00:34:37.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-08T00:34:38.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-08T00:34:39.298Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33236 in /w/workspace/edgexfoundry_edgex-go_PR-3329 [Pipeline] { [Pipeline] ws [2021-04-08T00:34:39.353Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-04-08T00:34:39.800Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-08T00:34:41.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-08T00:34:43.157Z] $ docker stop --time=1 5b6e068a2d43a92bcf6878c93e7d3863d3c939c450255efafd35d4f17f58f23d [2021-04-08T00:34:44.955Z] $ docker rm -f 5b6e068a2d43a92bcf6878c93e7d3863d3c939c450255efafd35d4f17f58f23d [2021-04-08T00:34:44.961Z] using credential edgex-jenkins-ssh [2021-04-08T00:34:45.030Z] Cloning the remote Git repository [Pipeline] // withDockerContainer [Pipeline] } [2021-04-08T00:34:45.082Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-08T00:34:45.199Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-04-08T00:34:45.289Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-08T00:34:45.290Z] > git --version # timeout=10 [2021-04-08T00:34:45.310Z] > git --version # 'git version 2.17.1' [2021-04-08T00:34:45.312Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T00:34:45.392Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:34:48.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-08T00:34:48.919Z] [2021-04-08T00:34:48.919Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:34:49.269Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-08T00:34:49.269Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-08T00:34:49.269Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-08T00:34:49.269Z] ca9280d653b3: Pulling fs layer [2021-04-08T00:34:49.269Z] 7e9c9ca2126c: Pulling fs layer [2021-04-08T00:34:50.230Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-08T00:34:50.230Z] cbdbe7a5bc2a: Download complete [2021-04-08T00:34:50.493Z] ca9280d653b3: Verifying Checksum [2021-04-08T00:34:50.493Z] ca9280d653b3: Download complete [2021-04-08T00:34:50.755Z] cbdbe7a5bc2a: Pull complete [2021-04-08T00:34:51.708Z] 7e9c9ca2126c: Download complete [2021-04-08T00:34:51.971Z] ca9280d653b3: Pull complete [2021-04-08T00:34:58.589Z] 7e9c9ca2126c: Pull complete [2021-04-08T00:34:58.589Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-08T00:34:58.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-08T00:34:58.589Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-08T00:34:58.805Z] prd-centos7-docker-4c-2g-33230 does not seem to be running inside a container [2021-04-08T00:34:58.948Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-08T00:35:02.395Z] $ docker top 2389d8a59f82d178b16443f1db09b8784e7e965ac291cd5d9fef08839f607fac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T00:35:02.978Z] + docker-compose build --help [2021-04-08T00:35:02.978Z] + grep parallel [2021-04-08T00:35:03.923Z] --parallel Build images in parallel. [Pipeline] } [2021-04-08T00:35:04.203Z] $ docker stop --time=1 2389d8a59f82d178b16443f1db09b8784e7e965ac291cd5d9fef08839f607fac [2021-04-08T00:35:05.585Z] $ docker rm -f 2389d8a59f82d178b16443f1db09b8784e7e965ac291cd5d9fef08839f607fac [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:35:06.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-08T00:35:06.303Z] . [Pipeline] withDockerContainer [2021-04-08T00:35:06.427Z] prd-centos7-docker-4c-2g-33230 does not seem to be running inside a container [2021-04-08T00:35:06.479Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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:latest cat [2021-04-08T00:35:07.109Z] $ docker top d43d9ec56375ef31ca2f58a980c3d63f09a3d6f509521ecd36de8e0432a9fdb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T00:35:07.580Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-08T00:35:08.526Z] Building docker-core-command-go ... [2021-04-08T00:35:08.526Z] Building docker-core-data-go ... [2021-04-08T00:35:08.526Z] Building docker-core-metadata-go ... [2021-04-08T00:35:08.527Z] Building docker-security-bootstrapper-go ... [2021-04-08T00:35:08.527Z] Building docker-security-proxy-setup-go ... [2021-04-08T00:35:08.527Z] Building docker-security-secretstore-setup-go ... [2021-04-08T00:35:08.527Z] Building docker-support-notifications-go ... [2021-04-08T00:35:08.527Z] Building docker-support-scheduler-go ... [2021-04-08T00:35:08.527Z] Building docker-sys-mgmt-agent-go ... [2021-04-08T00:35:08.527Z] Building docker-core-data-go [2021-04-08T00:35:08.527Z] Building docker-support-scheduler-go [2021-04-08T00:35:08.527Z] Building docker-support-notifications-go [2021-04-08T00:35:08.527Z] Building docker-security-bootstrapper-go [2021-04-08T00:35:08.527Z] Building docker-core-command-go [2021-04-08T00:35:09.555Z] Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit b5a79a849d346dc00fad40c4584aeaf48b28eb3e [2021-04-08T00:35:10.289Z] Merge succeeded, producing 41714ec416714f74bbc12c99e9951eb36576eaa7 [2021-04-08T00:35:10.289Z] Checking out Revision 41714ec416714f74bbc12c99e9951eb36576eaa7 (PR-3329) [2021-04-08T00:35:08.417Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-08T00:35:08.437Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T00:35:08.473Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-08T00:35:08.518Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-08T00:35:08.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T00:35:08.534Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3329/head:refs/remotes/origin/PR-3329 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T00:35:09.592Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T00:35:09.612Z] > git checkout -f b5a79a849d346dc00fad40c4584aeaf48b28eb3e # timeout=10 [2021-04-08T00:35:09.969Z] > git remote # timeout=10 [2021-04-08T00:35:09.990Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T00:35:10.013Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T00:35:10.025Z] > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 [2021-04-08T00:35:10.277Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T00:35:10.300Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T00:35:10.317Z] > git checkout -f 41714ec416714f74bbc12c99e9951eb36576eaa7 # timeout=10 [2021-04-08T00:35:14.723Z] Commit message: "Merge commit 'abd01a6d142b6f684e0380bd2bdcda548b905f03' into HEAD" [2021-04-08T00:35:14.737Z] > git rev-list --no-walk b5a79a849d346dc00fad40c4584aeaf48b28eb3e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T00:35:16.261Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-08T00:35:16.783Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T00:35:17.150Z] + sudo service docker restart [2021-04-08T00:35:17.150Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T00:35:19.207Z] provisioning config files... [2021-04-08T00:35:19.246Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config1292962701464169073tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:35:19.683Z] ---> docker-login.sh [2021-04-08T00:35:19.683Z] nexus3.edgexfoundry.org:10001 [2021-04-08T00:35:20.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:35:20.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:35:20.942Z] Configure a credential helper to remove this warning. See [2021-04-08T00:35:20.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:35:20.942Z] [2021-04-08T00:35:20.942Z] Login Succeeded [2021-04-08T00:35:20.942Z] nexus3.edgexfoundry.org:10002 [2021-04-08T00:35:21.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:35:21.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:35:21.494Z] Configure a credential helper to remove this warning. See [2021-04-08T00:35:21.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:35:21.494Z] [2021-04-08T00:35:21.494Z] Login Succeeded [2021-04-08T00:35:21.494Z] nexus3.edgexfoundry.org:10003 [2021-04-08T00:35:21.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:35:22.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:35:22.045Z] Configure a credential helper to remove this warning. See [2021-04-08T00:35:22.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:35:22.045Z] [2021-04-08T00:35:22.045Z] Login Succeeded [2021-04-08T00:35:22.045Z] nexus3.edgexfoundry.org:10004 [2021-04-08T00:35:22.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:35:22.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:35:22.596Z] Configure a credential helper to remove this warning. See [2021-04-08T00:35:22.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:35:22.596Z] [2021-04-08T00:35:22.596Z] Login Succeeded [2021-04-08T00:35:22.596Z] docker.io [2021-04-08T00:35:22.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:35:23.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:35:23.145Z] Configure a credential helper to remove this warning. See [2021-04-08T00:35:23.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:35:23.145Z] [2021-04-08T00:35:23.145Z] Login Succeeded [2021-04-08T00:35:23.145Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T00:35:23.161Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T00:35:23.686Z] ========================================================= [2021-04-08T00:35:23.686Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-08T00:35:23.686Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:35:24.087Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-08T00:35:26.741Z] Sending build context to Docker daemon 167.2MB [2021-04-08T00:35:26.741Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T00:35:26.741Z] Step 2/6 : FROM ${BASE} [2021-04-08T00:35:26.741Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-08T00:35:26.741Z] 5f621e34cdf4: Pulling fs layer [2021-04-08T00:35:26.741Z] a4357932f1b6: Pulling fs layer [2021-04-08T00:35:26.741Z] 18c013af1878: Pulling fs layer [2021-04-08T00:35:26.741Z] 00ac8860ef70: Pulling fs layer [2021-04-08T00:35:26.741Z] 63d7cb157983: Pulling fs layer [2021-04-08T00:35:26.741Z] b116817d02f9: Pulling fs layer [2021-04-08T00:35:26.741Z] 745a02a5169b: Pulling fs layer [2021-04-08T00:35:26.741Z] 00ac8860ef70: Waiting [2021-04-08T00:35:26.741Z] 63d7cb157983: Waiting [2021-04-08T00:35:26.741Z] b116817d02f9: Waiting [2021-04-08T00:35:26.741Z] 745a02a5169b: Waiting [2021-04-08T00:35:26.741Z] 18c013af1878: Verifying Checksum [2021-04-08T00:35:26.741Z] 18c013af1878: Download complete [2021-04-08T00:35:26.741Z] a4357932f1b6: Verifying Checksum [2021-04-08T00:35:26.741Z] a4357932f1b6: Download complete [2021-04-08T00:35:26.741Z] 63d7cb157983: Download complete [2021-04-08T00:35:26.741Z] b116817d02f9: Download complete [2021-04-08T00:35:27.345Z] 5f621e34cdf4: Verifying Checksum [2021-04-08T00:35:27.345Z] 5f621e34cdf4: Download complete [2021-04-08T00:35:27.953Z] 5f621e34cdf4: Pull complete [2021-04-08T00:35:28.565Z] a4357932f1b6: Pull complete [2021-04-08T00:35:28.841Z] 18c013af1878: Pull complete [2021-04-08T00:35:29.440Z] 745a02a5169b: Verifying Checksum [2021-04-08T00:35:29.440Z] 745a02a5169b: Download complete [2021-04-08T00:35:30.879Z] 00ac8860ef70: Download complete [2021-04-08T00:35:41.091Z] 00ac8860ef70: Pull complete [2021-04-08T00:35:41.091Z] 63d7cb157983: Pull complete [2021-04-08T00:35:41.091Z] b116817d02f9: Pull complete [2021-04-08T00:35:44.482Z] 745a02a5169b: Pull complete [2021-04-08T00:35:44.482Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-08T00:35:44.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-08T00:35:44.482Z] ---> b7e6874047d6 [2021-04-08T00:35:44.482Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-08T00:35:47.710Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:35:47.711Z] [2021-04-08T00:35:47.711Z] Step 2/31 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:35:47.711Z] [2021-04-08T00:35:47.711Z] ---> acb34c487403 [2021-04-08T00:35:47.711Z] Step 3/22 : WORKDIR /edgex-go [2021-04-08T00:35:47.711Z] ---> acb34c487403 [2021-04-08T00:35:47.711Z] Step 3/31 : WORKDIR /edgex-go [2021-04-08T00:35:47.711Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:35:47.711Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:35:47.711Z] ---> acb34c487403 [2021-04-08T00:35:47.711Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T00:35:47.711Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:35:47.711Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:35:47.711Z] ---> acb34c487403 [2021-04-08T00:35:47.711Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T00:35:47.711Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:35:47.711Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:35:47.711Z] ---> acb34c487403 [2021-04-08T00:35:47.711Z] Step 3/22 : WORKDIR /edgex-go [2021-04-08T00:35:47.711Z] ---> Running in 0a761e65a247 [2021-04-08T00:35:47.711Z] ---> Running in 8ff8f05b658f [2021-04-08T00:35:47.711Z] ---> Running in 790b4ba87c24 [2021-04-08T00:35:47.711Z] ---> Running in 310e7a2b2fac [2021-04-08T00:35:47.711Z] ---> Running in 92ab6846dab9 [2021-04-08T00:35:47.711Z] Removing intermediate container 8ff8f05b658f [2021-04-08T00:35:47.711Z] ---> 0860ff7e6e90 [2021-04-08T00:35:47.711Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:35:47.711Z] Removing intermediate container 92ab6846dab9 [2021-04-08T00:35:47.711Z] ---> 91efc23c0799 [2021-04-08T00:35:47.711Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:35:47.711Z] Removing intermediate container 0a761e65a247 [2021-04-08T00:35:47.711Z] ---> 15d28214e88b [2021-04-08T00:35:47.711Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:35:47.711Z] Removing intermediate container 310e7a2b2fac [2021-04-08T00:35:47.711Z] ---> 7d366661f52c [2021-04-08T00:35:47.711Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:35:47.711Z] Removing intermediate container 790b4ba87c24 [2021-04-08T00:35:47.711Z] ---> 5ca7dcdcb3da [2021-04-08T00:35:47.711Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:35:47.711Z] ---> Running in 1775b389e502 [2021-04-08T00:35:47.711Z] ---> Running in a4b11cbf1ec4 [2021-04-08T00:35:47.711Z] ---> Running in 7be99ee87b85 [2021-04-08T00:35:47.711Z] ---> Running in 294c8086b7f9 [2021-04-08T00:35:47.711Z] ---> Running in 8a90a2c47129 [2021-04-08T00:35:47.711Z] Removing intermediate container a4b11cbf1ec4 [2021-04-08T00:35:47.711Z] ---> 0fea78cc2c1e [2021-04-08T00:35:47.711Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-08T00:35:47.711Z] ---> Running in f084ef034193 [2021-04-08T00:35:47.711Z] Removing intermediate container 1775b389e502 [2021-04-08T00:35:47.711Z] ---> af640b1e7b26 [2021-04-08T00:35:47.711Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-08T00:35:47.711Z] Removing intermediate container 7be99ee87b85 [2021-04-08T00:35:47.711Z] ---> 9e57297728c2 [2021-04-08T00:35:47.711Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-08T00:35:47.711Z] Removing intermediate container 294c8086b7f9 [2021-04-08T00:35:47.711Z] ---> 1e6c9e6dcfc2 [2021-04-08T00:35:47.711Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-08T00:35:47.711Z] ---> Running in b3b4855b2cbf [2021-04-08T00:35:47.711Z] ---> Running in d6befbe9b9b4 [2021-04-08T00:35:47.711Z] Removing intermediate container 8a90a2c47129 [2021-04-08T00:35:47.711Z] ---> 5b16faddac68 [2021-04-08T00:35:47.711Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-08T00:35:47.711Z] ---> Running in 7e647ce0556b [2021-04-08T00:35:47.711Z] ---> Running in 701c4f365a9d [2021-04-08T00:35:47.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:35:47.864Z] ---> Running in 5613d5180f37 [2021-04-08T00:35:47.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:35:48.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:35:48.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:35:48.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:35:48.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:35:48.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:35:49.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:35:49.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:35:49.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:35:49.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:35:49.927Z] OK: 233 MiB in 51 packages [2021-04-08T00:35:49.927Z] OK: 233 MiB in 51 packages [2021-04-08T00:35:50.203Z] OK: 233 MiB in 51 packages [2021-04-08T00:35:50.465Z] OK: 233 MiB in 51 packages [2021-04-08T00:35:50.465Z] OK: 233 MiB in 51 packages [2021-04-08T00:35:50.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:35:51.414Z] Removing intermediate container f084ef034193 [2021-04-08T00:35:51.414Z] ---> 78d2fdc6dc91 [2021-04-08T00:35:51.414Z] Step 6/31 : COPY go.mod . [2021-04-08T00:35:51.414Z] Removing intermediate container b3b4855b2cbf [2021-04-08T00:35:51.414Z] ---> d8957561d7fc [2021-04-08T00:35:51.414Z] Step 6/23 : COPY go.mod . [2021-04-08T00:35:51.680Z] Removing intermediate container 701c4f365a9d [2021-04-08T00:35:51.680Z] ---> 43e5528e6ff6 [2021-04-08T00:35:51.680Z] Step 6/22 : COPY go.mod . [2021-04-08T00:35:51.680Z] ---> 64d4e6fbe9b5 [2021-04-08T00:35:51.680Z] Step 7/31 : RUN go mod download [2021-04-08T00:35:51.944Z] ---> 65dd31cbe95a [2021-04-08T00:35:51.944Z] Step 7/23 : RUN go mod download [2021-04-08T00:35:51.944Z] ---> Running in b113c8c3b008 [2021-04-08T00:35:52.208Z] ---> Running in 663375923d19 [2021-04-08T00:35:52.208Z] Removing intermediate container 7e647ce0556b [2021-04-08T00:35:52.208Z] ---> c1397b06ea93 [2021-04-08T00:35:52.208Z] Step 6/23 : COPY go.mod . [2021-04-08T00:35:52.208Z] ---> a9192e80ca99 [2021-04-08T00:35:52.208Z] Step 7/22 : RUN go mod download [2021-04-08T00:35:52.472Z] Removing intermediate container d6befbe9b9b4 [2021-04-08T00:35:52.472Z] ---> f4e0cf132002 [2021-04-08T00:35:52.472Z] Step 6/22 : COPY go.mod . [2021-04-08T00:35:52.472Z] ---> Running in 47e64e609afc [2021-04-08T00:35:52.734Z] ---> 4de29ddc6720 [2021-04-08T00:35:52.734Z] Step 7/23 : RUN go mod download [2021-04-08T00:35:53.000Z] ---> d52ce8e5bb82 [2021-04-08T00:35:53.000Z] Step 7/22 : RUN go mod download [2021-04-08T00:35:53.000Z] ---> Running in 5d9cd540b156 [2021-04-08T00:35:53.000Z] ---> Running in 0d7181104182 [2021-04-08T00:35:53.361Z] (1/12) Installing libmagic (5.38-r0) [2021-04-08T00:35:53.630Z] (2/12) Installing file (5.38-r0) [2021-04-08T00:35:53.630Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-08T00:35:53.901Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-08T00:35:54.989Z] Removing intermediate container b113c8c3b008 [2021-04-08T00:35:54.989Z] ---> a10bea2e4fb3 [2021-04-08T00:35:54.989Z] Step 8/31 : COPY . . [2021-04-08T00:35:54.989Z] Removing intermediate container 663375923d19 [2021-04-08T00:35:54.989Z] ---> 94f5bbae18a5 [2021-04-08T00:35:54.989Z] Step 8/23 : COPY . . [2021-04-08T00:35:54.989Z] Removing intermediate container 47e64e609afc [2021-04-08T00:35:54.989Z] ---> c258a85dd15c [2021-04-08T00:35:54.989Z] Step 8/22 : COPY . . [2021-04-08T00:35:54.989Z] Removing intermediate container 5d9cd540b156 [2021-04-08T00:35:54.989Z] ---> be6992b11b4a [2021-04-08T00:35:54.989Z] Step 8/23 : COPY . . [2021-04-08T00:35:55.946Z] Removing intermediate container 0d7181104182 [2021-04-08T00:35:55.946Z] ---> bc13bcfe8dc4 [2021-04-08T00:35:55.946Z] Step 8/22 : COPY . . [2021-04-08T00:36:04.032Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-08T00:36:04.032Z] (6/12) Installing patch (2.7.6-r6) [2021-04-08T00:36:04.032Z] (7/12) Installing build-base (0.5-r2) [2021-04-08T00:36:04.303Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-08T00:36:04.303Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-08T00:36:04.303Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-08T00:36:04.577Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-08T00:36:04.577Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-08T00:36:04.577Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:36:04.856Z] OK: 217 MiB in 51 packages [2021-04-08T00:36:09.177Z] Removing intermediate container 5613d5180f37 [2021-04-08T00:36:09.177Z] ---> 2cd342a10750 [2021-04-08T00:36:09.177Z] Step 4/6 : WORKDIR /edgex-go [2021-04-08T00:36:09.177Z] ---> Running in 6e9a7cf93458 [2021-04-08T00:36:09.177Z] Removing intermediate container 6e9a7cf93458 [2021-04-08T00:36:09.177Z] ---> 13819aec34c7 [2021-04-08T00:36:09.177Z] Step 5/6 : COPY go.mod . [2021-04-08T00:36:09.781Z] ---> 11b6c20fe9d3 [2021-04-08T00:36:09.781Z] Step 6/6 : RUN go mod download [2021-04-08T00:36:10.059Z] ---> Running in bbced3c62f0f [2021-04-08T00:36:35.372Z] ---> 184538166d1c [2021-04-08T00:36:35.372Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-08T00:36:35.372Z] ---> a515e674f4bc [2021-04-08T00:36:35.372Z] ---> a2b004184700 [2021-04-08T00:36:35.372Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-08T00:36:35.372Z] [2021-04-08T00:36:35.372Z] ---> Running in a89555bcfd50 [2021-04-08T00:36:35.372Z] ---> Running in e1b1eb4b80e2 [2021-04-08T00:36:35.372Z] ---> Running in 14a2ef39ab81 [2021-04-08T00:36:35.372Z] ---> 99b1c1870f85 [2021-04-08T00:36:35.372Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-08T00:36:35.372Z] ---> cd163af9f8b9 [2021-04-08T00:36:35.372Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-08T00:36:35.372Z] ---> Running in d697db8e506a [2021-04-08T00:36:35.372Z] ---> Running in 84e3015ebe0a [2021-04-08T00:36:35.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-08T00:36:35.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-08T00:36:35.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-08T00:36:35.373Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-08T00:36:35.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-08T00:36:36.916Z] Removing intermediate container bbced3c62f0f [2021-04-08T00:36:36.916Z] ---> 2b74c0e63c41 [2021-04-08T00:36:36.916Z] Successfully built 2b74c0e63c41 [2021-04-08T00:36:36.916Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:36:37.269Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T00:36:37.269Z] . [Pipeline] withDockerContainer [2021-04-08T00:36:37.559Z] prd-ubuntu18.04-docker-arm64-4c-16g-33236 does not seem to be running inside a container [2021-04-08T00:36:37.655Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-arm64 cat [2021-04-08T00:36:39.285Z] $ docker top 12582342f888cc9bde1dba94c2497bcad47a7de2b9b3f9a5eece0e5530b67c32 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T00:36:40.317Z] + go version [2021-04-08T00:36:40.317Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-08T00:36:40.349Z] $ docker stop --time=1 12582342f888cc9bde1dba94c2497bcad47a7de2b9b3f9a5eece0e5530b67c32 [2021-04-08T00:36:42.360Z] $ docker rm -f 12582342f888cc9bde1dba94c2497bcad47a7de2b9b3f9a5eece0e5530b67c32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:36:43.404Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T00:36:43.404Z] . [Pipeline] withDockerContainer [2021-04-08T00:36:43.687Z] prd-ubuntu18.04-docker-arm64-4c-16g-33236 does not seem to be running inside a container [2021-04-08T00:36:43.794Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-arm64 cat [2021-04-08T00:36:45.279Z] $ docker top af04d7858630a56b9d95aa8ed3fbc49412eb6d81a99c41d4031c31fd45156db3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-08T00:36:45.669Z] ========================================================= [2021-04-08T00:36:45.669Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-08T00:36:45.669Z] ========================================================= [Pipeline] sh [2021-04-08T00:36:46.321Z] + make test [2021-04-08T00:36:46.321Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-08T00:37:13.129Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-08T00:37:14.299Z] Removing intermediate container a89555bcfd50 [2021-04-08T00:37:14.299Z] ---> 9c7175cc4928 [2021-04-08T00:37:14.299Z] [2021-04-08T00:37:14.299Z] Step 10/31 : FROM alpine:3.12 [2021-04-08T00:37:14.299Z] 3.12: Pulling from library/alpine [2021-04-08T00:37:16.863Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T00:37:16.863Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T00:37:16.863Z] ---> 7230e588e954 [2021-04-08T00:37:16.863Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-08T00:37:19.430Z] Removing intermediate container 84e3015ebe0a [2021-04-08T00:37:19.430Z] ---> 30d1e374d2ba [2021-04-08T00:37:19.430Z] [2021-04-08T00:37:19.430Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T00:37:19.430Z] ---> 7230e588e954 [2021-04-08T00:37:19.430Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-08T00:37:20.008Z] ---> Running in cb06c66d7323 [2021-04-08T00:37:20.989Z] ---> Running in a64034c59b40 [2021-04-08T00:37:21.279Z] Removing intermediate container cb06c66d7323 [2021-04-08T00:37:21.279Z] ---> 262eea2a71d6 [2021-04-08T00:37:21.279Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-08T00:37:21.279Z] Removing intermediate container 14a2ef39ab81 [2021-04-08T00:37:21.279Z] ---> 3afae39df522 [2021-04-08T00:37:21.279Z] [2021-04-08T00:37:21.279Z] Step 10/22 : FROM alpine:3.12 [2021-04-08T00:37:21.279Z] ---> 7230e588e954 [2021-04-08T00:37:21.279Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-08T00:37:21.279Z] Removing intermediate container e1b1eb4b80e2 [2021-04-08T00:37:21.279Z] ---> e3c1e7ead581 [2021-04-08T00:37:21.279Z] [2021-04-08T00:37:21.279Z] Step 10/22 : FROM alpine:3.12 [2021-04-08T00:37:21.279Z] ---> 7230e588e954 [2021-04-08T00:37:21.279Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-08T00:37:23.912Z] ---> Running in cc26ff4d5e4d [2021-04-08T00:37:24.183Z] ---> Running in 233d1688e7af [2021-04-08T00:37:24.183Z] ---> Running in 72740ff73ceb [2021-04-08T00:37:24.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:37:24.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:37:24.444Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-08T00:37:24.444Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:37:24.444Z] OK: 6 MiB in 15 packages [2021-04-08T00:37:25.401Z] Removing intermediate container d697db8e506a [2021-04-08T00:37:25.401Z] ---> cfa746d7f6a4 [2021-04-08T00:37:25.401Z] [2021-04-08T00:37:25.401Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T00:37:25.401Z] ---> 7230e588e954 [2021-04-08T00:37:25.401Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-08T00:37:25.401Z] ---> Running in d1e298263d61 [2021-04-08T00:37:25.670Z] Removing intermediate container d1e298263d61 [2021-04-08T00:37:25.670Z] ---> db60c953d322 [2021-04-08T00:37:25.670Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-08T00:37:25.935Z] ---> Running in e96752772e40 [2021-04-08T00:37:25.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:37:25.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:37:26.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:37:26.215Z] Removing intermediate container a64034c59b40 [2021-04-08T00:37:26.215Z] ---> 135b45c7c841 [2021-04-08T00:37:26.215Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:37:26.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:37:26.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:37:26.215Z] Removing intermediate container e96752772e40 [2021-04-08T00:37:26.215Z] ---> 9747c8b01457 [2021-04-08T00:37:26.215Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-08T00:37:26.215Z] ---> Running in f9edbb4eae32 [2021-04-08T00:37:26.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:37:26.215Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-08T00:37:26.215Z] (2/2) Installing su-exec (0.2-r1) [2021-04-08T00:37:26.215Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:37:26.215Z] OK: 6 MiB in 16 packages [2021-04-08T00:37:26.215Z] ---> Running in 2332def94cb6 [2021-04-08T00:37:26.503Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-08T00:37:26.503Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:37:26.503Z] OK: 6 MiB in 15 packages [2021-04-08T00:37:26.503Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-08T00:37:26.503Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-08T00:37:26.503Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:37:26.503Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T00:37:26.503Z] OK: 6 MiB in 16 packages [2021-04-08T00:37:26.769Z] Removing intermediate container f9edbb4eae32 [2021-04-08T00:37:26.769Z] ---> ef11908e0e06 [2021-04-08T00:37:26.769Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-08T00:37:26.769Z] Removing intermediate container 2332def94cb6 [2021-04-08T00:37:26.769Z] ---> e9a5e9356652 [2021-04-08T00:37:26.769Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:37:26.769Z] ---> Running in 4ccdeab38be6 [2021-04-08T00:37:27.034Z] ---> Running in 817a9d26e5ba [2021-04-08T00:37:27.295Z] Removing intermediate container 4ccdeab38be6 [2021-04-08T00:37:27.295Z] ---> 2dcc29d4a6f5 [2021-04-08T00:37:27.295Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-08T00:37:27.557Z] Removing intermediate container cc26ff4d5e4d [2021-04-08T00:37:27.557Z] ---> 6a82eb252bf7 [2021-04-08T00:37:27.557Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-08T00:37:28.133Z] ---> Running in 02b65d21085c [2021-04-08T00:37:28.133Z] ---> Running in b2d12e21541a [2021-04-08T00:37:28.133Z] Removing intermediate container 233d1688e7af [2021-04-08T00:37:28.133Z] ---> a1d87e375f08 [2021-04-08T00:37:28.133Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:37:28.398Z] Removing intermediate container 72740ff73ceb [2021-04-08T00:37:28.398Z] ---> f110ee20328d [2021-04-08T00:37:28.398Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:37:28.398Z] ---> Running in 4b5688d8ca62 [2021-04-08T00:37:28.398Z] ---> Running in 9dd3feb16636 [2021-04-08T00:37:28.660Z] Removing intermediate container b2d12e21541a [2021-04-08T00:37:28.660Z] ---> b746fac29054 [2021-04-08T00:37:28.660Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-08T00:37:28.660Z] Removing intermediate container 02b65d21085c [2021-04-08T00:37:28.660Z] ---> f4e1538110d9 [2021-04-08T00:37:28.660Z] Step 15/23 : WORKDIR / [2021-04-08T00:37:28.660Z] Removing intermediate container 4b5688d8ca62 [2021-04-08T00:37:28.660Z] ---> f69c7ff18888 [2021-04-08T00:37:28.660Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-08T00:37:28.660Z] ---> Running in c3d1e78e07ad [2021-04-08T00:37:28.922Z] ---> Running in bfc7d54418a6 [2021-04-08T00:37:28.922Z] ---> Running in 7bf18a8e0f0c [2021-04-08T00:37:28.922Z] Removing intermediate container 9dd3feb16636 [2021-04-08T00:37:28.922Z] ---> 139e15350ac1 [2021-04-08T00:37:28.922Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-08T00:37:29.185Z] ---> Running in f7f1f333cdd2 [2021-04-08T00:37:29.185Z] Removing intermediate container c3d1e78e07ad [2021-04-08T00:37:29.185Z] ---> 622117875bf2 [2021-04-08T00:37:29.185Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-08T00:37:29.185Z] Removing intermediate container bfc7d54418a6 [2021-04-08T00:37:29.185Z] ---> 7d36a3bd7511 [2021-04-08T00:37:29.185Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:37:29.456Z] Removing intermediate container 7bf18a8e0f0c [2021-04-08T00:37:29.456Z] ---> 5b5949858899 [2021-04-08T00:37:29.456Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-08T00:37:29.456Z] Removing intermediate container 817a9d26e5ba [2021-04-08T00:37:29.456Z] ---> a929c9188a1a [2021-04-08T00:37:29.456Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-08T00:37:29.456Z] ---> Running in 93bce4d0320f [2021-04-08T00:37:29.456Z] ---> Running in 6f94a39a0f8d [2021-04-08T00:37:29.723Z] Removing intermediate container f7f1f333cdd2 [2021-04-08T00:37:29.723Z] ---> 62cc0e3c14ed [2021-04-08T00:37:29.723Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-08T00:37:29.723Z] ---> Running in 4b1367cfaaba [2021-04-08T00:37:29.996Z] ---> 549494cad9d7 [2021-04-08T00:37:29.996Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-08T00:37:29.996Z] ---> Running in 35a9415bfcf2 [2021-04-08T00:37:29.996Z] Removing intermediate container 6f94a39a0f8d [2021-04-08T00:37:29.996Z] ---> d89c4e0b701c [2021-04-08T00:37:29.996Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:37:30.580Z] Removing intermediate container 35a9415bfcf2 [2021-04-08T00:37:30.580Z] ---> 4600d3e1e348 [2021-04-08T00:37:30.580Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:37:30.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:37:31.430Z] ---> c42dd2c30f1a [2021-04-08T00:37:31.430Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-08T00:37:31.430Z] ---> 8751b4f96500 [2021-04-08T00:37:31.430Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-08T00:37:31.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:37:31.700Z] ---> 8ba79142ac61 [2021-04-08T00:37:31.700Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-08T00:37:31.965Z] ---> c8042505f265 [2021-04-08T00:37:31.965Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-08T00:37:32.227Z] ---> Running in 5d469787fb53 [2021-04-08T00:37:32.227Z] Removing intermediate container 93bce4d0320f [2021-04-08T00:37:32.227Z] ---> cd3e720ec731 [2021-04-08T00:37:32.227Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-08T00:37:32.227Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-08T00:37:32.227Z] ---> a564846cfbcb [2021-04-08T00:37:32.227Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-08T00:37:32.227Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-08T00:37:32.227Z] ---> Running in 7c828c4b3ecc [2021-04-08T00:37:32.492Z] ---> 401f027157e7 [2021-04-08T00:37:32.492Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-08T00:37:32.492Z] Removing intermediate container 5d469787fb53 [2021-04-08T00:37:32.492Z] ---> 705f81233358 [2021-04-08T00:37:32.492Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:37:32.492Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-08T00:37:32.493Z] ---> Running in 69214000cd1c [2021-04-08T00:37:32.493Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-08T00:37:32.755Z] ---> e66af651b90b [2021-04-08T00:37:32.755Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-08T00:37:32.755Z] Removing intermediate container 7c828c4b3ecc [2021-04-08T00:37:32.755Z] ---> 1747ce782b22 [2021-04-08T00:37:32.755Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-08T00:37:32.755Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T00:37:32.755Z] Removing intermediate container 69214000cd1c [2021-04-08T00:37:32.755Z] ---> af7bc76f4b05 [2021-04-08T00:37:32.755Z] Step 21/23 : LABEL arch=x86_64 [2021-04-08T00:37:32.755Z] ---> Running in 904b12a01085 [2021-04-08T00:37:32.755Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-08T00:37:33.017Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:37:33.017Z] OK: 8 MiB in 20 packages [2021-04-08T00:37:33.017Z] ---> f05d329db74e [2021-04-08T00:37:33.017Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-08T00:37:33.017Z] ---> Running in 7a0ec0738224 [2021-04-08T00:37:33.017Z] ---> Running in 7deb7f85515b [2021-04-08T00:37:33.017Z] ---> 111b32fdec03 [2021-04-08T00:37:33.017Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-08T00:37:33.281Z] Removing intermediate container 904b12a01085 [2021-04-08T00:37:33.281Z] ---> 1d2207ed10dd [2021-04-08T00:37:33.281Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:37:33.551Z] ---> Running in 9bb66d2f85cd [2021-04-08T00:37:33.551Z] Removing intermediate container 7a0ec0738224 [2021-04-08T00:37:33.551Z] ---> 4db0fbdddc92 [2021-04-08T00:37:33.551Z] Step 22/23 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:37:33.813Z] ---> Running in bcbc84fcad14 [2021-04-08T00:37:33.813Z] Removing intermediate container 7deb7f85515b [2021-04-08T00:37:33.813Z] ---> cd6c0b393c75 [2021-04-08T00:37:33.813Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:37:34.077Z] ---> Running in 05405341ff2c [2021-04-08T00:37:34.077Z] ---> Running in 1979f34aaeb8 [2021-04-08T00:37:34.077Z] Removing intermediate container bcbc84fcad14 [2021-04-08T00:37:34.077Z] ---> 35773a251fd3 [2021-04-08T00:37:34.077Z] Step 20/22 : LABEL arch=x86_64 [2021-04-08T00:37:34.077Z] Removing intermediate container 4b1367cfaaba [2021-04-08T00:37:34.077Z] ---> e0069144fb94 [2021-04-08T00:37:34.077Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:37:34.346Z] ---> Running in e3901c9639fc [2021-04-08T00:37:34.346Z] Removing intermediate container 05405341ff2c [2021-04-08T00:37:34.346Z] ---> b03175469c06 [2021-04-08T00:37:34.346Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T00:37:34.613Z] Removing intermediate container 1979f34aaeb8 [2021-04-08T00:37:34.613Z] ---> 4aa1a815a4fa [2021-04-08T00:37:34.613Z] Step 20/22 : LABEL arch=x86_64 [2021-04-08T00:37:34.613Z] ---> Running in b10fdbced890 [2021-04-08T00:37:34.613Z] ---> a5709a4f9810 [2021-04-08T00:37:34.613Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-08T00:37:34.613Z] ---> Running in 3f5460256c0c [2021-04-08T00:37:34.613Z] Removing intermediate container e3901c9639fc [2021-04-08T00:37:34.613Z] ---> 567aa4431153 [2021-04-08T00:37:34.613Z] Step 21/22 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:37:34.886Z] ---> Running in 1a966e9e7b9f [2021-04-08T00:37:35.150Z] Removing intermediate container 3f5460256c0c [2021-04-08T00:37:35.150Z] ---> 58ff64769a0f [2021-04-08T00:37:35.150Z] Step 21/22 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:37:35.150Z] Removing intermediate container b10fdbced890 [2021-04-08T00:37:35.150Z] ---> 97ecc52f61ff [2021-04-08T00:37:35.150Z] [2021-04-08T00:37:35.412Z] Successfully built 97ecc52f61ff [2021-04-08T00:37:35.412Z] ---> Running in 4c2ab436493b [2021-04-08T00:37:35.412Z] Removing intermediate container 1a966e9e7b9f [2021-04-08T00:37:35.412Z] ---> fedc0fecac43 [2021-04-08T00:37:35.412Z] Step 22/22 : LABEL version=0.0.0 [2021-04-08T00:37:35.683Z] Successfully tagged docker-core-command-go:latest [2021-04-08T00:37:35.683Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-04-08T00:37:35.683Z] ---> 6ab87a37dae4 [2021-04-08T00:37:35.683Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-08T00:37:35.683Z] ---> Running in 231c7e3ec6be [2021-04-08T00:37:35.951Z] Removing intermediate container 9bb66d2f85cd [2021-04-08T00:37:35.951Z] ---> fe9061edfdd4 [2021-04-08T00:37:35.951Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:37:35.951Z] Removing intermediate container 4c2ab436493b [2021-04-08T00:37:35.951Z] ---> 4b11cad3b4a2 [2021-04-08T00:37:35.951Z] Step 22/22 : LABEL version=0.0.0 [2021-04-08T00:37:35.951Z] ---> Running in 282623e31562 [2021-04-08T00:37:36.218Z] Removing intermediate container 231c7e3ec6be [2021-04-08T00:37:36.218Z] ---> 557fc294ac95 [2021-04-08T00:37:36.218Z] [2021-04-08T00:37:36.218Z] ---> 0910381899ca [2021-04-08T00:37:36.218Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-08T00:37:36.218Z] Successfully built 557fc294ac95 [2021-04-08T00:37:36.504Z] ---> e605768bbadc [2021-04-08T00:37:36.504Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-08T00:37:36.504Z] Removing intermediate container 282623e31562 [2021-04-08T00:37:36.504Z] ---> a4fcd5a556d1 [2021-04-08T00:37:36.504Z] [2021-04-08T00:37:36.504Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-08T00:37:36.504Z] Building docker-security-secretstore-setup-go [2021-04-08T00:37:36.777Z]  Building docker-support-scheduler-go ... done Successfully built a4fcd5a556d1 [2021-04-08T00:37:36.777Z] Successfully tagged docker-support-notifications-go:latest [2021-04-08T00:37:36.777Z] Building docker-security-proxy-setup-go [2021-04-08T00:37:36.777Z]  Building docker-support-notifications-go ... done  ---> Running in 53ae10b7e3b2 [2021-04-08T00:37:37.354Z] Removing intermediate container 53ae10b7e3b2 [2021-04-08T00:37:37.354Z] ---> abf1002a980e [2021-04-08T00:37:37.354Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:37:37.620Z] ---> 90edc12b1236 [2021-04-08T00:37:37.620Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-08T00:37:40.186Z] ---> Running in 0a7966769af9 [2021-04-08T00:37:40.186Z] ---> a772ef134700 [2021-04-08T00:37:40.186Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-08T00:37:43.523Z] Removing intermediate container 0a7966769af9 [2021-04-08T00:37:43.523Z] ---> bcce8388c516 [2021-04-08T00:37:43.523Z] Step 21/23 : LABEL arch=x86_64 [2021-04-08T00:37:46.087Z] ---> 591291e978b8 [2021-04-08T00:37:46.087Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-08T00:37:46.087Z] ---> Running in 451f1d5f6231 [2021-04-08T00:37:47.508Z] Removing intermediate container 451f1d5f6231 [2021-04-08T00:37:47.508Z] ---> 82b8861d563f [2021-04-08T00:37:47.508Z] Step 22/23 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:37:51.800Z] ---> 7b286053cc91 [2021-04-08T00:37:51.800Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-08T00:37:55.157Z] ---> Running in 224a9852e4ea [2021-04-08T00:37:55.419Z] ---> Running in e9b49dc5466b [2021-04-08T00:37:56.374Z] Removing intermediate container 224a9852e4ea [2021-04-08T00:37:56.374Z] ---> 2ae61973c19e [2021-04-08T00:37:56.374Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T00:37:58.959Z] Removing intermediate container e9b49dc5466b [2021-04-08T00:37:58.959Z] ---> d4e38a1f797b [2021-04-08T00:37:58.959Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-08T00:37:59.228Z] ---> Running in 7c2147c036bb [2021-04-08T00:38:00.645Z] Removing intermediate container 7c2147c036bb [2021-04-08T00:38:00.645Z] ---> d79f9f3e79cf [2021-04-08T00:38:00.645Z] [2021-04-08T00:38:01.222Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:38:01.222Z] [2021-04-08T00:38:01.222Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:38:01.222Z] [2021-04-08T00:38:01.222Z] [2021-04-08T00:38:01.222Z] ---> acb34c487403 [2021-04-08T00:38:01.222Z] ---> acb34c487403 [2021-04-08T00:38:01.222Z] Step 3/24 : WORKDIR /edgex-goStep 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:38:01.222Z] Step 3/21 : WORKDIR /edgex-go ---> Using cache [2021-04-08T00:38:01.222Z] ---> 5ca7dcdcb3da [2021-04-08T00:38:01.222Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> 5b16faddac68 [2021-04-08T00:38:01.222Z] [2021-04-08T00:38:01.222Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-08T00:38:01.222Z] [2021-04-08T00:38:01.222Z] ---> acb34c487403 [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> 43e5528e6ff6 [2021-04-08T00:38:01.222Z] Step 3/26 : WORKDIR /edgex-goStep 6/24 : COPY go.mod . [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> a9192e80ca99 [2021-04-08T00:38:01.222Z] Step 7/24 : RUN go mod download [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> c258a85dd15c [2021-04-08T00:38:01.222Z] Step 8/24 : COPY . . [2021-04-08T00:38:01.222Z] [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> 5ca7dcdcb3da [2021-04-08T00:38:01.222Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> 5b16faddac68 [2021-04-08T00:38:01.222Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-08T00:38:01.222Z] ---> 5ca7dcdcb3da [2021-04-08T00:38:01.222Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> 5b16faddac68 [2021-04-08T00:38:01.222Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> 43e5528e6ff6 [2021-04-08T00:38:01.222Z] Step 6/21 : COPY go.mod . [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> a9192e80ca99 [2021-04-08T00:38:01.222Z] Step 7/21 : RUN go mod download [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> c258a85dd15c [2021-04-08T00:38:01.222Z] Step 8/21 : COPY . . [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> Using cache [2021-04-08T00:38:01.222Z] ---> 184538166d1c [2021-04-08T00:38:01.222Z] ---> 184538166d1c [2021-04-08T00:38:01.222Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-08T00:38:01.222Z] [2021-04-08T00:38:01.795Z] Successfully built d79f9f3e79cf [2021-04-08T00:38:02.062Z] ---> 2ad63a149751 [2021-04-08T00:38:02.062Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-08T00:38:02.063Z] Successfully tagged docker-core-data-go:latest [2021-04-08T00:38:02.063Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-04-08T00:38:02.332Z] ---> Running in 893de6adf4f8 [2021-04-08T00:38:02.332Z] ---> Running in a56b1f0185ac [2021-04-08T00:38:02.332Z] ---> Running in c3a859a0cc17 [2021-04-08T00:38:02.601Z] ---> Running in f85dbe7216ef [2021-04-08T00:38:04.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-08T00:38:04.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:04.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-08T00:38:05.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:06.117Z] OK: 233 MiB in 51 packages [2021-04-08T00:38:06.396Z] Removing intermediate container f85dbe7216ef [2021-04-08T00:38:06.396Z] ---> 4922081f3202 [2021-04-08T00:38:06.396Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-08T00:38:08.373Z] ---> Running in e7ab2611d21a [2021-04-08T00:38:08.646Z] Removing intermediate container c3a859a0cc17 [2021-04-08T00:38:08.646Z] ---> 71e49d4cae8e [2021-04-08T00:38:08.646Z] Step 6/26 : COPY go.mod . [2021-04-08T00:38:08.922Z] Removing intermediate container e7ab2611d21a [2021-04-08T00:38:08.922Z] ---> 786d9b9d8a81 [2021-04-08T00:38:08.922Z] Step 28/31 : CMD ["gate"] [2021-04-08T00:38:09.206Z] ---> c36450b79d8a [2021-04-08T00:38:09.206Z] Step 7/26 : RUN go mod download [2021-04-08T00:38:09.206Z] ---> Running in e6f026e45220 [2021-04-08T00:38:09.484Z] ---> Running in 28a27af4aa2d [2021-04-08T00:38:09.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-08T00:38:10.087Z] Removing intermediate container e6f026e45220 [2021-04-08T00:38:10.087Z] ---> 53ea8709ab68 [2021-04-08T00:38:10.087Z] Step 29/31 : LABEL arch=x86_64 [2021-04-08T00:38:11.072Z] ---> Running in e66fc2069f97 [2021-04-08T00:38:11.655Z] Removing intermediate container e66fc2069f97 [2021-04-08T00:38:11.655Z] ---> 9721b473f6d9 [2021-04-08T00:38:11.655Z] Step 30/31 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:38:11.767Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-08T00:38:11.926Z] ---> Running in 39df5136c8b1 [2021-04-08T00:38:12.890Z] Removing intermediate container 39df5136c8b1 [2021-04-08T00:38:12.890Z] ---> 982b3fd959ca [2021-04-08T00:38:12.890Z] Step 31/31 : LABEL version=0.0.0 [2021-04-08T00:38:13.859Z] ---> Running in da15284d6a61 [2021-04-08T00:38:15.632Z] Removing intermediate container da15284d6a61 [2021-04-08T00:38:15.632Z] ---> 503a1ba580c3 [2021-04-08T00:38:15.632Z] [2021-04-08T00:38:15.632Z] Removing intermediate container 28a27af4aa2d [2021-04-08T00:38:15.632Z] ---> e6d6943cd92d [2021-04-08T00:38:15.632Z] Step 8/26 : COPY . . [2021-04-08T00:38:15.632Z] Successfully built 503a1ba580c3 [2021-04-08T00:38:15.632Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-08T00:38:21.583Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-08T00:38:21.583Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-08T00:38:23.936Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:38:23.936Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:38:23.936Z] ---> acb34c487403 [2021-04-08T00:38:23.936Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T00:38:23.936Z] ---> Using cache [2021-04-08T00:38:23.936Z] ---> 5ca7dcdcb3da [2021-04-08T00:38:23.936Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:38:23.936Z] ---> Using cache [2021-04-08T00:38:23.936Z] ---> 5b16faddac68 [2021-04-08T00:38:23.936Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-08T00:38:23.936Z] ---> Using cache [2021-04-08T00:38:23.936Z] ---> 43e5528e6ff6 [2021-04-08T00:38:23.936Z] Step 6/23 : COPY go.mod . [2021-04-08T00:38:23.936Z] ---> Using cache [2021-04-08T00:38:23.936Z] ---> a9192e80ca99 [2021-04-08T00:38:23.936Z] Step 7/23 : RUN go mod download [2021-04-08T00:38:23.936Z] ---> Using cache [2021-04-08T00:38:23.936Z] ---> c258a85dd15c [2021-04-08T00:38:23.936Z] Step 8/23 : COPY . . [2021-04-08T00:38:23.936Z] ---> Using cache [2021-04-08T00:38:23.936Z] ---> 184538166d1c [2021-04-08T00:38:23.936Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-08T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-08T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-08T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-08T00:38:24.228Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-08T00:38:25.877Z] ---> Running in fef706d96c6e [2021-04-08T00:38:26.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-08T00:38:28.575Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-08T00:38:28.575Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-08T00:38:29.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-08T00:38:30.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-08T00:38:36.926Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-08T00:38:36.926Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-08T00:38:36.926Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-08T00:38:42.478Z] Removing intermediate container a56b1f0185ac [2021-04-08T00:38:42.478Z] ---> f310b2dbdf75 [2021-04-08T00:38:42.478Z] [2021-04-08T00:38:42.478Z] Step 10/21 : FROM alpine:3.12 [2021-04-08T00:38:42.752Z] ---> 7230e588e954 [2021-04-08T00:38:42.752Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-08T00:38:43.022Z] Removing intermediate container 893de6adf4f8 [2021-04-08T00:38:43.022Z] ---> a6f7b03f04c3 [2021-04-08T00:38:43.022Z] [2021-04-08T00:38:43.022Z] Step 10/24 : FROM alpine:3.12 [2021-04-08T00:38:43.022Z] ---> 7230e588e954 [2021-04-08T00:38:43.022Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-08T00:38:43.022Z] ---> Running in 9e4a0927c4d7 [2021-04-08T00:38:43.022Z] ---> 7c5047bdf85f [2021-04-08T00:38:43.022Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-08T00:38:43.296Z] ---> Running in 078ade123586 [2021-04-08T00:38:43.296Z] ---> Running in 76fc0184576a [2021-04-08T00:38:43.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.328s coverage: 45.9% of statements [2021-04-08T00:38:43.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-08T00:38:43.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-08T00:38:43.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-08T00:38:43.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-08T00:38:43.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-08T00:38:43.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-08T00:38:43.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.161s coverage: 19.8% of statements [2021-04-08T00:38:43.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.232s coverage: 100.0% of statements [2021-04-08T00:38:44.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:44.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:44.563Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-08T00:38:44.563Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-08T00:38:44.563Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T00:38:44.563Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-08T00:38:44.833Z] (4/4) Installing curl (7.69.1-r3) [2021-04-08T00:38:44.833Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:38:44.833Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T00:38:44.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:44.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:44.833Z] OK: 7 MiB in 18 packages [2021-04-08T00:38:45.109Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-08T00:38:45.109Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T00:38:45.109Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-08T00:38:45.109Z] (4/6) Installing curl (7.69.1-r3) [2021-04-08T00:38:45.109Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-08T00:38:45.109Z] (6/6) Installing su-exec (0.2-r1) [2021-04-08T00:38:45.109Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:38:45.109Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T00:38:45.380Z] OK: 7 MiB in 20 packages [2021-04-08T00:38:47.349Z] Removing intermediate container 9e4a0927c4d7 [2021-04-08T00:38:47.349Z] ---> 9179aa8ec7da [2021-04-08T00:38:47.350Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-08T00:38:48.756Z] ---> Running in 272c3e767008 [2021-04-08T00:38:48.756Z] Removing intermediate container 078ade123586 [2021-04-08T00:38:48.756Z] ---> b8feb4b544ce [2021-04-08T00:38:48.756Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-08T00:38:48.756Z] ---> Running in b20fb2e8207b [2021-04-08T00:38:49.026Z] Removing intermediate container 272c3e767008 [2021-04-08T00:38:49.026Z] ---> e7f47106619c [2021-04-08T00:38:49.026Z] Step 13/21 : WORKDIR /edgex [2021-04-08T00:38:49.026Z] ---> Running in fcc864e31190 [2021-04-08T00:38:49.026Z] Removing intermediate container b20fb2e8207b [2021-04-08T00:38:49.026Z] ---> d055c8a4c398 [2021-04-08T00:38:49.026Z] Step 13/24 : WORKDIR / [2021-04-08T00:38:49.503Z] ---> Running in 5d3eb65849d0 [2021-04-08T00:38:49.503Z] Removing intermediate container fcc864e31190 [2021-04-08T00:38:49.503Z] ---> f4e9dfcdef3d [2021-04-08T00:38:49.503Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-08T00:38:49.503Z] Removing intermediate container 5d3eb65849d0 [2021-04-08T00:38:49.503Z] ---> cb7782e654cf [2021-04-08T00:38:49.503Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-08T00:38:50.124Z] ---> 8f508442fd49 [2021-04-08T00:38:50.124Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-08T00:38:50.124Z] ---> ab7161005b1b [2021-04-08T00:38:50.124Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-08T00:38:50.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.576s coverage: 27.1% of statements [2021-04-08T00:38:50.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-08T00:38:50.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-08T00:38:50.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-08T00:38:50.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-08T00:38:50.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-08T00:38:50.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-08T00:38:50.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.149s coverage: 100.0% of statements [2021-04-08T00:38:50.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-08T00:38:50.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.160s coverage: 100.0% of statements [2021-04-08T00:38:50.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-08T00:38:50.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-08T00:38:50.989Z] ---> 6d5ea88149ab [2021-04-08T00:38:50.989Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-08T00:38:50.989Z] ---> 806a5cd1f8f5 [2021-04-08T00:38:50.989Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-08T00:38:51.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.458s coverage: 71.3% of statements [2021-04-08T00:38:51.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-08T00:38:51.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-08T00:38:52.995Z] ---> 69325b584a89 [2021-04-08T00:38:52.996Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-08T00:38:53.600Z] ---> e3493e57609c [2021-04-08T00:38:53.600Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-08T00:38:53.600Z] ---> Running in fe3aa248c6ff [2021-04-08T00:38:53.600Z] ---> c1f072191d1b [2021-04-08T00:38:53.600Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-08T00:38:53.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.485s coverage: 82.9% of statements [2021-04-08T00:38:53.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-08T00:38:53.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:38:53.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 78.9% of statements [2021-04-08T00:38:53.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-08T00:38:53.875Z] Removing intermediate container fe3aa248c6ff [2021-04-08T00:38:53.875Z] ---> 3127c5b40ecc [2021-04-08T00:38:53.875Z] Step 18/21 : CMD ["--init=true"] [2021-04-08T00:38:54.158Z] ---> Running in e370f49e1ce4 [2021-04-08T00:38:55.133Z] Removing intermediate container e370f49e1ce4 [2021-04-08T00:38:55.133Z] ---> 81ce073f867f [2021-04-08T00:38:55.133Z] Step 19/21 : LABEL arch=x86_64 [2021-04-08T00:38:56.540Z] ---> cdd0ac212ce0 [2021-04-08T00:38:56.540Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-08T00:38:56.540Z] ---> Running in f7b268f1395f [2021-04-08T00:38:56.815Z] Removing intermediate container fef706d96c6e [2021-04-08T00:38:56.815Z] ---> 0c57a4b0b011 [2021-04-08T00:38:56.815Z] [2021-04-08T00:38:56.815Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T00:38:56.815Z] ---> 7230e588e954 [2021-04-08T00:38:56.815Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-08T00:38:56.815Z] ---> Using cache [2021-04-08T00:38:56.815Z] ---> a1d87e375f08 [2021-04-08T00:38:56.815Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:38:56.815Z] ---> Using cache [2021-04-08T00:38:56.815Z] ---> f69c7ff18888 [2021-04-08T00:38:56.815Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-08T00:38:57.080Z] ---> Running in f5f962318656 [2021-04-08T00:38:57.080Z] Removing intermediate container f7b268f1395f [2021-04-08T00:38:57.080Z] ---> 46f102e17e58 [2021-04-08T00:38:57.080Z] Step 20/21 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:38:57.080Z] ---> dde05786b2c3 [2021-04-08T00:38:57.080Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-08T00:38:57.356Z] ---> Running in bf286b15d884 [2021-04-08T00:38:57.356Z] ---> Running in 843ac07468cc [2021-04-08T00:38:57.621Z] Removing intermediate container f5f962318656 [2021-04-08T00:38:57.621Z] ---> bec1f1114f46 [2021-04-08T00:38:57.621Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-08T00:38:57.890Z] ---> Running in 2f00370aabcd [2021-04-08T00:38:58.157Z] Removing intermediate container bf286b15d884 [2021-04-08T00:38:58.157Z] ---> 5e51a28b5644 [2021-04-08T00:38:58.157Z] Step 21/21 : LABEL version=0.0.0 [2021-04-08T00:38:58.157Z] ---> Running in bb0d284921d6 [2021-04-08T00:38:58.157Z] Removing intermediate container 2f00370aabcd [2021-04-08T00:38:58.157Z] ---> a781421601b7 [2021-04-08T00:38:58.157Z] Step 15/23 : WORKDIR / [2021-04-08T00:38:58.434Z] ---> Running in 9861c34be54b [2021-04-08T00:38:58.711Z] Removing intermediate container bb0d284921d6 [2021-04-08T00:38:58.711Z] ---> 76f9497eca8f [2021-04-08T00:38:58.711Z] [2021-04-08T00:38:58.980Z] Successfully built 76f9497eca8f [2021-04-08T00:38:58.980Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-08T00:38:59.250Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9861c34be54b [2021-04-08T00:38:59.250Z] ---> 7e44c4a6dc6c [2021-04-08T00:38:59.250Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:38:59.250Z] Removing intermediate container 843ac07468cc [2021-04-08T00:38:59.250Z] ---> 125fbf26ac28 [2021-04-08T00:38:59.250Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-08T00:39:00.198Z] ---> Running in 43c61fb7527f [2021-04-08T00:39:00.198Z] ---> f317dabf795a [2021-04-08T00:39:00.198Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-08T00:39:00.198Z] Removing intermediate container 43c61fb7527f [2021-04-08T00:39:00.198Z] ---> bd7fadf55e14 [2021-04-08T00:39:00.198Z] Step 22/24 : LABEL arch=x86_64 [2021-04-08T00:39:00.461Z] ---> Running in d27b2d75600b [2021-04-08T00:39:00.725Z] Removing intermediate container d27b2d75600b [2021-04-08T00:39:00.725Z] ---> 405de33ebb99 [2021-04-08T00:39:00.725Z] Step 23/24 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:39:00.725Z] ---> 515d0e4d9a30 [2021-04-08T00:39:00.725Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-08T00:39:00.725Z] ---> Running in 8f60076cf492 [2021-04-08T00:39:01.301Z] Removing intermediate container 8f60076cf492 [2021-04-08T00:39:01.301Z] ---> cc734168635e [2021-04-08T00:39:01.301Z] Step 24/24 : LABEL version=0.0.0 [2021-04-08T00:39:03.221Z] ---> Running in b6ddfb9e6e56 [2021-04-08T00:39:03.221Z] ---> c93e8f96a3c6 [2021-04-08T00:39:03.221Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-08T00:39:03.221Z] ---> Running in 840a39fd9e2a [2021-04-08T00:39:03.221Z] Removing intermediate container 76fc0184576a [2021-04-08T00:39:03.221Z] ---> fc1e3001a9be [2021-04-08T00:39:03.221Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-08T00:39:03.221Z] ---> Running in ed7612bfea35 [2021-04-08T00:39:03.221Z] Removing intermediate container b6ddfb9e6e56 [2021-04-08T00:39:03.221Z] ---> 29481d93000a [2021-04-08T00:39:03.221Z] [2021-04-08T00:39:03.221Z] Successfully built 29481d93000a [2021-04-08T00:39:03.221Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-08T00:39:03.221Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 840a39fd9e2a [2021-04-08T00:39:03.221Z] ---> 0b7580b42ad1 [2021-04-08T00:39:03.221Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:39:03.484Z] ---> Running in 27bc894e9a48 [2021-04-08T00:39:03.484Z] Removing intermediate container 27bc894e9a48 [2021-04-08T00:39:03.484Z] ---> de5552c6c6fa [2021-04-08T00:39:03.484Z] Step 21/23 : LABEL arch=x86_64 [2021-04-08T00:39:03.750Z] ---> Running in 93da2598e1f3 [2021-04-08T00:39:03.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-08T00:39:03.750Z] Removing intermediate container 93da2598e1f3 [2021-04-08T00:39:03.750Z] ---> a1f5304b6c65 [2021-04-08T00:39:03.750Z] Step 22/23 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:39:04.013Z] ---> Running in 0e5e154718a9 [2021-04-08T00:39:04.013Z] Removing intermediate container 0e5e154718a9 [2021-04-08T00:39:04.013Z] ---> c5cf93b3354a [2021-04-08T00:39:04.013Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T00:39:04.283Z] ---> Running in 8d02705d7a39 [2021-04-08T00:39:04.283Z] Removing intermediate container 8d02705d7a39 [2021-04-08T00:39:04.284Z] ---> f1ce7b7c3afd [2021-04-08T00:39:04.284Z] [2021-04-08T00:39:04.546Z] Successfully built f1ce7b7c3afd [2021-04-08T00:39:04.808Z] Successfully tagged docker-core-metadata-go:latest [2021-04-08T00:39:05.382Z]  Building docker-core-metadata-go ... done Removing intermediate container ed7612bfea35 [2021-04-08T00:39:05.382Z] ---> a528213f1bb6 [2021-04-08T00:39:05.382Z] [2021-04-08T00:39:05.382Z] Step 11/26 : FROM docker:20.10.0 [2021-04-08T00:39:05.382Z] 20.10.0: Pulling from library/docker [2021-04-08T00:39:06.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.283s coverage: 28.6% of statements [2021-04-08T00:39:06.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-08T00:39:06.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-08T00:39:06.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-08T00:39:06.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-08T00:39:06.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-08T00:39:06.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.281s coverage: 100.0% of statements [2021-04-08T00:39:06.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-08T00:39:06.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.125s coverage: 100.0% of statements [2021-04-08T00:39:06.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-08T00:39:06.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.403s coverage: 86.7% of statements [2021-04-08T00:39:06.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-08T00:39:06.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.448s coverage: 97.5% of statements [2021-04-08T00:39:06.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-08T00:39:06.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.227s coverage: 78.3% of statements [2021-04-08T00:39:06.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-08T00:39:06.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-08T00:39:06.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-08T00:39:06.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-08T00:39:09.614Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-08T00:39:09.614Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-08T00:39:09.614Z] ---> aefe523efa57 [2021-04-08T00:39:09.614Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-08T00:39:09.880Z] ---> Running in a81c54ef48b2 [2021-04-08T00:39:10.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:39:10.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:39:10.734Z] (1/2) Installing readline (8.0.4-r0) [2021-04-08T00:39:10.734Z] (2/2) Installing bash (5.0.17-r0) [2021-04-08T00:39:10.734Z] Executing bash-5.0.17-r0.post-install [2021-04-08T00:39:10.734Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:39:10.734Z] OK: 12 MiB in 22 packages [2021-04-08T00:39:11.310Z] Removing intermediate container a81c54ef48b2 [2021-04-08T00:39:11.310Z] ---> e12257585e0b [2021-04-08T00:39:11.310Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-08T00:39:11.310Z] ---> Running in a8a0f22ebf65 [2021-04-08T00:39:11.575Z] Removing intermediate container a8a0f22ebf65 [2021-04-08T00:39:11.575Z] ---> 43cb4d8b5104 [2021-04-08T00:39:11.575Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-08T00:39:11.575Z] ---> Running in 415f26a2d4e5 [2021-04-08T00:39:11.842Z] Removing intermediate container 415f26a2d4e5 [2021-04-08T00:39:11.842Z] ---> f0cd8df91b05 [2021-04-08T00:39:11.842Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-08T00:39:11.842Z] ---> Running in 04a9eb66dbef [2021-04-08T00:39:12.104Z] Removing intermediate container 04a9eb66dbef [2021-04-08T00:39:12.104Z] ---> f508824d0faa [2021-04-08T00:39:12.104Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-08T00:39:12.729Z] ---> c811be3355c4 [2021-04-08T00:39:12.729Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-08T00:39:13.304Z] ---> f49cdf45ea0f [2021-04-08T00:39:13.304Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-08T00:39:13.568Z] ---> 53e2194313d8 [2021-04-08T00:39:13.568Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-08T00:39:13.568Z] ---> Running in cb791b26fe5b [2021-04-08T00:39:14.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:39:14.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:39:14.154Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-08T00:39:14.154Z] (2/33) Installing expat (2.2.9-r1) [2021-04-08T00:39:14.154Z] (3/33) Installing libffi (3.3-r2) [2021-04-08T00:39:14.154Z] (4/33) Installing gdbm (1.13-r1) [2021-04-08T00:39:14.416Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-08T00:39:14.417Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-08T00:39:14.417Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-08T00:39:14.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.380s coverage: 92.8% of statements [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-08T00:39:14.565Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.123s coverage: 58.8% of statements [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-08T00:39:14.565Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.251s coverage: 1.0% of statements [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-08T00:39:14.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-08T00:39:14.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.197s coverage: 47.1% of statements [2021-04-08T00:39:14.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.151s coverage: 79.5% of statements [2021-04-08T00:39:14.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.120s coverage: 94.1% of statements [2021-04-08T00:39:14.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.220s coverage: 96.3% of statements [2021-04-08T00:39:14.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.145s coverage: 87.5% of statements [2021-04-08T00:39:15.364Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-08T00:39:15.364Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-08T00:39:15.364Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-08T00:39:15.364Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-08T00:39:15.364Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-08T00:39:15.364Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-08T00:39:15.364Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-08T00:39:15.364Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-08T00:39:15.364Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-08T00:39:15.364Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-08T00:39:15.364Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-08T00:39:15.364Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-08T00:39:15.626Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-08T00:39:15.626Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-08T00:39:15.626Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-08T00:39:15.626Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-08T00:39:15.626Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-08T00:39:15.626Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-08T00:39:15.626Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-08T00:39:15.887Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-08T00:39:15.887Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-08T00:39:15.887Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-08T00:39:15.887Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-08T00:39:15.887Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-08T00:39:15.887Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-08T00:39:15.887Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-08T00:39:15.887Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:39:15.887Z] OK: 71 MiB in 55 packages [2021-04-08T00:39:24.040Z] Removing intermediate container cb791b26fe5b [2021-04-08T00:39:24.040Z] ---> ec4e4fe81b2c [2021-04-08T00:39:24.040Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-08T00:39:24.040Z] ---> Running in 0a24c20c991c [2021-04-08T00:39:25.428Z] Collecting docker-compose==1.23.2 [2021-04-08T00:39:25.428Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-08T00:39:25.691Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-08T00:39:25.691Z] Collecting PyYAML<4,>=3.10 [2021-04-08T00:39:25.691Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-08T00:39:26.636Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-08T00:39:26.636Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-08T00:39:26.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.196s coverage: 94.4% of statements [2021-04-08T00:39:26.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.141s coverage: 44.8% of statements [2021-04-08T00:39:27.210Z] Collecting cached-property<2,>=1.2.0 [2021-04-08T00:39:27.210Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-08T00:39:27.210Z] Collecting docopt<0.7,>=0.6.1 [2021-04-08T00:39:27.210Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-08T00:39:27.786Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-08T00:39:27.786Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-08T00:39:28.047Z] Collecting jsonschema<3,>=2.5.1 [2021-04-08T00:39:28.047Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-08T00:39:28.047Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-08T00:39:28.047Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-08T00:39:28.309Z] Collecting texttable<0.10,>=0.9.0 [2021-04-08T00:39:28.309Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-08T00:39:28.884Z] Collecting docker<4.0,>=3.6.0 [2021-04-08T00:39:28.884Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-08T00:39:28.884Z] Collecting idna<2.8,>=2.5 [2021-04-08T00:39:28.884Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-08T00:39:28.884Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-08T00:39:29.145Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-08T00:39:29.145Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-08T00:39:29.145Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-08T00:39:29.145Z] Collecting docker-pycreds>=0.4.0 [2021-04-08T00:39:29.145Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-08T00:39:29.145Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-08T00:39:29.145Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-08T00:39:29.145Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-08T00:39:29.145Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-08T00:39:29.406Z] Installing collected packages: PyYAML, dockerpty, cached-property, docopt, idna, urllib3, requests, jsonschema, websocket-client, texttable, docker-pycreds, docker, docker-compose [2021-04-08T00:39:29.406Z] Running setup.py install for PyYAML: started [2021-04-08T00:39:29.981Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-08T00:39:29.981Z] Running setup.py install for dockerpty: started [2021-04-08T00:39:30.244Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-08T00:39:30.509Z] Running setup.py install for docopt: started [2021-04-08T00:39:30.770Z] Running setup.py install for docopt: finished with status 'done' [2021-04-08T00:39:30.770Z] Attempting uninstall: idna [2021-04-08T00:39:30.770Z] Found existing installation: idna 2.9 [2021-04-08T00:39:30.770Z] Uninstalling idna-2.9: [2021-04-08T00:39:30.770Z] Successfully uninstalled idna-2.9 [2021-04-08T00:39:31.035Z] Attempting uninstall: urllib3 [2021-04-08T00:39:31.035Z] Found existing installation: urllib3 1.25.9 [2021-04-08T00:39:31.035Z] Uninstalling urllib3-1.25.9: [2021-04-08T00:39:31.035Z] Successfully uninstalled urllib3-1.25.9 [2021-04-08T00:39:31.298Z] Attempting uninstall: requests [2021-04-08T00:39:31.298Z] Found existing installation: requests 2.23.0 [2021-04-08T00:39:31.298Z] Uninstalling requests-2.23.0: [2021-04-08T00:39:31.298Z] Successfully uninstalled requests-2.23.0 [2021-04-08T00:39:31.560Z] Running setup.py install for texttable: started [2021-04-08T00:39:32.132Z] Running setup.py install for texttable: finished with status 'done' [2021-04-08T00:39:32.705Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-08T00:39:33.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.572s coverage: 81.5% of statements [2021-04-08T00:39:33.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-08T00:39:33.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.092s coverage: 87.1% of statements [2021-04-08T00:39:36.936Z] Removing intermediate container 0a24c20c991c [2021-04-08T00:39:36.936Z] ---> e32e360a4604 [2021-04-08T00:39:36.936Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-08T00:39:36.936Z] ---> Running in bd84d6090296 [2021-04-08T00:39:36.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:39:36.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:39:36.936Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T00:39:36.936Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-08T00:39:36.936Z] (3/3) Installing curl (7.69.1-r3) [2021-04-08T00:39:36.936Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:39:36.936Z] OK: 72 MiB in 58 packages [2021-04-08T00:39:37.510Z] Removing intermediate container bd84d6090296 [2021-04-08T00:39:37.510Z] ---> 5688b0b669a5 [2021-04-08T00:39:37.510Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-08T00:39:37.510Z] ---> Running in 91a940ed1b7d [2021-04-08T00:39:37.510Z] Removing intermediate container 91a940ed1b7d [2021-04-08T00:39:37.510Z] ---> 0ea3834b0762 [2021-04-08T00:39:37.510Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:39:37.510Z] ---> Running in b912aa57a98b [2021-04-08T00:39:37.771Z] Removing intermediate container b912aa57a98b [2021-04-08T00:39:37.771Z] ---> 7e0e0f69aef4 [2021-04-08T00:39:37.771Z] Step 24/26 : LABEL arch=x86_64 [2021-04-08T00:39:37.771Z] ---> Running in 1312655286d7 [2021-04-08T00:39:38.033Z] Removing intermediate container 1312655286d7 [2021-04-08T00:39:38.033Z] ---> 809c28d0c232 [2021-04-08T00:39:38.033Z] Step 25/26 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:39:38.033Z] ---> Running in 39f40007c9e6 [2021-04-08T00:39:38.294Z] Removing intermediate container 39f40007c9e6 [2021-04-08T00:39:38.294Z] ---> 6f72247797c6 [2021-04-08T00:39:38.294Z] Step 26/26 : LABEL version=0.0.0 [2021-04-08T00:39:38.294Z] ---> Running in eaeae44b7ad5 [2021-04-08T00:39:38.557Z] Removing intermediate container eaeae44b7ad5 [2021-04-08T00:39:38.557Z] ---> e6220cde2e33 [2021-04-08T00:39:38.557Z] [2021-04-08T00:39:38.557Z] Successfully built e6220cde2e33 [2021-04-08T00:39:38.557Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-08T00:39:38.829Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-08T00:39:38.846Z] $ docker stop --time=1 d43d9ec56375ef31ca2f58a980c3d63f09a3d6f509521ecd36de8e0432a9fdb4 [2021-04-08T00:39:40.467Z] $ docker rm -f d43d9ec56375ef31ca2f58a980c3d63f09a3d6f509521ecd36de8e0432a9fdb4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T00:39:41.101Z] + docker images [2021-04-08T00:39:41.101Z] + grep docker [2021-04-08T00:39:41.364Z] docker-sys-mgmt-agent-go latest e6220cde2e33 3 seconds ago 314MB [2021-04-08T00:39:41.364Z] docker-core-metadata-go latest f1ce7b7c3afd 37 seconds ago 19MB [2021-04-08T00:39:41.364Z] docker-security-secretstore-setup-go latest 29481d93000a 39 seconds ago 25.7MB [2021-04-08T00:39:41.364Z] docker-security-proxy-setup-go latest 76f9497eca8f 43 seconds ago 25.4MB [2021-04-08T00:39:41.364Z] docker-security-bootstrapper-go latest 503a1ba580c3 About a minute ago 19MB [2021-04-08T00:39:41.364Z] docker-core-data-go latest d79f9f3e79cf About a minute ago 22.7MB [2021-04-08T00:39:41.364Z] docker-support-notifications-go latest a4fcd5a556d1 2 minutes ago 17.9MB [2021-04-08T00:39:41.364Z] docker-support-scheduler-go latest 557fc294ac95 2 minutes ago 17.4MB [2021-04-08T00:39:41.364Z] docker-core-command-go latest 97ecc52f61ff 2 minutes ago 17.3MB [2021-04-08T00:39:41.364Z] 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-04-08T00:39:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.193s coverage: 92.9% of statements [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-08T00:39:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-08T00:39:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-08T00:39:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.119s coverage: 100.0% of statements [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-08T00:39:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.166s coverage: 75.5% of statements [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-08T00:39:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.136s coverage: 80.8% of statements [2021-04-08T00:39:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.202s coverage: 87.2% of statements [2021-04-08T00:39:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.211s coverage: 84.6% of statements [2021-04-08T00:39:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.305s coverage: 91.6% of statements [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-08T00:39:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.650s coverage: 64.4% of statements [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-08T00:39:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-08T00:39:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.150s coverage: 100.0% of statements [2021-04-08T00:39:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-04-08T00:39:46.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-04-08T00:39:47.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.100s coverage: 73.7% of statements [2021-04-08T00:39:47.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-04-08T00:39:51.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.983s coverage: 69.0% of statements [2021-04-08T00:39:51.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-08T00:39:51.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-08T00:39:51.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-08T00:39:53.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.541s coverage: 38.4% of statements [2021-04-08T00:39:53.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-08T00:39:53.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-08T00:39:53.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements [2021-04-08T00:39:53.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-08T00:39:53.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.107s coverage: 84.8% of statements [2021-04-08T00:39:57.163Z] Still waiting to schedule task [2021-04-08T00:39:57.163Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-33219’ [2021-04-08T00:40:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.439s coverage: 47.0% of statements [2021-04-08T00:40:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-08T00:40:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-08T00:40:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-08T00:40:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-08T00:40:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-08T00:40:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2021-04-08T00:40:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-08T00:40:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements [2021-04-08T00:40:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-08T00:40:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-08T00:40:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.185s coverage: 11.0% of statements [2021-04-08T00:40:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-08T00:40:02.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.519s coverage: 87.1% of statements [2021-04-08T00:40:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-08T00:40:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:40:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-08T00:40:10.328Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.554s coverage: 29.1% of statements [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-08T00:40:10.328Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.181s coverage: 99.0% of statements [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-08T00:40:10.328Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.189s coverage: 100.0% of statements [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-08T00:40:10.328Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.323s coverage: 95.6% of statements [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-08T00:40:10.328Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-08T00:40:10.328Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-08T00:40:10.328Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-08T00:40:10.328Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-08T00:40:10.328Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-04-08T00:40:11.312Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.122s coverage: 32.1% of statements [2021-04-08T00:40:11.585Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-04-08T00:40:12.563Z] GO111MODULE=on go vet ./... [2021-04-08T00:41:34.384Z] gofmt -l . [2021-04-08T00:41:34.655Z] [ "`gofmt -l .`" = "" ] [2021-04-08T00:41:38.085Z] ./bin/test-go-mod-tidy.sh [2021-04-08T00:41:38.364Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-08T00:41:41.066Z] + ls -al . [2021-04-08T00:41:41.066Z] total 836 [2021-04-08T00:41:41.066Z] drwxrwxr-x 9 1001 1001 4096 Apr 8 00:41 . [2021-04-08T00:41:41.066Z] drwxr-xr-x 4 root root 4096 Apr 8 00:36 .. [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 11 Apr 8 00:35 .dockerignore [2021-04-08T00:41:41.066Z] drwxrwxr-x 8 1001 1001 4096 Apr 8 00:35 .git [2021-04-08T00:41:41.066Z] drwxrwxr-x 3 1001 1001 4096 Apr 8 00:35 .github [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 818 Apr 8 00:35 .gitignore [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 166 Apr 8 00:35 .sonarcloud.properties [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 8607 Apr 8 00:35 Attribution.txt [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 3804 Apr 8 00:35 CONTRIBUTING.md [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 931 Apr 8 00:35 Dockerfile.build [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 863 Apr 8 00:35 Jenkinsfile [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 10775 Apr 8 00:35 LICENSE [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 5774 Apr 8 00:35 Makefile [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 6548 Apr 8 00:35 README.md [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 6755 Apr 8 00:35 SECURITY.md [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 5 Apr 8 00:31 VERSION [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 4131 Apr 8 00:35 ZMQWindows.md [2021-04-08T00:41:41.066Z] drwxrwxr-x 2 1001 1001 4096 Apr 8 00:35 bin [2021-04-08T00:41:41.066Z] drwxrwxr-x 14 1001 1001 4096 Apr 8 00:35 cmd [2021-04-08T00:41:41.066Z] -rw-r--r-- 1 root root 697383 Apr 8 00:40 coverage.out [2021-04-08T00:41:41.066Z] -rw-r--r-- 1 root root 1056 Apr 8 00:41 go.mod [2021-04-08T00:41:41.066Z] -rw-r--r-- 1 root root 22478 Apr 8 00:41 go.sum [2021-04-08T00:41:41.066Z] drwxrwxr-x 8 1001 1001 4096 Apr 8 00:35 internal [2021-04-08T00:41:41.066Z] drwxrwxr-x 4 1001 1001 4096 Apr 8 00:35 openapi [2021-04-08T00:41:41.066Z] drwxrwxr-x 4 1001 1001 4096 Apr 8 00:35 snap [2021-04-08T00:41:41.066Z] -rw-rw-r-- 1 1001 1001 168 Apr 8 00:35 version.go [Pipeline] sh [2021-04-08T00:41:41.734Z] + '[' -e coverage.out ] [2021-04-08T00:41:41.734Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-08T00:41:41.799Z] Warning: overwriting stash ‘coverage-report’ [2021-04-08T00:41:43.037Z] Stashed 1 file(s) [Pipeline] sh [2021-04-08T00:41:43.692Z] + make build [2021-04-08T00:41:43.692Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-08T00:41:56.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-08T00:42:10.497Z] Running on prd-ubuntu18.04-docker-8c-8g-33242 in /w/workspace/edgexfoundry_edgex-go_PR-3329 [Pipeline] { [Pipeline] ws [2021-04-08T00:42:10.564Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-04-08T00:42:12.701Z] using credential edgex-jenkins-ssh [2021-04-08T00:42:12.757Z] Cloning the remote Git repository [2021-04-08T00:42:12.780Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-08T00:42:12.850Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-04-08T00:42:12.875Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-08T00:42:12.875Z] > git --version # timeout=10 [2021-04-08T00:42:12.880Z] > git --version # 'git version 2.17.1' [2021-04-08T00:42:12.881Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T00:42:12.904Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T00:42:21.055Z] Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit b5a79a849d346dc00fad40c4584aeaf48b28eb3e [2021-04-08T00:42:21.276Z] Merge succeeded, producing c40c26bd1e062efd7ad4f22091312e0e7cb31cec [2021-04-08T00:42:21.276Z] Checking out Revision c40c26bd1e062efd7ad4f22091312e0e7cb31cec (PR-3329) [2021-04-08T00:42:20.566Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-08T00:42:20.573Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T00:42:20.582Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-08T00:42:20.592Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-08T00:42:20.592Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T00:42:20.596Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3329/head:refs/remotes/origin/PR-3329 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T00:42:21.065Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T00:42:21.068Z] > git checkout -f b5a79a849d346dc00fad40c4584aeaf48b28eb3e # timeout=10 [2021-04-08T00:42:21.171Z] > git remote # timeout=10 [2021-04-08T00:42:21.177Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T00:42:21.181Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T00:42:21.184Z] > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 [2021-04-08T00:42:21.274Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T00:42:21.282Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T00:42:21.285Z] > git checkout -f c40c26bd1e062efd7ad4f22091312e0e7cb31cec # timeout=10 [2021-04-08T00:42:22.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-08T00:42:24.957Z] Commit message: "Merge commit 'abd01a6d142b6f684e0380bd2bdcda548b905f03' into HEAD" [2021-04-08T00:42:24.963Z] > git rev-list --no-walk b5a79a849d346dc00fad40c4584aeaf48b28eb3e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:42:25.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-08T00:42:26.064Z] + echo snap-build.sh [2021-04-08T00:42:26.065Z] snap-build.sh [2021-04-08T00:42:26.065Z] + SNAP_BASE_DIR=. [2021-04-08T00:42:26.065Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-04-08T00:42:26.065Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-04-08T00:42:26.065Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-04-08T00:42:26.065Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-04-08T00:42:26.065Z] + cd /w/workspace/edgex-go/8 [2021-04-08T00:42:26.065Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-08T00:42:26.065Z] Reading package lists... [2021-04-08T00:42:26.327Z] Building dependency tree... [2021-04-08T00:42:26.327Z] Reading state information... [2021-04-08T00:42:26.327Z] The following packages were automatically installed and are no longer required: [2021-04-08T00:42:26.328Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-08T00:42:26.328Z] uidmap xdelta3 [2021-04-08T00:42:26.328Z] Use 'sudo apt autoremove' to remove them. [2021-04-08T00:42:26.328Z] The following packages will be REMOVED: [2021-04-08T00:42:26.328Z] lxd* lxd-client* [2021-04-08T00:42:26.900Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-08T00:42:26.900Z] After this operation, 31.7 MB disk space will be freed. [2021-04-08T00:42:27.944Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-08T00:42:27.944Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-08T00:42:28.885Z] Removing lxd dnsmasq configuration [2021-04-08T00:42:28.885Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-08T00:42:28.885Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-08T00:42:29.460Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-08T00:42:29.980Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-08T00:42:29.980Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-08T00:42:31.369Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-08T00:42:31.369Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-08T00:42:32.255Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-08T00:42:32.753Z] + sudo snap remove --purge lxd [2021-04-08T00:42:33.015Z] snap "lxd" is not installed [2021-04-08T00:42:33.015Z] + sudo groupadd --force --system lxd [2021-04-08T00:42:33.015Z] ++ whoami [2021-04-08T00:42:33.015Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-08T00:42:33.015Z] + newgrp - lxd [2021-04-08T00:42:33.015Z] + sudo snap install lxd [2021-04-08T00:42:33.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-08T00:42:39.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-08T00:42:43.037Z] 2021-04-08T00:42:40Z INFO Waiting for automatic snapd restart... [2021-04-08T00:42:45.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-08T00:42:52.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-08T00:42:58.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-08T00:43:01.181Z] lxd 4.12 from Canonical* installed [2021-04-08T00:43:01.181Z] + sudo lxd init --auto [2021-04-08T00:43:02.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-08T00:43:06.817Z] + sudo snap install --classic snapcraft [2021-04-08T00:43:07.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-08T00:43:14.989Z] snapcraft 4.6 from Canonical* installed [2021-04-08T00:43:14.989Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-08T00:43:14.989Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-08T00:43:14.989Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T00:43:14.989Z] Dload Upload Total Spent Left Speed [2021-04-08T00:43:14.989Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4714 0 --:--:-- --:--:-- --:--:-- 4714 [2021-04-08T00:43:14.989Z] 21 3325k 21 728k 0 0 2603k 0 0:00:01 --:--:-- 0:00:01 2603k 100 3325k 100 3325k 0 0 10.3M 0 --:--:-- --:--:-- --:--:-- 79.2M [2021-04-08T00:43:14.989Z] ./yq_linux_amd64 [2021-04-08T00:43:14.989Z] + sudo snapcraft prime --use-lxd [Pipeline] } [2021-04-08T00:43:15.769Z] $ docker stop --time=1 af04d7858630a56b9d95aa8ed3fbc49412eb6d81a99c41d4031c31fd45156db3 [2021-04-08T00:43:16.371Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-08T00:43:16.371Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-08T00:43:16.371Z] - README.md [2021-04-08T00:43:16.371Z] [2021-04-08T00:43:16.371Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-08T00:43:17.313Z] Launching a container. [2021-04-08T00:43:18.291Z] $ docker rm -f af04d7858630a56b9d95aa8ed3fbc49412eb6d81a99c41d4031c31fd45156db3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:43:20.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T00:43:20.285Z] [2021-04-08T00:43:20.285Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:43:20.665Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T00:43:20.937Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-08T00:43:20.937Z] 29e5d40040c1: Pulling fs layer [2021-04-08T00:43:20.937Z] 1ce36da41761: Pulling fs layer [2021-04-08T00:43:20.937Z] 25b303627fd3: Pulling fs layer [2021-04-08T00:43:21.537Z] 29e5d40040c1: Verifying Checksum [2021-04-08T00:43:22.136Z] 29e5d40040c1: Pull complete [2021-04-08T00:43:22.408Z] 1ce36da41761: Verifying Checksum [2021-04-08T00:43:22.408Z] 1ce36da41761: Download complete [2021-04-08T00:43:23.384Z] 1ce36da41761: Pull complete [2021-04-08T00:43:24.812Z] 25b303627fd3: Verifying Checksum [2021-04-08T00:43:24.812Z] 25b303627fd3: Download complete [2021-04-08T00:43:32.226Z] Waiting for container to be ready [2021-04-08T00:43:32.227Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-08T00:43:32.227Z] [2021-04-08T00:43:34.967Z] 25b303627fd3: Pull complete [2021-04-08T00:43:34.967Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-08T00:43:34.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T00:43:34.967Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-08T00:43:35.259Z] prd-ubuntu18.04-docker-arm64-4c-16g-33236 does not seem to be running inside a container [2021-04-08T00:43:35.367Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-08T00:43:35.525Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-08T00:43:35.525Z] Waiting for network to be ready... [2021-04-08T00:43:36.094Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-08T00:43:36.094Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-08T00:43:36.355Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-08T00:43:36.355Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-08T00:43:36.614Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-08T00:43:36.614Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-08T00:43:36.614Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-08T00:43:36.875Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-08T00:43:36.875Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-08T00:43:36.875Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-08T00:43:36.875Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-08T00:43:36.875Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-08T00:43:36.875Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-08T00:43:36.875Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-08T00:43:36.875Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-08T00:43:36.875Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-08T00:43:36.875Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-08T00:43:36.875Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-08T00:43:37.138Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-08T00:43:37.398Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-08T00:43:37.398Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-08T00:43:37.398Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-08T00:43:37.398Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-08T00:43:37.398Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-08T00:43:37.398Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-08T00:43:37.398Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-08T00:43:37.398Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-08T00:43:38.503Z] $ docker top 7b9824212fc4bd0d84a9219e3fee1e14e03a48fc60effbf2ccab6794005b9769 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T00:43:39.544Z] + docker-compose build --help [2021-04-08T00:43:39.544Z] + grep parallel [2021-04-08T00:43:41.639Z] Fetched 24.2 MB in 6s (4107 kB/s) [2021-04-08T00:43:43.032Z] Reading package lists... [2021-04-08T00:43:43.032Z] Reading package lists... [2021-04-08T00:43:43.032Z] Building dependency tree... [2021-04-08T00:43:43.032Z] Reading state information... [2021-04-08T00:43:43.308Z] The following additional packages will be installed: [2021-04-08T00:43:43.308Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-08T00:43:43.308Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-08T00:43:43.308Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-08T00:43:43.308Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-08T00:43:43.308Z] Suggested packages: [2021-04-08T00:43:43.308Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-08T00:43:43.308Z] Recommended packages: [2021-04-08T00:43:43.308Z] gnupg libsasl2-modules [2021-04-08T00:43:43.308Z] The following NEW packages will be installed: [2021-04-08T00:43:43.308Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-08T00:43:43.308Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-08T00:43:43.308Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-08T00:43:43.308Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-08T00:43:43.308Z] The following packages will be upgraded: [2021-04-08T00:43:43.308Z] gpg gpg-agent gpgconf libudev1 [2021-04-08T00:43:43.308Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-08T00:43:43.308Z] Need to get 3530 kB of archives. [2021-04-08T00:43:43.308Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-08T00:43:43.308Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-08T00:43:43.308Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-08T00:43:43.568Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-08T00:43:43.568Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-08T00:43:43.568Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-08T00:43:43.828Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-08T00:43:43.884Z] --parallel Build images in parallel. [Pipeline] } [2021-04-08T00:43:44.198Z] $ docker stop --time=1 7b9824212fc4bd0d84a9219e3fee1e14e03a48fc60effbf2ccab6794005b9769 [2021-04-08T00:43:44.399Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-08T00:43:44.399Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-08T00:43:44.399Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-08T00:43:44.399Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-08T00:43:44.399Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-08T00:43:44.399Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-08T00:43:44.399Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-08T00:43:44.399Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-08T00:43:44.399Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-08T00:43:44.399Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-08T00:43:44.399Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-08T00:43:44.399Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-08T00:43:44.399Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-08T00:43:44.399Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-08T00:43:44.399Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-08T00:43:44.399Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-08T00:43:44.668Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T00:43:44.668Z] Fetched 3530 kB in 1s (3152 kB/s) [2021-04-08T00:43:44.668Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-08T00:43:44.668Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-08T00:43:44.668Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-08T00:43:44.929Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-08T00:43:44.929Z] Selecting previously unselected package udev. [2021-04-08T00:43:44.929Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-08T00:43:44.929Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-08T00:43:44.929Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-08T00:43:45.189Z] Selecting previously unselected package libfuse2:amd64. [2021-04-08T00:43:45.189Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-08T00:43:45.189Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-08T00:43:45.455Z] Selecting previously unselected package fuse. [2021-04-08T00:43:45.456Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-08T00:43:45.456Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-08T00:43:45.456Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T00:43:45.456Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-08T00:43:45.716Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T00:43:45.716Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-08T00:43:45.716Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T00:43:45.716Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-08T00:43:45.716Z] Selecting previously unselected package libksba8:amd64. [2021-04-08T00:43:45.716Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-08T00:43:45.977Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-08T00:43:45.977Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-08T00:43:45.977Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:43:45.977Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:45.977Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-08T00:43:45.977Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:43:45.977Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:46.168Z] $ docker rm -f 7b9824212fc4bd0d84a9219e3fee1e14e03a48fc60effbf2ccab6794005b9769 [2021-04-08T00:43:46.237Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-08T00:43:46.237Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:43:46.237Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:46.237Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-08T00:43:46.237Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:43:46.237Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:46.237Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-08T00:43:46.237Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:43:46.237Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // withDockerContainer [2021-04-08T00:43:46.498Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-08T00:43:46.498Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:43:46.498Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:46.498Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-08T00:43:46.498Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:43:46.498Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:46.498Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-08T00:43:46.498Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:43:46.498Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:43:46.757Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-08T00:43:46.757Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:43:46.757Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:46.757Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-08T00:43:46.757Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-08T00:43:46.757Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-08T00:43:46.757Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-08T00:43:46.757Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-08T00:43:46.757Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-08T00:43:46.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T00:43:46.977Z] . [Pipeline] withDockerContainer [2021-04-08T00:43:47.018Z] Selecting previously unselected package libldap-common. [2021-04-08T00:43:47.018Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-08T00:43:47.018Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-08T00:43:47.018Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-08T00:43:47.018Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-08T00:43:47.018Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-08T00:43:47.018Z] Selecting previously unselected package dirmngr. [2021-04-08T00:43:47.018Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T00:43:47.212Z] prd-ubuntu18.04-docker-arm64-4c-16g-33236 does not seem to be running inside a container [2021-04-08T00:43:47.303Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-08T00:43:47.303Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-08T00:43:47.303Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-08T00:43:47.303Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-08T00:43:47.303Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-08T00:43:47.303Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-08T00:43:47.303Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-08T00:43:47.347Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-08T00:43:47.563Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:47.564Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-08T00:43:47.564Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-08T00:43:47.564Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-08T00:43:47.825Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-08T00:43:48.086Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:48.086Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-08T00:43:48.086Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-08T00:43:48.354Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-08T00:43:48.354Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:48.354Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:48.354Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:48.354Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:48.354Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:48.354Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:48.354Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:43:48.354Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-08T00:43:48.354Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-08T00:43:48.614Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-08T00:43:48.767Z] $ docker top 4eb86d7009da0553c61a6e92a7934becf665aaf840a9157cdf0998558ee95cb6 -eo pid,comm [2021-04-08T00:43:48.882Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-08T00:43:48.882Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-08T00:43:48.882Z] This means they are not meant to be enabled using systemctl. [2021-04-08T00:43:48.882Z] Possible reasons for having this kind of units are: [2021-04-08T00:43:48.882Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-08T00:43:48.882Z] .wants/ or .requires/ directory. [2021-04-08T00:43:48.882Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-08T00:43:48.882Z] a requirement dependency on it. [2021-04-08T00:43:48.882Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-08T00:43:48.882Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-08T00:43:48.882Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-08T00:43:48.882Z] instance name specified. [Pipeline] { [Pipeline] sh [2021-04-08T00:43:49.146Z] Reading package lists... [2021-04-08T00:43:49.415Z] Building dependency tree... [2021-04-08T00:43:49.415Z] Reading state information... [2021-04-08T00:43:49.676Z] The following additional packages will be installed: [2021-04-08T00:43:49.676Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-08T00:43:49.676Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-08T00:43:49.676Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-08T00:43:49.676Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-08T00:43:49.676Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-08T00:43:49.676Z] Suggested packages: [2021-04-08T00:43:49.676Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-08T00:43:49.676Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-08T00:43:49.677Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-08T00:43:49.677Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-08T00:43:49.677Z] systemd-container policykit-1 [2021-04-08T00:43:49.677Z] Recommended packages: [2021-04-08T00:43:49.677Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-08T00:43:49.677Z] The following NEW packages will be installed: [2021-04-08T00:43:49.677Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-08T00:43:49.677Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-08T00:43:49.677Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-08T00:43:49.677Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-08T00:43:49.677Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-08T00:43:49.677Z] The following packages will be upgraded: [2021-04-08T00:43:49.677Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-08T00:43:49.776Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-08T00:43:49.937Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-08T00:43:49.937Z] Need to get 35.2 MB of archives. [2021-04-08T00:43:49.937Z] After this operation, 141 MB of additional disk space will be used. [2021-04-08T00:43:49.937Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-08T00:43:49.937Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-08T00:43:50.507Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-08T00:43:50.507Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-08T00:43:50.507Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-08T00:43:50.507Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-08T00:43:50.507Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-08T00:43:50.767Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-08T00:43:50.767Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-08T00:43:50.767Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-08T00:43:50.767Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-08T00:43:50.767Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-08T00:43:50.767Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-08T00:43:50.767Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-08T00:43:50.767Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-08T00:43:50.767Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-08T00:43:50.767Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-08T00:43:50.767Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-08T00:43:50.767Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-08T00:43:50.767Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-08T00:43:50.767Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-08T00:43:50.767Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-08T00:43:50.767Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-08T00:43:50.767Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-08T00:43:50.767Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-08T00:43:50.767Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-08T00:43:50.767Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-08T00:43:50.767Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-08T00:43:51.028Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-08T00:43:51.028Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-08T00:43:52.412Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T00:43:52.412Z] Fetched 35.2 MB in 3s (13.0 MB/s) [2021-04-08T00:43:52.672Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-08T00:43:52.672Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-08T00:43:52.672Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-08T00:43:53.246Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-08T00:43:53.246Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-08T00:43:53.521Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-08T00:43:53.521Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-08T00:43:53.521Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-08T00:43:53.521Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-08T00:43:53.790Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-08T00:43:53.790Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-08T00:43:53.790Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-08T00:43:54.052Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-08T00:43:54.315Z] Setting up apt (1.6.13) ... [2021-04-08T00:43:54.315Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-08T00:43:54.578Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-08T00:43:54.846Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-08T00:43:54.846Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-08T00:43:54.846Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-08T00:43:55.107Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-08T00:43:55.107Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-08T00:43:55.107Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:43:55.196Z] Building docker-core-command-go ... [2021-04-08T00:43:55.196Z] Building docker-core-data-go ... [2021-04-08T00:43:55.196Z] Building docker-core-metadata-go ... [2021-04-08T00:43:55.196Z] Building docker-security-bootstrapper-go ... [2021-04-08T00:43:55.196Z] Building docker-security-proxy-setup-go ... [2021-04-08T00:43:55.196Z] Building docker-security-secretstore-setup-go ... [2021-04-08T00:43:55.196Z] Building docker-support-notifications-go ... [2021-04-08T00:43:55.196Z] Building docker-support-scheduler-go ... [2021-04-08T00:43:55.196Z] Building docker-sys-mgmt-agent-go ... [2021-04-08T00:43:55.196Z] Building docker-sys-mgmt-agent-go [2021-04-08T00:43:55.196Z] Building docker-security-proxy-setup-go [2021-04-08T00:43:55.196Z] Building docker-core-command-go [2021-04-08T00:43:55.196Z] Building docker-core-metadata-go [2021-04-08T00:43:55.196Z] Building docker-core-data-go [2021-04-08T00:43:55.367Z] Selecting previously unselected package libexpat1:amd64. [2021-04-08T00:43:55.368Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-08T00:43:55.368Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-08T00:43:55.368Z] Selecting previously unselected package python3.6-minimal. [2021-04-08T00:43:55.368Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-08T00:43:55.368Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:43:55.628Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-08T00:43:55.628Z] Checking for services that may need to be restarted...done. [2021-04-08T00:43:55.893Z] Checking for services that may need to be restarted...done. [2021-04-08T00:43:55.893Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:43:55.893Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-08T00:43:55.893Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:43:56.463Z] Selecting previously unselected package python3-minimal. [2021-04-08T00:43:56.464Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-08T00:43:56.464Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-08T00:43:56.464Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-08T00:43:56.464Z] Selecting previously unselected package mime-support. [2021-04-08T00:43:56.464Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-08T00:43:56.464Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-08T00:43:56.723Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-08T00:43:56.723Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-08T00:43:56.723Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-08T00:43:56.723Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-08T00:43:56.723Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-08T00:43:56.723Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:43:56.983Z] Selecting previously unselected package python3.6. [2021-04-08T00:43:56.983Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-08T00:43:56.983Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:43:56.983Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-08T00:43:56.983Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-08T00:43:56.983Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-08T00:43:56.983Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-08T00:43:57.242Z] Selecting previously unselected package python3. [2021-04-08T00:43:57.242Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-08T00:43:57.242Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-08T00:43:57.502Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-08T00:43:57.502Z] Selecting previously unselected package multiarch-support. [2021-04-08T00:43:57.502Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T00:43:57.502Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-08T00:43:57.502Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-08T00:43:57.502Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-08T00:43:57.762Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-08T00:43:57.762Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-08T00:43:57.762Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-08T00:43:57.762Z] Selecting previously unselected package libbsd0:amd64. [2021-04-08T00:43:57.762Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-08T00:43:57.762Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-08T00:43:57.762Z] Selecting previously unselected package sudo. [2021-04-08T00:43:57.762Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-08T00:43:57.762Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-08T00:43:58.021Z] Selecting previously unselected package apparmor. [2021-04-08T00:43:58.021Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-08T00:43:58.021Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-08T00:43:58.281Z] Selecting previously unselected package libedit2:amd64. [2021-04-08T00:43:58.281Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-08T00:43:58.281Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-08T00:43:58.281Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-08T00:43:58.281Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-08T00:43:58.281Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:43:58.281Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-08T00:43:58.281Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-08T00:43:58.281Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:43:58.542Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-08T00:43:58.542Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-08T00:43:58.542Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-08T00:43:58.542Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-08T00:43:58.542Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-08T00:43:58.542Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:43:58.542Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-08T00:43:58.542Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-08T00:43:58.542Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:43:58.801Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-08T00:43:58.801Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-08T00:43:58.801Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-08T00:44:00.186Z] Selecting previously unselected package openssh-client. [2021-04-08T00:44:00.186Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-08T00:44:00.186Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-08T00:44:00.186Z] Selecting previously unselected package squashfs-tools. [2021-04-08T00:44:00.186Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-08T00:44:00.186Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-08T00:44:00.186Z] Selecting previously unselected package snapd. [2021-04-08T00:44:00.187Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-08T00:44:00.187Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-08T00:44:02.728Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-08T00:44:02.728Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-08T00:44:02.728Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-08T00:44:02.728Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-08T00:44:02.728Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-08T00:44:02.728Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:44:02.728Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-08T00:44:02.728Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-08T00:44:02.728Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-08T00:44:03.671Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-08T00:44:03.671Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-08T00:44:03.671Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-08T00:44:03.671Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:44:03.932Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:44:03.932Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:44:04.503Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-08T00:44:04.763Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:44:04.763Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-08T00:44:04.763Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-08T00:44:04.763Z] running python rtupdate hooks for python3.6... [2021-04-08T00:44:04.763Z] running python post-rtupdate hooks for python3.6... [2021-04-08T00:44:04.763Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-08T00:44:06.686Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-08T00:44:06.686Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:44:06.686Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-08T00:44:06.686Z] Setting up snapd (2.48.3+18.04) ... [2021-04-08T00:44:07.256Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-08T00:44:07.516Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-08T00:44:07.516Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-08T00:44:07.777Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-08T00:44:08.043Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-08T00:44:08.043Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-08T00:44:08.304Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-08T00:44:08.564Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-08T00:44:08.564Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-08T00:44:08.826Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-08T00:44:09.085Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-08T00:44:09.085Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-08T00:44:09.085Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-08T00:44:10.027Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-08T00:44:10.027Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-08T00:44:10.287Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-08T00:44:11.689Z] Reading package lists... [2021-04-08T00:44:11.954Z] Reading package lists... [2021-04-08T00:44:11.954Z] Building dependency tree... [2021-04-08T00:44:11.954Z] Reading state information... [2021-04-08T00:44:12.218Z] Calculating upgrade... [2021-04-08T00:44:12.218Z] The following packages will be upgraded: [2021-04-08T00:44:12.218Z] advancecomp base-files bash binutils binutils-common [2021-04-08T00:44:12.218Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-08T00:44:12.218Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-08T00:44:12.218Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-08T00:44:12.218Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-08T00:44:12.218Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-08T00:44:12.218Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-08T00:44:12.218Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-08T00:44:12.218Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-08T00:44:12.218Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-08T00:44:12.218Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-08T00:44:12.218Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-08T00:44:12.218Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-08T00:44:12.218Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-08T00:44:12.218Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-08T00:44:12.478Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-08T00:44:12.479Z] Need to get 63.8 MB of archives. [2021-04-08T00:44:12.479Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-08T00:44:12.479Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-08T00:44:12.479Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-08T00:44:13.048Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-08T00:44:13.048Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-08T00:44:13.048Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-08T00:44:13.048Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-08T00:44:13.309Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-08T00:44:13.309Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-08T00:44:13.309Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-08T00:44:13.309Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-08T00:44:13.309Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-08T00:44:13.309Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-08T00:44:13.309Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-08T00:44:13.309Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-08T00:44:13.309Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-08T00:44:13.309Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-08T00:44:13.309Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-08T00:44:13.309Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-08T00:44:13.309Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-08T00:44:13.309Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-08T00:44:13.570Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-08T00:44:13.570Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-08T00:44:13.570Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-08T00:44:13.570Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-08T00:44:13.570Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-08T00:44:13.570Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-08T00:44:13.570Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-08T00:44:13.570Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-08T00:44:13.570Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-08T00:44:13.570Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-08T00:44:13.570Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-08T00:44:13.570Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-08T00:44:13.570Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-08T00:44:13.570Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-08T00:44:13.570Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-08T00:44:13.570Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-08T00:44:13.570Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-08T00:44:13.570Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-08T00:44:13.570Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-08T00:44:13.570Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-08T00:44:13.570Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-08T00:44:13.570Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-08T00:44:13.570Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-08T00:44:13.570Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-08T00:44:13.571Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-08T00:44:13.571Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-08T00:44:13.571Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-08T00:44:13.571Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-08T00:44:13.571Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-08T00:44:13.571Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-08T00:44:13.571Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-08T00:44:13.831Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-08T00:44:13.832Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-08T00:44:13.832Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-08T00:44:13.832Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-08T00:44:13.832Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-08T00:44:13.832Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-08T00:44:13.832Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-08T00:44:13.832Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-08T00:44:13.832Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-08T00:44:13.832Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-08T00:44:13.832Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-08T00:44:13.832Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-08T00:44:13.832Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-08T00:44:13.832Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-08T00:44:13.832Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-08T00:44:13.832Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-08T00:44:13.832Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-08T00:44:13.832Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-08T00:44:13.832Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-08T00:44:13.832Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-08T00:44:13.832Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-08T00:44:13.832Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-08T00:44:13.832Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-08T00:44:13.832Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-08T00:44:13.832Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-08T00:44:14.093Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-08T00:44:14.093Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-08T00:44:14.093Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-08T00:44:14.093Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-08T00:44:14.093Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-08T00:44:14.093Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-08T00:44:14.093Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-08T00:44:14.093Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-08T00:44:14.093Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-08T00:44:14.093Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-08T00:44:14.093Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-08T00:44:14.093Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-08T00:44:14.093Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-08T00:44:14.093Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-08T00:44:14.662Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-08T00:44:14.922Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-08T00:44:14.922Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-08T00:44:15.182Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-08T00:44:15.442Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-08T00:44:15.442Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-08T00:44:15.442Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-08T00:44:15.442Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-08T00:44:15.442Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-08T00:44:15.701Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T00:44:15.701Z] Fetched 63.8 MB in 3s (20.4 MB/s) [2021-04-08T00:44:15.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:15.701Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T00:44:15.960Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-08T00:44:16.531Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T00:44:16.531Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-08T00:44:16.531Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-08T00:44:16.792Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-08T00:44:17.361Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:17.361Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:44:17.621Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:17.621Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:44:17.621Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:17.621Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:44:17.881Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:17.881Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:44:17.881Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:17.881Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:44:18.141Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:18.141Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:44:18.401Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:18.401Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:44:18.401Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:44:18.661Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-08T00:44:18.661Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:18.661Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-08T00:44:18.661Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:44:18.661Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-08T00:44:18.661Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:18.661Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:44:18.922Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:18.922Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:44:18.922Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:18.922Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:44:19.189Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:44:19.189Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-08T00:44:19.189Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T00:44:19.458Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-08T00:44:20.029Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-08T00:44:20.029Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-08T00:44:20.029Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-08T00:44:20.294Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-08T00:44:20.294Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-08T00:44:20.294Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-08T00:44:20.555Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-08T00:44:20.555Z] Installing new version of config file /etc/issue ... [2021-04-08T00:44:20.555Z] Installing new version of config file /etc/issue.net ... [2021-04-08T00:44:20.555Z] Installing new version of config file /etc/lsb-release ... [2021-04-08T00:44:20.555Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-08T00:44:20.815Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-08T00:44:20.815Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-08T00:44:20.815Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-08T00:44:21.076Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:21.076Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-08T00:44:21.076Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-08T00:44:21.076Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-08T00:44:21.338Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-08T00:44:21.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:21.338Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:44:21.338Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-08T00:44:21.338Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:44:21.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:21.597Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-08T00:44:21.597Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-08T00:44:21.597Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-08T00:44:21.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:21.857Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-08T00:44:21.857Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-08T00:44:22.117Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-08T00:44:22.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:22.117Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-08T00:44:22.376Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-08T00:44:22.376Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-08T00:44:22.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:22.376Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-08T00:44:22.636Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-08T00:44:22.636Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-08T00:44:22.636Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:22.636Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-08T00:44:22.636Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-08T00:44:22.895Z] Setting up grep (3.1-2build1) ... [2021-04-08T00:44:22.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:22.895Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-08T00:44:22.895Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-08T00:44:23.155Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-08T00:44:23.155Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:23.155Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-08T00:44:23.155Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T00:44:23.415Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-08T00:44:23.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:23.415Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-08T00:44:23.415Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-08T00:44:23.985Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-08T00:44:23.985Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-08T00:44:24.252Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-08T00:44:24.252Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-08T00:44:24.823Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-08T00:44:24.823Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:24.823Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-08T00:44:24.823Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-08T00:44:25.769Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-08T00:44:25.769Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-08T00:44:26.029Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-08T00:44:26.029Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-08T00:44:26.030Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-08T00:44:26.030Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:26.030Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-08T00:44:26.289Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-08T00:44:26.289Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-08T00:44:26.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:26.548Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:44:26.548Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:44:26.548Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:44:26.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:26.548Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:44:26.809Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:44:26.809Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:44:26.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:26.809Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:44:27.070Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:44:27.070Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:44:27.070Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:27.070Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:44:27.070Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:44:27.330Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:44:27.330Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:27.330Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-08T00:44:27.589Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T00:44:27.590Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-08T00:44:27.590Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T00:44:27.590Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-08T00:44:27.849Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:27.849Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-08T00:44:27.849Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T00:44:27.849Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-08T00:44:28.114Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:28.114Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:44:28.114Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:44:28.114Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:44:28.114Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:28.114Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:44:28.114Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:44:28.454Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:44:28.454Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:28.454Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:44:28.454Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:44:29.024Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:44:29.284Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-08T00:44:29.544Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-08T00:44:29.839Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:29.839Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T00:44:29.839Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-08T00:44:30.103Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-08T00:44:30.103Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:44:30.103Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-08T00:44:30.364Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T00:44:30.364Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-08T00:44:30.627Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:30.627Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-08T00:44:30.627Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-08T00:44:30.887Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-08T00:44:31.149Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:31.150Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-08T00:44:31.150Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-08T00:44:31.150Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-08T00:44:31.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:31.410Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-08T00:44:31.410Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-08T00:44:31.410Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-08T00:44:31.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:31.670Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-08T00:44:31.670Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-08T00:44:31.670Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-08T00:44:31.930Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:31.930Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-08T00:44:31.930Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-08T00:44:32.190Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-08T00:44:32.190Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:32.190Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-08T00:44:32.450Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-08T00:44:32.450Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-08T00:44:32.709Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:32.709Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:44:32.709Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:44:32.709Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-08T00:44:32.709Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-08T00:44:32.969Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-08T00:44:32.969Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-08T00:44:32.969Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-08T00:44:33.234Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:33.234Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-08T00:44:33.234Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-08T00:44:33.234Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-08T00:44:33.494Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:33.494Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-08T00:44:33.494Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-08T00:44:33.494Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-08T00:44:33.754Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:33.754Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-08T00:44:33.754Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-08T00:44:34.014Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-08T00:44:34.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:34.014Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-08T00:44:34.014Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-08T00:44:34.273Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-08T00:44:34.273Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:34.273Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-08T00:44:34.273Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-08T00:44:34.855Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-08T00:44:34.855Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:34.855Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T00:44:34.855Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-08T00:44:35.128Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-08T00:44:35.128Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:35.128Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-08T00:44:35.128Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-08T00:44:35.401Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-08T00:44:35.724Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:35.724Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-08T00:44:35.724Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-08T00:44:35.999Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-08T00:44:35.999Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:35.999Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-08T00:44:35.999Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-08T00:44:36.283Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-08T00:44:36.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:36.283Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-08T00:44:36.283Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-08T00:44:36.559Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-08T00:44:36.559Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:36.559Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-08T00:44:36.559Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-08T00:44:36.559Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-08T00:44:36.839Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:44:36.839Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-08T00:44:36.839Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-08T00:44:36.839Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-08T00:44:36.839Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-08T00:44:36.839Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-08T00:44:37.102Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-08T00:44:37.102Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-08T00:44:37.102Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-08T00:44:37.367Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-08T00:44:37.367Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-08T00:44:37.626Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-08T00:44:37.626Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-08T00:44:37.626Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-08T00:44:37.626Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-08T00:44:37.885Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-08T00:44:37.885Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-08T00:44:37.885Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-08T00:44:37.885Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-08T00:44:38.144Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-08T00:44:38.144Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-08T00:44:38.144Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-08T00:44:38.403Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-08T00:44:38.403Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-08T00:44:38.403Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-08T00:44:38.403Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-08T00:44:38.403Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-08T00:44:38.663Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-08T00:44:38.663Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-08T00:44:39.601Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-08T00:44:39.601Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-08T00:44:39.861Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-08T00:44:39.861Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-08T00:44:39.861Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-08T00:44:39.861Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-08T00:44:40.430Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-08T00:44:40.430Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-08T00:44:40.690Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-08T00:44:40.690Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-08T00:44:40.690Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-08T00:44:40.950Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-08T00:44:41.210Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:41.210Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:44:41.210Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:41.210Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:44:41.469Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:41.469Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:44:41.729Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:41.729Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:44:42.666Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:42.666Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:44:43.609Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:43.609Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:44:44.550Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:44.550Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:44:44.809Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:44.809Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:44:45.748Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:44:45.748Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:44:45.748Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-08T00:44:45.748Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-08T00:44:45.748Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-08T00:44:46.008Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-08T00:44:46.268Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-08T00:44:46.527Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-08T00:44:46.527Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-08T00:44:46.527Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-08T00:44:46.786Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-08T00:44:46.787Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-08T00:44:46.787Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-08T00:44:47.046Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-08T00:44:47.046Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-08T00:44:47.046Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-08T00:44:47.305Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:44:47.305Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-08T00:44:47.305Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:44:47.305Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:44:47.305Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:44:47.305Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-08T00:44:47.305Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-08T00:44:47.305Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-08T00:44:47.579Z] [2021-04-08T00:44:47.579Z] Current default time zone: 'Etc/UTC' [2021-04-08T00:44:47.579Z] Local time is now: Thu Apr 8 00:44:47 UTC 2021. [2021-04-08T00:44:47.579Z] Universal Time is now: Thu Apr 8 00:44:47 UTC 2021. [2021-04-08T00:44:47.579Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-08T00:44:47.579Z] [2021-04-08T00:44:47.579Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-08T00:44:47.579Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:44:47.579Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-08T00:44:47.579Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:44:47.579Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-08T00:44:47.838Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-08T00:44:47.838Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-08T00:44:47.838Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-08T00:44:47.838Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-08T00:44:47.838Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-08T00:44:47.838Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:44:47.838Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-08T00:44:48.098Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:44:48.098Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-08T00:44:48.098Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:44:48.098Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-08T00:44:48.357Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-08T00:44:48.357Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-08T00:44:48.357Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-08T00:44:48.357Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-08T00:44:48.357Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-08T00:44:48.357Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-08T00:44:48.357Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-08T00:44:49.741Z] Updating certificates in /etc/ssl/certs... [2021-04-08T00:44:50.310Z] 23 added, 27 removed; done. [2021-04-08T00:44:50.570Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-08T00:44:50.570Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:44:50.570Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-08T00:44:50.570Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-08T00:44:50.570Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-08T00:44:50.829Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:44:50.829Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-08T00:44:50.829Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:44:50.829Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:44:50.829Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:44:50.829Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:44:50.829Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:44:50.829Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-08T00:44:51.088Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-08T00:44:51.088Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-08T00:44:51.088Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-08T00:44:51.088Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-08T00:44:51.088Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:44:51.088Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:44:51.088Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-08T00:44:51.088Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-08T00:44:51.347Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-08T00:44:51.347Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-08T00:44:51.347Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-08T00:44:51.347Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-08T00:44:51.347Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-08T00:44:51.347Z] Updating certificates in /etc/ssl/certs... [2021-04-08T00:44:51.918Z] 0 added, 0 removed; done. [2021-04-08T00:44:51.918Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-08T00:44:51.918Z] done. [2021-04-08T00:44:52.486Z] Reading package lists... [2021-04-08T00:44:52.745Z] Building dependency tree... [2021-04-08T00:44:52.745Z] Reading state information... [2021-04-08T00:44:52.745Z] The following NEW packages will be installed: [2021-04-08T00:44:52.745Z] apt-transport-https [2021-04-08T00:44:53.005Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-08T00:44:53.005Z] Need to get 1692 B of archives. [2021-04-08T00:44:53.005Z] After this operation, 154 kB of additional disk space will be used. [2021-04-08T00:44:53.005Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-08T00:44:53.264Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T00:44:53.264Z] Fetched 1692 B in 0s (9523 B/s) [2021-04-08T00:44:53.264Z] Selecting previously unselected package apt-transport-https. [2021-04-08T00:44:53.264Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-08T00:44:53.264Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-08T00:44:53.264Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-08T00:44:53.264Z] Setting up apt-transport-https (1.6.13) ... [2021-04-08T00:44:53.833Z] Waiting for network to be ready... [2021-04-08T00:45:00.409Z] 2021-04-08T00:44:57Z INFO Waiting for automatic snapd restart... [2021-04-08T00:45:01.802Z] snapd 2.49.2 from Canonical* installed [2021-04-08T00:45:02.750Z] "snapd" switched to the "latest/stable" channel [2021-04-08T00:45:02.750Z] [2021-04-08T00:45:06.048Z] core18 20210309 from Canonical* installed [2021-04-08T00:45:06.308Z] "core18" switched to the "latest/stable" channel [2021-04-08T00:45:06.308Z] [2021-04-08T00:45:11.586Z] snapcraft 4.6 from Canonical* installed [2021-04-08T00:45:11.586Z] "snapcraft" switched to the "latest/stable" channel [2021-04-08T00:45:11.586Z] [2021-04-08T00:45:14.876Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-08T00:45:14.876Z] - README.md [2021-04-08T00:45:14.876Z] [2021-04-08T00:45:14.876Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-08T00:45:17.053Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:45:17.053Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:45:17.053Z] ---> 2b74c0e63c41 [2021-04-08T00:45:17.053Z] Step 3/21 : WORKDIR /edgex-go [2021-04-08T00:45:17.053Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:45:17.053Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:45:17.053Z] ---> 2b74c0e63c41 [2021-04-08T00:45:17.053Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T00:45:17.053Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:45:17.053Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:45:17.053Z] ---> 2b74c0e63c41 [2021-04-08T00:45:17.053Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T00:45:17.053Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:45:17.053Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:45:17.053Z] ---> 2b74c0e63c41 [2021-04-08T00:45:17.053Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T00:45:17.053Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:45:17.053Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:45:17.053Z] ---> 2b74c0e63c41 [2021-04-08T00:45:17.053Z] Step 3/26 : WORKDIR /edgex-go [2021-04-08T00:45:17.053Z] ---> Running in b8d1c4055855 [2021-04-08T00:45:17.053Z] ---> Running in 5a892fa35658 [2021-04-08T00:45:17.053Z] ---> Running in 5dc9b8df98d5 [2021-04-08T00:45:17.053Z] ---> Running in 021230371d03 [2021-04-08T00:45:17.053Z] ---> Running in 7e5795ee6e4b [2021-04-08T00:45:17.053Z] Removing intermediate container 7e5795ee6e4b [2021-04-08T00:45:17.053Z] ---> 35db0590f723 [2021-04-08T00:45:17.053Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:45:17.053Z] Removing intermediate container b8d1c4055855 [2021-04-08T00:45:17.053Z] ---> 39f509810d35 [2021-04-08T00:45:17.053Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:45:17.053Z] ---> Running in 90545732ba03 [2021-04-08T00:45:17.053Z] Removing intermediate container 5dc9b8df98d5 [2021-04-08T00:45:17.053Z] ---> fc5eb0037d98 [2021-04-08T00:45:17.053Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:45:17.053Z] Removing intermediate container 021230371d03 [2021-04-08T00:45:17.053Z] ---> 3e071e9867f0 [2021-04-08T00:45:17.053Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:45:17.053Z] Removing intermediate container 5a892fa35658 [2021-04-08T00:45:17.053Z] ---> 6819a15f11c8 [2021-04-08T00:45:17.053Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:45:17.053Z] ---> Running in da0fc1f1b65e [2021-04-08T00:45:17.053Z] ---> Running in 2378cdc6d096 [2021-04-08T00:45:17.053Z] ---> Running in 8efe4eb618e9 [2021-04-08T00:45:17.053Z] ---> Running in 7c02ea5a3511 [2021-04-08T00:45:17.053Z] Removing intermediate container 90545732ba03 [2021-04-08T00:45:17.053Z] ---> f9e7635af20e [2021-04-08T00:45:17.053Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-08T00:45:17.330Z] ---> Running in 35026dfacaf6 [2021-04-08T00:45:17.605Z] Removing intermediate container 8efe4eb618e9 [2021-04-08T00:45:17.605Z] ---> 7e350a7420d8 [2021-04-08T00:45:17.605Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-08T00:45:17.883Z] Removing intermediate container 2378cdc6d096 [2021-04-08T00:45:17.883Z] ---> 6c6cd02551dc [2021-04-08T00:45:17.883Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-08T00:45:17.883Z] ---> Running in ce4bda95344a [2021-04-08T00:45:18.162Z] Removing intermediate container da0fc1f1b65e [2021-04-08T00:45:18.162Z] ---> 40483ccf5f43 [2021-04-08T00:45:18.162Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-08T00:45:18.162Z] ---> Running in a23e4c303fad [2021-04-08T00:45:18.162Z] Removing intermediate container 7c02ea5a3511 [2021-04-08T00:45:18.162Z] ---> d9cce9c2a00c [2021-04-08T00:45:18.162Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-08T00:45:18.440Z] ---> Running in 9454c2b1e458 [2021-04-08T00:45:18.716Z] ---> Running in 27b61c826b9c [2021-04-08T00:45:19.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:45:20.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:45:20.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:45:20.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:45:20.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:45:20.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:45:20.868Z] OK: 217 MiB in 51 packages [2021-04-08T00:45:21.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:45:21.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:45:21.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:45:21.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:45:21.451Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T00:45:21.451Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-08T00:45:21.451Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-08T00:45:21.451Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-08T00:45:22.020Z] OK: 217 MiB in 51 packages [2021-04-08T00:45:22.295Z] OK: 217 MiB in 51 packages [2021-04-08T00:45:22.574Z] OK: 217 MiB in 51 packages [2021-04-08T00:45:22.831Z] Reading package lists... [2021-04-08T00:45:22.849Z] OK: 217 MiB in 51 packages [2021-04-08T00:45:22.849Z] Removing intermediate container 35026dfacaf6 [2021-04-08T00:45:22.849Z] ---> 6be6ff9882cb [2021-04-08T00:45:22.849Z] Step 6/23 : COPY go.mod . [2021-04-08T00:45:23.400Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-08T00:45:24.302Z] Removing intermediate container ce4bda95344a [2021-04-08T00:45:24.302Z] ---> 702709901f51 [2021-04-08T00:45:24.302Z] Step 6/26 : COPY go.mod . [2021-04-08T00:45:24.302Z] ---> 424635662101 [2021-04-08T00:45:24.302Z] Step 7/23 : RUN go mod download [2021-04-08T00:45:24.587Z] Removing intermediate container a23e4c303fad [2021-04-08T00:45:24.587Z] ---> 6e707a871e59 [2021-04-08T00:45:24.587Z] Step 6/23 : COPY go.mod . [2021-04-08T00:45:24.587Z] ---> Running in 03f69602bf8a [2021-04-08T00:45:24.587Z] Removing intermediate container 9454c2b1e458 [2021-04-08T00:45:24.587Z] ---> 9b385839bd1f [2021-04-08T00:45:24.587Z] Step 6/23 : COPY go.mod . [2021-04-08T00:45:24.862Z] Removing intermediate container 27b61c826b9c [2021-04-08T00:45:24.862Z] ---> 8c7b7d1f9a97 [2021-04-08T00:45:24.862Z] Step 6/21 : COPY go.mod . [2021-04-08T00:45:25.470Z] ---> 797666ee0d66 [2021-04-08T00:45:25.470Z] Step 7/26 : RUN go mod download [2021-04-08T00:45:25.757Z] ---> Running in eccf3459d881 [2021-04-08T00:45:25.757Z] ---> e28abe2eb361 [2021-04-08T00:45:25.757Z] Step 7/23 : RUN go mod download [2021-04-08T00:45:26.035Z] ---> 3baa5229e44d [2021-04-08T00:45:26.035Z] Step 7/23 : RUN go mod download [2021-04-08T00:45:26.035Z] ---> Running in b26ca041807f [2021-04-08T00:45:26.322Z] ---> 48a268066146 [2021-04-08T00:45:26.322Z] Step 7/21 : RUN go mod download [2021-04-08T00:45:26.322Z] ---> Running in 39b8721b02bc [2021-04-08T00:45:26.604Z] ---> Running in b6ba3a5f5620 [2021-04-08T00:45:29.229Z] Removing intermediate container 03f69602bf8a [2021-04-08T00:45:29.229Z] ---> 8adcbf9b7117 [2021-04-08T00:45:29.229Z] Step 8/23 : COPY . . [2021-04-08T00:45:29.976Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T00:45:29.976Z] Reading package lists... [2021-04-08T00:45:29.976Z] Building dependency tree... [2021-04-08T00:45:29.976Z] Reading state information... [2021-04-08T00:45:29.976Z] Suggested packages: [2021-04-08T00:45:29.976Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-08T00:45:29.976Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-08T00:45:29.976Z] Recommended packages: [2021-04-08T00:45:29.976Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-08T00:45:29.976Z] The following NEW packages will be installed: [2021-04-08T00:45:29.976Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-08T00:45:29.976Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-08T00:45:29.976Z] pkg-config zip [2021-04-08T00:45:29.976Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-08T00:45:29.976Z] Need to get 7663 kB of archives. [2021-04-08T00:45:29.976Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-08T00:45:29.976Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-08T00:45:29.976Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-08T00:45:29.976Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-08T00:45:29.976Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-08T00:45:29.976Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-08T00:45:30.220Z] Removing intermediate container eccf3459d881 [2021-04-08T00:45:30.220Z] ---> bd574fb55820 [2021-04-08T00:45:30.220Z] Step 8/26 : COPY . . [2021-04-08T00:45:30.235Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-08T00:45:30.235Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-08T00:45:30.235Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-08T00:45:30.235Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-08T00:45:30.235Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-08T00:45:30.235Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-08T00:45:30.495Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-08T00:45:30.495Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-08T00:45:30.495Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-08T00:45:30.495Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-08T00:45:30.755Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T00:45:30.755Z] Fetched 7663 kB in 1s (10.5 MB/s) [2021-04-08T00:45:30.755Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-08T00:45:30.755Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-08T00:45:30.755Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-08T00:45:30.755Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-08T00:45:31.015Z] Selecting previously unselected package libpsl5:amd64. [2021-04-08T00:45:31.015Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-08T00:45:31.015Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-08T00:45:31.275Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-08T00:45:31.275Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-08T00:45:31.275Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-08T00:45:31.275Z] Selecting previously unselected package librtmp1:amd64. [2021-04-08T00:45:31.275Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-08T00:45:31.275Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-08T00:45:31.275Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-08T00:45:31.275Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-08T00:45:31.275Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-08T00:45:31.535Z] Selecting previously unselected package liberror-perl. [2021-04-08T00:45:31.535Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-08T00:45:31.535Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-08T00:45:31.535Z] Selecting previously unselected package git-man. [2021-04-08T00:45:31.535Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-08T00:45:31.535Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-08T00:45:31.797Z] Selecting previously unselected package git. [2021-04-08T00:45:31.797Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-08T00:45:31.797Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-08T00:45:32.226Z] Removing intermediate container b26ca041807f [2021-04-08T00:45:32.226Z] ---> f22d8f7b08f3 [2021-04-08T00:45:32.226Z] Step 8/23 : COPY . . [2021-04-08T00:45:32.505Z] Removing intermediate container 39b8721b02bc [2021-04-08T00:45:32.505Z] ---> 3b7a62e13c8e [2021-04-08T00:45:32.505Z] Step 8/23 : COPY . . [2021-04-08T00:45:32.505Z] Removing intermediate container b6ba3a5f5620 [2021-04-08T00:45:32.505Z] ---> 3f6d352079b7 [2021-04-08T00:45:32.505Z] Step 8/21 : COPY . . [2021-04-08T00:45:32.738Z] Selecting previously unselected package libnorm1:amd64. [2021-04-08T00:45:32.739Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-08T00:45:32.739Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-08T00:45:32.739Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-08T00:45:32.739Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-08T00:45:32.739Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-08T00:45:32.739Z] Selecting previously unselected package libsodium23:amd64. [2021-04-08T00:45:32.739Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-08T00:45:32.739Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-08T00:45:32.999Z] Selecting previously unselected package libzmq5:amd64. [2021-04-08T00:45:32.999Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-08T00:45:32.999Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-08T00:45:32.999Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-08T00:45:32.999Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-08T00:45:32.999Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-08T00:45:33.258Z] Selecting previously unselected package pkg-config. [2021-04-08T00:45:33.258Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-08T00:45:33.258Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-08T00:45:33.258Z] Selecting previously unselected package zip. [2021-04-08T00:45:33.258Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-08T00:45:33.258Z] Unpacking zip (3.0-11build1) ... [2021-04-08T00:45:33.258Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-08T00:45:33.258Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-08T00:45:33.258Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-08T00:45:33.258Z] Setting up liberror-perl (0.17025-1) ... [2021-04-08T00:45:33.517Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-08T00:45:33.517Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-08T00:45:33.517Z] No schema files found: doing nothing. [2021-04-08T00:45:33.517Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-08T00:45:33.517Z] Setting up zip (3.0-11build1) ... [2021-04-08T00:45:33.517Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-08T00:45:33.517Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-08T00:45:33.517Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-08T00:45:33.778Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-08T00:45:33.779Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-08T00:45:33.779Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-08T00:45:33.779Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-08T00:45:33.779Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-08T00:45:40.357Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T00:45:40.357Z] git set to automatically installed. [2021-04-08T00:45:40.357Z] git-man set to automatically installed. [2021-04-08T00:45:40.357Z] libcurl3-gnutls set to automatically installed. [2021-04-08T00:45:40.357Z] liberror-perl set to automatically installed. [2021-04-08T00:45:40.357Z] libglib2.0-0 set to automatically installed. [2021-04-08T00:45:40.357Z] libnghttp2-14 set to automatically installed. [2021-04-08T00:45:40.357Z] libnorm1 set to automatically installed. [2021-04-08T00:45:40.357Z] libpgm-5.2-0 set to automatically installed. [2021-04-08T00:45:40.357Z] libpsl5 set to automatically installed. [2021-04-08T00:45:40.357Z] librtmp1 set to automatically installed. [2021-04-08T00:45:40.357Z] libsodium23 set to automatically installed. [2021-04-08T00:45:40.357Z] libzmq3-dev set to automatically installed. [2021-04-08T00:45:40.357Z] libzmq5 set to automatically installed. [2021-04-08T00:45:40.357Z] pkg-config set to automatically installed. [2021-04-08T00:45:40.357Z] zip set to automatically installed. [2021-04-08T00:45:42.265Z] snapd is not logged in, snap install commands will use sudo [2021-04-08T00:45:49.033Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T00:45:59.342Z] ---> e96723e348e9 [2021-04-08T00:45:59.342Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-08T00:45:59.342Z] ---> 12798a2d8709 [2021-04-08T00:45:59.342Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-08T00:45:59.342Z] ---> 8009891bf419 [2021-04-08T00:45:59.342Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-08T00:45:59.342Z] ---> 4fe04f7c80bf [2021-04-08T00:45:59.342Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-08T00:45:59.342Z] ---> Running in 5ab282986fc3 [2021-04-08T00:45:59.342Z] ---> Running in 7e17abbdbede [2021-04-08T00:45:59.342Z] ---> 5ff31b2264a9 [2021-04-08T00:45:59.342Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-08T00:45:59.342Z] ---> Running in 5dce472b8b1b [2021-04-08T00:45:59.342Z] ---> Running in d21e340ba0d2 [2021-04-08T00:45:59.342Z] ---> Running in d4191565155b [2021-04-08T00:46:00.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-08T00:46:00.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-08T00:46:00.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-08T00:46:00.883Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-08T00:46:00.883Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-08T00:46:07.140Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-08T00:46:07.140Z] snapd is not logged in, snap install commands will use sudo [2021-04-08T00:46:13.715Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T00:46:13.715Z] snap "core18" has no updates available [2021-04-08T00:46:14.656Z] Pulling go-build-helper [2021-04-08T00:46:14.656Z] + snapcraftctl pull [2021-04-08T00:46:16.037Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-08T00:46:16.037Z] Skipping pull go-build-helper (already ran) [2021-04-08T00:46:16.037Z] Building go-build-helper [2021-04-08T00:46:16.037Z] + snapcraftctl build [2021-04-08T00:46:18.577Z] Staging go-build-helper [2021-04-08T00:46:18.577Z] + snapcraftctl stage [2021-04-08T00:46:30.814Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-08T00:46:30.814Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-08T00:46:30.814Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-08T00:46:30.814Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-08T00:46:30.814Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-08T00:46:30.814Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-08T00:46:30.814Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-08T00:46:30.814Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-08T00:46:30.814Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-08T00:46:30.814Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-08T00:46:30.814Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-08T00:46:30.814Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-08T00:46:30.814Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-08T00:46:30.814Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-08T00:46:30.814Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-08T00:46:30.814Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-08T00:46:30.814Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-08T00:46:30.814Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-08T00:46:30.814Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-08T00:46:30.814Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-08T00:46:30.814Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-08T00:46:30.814Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-08T00:46:30.814Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-08T00:46:30.814Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-08T00:46:30.814Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-08T00:46:30.814Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-08T00:46:30.814Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-08T00:46:30.814Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-08T00:46:30.814Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-08T00:46:30.814Z] Fetched 224 kB in 0s (0 B/s) [2021-04-08T00:46:30.814Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-08T00:46:30.814Z] Fetched 157 kB in 0s (0 B/s) [2021-04-08T00:46:30.814Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-08T00:46:30.814Z] Fetched 221 kB in 0s (0 B/s) [2021-04-08T00:46:30.814Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-08T00:46:30.814Z] Fetched 143 kB in 0s (0 B/s) [2021-04-08T00:46:30.814Z] Pulling app-service-config [2021-04-08T00:46:30.814Z] + snapcraftctl pull [2021-04-08T00:46:31.384Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-08T00:46:31.954Z] Pulling config-common [2021-04-08T00:46:31.954Z] + snapcraftctl pull [2021-04-08T00:46:37.231Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-08T00:46:37.231Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-08T00:46:37.231Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-08T00:46:37.231Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T00:46:37.231Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-08T00:46:37.231Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T00:46:37.231Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-08T00:46:37.231Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T00:46:37.231Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-08T00:46:37.231Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T00:46:37.231Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-08T00:46:37.231Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T00:46:37.231Z] Pulling edgex-go [2021-04-08T00:46:37.231Z] + snapcraftctl pull [2021-04-08T00:46:59.182Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-08T00:46:59.182Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-08T00:46:59.182Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-08T00:46:59.182Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T00:46:59.182Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-08T00:46:59.182Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-08T00:46:59.182Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-08T00:46:59.182Z] Fetched 279 kB in 0s (0 B/s) [2021-04-08T00:46:59.182Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-08T00:46:59.182Z] Fetched 122 kB in 0s (0 B/s) [2021-04-08T00:46:59.182Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-08T00:46:59.182Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-08T00:46:59.182Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-08T00:46:59.182Z] Fetched 8848 B in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-08T00:46:59.183Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-08T00:46:59.183Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-08T00:46:59.183Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-08T00:46:59.183Z] Fetched 219 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-08T00:46:59.183Z] Fetched 154 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-08T00:46:59.183Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-08T00:46:59.183Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-08T00:46:59.183Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-08T00:46:59.183Z] Fetched 499 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-08T00:46:59.183Z] Fetched 111 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-08T00:46:59.183Z] Fetched 240 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-08T00:46:59.183Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-08T00:46:59.183Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-08T00:46:59.183Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-08T00:46:59.183Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-08T00:46:59.183Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-08T00:46:59.183Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-08T00:46:59.183Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-08T00:46:59.183Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-08T00:46:59.183Z] Fetched 8720 B in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-08T00:46:59.183Z] Fetched 137 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-08T00:46:59.183Z] Fetched 119 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-08T00:46:59.183Z] Fetched 109 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-08T00:46:59.183Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-08T00:46:59.183Z] Fetched 645 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-08T00:46:59.183Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-08T00:46:59.183Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-08T00:46:59.183Z] Fetched 368 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-08T00:46:59.183Z] Fetched 187 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-08T00:46:59.183Z] Fetched 175 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-08T00:46:59.183Z] Fetched 206 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-08T00:46:59.183Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-08T00:46:59.183Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-08T00:46:59.183Z] Fetched 159 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-08T00:46:59.183Z] Fetched 107 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-08T00:46:59.183Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-08T00:46:59.183Z] Pulling static-packages [2021-04-08T00:46:59.183Z] + snapcraftctl pull [2021-04-08T00:46:59.183Z] Pulling version [2021-04-08T00:46:59.183Z] + cd /root/project [2021-04-08T00:46:59.183Z] + [ -f VERSION ] [2021-04-08T00:46:59.183Z] + PROJECT_VERSION=local-dev [2021-04-08T00:46:59.183Z] + git rev-parse --short HEAD [2021-04-08T00:46:59.183Z] + GIT_REVISION=c40c26bd [2021-04-08T00:46:59.183Z] + snapcraftctl set-version local-dev [2021-04-08T00:47:00.122Z] Skipping build go-build-helper (already ran) [2021-04-08T00:47:00.381Z] Building app-service-config [2021-04-08T00:47:00.381Z] + make build [2021-04-08T00:47:00.381Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-08T00:47:02.923Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.41 [2021-04-08T00:47:02.923Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-08T00:47:02.923Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.29 [2021-04-08T00:47:03.182Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-08T00:47:03.182Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-08T00:47:03.182Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-08T00:47:03.442Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-08T00:47:03.442Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-08T00:47:03.442Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-08T00:47:03.442Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-08T00:47:03.442Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-08T00:47:03.701Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-08T00:47:03.701Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-08T00:47:03.701Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-08T00:47:03.701Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-08T00:47:03.701Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-08T00:47:03.701Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-08T00:47:03.701Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-08T00:47:03.961Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-08T00:47:03.961Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-08T00:47:03.961Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-08T00:47:03.961Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-08T00:47:03.961Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-08T00:47:04.221Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-08T00:47:04.221Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-08T00:47:04.221Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-08T00:47:04.221Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-08T00:47:04.221Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-08T00:47:04.221Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-08T00:47:04.221Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-08T00:47:04.221Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-08T00:47:04.221Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-08T00:47:04.222Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-08T00:47:04.222Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-08T00:47:04.222Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-08T00:47:04.222Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-08T00:47:04.222Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-08T00:47:04.481Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-08T00:47:04.481Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-08T00:47:04.481Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-08T00:47:04.481Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-08T00:47:04.481Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-08T00:47:04.481Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-08T00:47:04.481Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-08T00:47:04.481Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-08T00:47:16.703Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-08T00:47:16.703Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-08T00:47:16.703Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-08T00:47:16.703Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-08T00:47:16.703Z] Building config-common [2021-04-08T00:47:16.703Z] + snapcraftctl build [2021-04-08T00:47:19.995Z] Building edgex-go [2021-04-08T00:47:20.256Z] + cd /root/parts/edgex-go/src [2021-04-08T00:47:20.256Z] + make build [2021-04-08T00:47:20.256Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-08T00:47:20.515Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.30 [2021-04-08T00:47:20.515Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-08T00:47:20.516Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-08T00:47:20.516Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-08T00:47:20.516Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-08T00:47:20.775Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-08T00:47:20.775Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-08T00:47:20.775Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-08T00:47:25.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-08T00:47:25.001Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-08T00:47:31.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-08T00:47:32.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-08T00:47:34.433Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-08T00:47:34.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-08T00:47:34.951Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-08T00:47:35.210Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-08T00:47:35.210Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-08T00:47:35.210Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-08T00:47:37.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-08T00:47:37.120Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-08T00:47:37.380Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-08T00:47:37.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-08T00:47:39.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-08T00:47:40.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-08T00:47:42.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-08T00:47:43.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-08T00:47:43.517Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-08T00:47:44.898Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-08T00:47:45.159Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-08T00:47:47.072Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-08T00:47:47.072Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-08T00:47:47.072Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-08T00:47:47.072Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-08T00:47:47.072Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-08T00:47:47.072Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-08T00:47:47.072Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-08T00:47:47.332Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-08T00:47:47.332Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-08T00:47:47.332Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-08T00:47:47.332Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-08T00:47:47.332Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-08T00:47:47.332Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-08T00:47:47.332Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-08T00:47:47.332Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-08T00:47:47.332Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-08T00:47:47.332Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-08T00:47:47.332Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-08T00:47:47.332Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-08T00:47:47.332Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-08T00:47:47.332Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-08T00:47:47.332Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-08T00:47:47.332Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-08T00:47:47.332Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-08T00:47:47.332Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-08T00:47:47.332Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-08T00:47:50.624Z] Building static-packages [2021-04-08T00:47:50.624Z] + snapcraftctl build [2021-04-08T00:47:53.163Z] Building version [2021-04-08T00:47:53.163Z] + snapcraftctl build [2021-04-08T00:47:55.914Z] Skipping stage go-build-helper (already ran) [2021-04-08T00:47:55.914Z] Staging app-service-config [2021-04-08T00:47:55.914Z] + snapcraftctl stage [2021-04-08T00:47:56.949Z] Staging config-common [2021-04-08T00:47:56.949Z] + snapcraftctl stage [2021-04-08T00:47:58.331Z] Staging edgex-go [2021-04-08T00:47:58.331Z] + snapcraftctl stage [2021-04-08T00:47:59.268Z] Staging static-packages [2021-04-08T00:47:59.268Z] + snapcraftctl stage [2021-04-08T00:48:00.648Z] Staging version [2021-04-08T00:48:00.648Z] + snapcraftctl stage [2021-04-08T00:48:01.599Z] Priming go-build-helper [2021-04-08T00:48:01.599Z] + snapcraftctl prime [2021-04-08T00:48:02.980Z] Priming app-service-config [2021-04-08T00:48:02.980Z] + snapcraftctl prime [2021-04-08T00:48:04.359Z] Priming config-common [2021-04-08T00:48:04.359Z] + snapcraftctl prime [2021-04-08T00:48:04.538Z] Removing intermediate container 5dce472b8b1b [2021-04-08T00:48:04.538Z] ---> 5f56cac9e88f [2021-04-08T00:48:04.538Z] [2021-04-08T00:48:04.538Z] Step 10/21 : FROM alpine:3.12 [2021-04-08T00:48:04.538Z] 3.12: Pulling from library/alpine [2021-04-08T00:48:04.538Z] Removing intermediate container 5ab282986fc3 [2021-04-08T00:48:04.538Z] ---> 3bd92a4b969d [2021-04-08T00:48:04.538Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-08T00:48:04.538Z] ---> Running in f2c548708800 [2021-04-08T00:48:04.538Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T00:48:04.538Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T00:48:04.538Z] ---> d75e27dfc0a0 [2021-04-08T00:48:04.538Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-08T00:48:04.538Z] ---> Running in 73a59983f20f [2021-04-08T00:48:04.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-08T00:48:05.296Z] Priming edgex-go [2021-04-08T00:48:05.296Z] + snapcraftctl prime [2021-04-08T00:48:06.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:48:06.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:48:06.690Z] Priming static-packages [2021-04-08T00:48:06.690Z] + snapcraftctl prime [2021-04-08T00:48:06.864Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-08T00:48:06.864Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T00:48:06.864Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-08T00:48:06.864Z] (4/4) Installing curl (7.69.1-r3) [2021-04-08T00:48:06.864Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:48:06.864Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T00:48:07.461Z] OK: 7 MiB in 18 packages [2021-04-08T00:48:08.066Z] Removing intermediate container 7e17abbdbede [2021-04-08T00:48:08.066Z] ---> 02b61f1e0a7f [2021-04-08T00:48:08.066Z] [2021-04-08T00:48:08.066Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T00:48:08.066Z] ---> d75e27dfc0a0 [2021-04-08T00:48:08.066Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-08T00:48:08.347Z] ---> Running in 1f33039b89f8 [2021-04-08T00:48:09.228Z] Priming version [2021-04-08T00:48:09.228Z] + snapcraftctl prime [2021-04-08T00:48:10.333Z] Removing intermediate container 73a59983f20f [2021-04-08T00:48:10.333Z] ---> a0b85ede99c9 [2021-04-08T00:48:10.333Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-08T00:48:10.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:48:10.605Z] ---> Running in 5ca7be793cac [2021-04-08T00:48:10.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:48:10.607Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-08T00:48:10.879Z] Removing intermediate container f2c548708800 [2021-04-08T00:48:10.879Z] ---> 26dec5c4665e [2021-04-08T00:48:10.879Z] [2021-04-08T00:48:10.879Z] Step 11/26 : FROM docker:20.10.0 [2021-04-08T00:48:11.161Z] 20.10.0: Pulling from library/docker [2021-04-08T00:48:11.161Z] Removing intermediate container 5ca7be793cac [2021-04-08T00:48:11.161Z] ---> 3e7042e55421 [2021-04-08T00:48:11.161Z] Step 13/21 : WORKDIR /edgex [2021-04-08T00:48:11.161Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-08T00:48:11.161Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:48:11.449Z] OK: 5 MiB in 15 packages [2021-04-08T00:48:11.449Z] ---> Running in dd5b17a3d089 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-08T00:48:12.928Z] Removing intermediate container dd5b17a3d089 [2021-04-08T00:48:12.928Z] ---> 9d15e0d1428e [2021-04-08T00:48:12.928Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-08T00:48:13.924Z] Removing intermediate container 1f33039b89f8 [2021-04-08T00:48:13.924Z] ---> bf3b86a07e64 [2021-04-08T00:48:13.924Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:48:14.206Z] ---> Running in 5f0cf93dd3fd [2021-04-08T00:48:15.199Z] ---> c420e15d9bfe [2021-04-08T00:48:15.199Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-08T00:48:15.477Z] Removing intermediate container 5f0cf93dd3fd [2021-04-08T00:48:15.477Z] ---> ddc9898af776 [2021-04-08T00:48:15.477Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-08T00:48:16.079Z] ---> Running in 17ca2e22b1d9 [2021-04-08T00:48:17.525Z] ---> 817f8a614308 [2021-04-08T00:48:17.525Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-08T00:48:17.795Z] Removing intermediate container 17ca2e22b1d9 [2021-04-08T00:48:17.795Z] ---> 23ec0a740240 [2021-04-08T00:48:17.795Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-08T00:48:18.065Z] ---> Running in 571331df3763 [2021-04-08T00:48:20.085Z] Removing intermediate container 571331df3763 [2021-04-08T00:48:20.085Z] ---> af79d5661fa9 [2021-04-08T00:48:20.085Z] Step 15/23 : WORKDIR / [2021-04-08T00:48:20.397Z] ---> 7f044d62bed8 [2021-04-08T00:48:20.397Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-08T00:48:20.688Z] ---> Running in 32ffc4e8e989 [2021-04-08T00:48:21.280Z] ---> Running in 620e36d258d2 [2021-04-08T00:48:21.873Z] Removing intermediate container 32ffc4e8e989 [2021-04-08T00:48:21.873Z] ---> fc8f366d3dd7 [2021-04-08T00:48:21.873Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:48:22.463Z] Removing intermediate container 620e36d258d2 [2021-04-08T00:48:22.463Z] ---> c2c8ff2bd394 [2021-04-08T00:48:22.463Z] Step 18/21 : CMD ["--init=true"] [2021-04-08T00:48:23.056Z] Removing intermediate container d21e340ba0d2 [2021-04-08T00:48:23.056Z] ---> f3ea51e35e98 [2021-04-08T00:48:23.056Z] [2021-04-08T00:48:23.056Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T00:48:23.327Z] ---> d75e27dfc0a0 [2021-04-08T00:48:23.327Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-08T00:48:23.327Z] ---> Using cache [2021-04-08T00:48:23.327Z] ---> bf3b86a07e64 [2021-04-08T00:48:23.327Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:48:23.327Z] ---> Using cache [2021-04-08T00:48:23.327Z] ---> ddc9898af776 [2021-04-08T00:48:23.327Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-08T00:48:23.327Z] ---> Running in a7afdacc7a28 [2021-04-08T00:48:23.922Z] ---> 08648e1bf059 [2021-04-08T00:48:23.922Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-08T00:48:24.195Z] ---> Running in f5f170a67803 [2021-04-08T00:48:24.791Z] Removing intermediate container a7afdacc7a28 [2021-04-08T00:48:24.791Z] ---> d3813341e3f3 [2021-04-08T00:48:24.791Z] Step 19/21 : LABEL arch=arm64 [2021-04-08T00:48:25.387Z] Removing intermediate container f5f170a67803 [2021-04-08T00:48:25.387Z] ---> 82226dff7c89 [2021-04-08T00:48:25.387Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-08T00:48:25.659Z] ---> Running in d3d0e9117ce6 [2021-04-08T00:48:25.659Z] ---> Running in feb0bb43f780 [2021-04-08T00:48:25.659Z] ---> 8ee2332fa525 [2021-04-08T00:48:25.659Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-08T00:48:26.259Z] Removing intermediate container d4191565155b [2021-04-08T00:48:26.259Z] ---> 4caedef65a8e [2021-04-08T00:48:26.259Z] [2021-04-08T00:48:26.259Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T00:48:26.259Z] ---> d75e27dfc0a0 [2021-04-08T00:48:26.259Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-08T00:48:26.531Z] ---> Running in 7d6ead91b3db [2021-04-08T00:48:26.531Z] Removing intermediate container feb0bb43f780 [2021-04-08T00:48:26.531Z] Removing intermediate container d3d0e9117ce6 [2021-04-08T00:48:26.531Z] ---> 4ef595da2489 [2021-04-08T00:48:26.531Z] Step 20/21 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:48:26.531Z] ---> d89391a99e08 [2021-04-08T00:48:26.531Z] Step 15/23 : WORKDIR / [2021-04-08T00:48:26.807Z] ---> Running in bb448a85362c [2021-04-08T00:48:26.807Z] ---> Running in 426114f74220 [2021-04-08T00:48:26.807Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-08T00:48:26.807Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-08T00:48:26.807Z] ---> eeaf43b92773 [2021-04-08T00:48:26.807Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-08T00:48:26.807Z] ---> 3db71c0ed829 [2021-04-08T00:48:26.807Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-08T00:48:27.079Z] ---> Running in 1aa4828ba44f [2021-04-08T00:48:27.079Z] Removing intermediate container 7d6ead91b3db [2021-04-08T00:48:27.079Z] ---> e07715e6807c [2021-04-08T00:48:27.079Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-08T00:48:27.350Z] ---> Running in f10548029682 [2021-04-08T00:48:27.350Z] ---> Running in 443d62d144a2 [2021-04-08T00:48:27.625Z] Removing intermediate container 426114f74220 [2021-04-08T00:48:27.625Z] ---> e6924c1e436d [2021-04-08T00:48:27.625Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt /Removing intermediate container bb448a85362c [2021-04-08T00:48:27.625Z] [2021-04-08T00:48:27.625Z] ---> c97666a8e497 [2021-04-08T00:48:27.625Z] Step 21/21 : LABEL version=0.0.0 [2021-04-08T00:48:27.899Z] Removing intermediate container f10548029682 [2021-04-08T00:48:27.899Z] ---> 58ee82d36d9a [2021-04-08T00:48:27.899Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:48:27.899Z] ---> Running in f5a9660a5695 [2021-04-08T00:48:28.178Z] ---> Running in 63fa04732cfa [2021-04-08T00:48:28.178Z] Removing intermediate container 443d62d144a2 [2021-04-08T00:48:28.178Z] ---> 7a8927f903f5 [2021-04-08T00:48:28.178Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-08T00:48:28.461Z] ---> Running in 199e59b12283 [2021-04-08T00:48:28.762Z] Removing intermediate container f5a9660a5695 [2021-04-08T00:48:28.762Z] ---> 24eda1440f5c [2021-04-08T00:48:28.762Z] [2021-04-08T00:48:28.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:48:28.762Z] ---> 030e18ec3ad8 [2021-04-08T00:48:28.762Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-08T00:48:28.762Z] Removing intermediate container 63fa04732cfa [2021-04-08T00:48:28.762Z] ---> 5bfeb162c128 [2021-04-08T00:48:28.762Z] Step 21/23 : LABEL arch=arm64 [2021-04-08T00:48:29.039Z] Removing intermediate container 199e59b12283 [2021-04-08T00:48:29.039Z] ---> e3e8b45f7585 [2021-04-08T00:48:29.039Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:48:29.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:48:29.039Z] ---> Running in a6ebef9abd4f [2021-04-08T00:48:29.312Z] ---> Running in 295a9942f634 [2021-04-08T00:48:29.312Z] Successfully built 24eda1440f5c [2021-04-08T00:48:29.312Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-08T00:48:29.593Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-04-08T00:48:29.877Z] (1/2) Installing readline (8.0.4-r0) [2021-04-08T00:48:29.877Z] (2/2) Installing bash (5.0.17-r0) [2021-04-08T00:48:29.877Z] Executing bash-5.0.17-r0.post-install [2021-04-08T00:48:29.877Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:48:29.877Z] OK: 12 MiB in 22 packages [2021-04-08T00:48:30.476Z] Removing intermediate container a6ebef9abd4f [2021-04-08T00:48:30.476Z] ---> 1f685a671342 [2021-04-08T00:48:30.476Z] Step 22/23 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:48:30.763Z] ---> Running in f8b9e6f9c968 [2021-04-08T00:48:31.383Z] ---> e3985f8e6715 [2021-04-08T00:48:31.383Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-08T00:48:31.664Z] Removing intermediate container f8b9e6f9c968 [2021-04-08T00:48:31.664Z] ---> 2a9a3ab03a09 [2021-04-08T00:48:31.664Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T00:48:33.117Z] ---> Running in 96663ecacdf7 [2021-04-08T00:48:33.391Z] ---> 4133fc47a3ad [2021-04-08T00:48:33.391Z] Step 19/23 : ENTRYPOINT ["/core-metadata"]Removing intermediate container 1aa4828ba44f [2021-04-08T00:48:33.391Z] [2021-04-08T00:48:33.391Z] ---> 04e58ffa70d7 [2021-04-08T00:48:33.391Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-08T00:48:33.996Z] ---> Running in 81fca53ebfc5 [2021-04-08T00:48:33.996Z] ---> Running in d396def07bd3 [2021-04-08T00:48:33.996Z] Removing intermediate container 96663ecacdf7 [2021-04-08T00:48:33.996Z] ---> 29679558232e [2021-04-08T00:48:33.996Z] [2021-04-08T00:48:34.273Z] Removing intermediate container 295a9942f634 [2021-04-08T00:48:34.273Z] ---> cb66b301b382 [2021-04-08T00:48:34.273Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-08T00:48:34.547Z] Successfully built 29679558232e [2021-04-08T00:48:34.860Z] ---> Running in 3100bb8da036 [2021-04-08T00:48:35.144Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-08T00:48:35.144Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-04-08T00:48:35.144Z] Removing intermediate container d396def07bd3 [2021-04-08T00:48:35.144Z] ---> 9a73323f496f [2021-04-08T00:48:35.144Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-08T00:48:35.747Z] Removing intermediate container 81fca53ebfc5 [2021-04-08T00:48:35.747Z] ---> f101711918ad [2021-04-08T00:48:35.747Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:48:35.747Z] ---> Running in f7c47a1f8f35 [2021-04-08T00:48:36.026Z] ---> Running in 3012e5de1d9f [2021-04-08T00:48:36.631Z] Removing intermediate container f7c47a1f8f35 [2021-04-08T00:48:36.631Z] ---> 1ed235ce3b98 [2021-04-08T00:48:36.631Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-08T00:48:36.914Z] Removing intermediate container 3012e5de1d9f [2021-04-08T00:48:36.914Z] ---> 65acb0333dfe [2021-04-08T00:48:36.914Z] Step 21/23 : LABEL arch=arm64 [2021-04-08T00:48:36.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:48:36.914Z] ---> Running in 67e0878528ed [2021-04-08T00:48:37.192Z] ---> Running in 4676953119f8 [2021-04-08T00:48:38.194Z] Removing intermediate container 67e0878528ed [2021-04-08T00:48:38.194Z] ---> 1f9653196614 [2021-04-08T00:48:38.194Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-08T00:48:38.194Z] Removing intermediate container 4676953119f8 [2021-04-08T00:48:38.194Z] ---> c5534fc722ca [2021-04-08T00:48:38.194Z] Step 22/23 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:48:38.791Z] ---> Running in d1ed5d79be0a [2021-04-08T00:48:39.785Z] Removing intermediate container d1ed5d79be0a [2021-04-08T00:48:39.785Z] ---> 29e51a6535a7 [2021-04-08T00:48:39.785Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T00:48:39.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:48:39.785Z] ---> a7232ced9546 [2021-04-08T00:48:39.785Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-08T00:48:39.785Z] ---> Running in 60a6c393caf0 [2021-04-08T00:48:40.771Z] Removing intermediate container 60a6c393caf0 [2021-04-08T00:48:40.771Z] ---> 87ac870d57d4 [2021-04-08T00:48:40.771Z] [2021-04-08T00:48:41.045Z] Successfully built 87ac870d57d4 [2021-04-08T00:48:41.317Z] ---> 08c76b2f1dba [2021-04-08T00:48:41.317Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-08T00:48:41.317Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-08T00:48:41.317Z] Building docker-security-bootstrapper-go [2021-04-08T00:48:42.300Z]  Building docker-core-metadata-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-04-08T00:48:42.571Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-08T00:48:42.571Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-08T00:48:42.571Z] ---> e593ee5ae9a1 [2021-04-08T00:48:42.571Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-08T00:48:42.853Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-08T00:48:42.853Z] ---> Running in dce710ff36d6 [2021-04-08T00:48:43.829Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T00:48:44.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:48:44.102Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-08T00:48:44.373Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:48:44.373Z] OK: 8 MiB in 20 packages [2021-04-08T00:48:44.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:48:44.972Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-08T00:48:44.972Z] (2/33) Installing expat (2.2.9-r1) [2021-04-08T00:48:44.972Z] (3/33) Installing libffi (3.3-r2) [2021-04-08T00:48:44.972Z] (4/33) Installing gdbm (1.13-r1) [2021-04-08T00:48:44.972Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-08T00:48:44.972Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-08T00:48:45.242Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-08T00:48:47.217Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-08T00:48:47.217Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-08T00:48:47.217Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-08T00:48:47.217Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-08T00:48:47.217Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-08T00:48:47.217Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-08T00:48:47.217Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-08T00:48:47.217Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-08T00:48:47.217Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-08T00:48:47.217Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-08T00:48:47.217Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-08T00:48:47.497Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-08T00:48:47.497Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-08T00:48:47.497Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-08T00:48:47.497Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-08T00:48:47.497Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-08T00:48:47.497Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-08T00:48:47.497Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-08T00:48:47.497Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-08T00:48:47.497Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-08T00:48:47.497Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-08T00:48:47.497Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-08T00:48:47.497Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-08T00:48:47.497Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-08T00:48:47.497Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-08T00:48:47.497Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-08T00:48:47.769Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:48:47.769Z] OK: 71 MiB in 55 packages [2021-04-08T00:48:48.363Z] Removing intermediate container 3100bb8da036 [2021-04-08T00:48:48.363Z] ---> e0c808f1c31a [2021-04-08T00:48:48.363Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:48:50.346Z] ---> edc0190ab550 [2021-04-08T00:48:50.346Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-08T00:48:52.960Z] ---> 376e448218b8 [2021-04-08T00:48:52.960Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-08T00:48:53.938Z] ---> ba34ece0088c [2021-04-08T00:48:53.938Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-08T00:48:54.917Z] ---> Running in 9b7261e09f33 [2021-04-08T00:48:55.512Z] Removing intermediate container 9b7261e09f33 [2021-04-08T00:48:55.512Z] ---> de7d416a9313 [2021-04-08T00:48:55.512Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:48:55.783Z] Removing intermediate container dce710ff36d6 [2021-04-08T00:48:55.783Z] ---> e6e875f88b4b [2021-04-08T00:48:55.783Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-08T00:48:56.393Z] ---> Running in 7df21f607f86 [2021-04-08T00:48:56.393Z] ---> Running in d21366b220f3 [2021-04-08T00:48:57.838Z] Removing intermediate container 7df21f607f86 [2021-04-08T00:48:57.838Z] ---> f722c1394801 [2021-04-08T00:48:57.838Z] Step 21/23 : LABEL arch=arm64 [2021-04-08T00:48:57.838Z] ---> Running in 14871f957942 [2021-04-08T00:48:58.829Z] Removing intermediate container 14871f957942 [2021-04-08T00:48:58.829Z] ---> d25f33865013 [2021-04-08T00:48:58.829Z] Step 22/23 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:48:59.104Z] ---> Running in 21cfe3ef69c7 [2021-04-08T00:48:59.728Z] Removing intermediate container 21cfe3ef69c7 [2021-04-08T00:48:59.728Z] ---> c552dccde171 [2021-04-08T00:48:59.728Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T00:49:00.325Z] ---> Running in 8343974a6e63 [2021-04-08T00:49:01.305Z] Removing intermediate container 8343974a6e63 [2021-04-08T00:49:01.305Z] ---> d1bcdbe6f683 [2021-04-08T00:49:01.305Z] [2021-04-08T00:49:01.904Z] Successfully built d1bcdbe6f683 [2021-04-08T00:49:01.904Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-08T00:49:01.904Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-04-08T00:49:02.497Z] Collecting docker-compose==1.23.2 [2021-04-08T00:49:02.765Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-08T00:49:04.298Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-08T00:49:04.298Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-08T00:49:04.568Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:49:04.568Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:49:04.568Z] ---> 2b74c0e63c41 [2021-04-08T00:49:04.568Z] Step 3/22 : WORKDIR /edgex-go [2021-04-08T00:49:04.568Z] ---> Using cache [2021-04-08T00:49:04.568Z] ---> 6819a15f11c8 [2021-04-08T00:49:04.568Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:49:04.568Z] ---> Using cache [2021-04-08T00:49:04.568Z] ---> d9cce9c2a00c [2021-04-08T00:49:04.568Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-08T00:49:06.548Z] Collecting docker<4.0,>=3.6.0 [2021-04-08T00:49:06.548Z] ---> Running in a75f2ba4df0d [2021-04-08T00:49:06.548Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-08T00:49:07.530Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-08T00:49:07.530Z] Collecting texttable<0.10,>=0.9.0 [2021-04-08T00:49:07.530Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-08T00:49:08.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:49:09.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:49:10.548Z] Collecting jsonschema<3,>=2.5.1 [2021-04-08T00:49:10.548Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-08T00:49:10.821Z] OK: 217 MiB in 51 packages [2021-04-08T00:49:11.095Z] Collecting cached-property<2,>=1.2.0 [2021-04-08T00:49:11.095Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-08T00:49:12.542Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-08T00:49:12.542Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-08T00:49:14.545Z] Collecting docopt<0.7,>=0.6.1 [2021-04-08T00:49:14.545Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-08T00:49:15.146Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:49:15.146Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:49:15.146Z] ---> 2b74c0e63c41 [2021-04-08T00:49:15.146Z] Step 3/24 : WORKDIR /edgex-go [2021-04-08T00:49:15.146Z] ---> Using cache [2021-04-08T00:49:15.146Z] ---> 6819a15f11c8 [2021-04-08T00:49:15.146Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:49:15.146Z] ---> Using cache [2021-04-08T00:49:15.146Z] ---> d9cce9c2a00c [2021-04-08T00:49:15.146Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-08T00:49:15.146Z] ---> Using cache [2021-04-08T00:49:15.146Z] ---> 8c7b7d1f9a97 [2021-04-08T00:49:15.146Z] Step 6/24 : COPY go.mod . [2021-04-08T00:49:15.146Z] ---> Using cache [2021-04-08T00:49:15.146Z] ---> 48a268066146 [2021-04-08T00:49:15.146Z] Step 7/24 : RUN go mod download [2021-04-08T00:49:15.146Z] ---> Using cache [2021-04-08T00:49:15.146Z] ---> 3f6d352079b7 [2021-04-08T00:49:15.146Z] Step 8/24 : COPY . . [2021-04-08T00:49:15.146Z] ---> Using cache [2021-04-08T00:49:15.146Z] ---> 4fe04f7c80bf [2021-04-08T00:49:15.146Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-08T00:49:16.126Z] Removing intermediate container a75f2ba4df0d [2021-04-08T00:49:16.126Z] ---> d524ad9b35c8 [2021-04-08T00:49:16.126Z] Step 6/22 : COPY go.mod . [2021-04-08T00:49:16.126Z] ---> Running in abd273452c1f [2021-04-08T00:49:18.187Z] ---> 59677bbb20a6 [2021-04-08T00:49:18.187Z] Step 7/22 : RUN go mod download [2021-04-08T00:49:18.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-08T00:49:18.524Z] ---> Running in 9c45ebb5fe0c [2021-04-08T00:49:19.172Z] Collecting PyYAML<4,>=3.10 [2021-04-08T00:49:19.172Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-08T00:49:21.875Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:49:21.875Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:49:21.875Z] ---> 2b74c0e63c41 [2021-04-08T00:49:21.876Z] Step 3/31 : WORKDIR /edgex-go [2021-04-08T00:49:21.876Z] ---> Using cache [2021-04-08T00:49:21.876Z] ---> 6819a15f11c8 [2021-04-08T00:49:21.876Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:49:21.876Z] ---> Using cache [2021-04-08T00:49:21.876Z] ---> d9cce9c2a00c [2021-04-08T00:49:21.876Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-08T00:49:21.876Z] ---> Using cache [2021-04-08T00:49:21.876Z] ---> 8c7b7d1f9a97 [2021-04-08T00:49:21.876Z] Step 6/31 : COPY go.mod . [2021-04-08T00:49:21.876Z] ---> Using cache [2021-04-08T00:49:21.876Z] ---> 48a268066146 [2021-04-08T00:49:21.876Z] Step 7/31 : RUN go mod download [2021-04-08T00:49:21.876Z] ---> Using cache [2021-04-08T00:49:21.876Z] ---> 3f6d352079b7 [2021-04-08T00:49:21.876Z] Step 8/31 : COPY . . [2021-04-08T00:49:21.876Z] ---> Using cache [2021-04-08T00:49:21.876Z] ---> 4fe04f7c80bf [2021-04-08T00:49:21.876Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-08T00:49:22.149Z] ---> Running in e1b86b10da6e [2021-04-08T00:49:24.155Z] Removing intermediate container 9c45ebb5fe0c [2021-04-08T00:49:24.155Z] ---> cc530beb2b85 [2021-04-08T00:49:24.155Z] Step 8/22 : COPY . . [2021-04-08T00:49:24.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-08T00:49:24.441Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-08T00:49:24.724Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-08T00:49:29.045Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-08T00:49:29.045Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-08T00:49:29.322Z] Collecting idna<2.8,>=2.5 [2021-04-08T00:49:29.322Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-08T00:49:29.601Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-08T00:49:29.601Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-08T00:49:29.877Z] Collecting docker-pycreds>=0.4.0 [2021-04-08T00:49:29.877Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-08T00:49:30.158Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-08T00:49:30.158Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-08T00:49:30.158Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-08T00:49:30.158Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-08T00:49:32.157Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, jsonschema, cached-property, docopt, PyYAML, dockerpty, docker-compose [2021-04-08T00:49:32.157Z] Attempting uninstall: urllib3 [2021-04-08T00:49:32.157Z] Found existing installation: urllib3 1.25.9 [2021-04-08T00:49:32.157Z] Uninstalling urllib3-1.25.9: [2021-04-08T00:49:32.157Z] Successfully uninstalled urllib3-1.25.9 [2021-04-08T00:49:33.151Z] Attempting uninstall: idna [2021-04-08T00:49:33.151Z] Found existing installation: idna 2.9 [2021-04-08T00:49:33.151Z] Uninstalling idna-2.9: [2021-04-08T00:49:33.426Z] Successfully uninstalled idna-2.9 [2021-04-08T00:49:34.418Z] Attempting uninstall: requests [2021-04-08T00:49:34.418Z] Found existing installation: requests 2.23.0 [2021-04-08T00:49:34.418Z] Uninstalling requests-2.23.0: [2021-04-08T00:49:34.699Z] Successfully uninstalled requests-2.23.0 [2021-04-08T00:49:38.242Z] Running setup.py install for texttable: started [2021-04-08T00:49:38.242Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:49:38.242Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:49:38.242Z] ---> 2b74c0e63c41 [2021-04-08T00:49:38.242Z] Step 3/22 : WORKDIR /edgex-go [2021-04-08T00:49:38.242Z] ---> Using cache [2021-04-08T00:49:38.242Z] ---> 6819a15f11c8 [2021-04-08T00:49:38.242Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:49:38.242Z] ---> Using cache [2021-04-08T00:49:38.242Z] ---> d9cce9c2a00c [2021-04-08T00:49:38.242Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-08T00:49:38.242Z] ---> Using cache [2021-04-08T00:49:38.242Z] ---> 8c7b7d1f9a97 [2021-04-08T00:49:38.242Z] Step 6/22 : COPY go.mod . [2021-04-08T00:49:38.242Z] ---> Using cache [2021-04-08T00:49:38.242Z] ---> 48a268066146 [2021-04-08T00:49:38.242Z] Step 7/22 : RUN go mod download [2021-04-08T00:49:38.242Z] ---> Using cache [2021-04-08T00:49:38.242Z] ---> 3f6d352079b7 [2021-04-08T00:49:38.242Z] Step 8/22 : COPY . . [2021-04-08T00:49:38.242Z] ---> Using cache [2021-04-08T00:49:38.242Z] ---> 4fe04f7c80bf [2021-04-08T00:49:38.242Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-08T00:49:40.909Z] Running setup.py install for texttable: finished with status 'done' [2021-04-08T00:49:41.519Z] ---> Running in 175231d3b3a6 [2021-04-08T00:49:41.519Z] Running setup.py install for docopt: started [2021-04-08T00:49:44.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-08T00:49:45.165Z] Running setup.py install for docopt: finished with status 'done' [2021-04-08T00:49:45.165Z] Running setup.py install for PyYAML: started [2021-04-08T00:49:50.581Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-08T00:49:50.581Z] Running setup.py install for dockerpty: started [2021-04-08T00:49:50.581Z] ---> 017d719d17d2 [2021-04-08T00:49:50.581Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-08T00:49:50.581Z] ---> Running in befc25f75bc2 [2021-04-08T00:49:52.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-08T00:49:53.193Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-08T00:49:54.644Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-08T00:50:01.407Z] Removing intermediate container d21366b220f3 [2021-04-08T00:50:01.407Z] ---> 2647eb926bb8 [2021-04-08T00:50:01.407Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-08T00:50:01.407Z] ---> Running in 984e08ed2784 [2021-04-08T00:50:02.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:50:03.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:50:03.737Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T00:50:03.737Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-08T00:50:03.737Z] (3/3) Installing curl (7.69.1-r3) [2021-04-08T00:50:03.737Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:50:04.014Z] OK: 72 MiB in 58 packages [2021-04-08T00:50:06.020Z] Removing intermediate container 984e08ed2784 [2021-04-08T00:50:06.020Z] ---> 68a908238f3e [2021-04-08T00:50:06.020Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-08T00:50:06.020Z] ---> Running in 1923d666081a [2021-04-08T00:50:07.019Z] Removing intermediate container 1923d666081a [2021-04-08T00:50:07.019Z] ---> 5804102d9602 [2021-04-08T00:50:07.019Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:50:07.019Z] ---> Running in a09fb162c580 [2021-04-08T00:50:07.631Z] Removing intermediate container a09fb162c580 [2021-04-08T00:50:07.631Z] ---> 7d4c91a28a1b [2021-04-08T00:50:07.631Z] Step 24/26 : LABEL arch=arm64 [2021-04-08T00:50:07.912Z] ---> Running in 99a974af76f7 [2021-04-08T00:50:08.537Z] Removing intermediate container 99a974af76f7 [2021-04-08T00:50:08.537Z] ---> a0788aa0a0f5 [2021-04-08T00:50:08.537Z] Step 25/26 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:50:08.820Z] ---> Running in df12a3bbc96d [2021-04-08T00:50:09.439Z] Removing intermediate container df12a3bbc96d [2021-04-08T00:50:09.439Z] ---> aab6e470aca9 [2021-04-08T00:50:09.439Z] Step 26/26 : LABEL version=0.0.0 [2021-04-08T00:50:09.718Z] ---> Running in 6e00b70036f8 [2021-04-08T00:50:10.324Z] Removing intermediate container 6e00b70036f8 [2021-04-08T00:50:10.324Z] ---> fa52d02f9ac9 [2021-04-08T00:50:10.324Z] [2021-04-08T00:50:10.951Z] Successfully built fa52d02f9ac9 [2021-04-08T00:50:10.951Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-08T00:50:50.030Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-08T00:51:08.404Z] Removing intermediate container abd273452c1f [2021-04-08T00:51:08.404Z] ---> e58246e153d8 [2021-04-08T00:51:08.404Z] [2021-04-08T00:51:08.404Z] Step 10/24 : FROM alpine:3.12 [2021-04-08T00:51:08.404Z] ---> d75e27dfc0a0 [2021-04-08T00:51:08.404Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-08T00:51:08.404Z] ---> Running in 65ca38fce15c [2021-04-08T00:51:08.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:51:08.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:51:09.331Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-08T00:51:09.331Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T00:51:09.331Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-08T00:51:09.331Z] (4/6) Installing curl (7.69.1-r3) [2021-04-08T00:51:09.331Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-08T00:51:09.331Z] (6/6) Installing su-exec (0.2-r1) [2021-04-08T00:51:09.331Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:51:09.331Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T00:51:09.939Z] OK: 7 MiB in 20 packages [2021-04-08T00:51:11.979Z] Removing intermediate container e1b86b10da6e [2021-04-08T00:51:11.979Z] ---> ea650109150c [2021-04-08T00:51:11.979Z] [2021-04-08T00:51:11.979Z] Step 10/31 : FROM alpine:3.12 [2021-04-08T00:51:11.979Z] ---> d75e27dfc0a0 [2021-04-08T00:51:11.979Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-08T00:51:11.979Z] ---> Running in 70669711a36a [2021-04-08T00:51:13.518Z] Removing intermediate container 70669711a36a [2021-04-08T00:51:13.518Z] ---> 28efaa04e021 [2021-04-08T00:51:13.518Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-08T00:51:13.518Z] Removing intermediate container 65ca38fce15c [2021-04-08T00:51:13.518Z] ---> 8722f63da9ca [2021-04-08T00:51:13.518Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-08T00:51:13.518Z] ---> Running in 15138cc17973 [2021-04-08T00:51:13.518Z] ---> Running in aea0fe324753 [2021-04-08T00:51:14.572Z] Removing intermediate container 15138cc17973 [2021-04-08T00:51:14.572Z] ---> 82125bd940cd [2021-04-08T00:51:14.572Z] Step 13/24 : WORKDIR / [2021-04-08T00:51:14.863Z] ---> Running in 0a319be5baf7 [2021-04-08T00:51:15.937Z] Removing intermediate container 0a319be5baf7 [2021-04-08T00:51:15.937Z] ---> 89d34795b257 [2021-04-08T00:51:15.937Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-08T00:51:16.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:51:16.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:51:17.212Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-08T00:51:17.212Z] (2/2) Installing su-exec (0.2-r1) [2021-04-08T00:51:17.212Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:51:17.212Z] ---> 9fcdec81deb8 [2021-04-08T00:51:17.212Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-08T00:51:17.212Z] OK: 5 MiB in 16 packages [2021-04-08T00:51:18.670Z] ---> a7e6869522df [2021-04-08T00:51:18.670Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-08T00:51:19.288Z] Removing intermediate container aea0fe324753 [2021-04-08T00:51:19.288Z] ---> 91768b4f49d0 [2021-04-08T00:51:19.288Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-08T00:51:19.288Z] ---> Running in 4ba7b592f14f [2021-04-08T00:51:19.887Z] ---> c9baed3981ec [2021-04-08T00:51:19.887Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-08T00:51:20.163Z] Removing intermediate container 4ba7b592f14f [2021-04-08T00:51:20.163Z] ---> 365a333f502c [2021-04-08T00:51:20.163Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-08T00:51:20.767Z] ---> Running in 17c20ce78ea2 [2021-04-08T00:51:21.377Z] Removing intermediate container 17c20ce78ea2 [2021-04-08T00:51:21.377Z] ---> e0d5aa03624c [2021-04-08T00:51:21.377Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-08T00:51:21.989Z] ---> Running in e30446193d8c [2021-04-08T00:51:21.989Z] ---> 7e75ee83744f [2021-04-08T00:51:21.989Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-08T00:51:24.653Z] ---> 1cd2e7c4b6da [2021-04-08T00:51:24.653Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-08T00:51:25.270Z] ---> f9333e66654c [2021-04-08T00:51:25.270Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-08T00:51:25.549Z] Removing intermediate container e30446193d8c [2021-04-08T00:51:25.549Z] ---> 71a72ad87ea2 [2021-04-08T00:51:25.549Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-08T00:51:25.549Z] ---> Running in eba83a49745f [2021-04-08T00:51:25.822Z] ---> Running in 8c89c6cb4ca0 [2021-04-08T00:51:26.428Z] Removing intermediate container 8c89c6cb4ca0 [2021-04-08T00:51:26.428Z] ---> 27f6c4c0af4e [2021-04-08T00:51:26.428Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-08T00:51:27.882Z] ---> 28980c9ead8f [2021-04-08T00:51:27.882Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-08T00:51:28.167Z] ---> Running in d7cc7275cdfa [2021-04-08T00:51:29.168Z] Removing intermediate container eba83a49745f [2021-04-08T00:51:29.168Z] ---> cb3bd5f0ff3f [2021-04-08T00:51:29.168Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-08T00:51:29.450Z] ---> Running in 96f67f40fe01 [2021-04-08T00:51:30.450Z] Removing intermediate container 96f67f40fe01 [2021-04-08T00:51:30.450Z] ---> 63c0840d8748 [2021-04-08T00:51:30.450Z] Step 22/24 : LABEL arch=arm64 [2021-04-08T00:51:31.061Z] ---> Running in 4de3999f25b5 [2021-04-08T00:51:32.040Z] Removing intermediate container 4de3999f25b5 [2021-04-08T00:51:32.040Z] ---> 2fb2da719e1f [2021-04-08T00:51:32.040Z] Step 23/24 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:51:32.040Z] Removing intermediate container d7cc7275cdfa [2021-04-08T00:51:32.040Z] ---> c3e73b96135c [2021-04-08T00:51:32.040Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:51:32.316Z] ---> Running in ca4e5a4baaec [2021-04-08T00:51:32.913Z] Removing intermediate container ca4e5a4baaec [2021-04-08T00:51:32.913Z] ---> 0eee1975ec17 [2021-04-08T00:51:32.913Z] Step 24/24 : LABEL version=0.0.0 [2021-04-08T00:51:32.913Z] Removing intermediate container 175231d3b3a6 [2021-04-08T00:51:32.913Z] ---> a4f4b1f6b590 [2021-04-08T00:51:32.913Z] [2021-04-08T00:51:32.913Z] Step 10/22 : FROM alpine:3.12 [2021-04-08T00:51:32.914Z] ---> d75e27dfc0a0 [2021-04-08T00:51:32.914Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-08T00:51:32.914Z] ---> Using cache [2021-04-08T00:51:32.914Z] ---> bf3b86a07e64 [2021-04-08T00:51:32.914Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:51:32.914Z] ---> Using cache [2021-04-08T00:51:32.914Z] ---> ddc9898af776 [2021-04-08T00:51:32.914Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-08T00:51:33.513Z] ---> Running in 224007e14f53 [2021-04-08T00:51:33.513Z] ---> Running in ad0eafebe6ae [2021-04-08T00:51:33.513Z] ---> 976fa1873d33 [2021-04-08T00:51:33.513Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-08T00:51:34.493Z] Removing intermediate container 224007e14f53 [2021-04-08T00:51:34.493Z] ---> 98c603c023c5 [2021-04-08T00:51:34.493Z] [2021-04-08T00:51:34.493Z] Removing intermediate container ad0eafebe6ae [2021-04-08T00:51:34.493Z] ---> 80e7a609b7c1 [2021-04-08T00:51:34.493Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-08T00:51:34.767Z] ---> Running in 6b51e870d39e [2021-04-08T00:51:35.045Z] Removing intermediate container befc25f75bc2 [2021-04-08T00:51:35.045Z] ---> b7383380d7e7 [2021-04-08T00:51:35.045Z] [2021-04-08T00:51:35.045Z] Step 10/22 : FROM alpine:3.12 [2021-04-08T00:51:35.045Z] ---> d75e27dfc0a0 [2021-04-08T00:51:35.045Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-08T00:51:35.045Z] Successfully built 98c603c023c5 [2021-04-08T00:51:35.317Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-08T00:51:35.317Z]  Building docker-security-secretstore-setup-go ... done  ---> 5c886c2fad23 [2021-04-08T00:51:35.317Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-08T00:51:35.317Z] ---> Running in ab14ab796a20 [2021-04-08T00:51:35.317Z] Removing intermediate container 6b51e870d39e [2021-04-08T00:51:35.317Z] ---> 54e13cb6a6ff [2021-04-08T00:51:35.317Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:51:36.301Z] ---> 2e680bb64649 [2021-04-08T00:51:36.301Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-08T00:51:36.301Z] ---> 76a64cdcbee4 [2021-04-08T00:51:36.301Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-08T00:51:36.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:51:36.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:51:37.110Z] ---> 3963e073070b [2021-04-08T00:51:37.110Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-08T00:51:37.700Z] ---> c887018b024e [2021-04-08T00:51:37.700Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-08T00:51:37.700Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-08T00:51:37.700Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-08T00:51:37.700Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:51:37.700Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T00:51:37.969Z] ---> 0da4fd4bc542 [2021-04-08T00:51:37.969Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-08T00:51:37.969Z] OK: 6 MiB in 16 packages [2021-04-08T00:51:38.243Z] ---> Running in 20fda7639cfa [2021-04-08T00:51:38.513Z] ---> df86f3202450 [2021-04-08T00:51:38.513Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-08T00:51:38.792Z] ---> Running in d36cfe01b8f1 [2021-04-08T00:51:38.792Z] Removing intermediate container 20fda7639cfa [2021-04-08T00:51:38.792Z] ---> 2e9e538ad35e [2021-04-08T00:51:38.792Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-08T00:51:39.381Z] Removing intermediate container d36cfe01b8f1 [2021-04-08T00:51:39.381Z] ---> 1f0b389395f0 [2021-04-08T00:51:39.381Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:51:39.652Z] ---> Running in e3797e87d811 [2021-04-08T00:51:39.652Z] Removing intermediate container ab14ab796a20 [2021-04-08T00:51:39.652Z] ---> d00f61e4b542 [2021-04-08T00:51:39.652Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:51:39.652Z] ---> c5ec382eb136 [2021-04-08T00:51:39.652Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-08T00:51:39.925Z] ---> Running in 6abbe77af0c9 [2021-04-08T00:51:40.198Z] ---> Running in 51bf1b79cf28 [2021-04-08T00:51:40.198Z] Removing intermediate container e3797e87d811 [2021-04-08T00:51:40.198Z] ---> 01ba8639eb05 [2021-04-08T00:51:40.198Z] Step 20/22 : LABEL arch=arm64 [2021-04-08T00:51:40.475Z] ---> Running in e798e68d2ccb [2021-04-08T00:51:40.475Z] Removing intermediate container 6abbe77af0c9 [2021-04-08T00:51:40.475Z] ---> 9ded9f87b6ea [2021-04-08T00:51:40.475Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-08T00:51:40.475Z] ---> Running in c893e0ba9728 [2021-04-08T00:51:41.075Z] Removing intermediate container e798e68d2ccb [2021-04-08T00:51:41.075Z] ---> 91c905f39ff5 [2021-04-08T00:51:41.075Z] Step 21/22 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:51:41.075Z] Removing intermediate container c893e0ba9728 [2021-04-08T00:51:41.075Z] ---> 46516e85fd8b [2021-04-08T00:51:41.075Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-08T00:51:41.350Z] ---> Running in 8ed9a75e7013 [2021-04-08T00:51:41.350Z] ---> Running in 740bd2e09022 [2021-04-08T00:51:41.954Z] Removing intermediate container 740bd2e09022 [2021-04-08T00:51:41.954Z] Removing intermediate container 8ed9a75e7013 [2021-04-08T00:51:41.954Z] ---> 6f504ac219c8 [2021-04-08T00:51:41.954Z] ---> bd64df214f9b [2021-04-08T00:51:41.954Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt /Step 22/22 : LABEL version=0.0.0 [2021-04-08T00:51:41.954Z] [2021-04-08T00:51:42.229Z] ---> Running in b28f72cf969a [2021-04-08T00:51:42.833Z] Removing intermediate container b28f72cf969a [2021-04-08T00:51:42.833Z] ---> ac8bace86bf6 [2021-04-08T00:51:42.833Z] [2021-04-08T00:51:42.833Z] ---> 64c68d5e3605 [2021-04-08T00:51:42.833Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-08T00:51:42.833Z] Removing intermediate container 51bf1b79cf28 [2021-04-08T00:51:42.833Z] ---> fa3580b0bf66 [2021-04-08T00:51:42.833Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-08T00:51:43.106Z] Successfully built ac8bace86bf6 [2021-04-08T00:51:43.382Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-08T00:51:43.382Z]  Building docker-support-scheduler-go ... done  ---> Running in 3f1415e5cda2 [2021-04-08T00:51:44.365Z] Removing intermediate container 3f1415e5cda2 [2021-04-08T00:51:44.365Z] ---> 787000b7196f [2021-04-08T00:51:44.365Z] Step 28/31 : CMD ["gate"] [2021-04-08T00:51:44.365Z] ---> 285b4306a6ef [2021-04-08T00:51:44.365Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-08T00:51:44.638Z] ---> Running in 34ab6558acc5 [2021-04-08T00:51:45.237Z] Removing intermediate container 34ab6558acc5 [2021-04-08T00:51:45.238Z] ---> 6be2e80b8667 [2021-04-08T00:51:45.238Z] Step 29/31 : LABEL arch=arm64 [2021-04-08T00:51:45.238Z] ---> 2c0f4e8f09d5 [2021-04-08T00:51:45.238Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-08T00:51:45.511Z] ---> Running in 418b8f8b3370 [2021-04-08T00:51:45.511Z] ---> Running in 293ba75bd4e5 [2021-04-08T00:51:45.788Z] Removing intermediate container 418b8f8b3370 [2021-04-08T00:51:45.788Z] ---> 5a13725365ee [2021-04-08T00:51:45.788Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:51:46.061Z] ---> Running in acbbf9bd18b8 [2021-04-08T00:51:46.061Z] Removing intermediate container 293ba75bd4e5 [2021-04-08T00:51:46.061Z] ---> da28bef2d57d [2021-04-08T00:51:46.061Z] Step 30/31 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:51:46.652Z] ---> Running in 35c1dce89f8d [2021-04-08T00:51:46.652Z] Removing intermediate container acbbf9bd18b8 [2021-04-08T00:51:46.652Z] ---> 162f15d3eb41 [2021-04-08T00:51:46.652Z] Step 20/22 : LABEL arch=arm64 [2021-04-08T00:51:46.929Z] ---> Running in 6f462e9603d0 [2021-04-08T00:51:46.929Z] Removing intermediate container 35c1dce89f8d [2021-04-08T00:51:46.929Z] ---> 91a149afabfb [2021-04-08T00:51:46.929Z] Step 31/31 : LABEL version=0.0.0 [2021-04-08T00:51:47.531Z] ---> Running in b0c3118b3bd8 [2021-04-08T00:51:47.531Z] Removing intermediate container 6f462e9603d0 [2021-04-08T00:51:47.531Z] ---> 38ee69f99111 [2021-04-08T00:51:47.531Z] Step 21/22 : LABEL git_sha=c06bbc9a57fc45fab0088cbb920d274ff0759018 [2021-04-08T00:51:47.531Z] ---> Running in e96a0fc14c06 [2021-04-08T00:51:48.124Z] Removing intermediate container b0c3118b3bd8 [2021-04-08T00:51:48.124Z] ---> 60ea533099db [2021-04-08T00:51:48.124Z] [2021-04-08T00:51:48.124Z] Removing intermediate container e96a0fc14c06 [2021-04-08T00:51:48.124Z] ---> bcd0a249b3a6 [2021-04-08T00:51:48.124Z] Step 22/22 : LABEL version=0.0.0 [2021-04-08T00:51:48.397Z] Successfully built 60ea533099db [2021-04-08T00:51:48.397Z] ---> Running in a8c04e01bd0c [2021-04-08T00:51:48.397Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-08T00:51:48.991Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container a8c04e01bd0c [2021-04-08T00:51:48.991Z] ---> 0deefbd0125a [2021-04-08T00:51:48.991Z] [2021-04-08T00:51:49.263Z] Successfully built 0deefbd0125a [2021-04-08T00:51:49.263Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-08T00:51:49.548Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-04-08T00:51:49.572Z] $ docker stop --time=1 4eb86d7009da0553c61a6e92a7934becf665aaf840a9157cdf0998558ee95cb6 [2021-04-08T00:51:51.438Z] $ docker rm -f 4eb86d7009da0553c61a6e92a7934becf665aaf840a9157cdf0998558ee95cb6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T00:51:52.106Z] + + grep dockerdocker [2021-04-08T00:51:52.106Z] images [2021-04-08T00:51:52.377Z] docker-support-notifications-go-arm64 latest 0deefbd0125a 4 seconds ago 16.9MB [2021-04-08T00:51:52.377Z] docker-security-bootstrapper-go-arm64 latest 60ea533099db 5 seconds ago 17.9MB [2021-04-08T00:51:52.377Z] docker-support-scheduler-go-arm64 latest ac8bace86bf6 10 seconds ago 16.4MB [2021-04-08T00:51:52.377Z] docker-security-secretstore-setup-go-arm64 latest 98c603c023c5 19 seconds ago 24.4MB [2021-04-08T00:51:52.377Z] docker-sys-mgmt-agent-go-arm64 latest fa52d02f9ac9 About a minute ago 301MB [2021-04-08T00:51:52.377Z] docker-core-data-go-arm64 latest d1bcdbe6f683 2 minutes ago 21.4MB [2021-04-08T00:51:52.377Z] docker-core-metadata-go-arm64 latest 87ac870d57d4 3 minutes ago 17.9MB [2021-04-08T00:51:52.377Z] docker-core-command-go-arm64 latest 29679558232e 3 minutes ago 16.3MB [2021-04-08T00:51:52.377Z] docker-security-proxy-setup-go-arm64 latest 24eda1440f5c 3 minutes ago 24.1MB [2021-04-08T00:51:52.377Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:51:53.349Z] ---> job-cost.sh [2021-04-08T00:51:53.349Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ev1F [2021-04-08T00:52:40.273Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T00:54:17.107Z] lf-activate-venv(): INFO: Adding /tmp/venv-Ev1F/bin to PATH [2021-04-08T00:54:17.107Z] INFO: No Stack... [2021-04-08T00:54:17.107Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-08T00:54:17.107Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T00:54:17.449Z] + cat /w/workspace/edgex-go/8/archives/cost.csv [2021-04-08T00:54:17.449Z] + cut -d, -f6 [Pipeline] lock [2021-04-08T00:54:17.608Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3329-8-stack-cost] [2021-04-08T00:54:17.618Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3329-8-stack-cost] did not exist. Created. [2021-04-08T00:54:17.618Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3329-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T00:54:18.048Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-08T00:54:18.317Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T00:54:18.331Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3329-8-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-08T00:54:19.913Z] provisioning config files... [2021-04-08T00:54:19.926Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config8535274263974642385tmp [Pipeline] { [Pipeline] sh [2021-04-08T00:54:20.306Z] + set +x [2021-04-08T00:54:20.306Z] + curl -s https://codecov.io/bash [2021-04-08T00:54:20.306Z] + bash -s -- [2021-04-08T00:54:20.569Z] [2021-04-08T00:54:20.569Z] _____ _ [2021-04-08T00:54:20.569Z] / ____| | | [2021-04-08T00:54:20.569Z] | | ___ __| | ___ ___ _____ __ [2021-04-08T00:54:20.569Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-08T00:54:20.569Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-08T00:54:20.569Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-08T00:54:20.569Z] Bash-20210309-2b87ace [2021-04-08T00:54:20.569Z] [2021-04-08T00:54:20.569Z] [2021-04-08T00:54:20.831Z] ==> git version 2.24.3 found [2021-04-08T00:54:20.831Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-08T00:54:20.831Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-08T00:54:20.831Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-08T00:54:20.831Z] ==> Jenkins CI detected. [2021-04-08T00:54:20.831Z] project root: . [2021-04-08T00:54:20.831Z] --> token set from env [2021-04-08T00:54:20.831Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-08T00:54:20.831Z] ==> Running gcov in . (disable via -X gcov) [2021-04-08T00:54:20.831Z] ==> Python coveragepy not found [2021-04-08T00:54:20.831Z] ==> Searching for coverage reports in: [2021-04-08T00:54:20.831Z] + . [2021-04-08T00:54:20.831Z] -> Found 1 reports [2021-04-08T00:54:20.831Z] ==> Detecting git/mercurial file structure [2021-04-08T00:54:20.831Z] ==> Reading reports [2021-04-08T00:54:21.093Z] + ./coverage.out bytes=697383 [2021-04-08T00:54:21.093Z] ==> Appending adjustments [2021-04-08T00:54:21.093Z] https://docs.codecov.io/docs/fixing-reports [2021-04-08T00:54:24.402Z] + Found adjustments [2021-04-08T00:54:24.402Z] ==> Gzipping contents [2021-04-08T00:54:24.402Z] 100K /tmp/codecov.bA4TAZ.gz [2021-04-08T00:54:24.402Z] ==> Uploading reports [2021-04-08T00:54:24.402Z] url: https://codecov.io [2021-04-08T00:54:24.402Z] query: branch=PR-3329&commit=c06bbc9a57fc45fab0088cbb920d274ff0759018&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3329%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3329&job=&cmd_args= [2021-04-08T00:54:24.402Z] -> Pinging Codecov [2021-04-08T00:54:24.402Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3329&commit=c06bbc9a57fc45fab0088cbb920d274ff0759018&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3329%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3329&job=&cmd_args= [2021-04-08T00:54:24.980Z] -> Uploading to [2021-04-08T00:54:24.980Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-08/00271124DB129430A58F1EEE437C3FCB/c06bbc9a57fc45fab0088cbb920d274ff0759018/0b5c3fc6-cdf5-4cd4-972d-ea0531237914.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T005424Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f10da98de5c0ce01a4a3e2e0b9c9e3f9b6a6c15a3f9c45e4a74c40a17e10d0bb [2021-04-08T00:54:24.980Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T00:54:24.980Z] Dload Upload Total Spent Left Speed [2021-04-08T00:54:25.243Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99555 0 0 100 99555 0 185k --:--:-- --:--:-- --:--:-- 186k [2021-04-08T00:54:25.243Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c06bbc9a57fc45fab0088cbb920d274ff0759018 [Pipeline] } [2021-04-08T00:54:25.257Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:27.185Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:28.067Z] ---> package-listing.sh [2021-04-08T00:54:28.067Z] ++ facter osfamily [2021-04-08T00:54:28.067Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-08T00:54:28.067Z] + OS_FAMILY=redhat [2021-04-08T00:54:28.067Z] + workspace=/w/workspace/edgex-go/8 [2021-04-08T00:54:28.067Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-08T00:54:28.067Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-08T00:54:28.067Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-08T00:54:28.067Z] + PACKAGES=/tmp/packages_start.txt [2021-04-08T00:54:28.067Z] + '[' /w/workspace/edgex-go/8 ']' [2021-04-08T00:54:28.067Z] + PACKAGES=/tmp/packages_end.txt [2021-04-08T00:54:28.067Z] + case "${OS_FAMILY}" in [2021-04-08T00:54:28.067Z] + rpm -qa [2021-04-08T00:54:28.067Z] + sort [2021-04-08T00:54:33.376Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-08T00:54:33.376Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-08T00:54:33.376Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-08T00:54:33.376Z] + '[' /w/workspace/edgex-go/8 ']' [2021-04-08T00:54:33.376Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-04-08T00:54:33.376Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-04-08T00:54:33.391Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-08T00:54:33.685Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:54:33.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T00:54:33.999Z] [2021-04-08T00:54:33.999Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:54:34.373Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T00:54:34.373Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-08T00:54:34.373Z] df20fa9351a1: Pulling fs layer [2021-04-08T00:54:34.373Z] 36b3adc4ff6f: Pulling fs layer [2021-04-08T00:54:34.373Z] 8ad3a11d3b57: Pulling fs layer [2021-04-08T00:54:34.373Z] 46f8f816bc3b: Pulling fs layer [2021-04-08T00:54:34.373Z] 93b61091891f: Pulling fs layer [2021-04-08T00:54:34.373Z] 93b9cdb0e59b: Pulling fs layer [2021-04-08T00:54:34.373Z] 5e14af77c1be: Pulling fs layer [2021-04-08T00:54:34.373Z] 01666e4c0597: Pulling fs layer [2021-04-08T00:54:34.373Z] aa168da1d23b: Pulling fs layer [2021-04-08T00:54:34.373Z] 46f8f816bc3b: Waiting [2021-04-08T00:54:34.373Z] 93b61091891f: Waiting [2021-04-08T00:54:34.373Z] 93b9cdb0e59b: Waiting [2021-04-08T00:54:34.373Z] 5e14af77c1be: Waiting [2021-04-08T00:54:34.373Z] 01666e4c0597: Waiting [2021-04-08T00:54:34.373Z] aa168da1d23b: Waiting [2021-04-08T00:54:34.373Z] 36b3adc4ff6f: Verifying Checksum [2021-04-08T00:54:34.373Z] 36b3adc4ff6f: Download complete [2021-04-08T00:54:34.640Z] 46f8f816bc3b: Verifying Checksum [2021-04-08T00:54:34.640Z] 46f8f816bc3b: Download complete [2021-04-08T00:54:34.640Z] df20fa9351a1: Verifying Checksum [2021-04-08T00:54:34.640Z] df20fa9351a1: Download complete [2021-04-08T00:54:34.640Z] 93b9cdb0e59b: Verifying Checksum [2021-04-08T00:54:34.640Z] 93b9cdb0e59b: Download complete [2021-04-08T00:54:34.640Z] 93b61091891f: Download complete [2021-04-08T00:54:34.640Z] 5e14af77c1be: Verifying Checksum [2021-04-08T00:54:34.640Z] 5e14af77c1be: Download complete [2021-04-08T00:54:34.640Z] 01666e4c0597: Verifying Checksum [2021-04-08T00:54:34.640Z] 01666e4c0597: Download complete [2021-04-08T00:54:34.905Z] 8ad3a11d3b57: Verifying Checksum [2021-04-08T00:54:34.905Z] 8ad3a11d3b57: Download complete [2021-04-08T00:54:34.905Z] df20fa9351a1: Pull complete [2021-04-08T00:54:35.168Z] 36b3adc4ff6f: Pull complete [2021-04-08T00:54:36.114Z] 8ad3a11d3b57: Pull complete [2021-04-08T00:54:36.114Z] 46f8f816bc3b: Pull complete [2021-04-08T00:54:36.695Z] 93b61091891f: Pull complete [2021-04-08T00:54:36.695Z] 93b9cdb0e59b: Pull complete [2021-04-08T00:54:36.960Z] 5e14af77c1be: Pull complete [2021-04-08T00:54:36.960Z] 01666e4c0597: Pull complete [2021-04-08T00:54:38.882Z] aa168da1d23b: Verifying Checksum [2021-04-08T00:54:38.882Z] aa168da1d23b: Download complete [2021-04-08T00:54:47.046Z] aa168da1d23b: Pull complete [2021-04-08T00:54:47.046Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-08T00:54:47.046Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T00:54:47.046Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-08T00:54:47.250Z] prd-centos7-docker-4c-2g-33230 does not seem to be running inside a container [2021-04-08T00:54:47.302Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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:10003/edgex-lftools-log-publisher:alpine cat [2021-04-08T00:54:52.498Z] $ docker top c5718c43e81798fc24060e537506f5e95f77d332486db36c37a88ff7b0a03bdd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T00:54:53.036Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-08T00:54:53.337Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-08T00:54:53.638Z] + ls /var/log/sa-host [2021-04-08T00:54:53.638Z] + sadf -c /var/log/sa-host/sa08 [2021-04-08T00:54:53.638Z] file_magic: OK [2021-04-08T00:54:53.638Z] HZ: Using current value: 100 [2021-04-08T00:54:53.638Z] file_header: OK [2021-04-08T00:54:53.638Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-08T00:54:53.638Z] Statistics: [2021-04-08T00:54:53.638Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-08T00:54:53.638Z] File successfully converted to sysstat format version 12.2.1 [2021-04-08T00:54:53.638Z] + sadf -c /var/log/sa-host/sa23 [2021-04-08T00:54:53.638Z] file_magic: OK [2021-04-08T00:54:53.638Z] HZ: Using current value: 100 [2021-04-08T00:54:53.638Z] file_header: OK [2021-04-08T00:54:53.638Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-08T00:54:53.638Z] Statistics: [2021-04-08T00:54:53.638Z] Hnuu...uuuununununu... [2021-04-08T00:54:53.638Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-08T00:54:53.879Z] provisioning config files... [2021-04-08T00:54:53.898Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config6027601650023009306tmp [Pipeline] { [Pipeline] echo [2021-04-08T00:54:54.040Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:54.345Z] ---> create-netrc.sh [Pipeline] } [2021-04-08T00:54:54.354Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-08T00:54:54.446Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:54.751Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-08T00:54:54.764Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:55.068Z] ---> sudo-logs.sh [2021-04-08T00:54:55.068Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-08T00:54:55.133Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:55.430Z] ---> job-cost.sh [2021-04-08T00:54:55.430Z] lf-activate-venv: SKIPPING [2021-04-08T00:54:55.430Z] DEBUG: total: 0.20999999344348907 [2021-04-08T00:54:55.430Z] INFO: Retrieving Stack Cost... [2021-04-08T00:54:56.376Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T00:54:56.637Z] INFO: Archiving Costs [Pipeline] echo [2021-04-08T00:54:56.651Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:56.947Z] ---> logs-deploy.sh [2021-04-08T00:54:56.947Z] lf-activate-venv: SKIPPING [2021-04-08T00:54:56.947Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3329/8 [2021-04-08T00:54:56.947Z] INFO: archiving workspace using pattern(s): [2021-04-08T00:54:58.335Z] Archives upload complete. [2021-04-08T00:54:58.598Z] INFO: archiving logs to Nexus [2021-04-08T00:54:59.547Z] ---> uname -a: [2021-04-08T00:54:59.547Z] Linux prd-centos7-docker-4c-2g-33230.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] ---> lscpu: [2021-04-08T00:54:59.547Z] Architecture: x86_64 [2021-04-08T00:54:59.547Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-08T00:54:59.547Z] Byte Order: Little Endian [2021-04-08T00:54:59.547Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-08T00:54:59.547Z] CPU(s): 4 [2021-04-08T00:54:59.547Z] On-line CPU(s) list: 0-3 [2021-04-08T00:54:59.547Z] Thread(s) per core: 1 [2021-04-08T00:54:59.547Z] Core(s) per socket: 1 [2021-04-08T00:54:59.547Z] Socket(s): 4 [2021-04-08T00:54:59.547Z] NUMA node(s): 1 [2021-04-08T00:54:59.547Z] Vendor ID: GenuineIntel [2021-04-08T00:54:59.547Z] CPU family: 6 [2021-04-08T00:54:59.547Z] Model: 44 [2021-04-08T00:54:59.547Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-08T00:54:59.547Z] Stepping: 1 [2021-04-08T00:54:59.547Z] CPU MHz: 2933.442 [2021-04-08T00:54:59.547Z] BogoMIPS: 5866.88 [2021-04-08T00:54:59.547Z] Virtualization: VT-x [2021-04-08T00:54:59.547Z] Hypervisor vendor: KVM [2021-04-08T00:54:59.547Z] Virtualization type: full [2021-04-08T00:54:59.547Z] L1d cache: 128 KiB [2021-04-08T00:54:59.547Z] L1i cache: 128 KiB [2021-04-08T00:54:59.547Z] L2 cache: 16 MiB [2021-04-08T00:54:59.547Z] L3 cache: 64 MiB [2021-04-08T00:54:59.547Z] NUMA node0 CPU(s): 0-3 [2021-04-08T00:54:59.547Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-08T00:54:59.547Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-08T00:54:59.547Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-08T00:54:59.547Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-08T00:54:59.547Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-08T00:54:59.547Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-08T00:54:59.547Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-08T00:54:59.547Z] Vulnerability Srbds: Not affected [2021-04-08T00:54:59.547Z] Vulnerability Tsx async abort: Not affected [2021-04-08T00:54:59.547Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] ---> nproc: [2021-04-08T00:54:59.547Z] 4 [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] ---> df -h: [2021-04-08T00:54:59.547Z] Filesystem Size Used Available Use% Mounted on [2021-04-08T00:54:59.547Z] overlay 50.0G 11.4G 38.6G 23% / [2021-04-08T00:54:59.547Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-08T00:54:59.547Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-08T00:54:59.547Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-08T00:54:59.547Z] /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os [2021-04-08T00:54:59.547Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf [2021-04-08T00:54:59.547Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname [2021-04-08T00:54:59.547Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts [2021-04-08T00:54:59.547Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log [2021-04-08T00:54:59.547Z] /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json [2021-04-08T00:54:59.547Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host [2021-04-08T00:54:59.547Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure [2021-04-08T00:54:59.547Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/8 [2021-04-08T00:54:59.547Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/8@tmp [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] ---> free -m: [2021-04-08T00:54:59.547Z] total used free shared buff/cache available [2021-04-08T00:54:59.547Z] Mem: 1837 704 150 0 983 1049 [2021-04-08T00:54:59.547Z] Swap: 1023 68 955 [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] ---> ip addr: [2021-04-08T00:54:59.547Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-08T00:54:59.547Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-08T00:54:59.547Z] inet 127.0.0.1/8 scope host lo [2021-04-08T00:54:59.547Z] valid_lft forever preferred_lft forever [2021-04-08T00:54:59.547Z] inet6 ::1/128 scope host [2021-04-08T00:54:59.547Z] valid_lft forever preferred_lft forever [2021-04-08T00:54:59.547Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-08T00:54:59.547Z] link/ether fa:16:3e:f5:a3:e5 brd ff:ff:ff:ff:ff:ff [2021-04-08T00:54:59.547Z] inet 10.30.122.110/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-08T00:54:59.547Z] valid_lft 84903sec preferred_lft 84903sec [2021-04-08T00:54:59.547Z] inet6 fe80::f816:3eff:fef5:a3e5/64 scope link [2021-04-08T00:54:59.547Z] valid_lft forever preferred_lft forever [2021-04-08T00:54:59.547Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-08T00:54:59.547Z] link/ether 02:42:10:e7:3a:c1 brd ff:ff:ff:ff:ff:ff [2021-04-08T00:54:59.547Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-08T00:54:59.547Z] valid_lft forever preferred_lft forever [2021-04-08T00:54:59.547Z] inet6 fe80::42:10ff:fee7:3ac1/64 scope link [2021-04-08T00:54:59.547Z] valid_lft forever preferred_lft forever [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] ---> sar -b -r -n DEV: [2021-04-08T00:54:59.547Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] 00:29:50 LINUX RESTART (4 CPU) [2021-04-08T00:54:59.547Z] [2021-04-08T00:54:59.547Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-08T00:54:59.548Z] 00:32:01 230.22 85.89 144.33 0.00 6209.58 50342.02 0.00 [2021-04-08T00:54:59.548Z] 00:33:02 246.16 100.58 145.58 0.00 3573.26 18557.50 0.00 [2021-04-08T00:54:59.548Z] 00:34:01 116.31 43.81 72.50 0.00 1643.44 9498.39 0.00 [2021-04-08T00:54:59.548Z] 00:35:01 125.57 36.58 88.99 0.00 2451.90 23900.96 0.00 [2021-04-08T00:54:59.548Z] 00:36:04 1850.67 1552.79 297.88 0.00 131848.37 187419.05 0.00 [2021-04-08T00:54:59.548Z] 00:37:01 1938.65 1697.71 240.94 0.00 106510.24 119651.51 0.00 [2021-04-08T00:54:59.548Z] 00:38:01 1045.56 713.66 331.90 0.00 68671.41 115419.96 0.00 [2021-04-08T00:54:59.548Z] 00:39:02 1387.53 1069.09 318.44 0.00 70079.07 88011.91 0.00 [2021-04-08T00:54:59.548Z] 00:40:01 137.25 18.53 118.72 0.00 3255.64 18189.14 0.00 [2021-04-08T00:54:59.548Z] 00:41:01 1.93 0.53 1.40 0.00 24.50 22.77 0.00 [2021-04-08T00:54:59.548Z] 00:42:01 0.97 0.72 0.25 0.00 10.79 2.73 0.00 [2021-04-08T00:54:59.548Z] 00:43:01 0.23 0.03 0.20 0.00 0.27 1.92 0.00 [2021-04-08T00:54:59.548Z] 00:44:01 0.42 0.15 0.27 0.00 1.60 3.68 0.00 [2021-04-08T00:54:59.548Z] 00:45:01 2.06 1.80 0.27 0.00 63.95 3.63 0.00 [2021-04-08T00:54:59.548Z] 00:46:01 0.90 0.07 0.83 0.00 1.73 15.42 0.00 [2021-04-08T00:54:59.548Z] 00:47:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 [2021-04-08T00:54:59.548Z] 00:48:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 [2021-04-08T00:54:59.548Z] 00:49:01 0.22 0.00 0.22 0.00 0.00 2.33 0.00 [2021-04-08T00:54:59.548Z] 00:50:01 0.22 0.00 0.22 0.00 0.00 1.67 0.00 [2021-04-08T00:54:59.548Z] 00:51:01 0.53 0.25 0.28 0.00 116.72 3.58 0.00 [2021-04-08T00:54:59.548Z] 00:52:01 0.28 0.00 0.28 0.00 0.00 2.80 0.00 [2021-04-08T00:54:59.548Z] 00:53:01 0.30 0.00 0.30 0.00 0.00 3.26 0.00 [2021-04-08T00:54:59.548Z] 00:54:01 0.23 0.00 0.23 0.00 0.00 2.60 0.00 [2021-04-08T00:54:59.548Z] Average: 308.80 231.87 76.93 0.00 17259.40 27646.01 0.00 [2021-04-08T00:54:59.548Z] [2021-04-08T00:54:59.548Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-08T00:54:59.548Z] 00:32:01 70836 0 717940 38.16 1628 1091140 1521580 51.93 581524 962860 73976 [2021-04-08T00:54:59.548Z] 00:33:02 188316 0 767908 40.81 760 924560 1627080 55.53 668092 741984 94088 [2021-04-08T00:54:59.548Z] 00:34:01 244560 0 748828 39.80 648 887508 1624380 55.44 592048 751068 50148 [2021-04-08T00:54:59.548Z] 00:35:01 191876 0 731024 38.85 536 958108 1290868 44.06 559036 838856 36 [2021-04-08T00:54:59.548Z] 00:36:04 64816 0 833664 44.31 0 983064 2322852 79.28 768808 825052 87700 [2021-04-08T00:54:59.548Z] 00:37:01 298500 0 1208616 64.24 0 374428 4254456 145.20 702588 600976 26552 [2021-04-08T00:54:59.548Z] 00:38:01 536948 0 665424 35.37 0 679172 1358020 46.35 545568 568648 12 [2021-04-08T00:54:59.548Z] 00:39:02 337684 0 664032 35.29 0 879828 1426536 48.69 571860 732240 1252 [2021-04-08T00:54:59.548Z] 00:40:01 133980 0 623552 33.14 0 1124012 1208156 41.23 508652 989972 28 [2021-04-08T00:54:59.548Z] 00:41:01 134768 0 622028 33.06 0 1124748 1193752 40.74 507544 990336 12 [2021-04-08T00:54:59.548Z] 00:42:01 135872 0 620804 32.99 0 1124868 1181416 40.32 506436 990492 12 [2021-04-08T00:54:59.548Z] 00:43:01 135564 0 621104 33.01 0 1124876 1181536 40.32 507148 990496 16 [2021-04-08T00:54:59.548Z] 00:44:01 135644 0 621020 33.01 0 1124880 1177540 40.19 507812 989612 16 [2021-04-08T00:54:59.548Z] 00:45:01 135384 0 620036 32.95 0 1126124 1176284 40.14 506764 990556 20 [2021-04-08T00:54:59.548Z] 00:46:01 134772 0 620648 32.99 0 1126124 1176416 40.15 507484 990532 8 [2021-04-08T00:54:59.548Z] 00:47:01 135156 0 620240 32.96 0 1126148 1176284 40.14 506768 990548 8 [2021-04-08T00:54:59.548Z] 00:48:01 135420 0 619976 32.95 0 1126148 1176284 40.14 506664 990548 8 [2021-04-08T00:54:59.548Z] 00:49:01 135372 0 620012 32.95 0 1126160 1176284 40.14 506776 990548 8 [2021-04-08T00:54:59.548Z] 00:50:01 135404 0 619972 32.95 0 1126168 1176284 40.14 506656 990548 8 [2021-04-08T00:54:59.548Z] 00:51:01 128672 0 623256 33.12 0 1129616 1176392 40.15 512836 991188 8 [2021-04-08T00:54:59.548Z] 00:52:01 129096 0 622788 33.10 0 1129660 1176296 40.15 512400 991220 8 [2021-04-08T00:54:59.548Z] 00:53:01 128668 0 623204 33.12 0 1129672 1176296 40.15 512412 991220 8 [2021-04-08T00:54:59.548Z] 00:54:01 129104 0 622764 33.10 0 1129676 1176296 40.15 512388 991220 8 [2021-04-08T00:54:59.548Z] Average: 171148 0 680819 36.18 155 1029421 1440491 49.16 548620 907857 14519 [2021-04-08T00:54:59.548Z] [2021-04-08T00:54:59.548Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-08T00:54:59.548Z] 00:32:01 eth0 981.42 1024.90 5602.02 100.88 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:32:01 veth7387784 94.78 105.17 8.50 370.31 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:32:01 docker0 746.86 652.58 58.14 2755.85 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:33:02 vethd4e318e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:33:02 eth0 54.67 36.30 130.80 29.91 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:33:02 docker0 11.71 16.94 0.79 100.31 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:34:01 vethd4e318e 2.38 2.38 0.19 0.20 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:34:01 eth0 26.29 13.70 18.98 10.18 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:34:01 docker0 2.38 2.38 0.16 0.20 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:35:01 eth0 206.45 167.32 1695.93 75.78 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:36:04 vethe1d3890 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:36:04 eth0 63.98 48.65 166.61 32.41 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:36:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:36:04 docker0 21.52 25.09 1.34 139.63 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:37:01 vethe1d3890 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:37:01 veth11ca0ab 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:37:01 eth0 7.83 4.05 6.27 3.41 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:37:01 vethe562828 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:38:01 vethe1d3890 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:38:01 eth0 90.26 57.95 244.69 60.20 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:38:01 docker0 1008.58 884.56 81.28 3822.06 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:39:02 vethe1d3890 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:39:02 eth0 60.80 34.28 138.01 79.84 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:39:02 docker0 7.68 16.02 0.42 106.12 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:40:01 eth0 182.28 138.62 1671.96 21.91 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:40:01 docker0 27.99 46.56 1.80 407.76 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:41:01 eth0 0.33 0.27 0.14 0.09 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:42:01 eth0 0.52 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:43:01 eth0 2.45 0.93 0.94 0.57 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:44:01 eth0 10.76 12.51 1.45 37.37 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:45:01 eth0 0.22 0.10 0.02 0.22 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:46:01 eth0 4.35 4.40 0.41 7.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:47:01 eth0 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:48:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:50:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:51:01 eth0 0.52 0.40 0.16 2.16 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:52:01 eth0 0.12 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:53:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:54:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] Average: eth0 73.76 67.28 420.70 20.17 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] Average: docker0 36.18 34.30 2.76 160.15 0.00 0.00 0.00 0.00 [2021-04-08T00:54:59.548Z] [2021-04-08T00:54:59.548Z] [2021-04-08T00:54:59.548Z] ---> sar -P ALL: [2021-04-08T00:54:59.548Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) [2021-04-08T00:54:59.548Z] [2021-04-08T00:54:59.548Z] 00:29:50 LINUX RESTART (4 CPU) [2021-04-08T00:54:59.548Z] [2021-04-08T00:54:59.548Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-04-08T00:54:59.548Z] 00:32:01 all 15.63 0.00 8.77 3.53 0.08 71.99 [2021-04-08T00:54:59.548Z] 00:32:01 0 12.66 0.00 9.54 3.74 0.10 73.96 [2021-04-08T00:54:59.548Z] 00:32:01 1 14.51 0.00 8.10 4.49 0.09 72.81 [2021-04-08T00:54:59.548Z] 00:32:01 2 18.93 0.00 8.61 2.33 0.09 70.05 [2021-04-08T00:54:59.548Z] 00:32:01 3 16.42 0.00 8.82 3.56 0.05 71.14 [2021-04-08T00:54:59.548Z] 00:33:02 all 40.11 0.00 12.44 5.45 0.10 41.90 [2021-04-08T00:54:59.548Z] 00:33:02 0 38.79 0.00 12.81 4.86 0.12 43.42 [2021-04-08T00:54:59.548Z] 00:33:02 1 38.78 0.00 12.39 6.24 0.09 42.51 [2021-04-08T00:54:59.548Z] 00:33:02 2 42.17 0.00 12.47 5.41 0.07 39.88 [2021-04-08T00:54:59.548Z] 00:33:02 3 40.70 0.00 12.10 5.29 0.12 41.79 [2021-04-08T00:54:59.548Z] 00:34:01 all 49.58 0.00 13.51 3.50 0.08 33.32 [2021-04-08T00:54:59.548Z] 00:34:01 0 48.65 0.00 14.45 1.69 0.11 35.11 [2021-04-08T00:54:59.548Z] 00:34:01 1 48.58 0.00 13.58 4.34 0.09 33.40 [2021-04-08T00:54:59.548Z] 00:34:01 2 51.04 0.00 12.67 4.31 0.07 31.91 [2021-04-08T00:54:59.548Z] 00:34:01 3 50.02 0.00 13.35 3.68 0.07 32.89 [2021-04-08T00:54:59.548Z] 00:35:01 all 29.76 0.00 10.98 3.49 0.12 55.65 [2021-04-08T00:54:59.548Z] 00:35:01 0 29.74 0.00 11.09 4.42 0.14 54.61 [2021-04-08T00:54:59.548Z] 00:35:01 1 30.06 0.00 11.09 1.83 0.10 56.92 [2021-04-08T00:54:59.548Z] 00:35:01 2 30.37 0.00 11.36 4.28 0.12 53.87 [2021-04-08T00:54:59.548Z] 00:35:01 3 28.87 0.00 10.36 3.45 0.10 57.21 [2021-04-08T00:54:59.548Z] 00:36:04 all 20.81 0.00 27.89 15.85 0.26 35.19 [2021-04-08T00:54:59.548Z] 00:36:04 0 20.97 0.00 27.40 16.77 0.22 34.64 [2021-04-08T00:54:59.548Z] 00:36:04 1 21.31 0.00 28.48 16.39 0.29 33.54 [2021-04-08T00:54:59.549Z] 00:36:04 2 20.74 0.00 28.02 15.52 0.27 35.45 [2021-04-08T00:54:59.549Z] 00:36:04 3 20.21 0.00 27.67 14.73 0.25 37.14 [2021-04-08T00:54:59.549Z] 00:37:01 all 51.21 0.00 21.73 14.65 0.17 12.25 [2021-04-08T00:54:59.549Z] 00:37:01 0 53.28 0.00 20.97 15.81 0.11 9.83 [2021-04-08T00:54:59.549Z] 00:37:01 1 49.96 0.00 22.79 14.06 0.19 13.01 [2021-04-08T00:54:59.549Z] 00:37:01 2 52.64 0.00 21.42 15.68 0.24 10.02 [2021-04-08T00:54:59.549Z] 00:37:01 3 48.92 0.00 21.76 13.01 0.15 16.16 [2021-04-08T00:54:59.549Z] 00:38:01 all 30.83 0.00 21.52 20.46 0.18 27.00 [2021-04-08T00:54:59.549Z] 00:38:01 0 31.41 0.00 20.35 21.46 0.21 26.56 [2021-04-08T00:54:59.549Z] 00:38:01 1 30.42 0.00 21.78 19.78 0.16 27.85 [2021-04-08T00:54:59.549Z] 00:38:01 2 30.73 0.00 23.16 22.51 0.21 23.38 [2021-04-08T00:54:59.549Z] 00:38:01 3 30.77 0.00 20.77 18.09 0.16 30.21 [2021-04-08T00:54:59.549Z] 00:39:02 all 50.71 0.00 22.99 18.40 0.10 7.80 [2021-04-08T00:54:59.549Z] 00:39:02 0 51.05 0.00 23.01 19.40 0.11 6.44 [2021-04-08T00:54:59.549Z] 00:39:02 1 50.61 0.00 22.65 19.67 0.12 6.95 [2021-04-08T00:54:59.549Z] 00:39:02 2 51.49 0.00 22.30 18.31 0.09 7.81 [2021-04-08T00:54:59.549Z] 00:39:02 3 49.71 0.00 24.00 16.22 0.07 10.01 [2021-04-08T00:54:59.549Z] 00:40:01 all 7.91 0.00 5.41 4.86 0.03 81.79 [2021-04-08T00:54:59.549Z] 00:40:01 0 10.33 0.00 5.68 5.13 0.03 78.82 [2021-04-08T00:54:59.549Z] 00:40:01 1 5.78 0.00 4.76 7.23 0.02 82.22 [2021-04-08T00:54:59.549Z] 00:40:01 2 9.88 0.00 6.65 3.46 0.05 79.96 [2021-04-08T00:54:59.549Z] 00:40:01 3 5.66 0.00 4.55 3.62 0.03 86.14 [2021-04-08T00:54:59.549Z] 00:41:01 all 0.16 0.00 0.04 0.01 0.00 99.79 [2021-04-08T00:54:59.549Z] 00:41:01 0 0.52 0.00 0.03 0.02 0.00 99.43 [2021-04-08T00:54:59.549Z] 00:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:41:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-08T00:54:59.549Z] 00:41:01 3 0.03 0.00 0.05 0.02 0.00 99.90 [2021-04-08T00:54:59.549Z] 00:42:01 all 0.16 0.00 0.04 0.03 0.01 99.76 [2021-04-08T00:54:59.549Z] 00:42:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-08T00:54:59.549Z] 00:42:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-08T00:54:59.549Z] 00:42:01 2 0.07 0.00 0.07 0.02 0.00 99.85 [2021-04-08T00:54:59.549Z] 00:42:01 3 0.03 0.00 0.03 0.08 0.02 99.83 [2021-04-08T00:54:59.549Z] [2021-04-08T00:54:59.549Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2021-04-08T00:54:59.549Z] 00:43:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-04-08T00:54:59.549Z] 00:43:01 0 0.53 0.00 0.03 0.02 0.00 99.42 [2021-04-08T00:54:59.549Z] 00:43:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-08T00:54:59.549Z] 00:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-08T00:54:59.549Z] 00:43:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:44:01 all 0.18 0.00 0.11 0.00 0.00 99.70 [2021-04-08T00:54:59.549Z] 00:44:01 0 0.15 0.00 0.10 0.00 0.00 99.75 [2021-04-08T00:54:59.549Z] 00:44:01 1 0.17 0.00 0.12 0.00 0.00 99.72 [2021-04-08T00:54:59.549Z] 00:44:01 2 0.20 0.00 0.12 0.00 0.00 99.68 [2021-04-08T00:54:59.549Z] 00:44:01 3 0.20 0.00 0.12 0.02 0.00 99.67 [2021-04-08T00:54:59.549Z] 00:45:01 all 0.02 0.00 0.06 0.02 0.00 99.90 [2021-04-08T00:54:59.549Z] 00:45:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-04-08T00:54:59.549Z] 00:45:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-08T00:54:59.549Z] 00:45:01 2 0.02 0.00 0.12 0.08 0.00 99.78 [2021-04-08T00:54:59.549Z] 00:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-08T00:54:59.549Z] 00:46:01 all 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-08T00:54:59.549Z] 00:46:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-08T00:54:59.549Z] 00:46:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-08T00:54:59.549Z] 00:46:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2021-04-08T00:54:59.549Z] 00:46:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-08T00:54:59.549Z] 00:47:01 all 0.02 0.00 0.04 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:47:01 1 0.02 0.00 0.07 0.00 0.00 99.92 [2021-04-08T00:54:59.549Z] 00:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-08T00:54:59.549Z] 00:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-08T00:54:59.549Z] 00:48:01 all 0.03 0.00 0.02 0.00 0.00 99.96 [2021-04-08T00:54:59.549Z] 00:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-08T00:54:59.549Z] 00:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-08T00:54:59.549Z] 00:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-08T00:54:59.549Z] 00:49:01 all 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-08T00:54:59.549Z] 00:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-08T00:54:59.549Z] 00:50:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-08T00:54:59.549Z] 00:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-08T00:54:59.549Z] 00:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:51:01 all 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-08T00:54:59.549Z] 00:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:51:01 1 0.12 0.00 0.12 0.02 0.00 99.75 [2021-04-08T00:54:59.549Z] 00:51:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-08T00:54:59.549Z] 00:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-08T00:54:59.549Z] 00:52:01 all 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-08T00:54:59.549Z] 00:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-08T00:54:59.549Z] 00:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:52:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-08T00:54:59.549Z] 00:53:01 all 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-08T00:54:59.549Z] 00:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-08T00:54:59.549Z] 00:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-08T00:54:59.549Z] 00:53:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-08T00:54:59.549Z] 00:53:01 3 0.12 0.00 0.05 0.00 0.00 99.83 [2021-04-08T00:54:59.549Z] [2021-04-08T00:54:59.549Z] 00:53:01 CPU %user %nice %system %iowait %steal %idle [2021-04-08T00:54:59.549Z] 00:54:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-04-08T00:54:59.549Z] 00:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-08T00:54:59.549Z] 00:54:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-08T00:54:59.549Z] 00:54:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-08T00:54:59.549Z] 00:54:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-08T00:54:59.549Z] Average: all 12.47 0.00 6.15 3.79 0.05 77.54 [2021-04-08T00:54:59.549Z] Average: 0 12.52 0.00 6.15 3.92 0.05 77.36 [2021-04-08T00:54:59.549Z] Average: 1 12.17 0.00 6.16 3.95 0.05 77.67 [2021-04-08T00:54:59.549Z] Average: 2 12.96 0.00 6.22 3.86 0.05 76.90 [2021-04-08T00:54:59.549Z] Average: 3 12.25 0.00 6.06 3.44 0.04 78.21 [2021-04-08T00:54:59.549Z] [2021-04-08T00:54:59.549Z] [2021-04-08T00:54:59.549Z]