Pull request #3209 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from feceee52b67c986ed78c3711126a3ae755cb7ff3+8a69c127c9b04e641d44d2e92838084644d97324 (9bc1f09f1b2e4e89edd9afce8f7ada9825dd7c12) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29457’ Running on prd-centos7-docker-4c-2g-29464 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [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/16 # 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 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit feceee52b67c986ed78c3711126a3ae755cb7ff3 Merge succeeded, producing feceee52b67c986ed78c3711126a3ae755cb7ff3 Checking out Revision feceee52b67c986ed78c3711126a3ae755cb7ff3 (PR-3209) > 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/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f feceee52b67c986ed78c3711126a3ae755cb7ff3 # 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 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f feceee52b67c986ed78c3711126a3ae755cb7ff3 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T04:48:06.485Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T04:48:06.726Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T04:48:06.822Z] ========================================================= [2021-03-11T04:48:06.822Z] EdgeX Global Pipelines Version Info [2021-03-11T04:48:06.822Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 # timeout=10 [2021-03-11T04:48:08.343Z] ------------------- [2021-03-11T04:48:08.343Z] stable info: [2021-03-11T04:48:08.344Z] ------------------- [2021-03-11T04:48:08.344Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T04:48:08.344Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T04:48:08.344Z] Message: update stable to v1.0.184 [2021-03-11T04:48:09.289Z] ------------------- [2021-03-11T04:48:09.289Z] experimental info: [2021-03-11T04:48:09.289Z] ------------------- [2021-03-11T04:48:09.289Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T04:48:09.289Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T04:48:09.289Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T04:48:09.551Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T04:48:09.633Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T04:48:09.723Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T04:48:09.800Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T04:48:09.896Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T04:48:10.052Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T04:48:10.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T04:48:10.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T04:48:10.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T04:48:10.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T04:48:10.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T04:48:10.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T04:48:10.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T04:48:10.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T04:48:11.068Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T04:48:11.186Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T04:48:11.353Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T04:48:11.560Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T04:48:11.679Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T04:48:11.786Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T04:48:11.868Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T04:48:11.958Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T04:48:12.051Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo [2021-03-11T04:48:12.138Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo [2021-03-11T04:48:12.227Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo [2021-03-11T04:48:12.319Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = feceee52b67c986ed78c3711126a3ae755cb7ff3 [Pipeline] echo [2021-03-11T04:48:12.402Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = feceee5 [Pipeline] echo [2021-03-11T04:48:12.482Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T04:48:12.684Z] provisioning config files... [2021-03-11T04:48:12.716Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config354790119377552847tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:48:13.066Z] ---> docker-login.sh [2021-03-11T04:48:13.066Z] nexus3.edgexfoundry.org:10001 [2021-03-11T04:48:13.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:48:13.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:48:13.330Z] Configure a credential helper to remove this warning. See [2021-03-11T04:48:13.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:48:13.330Z] [2021-03-11T04:48:13.330Z] Login Succeeded [2021-03-11T04:48:13.330Z] nexus3.edgexfoundry.org:10002 [2021-03-11T04:48:13.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:48:13.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:48:13.855Z] Configure a credential helper to remove this warning. See [2021-03-11T04:48:13.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:48:13.855Z] [2021-03-11T04:48:13.855Z] Login Succeeded [2021-03-11T04:48:13.855Z] nexus3.edgexfoundry.org:10003 [2021-03-11T04:48:13.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:48:13.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:48:13.855Z] Configure a credential helper to remove this warning. See [2021-03-11T04:48:13.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:48:13.855Z] [2021-03-11T04:48:13.855Z] Login Succeeded [2021-03-11T04:48:13.855Z] nexus3.edgexfoundry.org:10004 [2021-03-11T04:48:14.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:48:14.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:48:14.118Z] Configure a credential helper to remove this warning. See [2021-03-11T04:48:14.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:48:14.118Z] [2021-03-11T04:48:14.118Z] Login Succeeded [2021-03-11T04:48:14.118Z] docker.io [2021-03-11T04:48:14.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:48:14.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:48:14.381Z] Configure a credential helper to remove this warning. See [2021-03-11T04:48:14.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:48:14.381Z] [2021-03-11T04:48:14.381Z] Login Succeeded [2021-03-11T04:48:14.381Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T04:48:14.391Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T04:48:14.844Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-11T04:48:14.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:14.845Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T04:48:14.845Z] ++ cut -d/ -f2 [2021-03-11T04:48:14.845Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T04:48:14.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:14.845Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T04:48:14.845Z] ++ cut -d/ -f2 [2021-03-11T04:48:14.845Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T04:48:14.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:14.845Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T04:48:14.845Z] ++ cut -d/ -f2 [2021-03-11T04:48:14.845Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T04:48:14.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:14.845Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T04:48:14.845Z] ++ cut -d/ -f2 [2021-03-11T04:48:14.845Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T04:48:14.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:14.845Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T04:48:14.845Z] ++ cut -d/ -f2 [2021-03-11T04:48:14.845Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T04:48:14.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:14.845Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T04:48:14.845Z] ++ cut -d/ -f2 [2021-03-11T04:48:14.845Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T04:48:14.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:14.845Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T04:48:14.845Z] ++ cut -d/ -f2 [2021-03-11T04:48:14.845Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T04:48:14.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:14.845Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T04:48:14.845Z] ++ cut -d/ -f2 [2021-03-11T04:48:14.845Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T04:48:14.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:14.845Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T04:48:14.845Z] ++ cut -d/ -f2 [2021-03-11T04:48:14.845Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T04:48:14.917Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:48:15.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T04:48:15.762Z] [2021-03-11T04:48:15.762Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:48:16.117Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T04:48:16.117Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T04:48:16.117Z] 31603596830f: Pulling fs layer [2021-03-11T04:48:16.117Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T04:48:16.117Z] 6ca5941a6612: Pulling fs layer [2021-03-11T04:48:16.117Z] ecc8261a40a4: Pulling fs layer [2021-03-11T04:48:16.117Z] ecc8261a40a4: Waiting [2021-03-11T04:48:16.117Z] 2a8b12db71e7: Verifying Checksum [2021-03-11T04:48:16.117Z] 2a8b12db71e7: Download complete [2021-03-11T04:48:16.117Z] 31603596830f: Download complete [2021-03-11T04:48:16.386Z] ecc8261a40a4: Verifying Checksum [2021-03-11T04:48:16.386Z] ecc8261a40a4: Download complete [2021-03-11T04:48:16.386Z] 6ca5941a6612: Verifying Checksum [2021-03-11T04:48:16.386Z] 6ca5941a6612: Download complete [2021-03-11T04:48:16.651Z] 31603596830f: Pull complete [2021-03-11T04:48:16.651Z] 2a8b12db71e7: Pull complete [2021-03-11T04:48:17.608Z] 6ca5941a6612: Pull complete [2021-03-11T04:48:17.871Z] ecc8261a40a4: Pull complete [2021-03-11T04:48:17.871Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T04:48:17.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T04:48:17.871Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T04:48:17.978Z] prd-centos7-docker-4c-2g-29464 does not seem to be running inside a container [2021-03-11T04:48:18.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T04:48:20.652Z] $ docker top e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T04:48:20.955Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T04:48:20.955Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T04:48:21.186Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T04:48:21.190Z] $ docker exec e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 ssh-agent [2021-03-11T04:48:21.364Z] SSH_AUTH_SOCK=/tmp/ssh-O3wsrrd71ZhL/agent.11 [2021-03-11T04:48:21.364Z] SSH_AGENT_PID=16 [2021-03-11T04:48:21.380Z] Running ssh-add (command line suppressed) [2021-03-11T04:48:21.499Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_6162223483341405912.key (/w/workspace/edgex-go/16@tmp/private_key_6162223483341405912.key) [2021-03-11T04:48:21.552Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T04:48:21.892Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T04:48:21.918Z] $ docker exec --env ******** --env ******** e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 ssh-agent -k [2021-03-11T04:48:22.035Z] unset SSH_AUTH_SOCK; [2021-03-11T04:48:22.035Z] unset SSH_AGENT_PID; [2021-03-11T04:48:22.035Z] echo Agent pid 16 killed; [2021-03-11T04:48:22.083Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T04:48:22.218Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T04:48:22.218Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T04:48:22.384Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T04:48:22.389Z] $ docker exec e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 ssh-agent [2021-03-11T04:48:22.556Z] SSH_AUTH_SOCK=/tmp/ssh-LcMq4oMXoa1M/agent.47 [2021-03-11T04:48:22.556Z] SSH_AGENT_PID=52 [2021-03-11T04:48:22.563Z] Running ssh-add (command line suppressed) [2021-03-11T04:48:22.682Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_2761181073468637267.key (/w/workspace/edgex-go/16@tmp/private_key_2761181073468637267.key) [2021-03-11T04:48:22.732Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T04:48:23.064Z] + git semver init [2021-03-11T04:48:23.064Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T04:48:23.064Z] # $GIT_DIR = /w/workspace/edgex-go/16/.git [2021-03-11T04:48:23.064Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/16 [2021-03-11T04:48:23.064Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T04:48:23.064Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T04:48:23.064Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T04:48:23.064Z] # $SEMVER_BRANCH = PR-3209 [2021-03-11T04:48:23.064Z] # $SEMVER_TEMP = /tmp/semver-093271425 [2021-03-11T04:48:23.064Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T04:49:01.981Z] # '/tmp/semver-093271425' -> '/w/workspace/edgex-go/16/.semver' [2021-03-11T04:49:01.981Z] # -> Force: false [2021-03-11T04:49:01.981Z] # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } [2021-03-11T04:49:02.007Z] $ docker exec --env ******** --env ******** e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 ssh-agent -k [2021-03-11T04:49:02.304Z] unset SSH_AUTH_SOCK; [2021-03-11T04:49:02.304Z] unset SSH_AGENT_PID; [2021-03-11T04:49:02.304Z] echo Agent pid 52 killed; [2021-03-11T04:49:02.410Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T04:49:02.898Z] + git semver [Pipeline] } [2021-03-11T04:49:02.919Z] $ docker stop --time=1 e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 [2021-03-11T04:49:04.940Z] $ docker rm -f e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T04:49:05.455Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T04:49:05.988Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T04:49:05.991Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T04:49:06.836Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T04:49:07.139Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T04:49:07.439Z] + sudo service docker restart [2021-03-11T04:49:07.439Z] + true [2021-03-11T04:49:07.439Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T04:49:08.032Z] ========================================================= [2021-03-11T04:49:08.032Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T04:49:08.032Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:49:08.372Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-11T04:49:12.604Z] Sending build context to Docker daemon 328.4MB [2021-03-11T04:49:12.604Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T04:49:12.604Z] Step 2/6 : FROM ${BASE} [2021-03-11T04:49:12.604Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T04:49:12.604Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T04:49:12.604Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T04:49:12.604Z] de9db76c5a1d: Pulling fs layer [2021-03-11T04:49:12.604Z] bca2f99d35d6: Pulling fs layer [2021-03-11T04:49:12.604Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T04:49:12.604Z] 7c6f9722023f: Pulling fs layer [2021-03-11T04:49:12.604Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T04:49:12.604Z] 93359f2a8cfa: Waiting [2021-03-11T04:49:12.604Z] 7c6f9722023f: Waiting [2021-03-11T04:49:12.604Z] a35cf1a2eb13: Waiting [2021-03-11T04:49:12.604Z] bca2f99d35d6: Waiting [2021-03-11T04:49:12.867Z] de9db76c5a1d: Verifying Checksum [2021-03-11T04:49:12.867Z] de9db76c5a1d: Download complete [2021-03-11T04:49:12.867Z] 0ef7d3d256c8: Download complete [2021-03-11T04:49:12.867Z] 93359f2a8cfa: Download complete [2021-03-11T04:49:12.867Z] 7c6f9722023f: Download complete [2021-03-11T04:49:13.130Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T04:49:13.130Z] 188c0c94c7c5: Download complete [2021-03-11T04:49:13.734Z] 188c0c94c7c5: Pull complete [2021-03-11T04:49:13.734Z] 0ef7d3d256c8: Pull complete [2021-03-11T04:49:13.997Z] de9db76c5a1d: Pull complete [2021-03-11T04:49:15.934Z] a35cf1a2eb13: Download complete [2021-03-11T04:49:17.329Z] bca2f99d35d6: Verifying Checksum [2021-03-11T04:49:17.329Z] bca2f99d35d6: Download complete [2021-03-11T04:49:21.344Z] Still waiting to schedule task [2021-03-11T04:49:21.344Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-11T04:49:22.663Z] bca2f99d35d6: Pull complete [2021-03-11T04:49:22.926Z] 93359f2a8cfa: Pull complete [2021-03-11T04:49:22.926Z] 7c6f9722023f: Pull complete [2021-03-11T04:49:28.329Z] a35cf1a2eb13: Pull complete [2021-03-11T04:49:28.329Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T04:49:28.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T04:49:28.329Z] ---> a62c8e92a672 [2021-03-11T04:49:28.329Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-11T04:49:28.329Z] ---> Running in 9e916b22fcd1 [2021-03-11T04:49:28.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:49:29.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:49:30.225Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T04:49:30.488Z] (2/12) Installing file (5.38-r0) [2021-03-11T04:49:30.488Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T04:49:30.752Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T04:49:57.380Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T04:49:57.380Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T04:49:57.380Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T04:49:57.380Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T04:49:57.380Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T04:49:57.380Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T04:49:57.380Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T04:49:57.380Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T04:49:57.380Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:49:57.380Z] OK: 233 MiB in 51 packages [2021-03-11T04:49:58.777Z] Removing intermediate container 9e916b22fcd1 [2021-03-11T04:49:58.777Z] ---> 04d50c154add [2021-03-11T04:49:58.777Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T04:49:58.777Z] ---> Running in deba1d3ac48e [2021-03-11T04:49:58.777Z] Removing intermediate container deba1d3ac48e [2021-03-11T04:49:58.777Z] ---> 53c44dbb0096 [2021-03-11T04:49:58.777Z] Step 5/6 : COPY go.mod . [2021-03-11T04:49:59.047Z] ---> 861def644887 [2021-03-11T04:49:59.047Z] Step 6/6 : RUN go mod download [2021-03-11T04:49:59.047Z] ---> Running in 31f1456ad474 [2021-03-11T04:50:25.706Z] Removing intermediate container 31f1456ad474 [2021-03-11T04:50:25.706Z] ---> c21ad0dda80c [2021-03-11T04:50:25.706Z] Successfully built c21ad0dda80c [2021-03-11T04:50:25.706Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:50:26.032Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T04:50:26.032Z] . [Pipeline] withDockerContainer [2021-03-11T04:50:26.135Z] prd-centos7-docker-4c-2g-29464 does not seem to be running inside a container [2021-03-11T04:50:26.184Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T04:50:27.325Z] $ docker top e47c0b24aaeeb25977eaac4bdde55a78dc0d33e9b64b885ba290fb521b99ea3c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:50:27.818Z] + go version [2021-03-11T04:50:27.818Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T04:50:27.834Z] $ docker stop --time=1 e47c0b24aaeeb25977eaac4bdde55a78dc0d33e9b64b885ba290fb521b99ea3c [2021-03-11T04:50:29.198Z] $ docker rm -f e47c0b24aaeeb25977eaac4bdde55a78dc0d33e9b64b885ba290fb521b99ea3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:50:29.967Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T04:50:29.967Z] . [Pipeline] withDockerContainer [2021-03-11T04:50:30.070Z] prd-centos7-docker-4c-2g-29464 does not seem to be running inside a container [2021-03-11T04:50:30.121Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T04:50:30.917Z] $ docker top ad1408563ea682e8b2043b4ec220e0cda1439ca011fe2892cb7accfa53e7feb7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T04:50:31.104Z] ========================================================= [2021-03-11T04:50:31.104Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T04:50:31.104Z] ========================================================= [Pipeline] sh [2021-03-11T04:50:31.398Z] + make test [2021-03-11T04:50:31.398Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T04:50:39.611Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T04:50:57.913Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T04:51:02.171Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T04:51:04.121Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T04:51:04.121Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T04:51:05.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T04:51:05.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T04:51:05.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T04:51:05.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T04:51:06.145Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T04:51:06.732Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T04:51:08.695Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T04:51:08.695Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T04:51:08.695Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T04:51:11.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.133s coverage: 45.9% of statements [2021-03-11T04:51:11.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T04:51:11.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T04:51:11.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T04:51:11.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T04:51:11.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T04:51:11.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T04:51:11.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T04:51:11.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements [2021-03-11T04:51:15.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.151s coverage: 27.1% of statements [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T04:51:15.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T04:51:15.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.028s coverage: 100.0% of statements [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T04:51:15.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.112s coverage: 71.3% of statements [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T04:51:15.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.165s coverage: 82.9% of statements [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:51:15.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements [2021-03-11T04:51:15.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T04:51:18.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 28.6% of statements [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T04:51:18.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T04:51:18.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T04:51:18.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T04:51:18.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T04:51:18.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T04:51:18.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T04:51:20.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.384s coverage: 92.8% of statements [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T04:51:20.845Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T04:51:20.845Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T04:51:20.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T04:51:20.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements [2021-03-11T04:51:20.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements [2021-03-11T04:51:20.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements [2021-03-11T04:51:20.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements [2021-03-11T04:51:20.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-03-11T04:51:33.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.057s coverage: 94.4% of statements [2021-03-11T04:51:33.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.038s coverage: 44.8% of statements [2021-03-11T04:51:33.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.077s coverage: 81.4% of statements [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.6% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 62.4% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.304s coverage: 69.0% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 38.4% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.034s coverage: 89.5% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.175s coverage: 87.1% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T04:51:45.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.729s coverage: 29.1% of statements [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T04:51:45.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T04:51:45.653Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T04:51:45.653Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T04:51:45.653Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.102s coverage: 96.5% of statements [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T04:51:45.653Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T04:51:45.653Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T04:51:45.653Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T04:51:45.653Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T04:51:45.653Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-03-11T04:51:45.653Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-03-11T04:51:45.653Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-03-11T04:51:45.653Z] GO111MODULE=on go vet ./... [2021-03-11T04:52:12.845Z] gofmt -l . [2021-03-11T04:52:12.845Z] [ "`gofmt -l .`" = "" ] [2021-03-11T04:52:12.845Z] ./bin/test-go-mod-tidy.sh [2021-03-11T04:52:12.845Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T04:52:13.160Z] + ls -al . [2021-03-11T04:52:13.161Z] total 740 [2021-03-11T04:52:13.161Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 04:52 . [2021-03-11T04:52:13.161Z] drwxr-xr-x 4 root root 30 Mar 11 04:50 .. [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 04:48 .dockerignore [2021-03-11T04:52:13.161Z] drwxrwxr-x 8 1001 1001 179 Mar 11 04:48 .git [2021-03-11T04:52:13.161Z] drwxrwxr-x 3 1001 1001 125 Mar 11 04:48 .github [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 04:48 .gitignore [2021-03-11T04:52:13.161Z] drwx------ 3 1001 1001 60 Mar 11 04:48 .semver [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 04:48 .sonarcloud.properties [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 04:48 Attribution.txt [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 04:48 CONTRIBUTING.md [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 04:48 Dockerfile.build [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 04:48 Jenkinsfile [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 04:48 LICENSE [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 04:48 Makefile [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 04:48 README.md [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 04:48 SECURITY.md [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 04:49 VERSION [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 04:48 ZMQWindows.md [2021-03-11T04:52:13.161Z] drwxrwxr-x 2 1001 1001 117 Mar 11 04:48 bin [2021-03-11T04:52:13.161Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 04:48 cmd [2021-03-11T04:52:13.161Z] -rw-r--r-- 1 root root 628838 Mar 11 04:51 coverage.out [2021-03-11T04:52:13.161Z] -rw-r--r-- 1 root root 1055 Mar 11 04:52 go.mod [2021-03-11T04:52:13.161Z] -rw-r--r-- 1 root root 22099 Mar 11 04:52 go.sum [2021-03-11T04:52:13.161Z] drwxrwxr-x 8 1001 1001 127 Mar 11 04:48 internal [2021-03-11T04:52:13.161Z] drwxrwxr-x 4 1001 1001 26 Mar 11 04:48 openapi [2021-03-11T04:52:13.161Z] drwxrwxr-x 4 1001 1001 71 Mar 11 04:48 snap [2021-03-11T04:52:13.161Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 04:48 version.go [Pipeline] sh [2021-03-11T04:52:13.466Z] + '[' -e coverage.out ] [2021-03-11T04:52:13.467Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T04:52:13.672Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T04:52:13.966Z] + make build [2021-03-11T04:52:13.966Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T04:52:19.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T04:52:27.505Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T04:52:28.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T04:52:30.031Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T04:52:30.031Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T04:52:31.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T04:52:33.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T04:52:34.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T04:52:35.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T04:52:36.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T04:52:37.631Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-11T04:52:39.586Z] $ docker stop --time=1 ad1408563ea682e8b2043b4ec220e0cda1439ca011fe2892cb7accfa53e7feb7 [2021-03-11T04:52:41.299Z] $ docker rm -f ad1408563ea682e8b2043b4ec220e0cda1439ca011fe2892cb7accfa53e7feb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:52:43.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T04:52:43.189Z] [2021-03-11T04:52:43.189Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:52:43.564Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T04:52:44.094Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29468 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [2021-03-11T04:52:44.141Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T04:52:44.141Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T04:52:44.141Z] ca9280d653b3: Pulling fs layer [2021-03-11T04:52:44.141Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] ws [2021-03-11T04:52:44.172Z] Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout [2021-03-11T04:52:44.719Z] cbdbe7a5bc2a: Download complete [2021-03-11T04:52:45.295Z] cbdbe7a5bc2a: Pull complete [2021-03-11T04:52:46.688Z] ca9280d653b3: Verifying Checksum [2021-03-11T04:52:46.688Z] ca9280d653b3: Download complete [2021-03-11T04:52:47.266Z] ca9280d653b3: Pull complete [2021-03-11T04:52:49.468Z] using credential edgex-jenkins-ssh [2021-03-11T04:52:49.522Z] Cloning the remote Git repository [2021-03-11T04:52:49.837Z] 7e9c9ca2126c: Verifying Checksum [2021-03-11T04:52:49.837Z] 7e9c9ca2126c: Download complete [2021-03-11T04:52:49.594Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:52:49.703Z] > git init /w/workspace/edgex-go/16 # timeout=10 [2021-03-11T04:52:49.798Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:52:49.799Z] > git --version # timeout=10 [2021-03-11T04:52:49.818Z] > git --version # 'git version 2.17.1' [2021-03-11T04:52:49.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:52:49.883Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T04:52:56.458Z] 7e9c9ca2126c: Pull complete [2021-03-11T04:52:56.458Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T04:52:56.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T04:52:56.458Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-11T04:52:56.616Z] prd-centos7-docker-4c-2g-29464 does not seem to be running inside a container [2021-03-11T04:52:56.665Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T04:52:59.338Z] $ docker top 943b93d8eaa91a6a58f540c8d3c14d946857e544c11a4f6a335171b2914c8dad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:52:59.867Z] + docker-compose build --help [2021-03-11T04:52:59.867Z] + grep parallel [2021-03-11T04:53:00.814Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T04:53:00.829Z] $ docker stop --time=1 943b93d8eaa91a6a58f540c8d3c14d946857e544c11a4f6a335171b2914c8dad [2021-03-11T04:53:02.240Z] $ docker rm -f 943b93d8eaa91a6a58f540c8d3c14d946857e544c11a4f6a335171b2914c8dad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:53:02.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T04:53:02.936Z] . [Pipeline] withDockerContainer [2021-03-11T04:53:03.038Z] prd-centos7-docker-4c-2g-29464 does not seem to be running inside a container [2021-03-11T04:53:03.089Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T04:53:03.775Z] $ docker top 142099130f491bf9ae0d0dade86781d5dfe8af80acc4df72f386e890fe61232e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:53:04.256Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T04:53:05.205Z] Building docker-core-command-go ... [2021-03-11T04:53:05.205Z] Building docker-core-data-go ... [2021-03-11T04:53:05.205Z] Building docker-core-metadata-go ... [2021-03-11T04:53:05.205Z] Building docker-security-bootstrapper-go ... [2021-03-11T04:53:05.205Z] Building docker-security-proxy-setup-go ... [2021-03-11T04:53:05.205Z] Building docker-security-secretstore-setup-go ... [2021-03-11T04:53:05.205Z] Building docker-support-notifications-go ... [2021-03-11T04:53:05.205Z] Building docker-support-scheduler-go ... [2021-03-11T04:53:05.205Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T04:53:05.205Z] Building docker-core-command-go [2021-03-11T04:53:05.205Z] Building docker-security-bootstrapper-go [2021-03-11T04:53:05.205Z] Building docker-support-notifications-go [2021-03-11T04:53:05.205Z] Building docker-support-scheduler-go [2021-03-11T04:53:05.205Z] Building docker-security-secretstore-setup-go [2021-03-11T04:53:12.463Z] Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T04:53:11.755Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T04:53:11.772Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T04:53:11.797Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T04:53:11.835Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:53:11.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:53:11.848Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T04:53:12.483Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T04:53:12.545Z] > git checkout -f feceee52b67c986ed78c3711126a3ae755cb7ff3 # timeout=10 [2021-03-11T04:53:14.238Z] Merge succeeded, producing feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T04:53:14.238Z] Checking out Revision feceee52b67c986ed78c3711126a3ae755cb7ff3 (PR-3209) [2021-03-11T04:53:14.176Z] > git remote # timeout=10 [2021-03-11T04:53:14.191Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T04:53:14.201Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:53:14.210Z] > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 [2021-03-11T04:53:14.229Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T04:53:14.246Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T04:53:14.255Z] > git checkout -f feceee52b67c986ed78c3711126a3ae755cb7ff3 # timeout=10 [2021-03-11T04:53:18.560Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T04:53:20.026Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-11T04:53:20.491Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T04:53:20.844Z] + true [2021-03-11T04:53:20.844Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T04:53:22.933Z] provisioning config files... [2021-03-11T04:53:22.973Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config234720513323454699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:53:23.379Z] ---> docker-login.sh [2021-03-11T04:53:23.380Z] nexus3.edgexfoundry.org:10001 [2021-03-11T04:53:24.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:53:24.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:53:24.649Z] Configure a credential helper to remove this warning. See [2021-03-11T04:53:24.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:53:24.649Z] [2021-03-11T04:53:24.649Z] Login Succeeded [2021-03-11T04:53:24.649Z] nexus3.edgexfoundry.org:10002 [2021-03-11T04:53:24.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:53:25.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:53:25.204Z] Configure a credential helper to remove this warning. See [2021-03-11T04:53:25.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:53:25.204Z] [2021-03-11T04:53:25.204Z] Login Succeeded [2021-03-11T04:53:25.204Z] nexus3.edgexfoundry.org:10003 [2021-03-11T04:53:25.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:53:25.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:53:25.753Z] Configure a credential helper to remove this warning. See [2021-03-11T04:53:25.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:53:25.753Z] [2021-03-11T04:53:25.753Z] Login Succeeded [2021-03-11T04:53:25.753Z] nexus3.edgexfoundry.org:10004 [2021-03-11T04:53:26.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:53:26.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:53:26.310Z] Configure a credential helper to remove this warning. See [2021-03-11T04:53:26.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:53:26.310Z] [2021-03-11T04:53:26.310Z] Login Succeeded [2021-03-11T04:53:26.310Z] docker.io [2021-03-11T04:53:26.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:53:26.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:53:26.859Z] Configure a credential helper to remove this warning. See [2021-03-11T04:53:26.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:53:26.859Z] [2021-03-11T04:53:26.859Z] Login Succeeded [2021-03-11T04:53:26.859Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T04:53:26.879Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-11T04:53:27.521Z] ========================================================= [2021-03-11T04:53:27.522Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T04:53:27.522Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:53:27.913Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-11T04:53:30.543Z] Sending build context to Docker daemon 166.7MB [2021-03-11T04:53:30.543Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T04:53:30.543Z] Step 2/6 : FROM ${BASE} [2021-03-11T04:53:30.543Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T04:53:30.543Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T04:53:30.543Z] a4357932f1b6: Pulling fs layer [2021-03-11T04:53:30.543Z] 18c013af1878: Pulling fs layer [2021-03-11T04:53:30.543Z] 00ac8860ef70: Pulling fs layer [2021-03-11T04:53:30.543Z] 63d7cb157983: Pulling fs layer [2021-03-11T04:53:30.543Z] b116817d02f9: Pulling fs layer [2021-03-11T04:53:30.543Z] 745a02a5169b: Pulling fs layer [2021-03-11T04:53:30.543Z] 00ac8860ef70: Waiting [2021-03-11T04:53:30.543Z] 63d7cb157983: Waiting [2021-03-11T04:53:30.543Z] b116817d02f9: Waiting [2021-03-11T04:53:30.543Z] 745a02a5169b: Waiting [2021-03-11T04:53:30.543Z] 18c013af1878: Verifying Checksum [2021-03-11T04:53:30.543Z] 18c013af1878: Download complete [2021-03-11T04:53:30.543Z] a4357932f1b6: Download complete [2021-03-11T04:53:30.543Z] 63d7cb157983: Verifying Checksum [2021-03-11T04:53:30.543Z] 63d7cb157983: Download complete [2021-03-11T04:53:30.543Z] b116817d02f9: Download complete [2021-03-11T04:53:30.543Z] 5f621e34cdf4: Verifying Checksum [2021-03-11T04:53:30.543Z] 5f621e34cdf4: Download complete [2021-03-11T04:53:31.142Z] 5f621e34cdf4: Pull complete [2021-03-11T04:53:31.749Z] a4357932f1b6: Pull complete [2021-03-11T04:53:32.024Z] 18c013af1878: Pull complete [2021-03-11T04:53:34.032Z] 00ac8860ef70: Verifying Checksum [2021-03-11T04:53:34.032Z] 00ac8860ef70: Download complete [2021-03-11T04:53:35.016Z] 745a02a5169b: Verifying Checksum [2021-03-11T04:53:35.016Z] 745a02a5169b: Download complete [2021-03-11T04:53:38.247Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:53:38.247Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:53:38.247Z] ---> c21ad0dda80c [2021-03-11T04:53:38.247Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T04:53:38.247Z] ---> Running in 95af71fafd0d [2021-03-11T04:53:38.247Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:53:38.247Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:53:38.247Z] ---> c21ad0dda80c [2021-03-11T04:53:38.247Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T04:53:38.247Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:53:38.247Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:53:38.247Z] ---> c21ad0dda80c [2021-03-11T04:53:38.247Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T04:53:38.247Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:53:38.247Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:53:38.247Z] ---> c21ad0dda80c [2021-03-11T04:53:38.247Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T04:53:38.247Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:53:38.247Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:53:38.247Z] ---> c21ad0dda80c [2021-03-11T04:53:38.247Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T04:53:38.247Z] ---> Running in ff73b3cd5416 [2021-03-11T04:53:38.247Z] ---> Running in a4acd4b54f87 [2021-03-11T04:53:38.247Z] ---> Running in e5218efc6232 [2021-03-11T04:53:38.247Z] ---> Running in d4e62cdcdf00 [2021-03-11T04:53:38.510Z] Removing intermediate container e5218efc6232 [2021-03-11T04:53:38.510Z] ---> 49947154eb65 [2021-03-11T04:53:38.510Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:53:38.510Z] Removing intermediate container a4acd4b54f87 [2021-03-11T04:53:38.510Z] ---> 22f7cc5618fc [2021-03-11T04:53:38.510Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:53:38.510Z] Removing intermediate container ff73b3cd5416 [2021-03-11T04:53:38.510Z] ---> 140d7fc1f8d9 [2021-03-11T04:53:38.510Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:53:38.510Z] ---> Running in dd65d730439b [2021-03-11T04:53:38.510Z] Removing intermediate container 95af71fafd0d [2021-03-11T04:53:38.510Z] ---> c9f18c6a29a6 [2021-03-11T04:53:38.510Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:53:38.510Z] Removing intermediate container d4e62cdcdf00 [2021-03-11T04:53:38.510Z] ---> 4286bb0e7143 [2021-03-11T04:53:38.510Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:53:38.774Z] ---> Running in 4591007fbdca [2021-03-11T04:53:38.774Z] ---> Running in 98d8ac4d181f [2021-03-11T04:53:38.774Z] ---> Running in 9c553be21297 [2021-03-11T04:53:38.774Z] ---> Running in 99e51ecb7f43 [2021-03-11T04:53:40.701Z] Removing intermediate container 4591007fbdca [2021-03-11T04:53:40.701Z] ---> 8367c7eff324 [2021-03-11T04:53:40.701Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T04:53:40.701Z] Removing intermediate container dd65d730439b [2021-03-11T04:53:40.701Z] ---> 12dfdc3595d4 [2021-03-11T04:53:40.701Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T04:53:40.701Z] ---> Running in 50d66196d8f1 [2021-03-11T04:53:40.974Z] ---> Running in 865c37ccaee1 [2021-03-11T04:53:41.237Z] Removing intermediate container 98d8ac4d181f [2021-03-11T04:53:41.237Z] ---> a9f8e061c217 [2021-03-11T04:53:41.237Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T04:53:41.237Z] Removing intermediate container 9c553be21297 [2021-03-11T04:53:41.237Z] ---> af8c3d8a8710 [2021-03-11T04:53:41.237Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T04:53:41.502Z] ---> Running in 17d848dd4755 [2021-03-11T04:53:41.502Z] Removing intermediate container 99e51ecb7f43 [2021-03-11T04:53:41.502Z] ---> cc24974de58d [2021-03-11T04:53:41.502Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T04:53:41.502Z] ---> Running in ed493e2e8cc4 [2021-03-11T04:53:41.502Z] ---> Running in 36e30f631c1a [2021-03-11T04:53:41.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:53:42.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:53:42.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:53:42.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:53:42.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:53:42.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:53:42.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:53:43.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:53:43.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:53:43.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:53:43.669Z] OK: 233 MiB in 51 packages [2021-03-11T04:53:43.932Z] OK: 233 MiB in 51 packages [2021-03-11T04:53:44.198Z] OK: 233 MiB in 51 packages [2021-03-11T04:53:44.198Z] Removing intermediate container 50d66196d8f1 [2021-03-11T04:53:44.198Z] ---> 2fa3f3ce33dc [2021-03-11T04:53:44.198Z] Step 6/24 : COPY go.mod . [2021-03-11T04:53:44.471Z] ---> 73b4e5f64f5c [2021-03-11T04:53:44.471Z] Step 7/24 : RUN go mod download [2021-03-11T04:53:44.471Z] Removing intermediate container 865c37ccaee1 [2021-03-11T04:53:44.471Z] ---> 513c147e6184 [2021-03-11T04:53:44.471Z] Step 6/23 : COPY go.mod . [2021-03-11T04:53:44.471Z] ---> Running in 86d005e8d354 [2021-03-11T04:53:44.740Z] OK: 233 MiB in 51 packages [2021-03-11T04:53:44.740Z] Removing intermediate container 17d848dd4755 [2021-03-11T04:53:44.740Z] ---> 395214acc518 [2021-03-11T04:53:44.740Z] Step 6/22 : COPY go.mod . [2021-03-11T04:53:45.004Z] OK: 233 MiB in 51 packages [2021-03-11T04:53:45.004Z] ---> d5e9b6a582ff [2021-03-11T04:53:45.004Z] Step 7/23 : RUN go mod download [2021-03-11T04:53:45.004Z] ---> Running in a6f64aa9cffd [2021-03-11T04:53:45.195Z] 00ac8860ef70: Pull complete [2021-03-11T04:53:45.196Z] 63d7cb157983: Pull complete [2021-03-11T04:53:45.196Z] b116817d02f9: Pull complete [2021-03-11T04:53:45.272Z] ---> f653a7f5fc1c [2021-03-11T04:53:45.272Z] Step 7/22 : RUN go mod download [2021-03-11T04:53:45.535Z] ---> Running in e6b38a9a8bb8 [2021-03-11T04:53:45.535Z] Removing intermediate container 36e30f631c1a [2021-03-11T04:53:45.535Z] ---> 783b7d8356a4 [2021-03-11T04:53:45.535Z] Step 6/22 : COPY go.mod . [2021-03-11T04:53:45.807Z] Removing intermediate container ed493e2e8cc4 [2021-03-11T04:53:45.807Z] ---> b4d7429b19a7 [2021-03-11T04:53:45.807Z] Step 6/31 : COPY go.mod . [2021-03-11T04:53:45.807Z] ---> a1e42a347917 [2021-03-11T04:53:45.807Z] Step 7/22 : RUN go mod download [2021-03-11T04:53:46.079Z] ---> Running in ddc5e80efd51 [2021-03-11T04:53:46.348Z] ---> caeea68537fa [2021-03-11T04:53:46.348Z] Step 7/31 : RUN go mod download [2021-03-11T04:53:46.348Z] ---> Running in 4911e132649f [2021-03-11T04:53:46.934Z] Removing intermediate container 86d005e8d354 [2021-03-11T04:53:46.934Z] ---> 3676b53c1299 [2021-03-11T04:53:46.934Z] Step 8/24 : COPY . . [2021-03-11T04:53:46.934Z] Removing intermediate container a6f64aa9cffd [2021-03-11T04:53:46.934Z] ---> e27f371fc3c1 [2021-03-11T04:53:46.934Z] Step 8/23 : COPY . . [2021-03-11T04:53:47.840Z] 745a02a5169b: Pull complete [2021-03-11T04:53:47.840Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T04:53:47.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T04:53:47.840Z] ---> b7e6874047d6 [2021-03-11T04:53:47.840Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-11T04:53:50.318Z] Removing intermediate container e6b38a9a8bb8 [2021-03-11T04:53:50.318Z] ---> 6547ec2220fa [2021-03-11T04:53:50.318Z] Step 8/22 : COPY . . [2021-03-11T04:53:52.189Z] ---> Running in 0a8b9da45e5f [2021-03-11T04:53:52.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:53:53.674Z] Removing intermediate container ddc5e80efd51 [2021-03-11T04:53:53.675Z] ---> a041fe9becf4 [2021-03-11T04:53:53.675Z] Step 8/22 : COPY . . [2021-03-11T04:53:54.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:53:56.838Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T04:53:57.023Z] Removing intermediate container 4911e132649f [2021-03-11T04:53:57.023Z] ---> 5b66939c56ce [2021-03-11T04:53:57.023Z] Step 8/31 : COPY . . [2021-03-11T04:53:57.111Z] (2/12) Installing file (5.38-r0) [2021-03-11T04:53:57.382Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T04:53:57.382Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T04:54:19.531Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T04:54:19.531Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T04:54:19.531Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T04:54:19.531Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T04:54:19.531Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T04:54:19.531Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T04:54:19.531Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T04:54:19.531Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T04:54:19.531Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:54:19.531Z] OK: 217 MiB in 51 packages [2021-03-11T04:54:22.159Z] Removing intermediate container 0a8b9da45e5f [2021-03-11T04:54:22.159Z] ---> 1865bf656a46 [2021-03-11T04:54:22.159Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T04:54:22.159Z] ---> Running in 3c7d5d2771eb [2021-03-11T04:54:22.759Z] Removing intermediate container 3c7d5d2771eb [2021-03-11T04:54:22.759Z] ---> cc0a376f3a49 [2021-03-11T04:54:22.759Z] Step 5/6 : COPY go.mod . [2021-03-11T04:54:23.374Z] ---> 5349db6a94d8 [2021-03-11T04:54:23.374Z] Step 6/6 : RUN go mod download [2021-03-11T04:54:23.647Z] ---> Running in bf299f7c2bf7 [2021-03-11T04:54:29.417Z] ---> a2907fa6ba64 [2021-03-11T04:54:29.417Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T04:54:29.417Z] ---> 75f9cf35b164 [2021-03-11T04:54:29.417Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T04:54:30.809Z] ---> Running in cc25f6d3cf93 [2021-03-11T04:54:31.075Z] ---> Running in 818724b9ce5b [2021-03-11T04:54:31.075Z] ---> 9c8c7c3cb6f9 [2021-03-11T04:54:31.075Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T04:54:31.075Z] ---> 911a8c17af20 [2021-03-11T04:54:31.075Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T04:54:31.338Z] ---> e01dac52471e [2021-03-11T04:54:31.338Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T04:54:31.338Z] ---> Running in a6f3b57ff121 [2021-03-11T04:54:31.338Z] ---> Running in 1a7837c4e3ee [2021-03-11T04:54:31.338Z] ---> Running in 080a2070496a [2021-03-11T04:54:32.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T04:54:32.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T04:54:32.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T04:54:32.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T04:54:32.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T04:54:56.009Z] Removing intermediate container bf299f7c2bf7 [2021-03-11T04:54:56.009Z] ---> f3ea6f7b6cae [2021-03-11T04:54:56.009Z] Successfully built f3ea6f7b6cae [2021-03-11T04:54:56.009Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:54:56.359Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T04:54:56.359Z] . [Pipeline] withDockerContainer [2021-03-11T04:54:56.690Z] prd-ubuntu18.04-docker-arm64-4c-16g-29468 does not seem to be running inside a container [2021-03-11T04:54:56.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T04:54:58.372Z] $ docker top db458ee3023408af63a3009b29956916ee6cbfb07deb2bd08a5a5fb5488f51a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:54:59.434Z] + go version [2021-03-11T04:54:59.434Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T04:54:59.457Z] $ docker stop --time=1 db458ee3023408af63a3009b29956916ee6cbfb07deb2bd08a5a5fb5488f51a3 [2021-03-11T04:55:01.428Z] $ docker rm -f db458ee3023408af63a3009b29956916ee6cbfb07deb2bd08a5a5fb5488f51a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:55:02.483Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T04:55:02.483Z] . [Pipeline] withDockerContainer [2021-03-11T04:55:02.763Z] prd-ubuntu18.04-docker-arm64-4c-16g-29468 does not seem to be running inside a container [2021-03-11T04:55:02.850Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T04:55:04.349Z] $ docker top a69455ee02eb52cf5170f5163c4e83fbf1507b06fdb64e643a866ff1642d73a7 -eo pid,comm [2021-03-11T04:55:04.549Z] 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 [Pipeline] { [Pipeline] echo [2021-03-11T04:55:04.744Z] ========================================================= [2021-03-11T04:55:04.744Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T04:55:04.744Z] ========================================================= [Pipeline] sh [2021-03-11T04:55:05.422Z] + make test [2021-03-11T04:55:05.422Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T04:55:12.740Z] Removing intermediate container cc25f6d3cf93 [2021-03-11T04:55:12.740Z] ---> a84e5a884156 [2021-03-11T04:55:12.740Z] [2021-03-11T04:55:12.740Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T04:55:12.740Z] Removing intermediate container 818724b9ce5b [2021-03-11T04:55:12.740Z] ---> 5920f709598d [2021-03-11T04:55:12.740Z] [2021-03-11T04:55:12.740Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T04:55:12.740Z] Removing intermediate container 1a7837c4e3ee [2021-03-11T04:55:12.740Z] ---> deb0eecd5d51 [2021-03-11T04:55:12.740Z] [2021-03-11T04:55:12.740Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T04:55:12.740Z] 3.12: Pulling from library/alpine [2021-03-11T04:55:12.740Z] 3.12: Pulling from library/alpine [2021-03-11T04:55:12.740Z] 3.12: Pulling from library/alpine [2021-03-11T04:55:12.740Z] Removing intermediate container 080a2070496a [2021-03-11T04:55:12.740Z] ---> 7ffda759d4cd [2021-03-11T04:55:12.740Z] [2021-03-11T04:55:12.740Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T04:55:12.740Z] Removing intermediate container a6f3b57ff121 [2021-03-11T04:55:12.740Z] ---> a30137abb638 [2021-03-11T04:55:12.740Z] [2021-03-11T04:55:12.740Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T04:55:12.740Z] 3.12: Pulling from library/alpine [2021-03-11T04:55:12.740Z] 3.12: Pulling from library/alpine [2021-03-11T04:55:12.740Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T04:55:12.740Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T04:55:12.740Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T04:55:12.740Z] Status: Image is up to date for alpine:3.12 [2021-03-11T04:55:12.740Z] ---> 88dd2752d2ea [2021-03-11T04:55:12.740Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T04:55:12.740Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T04:55:12.740Z] Status: Image is up to date for alpine:3.12 [2021-03-11T04:55:12.740Z] ---> 88dd2752d2ea [2021-03-11T04:55:12.740Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T04:55:12.740Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T04:55:12.740Z] Status: Image is up to date for alpine:3.12 [2021-03-11T04:55:12.740Z] ---> 88dd2752d2ea [2021-03-11T04:55:12.740Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T04:55:12.740Z] ---> 88dd2752d2ea [2021-03-11T04:55:12.740Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T04:55:13.314Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T04:55:13.314Z] Status: Image is up to date for alpine:3.12 [2021-03-11T04:55:13.314Z] ---> 88dd2752d2ea [2021-03-11T04:55:13.314Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T04:55:13.314Z] ---> Running in e691ebeb4f33 [2021-03-11T04:55:13.314Z] ---> Running in 674cc99b5eb6 [2021-03-11T04:55:13.314Z] ---> Running in 7a96363af598 [2021-03-11T04:55:13.314Z] ---> Running in de6a4f97a216 [2021-03-11T04:55:13.577Z] ---> Running in c138db80223b [2021-03-11T04:55:13.577Z] Removing intermediate container c138db80223b [2021-03-11T04:55:13.577Z] ---> baa12e220ae2 [2021-03-11T04:55:13.577Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T04:55:13.844Z] ---> Running in 0444eedda751 [2021-03-11T04:55:14.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:14.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:14.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:14.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:14.441Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T04:55:14.441Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T04:55:14.441Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T04:55:14.441Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T04:55:14.441Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T04:55:14.441Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:55:14.717Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T04:55:14.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:14.717Z] OK: 7 MiB in 19 packages [2021-03-11T04:55:14.717Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T04:55:14.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:14.717Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T04:55:14.717Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:55:14.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:14.717Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T04:55:14.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:14.717Z] OK: 6 MiB in 16 packages [2021-03-11T04:55:14.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:14.980Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T04:55:14.980Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:55:14.980Z] OK: 6 MiB in 15 packages [2021-03-11T04:55:14.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:14.980Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T04:55:14.980Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:55:14.980Z] OK: 6 MiB in 15 packages [2021-03-11T04:55:14.980Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T04:55:14.980Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T04:55:14.980Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:55:14.980Z] OK: 6 MiB in 16 packages [2021-03-11T04:55:16.374Z] Removing intermediate container 7a96363af598 [2021-03-11T04:55:16.374Z] ---> 43529d54946a [2021-03-11T04:55:16.374Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T04:55:16.949Z] ---> Running in c49a31d699af [2021-03-11T04:55:17.896Z] Removing intermediate container 674cc99b5eb6 [2021-03-11T04:55:17.896Z] ---> 9b3942785e8c [2021-03-11T04:55:17.896Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:55:17.896Z] ---> Running in eb8884727b6d [2021-03-11T04:55:17.896Z] Removing intermediate container de6a4f97a216 [2021-03-11T04:55:17.896Z] ---> 0be1b91da10b [2021-03-11T04:55:17.896Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:55:17.896Z] Removing intermediate container c49a31d699af [2021-03-11T04:55:17.896Z] ---> e93e366e1ee1 [2021-03-11T04:55:17.896Z] Step 13/24 : WORKDIR / [2021-03-11T04:55:17.896Z] Removing intermediate container 0444eedda751 [2021-03-11T04:55:17.896Z] ---> a80910de093f [2021-03-11T04:55:17.896Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T04:55:18.161Z] Removing intermediate container e691ebeb4f33 [2021-03-11T04:55:18.161Z] ---> 3c45cf7f5510 [2021-03-11T04:55:18.161Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:55:18.161Z] ---> Running in 732b647710af [2021-03-11T04:55:18.161Z] ---> Running in a2bc8d0eaa4e [2021-03-11T04:55:18.161Z] ---> Running in 628d807c662f [2021-03-11T04:55:18.425Z] ---> Running in 2684936a5bba [2021-03-11T04:55:18.425Z] Removing intermediate container eb8884727b6d [2021-03-11T04:55:18.425Z] ---> 0c8c51579d68 [2021-03-11T04:55:18.425Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T04:55:18.425Z] ---> Running in 2395c8fbf21f [2021-03-11T04:55:18.425Z] Removing intermediate container 732b647710af [2021-03-11T04:55:18.425Z] ---> bf49596db9d4 [2021-03-11T04:55:18.425Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T04:55:18.689Z] Removing intermediate container a2bc8d0eaa4e [2021-03-11T04:55:18.689Z] ---> 3353004eb99b [2021-03-11T04:55:18.689Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-11T04:55:18.689Z] Removing intermediate container 628d807c662f [2021-03-11T04:55:18.689Z] ---> d45a4a00557f [2021-03-11T04:55:18.689Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T04:55:18.689Z] Removing intermediate container 2684936a5bba [2021-03-11T04:55:18.689Z] ---> 2ae221c8788c [2021-03-11T04:55:18.689Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T04:55:18.689Z] ---> Running in ce7d823774a4 [2021-03-11T04:55:18.952Z] ---> Running in 38f1b18285fd [2021-03-11T04:55:18.952Z] ---> Running in 6846a362a5a6 [2021-03-11T04:55:18.952Z] Removing intermediate container 2395c8fbf21f [2021-03-11T04:55:18.952Z] ---> ba9b6f252a8e [2021-03-11T04:55:18.952Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T04:55:18.952Z] ---> 0bd6b816beb1 [2021-03-11T04:55:18.952Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-11T04:55:19.215Z] Removing intermediate container ce7d823774a4 [2021-03-11T04:55:19.215Z] ---> 4c6ca402171d [2021-03-11T04:55:19.215Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T04:55:19.215Z] ---> Running in da495cd31369 [2021-03-11T04:55:19.478Z] Removing intermediate container 38f1b18285fd [2021-03-11T04:55:19.478Z] ---> 72d0b9b69339 [2021-03-11T04:55:19.478Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T04:55:19.478Z] ---> Running in 92a8ae49585c [2021-03-11T04:55:19.478Z] Removing intermediate container 6846a362a5a6 [2021-03-11T04:55:19.478Z] ---> 7858921c1076 [2021-03-11T04:55:19.478Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T04:55:19.478Z] ---> Running in 87501f02ee64 [2021-03-11T04:55:19.745Z] ---> 025f38364d36 [2021-03-11T04:55:19.745Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T04:55:19.745Z] ---> Running in 3e2429f2788a [2021-03-11T04:55:19.745Z] Removing intermediate container da495cd31369 [2021-03-11T04:55:19.745Z] ---> c04dc460657a [2021-03-11T04:55:19.745Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:55:20.015Z] Removing intermediate container 92a8ae49585c [2021-03-11T04:55:20.015Z] ---> bbdd542a5904 [2021-03-11T04:55:20.015Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:55:20.015Z] ---> ef72c0578885 [2021-03-11T04:55:20.015Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T04:55:20.286Z] Removing intermediate container 3e2429f2788a [2021-03-11T04:55:20.286Z] ---> c8cb69534277 [2021-03-11T04:55:20.286Z] Step 15/23 : WORKDIR / [2021-03-11T04:55:20.286Z] ---> 8310e4deb142 [2021-03-11T04:55:20.286Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T04:55:20.286Z] ---> Running in 5cd307d3f4fc [2021-03-11T04:55:20.560Z] ---> 4db1b8234cb7 [2021-03-11T04:55:20.560Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T04:55:20.822Z] ---> d1f9fc970cc4 [2021-03-11T04:55:20.822Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T04:55:20.822Z] Removing intermediate container 5cd307d3f4fc [2021-03-11T04:55:20.822Z] ---> 73305c57c1db [2021-03-11T04:55:20.822Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:55:21.086Z] ---> 39ad9b542548 [2021-03-11T04:55:21.086Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T04:55:21.353Z] Removing intermediate container 87501f02ee64 [2021-03-11T04:55:21.353Z] ---> 2dca8d86bfc6 [2021-03-11T04:55:21.353Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T04:55:21.353Z] ---> e70a2710f78b [2021-03-11T04:55:21.353Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T04:55:21.353Z] ---> eb963e9dad57 [2021-03-11T04:55:21.353Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T04:55:21.353Z] ---> Running in 05bf512dc935 [2021-03-11T04:55:21.353Z] ---> 5f98d0b4e78e [2021-03-11T04:55:21.353Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T04:55:21.353Z] ---> 2814bd652943 [2021-03-11T04:55:21.353Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T04:55:21.616Z] ---> Running in 4802b9fa84d1 [2021-03-11T04:55:21.878Z] ---> e34e716679a9 [2021-03-11T04:55:21.878Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T04:55:21.878Z] Removing intermediate container 05bf512dc935 [2021-03-11T04:55:21.878Z] ---> 9c796b138d56 [2021-03-11T04:55:21.878Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T04:55:22.142Z] ---> Running in 3133fa822a3a [2021-03-11T04:55:22.407Z] Removing intermediate container 4802b9fa84d1 [2021-03-11T04:55:22.407Z] ---> ec5d271810c9 [2021-03-11T04:55:22.407Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:55:22.407Z] ---> 3a5f9f40475e [2021-03-11T04:55:22.407Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T04:55:22.407Z] ---> fecbba64b9ba [2021-03-11T04:55:22.407Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-11T04:55:22.407Z] ---> 0565732ad650 [2021-03-11T04:55:22.407Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T04:55:22.407Z] ---> Running in 2585c05c6a28 [2021-03-11T04:55:22.670Z] ---> Running in c93a73d9ef65 [2021-03-11T04:55:22.670Z] ---> Running in f9200b38f34d [2021-03-11T04:55:22.670Z] Removing intermediate container 3133fa822a3a [2021-03-11T04:55:22.670Z] ---> d6ebfa92b27a [2021-03-11T04:55:22.670Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:55:22.932Z] ---> 8cb7fd050ac1 [2021-03-11T04:55:22.932Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T04:55:22.932Z] Removing intermediate container 2585c05c6a28 [2021-03-11T04:55:22.932Z] ---> c335650bd0d0 [2021-03-11T04:55:22.932Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T04:55:22.932Z] ---> Running in 059620343dc0 [2021-03-11T04:55:23.195Z] ---> Running in 612130c3ffb7 [2021-03-11T04:55:23.195Z] ---> Running in 9271d623be3b [2021-03-11T04:55:23.464Z] Removing intermediate container 059620343dc0 [2021-03-11T04:55:23.464Z] ---> a6c126b1a765 [2021-03-11T04:55:23.464Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T04:55:23.464Z] Removing intermediate container 612130c3ffb7 [2021-03-11T04:55:23.464Z] ---> 018cac8d436c [2021-03-11T04:55:23.464Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:55:23.464Z] ---> Running in b4144eca4a4f [2021-03-11T04:55:23.727Z] ---> Running in 4a65cf61a80e [2021-03-11T04:55:23.727Z] Removing intermediate container 9271d623be3b [2021-03-11T04:55:23.727Z] ---> 7c6beaf2bdd8 [2021-03-11T04:55:23.727Z] Step 21/22 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T04:55:23.990Z] Removing intermediate container b4144eca4a4f [2021-03-11T04:55:23.990Z] ---> 764960a99c4d [2021-03-11T04:55:23.990Z] Step 21/22 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T04:55:23.990Z] Removing intermediate container 4a65cf61a80e [2021-03-11T04:55:23.990Z] ---> bfcdcc119756 [2021-03-11T04:55:23.990Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T04:55:24.256Z] ---> Running in 0e8524141e20 [2021-03-11T04:55:24.256Z] ---> Running in 9721547ef9af [2021-03-11T04:55:24.517Z] ---> Running in 5638a26ce0a5 [2021-03-11T04:55:24.517Z] Removing intermediate container c93a73d9ef65 [2021-03-11T04:55:24.517Z] ---> dac76c30f067 [2021-03-11T04:55:24.517Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T04:55:24.517Z] Removing intermediate container 0e8524141e20 [2021-03-11T04:55:24.517Z] ---> 96624b046a94 [2021-03-11T04:55:24.517Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T04:55:24.781Z] Removing intermediate container 9721547ef9af [2021-03-11T04:55:24.781Z] ---> 4ebb700ae199 [2021-03-11T04:55:24.781Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T04:55:24.781Z] ---> Running in 143c1a13cbe2 [2021-03-11T04:55:24.781Z] Removing intermediate container 5638a26ce0a5 [2021-03-11T04:55:24.781Z] ---> 644ee4070393 [2021-03-11T04:55:24.781Z] Step 22/23 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T04:55:24.781Z] ---> Running in 972720767e7b [2021-03-11T04:55:24.781Z] ---> Running in f777ee9a4d3a [2021-03-11T04:55:24.781Z] Removing intermediate container f9200b38f34d [2021-03-11T04:55:24.781Z] ---> ba08c7b88246 [2021-03-11T04:55:24.781Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:55:25.043Z] ---> Running in 80780b13495c [2021-03-11T04:55:25.043Z] Removing intermediate container 143c1a13cbe2 [2021-03-11T04:55:25.043Z] ---> 6ae1b2ace262 [2021-03-11T04:55:25.043Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T04:55:25.306Z] Removing intermediate container 972720767e7b [2021-03-11T04:55:25.306Z] ---> d315ae2f4b02 [2021-03-11T04:55:25.306Z] [2021-03-11T04:55:25.306Z] Removing intermediate container f777ee9a4d3a [2021-03-11T04:55:25.306Z] ---> 091d89933078 [2021-03-11T04:55:25.306Z] [2021-03-11T04:55:25.306Z] ---> 150b38177eab [2021-03-11T04:55:25.306Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T04:55:25.306Z] Removing intermediate container 80780b13495c [2021-03-11T04:55:25.306Z] ---> 087da3d2fac6 [2021-03-11T04:55:25.306Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T04:55:25.306Z] ---> Running in f83139465901 [2021-03-11T04:55:25.576Z] Successfully built 091d89933078 [2021-03-11T04:55:25.576Z] Successfully built d315ae2f4b02 [2021-03-11T04:55:25.576Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-11T04:55:25.576Z] Successfully tagged docker-support-notifications-go:latest [2021-03-11T04:55:25.576Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-11T04:55:25.576Z] ---> Running in 1d8df8d03427 [2021-03-11T04:55:25.576Z] Building docker-core-metadata-go [2021-03-11T04:55:25.853Z]  Building docker-support-notifications-go ... done Removing intermediate container f83139465901 [2021-03-11T04:55:25.853Z] ---> bf6759262aba [2021-03-11T04:55:25.853Z] Step 23/24 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T04:55:25.853Z] ---> Running in c1b0333545b4 [2021-03-11T04:55:25.853Z] Removing intermediate container 1d8df8d03427 [2021-03-11T04:55:25.853Z] ---> d63212fc1e45 [2021-03-11T04:55:25.853Z] [2021-03-11T04:55:25.853Z] ---> 9e7db123a32d [2021-03-11T04:55:25.853Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T04:55:26.116Z] Successfully built d63212fc1e45 [2021-03-11T04:55:26.116Z] Successfully tagged docker-core-command-go:latest [2021-03-11T04:55:26.116Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-11T04:55:26.116Z] Removing intermediate container c1b0333545b4 [2021-03-11T04:55:26.116Z] ---> 2212db2fd67c [2021-03-11T04:55:26.116Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T04:55:26.379Z] ---> Running in 6385a3893582 [2021-03-11T04:55:26.379Z] ---> 56af026a7b10 [2021-03-11T04:55:26.379Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T04:55:26.379Z] Removing intermediate container 6385a3893582 [2021-03-11T04:55:26.379Z] ---> ac1b1150981d [2021-03-11T04:55:26.379Z] [2021-03-11T04:55:26.642Z] ---> 658024949972 [2021-03-11T04:55:26.642Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T04:55:26.642Z] Successfully built ac1b1150981d [2021-03-11T04:55:26.642Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T04:55:26.642Z] Building docker-security-proxy-setup-go [2021-03-11T04:55:27.219Z]  Building docker-security-secretstore-setup-go ... done  ---> afe6df2cb6ad [2021-03-11T04:55:27.219Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T04:55:27.487Z] ---> Running in 7ad061ff7ac9 [2021-03-11T04:55:31.722Z] Removing intermediate container 7ad061ff7ac9 [2021-03-11T04:55:31.722Z] ---> 477948db29d7 [2021-03-11T04:55:31.722Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T04:55:32.243Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T04:55:35.039Z] ---> 58dd12a94fb7 [2021-03-11T04:55:35.039Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T04:55:35.040Z] ---> Running in cfd3c2733c10 [2021-03-11T04:55:37.624Z] Removing intermediate container cfd3c2733c10 [2021-03-11T04:55:37.624Z] ---> 79d2a27f42f0 [2021-03-11T04:55:37.624Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T04:55:37.624Z] ---> Running in 723efd56e040 [2021-03-11T04:55:37.624Z] Removing intermediate container 723efd56e040 [2021-03-11T04:55:37.624Z] ---> d0237729d0a9 [2021-03-11T04:55:37.624Z] Step 28/31 : CMD ["gate"] [2021-03-11T04:55:37.624Z] ---> Running in 061fc6eb3a86 [2021-03-11T04:55:37.887Z] Removing intermediate container 061fc6eb3a86 [2021-03-11T04:55:37.887Z] ---> d381fe85a187 [2021-03-11T04:55:37.887Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T04:55:38.150Z] ---> Running in 7b657aa1f58d [2021-03-11T04:55:38.150Z] Removing intermediate container 7b657aa1f58d [2021-03-11T04:55:38.150Z] ---> 0ffc25640dfd [2021-03-11T04:55:38.150Z] Step 30/31 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T04:55:38.432Z] ---> Running in 8c6c0ea83b69 [2021-03-11T04:55:38.695Z] Removing intermediate container 8c6c0ea83b69 [2021-03-11T04:55:38.695Z] ---> 9b2a4a4f88cf [2021-03-11T04:55:38.695Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T04:55:39.297Z] ---> Running in aff49b1ae649 [2021-03-11T04:55:44.673Z] Removing intermediate container aff49b1ae649 [2021-03-11T04:55:44.673Z] ---> 6b0ee344a98c [2021-03-11T04:55:44.673Z] [2021-03-11T04:55:48.029Z] Successfully built 6b0ee344a98c [2021-03-11T04:55:48.029Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T04:55:53.381Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:55:53.381Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:55:53.381Z] ---> c21ad0dda80c [2021-03-11T04:55:53.381Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T04:55:53.381Z] ---> Using cache [2021-03-11T04:55:53.381Z] ---> 4286bb0e7143 [2021-03-11T04:55:53.381Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:55:53.381Z] ---> Using cache [2021-03-11T04:55:53.381Z] ---> cc24974de58d [2021-03-11T04:55:53.381Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T04:55:53.977Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:55:53.977Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:55:53.977Z] ---> c21ad0dda80c [2021-03-11T04:55:53.977Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T04:55:53.977Z] ---> Using cache [2021-03-11T04:55:53.977Z] ---> 4286bb0e7143 [2021-03-11T04:55:53.977Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:55:53.977Z] ---> Using cache [2021-03-11T04:55:53.977Z] ---> cc24974de58d [2021-03-11T04:55:53.977Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T04:55:55.381Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:55:55.381Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:55:55.381Z] ---> c21ad0dda80c [2021-03-11T04:55:55.381Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T04:55:55.381Z] ---> Using cache [2021-03-11T04:55:55.381Z] ---> 4286bb0e7143 [2021-03-11T04:55:55.381Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:55:55.381Z] ---> Using cache [2021-03-11T04:55:55.381Z] ---> cc24974de58d [2021-03-11T04:55:55.381Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T04:55:55.381Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:55:55.381Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:55:55.381Z] ---> c21ad0dda80c [2021-03-11T04:55:55.381Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T04:55:55.381Z] ---> Using cache [2021-03-11T04:55:55.381Z] ---> 4286bb0e7143 [2021-03-11T04:55:55.381Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:55:55.381Z] ---> Using cache [2021-03-11T04:55:55.381Z] ---> cc24974de58d [2021-03-11T04:55:55.381Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T04:55:56.327Z] ---> Running in a44374b96da8 [2021-03-11T04:55:56.327Z] ---> Running in 032394643bdb [2021-03-11T04:55:56.327Z] ---> Running in bbc22eeb5cae [2021-03-11T04:55:56.327Z] ---> Running in ca1d786b4985 [2021-03-11T04:55:57.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:57.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:57.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:57.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:58.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:58.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:58.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:58.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:55:58.818Z] OK: 233 MiB in 51 packages [2021-03-11T04:55:59.392Z] OK: 233 MiB in 51 packages [2021-03-11T04:55:59.392Z] OK: 233 MiB in 51 packages [2021-03-11T04:55:59.392Z] OK: 233 MiB in 51 packages [2021-03-11T04:56:00.345Z] Removing intermediate container bbc22eeb5cae [2021-03-11T04:56:00.345Z] ---> 9232a90bc0c2 [2021-03-11T04:56:00.345Z] Step 6/26 : COPY go.mod . [2021-03-11T04:56:00.345Z] Removing intermediate container a44374b96da8 [2021-03-11T04:56:00.345Z] ---> 5df5c35ca4fa [2021-03-11T04:56:00.345Z] Step 6/21 : COPY go.mod . [2021-03-11T04:56:00.345Z] Removing intermediate container ca1d786b4985 [2021-03-11T04:56:00.345Z] ---> 2d742ab7595f [2021-03-11T04:56:00.345Z] Step 6/23 : COPY go.mod . [2021-03-11T04:56:00.345Z] Removing intermediate container 032394643bdb [2021-03-11T04:56:00.345Z] ---> f8b76f0edce2 [2021-03-11T04:56:00.345Z] Step 6/23 : COPY go.mod . [2021-03-11T04:56:00.608Z] ---> 885cdd1fe829 [2021-03-11T04:56:00.608Z] Step 7/26 : RUN go mod download [2021-03-11T04:56:00.608Z] ---> 76abf296dcc4 [2021-03-11T04:56:00.608Z] Step 7/21 : RUN go mod download [2021-03-11T04:56:00.608Z] ---> Running in 11e0c75f9424 [2021-03-11T04:56:00.608Z] ---> Running in 5ac27b147bed [2021-03-11T04:56:00.869Z] ---> f72b449f6cb8 [2021-03-11T04:56:00.869Z] ---> 0ecfdf58d7b6 [2021-03-11T04:56:00.869Z] Step 7/23 : RUN go mod downloadStep 7/23 : RUN go mod download [2021-03-11T04:56:00.869Z] [2021-03-11T04:56:00.869Z] ---> Running in 913c1f40d6c8 [2021-03-11T04:56:00.869Z] ---> Running in f8d9e39c32a1 [2021-03-11T04:56:02.831Z] Removing intermediate container f8d9e39c32a1 [2021-03-11T04:56:02.831Z] ---> 1a0b17bfd2f3 [2021-03-11T04:56:02.831Z] Step 8/23 : COPY . . [2021-03-11T04:56:02.831Z] Removing intermediate container 5ac27b147bed [2021-03-11T04:56:02.831Z] ---> ce27f1f49a87 [2021-03-11T04:56:02.831Z] Step 8/21 : COPY . . [2021-03-11T04:56:02.831Z] Removing intermediate container 11e0c75f9424 [2021-03-11T04:56:02.831Z] ---> 49199e961e9b [2021-03-11T04:56:02.831Z] Step 8/26 : COPY . . [2021-03-11T04:56:03.099Z] Removing intermediate container 913c1f40d6c8 [2021-03-11T04:56:03.099Z] ---> 957f423dece9 [2021-03-11T04:56:03.099Z] Step 8/23 : COPY . . [2021-03-11T04:56:29.169Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T04:56:29.771Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T04:56:35.820Z] ---> 24da9b29212c [2021-03-11T04:56:35.820Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T04:56:36.087Z] ---> 1b57a6492a39 [2021-03-11T04:56:36.087Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T04:56:36.087Z] ---> e88f80e96cca [2021-03-11T04:56:36.087Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T04:56:36.350Z] ---> Running in d2d7c38a0cd1 [2021-03-11T04:56:36.350Z] ---> Running in 1729a649c66d [2021-03-11T04:56:36.350Z] ---> Running in f040675d9991 [2021-03-11T04:56:36.350Z] ---> 56f2ee3d8175 [2021-03-11T04:56:36.350Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T04:56:36.612Z] ---> Running in 1df429daeb2c [2021-03-11T04:56:37.602Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T04:56:37.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T04:56:37.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T04:56:37.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T04:56:38.088Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T04:56:38.088Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T04:56:40.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T04:56:40.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T04:56:40.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T04:56:40.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T04:56:44.158Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T04:56:44.437Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T04:56:52.730Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T04:56:52.730Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T04:56:52.730Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T04:56:59.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.304s coverage: 45.9% of statements [2021-03-11T04:56:59.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T04:56:59.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T04:56:59.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T04:56:59.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T04:56:59.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T04:56:59.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T04:56:59.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T04:56:59.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.221s coverage: 100.0% of statements [2021-03-11T04:57:04.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T04:57:06.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.502s coverage: 27.1% of statements [2021-03-11T04:57:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T04:57:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T04:57:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T04:57:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T04:57:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T04:57:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T04:57:06.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-03-11T04:57:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T04:57:06.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-03-11T04:57:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T04:57:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T04:57:06.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.261s coverage: 71.3% of statements [2021-03-11T04:57:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T04:57:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T04:57:06.917Z] Removing intermediate container d2d7c38a0cd1 [2021-03-11T04:57:06.917Z] ---> b9282a72b6fd [2021-03-11T04:57:06.917Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T04:57:06.917Z] ---> Running in 57d68021957d [2021-03-11T04:57:08.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.479s coverage: 82.9% of statements [2021-03-11T04:57:08.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T04:57:08.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:57:08.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.150s coverage: 78.9% of statements [2021-03-11T04:57:08.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T04:57:08.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T04:57:10.345Z] Removing intermediate container f040675d9991 [2021-03-11T04:57:10.345Z] ---> 1f4fdbadb55e [2021-03-11T04:57:10.345Z] [2021-03-11T04:57:10.345Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T04:57:10.345Z] ---> 88dd2752d2ea [2021-03-11T04:57:10.345Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T04:57:10.613Z] ---> Running in d295b57da085 [2021-03-11T04:57:11.586Z] Removing intermediate container 57d68021957d [2021-03-11T04:57:11.586Z] ---> 0c1fb41705e9 [2021-03-11T04:57:11.586Z] [2021-03-11T04:57:11.586Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T04:57:11.586Z] 20.10.0: Pulling from library/docker [2021-03-11T04:57:11.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:11.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:12.148Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T04:57:12.148Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T04:57:12.148Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T04:57:12.148Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T04:57:12.148Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:57:12.730Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T04:57:12.730Z] OK: 7 MiB in 18 packages [2021-03-11T04:57:15.297Z] Removing intermediate container 1729a649c66d [2021-03-11T04:57:15.297Z] ---> c190d6aa3afc [2021-03-11T04:57:15.297Z] [2021-03-11T04:57:15.297Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T04:57:15.297Z] ---> 88dd2752d2ea [2021-03-11T04:57:15.297Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T04:57:15.297Z] ---> Using cache [2021-03-11T04:57:15.297Z] ---> 3c45cf7f5510 [2021-03-11T04:57:15.297Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:57:15.297Z] ---> Using cache [2021-03-11T04:57:15.297Z] ---> 2ae221c8788c [2021-03-11T04:57:15.297Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T04:57:15.297Z] Removing intermediate container 1df429daeb2c [2021-03-11T04:57:15.297Z] ---> 8b9b68dff019 [2021-03-11T04:57:15.297Z] [2021-03-11T04:57:15.297Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T04:57:15.297Z] ---> 88dd2752d2ea [2021-03-11T04:57:15.297Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T04:57:15.873Z] ---> Running in 6234edb459d6 [2021-03-11T04:57:16.466Z] ---> Running in 27136c0ef6d4 [2021-03-11T04:57:17.040Z] Removing intermediate container d295b57da085 [2021-03-11T04:57:17.040Z] ---> f31dff121244 [2021-03-11T04:57:17.040Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T04:57:17.040Z] Removing intermediate container 6234edb459d6 [2021-03-11T04:57:17.040Z] ---> a5b6bb204abe [2021-03-11T04:57:17.040Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T04:57:17.304Z] ---> Running in 51ca732fdddb [2021-03-11T04:57:17.304Z] ---> Running in 56c0b34df7d3 [2021-03-11T04:57:17.304Z] Removing intermediate container 27136c0ef6d4 [2021-03-11T04:57:17.304Z] ---> 2804410cea25 [2021-03-11T04:57:17.304Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T04:57:17.567Z] ---> Running in 4021717ab966 [2021-03-11T04:57:17.567Z] Removing intermediate container 51ca732fdddb [2021-03-11T04:57:17.567Z] ---> 7f498ed17bd9 [2021-03-11T04:57:17.567Z] Step 15/23 : WORKDIR / [2021-03-11T04:57:17.567Z] Removing intermediate container 56c0b34df7d3 [2021-03-11T04:57:17.567Z] ---> dfab07353e8f [2021-03-11T04:57:17.567Z] Step 13/21 : WORKDIR /edgex [2021-03-11T04:57:17.837Z] ---> Running in 158cc5e2de23 [2021-03-11T04:57:17.837Z] ---> Running in 422b3d401738 [2021-03-11T04:57:17.837Z] Removing intermediate container 4021717ab966 [2021-03-11T04:57:17.837Z] ---> ee50632f0073 [2021-03-11T04:57:17.837Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T04:57:18.102Z] ---> Running in c22302f93809 [2021-03-11T04:57:18.102Z] Removing intermediate container 158cc5e2de23 [2021-03-11T04:57:18.102Z] ---> 8c342df0a621 [2021-03-11T04:57:18.102Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T04:57:18.102Z] Removing intermediate container 422b3d401738 [2021-03-11T04:57:18.102Z] ---> 5e662d016e48 [2021-03-11T04:57:18.102Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:57:18.365Z] Removing intermediate container c22302f93809 [2021-03-11T04:57:18.365Z] ---> e113c60d9b30 [2021-03-11T04:57:18.365Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:57:18.365Z] ---> Running in 8afe8612e954 [2021-03-11T04:57:18.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.270s coverage: 28.6% of statements [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T04:57:18.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T04:57:18.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.102s coverage: 100.0% of statements [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T04:57:18.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.368s coverage: 86.7% of statements [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T04:57:18.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.318s coverage: 97.5% of statements [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T04:57:18.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.149s coverage: 78.3% of statements [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T04:57:18.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T04:57:18.638Z] ---> 1c09fd8eb5be [2021-03-11T04:57:18.638Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T04:57:18.638Z] ---> 1c81c3e58e7f [2021-03-11T04:57:18.638Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T04:57:19.235Z] ---> 2afdd17997fe [2021-03-11T04:57:19.235Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T04:57:19.498Z] ---> 42effa01abcb [2021-03-11T04:57:19.498Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T04:57:19.762Z] ---> 1e1cd501d96c [2021-03-11T04:57:19.762Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T04:57:20.709Z] ---> 195aad0d7bfb [2021-03-11T04:57:20.709Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T04:57:20.709Z] ---> Running in 4e7fd4723e3a [2021-03-11T04:57:20.709Z] Removing intermediate container 8afe8612e954 [2021-03-11T04:57:20.709Z] ---> ac8beedb0f09 [2021-03-11T04:57:20.709Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T04:57:20.709Z] ---> Running in fd683de8ff29 [2021-03-11T04:57:20.709Z] ---> Running in 462fad3c18f9 [2021-03-11T04:57:20.975Z] Removing intermediate container 4e7fd4723e3a [2021-03-11T04:57:20.975Z] ---> ce45919f329a [2021-03-11T04:57:20.975Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T04:57:21.240Z] ---> Running in 17f65c47b876 [2021-03-11T04:57:21.240Z] Removing intermediate container fd683de8ff29 [2021-03-11T04:57:21.240Z] ---> 1a90d9025282 [2021-03-11T04:57:21.240Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:57:21.240Z] ---> Running in 3f312c660f35 [2021-03-11T04:57:21.506Z] Removing intermediate container 17f65c47b876 [2021-03-11T04:57:21.506Z] ---> cf5a46debb3c [2021-03-11T04:57:21.506Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T04:57:21.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:21.506Z] ---> Running in 59c5aa6ac4fc [2021-03-11T04:57:21.506Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T04:57:21.506Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T04:57:21.506Z] ---> aefe523efa57 [2021-03-11T04:57:21.506Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T04:57:21.506Z] Removing intermediate container 3f312c660f35 [2021-03-11T04:57:21.506Z] ---> 24683c9057bb [2021-03-11T04:57:21.506Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T04:57:21.768Z] ---> Running in f1ff42e065e2 [2021-03-11T04:57:21.768Z] ---> Running in 6892be7f7243 [2021-03-11T04:57:21.768Z] Removing intermediate container 59c5aa6ac4fc [2021-03-11T04:57:21.768Z] ---> 212053295ba6 [2021-03-11T04:57:21.768Z] Step 20/21 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T04:57:22.031Z] ---> Running in e87083cecbf5 [2021-03-11T04:57:22.031Z] Removing intermediate container 6892be7f7243 [2021-03-11T04:57:22.031Z] ---> 59c10a18d6f8 [2021-03-11T04:57:22.031Z] Step 22/23 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T04:57:22.293Z] ---> Running in 79160c0a95c9 [2021-03-11T04:57:22.293Z] Removing intermediate container e87083cecbf5 [2021-03-11T04:57:22.293Z] ---> 4888731cf864 [2021-03-11T04:57:22.293Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T04:57:22.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:22.294Z] ---> Running in ddf484401e03 [2021-03-11T04:57:22.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:22.565Z] Removing intermediate container 79160c0a95c9 [2021-03-11T04:57:22.565Z] ---> 0701d075fabd [2021-03-11T04:57:22.565Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T04:57:22.565Z] ---> Running in 2b4b4b8c296b [2021-03-11T04:57:22.565Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T04:57:22.565Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T04:57:22.565Z] Removing intermediate container ddf484401e03 [2021-03-11T04:57:22.565Z] ---> 38b81d15dcd4 [2021-03-11T04:57:22.565Z] [2021-03-11T04:57:22.565Z] Executing bash-5.0.17-r0.post-install [2021-03-11T04:57:22.565Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:57:22.565Z] OK: 12 MiB in 22 packages [2021-03-11T04:57:23.138Z] Successfully built 38b81d15dcd4 [2021-03-11T04:57:23.138Z] Removing intermediate container 2b4b4b8c296b [2021-03-11T04:57:23.138Z] ---> 844c6c5b880d [2021-03-11T04:57:23.138Z] [2021-03-11T04:57:23.138Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T04:57:23.138Z]  Building docker-security-proxy-setup-go ... done Successfully built 844c6c5b880d [2021-03-11T04:57:23.138Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T04:57:23.402Z]  Building docker-core-metadata-go ... done Removing intermediate container f1ff42e065e2 [2021-03-11T04:57:23.402Z] ---> ff809651239b [2021-03-11T04:57:23.402Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T04:57:23.402Z] ---> Running in b1d97713fef1 [2021-03-11T04:57:23.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:23.665Z] Removing intermediate container b1d97713fef1 [2021-03-11T04:57:23.665Z] ---> cb442a392e58 [2021-03-11T04:57:23.665Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T04:57:23.665Z] ---> Running in 6c9285efa810 [2021-03-11T04:57:23.665Z] Removing intermediate container 6c9285efa810 [2021-03-11T04:57:23.665Z] ---> 4634fe6b583f [2021-03-11T04:57:23.666Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T04:57:23.929Z] ---> Running in 298967cd3818 [2021-03-11T04:57:23.929Z] Removing intermediate container 298967cd3818 [2021-03-11T04:57:23.929Z] ---> 3a54d1b89253 [2021-03-11T04:57:23.929Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T04:57:24.507Z] ---> 2b84319d2b4b [2021-03-11T04:57:24.507Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T04:57:24.770Z] ---> 8f704f2cdb5c [2021-03-11T04:57:24.770Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T04:57:25.032Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T04:57:25.032Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T04:57:25.032Z] ---> 810bea10430d [2021-03-11T04:57:25.032Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T04:57:25.032Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T04:57:25.294Z] ---> Running in d3e8add4bd45 [2021-03-11T04:57:25.294Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T04:57:25.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:25.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:25.819Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T04:57:25.820Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T04:57:25.820Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T04:57:25.820Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T04:57:25.820Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T04:57:25.820Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T04:57:25.820Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T04:57:25.820Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T04:57:26.085Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T04:57:26.085Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:57:26.085Z] OK: 8 MiB in 20 packages [2021-03-11T04:57:26.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.307s coverage: 92.8% of statements [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T04:57:26.767Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T04:57:26.767Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T04:57:26.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T04:57:26.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 47.1% of statements [2021-03-11T04:57:26.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.078s coverage: 79.5% of statements [2021-03-11T04:57:26.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-03-11T04:57:26.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.119s coverage: 96.3% of statements [2021-03-11T04:57:26.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2021-03-11T04:57:30.308Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T04:57:30.308Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T04:57:30.308Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T04:57:30.308Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T04:57:30.308Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T04:57:30.308Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T04:57:30.308Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T04:57:30.571Z] Removing intermediate container 462fad3c18f9 [2021-03-11T04:57:30.571Z] ---> 7055f74a2035 [2021-03-11T04:57:30.571Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:57:30.571Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T04:57:30.571Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T04:57:30.571Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T04:57:30.571Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T04:57:30.571Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T04:57:30.837Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T04:57:30.837Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T04:57:30.837Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T04:57:30.837Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T04:57:31.783Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T04:57:31.783Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T04:57:31.783Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T04:57:31.783Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T04:57:32.046Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T04:57:32.047Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T04:57:32.047Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T04:57:32.309Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T04:57:32.573Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T04:57:32.573Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T04:57:32.573Z] ---> 13c6d7041b9c [2021-03-11T04:57:32.573Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T04:57:32.573Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:57:32.573Z] OK: 71 MiB in 55 packages [2021-03-11T04:57:33.968Z] ---> 50926d18e65c [2021-03-11T04:57:33.968Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T04:57:35.890Z] ---> 00a2a11c3a43 [2021-03-11T04:57:35.890Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T04:57:37.811Z] ---> Running in ffa236521ea1 [2021-03-11T04:57:37.811Z] Removing intermediate container d3e8add4bd45 [2021-03-11T04:57:37.811Z] ---> aeaddd892581 [2021-03-11T04:57:37.811Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T04:57:37.811Z] ---> Running in d90b30bc0644 [2021-03-11T04:57:37.811Z] Removing intermediate container ffa236521ea1 [2021-03-11T04:57:37.811Z] ---> 5db67c70a7a0 [2021-03-11T04:57:37.811Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:57:38.075Z] ---> Running in 24e5bd2e260f [2021-03-11T04:57:38.337Z] Removing intermediate container 24e5bd2e260f [2021-03-11T04:57:38.337Z] ---> 24c84e565042 [2021-03-11T04:57:38.337Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T04:57:38.337Z] ---> Running in cea0fbf2a44a [2021-03-11T04:57:38.599Z] Removing intermediate container cea0fbf2a44a [2021-03-11T04:57:38.599Z] ---> 52b35151fb6e [2021-03-11T04:57:38.599Z] Step 22/23 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T04:57:38.599Z] ---> Running in 84083a0a724d [2021-03-11T04:57:38.599Z] Removing intermediate container 84083a0a724d [2021-03-11T04:57:38.599Z] ---> ad62044a6557 [2021-03-11T04:57:38.599Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T04:57:38.861Z] ---> Running in 7b2393f56b1a [2021-03-11T04:57:38.861Z] Removing intermediate container 7b2393f56b1a [2021-03-11T04:57:38.861Z] ---> b7ce4325e70c [2021-03-11T04:57:38.861Z] [2021-03-11T04:57:39.124Z] Successfully built b7ce4325e70c [2021-03-11T04:57:39.124Z] Successfully tagged docker-core-data-go:latest [2021-03-11T04:57:39.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements [2021-03-11T04:57:39.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-03-11T04:57:39.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.138s coverage: 81.4% of statements [2021-03-11T04:57:39.386Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-11T04:57:39.387Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T04:57:39.649Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T04:57:39.649Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T04:57:39.911Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T04:57:39.911Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T04:57:40.173Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T04:57:40.173Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T04:57:40.748Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T04:57:40.748Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T04:57:41.010Z] Collecting PyYAML<4,>=3.10 [2021-03-11T04:57:41.010Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T04:57:42.408Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T04:57:42.408Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T04:57:42.408Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-11T04:57:42.408Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T04:57:42.408Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T04:57:42.408Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T04:57:42.408Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T04:57:42.983Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T04:57:42.983Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T04:57:42.983Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T04:57:42.983Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T04:57:42.983Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-11T04:57:42.983Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-11T04:57:43.244Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T04:57:43.244Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T04:57:43.244Z] Collecting idna<2.8,>=2.5 [2021-03-11T04:57:43.244Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T04:57:43.244Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T04:57:43.244Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T04:57:43.244Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T04:57:43.244Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T04:57:43.506Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, dockerpty, jsonschema, PyYAML, cached-property, docopt, docker-compose [2021-03-11T04:57:43.768Z] Attempting uninstall: urllib3 [2021-03-11T04:57:43.768Z] Found existing installation: urllib3 1.25.9 [2021-03-11T04:57:43.768Z] Uninstalling urllib3-1.25.9: [2021-03-11T04:57:43.768Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T04:57:43.768Z] Attempting uninstall: idna [2021-03-11T04:57:43.768Z] Found existing installation: idna 2.9 [2021-03-11T04:57:43.768Z] Uninstalling idna-2.9: [2021-03-11T04:57:44.030Z] Successfully uninstalled idna-2.9 [2021-03-11T04:57:44.030Z] Attempting uninstall: requests [2021-03-11T04:57:44.030Z] Found existing installation: requests 2.23.0 [2021-03-11T04:57:44.030Z] Uninstalling requests-2.23.0: [2021-03-11T04:57:44.293Z] Successfully uninstalled requests-2.23.0 [2021-03-11T04:57:45.238Z] Running setup.py install for texttable: started [2021-03-11T04:57:45.499Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T04:57:45.499Z] Running setup.py install for dockerpty: started [2021-03-11T04:57:46.074Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T04:57:46.074Z] Running setup.py install for PyYAML: started [2021-03-11T04:57:46.674Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T04:57:46.674Z] Running setup.py install for docopt: started [2021-03-11T04:57:46.935Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T04:57:47.508Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T04:57:50.060Z] Removing intermediate container d90b30bc0644 [2021-03-11T04:57:50.060Z] ---> 9454927482da [2021-03-11T04:57:50.060Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T04:57:50.328Z] ---> Running in 0be7807bbebb [2021-03-11T04:57:50.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:50.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:50.907Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T04:57:50.907Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T04:57:50.907Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T04:57:50.907Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:57:50.907Z] OK: 72 MiB in 58 packages [2021-03-11T04:57:51.484Z] Removing intermediate container 0be7807bbebb [2021-03-11T04:57:51.484Z] ---> 30709f2dc275 [2021-03-11T04:57:51.484Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T04:57:51.484Z] ---> Running in 8e8c124e3d1c [2021-03-11T04:57:51.746Z] Removing intermediate container 8e8c124e3d1c [2021-03-11T04:57:51.746Z] ---> eda09312afda [2021-03-11T04:57:51.746Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:57:51.746Z] ---> Running in ad23e64766a9 [2021-03-11T04:57:52.009Z] Removing intermediate container ad23e64766a9 [2021-03-11T04:57:52.009Z] ---> 28189b27945c [2021-03-11T04:57:52.009Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T04:57:52.009Z] ---> Running in 9e28854d483a [2021-03-11T04:57:52.271Z] Removing intermediate container 9e28854d483a [2021-03-11T04:57:52.271Z] ---> 01b980b46e45 [2021-03-11T04:57:52.271Z] Step 25/26 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T04:57:52.533Z] ---> Running in 50d66b03d73d [2021-03-11T04:57:52.796Z] Removing intermediate container 50d66b03d73d [2021-03-11T04:57:52.796Z] ---> fc548db7ab21 [2021-03-11T04:57:52.796Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T04:57:52.796Z] ---> Running in 085e83f6d8e8 [2021-03-11T04:57:53.058Z] Removing intermediate container 085e83f6d8e8 [2021-03-11T04:57:53.058Z] ---> a819074e051c [2021-03-11T04:57:53.058Z] [2021-03-11T04:57:53.058Z] Successfully built a819074e051c [2021-03-11T04:57:53.058Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T04:57:54.016Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T04:57:54.043Z] $ docker stop --time=1 142099130f491bf9ae0d0dade86781d5dfe8af80acc4df72f386e890fe61232e [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.121s coverage: 92.9% of statements [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 75.5% of statements [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.6% of statements [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.6% of statements [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.559s coverage: 62.4% of statements [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T04:57:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements [2021-03-11T04:57:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-03-11T04:57:54.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2021-03-11T04:57:55.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements [2021-03-11T04:57:56.472Z] $ docker rm -f 142099130f491bf9ae0d0dade86781d5dfe8af80acc4df72f386e890fe61232e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T04:57:57.238Z] + docker images [2021-03-11T04:57:57.238Z] + grep docker [2021-03-11T04:57:57.531Z] docker-sys-mgmt-agent-go latest a819074e051c 5 seconds ago 313MB [2021-03-11T04:57:57.531Z] docker-core-data-go latest b7ce4325e70c 19 seconds ago 22.6MB [2021-03-11T04:57:57.531Z] docker-security-proxy-setup-go latest 38b81d15dcd4 35 seconds ago 24.7MB [2021-03-11T04:57:57.531Z] docker-core-metadata-go latest 844c6c5b880d 35 seconds ago 19MB [2021-03-11T04:57:57.531Z] docker-security-bootstrapper-go latest 6b0ee344a98c 2 minutes ago 18.7MB [2021-03-11T04:57:57.531Z] docker-security-secretstore-setup-go latest ac1b1150981d 2 minutes ago 24.9MB [2021-03-11T04:57:57.531Z] docker-core-command-go latest d63212fc1e45 2 minutes ago 17.2MB [2021-03-11T04:57:57.531Z] docker-support-notifications-go latest d315ae2f4b02 2 minutes ago 17.8MB [2021-03-11T04:57:57.531Z] docker-support-scheduler-go latest 091d89933078 2 minutes ago 17.3MB [2021-03-11T04:57:57.531Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-11T04:57:58.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.982s coverage: 69.0% of statements [2021-03-11T04:57:58.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T04:57:58.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T04:57:58.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T04:58:01.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.428s coverage: 38.4% of statements [2021-03-11T04:58:01.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T04:58:01.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T04:58:01.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.141s coverage: 89.5% of statements [2021-03-11T04:58:01.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T04:58:01.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.104s coverage: 84.8% of statements [2021-03-11T04:58:08.057Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.0% of statements [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T04:58:08.057Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.153s coverage: 100.0% of statements [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T04:58:08.057Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T04:58:08.057Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.488s coverage: 87.1% of statements [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:58:08.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T04:58:13.439Z] Still waiting to schedule task [2021-03-11T04:58:13.439Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-11T04:58:14.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.170s coverage: 29.1% of statements [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T04:58:14.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T04:58:14.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T04:58:14.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.247s coverage: 96.5% of statements [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T04:58:14.784Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T04:58:14.784Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T04:58:14.784Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T04:58:14.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-03-11T04:58:14.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T04:58:14.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T04:58:14.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-03-11T04:58:15.380Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-03-11T04:58:17.348Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-03-11T04:58:18.327Z] GO111MODULE=on go vet ./... [2021-03-11T04:59:09.707Z] Running on prd-ubuntu18.04-docker-8c-8g-29471 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-11T04:59:09.776Z] Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout [2021-03-11T04:59:12.342Z] using credential edgex-jenkins-ssh [2021-03-11T04:59:12.452Z] Cloning the remote Git repository [2021-03-11T04:59:12.486Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:59:12.563Z] > git init /w/workspace/edgex-go/16 # timeout=10 [2021-03-11T04:59:12.598Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:59:12.598Z] > git --version # timeout=10 [2021-03-11T04:59:12.605Z] > git --version # 'git version 2.17.1' [2021-03-11T04:59:12.606Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:59:12.668Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T04:59:40.143Z] gofmt -l . [2021-03-11T04:59:40.143Z] [ "`gofmt -l .`" = "" ] [2021-03-11T04:59:41.569Z] ./bin/test-go-mod-tidy.sh [2021-03-11T04:59:42.612Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T04:59:44.814Z] + ls -al . [2021-03-11T04:59:44.814Z] total 768 [2021-03-11T04:59:44.814Z] drwxrwxr-x 9 1001 1001 4096 Mar 11 04:59 . [2021-03-11T04:59:44.814Z] drwxr-xr-x 4 root root 4096 Mar 11 04:55 .. [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 04:53 .dockerignore [2021-03-11T04:59:44.814Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 04:53 .git [2021-03-11T04:59:44.814Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 04:53 .github [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 04:53 .gitignore [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 04:53 .sonarcloud.properties [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 04:53 Attribution.txt [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 04:53 CONTRIBUTING.md [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 04:53 Dockerfile.build [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 04:53 Jenkinsfile [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 04:53 LICENSE [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 04:53 Makefile [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 04:53 README.md [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 04:53 SECURITY.md [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 04:49 VERSION [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 04:53 ZMQWindows.md [2021-03-11T04:59:44.814Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 04:53 bin [2021-03-11T04:59:44.814Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 04:53 cmd [2021-03-11T04:59:44.814Z] -rw-r--r-- 1 root root 628838 Mar 11 04:58 coverage.out [2021-03-11T04:59:44.814Z] -rw-r--r-- 1 root root 1055 Mar 11 04:59 go.mod [2021-03-11T04:59:44.814Z] -rw-r--r-- 1 root root 22099 Mar 11 04:59 go.sum [2021-03-11T04:59:44.814Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 04:53 internal [2021-03-11T04:59:44.814Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 04:53 openapi [2021-03-11T04:59:44.814Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 04:53 snap [2021-03-11T04:59:44.814Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 04:53 version.go [Pipeline] sh [2021-03-11T04:59:45.508Z] + '[' -e coverage.out ] [2021-03-11T04:59:45.508Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T04:59:45.527Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T04:59:46.514Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T04:59:47.162Z] + make build [2021-03-11T04:59:47.162Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T04:59:57.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T05:00:01.103Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T05:00:01.117Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T05:00:02.612Z] Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T05:00:02.822Z] Merge succeeded, producing feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T05:00:02.822Z] Checking out Revision feceee52b67c986ed78c3711126a3ae755cb7ff3 (PR-3209) [2021-03-11T05:00:01.139Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T05:00:01.166Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T05:00:01.167Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T05:00:01.175Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T05:00:02.625Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T05:00:02.633Z] > git checkout -f feceee52b67c986ed78c3711126a3ae755cb7ff3 # timeout=10 [2021-03-11T05:00:02.789Z] > git remote # timeout=10 [2021-03-11T05:00:02.796Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T05:00:02.801Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T05:00:02.806Z] > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 [2021-03-11T05:00:02.816Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T05:00:02.827Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T05:00:02.831Z] > git checkout -f feceee52b67c986ed78c3711126a3ae755cb7ff3 # timeout=10 [2021-03-11T05:00:06.695Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:00:08.135Z] + echo snap-build.sh [2021-03-11T05:00:08.135Z] snap-build.sh [2021-03-11T05:00:08.135Z] + SNAP_BASE_DIR=. [2021-03-11T05:00:08.135Z] + '[' '!' -z /w/workspace/edgex-go/16 ']' [2021-03-11T05:00:08.135Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/16 [2021-03-11T05:00:08.135Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/16]' [2021-03-11T05:00:08.135Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/16] [2021-03-11T05:00:08.135Z] + cd /w/workspace/edgex-go/16 [2021-03-11T05:00:08.135Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-11T05:00:08.135Z] Reading package lists... [2021-03-11T05:00:08.400Z] Building dependency tree... [2021-03-11T05:00:08.400Z] Reading state information... [2021-03-11T05:00:08.664Z] The following packages were automatically installed and are no longer required: [2021-03-11T05:00:08.664Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-11T05:00:08.664Z] uidmap xdelta3 [2021-03-11T05:00:08.664Z] Use 'sudo apt autoremove' to remove them. [2021-03-11T05:00:08.664Z] The following packages will be REMOVED: [2021-03-11T05:00:08.664Z] lxd* lxd-client* [2021-03-11T05:00:09.241Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-11T05:00:09.241Z] After this operation, 31.7 MB disk space will be freed. [2021-03-11T05:00:10.573Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-11T05:00:10.573Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T05:00:11.977Z] Removing lxd dnsmasq configuration [2021-03-11T05:00:11.977Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T05:00:11.977Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-11T05:00:12.929Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-11T05:00:13.193Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-11T05:00:13.193Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T05:00:15.119Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-11T05:00:15.119Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-11T05:00:17.045Z] + sudo snap remove --purge lxd [2021-03-11T05:00:17.307Z] snap "lxd" is not installed [2021-03-11T05:00:17.308Z] + sudo groupadd --force --system lxd [2021-03-11T05:00:17.308Z] ++ whoami [2021-03-11T05:00:17.308Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-11T05:00:17.308Z] + newgrp - lxd [2021-03-11T05:00:17.308Z] + sudo snap install lxd [2021-03-11T05:00:24.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T05:00:27.413Z] 2021-03-11T05:00:24Z INFO Waiting for automatic snapd restart... [2021-03-11T05:00:29.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T05:00:36.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T05:00:38.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T05:00:43.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T05:00:49.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T05:00:49.514Z] lxd 4.12 from Canonical* installed [2021-03-11T05:00:49.514Z] + sudo lxd init --auto [2021-03-11T05:00:53.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T05:00:56.123Z] + sudo snap install --classic snapcraft [2021-03-11T05:00:57.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T05:01:01.449Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T05:01:01.449Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-11T05:01:01.449Z] + patch --verbose -p1 [2021-03-11T05:01:01.449Z] Hmm... Looks like a unified diff to me... [2021-03-11T05:01:01.449Z] The text leading up to this was: [2021-03-11T05:01:01.449Z] -------------------------- [2021-03-11T05:01:01.449Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-11T05:01:01.449Z] |From: Tony Espy [2021-03-11T05:01:01.449Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-11T05:01:01.449Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-11T05:01:01.449Z] | [2021-03-11T05:01:01.449Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-11T05:01:01.449Z] |optimize the snap CI check run for pull requests. When [2021-03-11T05:01:01.449Z] |applied, it essentially strips out everything (apps and [2021-03-11T05:01:01.449Z] |parts) from the snapcraft.yaml file except those required [2021-03-11T05:01:01.449Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-11T05:01:01.449Z] |catch changes to edgex-go that break the snap build. [2021-03-11T05:01:01.449Z] | [2021-03-11T05:01:01.449Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-11T05:01:01.449Z] |to update this patch file, otherwise it may fail to apply, [2021-03-11T05:01:01.449Z] |resulting in a failed snap build CI check in the associated [2021-03-11T05:01:01.449Z] |pull request. [2021-03-11T05:01:01.449Z] | [2021-03-11T05:01:01.449Z] |Note - in addition to applying this patch, the pipeline also [2021-03-11T05:01:01.449Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-11T05:01:01.449Z] |need to build the finally binary .snap file (and it won't [2021-03-11T05:01:01.449Z] |work with the patch applied). This further reduces the build [2021-03-11T05:01:01.449Z] |time. [2021-03-11T05:01:01.449Z] |--- [2021-03-11T05:01:01.449Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-11T05:01:01.449Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-11T05:01:01.449Z] | [2021-03-11T05:01:01.449Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-11T05:01:01.449Z] |index 1e537489..faf42425 100644 [2021-03-11T05:01:01.449Z] |--- a/snap/snapcraft.yaml [2021-03-11T05:01:01.449Z] |+++ b/snap/snapcraft.yaml [2021-03-11T05:01:01.449Z] -------------------------- [2021-03-11T05:01:01.449Z] patching file snap/snapcraft.yaml [2021-03-11T05:01:01.449Z] Using Plan A... [2021-03-11T05:01:01.449Z] Hunk #1 succeeded at 73. [2021-03-11T05:01:01.449Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-11T05:01:01.449Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-11T05:01:01.449Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-11T05:01:01.449Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-11T05:01:01.449Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-11T05:01:01.449Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-11T05:01:01.450Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-11T05:01:01.450Z] Hmm... Ignoring the trailing garbage. [2021-03-11T05:01:01.450Z] done [2021-03-11T05:01:01.450Z] + sudo snapcraft prime --use-lxd [2021-03-11T05:01:01.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T05:01:03.393Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-11T05:01:03.393Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-11T05:01:03.393Z] - README.md [2021-03-11T05:01:03.393Z] - snapcraft.yaml.orig [2021-03-11T05:01:03.393Z] [2021-03-11T05:01:03.393Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T05:01:04.343Z] Launching a container. [2021-03-11T05:01:06.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-11T05:01:14.576Z] $ docker stop --time=1 a69455ee02eb52cf5170f5163c4e83fbf1507b06fdb64e643a866ff1642d73a7 [2021-03-11T05:01:17.254Z] $ docker rm -f a69455ee02eb52cf5170f5163c4e83fbf1507b06fdb64e643a866ff1642d73a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:01:19.325Z] Waiting for container to be ready [2021-03-11T05:01:19.325Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-11T05:01:19.325Z] [2021-03-11T05:01:19.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T05:01:19.809Z] [2021-03-11T05:01:19.809Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:01:20.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T05:01:20.204Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-11T05:01:20.204Z] 29e5d40040c1: Pulling fs layer [2021-03-11T05:01:20.204Z] 1ce36da41761: Pulling fs layer [2021-03-11T05:01:20.204Z] 25b303627fd3: Pulling fs layer [2021-03-11T05:01:20.804Z] 29e5d40040c1: Verifying Checksum [2021-03-11T05:01:20.804Z] 29e5d40040c1: Download complete [2021-03-11T05:01:21.411Z] 1ce36da41761: Download complete [2021-03-11T05:01:21.411Z] 29e5d40040c1: Pull complete [2021-03-11T05:01:22.850Z] 1ce36da41761: Pull complete [2021-03-11T05:01:23.125Z] 25b303627fd3: Verifying Checksum [2021-03-11T05:01:23.564Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-11T05:01:23.564Z] Waiting for network to be ready... [2021-03-11T05:01:24.139Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T05:01:24.139Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T05:01:24.139Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T05:01:24.401Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T05:01:24.401Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T05:01:24.401Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T05:01:24.401Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T05:01:24.401Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T05:01:24.401Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T05:01:24.401Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T05:01:24.668Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T05:01:24.668Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T05:01:24.931Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T05:01:24.931Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T05:01:24.931Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T05:01:24.931Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T05:01:24.931Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T05:01:24.931Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T05:01:25.507Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T05:01:25.507Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T05:01:25.507Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T05:01:25.507Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T05:01:25.507Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T05:01:25.507Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T05:01:25.507Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T05:01:25.507Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T05:01:25.507Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T05:01:29.739Z] Fetched 24.0 MB in 5s (4436 kB/s) [2021-03-11T05:01:31.136Z] Reading package lists... [2021-03-11T05:01:31.136Z] Reading package lists... [2021-03-11T05:01:31.399Z] Building dependency tree... [2021-03-11T05:01:31.399Z] Reading state information... [2021-03-11T05:01:31.661Z] The following additional packages will be installed: [2021-03-11T05:01:31.661Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T05:01:31.661Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T05:01:31.661Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T05:01:31.661Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-11T05:01:31.661Z] Suggested packages: [2021-03-11T05:01:31.661Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-11T05:01:31.661Z] Recommended packages: [2021-03-11T05:01:31.661Z] gnupg libsasl2-modules [2021-03-11T05:01:31.661Z] The following NEW packages will be installed: [2021-03-11T05:01:31.661Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T05:01:31.661Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T05:01:31.661Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T05:01:31.661Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-11T05:01:31.661Z] The following packages will be upgraded: [2021-03-11T05:01:31.662Z] gpg gpg-agent gpgconf libudev1 [2021-03-11T05:01:31.662Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-11T05:01:31.662Z] Need to get 3530 kB of archives. [2021-03-11T05:01:31.662Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-11T05:01:31.662Z] 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-03-11T05:01:31.662Z] 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-03-11T05:01:31.925Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-11T05:01:31.925Z] 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-03-11T05:01:31.925Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-11T05:01:32.190Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-11T05:01:32.768Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-11T05:01:32.768Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-11T05:01:32.768Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-11T05:01:32.768Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-11T05:01:32.768Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-11T05:01:32.768Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-11T05:01:32.768Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-11T05:01:32.768Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-11T05:01:32.768Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-11T05:01:32.768Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-11T05:01:32.768Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-11T05:01:32.768Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-11T05:01:32.768Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-11T05:01:32.768Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-11T05:01:32.768Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-11T05:01:32.768Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-11T05:01:33.031Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T05:01:33.031Z] Fetched 3530 kB in 1s (2922 kB/s) [2021-03-11T05:01:33.285Z] 25b303627fd3: Pull complete [2021-03-11T05:01:33.285Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-11T05:01:33.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T05:01:33.286Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T05:01:33.293Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T05:01:33.293Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-11T05:01:33.293Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T05:01:33.293Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-11T05:01:33.293Z] Selecting previously unselected package udev. [2021-03-11T05:01:33.293Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T05:01:33.293Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [Pipeline] withDockerContainer [2021-03-11T05:01:33.557Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-11T05:01:33.574Z] prd-ubuntu18.04-docker-arm64-4c-16g-29468 does not seem to be running inside a container [2021-03-11T05:01:33.660Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T05:01:33.820Z] Selecting previously unselected package libfuse2:amd64. [2021-03-11T05:01:33.820Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T05:01:33.820Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T05:01:33.820Z] Selecting previously unselected package fuse. [2021-03-11T05:01:33.820Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T05:01:33.820Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-11T05:01:34.082Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T05:01:34.082Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T05:01:34.347Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T05:01:34.347Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T05:01:34.347Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T05:01:34.347Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T05:01:34.612Z] Selecting previously unselected package libksba8:amd64. [2021-03-11T05:01:34.612Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-11T05:01:34.612Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-11T05:01:34.612Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-11T05:01:34.612Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:01:34.612Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:34.612Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-11T05:01:34.874Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:01:34.874Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:34.874Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-11T05:01:34.874Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:01:34.874Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:34.874Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-11T05:01:34.874Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:01:34.874Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:35.137Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-11T05:01:35.137Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:01:35.137Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:35.137Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-11T05:01:35.137Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:01:35.137Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:35.399Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-11T05:01:35.399Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:01:35.399Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:35.399Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-11T05:01:35.399Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:01:35.399Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:35.399Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-11T05:01:35.662Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:01:35.662Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:35.662Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-11T05:01:35.662Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T05:01:35.662Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T05:01:35.662Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-11T05:01:35.662Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T05:01:35.662Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T05:01:35.925Z] Selecting previously unselected package libldap-common. [2021-03-11T05:01:35.926Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-11T05:01:35.926Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T05:01:35.926Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-11T05:01:35.926Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-11T05:01:35.926Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T05:01:35.926Z] Selecting previously unselected package dirmngr. [2021-03-11T05:01:35.926Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T05:01:35.926Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T05:01:36.189Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T05:01:36.189Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-11T05:01:36.189Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T05:01:36.453Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T05:01:36.453Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T05:01:36.453Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-11T05:01:36.453Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:36.453Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-11T05:01:36.453Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T05:01:36.453Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-11T05:01:37.070Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-11T05:01:37.164Z] $ docker top ee5044734b9302ecc08a844cec5d5c2315223e66f0498b8b70d3eaab347c049e -eo pid,comm [2021-03-11T05:01:37.332Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:37.333Z] Processing triggers for systemd (237-3ubuntu10) ... [Pipeline] { [Pipeline] sh [2021-03-11T05:01:37.614Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-11T05:01:37.614Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-11T05:01:37.614Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:37.614Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:37.614Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:37.614Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:37.877Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:37.877Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:37.877Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:01:37.877Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T05:01:37.877Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T05:01:37.877Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T05:01:38.247Z] + docker-compose build --help [2021-03-11T05:01:38.247Z] + grep parallel [2021-03-11T05:01:38.826Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-11T05:01:38.826Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-11T05:01:38.826Z] This means they are not meant to be enabled using systemctl. [2021-03-11T05:01:38.826Z] Possible reasons for having this kind of units are: [2021-03-11T05:01:38.826Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-11T05:01:38.826Z] .wants/ or .requires/ directory. [2021-03-11T05:01:38.826Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-11T05:01:38.826Z] a requirement dependency on it. [2021-03-11T05:01:38.826Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-11T05:01:38.826Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-11T05:01:38.826Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-11T05:01:38.826Z] instance name specified. [2021-03-11T05:01:39.089Z] Reading package lists... [2021-03-11T05:01:39.360Z] Building dependency tree... [2021-03-11T05:01:39.360Z] Reading state information... [2021-03-11T05:01:39.626Z] The following additional packages will be installed: [2021-03-11T05:01:39.626Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-11T05:01:39.626Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-11T05:01:39.626Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-11T05:01:39.626Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-11T05:01:39.626Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-11T05:01:39.626Z] Suggested packages: [2021-03-11T05:01:39.626Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-11T05:01:39.626Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-11T05:01:39.626Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-11T05:01:39.626Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-11T05:01:39.626Z] systemd-container policykit-1 [2021-03-11T05:01:39.626Z] Recommended packages: [2021-03-11T05:01:39.626Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-11T05:01:39.626Z] The following NEW packages will be installed: [2021-03-11T05:01:39.626Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-11T05:01:39.626Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-11T05:01:39.626Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-11T05:01:39.626Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-11T05:01:39.626Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-11T05:01:39.626Z] The following packages will be upgraded: [2021-03-11T05:01:39.626Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-11T05:01:39.893Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-11T05:01:39.893Z] Need to get 35.2 MB of archives. [2021-03-11T05:01:39.893Z] After this operation, 141 MB of additional disk space will be used. [2021-03-11T05:01:39.893Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-11T05:01:39.893Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-11T05:01:40.475Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-11T05:01:40.475Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-11T05:01:40.475Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-11T05:01:40.475Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-11T05:01:40.475Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-11T05:01:40.475Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-11T05:01:40.475Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-11T05:01:40.475Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-11T05:01:40.475Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-11T05:01:40.475Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-11T05:01:40.475Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-11T05:01:40.737Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-11T05:01:40.737Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-11T05:01:40.737Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-11T05:01:40.737Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-11T05:01:40.737Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-11T05:01:40.737Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-11T05:01:40.737Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-11T05:01:40.737Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-11T05:01:40.737Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-11T05:01:40.737Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-11T05:01:40.737Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-11T05:01:40.737Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-11T05:01:40.737Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-11T05:01:40.737Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-11T05:01:40.737Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-11T05:01:41.000Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-11T05:01:41.000Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-11T05:01:41.955Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T05:01:41.955Z] Fetched 35.2 MB in 2s (17.6 MB/s) [2021-03-11T05:01:41.955Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T05:01:41.955Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-11T05:01:42.217Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T05:01:43.622Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-11T05:01:43.622Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T05:01:43.622Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-11T05:01:43.670Z] --parallel Build images in parallel. [2021-03-11T05:01:43.886Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T05:01:43.886Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T05:01:43.886Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T05:01:43.886Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [Pipeline] } [2021-03-11T05:01:43.960Z] $ docker stop --time=1 ee5044734b9302ecc08a844cec5d5c2315223e66f0498b8b70d3eaab347c049e [2021-03-11T05:01:44.149Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T05:01:44.149Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T05:01:44.149Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T05:01:44.412Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-11T05:01:44.412Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-11T05:01:44.990Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-11T05:01:45.254Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-11T05:01:45.254Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T05:01:45.254Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T05:01:45.516Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-11T05:01:45.517Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T05:01:45.517Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:01:45.781Z] Selecting previously unselected package libexpat1:amd64. [2021-03-11T05:01:45.781Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-11T05:01:45.781Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T05:01:45.781Z] Selecting previously unselected package python3.6-minimal. [2021-03-11T05:01:45.781Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T05:01:45.781Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:01:45.944Z] $ docker rm -f ee5044734b9302ecc08a844cec5d5c2315223e66f0498b8b70d3eaab347c049e [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-03-11T05:01:46.369Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T05:01:46.369Z] Checking for services that may need to be restarted...done. [2021-03-11T05:01:46.369Z] Checking for services that may need to be restarted...done. [2021-03-11T05:01:46.369Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:01:46.639Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T05:01:46.639Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:01:46.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T05:01:46.788Z] . [Pipeline] withDockerContainer [2021-03-11T05:01:47.077Z] prd-ubuntu18.04-docker-arm64-4c-16g-29468 does not seem to be running inside a container [2021-03-11T05:01:47.160Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T05:01:47.215Z] Selecting previously unselected package python3-minimal. [2021-03-11T05:01:47.215Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-11T05:01:47.215Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-11T05:01:47.215Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-11T05:01:47.479Z] Selecting previously unselected package mime-support. [2021-03-11T05:01:47.479Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-11T05:01:47.479Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-11T05:01:47.479Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-11T05:01:47.479Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-11T05:01:47.479Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T05:01:47.741Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-11T05:01:47.741Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T05:01:47.741Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:01:48.005Z] Selecting previously unselected package python3.6. [2021-03-11T05:01:48.005Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T05:01:48.005Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:01:48.005Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-11T05:01:48.005Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-11T05:01:48.005Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T05:01:48.268Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-11T05:01:48.727Z] $ docker top de1fabe8f711edee7b7eb1c6cea54b9739d58e87e2b0cd3ecbce69bb310ea9a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T05:01:49.223Z] Selecting previously unselected package python3. [2021-03-11T05:01:49.223Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-11T05:01:49.223Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-11T05:01:49.223Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-11T05:01:49.486Z] Selecting previously unselected package multiarch-support. [2021-03-11T05:01:49.486Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T05:01:49.486Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T05:01:49.486Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T05:01:49.486Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-11T05:01:49.749Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-11T05:01:49.749Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-11T05:01:49.749Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T05:01:49.749Z] Selecting previously unselected package libbsd0:amd64. [2021-03-11T05:01:49.749Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-11T05:01:49.749Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T05:01:49.817Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T05:01:50.012Z] Selecting previously unselected package sudo. [2021-03-11T05:01:50.012Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-11T05:01:50.012Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T05:01:50.012Z] Selecting previously unselected package apparmor. [2021-03-11T05:01:50.012Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T05:01:50.012Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-11T05:01:50.282Z] Selecting previously unselected package libedit2:amd64. [2021-03-11T05:01:50.282Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-11T05:01:50.282Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T05:01:50.574Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-11T05:01:50.574Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T05:01:50.574Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:01:50.574Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-11T05:01:50.574Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T05:01:50.574Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:01:50.574Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-11T05:01:50.574Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-11T05:01:50.574Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T05:01:50.836Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-11T05:01:50.836Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T05:01:50.836Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:01:50.836Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-11T05:01:50.836Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T05:01:50.836Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:01:51.100Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-11T05:01:51.100Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-11T05:01:51.100Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T05:01:51.100Z] Selecting previously unselected package openssh-client. [2021-03-11T05:01:51.100Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-11T05:01:51.100Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T05:01:51.364Z] Selecting previously unselected package squashfs-tools. [2021-03-11T05:01:51.364Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-11T05:01:51.364Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T05:01:51.364Z] Selecting previously unselected package snapd. [2021-03-11T05:01:51.364Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-11T05:01:51.628Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-11T05:01:54.171Z] Building docker-core-command-go ... [2021-03-11T05:01:54.171Z] Building docker-core-data-go ... [2021-03-11T05:01:54.171Z] Building docker-core-metadata-go ... [2021-03-11T05:01:54.171Z] Building docker-security-bootstrapper-go ... [2021-03-11T05:01:54.171Z] Building docker-security-proxy-setup-go ... [2021-03-11T05:01:54.171Z] Building docker-security-secretstore-setup-go ... [2021-03-11T05:01:54.171Z] Building docker-support-notifications-go ... [2021-03-11T05:01:54.171Z] Building docker-support-scheduler-go ... [2021-03-11T05:01:54.171Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T05:01:54.171Z] Building docker-security-bootstrapper-go [2021-03-11T05:01:54.171Z] Building docker-core-metadata-go [2021-03-11T05:01:54.171Z] Building docker-core-command-go [2021-03-11T05:01:54.171Z] Building docker-sys-mgmt-agent-go [2021-03-11T05:01:54.171Z] Building docker-security-secretstore-setup-go [2021-03-11T05:01:54.189Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T05:01:54.189Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T05:01:54.453Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-11T05:01:54.453Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T05:01:54.453Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T05:01:54.453Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:01:54.453Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T05:01:54.453Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-11T05:01:54.453Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-11T05:01:55.402Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T05:01:55.402Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T05:01:55.402Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T05:01:55.402Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:01:55.402Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:01:55.402Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:01:56.356Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T05:01:56.356Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:01:56.356Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T05:01:56.620Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-11T05:01:56.620Z] running python rtupdate hooks for python3.6... [2021-03-11T05:01:56.620Z] running python post-rtupdate hooks for python3.6... [2021-03-11T05:01:56.620Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-11T05:01:58.547Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-11T05:01:58.547Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:01:58.547Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T05:01:58.810Z] Setting up snapd (2.48.3+18.04) ... [2021-03-11T05:01:59.385Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-11T05:01:59.648Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-11T05:01:59.913Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-11T05:02:00.177Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-11T05:02:00.440Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T05:02:00.440Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T05:02:00.704Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-11T05:02:00.967Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-11T05:02:01.232Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-11T05:02:01.496Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-11T05:02:01.776Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-11T05:02:01.776Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T05:02:01.776Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T05:02:03.173Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T05:02:03.436Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T05:02:03.436Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T05:02:05.632Z] Reading package lists... [2021-03-11T05:02:05.896Z] Reading package lists... [2021-03-11T05:02:06.158Z] Building dependency tree... [2021-03-11T05:02:06.158Z] Reading state information... [2021-03-11T05:02:06.158Z] Calculating upgrade... [2021-03-11T05:02:06.422Z] The following packages will be upgraded: [2021-03-11T05:02:06.422Z] advancecomp base-files bash binutils binutils-common [2021-03-11T05:02:06.422Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-11T05:02:06.422Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-11T05:02:06.422Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-11T05:02:06.422Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-11T05:02:06.422Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-11T05:02:06.422Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-11T05:02:06.422Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-11T05:02:06.422Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-11T05:02:06.422Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-11T05:02:06.422Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-11T05:02:06.422Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-11T05:02:06.422Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-11T05:02:06.422Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-11T05:02:06.422Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-11T05:02:06.422Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T05:02:06.422Z] Need to get 63.8 MB of archives. [2021-03-11T05:02:06.422Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-11T05:02:06.422Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-11T05:02:06.686Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-11T05:02:06.686Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-11T05:02:06.686Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-11T05:02:06.686Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-11T05:02:06.686Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-11T05:02:06.686Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-11T05:02:06.686Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-11T05:02:06.686Z] 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-03-11T05:02:06.686Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-11T05:02:06.686Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-11T05:02:06.686Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-11T05:02:06.686Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-11T05:02:06.686Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-11T05:02:06.686Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-11T05:02:06.686Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-11T05:02:06.686Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-11T05:02:06.686Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-11T05:02:06.686Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-11T05:02:06.686Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-11T05:02:06.686Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-11T05:02:06.949Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-11T05:02:06.949Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-11T05:02:06.949Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-11T05:02:06.949Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-11T05:02:06.949Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-11T05:02:06.949Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-11T05:02:06.949Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-11T05:02:06.949Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-11T05:02:06.949Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-11T05:02:06.949Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-11T05:02:06.949Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-11T05:02:06.950Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-11T05:02:06.950Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-11T05:02:06.950Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-11T05:02:06.950Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-11T05:02:06.950Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-11T05:02:06.950Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-11T05:02:06.950Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-11T05:02:06.950Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-11T05:02:06.950Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-11T05:02:06.950Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-11T05:02:06.950Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-11T05:02:06.950Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-11T05:02:06.950Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-11T05:02:06.950Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-11T05:02:06.950Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-11T05:02:06.950Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-11T05:02:06.950Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-11T05:02:06.950Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-11T05:02:06.950Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-11T05:02:06.950Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-11T05:02:06.950Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-11T05:02:06.950Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-11T05:02:06.950Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-11T05:02:07.215Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-11T05:02:07.480Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-11T05:02:07.480Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-11T05:02:07.480Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-11T05:02:07.480Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-11T05:02:07.480Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-11T05:02:07.743Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-11T05:02:07.743Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-11T05:02:07.743Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-11T05:02:07.743Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-11T05:02:07.743Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-11T05:02:07.743Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-11T05:02:07.743Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-11T05:02:07.743Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-11T05:02:07.743Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-11T05:02:07.743Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-11T05:02:07.743Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-11T05:02:07.743Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-11T05:02:07.743Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-11T05:02:07.743Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-11T05:02:07.743Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-11T05:02:07.743Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-11T05:02:07.743Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-11T05:02:07.743Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-11T05:02:07.743Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-11T05:02:07.743Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-11T05:02:07.743Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-11T05:02:07.743Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-11T05:02:08.006Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-11T05:02:08.006Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-11T05:02:08.006Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-11T05:02:08.006Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-11T05:02:08.006Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-11T05:02:08.269Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-11T05:02:08.269Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-11T05:02:08.269Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-11T05:02:08.269Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-11T05:02:08.269Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-11T05:02:08.269Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-11T05:02:08.269Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-11T05:02:08.269Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-11T05:02:08.269Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-11T05:02:08.269Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-11T05:02:08.269Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-11T05:02:08.532Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T05:02:08.532Z] Fetched 63.8 MB in 2s (34.6 MB/s) [2021-03-11T05:02:08.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:08.532Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T05:02:08.532Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T05:02:09.480Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T05:02:09.480Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T05:02:09.744Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-11T05:02:09.744Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-11T05:02:10.697Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:10.697Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:02:10.697Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:10.697Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:02:10.972Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:10.972Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:02:11.237Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:11.237Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:02:11.237Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:11.237Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:02:11.500Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:11.501Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:02:11.501Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:11.501Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:02:11.765Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:02:11.765Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T05:02:11.765Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:11.765Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-11T05:02:12.031Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:02:12.031Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T05:02:12.031Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:12.031Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:02:12.296Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:12.296Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:02:12.296Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:12.559Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:02:12.559Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:02:12.821Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T05:02:12.821Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T05:02:13.085Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T05:02:13.668Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T05:02:13.935Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T05:02:13.935Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-11T05:02:13.935Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-11T05:02:13.935Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-11T05:02:14.204Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-11T05:02:14.468Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-11T05:02:14.468Z] Installing new version of config file /etc/issue ... [2021-03-11T05:02:14.468Z] Installing new version of config file /etc/issue.net ... [2021-03-11T05:02:14.468Z] Installing new version of config file /etc/lsb-release ... [2021-03-11T05:02:14.468Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-11T05:02:14.732Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-11T05:02:14.996Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-11T05:02:14.996Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-11T05:02:14.996Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:14.996Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-11T05:02:15.264Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-11T05:02:15.264Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-11T05:02:15.528Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-11T05:02:15.528Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:15.528Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:02:15.528Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-11T05:02:15.528Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:02:15.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:15.792Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-11T05:02:15.792Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-11T05:02:15.792Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-11T05:02:16.056Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:16.056Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-11T05:02:16.056Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T05:02:16.319Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-11T05:02:16.585Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:16.585Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T05:02:16.585Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T05:02:16.850Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T05:02:16.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:16.851Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T05:02:16.851Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T05:02:17.120Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-11T05:02:17.120Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:17.120Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-11T05:02:17.120Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-11T05:02:17.403Z] Setting up grep (3.1-2build1) ... [2021-03-11T05:02:17.403Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:17.403Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T05:02:17.403Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T05:02:17.669Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-11T05:02:17.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:17.935Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T05:02:17.935Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T05:02:17.935Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-11T05:02:18.201Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:18.201Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T05:02:18.201Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T05:02:18.783Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T05:02:19.052Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T05:02:19.052Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T05:02:19.052Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T05:02:19.639Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-11T05:02:19.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:19.911Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-11T05:02:19.911Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T05:02:20.859Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T05:02:20.859Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T05:02:21.125Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T05:02:21.125Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T05:02:21.125Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T05:02:21.392Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:21.392Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-11T05:02:21.392Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-11T05:02:21.661Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-11T05:02:21.661Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:21.661Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:02:21.661Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:02:21.925Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:02:21.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:21.925Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:02:21.925Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:02:22.189Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:02:22.189Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:22.189Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:02:22.189Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:02:22.189Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:02:22.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:22.458Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:02:22.458Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:02:22.458Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:02:22.723Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:22.723Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T05:02:22.723Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T05:02:22.723Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T05:02:22.723Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T05:02:22.986Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T05:02:22.986Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:22.986Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T05:02:22.986Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T05:02:23.250Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T05:02:23.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:23.250Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:02:23.250Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:02:23.514Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:02:23.514Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:23.514Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:02:23.514Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:02:23.777Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:02:23.777Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:23.777Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:02:23.777Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:02:24.361Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:02:24.626Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-11T05:02:25.202Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-11T05:02:25.470Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:25.470Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T05:02:25.470Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T05:02:25.733Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T05:02:25.733Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:02:25.733Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-11T05:02:25.997Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T05:02:25.997Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-11T05:02:26.260Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:26.260Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-11T05:02:26.260Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-11T05:02:26.260Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-11T05:02:26.838Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:26.839Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-11T05:02:26.839Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T05:02:26.839Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-11T05:02:27.102Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:27.103Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-11T05:02:27.103Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T05:02:27.103Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-11T05:02:27.370Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:27.370Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T05:02:27.370Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T05:02:27.654Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T05:02:27.654Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:27.654Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T05:02:27.946Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T05:02:27.946Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T05:02:27.946Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:27.946Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T05:02:28.289Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T05:02:28.584Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T05:02:28.585Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:28.585Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:02:28.585Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:02:28.857Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-11T05:02:28.857Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T05:02:28.857Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T05:02:28.857Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T05:02:29.127Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T05:02:29.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:29.127Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-11T05:02:29.393Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-11T05:02:29.393Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-11T05:02:29.737Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:29.737Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-11T05:02:29.737Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T05:02:29.737Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T05:02:30.317Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:30.317Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T05:02:30.317Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T05:02:30.317Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T05:02:30.580Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:30.580Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-11T05:02:30.580Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-11T05:02:30.580Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-11T05:02:30.842Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:30.842Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T05:02:30.842Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T05:02:31.105Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-11T05:02:31.368Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:31.368Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T05:02:31.368Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T05:02:31.633Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-11T05:02:31.633Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:31.633Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-11T05:02:31.633Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-11T05:02:31.897Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-11T05:02:31.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:31.897Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-11T05:02:32.163Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-11T05:02:32.163Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-11T05:02:32.163Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:32.163Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-11T05:02:32.427Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-11T05:02:32.427Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-11T05:02:32.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:32.690Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-11T05:02:32.690Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-11T05:02:32.690Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-11T05:02:32.954Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:32.954Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T05:02:32.954Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-11T05:02:32.954Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-11T05:02:33.217Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:02:33.217Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-11T05:02:33.217Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-11T05:02:33.218Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-11T05:02:33.479Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-11T05:02:33.479Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T05:02:33.479Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T05:02:33.741Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T05:02:33.741Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T05:02:34.007Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T05:02:34.007Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T05:02:34.269Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-11T05:02:34.269Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-11T05:02:34.536Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T05:02:34.536Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-11T05:02:34.536Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T05:02:34.536Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-11T05:02:34.799Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-11T05:02:34.799Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-11T05:02:35.062Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-11T05:02:35.062Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-11T05:02:35.062Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-11T05:02:35.062Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-11T05:02:35.325Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-11T05:02:35.325Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-11T05:02:35.325Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-11T05:02:35.589Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-11T05:02:35.851Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-11T05:02:35.851Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-11T05:02:36.799Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-11T05:02:36.799Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-11T05:02:37.062Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-11T05:02:37.062Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-11T05:02:37.062Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T05:02:37.062Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T05:02:37.643Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T05:02:37.643Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T05:02:37.906Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T05:02:37.906Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T05:02:37.906Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T05:02:37.906Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T05:02:38.169Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:38.169Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:02:38.169Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:38.432Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:02:38.432Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:38.432Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:02:38.694Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:38.694Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:02:40.090Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:40.090Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:02:41.037Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:41.037Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:02:41.989Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:41.989Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:02:42.566Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:42.566Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:02:43.538Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:02:43.538Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:02:43.538Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T05:02:43.809Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T05:02:43.809Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T05:02:43.809Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T05:02:44.072Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T05:02:44.072Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T05:02:44.072Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-11T05:02:44.072Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-11T05:02:44.336Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T05:02:44.336Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T05:02:44.336Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T05:02:44.336Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T05:02:44.599Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-11T05:02:44.599Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-11T05:02:44.599Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:02:44.865Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T05:02:44.865Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:02:44.865Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:02:44.865Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:02:44.866Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-11T05:02:44.866Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-11T05:02:44.866Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-11T05:02:45.129Z] [2021-03-11T05:02:45.129Z] Current default time zone: 'Etc/UTC' [2021-03-11T05:02:45.129Z] Local time is now: Thu Mar 11 05:02:45 UTC 2021. [2021-03-11T05:02:45.129Z] Universal Time is now: Thu Mar 11 05:02:45 UTC 2021. [2021-03-11T05:02:45.129Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-11T05:02:45.129Z] [2021-03-11T05:02:45.129Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-11T05:02:45.129Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:02:45.391Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-11T05:02:45.391Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:02:45.391Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-11T05:02:45.391Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-11T05:02:45.391Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-11T05:02:45.657Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-11T05:02:45.657Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-11T05:02:45.921Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T05:02:45.921Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:02:45.921Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-11T05:02:46.183Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:02:46.183Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T05:02:46.446Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:02:46.446Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-11T05:02:46.446Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-11T05:02:46.446Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-11T05:02:46.446Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T05:02:46.446Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-11T05:02:46.446Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-11T05:02:46.446Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-11T05:02:46.446Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-11T05:02:49.006Z] Updating certificates in /etc/ssl/certs... [2021-03-11T05:02:49.581Z] 23 added, 27 removed; done. [2021-03-11T05:02:49.581Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T05:02:49.844Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:02:49.844Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-11T05:02:49.844Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-11T05:02:49.844Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-11T05:02:49.844Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:02:49.844Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T05:02:50.108Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:02:50.108Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:02:50.108Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:02:50.108Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:02:50.108Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:02:50.108Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-11T05:02:50.370Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-11T05:02:50.370Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-11T05:02:50.370Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-11T05:02:50.370Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-11T05:02:50.370Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:02:50.370Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:02:50.632Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-11T05:02:50.632Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-11T05:02:50.632Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-11T05:02:50.632Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T05:02:50.632Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T05:02:50.897Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-11T05:02:50.897Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-11T05:02:50.897Z] Updating certificates in /etc/ssl/certs... [2021-03-11T05:02:51.853Z] 0 added, 0 removed; done. [2021-03-11T05:02:51.853Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-11T05:02:51.853Z] done. [2021-03-11T05:02:52.810Z] Reading package lists... [2021-03-11T05:02:52.810Z] Building dependency tree... [2021-03-11T05:02:52.810Z] Reading state information... [2021-03-11T05:02:53.072Z] The following NEW packages will be installed: [2021-03-11T05:02:53.072Z] apt-transport-https [2021-03-11T05:02:53.335Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T05:02:53.335Z] Need to get 1696 B of archives. [2021-03-11T05:02:53.335Z] After this operation, 153 kB of additional disk space will be used. [2021-03-11T05:02:53.335Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-11T05:02:53.335Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T05:02:53.335Z] Fetched 1696 B in 0s (42.7 kB/s) [2021-03-11T05:02:53.602Z] Selecting previously unselected package apt-transport-https. [2021-03-11T05:02:53.602Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-11T05:02:53.602Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-11T05:02:53.602Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T05:02:53.602Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T05:02:54.182Z] Waiting for network to be ready... [2021-03-11T05:03:02.364Z] 2021-03-11T05:02:58Z INFO Waiting for automatic snapd restart... [2021-03-11T05:03:02.364Z] snapd 2.49 from Canonical* installed [2021-03-11T05:03:02.941Z] "snapd" switched to the "latest/stable" channel [2021-03-11T05:03:02.941Z] [2021-03-11T05:03:08.256Z] core18 20210128 from Canonical* installed [2021-03-11T05:03:08.519Z] "core18" switched to the "latest/stable" channel [2021-03-11T05:03:08.519Z] [2021-03-11T05:03:15.947Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:03:15.947Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:03:15.947Z] ---> f3ea6f7b6cae [2021-03-11T05:03:15.947Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T05:03:15.947Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:03:15.947Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:03:15.947Z] ---> f3ea6f7b6cae [2021-03-11T05:03:15.947Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T05:03:15.947Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:03:15.947Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:03:15.947Z] ---> f3ea6f7b6cae [2021-03-11T05:03:15.947Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T05:03:15.947Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:03:15.947Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:03:15.947Z] ---> f3ea6f7b6cae [2021-03-11T05:03:15.947Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T05:03:15.947Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:03:15.947Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:03:15.947Z] ---> f3ea6f7b6cae [2021-03-11T05:03:15.947Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T05:03:15.948Z] ---> Running in 9d5bb9e7b480 [2021-03-11T05:03:15.948Z] ---> Running in 1ecee9f22fe8 [2021-03-11T05:03:15.948Z] ---> Running in dd40ec0b2825 [2021-03-11T05:03:15.948Z] ---> Running in 15e0d31cbc59 [2021-03-11T05:03:15.948Z] ---> Running in d52937108a60 [2021-03-11T05:03:15.948Z] Removing intermediate container 15e0d31cbc59 [2021-03-11T05:03:15.948Z] ---> 0448c28e84b8 [2021-03-11T05:03:15.948Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:03:15.948Z] Removing intermediate container dd40ec0b2825 [2021-03-11T05:03:15.948Z] ---> c5e0b8612534 [2021-03-11T05:03:15.948Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:03:15.948Z] Removing intermediate container 1ecee9f22fe8 [2021-03-11T05:03:15.948Z] ---> a1c5c6e56f8f [2021-03-11T05:03:15.948Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:03:15.948Z] Removing intermediate container d52937108a60 [2021-03-11T05:03:15.948Z] ---> ac3c3081fb1f [2021-03-11T05:03:15.948Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:03:15.948Z] Removing intermediate container 9d5bb9e7b480 [2021-03-11T05:03:15.948Z] ---> 16892f5a90d2 [2021-03-11T05:03:15.948Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:03:15.948Z] ---> Running in c1b84aa88b67 [2021-03-11T05:03:15.948Z] ---> Running in f18b34e362c3 [2021-03-11T05:03:15.948Z] ---> Running in 1061d95e6be5 [2021-03-11T05:03:15.948Z] ---> Running in 94f53f20282b [2021-03-11T05:03:15.948Z] ---> Running in 8db90923d691 [2021-03-11T05:03:15.948Z] Removing intermediate container c1b84aa88b67 [2021-03-11T05:03:15.948Z] ---> d7365b669135 [2021-03-11T05:03:15.948Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T05:03:15.948Z] ---> Running in 249b2276df3b [2021-03-11T05:03:15.948Z] Removing intermediate container 1061d95e6be5 [2021-03-11T05:03:15.948Z] ---> 3cc095ea28a3 [2021-03-11T05:03:15.948Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T05:03:15.948Z] Removing intermediate container f18b34e362c3 [2021-03-11T05:03:15.948Z] ---> d3b3e11685d5 [2021-03-11T05:03:15.948Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T05:03:15.948Z] ---> Running in 6aee914269df [2021-03-11T05:03:15.948Z] ---> Running in 1428117f306e [2021-03-11T05:03:15.948Z] Removing intermediate container 8db90923d691 [2021-03-11T05:03:15.948Z] ---> a1f3d8654f6a [2021-03-11T05:03:15.948Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T05:03:15.948Z] Removing intermediate container 94f53f20282b [2021-03-11T05:03:15.948Z] ---> 13bbc6e8e0cc [2021-03-11T05:03:15.948Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T05:03:15.948Z] ---> Running in 001121336ee4 [2021-03-11T05:03:15.948Z] ---> Running in 94231d282275 [2021-03-11T05:03:16.708Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T05:03:16.708Z] "snapcraft" switched to the "latest/stable" channel [2021-03-11T05:03:16.708Z] [2021-03-11T05:03:16.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:03:17.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:03:17.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:03:17.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:03:17.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:03:17.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:03:18.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:03:18.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:03:18.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:03:18.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:03:18.638Z] OK: 217 MiB in 51 packages [2021-03-11T05:03:18.912Z] OK: 217 MiB in 51 packages [2021-03-11T05:03:19.196Z] OK: 217 MiB in 51 packages [2021-03-11T05:03:19.477Z] OK: 217 MiB in 51 packages [2021-03-11T05:03:19.477Z] OK: 217 MiB in 51 packages [2021-03-11T05:03:20.477Z] Removing intermediate container 249b2276df3b [2021-03-11T05:03:20.477Z] ---> a24fc425192e [2021-03-11T05:03:20.477Z] Step 6/23 : COPY go.mod . [2021-03-11T05:03:20.752Z] Removing intermediate container 1428117f306e [2021-03-11T05:03:20.752Z] ---> 7b20c24dadab [2021-03-11T05:03:20.752Z] Step 6/23 : COPY go.mod . [2021-03-11T05:03:20.934Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-11T05:03:20.934Z] - README.md [2021-03-11T05:03:20.934Z] - snapcraft.yaml.orig [2021-03-11T05:03:20.934Z] [2021-03-11T05:03:20.934Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T05:03:21.349Z] Removing intermediate container 94231d282275 [2021-03-11T05:03:21.349Z] ---> 7ddf7e0475a3 [2021-03-11T05:03:21.349Z] Step 6/31 : COPY go.mod . [2021-03-11T05:03:21.349Z] Removing intermediate container 6aee914269df [2021-03-11T05:03:21.349Z] ---> 2d3bf2c133ed [2021-03-11T05:03:21.349Z] Step 6/26 : COPY go.mod . [2021-03-11T05:03:21.349Z] Removing intermediate container 001121336ee4 [2021-03-11T05:03:21.349Z] ---> 007dfc57a034 [2021-03-11T05:03:21.349Z] Step 6/24 : COPY go.mod . [2021-03-11T05:03:21.627Z] ---> 6572144a4218 [2021-03-11T05:03:21.627Z] Step 7/23 : RUN go mod download [2021-03-11T05:03:21.627Z] ---> Running in d341bb5664ae [2021-03-11T05:03:21.904Z] ---> 3a9c4b06d2fb [2021-03-11T05:03:21.904Z] Step 7/23 : RUN go mod download [2021-03-11T05:03:22.183Z] ---> Running in 830f17208cd5 [2021-03-11T05:03:22.459Z] ---> a0527f6502c5 [2021-03-11T05:03:22.459Z] Step 7/31 : RUN go mod download [2021-03-11T05:03:22.736Z] ---> dfb974fa7986 [2021-03-11T05:03:22.736Z] Step 7/26 : RUN go mod download [2021-03-11T05:03:22.736Z] ---> Running in e4bd22064e81 [2021-03-11T05:03:22.736Z] ---> 315a93b302ec [2021-03-11T05:03:22.736Z] Step 7/24 : RUN go mod download [2021-03-11T05:03:23.020Z] ---> Running in 660578f7279c [2021-03-11T05:03:23.020Z] ---> Running in b42f4ac1bb29 [2021-03-11T05:03:26.444Z] Removing intermediate container d341bb5664ae [2021-03-11T05:03:26.444Z] ---> 29f608ea7b5f [2021-03-11T05:03:26.444Z] Step 8/23 : COPY . . [2021-03-11T05:03:26.720Z] Removing intermediate container 830f17208cd5 [2021-03-11T05:03:26.720Z] ---> def5588d0b77 [2021-03-11T05:03:26.720Z] Step 8/23 : COPY . . [2021-03-11T05:03:27.578Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T05:03:27.578Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T05:03:27.578Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T05:03:27.578Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T05:03:27.711Z] Removing intermediate container e4bd22064e81 [2021-03-11T05:03:27.711Z] ---> 51c29ac8ee76 [2021-03-11T05:03:27.711Z] Step 8/31 : COPY . . [2021-03-11T05:03:28.307Z] Removing intermediate container b42f4ac1bb29 [2021-03-11T05:03:28.307Z] ---> da2522dd41dd [2021-03-11T05:03:28.307Z] Step 8/24 : COPY . . [2021-03-11T05:03:28.307Z] Removing intermediate container 660578f7279c [2021-03-11T05:03:28.307Z] ---> be08f913e385 [2021-03-11T05:03:28.307Z] Step 8/26 : COPY . . [2021-03-11T05:03:29.500Z] Reading package lists... [2021-03-11T05:03:30.075Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-11T05:03:36.687Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T05:03:36.687Z] Reading package lists... [2021-03-11T05:03:36.687Z] Building dependency tree... [2021-03-11T05:03:36.687Z] Reading state information... [2021-03-11T05:03:36.687Z] Suggested packages: [2021-03-11T05:03:36.687Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-11T05:03:36.687Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-11T05:03:36.687Z] Recommended packages: [2021-03-11T05:03:36.687Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-11T05:03:36.687Z] The following NEW packages will be installed: [2021-03-11T05:03:36.687Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-11T05:03:36.687Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-11T05:03:36.687Z] pkg-config zip [2021-03-11T05:03:36.687Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T05:03:36.687Z] Need to get 7658 kB of archives. [2021-03-11T05:03:36.687Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-11T05:03:36.687Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-11T05:03:36.950Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-11T05:03:36.950Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-11T05:03:36.950Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-11T05:03:36.950Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-11T05:03:36.950Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-11T05:03:36.950Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-11T05:03:36.950Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-11T05:03:37.214Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-11T05:03:37.214Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-11T05:03:37.214Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-11T05:03:37.214Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-11T05:03:37.477Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-11T05:03:37.477Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-11T05:03:37.477Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-11T05:03:37.741Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T05:03:37.741Z] Fetched 7658 kB in 1s (10.1 MB/s) [2021-03-11T05:03:37.741Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-11T05:03:37.741Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-11T05:03:37.741Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-11T05:03:37.741Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T05:03:38.052Z] Selecting previously unselected package libpsl5:amd64. [2021-03-11T05:03:38.052Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-11T05:03:38.052Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T05:03:38.319Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-11T05:03:38.319Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-11T05:03:38.319Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T05:03:38.319Z] Selecting previously unselected package librtmp1:amd64. [2021-03-11T05:03:38.319Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-11T05:03:38.319Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T05:03:38.622Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-11T05:03:38.622Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-11T05:03:38.622Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T05:03:38.622Z] Selecting previously unselected package liberror-perl. [2021-03-11T05:03:38.622Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-11T05:03:38.622Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-11T05:03:38.622Z] Selecting previously unselected package git-man. [2021-03-11T05:03:38.622Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-11T05:03:38.622Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T05:03:39.031Z] Selecting previously unselected package git. [2021-03-11T05:03:39.031Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-11T05:03:39.031Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T05:03:39.981Z] Selecting previously unselected package libnorm1:amd64. [2021-03-11T05:03:39.981Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-11T05:03:39.981Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T05:03:39.981Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-11T05:03:39.981Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-11T05:03:39.981Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T05:03:40.246Z] Selecting previously unselected package libsodium23:amd64. [2021-03-11T05:03:40.246Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-11T05:03:40.246Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-11T05:03:40.246Z] Selecting previously unselected package libzmq5:amd64. [2021-03-11T05:03:40.246Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T05:03:40.246Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T05:03:40.510Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-11T05:03:40.510Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T05:03:40.510Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T05:03:40.510Z] Selecting previously unselected package pkg-config. [2021-03-11T05:03:40.510Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-11T05:03:40.510Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T05:03:40.774Z] Selecting previously unselected package zip. [2021-03-11T05:03:40.774Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-11T05:03:40.774Z] Unpacking zip (3.0-11build1) ... [2021-03-11T05:03:40.774Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T05:03:40.774Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T05:03:40.774Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T05:03:41.037Z] Setting up liberror-perl (0.17025-1) ... [2021-03-11T05:03:41.037Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T05:03:41.037Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T05:03:41.037Z] No schema files found: doing nothing. [2021-03-11T05:03:41.037Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T05:03:41.037Z] Setting up zip (3.0-11build1) ... [2021-03-11T05:03:41.037Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T05:03:41.037Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-11T05:03:41.037Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T05:03:41.037Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T05:03:41.301Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T05:03:41.301Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T05:03:41.301Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T05:03:41.301Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T05:03:47.920Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T05:03:48.497Z] git set to automatically installed. [2021-03-11T05:03:48.497Z] git-man set to automatically installed. [2021-03-11T05:03:48.497Z] libcurl3-gnutls set to automatically installed. [2021-03-11T05:03:48.497Z] liberror-perl set to automatically installed. [2021-03-11T05:03:48.497Z] libglib2.0-0 set to automatically installed. [2021-03-11T05:03:48.497Z] libnghttp2-14 set to automatically installed. [2021-03-11T05:03:48.497Z] libnorm1 set to automatically installed. [2021-03-11T05:03:48.497Z] libpgm-5.2-0 set to automatically installed. [2021-03-11T05:03:48.497Z] libpsl5 set to automatically installed. [2021-03-11T05:03:48.497Z] librtmp1 set to automatically installed. [2021-03-11T05:03:48.497Z] libsodium23 set to automatically installed. [2021-03-11T05:03:48.497Z] libzmq3-dev set to automatically installed. [2021-03-11T05:03:48.497Z] libzmq5 set to automatically installed. [2021-03-11T05:03:48.497Z] pkg-config set to automatically installed. [2021-03-11T05:03:48.497Z] zip set to automatically installed. [2021-03-11T05:03:49.887Z] snapd is not logged in, snap install commands will use sudo [2021-03-11T05:03:55.135Z] ---> e97f82b7c224 [2021-03-11T05:03:55.135Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T05:03:55.135Z] ---> 75f93204ac8c [2021-03-11T05:03:55.135Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T05:03:55.135Z] ---> Running in 8547eb158222 [2021-03-11T05:03:55.135Z] ---> Running in 26f011d9df9b [2021-03-11T05:03:55.135Z] ---> a88a05c87901 [2021-03-11T05:03:55.135Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T05:03:55.135Z] ---> 7196a4df73ed [2021-03-11T05:03:55.135Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T05:03:55.135Z] ---> de27ff6b6bd4 [2021-03-11T05:03:55.135Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T05:03:55.135Z] ---> Running in dae4cfd3d5fa [2021-03-11T05:03:55.135Z] ---> Running in c0ea8461f169 [2021-03-11T05:03:55.135Z] ---> Running in e862c27950c0 [2021-03-11T05:03:55.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T05:03:55.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T05:03:55.409Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T05:03:55.409Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T05:03:55.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T05:03:56.490Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T05:03:56.752Z] snap "core18" has no updates available [2021-03-11T05:03:57.696Z] Pulling config-common [2021-03-11T05:03:57.696Z] + snapcraftctl pull [2021-03-11T05:03:59.089Z] Pulling go-build-helper [2021-03-11T05:03:59.089Z] + snapcraftctl pull [2021-03-11T05:04:26.692Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T05:04:26.692Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T05:04:26.692Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T05:04:26.692Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T05:04:26.692Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T05:04:26.692Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T05:04:26.692Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T05:04:26.692Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T05:04:26.692Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T05:04:26.692Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T05:04:26.692Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T05:04:26.692Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T05:04:26.692Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T05:04:26.692Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T05:04:26.692Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T05:04:26.692Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T05:04:26.692Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T05:04:26.692Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T05:04:26.692Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T05:04:26.692Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T05:04:26.692Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T05:04:26.692Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T05:04:26.692Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T05:04:26.692Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T05:04:26.692Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T05:04:26.692Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T05:04:26.692Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T05:04:26.692Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-11T05:04:26.692Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-11T05:04:26.692Z] Fetched 279 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-11T05:04:26.692Z] Fetched 122 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-11T05:04:26.692Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-11T05:04:26.692Z] Fetched 8848 B in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-11T05:04:26.692Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-11T05:04:26.692Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-11T05:04:26.692Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-11T05:04:26.692Z] Fetched 214 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-11T05:04:26.692Z] Fetched 154 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-11T05:04:26.692Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-11T05:04:26.692Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-11T05:04:26.692Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-11T05:04:26.692Z] Fetched 499 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-11T05:04:26.692Z] Fetched 111 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-11T05:04:26.692Z] Fetched 240 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-11T05:04:26.692Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-11T05:04:26.692Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-11T05:04:26.692Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-11T05:04:26.692Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-11T05:04:26.692Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-11T05:04:26.692Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-11T05:04:26.692Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-11T05:04:26.692Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-11T05:04:26.692Z] Fetched 8720 B in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-11T05:04:26.692Z] Fetched 137 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-11T05:04:26.692Z] Fetched 119 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-11T05:04:26.692Z] Fetched 109 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-11T05:04:26.692Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-11T05:04:26.692Z] Fetched 645 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-11T05:04:26.692Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-11T05:04:26.692Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-11T05:04:26.692Z] Fetched 368 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-11T05:04:26.692Z] Fetched 187 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-11T05:04:26.692Z] Fetched 175 kB in 0s (0 B/s) [2021-03-11T05:04:26.692Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-11T05:04:28.618Z] Fetched 206 kB in 0s (0 B/s) [2021-03-11T05:04:28.618Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-11T05:04:28.618Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-11T05:04:28.618Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-11T05:04:28.618Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-11T05:04:28.618Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-11T05:04:28.618Z] Fetched 159 kB in 0s (0 B/s) [2021-03-11T05:04:28.618Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-11T05:04:28.618Z] Fetched 107 kB in 0s (0 B/s) [2021-03-11T05:04:28.618Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-11T05:04:28.618Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-11T05:04:28.618Z] Pulling static-packages [2021-03-11T05:04:28.618Z] + snapcraftctl pull [2021-03-11T05:04:30.009Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-11T05:04:30.009Z] Skipping pull go-build-helper (already ran) [2021-03-11T05:04:30.009Z] Skipping pull static-packages (already ran) [2021-03-11T05:04:30.009Z] Building go-build-helper [2021-03-11T05:04:30.009Z] + snapcraftctl build [2021-03-11T05:04:35.327Z] Building static-packages [2021-03-11T05:04:35.327Z] + snapcraftctl build [2021-03-11T05:04:37.880Z] Staging go-build-helper [2021-03-11T05:04:37.880Z] + snapcraftctl stage [2021-03-11T05:04:39.273Z] Staging static-packages [2021-03-11T05:04:39.273Z] + snapcraftctl stage [2021-03-11T05:04:40.664Z] Pulling go115 [2021-03-11T05:04:40.664Z] + snapcraftctl pull [2021-03-11T05:04:42.066Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-11T05:04:42.066Z] Skipping pull go115 (already ran) [2021-03-11T05:04:42.066Z] Building go115 [2021-03-11T05:04:42.066Z] + dpkg --print-architecture [2021-03-11T05:04:42.066Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-11T05:04:42.066Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-11T05:04:42.066Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-11T05:04:42.066Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T05:04:42.066Z] Dload Upload Total Spent Left Speed [2021-03-11T05:04:44.953Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 10.2M 0 0 20.6M 0 0:00:05 --:--:-- 0:00:05 20.5M 46 115M 46 53.1M 0 0 34.7M 0 0:00:03 0:00:01 0:00:02 34.7M 75 115M 75 87.4M 0 0 35.0M 0 0:00:03 0:00:02 0:00:01 34.9M 100 115M 100 115M 0 0 36.2M 0 0:00:03 0:00:03 --:--:-- 36.2M [2021-03-11T05:04:44.953Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-11T05:04:44.953Z] + sha256sum -c sha256 [2021-03-11T05:04:44.953Z] + grep OK [2021-03-11T05:04:45.899Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-11T05:04:45.899Z] + mkdir -p /root/stage/go1.15 [2021-03-11T05:04:45.899Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-11T05:04:52.505Z] Staging go115 [2021-03-11T05:04:52.505Z] + snapcraftctl stage [2021-03-11T05:04:59.110Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T05:04:59.110Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T05:04:59.110Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T05:04:59.110Z] Fetched 0 B in 0s (0 B/s) [2021-03-11T05:04:59.110Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-11T05:04:59.110Z] Fetched 224 kB in 0s (0 B/s) [2021-03-11T05:04:59.110Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-11T05:04:59.110Z] Fetched 157 kB in 0s (0 B/s) [2021-03-11T05:04:59.110Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-11T05:04:59.110Z] Fetched 221 kB in 0s (0 B/s) [2021-03-11T05:04:59.110Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-11T05:04:59.110Z] Fetched 143 kB in 0s (0 B/s) [2021-03-11T05:04:59.110Z] Pulling edgex-go [2021-03-11T05:04:59.110Z] + snapcraftctl pull [2021-03-11T05:05:01.667Z] Pulling version [2021-03-11T05:05:01.668Z] + cd /root/project [2021-03-11T05:05:01.668Z] + [ -f VERSION ] [2021-03-11T05:05:01.668Z] + PROJECT_VERSION=local-dev [2021-03-11T05:05:01.668Z] + git rev-parse --short HEAD [2021-03-11T05:05:01.668Z] + GIT_REVISION=feceee52 [2021-03-11T05:05:01.668Z] + snapcraftctl set-version local-dev [2021-03-11T05:05:03.060Z] Building config-common [2021-03-11T05:05:03.060Z] + snapcraftctl build [2021-03-11T05:05:06.369Z] Skipping build go-build-helper (already ran) [2021-03-11T05:05:06.369Z] Skipping build static-packages (already ran) [2021-03-11T05:05:06.369Z] Skipping build go115 (already ran) [2021-03-11T05:05:06.369Z] Building edgex-go [2021-03-11T05:05:07.315Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-11T05:05:07.315Z] + cd /root/parts/edgex-go/src [2021-03-11T05:05:07.315Z] + make build [2021-03-11T05:05:07.315Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T05:05:08.715Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 [2021-03-11T05:05:08.716Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-11T05:05:08.716Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-11T05:05:08.716Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-11T05:05:08.992Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-11T05:05:08.992Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-11T05:05:08.992Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-11T05:05:08.992Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-11T05:05:08.992Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-11T05:05:08.992Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-11T05:05:08.992Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-11T05:05:08.992Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-11T05:05:08.992Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-11T05:05:08.992Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-11T05:05:08.992Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-11T05:05:08.992Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-11T05:05:08.992Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-11T05:05:09.259Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-11T05:05:09.259Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-11T05:05:09.259Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-11T05:05:09.259Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-11T05:05:09.259Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-11T05:05:09.259Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-11T05:05:09.259Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-11T05:05:09.259Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-11T05:05:09.259Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-11T05:05:09.259Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-11T05:05:09.259Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-11T05:05:09.259Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-11T05:05:09.259Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-11T05:05:09.259Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-11T05:05:09.259Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-11T05:05:09.259Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-11T05:05:09.259Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-11T05:05:09.259Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-11T05:05:09.259Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-11T05:05:09.259Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-11T05:05:09.259Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-11T05:05:09.259Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-11T05:05:09.520Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-11T05:05:09.520Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-11T05:05:09.520Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-11T05:05:10.100Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-11T05:05:10.100Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-11T05:05:10.692Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-11T05:05:20.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T05:05:20.761Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-11T05:05:27.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T05:05:27.945Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T05:05:29.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T05:05:30.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T05:05:30.140Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-11T05:05:30.404Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-11T05:05:30.404Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-11T05:05:30.404Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-11T05:05:32.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T05:05:32.329Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-11T05:05:32.329Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-11T05:05:32.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T05:05:34.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T05:05:35.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T05:05:35.207Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-11T05:05:37.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T05:05:38.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T05:05:38.284Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-11T05:05:39.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T05:05:39.680Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-11T05:05:42.238Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-11T05:05:42.238Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-11T05:05:42.238Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-11T05:05:42.238Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-11T05:05:42.238Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-11T05:05:42.238Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-11T05:05:42.238Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-11T05:05:42.238Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-11T05:05:42.238Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-11T05:05:42.238Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-11T05:05:42.238Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-11T05:05:42.238Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-11T05:05:42.238Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-11T05:05:42.238Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-11T05:05:42.238Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-11T05:05:42.238Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-11T05:05:42.238Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-11T05:05:42.238Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-11T05:05:42.238Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-11T05:05:42.238Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-11T05:05:42.238Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-11T05:05:42.238Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-11T05:05:42.238Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-11T05:05:42.238Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-11T05:05:42.238Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-11T05:05:44.161Z] Building version [2021-03-11T05:05:44.161Z] + snapcraftctl build [2021-03-11T05:05:45.114Z] Removing intermediate container e862c27950c0 [2021-03-11T05:05:45.114Z] ---> 715738a02d10 [2021-03-11T05:05:45.114Z] [2021-03-11T05:05:45.114Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T05:05:45.114Z] 3.12: Pulling from library/alpine [2021-03-11T05:05:45.114Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T05:05:45.114Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T05:05:45.114Z] ---> d10569e2745f [2021-03-11T05:05:45.114Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T05:05:45.712Z] ---> Running in ff76f2082b5a [2021-03-11T05:05:47.473Z] Staging config-common [2021-03-11T05:05:47.473Z] + snapcraftctl stage [2021-03-11T05:05:47.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:47.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:48.675Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T05:05:48.675Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T05:05:48.675Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T05:05:48.675Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T05:05:48.675Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T05:05:48.675Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:05:48.868Z] Skipping stage go-build-helper (already ran) [2021-03-11T05:05:48.868Z] Skipping stage static-packages (already ran) [2021-03-11T05:05:48.868Z] Skipping stage go115 (already ran) [2021-03-11T05:05:48.868Z] Staging edgex-go [2021-03-11T05:05:48.868Z] + snapcraftctl stage [2021-03-11T05:05:48.951Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T05:05:49.230Z] OK: 7 MiB in 19 packages [2021-03-11T05:05:50.258Z] Staging version [2021-03-11T05:05:50.258Z] + snapcraftctl stage [2021-03-11T05:05:51.656Z] Priming config-common [2021-03-11T05:05:51.656Z] + snapcraftctl prime [2021-03-11T05:05:52.675Z] Removing intermediate container c0ea8461f169 [2021-03-11T05:05:52.675Z] ---> 85b8e908945f [2021-03-11T05:05:52.675Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T05:05:53.049Z] Priming go-build-helper [2021-03-11T05:05:53.049Z] + snapcraftctl prime [2021-03-11T05:05:53.288Z] ---> Running in 2f47d80cc38a [2021-03-11T05:05:53.288Z] Removing intermediate container ff76f2082b5a [2021-03-11T05:05:53.288Z] ---> eeb9857f4a02 [2021-03-11T05:05:53.288Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T05:05:53.898Z] ---> Running in ccbaf63b3eee [2021-03-11T05:05:54.441Z] Priming static-packages [2021-03-11T05:05:54.441Z] + snapcraftctl prime [2021-03-11T05:05:55.367Z] Removing intermediate container ccbaf63b3eee [2021-03-11T05:05:55.367Z] ---> 0f0ccb4e71ad [2021-03-11T05:05:55.367Z] Step 13/24 : WORKDIR / [2021-03-11T05:05:55.646Z] Removing intermediate container dae4cfd3d5fa [2021-03-11T05:05:55.646Z] ---> ab50615c1b37 [2021-03-11T05:05:55.646Z] [2021-03-11T05:05:55.646Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T05:05:55.646Z] ---> d10569e2745f [2021-03-11T05:05:55.646Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T05:05:55.646Z] ---> Running in 6046bd2741e0 [2021-03-11T05:05:55.646Z] ---> Running in 232efb5b1701 [2021-03-11T05:05:55.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T05:05:56.552Z] Removing intermediate container 6046bd2741e0 [2021-03-11T05:05:56.552Z] ---> faff19eeec56 [2021-03-11T05:05:56.552Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-11T05:05:56.832Z] Removing intermediate container 232efb5b1701 [2021-03-11T05:05:56.832Z] ---> 94ed216bf0cc [2021-03-11T05:05:56.832Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T05:05:57.104Z] ---> Running in d8430875f714 [2021-03-11T05:05:57.756Z] Priming go115 [2021-03-11T05:05:57.756Z] + snapcraftctl prime [2021-03-11T05:05:58.092Z] ---> fac8ad3cae31 [2021-03-11T05:05:58.092Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-11T05:05:58.705Z] Priming edgex-go [2021-03-11T05:05:58.705Z] + snapcraftctl prime [2021-03-11T05:05:59.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:59.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:59.820Z] ---> 1b2073e4444e [2021-03-11T05:05:59.820Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T05:06:00.098Z] Priming version [2021-03-11T05:06:00.098Z] + snapcraftctl prime [2021-03-11T05:06:00.423Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T05:06:00.423Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T05:06:00.423Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:06:00.423Z] OK: 5 MiB in 16 packages [2021-03-11T05:06:01.494Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-11T05:06:02.437Z] ---> 64f420ae1bd9 [2021-03-11T05:06:02.437Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T05:06:02.727Z] Removing intermediate container 2f47d80cc38a [2021-03-11T05:06:02.727Z] ---> 8ddffe09448e [2021-03-11T05:06:02.727Z] [2021-03-11T05:06:02.727Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T05:06:02.727Z] 20.10.0: Pulling from library/docker [2021-03-11T05:06:03.014Z] Removing intermediate container d8430875f714 [2021-03-11T05:06:03.014Z] ---> 65401bf39fa8 [2021-03-11T05:06:03.014Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T05:06:03.759Z] ---> Running in 77eda4e3881b [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T05:06:04.812Z] ---> cff01fe26086 [2021-03-11T05:06:04.812Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T05:06:05.513Z] Removing intermediate container 77eda4e3881b [2021-03-11T05:06:05.513Z] ---> 02d2408b23cc [2021-03-11T05:06:05.513Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T05:06:06.127Z] ---> Running in 0029ff46c6db [2021-03-11T05:06:07.116Z] Removing intermediate container 26f011d9df9b [2021-03-11T05:06:07.116Z] ---> 6899c8c8bd69 [2021-03-11T05:06:07.116Z] [2021-03-11T05:06:07.116Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T05:06:07.116Z] ---> d10569e2745f [2021-03-11T05:06:07.116Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T05:06:07.720Z] Removing intermediate container 0029ff46c6db [2021-03-11T05:06:07.720Z] ---> 4d9d0ff05ce4 [2021-03-11T05:06:07.720Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T05:06:08.000Z] ---> Running in 70f30a9b6dce [2021-03-11T05:06:08.275Z] ---> Running in cf14b810d8f8 [2021-03-11T05:06:08.275Z] ---> a71a4992c7c0 [2021-03-11T05:06:08.275Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T05:06:09.718Z] ---> 4109d2560633 [2021-03-11T05:06:09.718Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-11T05:06:09.993Z] ---> Running in ba3399b50755 [2021-03-11T05:06:10.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:06:10.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:06:11.548Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T05:06:11.548Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:06:11.548Z] OK: 5 MiB in 15 packages [2021-03-11T05:06:13.542Z] Removing intermediate container cf14b810d8f8 [2021-03-11T05:06:13.542Z] ---> d9b4eafffb41 [2021-03-11T05:06:13.542Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T05:06:13.817Z] ---> Running in 7767fbeff462 [2021-03-11T05:06:13.817Z] Removing intermediate container 70f30a9b6dce [2021-03-11T05:06:13.817Z] ---> 1158e94125c9 [2021-03-11T05:06:13.817Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T05:06:14.095Z] Removing intermediate container 8547eb158222 [2021-03-11T05:06:14.095Z] ---> e3eeeee630d4 [2021-03-11T05:06:14.095Z] [2021-03-11T05:06:14.095Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T05:06:14.095Z] ---> d10569e2745f [2021-03-11T05:06:14.095Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T05:06:14.095Z] ---> Using cache [2021-03-11T05:06:14.095Z] ---> 1158e94125c9 [2021-03-11T05:06:14.095Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T05:06:14.371Z] ---> Running in b29093ffab88 [2021-03-11T05:06:14.371Z] Removing intermediate container ba3399b50755 [2021-03-11T05:06:14.371Z] ---> 04490a050fbf [2021-03-11T05:06:14.371Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T05:06:14.976Z] ---> Running in 89cd6f80bc65 [2021-03-11T05:06:14.976Z] Removing intermediate container 7767fbeff462 [2021-03-11T05:06:14.976Z] ---> a96ddedd7ff7 [2021-03-11T05:06:14.976Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T05:06:15.253Z] ---> Running in 49040646d428 [2021-03-11T05:06:15.253Z] Removing intermediate container b29093ffab88 [2021-03-11T05:06:15.253Z] ---> c241629ac335 [2021-03-11T05:06:15.253Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T05:06:15.527Z] Removing intermediate container 89cd6f80bc65 [2021-03-11T05:06:15.527Z] ---> 363a9747674b [2021-03-11T05:06:15.527Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T05:06:15.803Z] ---> Running in c1a99df4fc1e [2021-03-11T05:06:16.076Z] ---> Running in f35045ccfebc [2021-03-11T05:06:16.349Z] Removing intermediate container 49040646d428 [2021-03-11T05:06:16.349Z] ---> 608840e1bb2d [2021-03-11T05:06:16.349Z] Step 22/24 : LABEL arch=arm64 [2021-03-11T05:06:16.622Z] ---> a880db9f663c [2021-03-11T05:06:16.622Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T05:06:16.622Z] Removing intermediate container c1a99df4fc1e [2021-03-11T05:06:16.622Z] ---> 2d09480cf0ff [2021-03-11T05:06:16.622Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T05:06:16.622Z] ---> Running in 8a7c9d0ebb31 [2021-03-11T05:06:16.899Z] ---> Running in e2b4cf615299 [2021-03-11T05:06:17.172Z] Removing intermediate container f35045ccfebc [2021-03-11T05:06:17.172Z] ---> 669d1c46f21a [2021-03-11T05:06:17.172Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T05:06:17.172Z] ---> Running in 881f17df863a [2021-03-11T05:06:17.450Z] ---> Running in ac893d1930a2 [2021-03-11T05:06:18.056Z] Removing intermediate container 8a7c9d0ebb31 [2021-03-11T05:06:18.056Z] ---> aab81056101d [2021-03-11T05:06:18.056Z] Step 23/24 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T05:06:18.331Z] Removing intermediate container 881f17df863a [2021-03-11T05:06:18.331Z] ---> 2304b659b9e9 [2021-03-11T05:06:18.331Z] Step 15/23 : WORKDIR / [2021-03-11T05:06:18.617Z] ---> Running in 7911edd7a65c [2021-03-11T05:06:18.617Z] Removing intermediate container ac893d1930a2 [2021-03-11T05:06:18.617Z] ---> 65f5bbbe27c5 [2021-03-11T05:06:18.617Z] Step 15/23 : WORKDIR / [2021-03-11T05:06:18.897Z] ---> Running in 249edc55bc8b [2021-03-11T05:06:18.897Z] ---> Running in 2a2be5ab66d6 [2021-03-11T05:06:19.500Z] Removing intermediate container 7911edd7a65c [2021-03-11T05:06:19.500Z] ---> 2c31e4b67c67 [2021-03-11T05:06:19.500Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T05:06:19.500Z] ---> Running in ee2c5bdb2657 [2021-03-11T05:06:19.775Z] Removing intermediate container 249edc55bc8b [2021-03-11T05:06:19.775Z] ---> c643cbc224b3 [2021-03-11T05:06:19.775Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T05:06:20.060Z] Removing intermediate container 2a2be5ab66d6 [2021-03-11T05:06:20.060Z] ---> 966ebb563a52 [2021-03-11T05:06:20.060Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T05:06:20.339Z] Removing intermediate container ee2c5bdb2657 [2021-03-11T05:06:20.339Z] ---> 4dd613e7bfae [2021-03-11T05:06:20.339Z] [2021-03-11T05:06:20.614Z] Removing intermediate container e2b4cf615299 [2021-03-11T05:06:20.614Z] ---> 6c5a33fba1fb [2021-03-11T05:06:20.614Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T05:06:20.614Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T05:06:20.614Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T05:06:20.614Z] ---> eeaf43b92773 [2021-03-11T05:06:20.614Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T05:06:20.892Z] Successfully built 4dd613e7bfae [2021-03-11T05:06:20.892Z] ---> 9fef677584a7 [2021-03-11T05:06:20.892Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T05:06:20.892Z] ---> Running in 33a565f1ebe7 [2021-03-11T05:06:21.165Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-11T05:06:21.165Z] Building docker-core-data-go [2021-03-11T05:06:21.444Z]  Building docker-security-secretstore-setup-go ... done  ---> 0fa2c65b09f9 [2021-03-11T05:06:21.444Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T05:06:22.435Z] ---> 955a7f0666f8 [2021-03-11T05:06:22.435Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T05:06:22.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:06:23.317Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:06:23.928Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T05:06:23.928Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T05:06:23.928Z] Executing bash-5.0.17-r0.post-install [2021-03-11T05:06:23.928Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:06:24.203Z] OK: 12 MiB in 22 packages [2021-03-11T05:06:24.203Z] ---> 20d45292db88 [2021-03-11T05:06:24.203Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T05:06:25.197Z] ---> a0b51a8b5911 [2021-03-11T05:06:25.197Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T05:06:25.472Z] ---> 32de3f90222d [2021-03-11T05:06:25.472Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T05:06:25.472Z] ---> b3196fd2deb8 [2021-03-11T05:06:25.472Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T05:06:25.755Z] ---> Running in ab529f20f07b [2021-03-11T05:06:26.354Z] ---> e7049d5038a9 [2021-03-11T05:06:26.354Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T05:06:26.951Z] ---> Running in 4965023ca71d [2021-03-11T05:06:26.951Z] Removing intermediate container 33a565f1ebe7 [2021-03-11T05:06:26.951Z] ---> 6477eb7d69dc [2021-03-11T05:06:26.951Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T05:06:27.233Z] Removing intermediate container ab529f20f07b [2021-03-11T05:06:27.233Z] ---> 8bc164259b01 [2021-03-11T05:06:27.233Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T05:06:27.233Z] ---> 51fc9cc65df9 [2021-03-11T05:06:27.233Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T05:06:27.518Z] ---> Running in badb6dff5103 [2021-03-11T05:06:27.795Z] ---> Running in 8711c74921f7 [2021-03-11T05:06:28.071Z] Removing intermediate container 4965023ca71d [2021-03-11T05:06:28.071Z] ---> 5d9472b95b23 [2021-03-11T05:06:28.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T05:06:28.347Z] Removing intermediate container badb6dff5103 [2021-03-11T05:06:28.347Z] ---> 85cd199e217c [2021-03-11T05:06:28.347Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T05:06:28.620Z] ---> Running in 1c2bd55fc5cd [2021-03-11T05:06:28.893Z] ---> 1f84adfc0bda [2021-03-11T05:06:28.893Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T05:06:28.893Z] ---> Running in c848869ba5a8 [2021-03-11T05:06:28.893Z] Removing intermediate container 8711c74921f7 [2021-03-11T05:06:28.893Z] ---> 829add4d1310 [2021-03-11T05:06:28.893Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T05:06:29.170Z] ---> Running in 5a67133c273e [2021-03-11T05:06:29.445Z] Removing intermediate container 1c2bd55fc5cd [2021-03-11T05:06:29.445Z] ---> b609df9e9c6e [2021-03-11T05:06:29.445Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T05:06:29.445Z] Removing intermediate container c848869ba5a8 [2021-03-11T05:06:29.445Z] ---> 89f605de1f5b [2021-03-11T05:06:29.445Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T05:06:29.730Z] ---> Running in 3e66b016903b [2021-03-11T05:06:29.730Z] ---> Running in d6cb37e97a04 [2021-03-11T05:06:29.730Z] Removing intermediate container 5a67133c273e [2021-03-11T05:06:29.730Z] ---> 9f17699b7fea [2021-03-11T05:06:29.730Z] Step 22/23 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T05:06:29.730Z] ---> 43b6debf2f31 [2021-03-11T05:06:29.730Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T05:06:30.008Z] ---> Running in 2902d451920f [2021-03-11T05:06:30.281Z] ---> Running in d0838a87ba5c [2021-03-11T05:06:30.281Z] Removing intermediate container 3e66b016903b [2021-03-11T05:06:30.281Z] ---> 8ef6769e1050 [2021-03-11T05:06:30.281Z] Step 22/23 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T05:06:30.560Z] Removing intermediate container d6cb37e97a04 [2021-03-11T05:06:30.560Z] ---> 42802bd96a59 [2021-03-11T05:06:30.560Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T05:06:30.835Z] ---> Running in 0cc3ed75380f [2021-03-11T05:06:31.107Z] Removing intermediate container 2902d451920f [2021-03-11T05:06:31.107Z] ---> 51c1f0d3b75e [2021-03-11T05:06:31.107Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T05:06:31.378Z] Removing intermediate container d0838a87ba5c [2021-03-11T05:06:31.378Z] ---> 5263bab6a4f5 [2021-03-11T05:06:31.378Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T05:06:31.655Z] ---> Running in 74233ad05165 [2021-03-11T05:06:31.655Z] Removing intermediate container 0cc3ed75380f [2021-03-11T05:06:31.655Z] ---> fb99b03f2395 [2021-03-11T05:06:31.655Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T05:06:32.254Z] ---> Running in 85ed34f736b6 [2021-03-11T05:06:32.527Z] ---> 3ed5a900f7e7 [2021-03-11T05:06:32.527Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T05:06:32.801Z] ---> 09d90817de49 [2021-03-11T05:06:32.801Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T05:06:32.801Z] Removing intermediate container 74233ad05165 [2021-03-11T05:06:32.801Z] ---> 4790680da451 [2021-03-11T05:06:32.801Z] [2021-03-11T05:06:33.075Z] Removing intermediate container 85ed34f736b6 [2021-03-11T05:06:33.075Z] ---> 0e46807cce07 [2021-03-11T05:06:33.075Z] [2021-03-11T05:06:33.361Z] Successfully built 4790680da451 [2021-03-11T05:06:33.634Z] Successfully built 0e46807cce07 [2021-03-11T05:06:33.905Z] ---> Running in 7bf9b682bb5d [2021-03-11T05:06:33.905Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-11T05:06:33.905Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-11T05:06:33.905Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-11T05:06:33.905Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-03-11T05:06:34.177Z] ---> 7ec7a2779950 [2021-03-11T05:06:34.177Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T05:06:35.630Z] ---> 41572e270a31 [2021-03-11T05:06:35.630Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T05:06:35.630Z] ---> Running in 972de47b53eb [2021-03-11T05:06:37.060Z] Removing intermediate container 7bf9b682bb5d [2021-03-11T05:06:37.060Z] ---> 4a88bea59a01 [2021-03-11T05:06:37.060Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T05:06:37.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:06:37.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:06:37.666Z] ---> Running in b3d77c31ed5f [2021-03-11T05:06:38.263Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T05:06:38.263Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T05:06:38.263Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T05:06:38.263Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T05:06:38.263Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T05:06:38.263Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T05:06:38.263Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T05:06:38.872Z] Removing intermediate container b3d77c31ed5f [2021-03-11T05:06:38.872Z] ---> 9246b056e3d8 [2021-03-11T05:06:38.872Z] Step 28/31 : CMD ["gate"] [2021-03-11T05:06:40.334Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T05:06:40.334Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T05:06:40.334Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T05:06:40.334Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T05:06:40.334Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T05:06:40.334Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T05:06:40.334Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T05:06:40.334Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T05:06:40.608Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T05:06:40.608Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T05:06:40.608Z] ---> Running in f8ddd67ee140 [2021-03-11T05:06:40.608Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T05:06:40.608Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T05:06:40.608Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T05:06:40.608Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T05:06:40.608Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T05:06:40.608Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T05:06:40.608Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T05:06:40.608Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T05:06:40.608Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T05:06:40.888Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T05:06:40.888Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T05:06:40.888Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T05:06:40.888Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T05:06:40.888Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T05:06:40.888Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T05:06:40.888Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T05:06:40.888Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:06:41.168Z] OK: 71 MiB in 55 packages [2021-03-11T05:06:41.446Z] Removing intermediate container f8ddd67ee140 [2021-03-11T05:06:41.446Z] ---> dbf2f656216b [2021-03-11T05:06:41.446Z] Step 29/31 : LABEL arch=arm64 [2021-03-11T05:06:42.445Z] ---> Running in 0a82d6f5b3ec [2021-03-11T05:06:43.899Z] Removing intermediate container 0a82d6f5b3ec [2021-03-11T05:06:43.899Z] ---> 69178ffeeab1 [2021-03-11T05:06:43.899Z] Step 30/31 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T05:06:44.888Z] ---> Running in 65aaa217ed8a [2021-03-11T05:06:45.492Z] Removing intermediate container 65aaa217ed8a [2021-03-11T05:06:45.492Z] ---> e749e5e01ca5 [2021-03-11T05:06:45.492Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T05:06:46.929Z] ---> Running in 68342414e3c7 [2021-03-11T05:06:46.929Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:06:46.929Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:06:46.929Z] ---> f3ea6f7b6cae [2021-03-11T05:06:46.929Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T05:06:46.929Z] ---> Using cache [2021-03-11T05:06:46.929Z] ---> ac3c3081fb1f [2021-03-11T05:06:46.929Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:06:46.929Z] ---> Using cache [2021-03-11T05:06:46.929Z] ---> a1f3d8654f6a [2021-03-11T05:06:46.929Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T05:06:47.528Z] ---> Running in 59b758077271 [2021-03-11T05:06:48.516Z] Removing intermediate container 68342414e3c7 [2021-03-11T05:06:48.516Z] ---> 072068a1b0a1 [2021-03-11T05:06:48.516Z] [2021-03-11T05:06:49.128Z] Successfully built 072068a1b0a1 [2021-03-11T05:06:49.128Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-11T05:06:49.128Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-03-11T05:06:49.732Z] Removing intermediate container 972de47b53eb [2021-03-11T05:06:49.732Z] ---> 9c5409adbdba [2021-03-11T05:06:49.732Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T05:06:50.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:06:50.297Z] ---> Running in 6553dfa3ca8e [2021-03-11T05:06:50.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:06:51.491Z] OK: 217 MiB in 51 packages [2021-03-11T05:06:52.926Z] Removing intermediate container 59b758077271 [2021-03-11T05:06:52.926Z] ---> 56b8ea6dde4c [2021-03-11T05:06:52.926Z] Step 6/23 : COPY go.mod . [2021-03-11T05:06:53.544Z] ---> 2c6d6c36a48b [2021-03-11T05:06:53.822Z] Step 7/23 : RUN go mod download [2021-03-11T05:06:53.822Z] ---> Running in f8e54c7614c2 [2021-03-11T05:06:56.468Z] Collecting docker-compose==1.23.2 [2021-03-11T05:06:56.468Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T05:06:58.477Z] Collecting PyYAML<4,>=3.10 [2021-03-11T05:06:58.477Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T05:06:58.782Z] Removing intermediate container f8e54c7614c2 [2021-03-11T05:06:58.782Z] ---> 3a12355905e4 [2021-03-11T05:06:58.782Z] Step 8/23 : COPY . . [2021-03-11T05:07:03.195Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T05:07:03.195Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T05:07:03.195Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T05:07:03.195Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T05:07:05.181Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-11T05:07:05.454Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T05:07:05.454Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T05:07:08.102Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T05:07:08.102Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T05:07:08.699Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T05:07:08.699Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T05:07:10.136Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T05:07:10.136Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T05:07:11.118Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T05:07:11.118Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T05:07:12.103Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T05:07:12.103Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T05:07:13.541Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:07:13.541Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:07:13.541Z] ---> f3ea6f7b6cae [2021-03-11T05:07:13.541Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T05:07:13.541Z] ---> Using cache [2021-03-11T05:07:13.541Z] ---> ac3c3081fb1f [2021-03-11T05:07:13.541Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:07:13.541Z] ---> Using cache [2021-03-11T05:07:13.541Z] ---> a1f3d8654f6a [2021-03-11T05:07:13.541Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T05:07:13.541Z] ---> Using cache [2021-03-11T05:07:13.541Z] ---> 007dfc57a034 [2021-03-11T05:07:13.541Z] Step 6/22 : COPY go.mod . [2021-03-11T05:07:13.541Z] ---> Using cache [2021-03-11T05:07:13.541Z] ---> 315a93b302ec [2021-03-11T05:07:13.541Z] Step 7/22 : RUN go mod download [2021-03-11T05:07:13.541Z] ---> Using cache [2021-03-11T05:07:13.541Z] ---> da2522dd41dd [2021-03-11T05:07:13.541Z] Step 8/22 : COPY . . [2021-03-11T05:07:13.829Z] ---> Using cache [2021-03-11T05:07:13.829Z] ---> de27ff6b6bd4 [2021-03-11T05:07:13.829Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T05:07:13.829Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:07:13.829Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:07:13.829Z] ---> f3ea6f7b6cae [2021-03-11T05:07:13.829Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T05:07:13.829Z] ---> Using cache [2021-03-11T05:07:13.829Z] ---> ac3c3081fb1f [2021-03-11T05:07:13.829Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:07:13.829Z] ---> Using cache [2021-03-11T05:07:13.829Z] ---> a1f3d8654f6a [2021-03-11T05:07:14.108Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T05:07:14.108Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-11T05:07:15.107Z] Collecting idna<2.8,>=2.5 [2021-03-11T05:07:15.107Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T05:07:15.762Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-11T05:07:16.785Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T05:07:16.785Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T05:07:18.238Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T05:07:18.238Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T05:07:18.515Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T05:07:18.515Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T05:07:18.515Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T05:07:18.516Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T05:07:19.512Z] Installing collected packages: PyYAML, cached-property, texttable, docopt, jsonschema, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docker-compose [2021-03-11T05:07:19.785Z] Running setup.py install for PyYAML: started [2021-03-11T05:07:20.394Z] ---> Running in 2ef96c77cb60 [2021-03-11T05:07:20.394Z] ---> Running in 871bda80ed57 [2021-03-11T05:07:20.672Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:07:20.672Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:07:20.672Z] ---> f3ea6f7b6cae [2021-03-11T05:07:20.672Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T05:07:20.672Z] ---> Using cache [2021-03-11T05:07:20.672Z] ---> ac3c3081fb1f [2021-03-11T05:07:20.672Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:07:20.672Z] ---> Using cache [2021-03-11T05:07:20.672Z] ---> a1f3d8654f6a [2021-03-11T05:07:20.672Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T05:07:20.672Z] ---> Using cache [2021-03-11T05:07:20.672Z] ---> 007dfc57a034 [2021-03-11T05:07:20.672Z] Step 6/21 : COPY go.mod . [2021-03-11T05:07:20.672Z] ---> Using cache [2021-03-11T05:07:20.672Z] ---> 315a93b302ec [2021-03-11T05:07:20.672Z] Step 7/21 : RUN go mod download [2021-03-11T05:07:20.672Z] ---> Using cache [2021-03-11T05:07:20.672Z] ---> da2522dd41dd [2021-03-11T05:07:20.672Z] Step 8/21 : COPY . . [2021-03-11T05:07:20.947Z] ---> Using cache [2021-03-11T05:07:20.947Z] ---> de27ff6b6bd4 [2021-03-11T05:07:20.947Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T05:07:21.223Z] ---> 805798ddb84e [2021-03-11T05:07:21.223Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T05:07:21.223Z] ---> Running in 7859416670ee [2021-03-11T05:07:21.503Z] ---> Running in c6b8f8e6af7d [2021-03-11T05:07:22.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T05:07:22.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:07:23.101Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T05:07:23.101Z] Running setup.py install for texttable: started [2021-03-11T05:07:23.376Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T05:07:23.376Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T05:07:23.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:07:24.625Z] OK: 217 MiB in 51 packages [2021-03-11T05:07:26.084Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T05:07:26.084Z] Running setup.py install for docopt: started [2021-03-11T05:07:26.359Z] Removing intermediate container 2ef96c77cb60 [2021-03-11T05:07:26.359Z] ---> 2f6a963c35d2 [2021-03-11T05:07:26.359Z] Step 6/22 : COPY go.mod . [2021-03-11T05:07:27.343Z] ---> ee596ea244fc [2021-03-11T05:07:27.343Z] Step 7/22 : RUN go mod download [2021-03-11T05:07:27.619Z] ---> Running in 4db38bda7ef7 [2021-03-11T05:07:29.620Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T05:07:30.606Z] Attempting uninstall: idna [2021-03-11T05:07:30.606Z] Found existing installation: idna 2.9 [2021-03-11T05:07:30.606Z] Uninstalling idna-2.9: [2021-03-11T05:07:30.606Z] Successfully uninstalled idna-2.9 [2021-03-11T05:07:31.598Z] Attempting uninstall: urllib3 [2021-03-11T05:07:31.598Z] Found existing installation: urllib3 1.25.9 [2021-03-11T05:07:31.598Z] Uninstalling urllib3-1.25.9: [2021-03-11T05:07:31.873Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T05:07:32.494Z] Removing intermediate container 4db38bda7ef7 [2021-03-11T05:07:32.494Z] ---> a5937c6857ef [2021-03-11T05:07:32.494Z] Step 8/22 : COPY . . [2021-03-11T05:07:32.494Z] Attempting uninstall: requests [2021-03-11T05:07:32.494Z] Found existing installation: requests 2.23.0 [2021-03-11T05:07:32.494Z] Uninstalling requests-2.23.0: [2021-03-11T05:07:32.771Z] Successfully uninstalled requests-2.23.0 [2021-03-11T05:07:34.756Z] Running setup.py install for dockerpty: started [2021-03-11T05:07:38.152Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T05:07:40.138Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T05:07:48.474Z] Removing intermediate container 6553dfa3ca8e [2021-03-11T05:07:48.474Z] ---> 5f069c1c05f5 [2021-03-11T05:07:48.474Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T05:07:48.754Z] ---> Running in 7a630d9a815d [2021-03-11T05:07:51.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:07:51.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:07:51.663Z] ---> 62f20871c6b2 [2021-03-11T05:07:51.663Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T05:07:51.936Z] ---> Running in aa82cecde947 [2021-03-11T05:07:52.538Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T05:07:52.538Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T05:07:52.538Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T05:07:52.538Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:07:52.538Z] OK: 71 MiB in 58 packages [2021-03-11T05:07:53.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T05:07:54.977Z] Removing intermediate container 7a630d9a815d [2021-03-11T05:07:54.977Z] ---> fa4640945335 [2021-03-11T05:07:54.977Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T05:07:54.977Z] ---> Running in 0e26f20e0bff [2021-03-11T05:07:55.963Z] Removing intermediate container 0e26f20e0bff [2021-03-11T05:07:55.963Z] ---> 87e2a8f3f3cd [2021-03-11T05:07:55.963Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T05:07:56.240Z] ---> Running in 5e0234041262 [2021-03-11T05:07:56.843Z] Removing intermediate container 5e0234041262 [2021-03-11T05:07:56.843Z] ---> 2f1fa312485e [2021-03-11T05:07:56.843Z] Step 24/26 : LABEL arch=arm64 [2021-03-11T05:07:57.118Z] ---> Running in 148e04af7986 [2021-03-11T05:07:57.716Z] Removing intermediate container 148e04af7986 [2021-03-11T05:07:57.716Z] ---> 4d8f8015eec4 [2021-03-11T05:07:57.716Z] Step 25/26 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T05:07:57.992Z] ---> Running in 989171ebbaae [2021-03-11T05:07:58.977Z] Removing intermediate container 989171ebbaae [2021-03-11T05:07:58.977Z] ---> e92c1a98d044 [2021-03-11T05:07:58.977Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T05:07:58.977Z] ---> Running in 78c06904322b [2021-03-11T05:07:59.576Z] Removing intermediate container 78c06904322b [2021-03-11T05:07:59.576Z] ---> 3db8a3ff83a6 [2021-03-11T05:07:59.576Z] [2021-03-11T05:08:00.178Z] Successfully built 3db8a3ff83a6 [2021-03-11T05:08:00.455Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-11T05:08:57.088Z]  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/secrets-config ./cmd/secrets-config [2021-03-11T05:09:05.399Z] Removing intermediate container 7859416670ee [2021-03-11T05:09:05.399Z] ---> 99a6f502db07 [2021-03-11T05:09:05.399Z] [2021-03-11T05:09:05.399Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T05:09:05.399Z] ---> d10569e2745f [2021-03-11T05:09:05.399Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T05:09:05.399Z] ---> Running in 57dafca8d037 [2021-03-11T05:09:06.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:09:06.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:09:07.454Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T05:09:07.454Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T05:09:07.454Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T05:09:07.454Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T05:09:07.454Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:09:07.454Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T05:09:07.728Z] OK: 7 MiB in 18 packages [2021-03-11T05:09:10.386Z] Removing intermediate container 57dafca8d037 [2021-03-11T05:09:10.386Z] ---> 613bdffc0dcf [2021-03-11T05:09:10.386Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T05:09:10.386Z] ---> Running in d6061907451b [2021-03-11T05:09:11.375Z] Removing intermediate container d6061907451b [2021-03-11T05:09:11.375Z] ---> 7300e042c5a3 [2021-03-11T05:09:11.375Z] Step 13/21 : WORKDIR /edgex [2021-03-11T05:09:11.375Z] ---> Running in 4150912d5eb4 [2021-03-11T05:09:11.990Z] Removing intermediate container 4150912d5eb4 [2021-03-11T05:09:11.990Z] ---> e6e7b8efc36c [2021-03-11T05:09:11.990Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T05:09:13.427Z] ---> 8ad7f7b4aeb8 [2021-03-11T05:09:13.427Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T05:09:16.066Z] ---> 3d75a6ac8f0f [2021-03-11T05:09:16.066Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T05:09:17.509Z] Removing intermediate container 871bda80ed57 [2021-03-11T05:09:17.509Z] ---> 55e4eccb63e5 [2021-03-11T05:09:17.509Z] [2021-03-11T05:09:17.509Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T05:09:17.509Z] ---> d10569e2745f [2021-03-11T05:09:17.509Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T05:09:17.509Z] ---> Using cache [2021-03-11T05:09:17.509Z] ---> 1158e94125c9 [2021-03-11T05:09:17.509Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T05:09:17.509Z] ---> Using cache [2021-03-11T05:09:17.509Z] ---> 363a9747674b [2021-03-11T05:09:17.509Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T05:09:17.787Z] ---> Running in 8831a28d4a02 [2021-03-11T05:09:18.084Z] ---> cfd0ec66e71d [2021-03-11T05:09:18.084Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T05:09:18.084Z] ---> Running in 93b018108322 [2021-03-11T05:09:18.682Z] Removing intermediate container 8831a28d4a02 [2021-03-11T05:09:18.682Z] ---> 5d18dbd453f9 [2021-03-11T05:09:18.682Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T05:09:18.682Z] ---> Running in 50a96f7a6317 [2021-03-11T05:09:18.958Z] Removing intermediate container 93b018108322 [2021-03-11T05:09:18.958Z] ---> d42b53196f5b [2021-03-11T05:09:18.958Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T05:09:19.233Z] ---> Running in 6c11300b1390 [2021-03-11T05:09:19.233Z] Removing intermediate container 50a96f7a6317 [2021-03-11T05:09:19.233Z] ---> 9693a83ad52d [2021-03-11T05:09:19.233Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T05:09:19.826Z] Removing intermediate container 6c11300b1390 [2021-03-11T05:09:19.826Z] ---> 2157e7b52b68 [2021-03-11T05:09:19.826Z] Step 19/21 : LABEL arch=arm64 [2021-03-11T05:09:20.105Z] ---> Running in 0b6183e53ab6 [2021-03-11T05:09:20.379Z] ---> b3c86c23e50d [2021-03-11T05:09:20.379Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T05:09:20.656Z] Removing intermediate container 0b6183e53ab6 [2021-03-11T05:09:20.656Z] ---> 9319319551d3 [2021-03-11T05:09:20.656Z] Step 20/21 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T05:09:20.930Z] ---> Running in bfb21dd7c13f [2021-03-11T05:09:21.921Z] Removing intermediate container bfb21dd7c13f [2021-03-11T05:09:21.921Z] ---> b7e013cf5ff6 [2021-03-11T05:09:21.921Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T05:09:21.921Z] ---> 82bd3f4c6e8e [2021-03-11T05:09:21.921Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T05:09:22.204Z] ---> Running in 2ddde0d7c176 [2021-03-11T05:09:22.812Z] Removing intermediate container 2ddde0d7c176 [2021-03-11T05:09:22.812Z] ---> b29df74f65e8 [2021-03-11T05:09:22.812Z] [2021-03-11T05:09:23.090Z] Successfully built b29df74f65e8 [2021-03-11T05:09:23.363Z] ---> 16be553560a3 [2021-03-11T05:09:23.363Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T05:09:23.363Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-11T05:09:23.363Z]  Building docker-security-proxy-setup-go ... done  ---> Running in c16efed6c6be [2021-03-11T05:09:23.960Z] Removing intermediate container c16efed6c6be [2021-03-11T05:09:23.960Z] ---> 3f2bb7fab382 [2021-03-11T05:09:23.960Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T05:09:24.236Z] ---> Running in ac2fd287fa73 [2021-03-11T05:09:24.836Z] Removing intermediate container ac2fd287fa73 [2021-03-11T05:09:24.836Z] ---> 8ec4525d2429 [2021-03-11T05:09:24.836Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T05:09:25.113Z] ---> Running in 12248e7a7358 [2021-03-11T05:09:25.713Z] Removing intermediate container 12248e7a7358 [2021-03-11T05:09:25.713Z] ---> 0f122fa51409 [2021-03-11T05:09:25.713Z] Step 21/22 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T05:09:25.984Z] ---> Running in 864f0c3e3d1b [2021-03-11T05:09:26.580Z] Removing intermediate container 864f0c3e3d1b [2021-03-11T05:09:26.580Z] ---> 89226a01d7bf [2021-03-11T05:09:26.580Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T05:09:26.580Z] ---> Running in 652d9bbbbc93 [2021-03-11T05:09:27.554Z] Removing intermediate container 652d9bbbbc93 [2021-03-11T05:09:27.554Z] ---> 5405a2a3bc19 [2021-03-11T05:09:27.554Z] [2021-03-11T05:09:27.826Z] Successfully built 5405a2a3bc19 [2021-03-11T05:09:28.095Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-11T05:09:28.688Z]  Building docker-support-scheduler-go ... done Removing intermediate container aa82cecde947 [2021-03-11T05:09:28.688Z] ---> fbe9455b18de [2021-03-11T05:09:28.688Z] [2021-03-11T05:09:28.688Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T05:09:28.688Z] ---> d10569e2745f [2021-03-11T05:09:28.688Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T05:09:28.688Z] ---> Running in 1781f867ffbc [2021-03-11T05:09:30.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:09:30.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:09:31.808Z] Removing intermediate container c6b8f8e6af7d [2021-03-11T05:09:31.809Z] ---> 26ade3d35468 [2021-03-11T05:09:31.809Z] [2021-03-11T05:09:31.809Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T05:09:31.809Z] ---> d10569e2745f [2021-03-11T05:09:31.809Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T05:09:31.809Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T05:09:31.809Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T05:09:31.809Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:09:31.809Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T05:09:31.809Z] ---> Running in ff7de1cdd9ac [2021-03-11T05:09:31.809Z] OK: 6 MiB in 16 packages [2021-03-11T05:09:31.809Z] Removing intermediate container ff7de1cdd9ac [2021-03-11T05:09:31.809Z] ---> bc6465c271b4 [2021-03-11T05:09:31.809Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T05:09:31.809Z] ---> Running in c64cecb652e6 [2021-03-11T05:09:32.079Z] Removing intermediate container c64cecb652e6 [2021-03-11T05:09:32.079Z] ---> 567b5136326d [2021-03-11T05:09:32.079Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T05:09:32.349Z] ---> Running in 64c01ba4f9b1 [2021-03-11T05:09:32.349Z] Removing intermediate container 1781f867ffbc [2021-03-11T05:09:32.349Z] ---> a364a3676a82 [2021-03-11T05:09:32.349Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T05:09:32.349Z] ---> Running in b556ac563e3b [2021-03-11T05:09:32.622Z] Removing intermediate container 64c01ba4f9b1 [2021-03-11T05:09:32.622Z] ---> 431b5672b91b [2021-03-11T05:09:32.622Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:09:32.891Z] ---> Running in 78ad5f99f902 [2021-03-11T05:09:32.891Z] Removing intermediate container b556ac563e3b [2021-03-11T05:09:32.891Z] ---> 71b41ac8ee07 [2021-03-11T05:09:32.891Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T05:09:33.163Z] ---> Running in cbeaa6ae5728 [2021-03-11T05:09:33.767Z] Removing intermediate container cbeaa6ae5728 [2021-03-11T05:09:33.767Z] ---> 7c7fbfd37e8b [2021-03-11T05:09:33.767Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T05:09:33.767Z] ---> Running in 1d0a41f12262 [2021-03-11T05:09:34.360Z] Removing intermediate container 1d0a41f12262 [2021-03-11T05:09:34.360Z] ---> 1c629f7322c0 [2021-03-11T05:09:34.360Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T05:09:34.955Z] ---> f1e9ad8988b1 [2021-03-11T05:09:34.955Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T05:09:35.232Z] Removing intermediate container 78ad5f99f902 [2021-03-11T05:09:35.232Z] ---> 9c02e54062c1 [2021-03-11T05:09:35.232Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T05:09:35.232Z] ---> Running in 29285b576152 [2021-03-11T05:09:36.214Z] ---> 6a84b448ef9d [2021-03-11T05:09:36.214Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T05:09:36.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:09:37.078Z] ---> 79e9e1c37efd [2021-03-11T05:09:37.078Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T05:09:37.078Z] ---> Running in 84d5b533fd56 [2021-03-11T05:09:37.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:09:37.620Z] Removing intermediate container 84d5b533fd56 [2021-03-11T05:09:37.620Z] ---> e161eb8ec502 [2021-03-11T05:09:37.620Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T05:09:37.891Z] ---> Running in 9811541458e9 [2021-03-11T05:09:38.163Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T05:09:38.163Z] Removing intermediate container 9811541458e9 [2021-03-11T05:09:38.163Z] ---> 16e1d3b49c02 [2021-03-11T05:09:38.163Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T05:09:38.163Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T05:09:38.435Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T05:09:38.435Z] ---> Running in 316b98f92fdb [2021-03-11T05:09:38.435Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T05:09:39.031Z] Removing intermediate container 316b98f92fdb [2021-03-11T05:09:39.031Z] ---> 5cb8f3ea1d96 [2021-03-11T05:09:39.031Z] Step 21/22 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T05:09:39.031Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T05:09:39.031Z] ---> Running in 8cffed48d98a [2021-03-11T05:09:39.031Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T05:09:39.031Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:09:39.031Z] OK: 8 MiB in 20 packages [2021-03-11T05:09:39.630Z] Removing intermediate container 8cffed48d98a [2021-03-11T05:09:39.630Z] ---> 3c5d9b44aee9 [2021-03-11T05:09:39.630Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T05:09:39.630Z] ---> Running in f5452dd0b44e [2021-03-11T05:09:40.225Z] Removing intermediate container f5452dd0b44e [2021-03-11T05:09:40.225Z] ---> 95edf247a618 [2021-03-11T05:09:40.225Z] [2021-03-11T05:09:40.499Z] Successfully built 95edf247a618 [2021-03-11T05:09:40.499Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-11T05:09:40.776Z]  Building docker-support-notifications-go ... done Removing intermediate container 29285b576152 [2021-03-11T05:09:40.776Z] ---> e09a50e3b6db [2021-03-11T05:09:40.776Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T05:09:41.369Z] ---> 7e514ca29a50 [2021-03-11T05:09:41.369Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T05:09:42.798Z] ---> d4c103a8bdca [2021-03-11T05:09:42.798Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T05:09:43.393Z] ---> b3befe2ad6da [2021-03-11T05:09:43.393Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T05:09:43.663Z] ---> Running in d8ec2a5abd3e [2021-03-11T05:09:43.940Z] Removing intermediate container d8ec2a5abd3e [2021-03-11T05:09:43.940Z] ---> ee2cd9336547 [2021-03-11T05:09:43.940Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T05:09:44.213Z] ---> Running in 2e67dd89a498 [2021-03-11T05:09:44.487Z] Removing intermediate container 2e67dd89a498 [2021-03-11T05:09:44.487Z] ---> 06deae424af6 [2021-03-11T05:09:44.487Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T05:09:44.757Z] ---> Running in 3adca7ffa529 [2021-03-11T05:09:45.355Z] Removing intermediate container 3adca7ffa529 [2021-03-11T05:09:45.356Z] ---> 1af663f7eacc [2021-03-11T05:09:45.356Z] Step 22/23 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 [2021-03-11T05:09:45.356Z] ---> Running in 6e24db6dd8ae [2021-03-11T05:09:45.949Z] Removing intermediate container 6e24db6dd8ae [2021-03-11T05:09:45.949Z] ---> b808a038f06b [2021-03-11T05:09:45.949Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T05:09:45.949Z] ---> Running in 0332fe0d616f [2021-03-11T05:09:46.542Z] Removing intermediate container 0332fe0d616f [2021-03-11T05:09:46.542Z] ---> cd435e09cf9e [2021-03-11T05:09:46.542Z] [2021-03-11T05:09:46.813Z] Successfully built cd435e09cf9e [2021-03-11T05:09:46.813Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-11T05:09:47.098Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-11T05:09:47.097Z] $ docker stop --time=1 de1fabe8f711edee7b7eb1c6cea54b9739d58e87e2b0cd3ecbce69bb310ea9a3 [2021-03-11T05:09:49.084Z] $ docker rm -f de1fabe8f711edee7b7eb1c6cea54b9739d58e87e2b0cd3ecbce69bb310ea9a3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T05:09:49.842Z] + + docker images [2021-03-11T05:09:49.842Z] grep docker [2021-03-11T05:09:50.142Z] docker-core-data-go-arm64 latest cd435e09cf9e 3 seconds ago 21.3MB [2021-03-11T05:09:50.142Z] docker-support-notifications-go-arm64 latest 95edf247a618 10 seconds ago 16.9MB [2021-03-11T05:09:50.142Z] docker-support-scheduler-go-arm64 latest 5405a2a3bc19 23 seconds ago 16.3MB [2021-03-11T05:09:50.142Z] docker-security-proxy-setup-go-arm64 latest b29df74f65e8 27 seconds ago 23.4MB [2021-03-11T05:09:50.142Z] docker-sys-mgmt-agent-go-arm64 latest 3db8a3ff83a6 About a minute ago 300MB [2021-03-11T05:09:50.142Z] docker-security-bootstrapper-go-arm64 latest 072068a1b0a1 3 minutes ago 17.8MB [2021-03-11T05:09:50.142Z] docker-core-command-go-arm64 latest 4790680da451 3 minutes ago 16.2MB [2021-03-11T05:09:50.142Z] docker-core-metadata-go-arm64 latest 0e46807cce07 3 minutes ago 17.9MB [2021-03-11T05:09:50.142Z] docker-security-secretstore-setup-go-arm64 latest 4dd613e7bfae 3 minutes ago 23.7MB [2021-03-11T05:09:50.142Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:09:51.328Z] ---> job-cost.sh [2021-03-11T05:09:51.328Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0OoJ [2021-03-11T05:10:30.253Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T05:12:06.968Z] lf-activate-venv(): INFO: Adding /tmp/venv-0OoJ/bin to PATH [2021-03-11T05:12:06.968Z] INFO: No Stack... [2021-03-11T05:12:06.968Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T05:12:06.968Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T05:12:07.306Z] + cat /w/workspace/edgex-go/16/archives/cost.csv [2021-03-11T05:12:07.306Z] + cut -d, -f6 [Pipeline] lock [2021-03-11T05:12:07.427Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-16-stack-cost] [2021-03-11T05:12:07.435Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3209-16-stack-cost] did not exist. Created. [2021-03-11T05:12:07.435Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T05:12:07.924Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-11T05:12:08.247Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T05:12:08.260Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-16-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-11T05:12:09.641Z] provisioning config files... [2021-03-11T05:12:09.674Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/16@tmp/config3134060698549000628tmp [Pipeline] { [Pipeline] sh [2021-03-11T05:12:10.070Z] + set +x [2021-03-11T05:12:10.070Z] + curl -s https://codecov.io/bash [2021-03-11T05:12:10.070Z] + bash -s -- [2021-03-11T05:12:10.644Z] [2021-03-11T05:12:10.644Z] _____ _ [2021-03-11T05:12:10.644Z] / ____| | | [2021-03-11T05:12:10.644Z] | | ___ __| | ___ ___ _____ __ [2021-03-11T05:12:10.644Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-11T05:12:10.644Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-11T05:12:10.644Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-11T05:12:10.644Z] Bash-20210309-2b87ace [2021-03-11T05:12:10.644Z] [2021-03-11T05:12:10.644Z] [2021-03-11T05:12:10.644Z] ==> git version 2.24.3 found [2021-03-11T05:12:10.644Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-11T05:12:10.644Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-11T05:12:10.644Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-11T05:12:10.644Z] ==> Jenkins CI detected. [2021-03-11T05:12:10.644Z] project root: . [2021-03-11T05:12:10.644Z] --> token set from env [2021-03-11T05:12:10.644Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-11T05:12:10.905Z] ==> Running gcov in . (disable via -X gcov) [2021-03-11T05:12:10.905Z] ==> Python coveragepy not found [2021-03-11T05:12:10.905Z] ==> Searching for coverage reports in: [2021-03-11T05:12:10.905Z] + . [2021-03-11T05:12:10.905Z] -> Found 1 reports [2021-03-11T05:12:10.905Z] ==> Detecting git/mercurial file structure [2021-03-11T05:12:10.905Z] ==> Reading reports [2021-03-11T05:12:10.905Z] + ./coverage.out bytes=628838 [2021-03-11T05:12:10.905Z] ==> Appending adjustments [2021-03-11T05:12:10.905Z] https://docs.codecov.io/docs/fixing-reports [2021-03-11T05:12:14.222Z] + Found adjustments [2021-03-11T05:12:14.222Z] ==> Gzipping contents [2021-03-11T05:12:14.222Z] 92K /tmp/codecov.4FKpC6.gz [2021-03-11T05:12:14.222Z] ==> Uploading reports [2021-03-11T05:12:14.222Z] url: https://codecov.io [2021-03-11T05:12:14.222Z] query: branch=PR-3209&commit=feceee52b67c986ed78c3711126a3ae755cb7ff3&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F16%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-11T05:12:14.222Z] -> Pinging Codecov [2021-03-11T05:12:14.222Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3209&commit=feceee52b67c986ed78c3711126a3ae755cb7ff3&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F16%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-11T05:12:14.795Z] -> Uploading to [2021-03-11T05:12:14.795Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/feceee52b67c986ed78c3711126a3ae755cb7ff3/72775f8d-c36e-45ff-86f2-c3b7e6c68c89.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T051214Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2d56a0c93d83c15661dad2a8fd715a6c67e361f264b80f4de69adc5afeb594ff [2021-03-11T05:12:14.795Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T05:12:14.795Z] Dload Upload Total Spent Left Speed [2021-03-11T05:12:15.741Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92816 0 0 100 92816 0 137k --:--:-- --:--:-- --:--:-- 137k [2021-03-11T05:12:15.741Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/feceee52b67c986ed78c3711126a3ae755cb7ff3 [Pipeline] } [2021-03-11T05:12:15.751Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:12:17.552Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:12:18.442Z] ---> package-listing.sh [2021-03-11T05:12:18.442Z] ++ facter osfamily [2021-03-11T05:12:18.442Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T05:12:18.442Z] + OS_FAMILY=redhat [2021-03-11T05:12:18.442Z] + workspace=/w/workspace/edgex-go/16 [2021-03-11T05:12:18.442Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T05:12:18.442Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T05:12:18.442Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T05:12:18.442Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T05:12:18.442Z] + '[' /w/workspace/edgex-go/16 ']' [2021-03-11T05:12:18.442Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T05:12:18.442Z] + case "${OS_FAMILY}" in [2021-03-11T05:12:18.442Z] + rpm -qa [2021-03-11T05:12:18.442Z] + sort [2021-03-11T05:12:23.752Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T05:12:23.752Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T05:12:23.752Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T05:12:23.752Z] + '[' /w/workspace/edgex-go/16 ']' [2021-03-11T05:12:23.752Z] + mkdir -p /w/workspace/edgex-go/16/archives/ [2021-03-11T05:12:23.752Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] echo [2021-03-11T05:12:23.768Z] 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/16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-11T05:12:24.059Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:12:24.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T05:12:24.370Z] [2021-03-11T05:12:24.370Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:12:24.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T05:12:24.724Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T05:12:24.724Z] df20fa9351a1: Pulling fs layer [2021-03-11T05:12:24.724Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T05:12:24.724Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T05:12:24.724Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T05:12:24.724Z] 93b61091891f: Pulling fs layer [2021-03-11T05:12:24.724Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T05:12:24.724Z] 5e14af77c1be: Pulling fs layer [2021-03-11T05:12:24.724Z] 01666e4c0597: Pulling fs layer [2021-03-11T05:12:24.724Z] aa168da1d23b: Pulling fs layer [2021-03-11T05:12:24.724Z] 46f8f816bc3b: Waiting [2021-03-11T05:12:24.724Z] 93b61091891f: Waiting [2021-03-11T05:12:24.724Z] 01666e4c0597: Waiting [2021-03-11T05:12:24.724Z] aa168da1d23b: Waiting [2021-03-11T05:12:24.724Z] 93b9cdb0e59b: Waiting [2021-03-11T05:12:24.724Z] 5e14af77c1be: Waiting [2021-03-11T05:12:24.724Z] 36b3adc4ff6f: Verifying Checksum [2021-03-11T05:12:24.724Z] 36b3adc4ff6f: Download complete [2021-03-11T05:12:24.724Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T05:12:24.724Z] 46f8f816bc3b: Download complete [2021-03-11T05:12:24.724Z] df20fa9351a1: Verifying Checksum [2021-03-11T05:12:24.724Z] df20fa9351a1: Download complete [2021-03-11T05:12:24.991Z] 93b9cdb0e59b: Verifying Checksum [2021-03-11T05:12:24.991Z] 93b9cdb0e59b: Download complete [2021-03-11T05:12:24.991Z] 5e14af77c1be: Download complete [2021-03-11T05:12:24.991Z] 93b61091891f: Verifying Checksum [2021-03-11T05:12:24.991Z] 93b61091891f: Download complete [2021-03-11T05:12:24.991Z] 01666e4c0597: Verifying Checksum [2021-03-11T05:12:24.991Z] 01666e4c0597: Download complete [2021-03-11T05:12:25.252Z] df20fa9351a1: Pull complete [2021-03-11T05:12:25.526Z] 36b3adc4ff6f: Pull complete [2021-03-11T05:12:25.526Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T05:12:25.526Z] 8ad3a11d3b57: Download complete [2021-03-11T05:12:26.930Z] 8ad3a11d3b57: Pull complete [2021-03-11T05:12:27.193Z] aa168da1d23b: Verifying Checksum [2021-03-11T05:12:27.193Z] aa168da1d23b: Download complete [2021-03-11T05:12:28.148Z] 46f8f816bc3b: Pull complete [2021-03-11T05:12:29.104Z] 93b61091891f: Pull complete [2021-03-11T05:12:29.367Z] 93b9cdb0e59b: Pull complete [2021-03-11T05:12:29.367Z] 5e14af77c1be: Pull complete [2021-03-11T05:12:29.639Z] 01666e4c0597: Pull complete [2021-03-11T05:12:39.695Z] aa168da1d23b: Pull complete [2021-03-11T05:12:39.695Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T05:12:39.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T05:12:39.695Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T05:12:39.922Z] prd-centos7-docker-4c-2g-29464 does not seem to be running inside a container [2021-03-11T05:12:39.970Z] $ 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/16/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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-11T05:12:43.162Z] $ docker top de7511a9250678a938b9ffc149a4202ba4676750a61d4f0694ec5f00f201bc8a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T05:12:43.767Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T05:12:44.066Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T05:12:44.370Z] + ls /var/log/sa-host [2021-03-11T05:12:44.370Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T05:12:44.370Z] file_magic: OK [2021-03-11T05:12:44.370Z] HZ: Using current value: 100 [2021-03-11T05:12:44.370Z] file_header: OK [2021-03-11T05:12:44.370Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-11T05:12:44.370Z] Statistics: [2021-03-11T05:12:44.370Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-11T05:12:44.370Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T05:12:44.370Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T05:12:44.370Z] file_magic: OK [2021-03-11T05:12:44.370Z] HZ: Using current value: 100 [2021-03-11T05:12:44.370Z] file_header: OK [2021-03-11T05:12:44.371Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-11T05:12:44.371Z] Statistics: [2021-03-11T05:12:44.371Z] Hnuu...uuuununununu... [2021-03-11T05:12:44.371Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T05:12:44.600Z] provisioning config files... [2021-03-11T05:12:44.626Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config6554492283918243115tmp [Pipeline] { [Pipeline] echo [2021-03-11T05:12:44.736Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:12:45.042Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T05:12:45.052Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T05:12:45.157Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:12:45.458Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T05:12:45.470Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:12:45.771Z] ---> sudo-logs.sh [2021-03-11T05:12:45.771Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T05:12:45.841Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:12:46.140Z] ---> job-cost.sh [2021-03-11T05:12:46.140Z] lf-activate-venv: SKIPPING [2021-03-11T05:12:46.140Z] DEBUG: total: 0.20999999344348907 [2021-03-11T05:12:46.140Z] INFO: Retrieving Stack Cost... [2021-03-11T05:12:47.087Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T05:12:49.026Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T05:12:49.043Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:12:49.347Z] ---> logs-deploy.sh [2021-03-11T05:12:49.347Z] lf-activate-venv: SKIPPING [2021-03-11T05:12:49.347Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/16 [2021-03-11T05:12:49.347Z] INFO: archiving workspace using pattern(s): [2021-03-11T05:12:51.269Z] Archives upload complete. [2021-03-11T05:12:51.269Z] INFO: archiving logs to Nexus [2021-03-11T05:12:52.230Z] ---> uname -a: [2021-03-11T05:12:52.230Z] Linux prd-centos7-docker-4c-2g-29464.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] ---> lscpu: [2021-03-11T05:12:52.231Z] Architecture: x86_64 [2021-03-11T05:12:52.231Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-11T05:12:52.231Z] Byte Order: Little Endian [2021-03-11T05:12:52.231Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-11T05:12:52.231Z] CPU(s): 4 [2021-03-11T05:12:52.231Z] On-line CPU(s) list: 0-3 [2021-03-11T05:12:52.231Z] Thread(s) per core: 1 [2021-03-11T05:12:52.231Z] Core(s) per socket: 1 [2021-03-11T05:12:52.231Z] Socket(s): 4 [2021-03-11T05:12:52.231Z] NUMA node(s): 1 [2021-03-11T05:12:52.231Z] Vendor ID: GenuineIntel [2021-03-11T05:12:52.231Z] CPU family: 6 [2021-03-11T05:12:52.231Z] Model: 44 [2021-03-11T05:12:52.231Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-11T05:12:52.231Z] Stepping: 1 [2021-03-11T05:12:52.231Z] CPU MHz: 2933.438 [2021-03-11T05:12:52.231Z] BogoMIPS: 5866.87 [2021-03-11T05:12:52.231Z] Virtualization: VT-x [2021-03-11T05:12:52.231Z] Hypervisor vendor: KVM [2021-03-11T05:12:52.231Z] Virtualization type: full [2021-03-11T05:12:52.231Z] L1d cache: 128 KiB [2021-03-11T05:12:52.231Z] L1i cache: 128 KiB [2021-03-11T05:12:52.231Z] L2 cache: 16 MiB [2021-03-11T05:12:52.231Z] L3 cache: 64 MiB [2021-03-11T05:12:52.231Z] NUMA node0 CPU(s): 0-3 [2021-03-11T05:12:52.231Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-11T05:12:52.231Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-11T05:12:52.231Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-11T05:12:52.231Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-11T05:12:52.231Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-11T05:12:52.231Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-11T05:12:52.231Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-11T05:12:52.231Z] Vulnerability Srbds: Not affected [2021-03-11T05:12:52.231Z] Vulnerability Tsx async abort: Not affected [2021-03-11T05:12:52.231Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] ---> nproc: [2021-03-11T05:12:52.231Z] 4 [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] ---> df -h: [2021-03-11T05:12:52.231Z] Filesystem Size Used Available Use% Mounted on [2021-03-11T05:12:52.231Z] overlay 50.0G 13.0G 37.0G 26% / [2021-03-11T05:12:52.231Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-11T05:12:52.231Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-11T05:12:52.231Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-11T05:12:52.231Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-03-11T05:12:52.231Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-03-11T05:12:52.231Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-03-11T05:12:52.231Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-03-11T05:12:52.231Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-03-11T05:12:52.231Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-03-11T05:12:52.231Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-03-11T05:12:52.231Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-03-11T05:12:52.231Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/16@tmp [2021-03-11T05:12:52.231Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/16 [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] ---> free -m: [2021-03-11T05:12:52.231Z] total used free shared buff/cache available [2021-03-11T05:12:52.231Z] Mem: 1837 720 180 0 937 1035 [2021-03-11T05:12:52.231Z] Swap: 1023 77 946 [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] ---> ip addr: [2021-03-11T05:12:52.231Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-11T05:12:52.231Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-11T05:12:52.231Z] inet 127.0.0.1/8 scope host lo [2021-03-11T05:12:52.231Z] valid_lft forever preferred_lft forever [2021-03-11T05:12:52.231Z] inet6 ::1/128 scope host [2021-03-11T05:12:52.231Z] valid_lft forever preferred_lft forever [2021-03-11T05:12:52.231Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-11T05:12:52.231Z] link/ether fa:16:3e:90:08:cd brd ff:ff:ff:ff:ff:ff [2021-03-11T05:12:52.231Z] inet 10.30.123.223/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-11T05:12:52.231Z] valid_lft 84855sec preferred_lft 84855sec [2021-03-11T05:12:52.231Z] inet6 fe80::f816:3eff:fe90:8cd/64 scope link [2021-03-11T05:12:52.231Z] valid_lft forever preferred_lft forever [2021-03-11T05:12:52.231Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-11T05:12:52.231Z] link/ether 02:42:09:2b:5d:11 brd ff:ff:ff:ff:ff:ff [2021-03-11T05:12:52.231Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-11T05:12:52.231Z] valid_lft forever preferred_lft forever [2021-03-11T05:12:52.231Z] inet6 fe80::42:9ff:fe2b:5d11/64 scope link [2021-03-11T05:12:52.231Z] valid_lft forever preferred_lft forever [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] ---> sar -b -r -n DEV: [2021-03-11T05:12:52.231Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] 04:46:55 LINUX RESTART (4 CPU) [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] 04:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-11T05:12:52.231Z] 04:49:01 103.11 51.41 51.71 0.00 6714.49 11605.22 0.00 [2021-03-11T05:12:52.231Z] 04:50:01 216.47 99.03 117.44 0.00 6850.45 39948.45 0.00 [2021-03-11T05:12:52.231Z] 04:51:01 246.51 98.07 148.44 0.00 3627.94 17925.02 0.00 [2021-03-11T05:12:52.231Z] 04:52:01 131.52 56.75 74.77 0.00 2096.61 9545.04 0.00 [2021-03-11T05:12:52.231Z] 04:53:01 143.63 43.27 100.37 0.00 2934.13 26241.40 0.00 [2021-03-11T05:12:52.231Z] 04:54:03 1864.74 1525.46 339.28 0.00 154703.40 209737.38 0.00 [2021-03-11T05:12:52.231Z] 04:55:01 1744.87 1498.99 245.89 0.00 82666.85 98939.80 0.00 [2021-03-11T05:12:52.231Z] 04:56:02 1099.04 754.27 344.76 0.00 85555.92 141246.67 0.00 [2021-03-11T05:12:52.231Z] 04:57:01 2319.36 2059.05 260.31 0.00 118882.78 130932.64 0.00 [2021-03-11T05:12:52.231Z] 04:58:01 300.87 79.76 221.10 0.00 9368.08 34640.66 0.00 [2021-03-11T05:12:52.231Z] 04:59:01 1.70 0.07 1.63 0.00 0.80 29.26 0.00 [2021-03-11T05:12:52.231Z] 05:00:01 1.13 0.50 0.63 0.00 5.73 8.14 0.00 [2021-03-11T05:12:52.231Z] 05:01:01 0.65 0.05 0.60 0.00 0.80 6.14 0.00 [2021-03-11T05:12:52.231Z] 05:02:01 2.50 1.85 0.65 0.00 76.27 9.60 0.00 [2021-03-11T05:12:52.231Z] 05:03:01 1.35 0.08 1.27 0.00 1.47 20.09 0.00 [2021-03-11T05:12:52.231Z] 05:04:01 0.53 0.13 0.40 0.00 1.73 5.01 0.00 [2021-03-11T05:12:52.231Z] 05:05:01 0.57 0.02 0.55 0.00 0.13 5.90 0.00 [2021-03-11T05:12:52.231Z] 05:06:01 0.47 0.00 0.47 0.00 0.00 5.21 0.00 [2021-03-11T05:12:52.231Z] 05:07:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 [2021-03-11T05:12:52.231Z] 05:08:01 0.41 0.14 0.27 0.00 37.94 3.59 0.00 [2021-03-11T05:12:52.231Z] 05:09:01 0.23 0.02 0.22 0.00 0.27 2.18 0.00 [2021-03-11T05:12:52.231Z] 05:10:01 0.20 0.02 0.18 0.00 0.27 2.18 0.00 [2021-03-11T05:12:52.231Z] 05:11:01 0.22 0.02 0.20 0.00 0.13 1.62 0.00 [2021-03-11T05:12:52.231Z] 05:12:01 0.23 0.02 0.22 0.00 0.13 1.53 0.00 [2021-03-11T05:12:52.231Z] Average: 340.30 260.53 79.77 0.00 19786.41 30153.44 0.00 [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] 04:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-11T05:12:52.231Z] 04:49:01 295532 0 630592 33.51 2596 952824 1196896 40.85 569264 813892 43056 [2021-03-11T05:12:52.231Z] 04:50:01 137416 0 719924 38.26 1560 1022644 1526740 52.11 575720 925928 1372 [2021-03-11T05:12:52.231Z] 04:51:01 217024 0 772896 41.08 888 890736 1733860 59.17 601792 784136 84252 [2021-03-11T05:12:52.231Z] 04:52:01 248796 0 789952 41.98 688 842108 1696792 57.91 610292 729208 82168 [2021-03-11T05:12:52.231Z] 04:53:01 177188 0 759816 40.38 480 944060 1415804 48.32 599472 814552 44 [2021-03-11T05:12:52.231Z] 04:54:03 54980 0 861460 45.78 104 965000 2338356 79.80 779520 817520 77436 [2021-03-11T05:12:52.231Z] 04:55:01 286308 0 978860 52.02 104 616272 3465948 118.29 633928 684240 52112 [2021-03-11T05:12:52.231Z] 04:56:02 268532 0 699260 37.16 104 913648 2106248 71.88 596876 791080 64 [2021-03-11T05:12:52.231Z] 04:57:01 239716 0 929212 49.39 104 712512 3056620 104.32 694640 680780 59808 [2021-03-11T05:12:52.231Z] 04:58:01 119428 0 645852 34.33 104 1116160 1214620 41.45 592028 906684 20 [2021-03-11T05:12:52.231Z] 04:59:01 123884 0 641316 34.08 104 1116240 1186588 40.50 590680 905276 16 [2021-03-11T05:12:52.231Z] 05:00:01 123904 0 641284 34.08 104 1116252 1184652 40.43 591004 905360 8 [2021-03-11T05:12:52.231Z] 05:01:01 123576 0 641604 34.10 104 1116260 1186716 40.50 591092 905356 8 [2021-03-11T05:12:52.231Z] 05:02:01 121256 0 642332 34.14 104 1117852 1185208 40.45 591664 906780 8 [2021-03-11T05:12:52.231Z] 05:03:01 120924 0 642656 34.16 104 1117860 1185280 40.45 591880 906808 8 [2021-03-11T05:12:52.231Z] 05:04:01 121872 0 641676 34.10 104 1117892 1185040 40.44 590936 906824 8 [2021-03-11T05:12:52.231Z] 05:05:01 121924 0 641616 34.10 104 1117900 1185124 40.45 591252 906832 8 [2021-03-11T05:12:52.231Z] 05:06:01 121996 0 641532 34.10 104 1117912 1185040 40.44 590864 906836 8 [2021-03-11T05:12:52.231Z] 05:07:01 121888 0 641636 34.10 104 1117916 1185040 40.44 591116 906836 8 [2021-03-11T05:12:52.231Z] 05:08:01 118004 0 644412 34.25 104 1119024 1185100 40.45 596956 904876 8 [2021-03-11T05:12:52.231Z] 05:09:01 117780 0 644620 34.26 104 1119040 1185040 40.44 596888 904880 16 [2021-03-11T05:12:52.231Z] 05:10:01 118068 0 644332 34.24 104 1119040 1185040 40.44 596768 904880 8 [2021-03-11T05:12:52.231Z] 05:11:01 118348 0 644040 34.23 104 1119052 1185040 40.44 596896 904892 8 [2021-03-11T05:12:52.231Z] 05:12:01 118068 0 644316 34.24 104 1119056 1185040 40.44 596776 904892 8 [2021-03-11T05:12:52.231Z] Average: 155684 0 699383 37.17 341 1026136 1514410 51.68 606596 859556 16686 [2021-03-11T05:12:52.231Z] [2021-03-11T05:12:52.231Z] 04:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-11T05:12:52.231Z] 04:49:01 veth49e1e2d 1097.80 777.52 97.36 2684.21 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:49:01 eth0 950.04 1221.73 3146.98 153.29 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:49:01 docker0 1097.80 777.39 82.35 2684.20 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:50:01 eth0 441.43 384.61 3228.15 38.90 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:50:01 veth051bdaa 22.06 23.34 2.09 21.35 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:50:01 docker0 83.51 100.03 5.04 382.45 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:51:01 vethe7d0bdb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:51:01 eth0 117.10 89.42 475.86 17.16 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:51:01 docker0 72.19 85.33 5.67 448.35 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:52:01 vethe7d0bdb 2.33 2.33 0.19 0.19 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:52:01 eth0 42.02 29.34 21.10 85.51 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:52:01 docker0 2.33 2.33 0.15 0.19 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:53:01 eth0 252.60 222.27 1702.89 29.88 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:53:01 vethc9c3d88 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:54:03 veth07ab863 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:54:03 eth0 73.04 48.29 171.68 60.36 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:54:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:54:03 docker0 13.21 25.12 0.69 142.52 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:55:01 veth07ab863 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:55:01 vethae5986e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:55:01 veth4771f70 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:55:01 veth7c5505e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:56:02 veth3fae2dc 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:56:02 veth07ab863 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:56:02 vethf4c014b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:56:02 eth0 2792.73 2589.69 12363.66 478.59 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:57:01 vethe7229a5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:57:01 veth07ab863 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:57:01 vethc66e45c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:57:01 eth0 43.97 40.28 12.01 86.42 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:58:01 eth0 281.14 213.06 1741.35 93.03 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.231Z] 04:58:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 04:58:01 docker0 1328.17 1107.46 97.41 4421.63 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 04:59:01 eth0 1.10 0.10 0.11 0.04 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:00:01 eth0 0.68 0.32 0.28 0.20 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:01:01 eth0 0.70 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:02:01 eth0 1.40 0.32 0.36 0.20 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:03:01 eth0 0.83 0.45 0.42 0.27 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:04:01 eth0 0.67 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:05:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:06:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:07:01 eth0 0.18 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:08:01 eth0 0.95 0.20 0.21 0.07 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:09:01 eth0 0.38 0.05 0.04 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:10:01 eth0 0.18 0.05 0.02 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:11:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:12:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] Average: eth0 96.50 96.29 453.82 24.64 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] Average: docker0 55.43 46.21 4.07 184.52 0.00 0.00 0.00 0.00 [2021-03-11T05:12:52.232Z] [2021-03-11T05:12:52.232Z] [2021-03-11T05:12:52.232Z] ---> sar -P ALL: [2021-03-11T05:12:52.232Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) [2021-03-11T05:12:52.232Z] [2021-03-11T05:12:52.232Z] 04:46:55 LINUX RESTART (4 CPU) [2021-03-11T05:12:52.232Z] [2021-03-11T05:12:52.232Z] 04:48:01 CPU %user %nice %system %iowait %steal %idle [2021-03-11T05:12:52.232Z] 04:49:01 all 10.98 0.00 5.00 1.71 0.06 82.24 [2021-03-11T05:12:52.232Z] 04:49:01 0 12.41 0.00 6.22 2.84 0.07 78.46 [2021-03-11T05:12:52.232Z] 04:49:01 1 9.97 0.00 4.04 0.17 0.05 85.77 [2021-03-11T05:12:52.232Z] 04:49:01 2 11.13 0.00 4.96 1.73 0.07 82.12 [2021-03-11T05:12:52.232Z] 04:49:01 3 10.43 0.00 4.81 2.13 0.07 82.56 [2021-03-11T05:12:52.232Z] 04:50:01 all 8.21 0.00 6.42 2.57 0.06 82.74 [2021-03-11T05:12:52.232Z] 04:50:01 0 9.62 0.00 6.20 1.64 0.03 82.50 [2021-03-11T05:12:52.232Z] 04:50:01 1 7.73 0.00 6.85 3.09 0.08 82.25 [2021-03-11T05:12:52.232Z] 04:50:01 2 8.09 0.00 6.05 3.04 0.05 82.77 [2021-03-11T05:12:52.232Z] 04:50:01 3 7.41 0.00 6.56 2.50 0.09 83.44 [2021-03-11T05:12:52.232Z] 04:51:01 all 32.48 0.00 10.34 6.27 0.09 50.81 [2021-03-11T05:12:52.232Z] 04:51:01 0 33.36 0.00 9.73 5.57 0.09 51.27 [2021-03-11T05:12:52.232Z] 04:51:01 1 31.71 0.00 11.09 7.89 0.12 49.19 [2021-03-11T05:12:52.232Z] 04:51:01 2 32.05 0.00 10.13 6.24 0.07 51.52 [2021-03-11T05:12:52.232Z] 04:51:01 3 32.80 0.00 10.42 5.41 0.10 51.26 [2021-03-11T05:12:52.232Z] 04:52:01 all 51.61 0.00 12.90 4.60 0.09 30.79 [2021-03-11T05:12:52.232Z] 04:52:01 0 51.60 0.00 12.92 5.21 0.14 30.13 [2021-03-11T05:12:52.232Z] 04:52:01 1 52.46 0.00 12.66 4.04 0.07 30.77 [2021-03-11T05:12:52.232Z] 04:52:01 2 49.76 0.00 12.78 3.31 0.10 34.04 [2021-03-11T05:12:52.232Z] 04:52:01 3 52.62 0.00 13.25 5.83 0.05 28.25 [2021-03-11T05:12:52.232Z] 04:53:01 all 29.80 0.00 10.57 2.87 0.09 56.67 [2021-03-11T05:12:52.232Z] 04:53:01 0 27.66 0.00 10.47 3.22 0.09 58.56 [2021-03-11T05:12:52.232Z] 04:53:01 1 31.68 0.00 10.51 0.89 0.09 56.84 [2021-03-11T05:12:52.232Z] 04:53:01 2 28.71 0.00 10.51 3.35 0.09 57.35 [2021-03-11T05:12:52.232Z] 04:53:01 3 31.15 0.00 10.78 4.04 0.09 53.94 [2021-03-11T05:12:52.232Z] 04:54:03 all 19.82 0.00 27.14 19.83 0.26 32.95 [2021-03-11T05:12:52.232Z] 04:54:03 0 17.46 0.00 25.09 20.46 0.31 36.68 [2021-03-11T05:12:52.232Z] 04:54:03 1 20.94 0.00 27.83 18.85 0.26 32.12 [2021-03-11T05:12:52.232Z] 04:54:03 2 19.64 0.00 28.06 20.37 0.26 31.67 [2021-03-11T05:12:52.232Z] 04:54:03 3 21.28 0.00 27.56 19.63 0.22 31.31 [2021-03-11T05:12:52.232Z] 04:55:01 all 54.75 0.00 17.74 15.40 0.14 11.96 [2021-03-11T05:12:52.232Z] 04:55:01 0 54.90 0.00 16.24 16.44 0.16 12.26 [2021-03-11T05:12:52.232Z] 04:55:01 1 54.04 0.00 19.06 16.10 0.13 10.67 [2021-03-11T05:12:52.232Z] 04:55:01 2 54.52 0.00 17.66 14.93 0.16 12.73 [2021-03-11T05:12:52.232Z] 04:55:01 3 55.55 0.00 18.03 14.11 0.13 12.18 [2021-03-11T05:12:52.232Z] 04:56:02 all 22.75 0.00 21.00 20.62 0.16 35.47 [2021-03-11T05:12:52.232Z] 04:56:02 0 22.30 0.00 20.54 20.45 0.16 36.55 [2021-03-11T05:12:52.232Z] 04:56:02 1 22.11 0.00 21.58 21.32 0.16 34.83 [2021-03-11T05:12:52.232Z] 04:56:02 2 23.02 0.00 21.32 19.46 0.14 36.07 [2021-03-11T05:12:52.232Z] 04:56:02 3 23.59 0.00 20.56 21.23 0.18 34.44 [2021-03-11T05:12:52.232Z] 04:57:01 all 45.00 0.00 21.18 17.35 0.19 16.28 [2021-03-11T05:12:52.232Z] 04:57:01 0 44.81 0.00 20.71 17.22 0.25 17.01 [2021-03-11T05:12:52.232Z] 04:57:01 1 44.80 0.00 21.65 18.91 0.18 14.46 [2021-03-11T05:12:52.232Z] 04:57:01 2 43.89 0.00 21.55 18.95 0.21 15.39 [2021-03-11T05:12:52.232Z] 04:57:01 3 46.49 0.00 20.81 14.32 0.12 18.26 [2021-03-11T05:12:52.232Z] 04:58:01 all 16.80 0.00 9.24 13.71 0.08 60.17 [2021-03-11T05:12:52.232Z] 04:58:01 0 14.86 0.00 9.11 9.25 0.09 66.68 [2021-03-11T05:12:52.232Z] 04:58:01 1 19.43 0.00 10.17 13.18 0.10 57.11 [2021-03-11T05:12:52.232Z] 04:58:01 2 14.37 0.00 8.57 13.22 0.07 63.78 [2021-03-11T05:12:52.232Z] 04:58:01 3 18.55 0.00 9.11 19.22 0.05 53.07 [2021-03-11T05:12:52.232Z] 04:59:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-03-11T05:12:52.232Z] 04:59:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-11T05:12:52.232Z] 04:59:01 1 0.03 0.00 0.05 0.02 0.00 99.90 [2021-03-11T05:12:52.232Z] 04:59:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-11T05:12:52.232Z] 04:59:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-11T05:12:52.232Z] [2021-03-11T05:12:52.232Z] 04:59:01 CPU %user %nice %system %iowait %steal %idle [2021-03-11T05:12:52.232Z] 05:00:01 all 0.17 0.00 0.03 0.02 0.01 99.78 [2021-03-11T05:12:52.232Z] 05:00:01 0 0.05 0.00 0.02 0.03 0.02 99.88 [2021-03-11T05:12:52.232Z] 05:00:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2021-03-11T05:12:52.232Z] 05:00:01 2 0.48 0.00 0.03 0.03 0.00 99.45 [2021-03-11T05:12:52.232Z] 05:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-11T05:12:52.232Z] 05:01:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-11T05:12:52.232Z] 05:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T05:12:52.232Z] 05:01:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-11T05:12:52.232Z] 05:01:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-11T05:12:52.232Z] 05:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T05:12:52.232Z] 05:02:01 all 0.17 0.00 0.08 0.03 0.00 99.72 [2021-03-11T05:12:52.232Z] 05:02:01 0 0.03 0.00 0.05 0.02 0.00 99.90 [2021-03-11T05:12:52.232Z] 05:02:01 1 0.53 0.00 0.12 0.10 0.00 99.25 [2021-03-11T05:12:52.232Z] 05:02:01 2 0.07 0.00 0.08 0.00 0.02 99.83 [2021-03-11T05:12:52.232Z] 05:02:01 3 0.03 0.00 0.07 0.02 0.00 99.88 [2021-03-11T05:12:52.232Z] 05:03:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-11T05:12:52.232Z] 05:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T05:12:52.232Z] 05:03:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-11T05:12:52.232Z] 05:03:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-11T05:12:52.232Z] 05:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T05:12:52.232Z] 05:04:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-03-11T05:12:52.232Z] 05:04:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2021-03-11T05:12:52.232Z] 05:04:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-11T05:12:52.232Z] 05:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T05:12:52.232Z] 05:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T05:12:52.232Z] 05:05:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-03-11T05:12:52.232Z] 05:05:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-11T05:12:52.232Z] 05:05:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-11T05:12:52.232Z] 05:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-11T05:12:52.233Z] 05:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T05:12:52.233Z] 05:06:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-03-11T05:12:52.233Z] 05:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-11T05:12:52.233Z] 05:06:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-11T05:12:52.233Z] 05:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T05:12:52.233Z] 05:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-11T05:12:52.233Z] 05:07:01 all 0.14 0.00 0.03 0.00 0.01 99.83 [2021-03-11T05:12:52.233Z] 05:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-11T05:12:52.233Z] 05:07:01 1 0.47 0.00 0.05 0.00 0.02 99.47 [2021-03-11T05:12:52.233Z] 05:07:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-11T05:12:52.233Z] 05:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-11T05:12:52.233Z] 05:08:01 all 0.05 0.00 0.04 0.01 0.00 99.90 [2021-03-11T05:12:52.233Z] 05:08:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-11T05:12:52.233Z] 05:08:01 1 0.09 0.00 0.10 0.03 0.00 99.78 [2021-03-11T05:12:52.233Z] 05:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-11T05:12:52.233Z] 05:08:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2021-03-11T05:12:52.233Z] 05:09:01 all 0.09 0.00 0.02 0.00 0.00 99.88 [2021-03-11T05:12:52.233Z] 05:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-11T05:12:52.233Z] 05:09:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2021-03-11T05:12:52.233Z] 05:09:01 2 0.27 0.00 0.02 0.00 0.00 99.72 [2021-03-11T05:12:52.233Z] 05:09:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-03-11T05:12:52.233Z] 05:10:01 all 0.10 0.00 0.02 0.00 0.00 99.88 [2021-03-11T05:12:52.233Z] 05:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-11T05:12:52.233Z] 05:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T05:12:52.233Z] 05:10:01 2 0.32 0.00 0.03 0.00 0.00 99.65 [2021-03-11T05:12:52.233Z] 05:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T05:12:52.233Z] [2021-03-11T05:12:52.233Z] 05:10:01 CPU %user %nice %system %iowait %steal %idle [2021-03-11T05:12:52.233Z] 05:11:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-03-11T05:12:52.233Z] 05:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-03-11T05:12:52.233Z] 05:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T05:12:52.233Z] 05:11:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-11T05:12:52.233Z] 05:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T05:12:52.233Z] 05:12:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-11T05:12:52.233Z] 05:12:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-11T05:12:52.233Z] 05:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T05:12:52.233Z] 05:12:01 2 0.52 0.00 0.00 0.00 0.00 99.48 [2021-03-11T05:12:52.233Z] 05:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T05:12:52.233Z] Average: all 11.92 0.00 5.77 4.26 0.05 77.99 [2021-03-11T05:12:52.233Z] Average: 0 11.75 0.00 5.60 4.16 0.06 78.43 [2021-03-11T05:12:52.233Z] Average: 1 12.11 0.00 5.94 4.24 0.05 77.65 [2021-03-11T05:12:52.233Z] Average: 2 11.67 0.00 5.77 4.25 0.05 78.26 [2021-03-11T05:12:52.233Z] Average: 3 12.16 0.00 5.77 4.40 0.05 77.62 [2021-03-11T05:12:52.233Z] [2021-03-11T05:12:52.233Z] [2021-03-11T05:12:52.233Z]