Pull request #3208 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9+fb188d25fcab3d585a11d4385d590a36e735c372 (848f0139ff6a13203d06c4b2461ae2cd74732f86) 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 ‘prd-centos7-docker-4c-2g-29331’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29339 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 Merge succeeded, producing b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 Checking out Revision b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 (PR-3208) > 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/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 # 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 fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 6c748aec216548f858cb505ec0d103cc2be8aba4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-10T15:28:51.175Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-10T15:28:51.439Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-10T15:28:51.535Z] ========================================================= [2021-03-10T15:28:51.535Z] EdgeX Global Pipelines Version Info [2021-03-10T15:28:51.535Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:28:53.024Z] ------------------- [2021-03-10T15:28:53.024Z] stable info: [2021-03-10T15:28:53.024Z] ------------------- [2021-03-10T15:28:53.024Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-10T15:28:53.024Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T15:28:53.024Z] Message: update stable to v1.0.184 [2021-03-10T15:28:54.000Z] ------------------- [2021-03-10T15:28:54.000Z] experimental info: [2021-03-10T15:28:54.000Z] ------------------- [2021-03-10T15:28:54.000Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-10T15:28:54.000Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T15:28:54.000Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-10T15:28:54.378Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-10T15:28:54.525Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-10T15:28:54.649Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-10T15:28:54.758Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-10T15:28:54.838Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-10T15:28:54.920Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-10T15:28:55.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-10T15:28:55.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-10T15:28:55.335Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-10T15:28:55.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-10T15:28:55.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-10T15:28:55.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-10T15:28:55.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-10T15:28:55.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-10T15:28:55.881Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T15:28:55.971Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T15:28:56.052Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-10T15:28:56.132Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-10T15:28:56.238Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-10T15:28:56.340Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-10T15:28:56.420Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-10T15:28:56.508Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-10T15:28:56.594Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo [2021-03-10T15:28:56.686Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo [2021-03-10T15:28:56.781Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo [2021-03-10T15:28:58.303Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [Pipeline] echo [2021-03-10T15:28:58.447Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b76b827 [Pipeline] echo [2021-03-10T15:28:58.537Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T15:28:58.748Z] provisioning config files... [2021-03-10T15:28:58.789Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config4747740009299235514tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:28:59.242Z] ---> docker-login.sh [2021-03-10T15:28:59.242Z] nexus3.edgexfoundry.org:10001 [2021-03-10T15:28:59.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:28:59.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:28:59.804Z] Configure a credential helper to remove this warning. See [2021-03-10T15:28:59.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:28:59.804Z] [2021-03-10T15:28:59.804Z] Login Succeeded [2021-03-10T15:28:59.804Z] nexus3.edgexfoundry.org:10002 [2021-03-10T15:28:59.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:28:59.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:28:59.804Z] Configure a credential helper to remove this warning. See [2021-03-10T15:28:59.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:28:59.804Z] [2021-03-10T15:28:59.804Z] Login Succeeded [2021-03-10T15:28:59.804Z] nexus3.edgexfoundry.org:10003 [2021-03-10T15:29:00.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:29:00.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:29:00.069Z] Configure a credential helper to remove this warning. See [2021-03-10T15:29:00.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:29:00.069Z] [2021-03-10T15:29:00.069Z] Login Succeeded [2021-03-10T15:29:00.069Z] nexus3.edgexfoundry.org:10004 [2021-03-10T15:29:00.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:29:00.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:29:00.331Z] Configure a credential helper to remove this warning. See [2021-03-10T15:29:00.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:29:00.331Z] [2021-03-10T15:29:00.331Z] Login Succeeded [2021-03-10T15:29:00.331Z] docker.io [2021-03-10T15:29:00.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:29:00.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:29:00.598Z] Configure a credential helper to remove this warning. See [2021-03-10T15:29:00.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:29:00.598Z] [2021-03-10T15:29:00.598Z] Login Succeeded [2021-03-10T15:29:00.598Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T15:29:00.609Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T15:29:01.154Z] ++ 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-10T15:29:01.154Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:01.154Z] ++ dirname cmd/core-command/Dockerfile [2021-03-10T15:29:01.154Z] ++ cut -d/ -f2 [2021-03-10T15:29:01.154Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-10T15:29:01.154Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:01.154Z] ++ dirname cmd/core-data/Dockerfile [2021-03-10T15:29:01.154Z] ++ cut -d/ -f2 [2021-03-10T15:29:01.154Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-10T15:29:01.154Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:01.154Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-10T15:29:01.154Z] ++ cut -d/ -f2 [2021-03-10T15:29:01.154Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-10T15:29:01.154Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:01.154Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-10T15:29:01.154Z] ++ cut -d/ -f2 [2021-03-10T15:29:01.154Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-10T15:29:01.154Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:01.154Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-10T15:29:01.154Z] ++ cut -d/ -f2 [2021-03-10T15:29:01.154Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-10T15:29:01.154Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:01.154Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-10T15:29:01.154Z] ++ cut -d/ -f2 [2021-03-10T15:29:01.154Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-10T15:29:01.154Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:01.154Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-10T15:29:01.154Z] ++ cut -d/ -f2 [2021-03-10T15:29:01.154Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-10T15:29:01.154Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:01.154Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-10T15:29:01.154Z] ++ cut -d/ -f2 [2021-03-10T15:29:01.154Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-10T15:29:01.154Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:01.154Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-10T15:29:01.154Z] ++ cut -d/ -f2 [2021-03-10T15:29:01.154Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-10T15:29:01.257Z] 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-10T15:29:02.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T15:29:02.261Z] [2021-03-10T15:29:02.261Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:29:02.623Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T15:29:02.624Z] latest: Pulling from edgex-devops/git-semver [2021-03-10T15:29:02.624Z] 31603596830f: Pulling fs layer [2021-03-10T15:29:02.624Z] 2a8b12db71e7: Pulling fs layer [2021-03-10T15:29:02.624Z] 6ca5941a6612: Pulling fs layer [2021-03-10T15:29:02.624Z] ecc8261a40a4: Pulling fs layer [2021-03-10T15:29:02.624Z] 2a8b12db71e7: Verifying Checksum [2021-03-10T15:29:02.624Z] 2a8b12db71e7: Download complete [2021-03-10T15:29:02.624Z] 31603596830f: Download complete [2021-03-10T15:29:02.892Z] ecc8261a40a4: Verifying Checksum [2021-03-10T15:29:02.892Z] ecc8261a40a4: Download complete [2021-03-10T15:29:02.892Z] 6ca5941a6612: Verifying Checksum [2021-03-10T15:29:02.892Z] 6ca5941a6612: Download complete [2021-03-10T15:29:03.156Z] 31603596830f: Pull complete [2021-03-10T15:29:03.420Z] 2a8b12db71e7: Pull complete [2021-03-10T15:29:04.397Z] 6ca5941a6612: Pull complete [2021-03-10T15:29:04.397Z] ecc8261a40a4: Pull complete [2021-03-10T15:29:04.397Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-10T15:29:04.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T15:29:04.397Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-10T15:29:04.510Z] prd-centos7-docker-4c-2g-29339 does not seem to be running inside a container [2021-03-10T15:29:04.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T15:29:07.109Z] $ docker top ac26e94b7f7127671676fa4532a1eceab48a67d7dc51e455e08e3d2dd8125a9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T15:29:07.516Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T15:29:07.516Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T15:29:07.793Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T15:29:07.797Z] $ docker exec ac26e94b7f7127671676fa4532a1eceab48a67d7dc51e455e08e3d2dd8125a9d ssh-agent [2021-03-10T15:29:08.060Z] SSH_AUTH_SOCK=/tmp/ssh-HgfAANAJZIer/agent.12 [2021-03-10T15:29:08.060Z] SSH_AGENT_PID=18 [2021-03-10T15:29:08.073Z] Running ssh-add (command line suppressed) [2021-03-10T15:29:08.217Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_204393387429944974.key (/w/workspace/edgex-go/13@tmp/private_key_204393387429944974.key) [2021-03-10T15:29:08.276Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T15:29:08.614Z] + git tag --points-at HEAD [Pipeline] } [2021-03-10T15:29:08.643Z] $ docker exec --env ******** --env ******** ac26e94b7f7127671676fa4532a1eceab48a67d7dc51e455e08e3d2dd8125a9d ssh-agent -k [2021-03-10T15:29:08.759Z] unset SSH_AUTH_SOCK; [2021-03-10T15:29:08.759Z] unset SSH_AGENT_PID; [2021-03-10T15:29:08.759Z] echo Agent pid 18 killed; [2021-03-10T15:29:08.813Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-10T15:29:08.947Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T15:29:08.947Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T15:29:09.137Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T15:29:09.141Z] $ docker exec ac26e94b7f7127671676fa4532a1eceab48a67d7dc51e455e08e3d2dd8125a9d ssh-agent [2021-03-10T15:29:09.346Z] SSH_AUTH_SOCK=/tmp/ssh-JpMIyK2W2ezR/agent.48 [2021-03-10T15:29:09.346Z] SSH_AGENT_PID=53 [2021-03-10T15:29:09.353Z] Running ssh-add (command line suppressed) [2021-03-10T15:29:09.500Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_7478443439011415741.key (/w/workspace/edgex-go/13@tmp/private_key_7478443439011415741.key) [2021-03-10T15:29:09.578Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T15:29:09.936Z] + git semver init [2021-03-10T15:29:09.936Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T15:29:09.936Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2021-03-10T15:29:09.936Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2021-03-10T15:29:09.936Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T15:29:09.936Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T15:29:09.936Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T15:29:09.936Z] # $SEMVER_BRANCH = PR-3208 [2021-03-10T15:29:09.936Z] # $SEMVER_TEMP = /tmp/semver-570849102 [2021-03-10T15:29:09.936Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-10T15:29:56.731Z] # '/tmp/semver-570849102' -> '/w/workspace/edgex-go/13/.semver' [2021-03-10T15:29:56.731Z] # -> Force: false [2021-03-10T15:29:56.731Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2021-03-10T15:29:56.751Z] $ docker exec --env ******** --env ******** ac26e94b7f7127671676fa4532a1eceab48a67d7dc51e455e08e3d2dd8125a9d ssh-agent -k [2021-03-10T15:29:57.021Z] unset SSH_AUTH_SOCK; [2021-03-10T15:29:57.021Z] unset SSH_AGENT_PID; [2021-03-10T15:29:57.021Z] echo Agent pid 53 killed; [2021-03-10T15:29:57.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T15:29:57.608Z] + git semver [Pipeline] } [2021-03-10T15:29:57.627Z] $ docker stop --time=1 ac26e94b7f7127671676fa4532a1eceab48a67d7dc51e455e08e3d2dd8125a9d [2021-03-10T15:29:59.530Z] $ docker rm -f ac26e94b7f7127671676fa4532a1eceab48a67d7dc51e455e08e3d2dd8125a9d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T15:30:00.133Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-10T15:30:00.706Z] Stashed 1 file(s) [Pipeline] echo [2021-03-10T15:30:00.709Z] [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-10T15:30:01.752Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-10T15:30:02.108Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T15:30:02.437Z] + sudo service docker restart [2021-03-10T15:30:02.437Z] + true [2021-03-10T15:30:02.437Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-10T15:30:03.042Z] ========================================================= [2021-03-10T15:30:03.042Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-10T15:30:03.042Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:30:03.391Z] + 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-10T15:30:07.648Z] Sending build context to Docker daemon 328.4MB [2021-03-10T15:30:07.648Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T15:30:07.648Z] Step 2/6 : FROM ${BASE} [2021-03-10T15:30:07.648Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-10T15:30:07.648Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T15:30:07.648Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T15:30:07.648Z] de9db76c5a1d: Pulling fs layer [2021-03-10T15:30:07.648Z] bca2f99d35d6: Pulling fs layer [2021-03-10T15:30:07.648Z] 93359f2a8cfa: Pulling fs layer [2021-03-10T15:30:07.648Z] 7c6f9722023f: Pulling fs layer [2021-03-10T15:30:07.648Z] a35cf1a2eb13: Pulling fs layer [2021-03-10T15:30:07.648Z] bca2f99d35d6: Waiting [2021-03-10T15:30:07.648Z] 93359f2a8cfa: Waiting [2021-03-10T15:30:07.648Z] 7c6f9722023f: Waiting [2021-03-10T15:30:07.649Z] a35cf1a2eb13: Waiting [2021-03-10T15:30:07.649Z] de9db76c5a1d: Verifying Checksum [2021-03-10T15:30:07.649Z] de9db76c5a1d: Download complete [2021-03-10T15:30:07.649Z] 0ef7d3d256c8: Verifying Checksum [2021-03-10T15:30:07.649Z] 0ef7d3d256c8: Download complete [2021-03-10T15:30:07.649Z] 93359f2a8cfa: Verifying Checksum [2021-03-10T15:30:07.649Z] 93359f2a8cfa: Download complete [2021-03-10T15:30:07.920Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T15:30:07.920Z] 188c0c94c7c5: Download complete [2021-03-10T15:30:08.510Z] 188c0c94c7c5: Pull complete [2021-03-10T15:30:08.510Z] 7c6f9722023f: Verifying Checksum [2021-03-10T15:30:08.510Z] 7c6f9722023f: Download complete [2021-03-10T15:30:09.095Z] 0ef7d3d256c8: Pull complete [2021-03-10T15:30:09.367Z] de9db76c5a1d: Pull complete [2021-03-10T15:30:10.339Z] a35cf1a2eb13: Verifying Checksum [2021-03-10T15:30:10.339Z] a35cf1a2eb13: Download complete [2021-03-10T15:30:16.183Z] Still waiting to schedule task [2021-03-10T15:30:16.183Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-10T15:30:16.958Z] bca2f99d35d6: Verifying Checksum [2021-03-10T15:30:16.958Z] bca2f99d35d6: Download complete [2021-03-10T15:30:22.300Z] bca2f99d35d6: Pull complete [2021-03-10T15:30:22.300Z] 93359f2a8cfa: Pull complete [2021-03-10T15:30:22.563Z] 7c6f9722023f: Pull complete [2021-03-10T15:30:27.907Z] a35cf1a2eb13: Pull complete [2021-03-10T15:30:27.907Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-10T15:30:27.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-10T15:30:27.907Z] ---> a62c8e92a672 [2021-03-10T15:30:27.907Z] 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-10T15:30:28.178Z] ---> Running in e4c8110cfacd [2021-03-10T15:30:29.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:30:30.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:30:31.046Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T15:30:31.310Z] (2/12) Installing file (5.38-r0) [2021-03-10T15:30:31.574Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T15:30:31.574Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T15:30:35.816Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T15:30:35.816Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T15:30:35.816Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T15:30:35.816Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T15:30:36.084Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T15:30:36.084Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T15:30:36.084Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T15:30:36.353Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T15:30:36.353Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:30:36.353Z] OK: 233 MiB in 51 packages [2021-03-10T15:30:39.674Z] Removing intermediate container e4c8110cfacd [2021-03-10T15:30:39.674Z] ---> 85469bbaca95 [2021-03-10T15:30:39.674Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T15:30:39.937Z] ---> Running in 16d2371ff473 [2021-03-10T15:30:39.937Z] Removing intermediate container 16d2371ff473 [2021-03-10T15:30:39.937Z] ---> 4d04f87549fd [2021-03-10T15:30:39.937Z] Step 5/6 : COPY go.mod . [2021-03-10T15:30:40.209Z] ---> dfa1ee5d485a [2021-03-10T15:30:40.209Z] Step 6/6 : RUN go mod download [2021-03-10T15:30:40.209Z] ---> Running in 4567700d1f05 [2021-03-10T15:31:06.883Z] Removing intermediate container 4567700d1f05 [2021-03-10T15:31:06.883Z] ---> 980d2f70b17a [2021-03-10T15:31:06.883Z] Successfully built 980d2f70b17a [2021-03-10T15:31:06.883Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:31:07.221Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T15:31:07.484Z] . [Pipeline] withDockerContainer [2021-03-10T15:31:07.616Z] prd-centos7-docker-4c-2g-29339 does not seem to be running inside a container [2021-03-10T15:31:07.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-x86_64 cat [2021-03-10T15:31:08.685Z] $ docker top 451387a0f0772950c9043e45246a0a1b416ef04163b960f0471e51d70771291c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:31:09.227Z] + go version [2021-03-10T15:31:09.227Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-10T15:31:09.246Z] $ docker stop --time=1 451387a0f0772950c9043e45246a0a1b416ef04163b960f0471e51d70771291c [2021-03-10T15:31:10.622Z] $ docker rm -f 451387a0f0772950c9043e45246a0a1b416ef04163b960f0471e51d70771291c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:31:11.580Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T15:31:11.580Z] . [Pipeline] withDockerContainer [2021-03-10T15:31:11.688Z] prd-centos7-docker-4c-2g-29339 does not seem to be running inside a container [2021-03-10T15:31:11.738Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-x86_64 cat [2021-03-10T15:31:12.507Z] $ docker top f5e565a32dba1de544f9ae6ccd81c87a5acc164b40aecb933172925656815be5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T15:31:12.760Z] ========================================================= [2021-03-10T15:31:12.760Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T15:31:12.760Z] ========================================================= [Pipeline] sh [2021-03-10T15:31:13.071Z] + make test [2021-03-10T15:31:13.071Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T15:31:23.200Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T15:31:50.080Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T15:31:50.080Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T15:31:52.950Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T15:31:52.950Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T15:31:54.961Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T15:31:54.961Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T15:31:54.961Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T15:31:55.248Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T15:31:56.256Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T15:31:57.230Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T15:32:00.702Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T15:32:00.702Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T15:32:00.702Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T15:32:04.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.142s coverage: 45.9% of statements [2021-03-10T15:32:04.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T15:32:04.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T15:32:04.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T15:32:04.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T15:32:04.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T15:32:04.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T15:32:04.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T15:32:04.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.119s coverage: 100.0% of statements [2021-03-10T15:32:08.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.265s coverage: 27.1% of statements [2021-03-10T15:32:08.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T15:32:08.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T15:32:08.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T15:32:08.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T15:32:08.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T15:32:08.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T15:32:08.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-03-10T15:32:08.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T15:32:08.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2021-03-10T15:32:08.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T15:32:08.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T15:32:08.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 71.3% of statements [2021-03-10T15:32:08.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T15:32:08.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T15:32:09.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.317s coverage: 82.9% of statements [2021-03-10T15:32:09.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T15:32:09.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:32:09.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.080s coverage: 78.9% of statements [2021-03-10T15:32:09.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T15:32:13.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.499s coverage: 28.6% of statements [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T15:32:13.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T15:32:13.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T15:32:13.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.221s coverage: 86.7% of statements [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T15:32:13.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.215s coverage: 97.5% of statements [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T15:32:13.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T15:32:13.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T15:32:18.156Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.604s coverage: 92.8% of statements [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T15:32:18.156Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.087s coverage: 58.8% of statements [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T15:32:18.156Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T15:32:18.156Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T15:32:18.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2021-03-10T15:32:18.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements [2021-03-10T15:32:18.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-03-10T15:32:18.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.107s coverage: 96.3% of statements [2021-03-10T15:32:18.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2021-03-10T15:32:30.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements [2021-03-10T15:32:30.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-03-10T15:32:30.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.106s coverage: 81.4% of statements [2021-03-10T15:32:39.421Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29345 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-10T15:32:39.471Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.114s coverage: 92.9% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.047s coverage: 77.8% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 84.6% of statements [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.6% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.194s coverage: 62.4% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.328s coverage: 69.0% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 38.4% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.168s coverage: 47.0% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.097s coverage: 100.0% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.065s coverage: 100.0% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.191s coverage: 87.1% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.751s coverage: 29.1% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.098s coverage: 96.5% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T15:32:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T15:32:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-03-10T15:32:43.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements [2021-03-10T15:32:43.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-10T15:32:44.117Z] GO111MODULE=on go vet ./... [2021-03-10T15:32:45.749Z] using credential edgex-jenkins-ssh [2021-03-10T15:32:45.807Z] Cloning the remote Git repository [2021-03-10T15:32:45.966Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:32:46.122Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-03-10T15:32:46.233Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:32:46.234Z] > git --version # timeout=10 [2021-03-10T15:32:46.258Z] > git --version # 'git version 2.17.1' [2021-03-10T15:32:46.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:32:46.359Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T15:33:10.125Z] Merging remotes/origin/master commit fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:33:10.719Z] Merge succeeded, producing b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:33:10.719Z] Checking out Revision b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 (PR-3208) [2021-03-10T15:33:09.250Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T15:33:09.279Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T15:33:09.310Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T15:33:09.345Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:33:09.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:33:09.361Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:33:10.155Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:33:10.173Z] > git checkout -f b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 # timeout=10 [2021-03-10T15:33:10.582Z] > git remote # timeout=10 [2021-03-10T15:33:10.615Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:33:10.648Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:33:10.662Z] > git merge fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 [2021-03-10T15:33:10.696Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T15:33:10.730Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:33:10.788Z] > git checkout -f b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 # timeout=10 [2021-03-10T15:33:15.541Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T15:33:17.161Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-10T15:33:17.625Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T15:33:17.978Z] + + true [2021-03-10T15:33:17.978Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T15:33:20.070Z] provisioning config files... [2021-03-10T15:33:20.117Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config3789015014530661948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:33:20.551Z] ---> docker-login.sh [2021-03-10T15:33:20.551Z] nexus3.edgexfoundry.org:10001 [2021-03-10T15:33:21.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:33:22.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:33:22.142Z] Configure a credential helper to remove this warning. See [2021-03-10T15:33:22.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:33:22.142Z] [2021-03-10T15:33:22.142Z] Login Succeeded [2021-03-10T15:33:22.142Z] nexus3.edgexfoundry.org:10002 [2021-03-10T15:33:22.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:33:22.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:33:22.699Z] Configure a credential helper to remove this warning. See [2021-03-10T15:33:22.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:33:22.699Z] [2021-03-10T15:33:22.699Z] Login Succeeded [2021-03-10T15:33:22.699Z] nexus3.edgexfoundry.org:10003 [2021-03-10T15:33:23.205Z] gofmt -l . [2021-03-10T15:33:23.205Z] [ "`gofmt -l .`" = "" ] [2021-03-10T15:33:23.205Z] ./bin/test-go-mod-tidy.sh [2021-03-10T15:33:23.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:33:23.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:33:23.331Z] Configure a credential helper to remove this warning. See [2021-03-10T15:33:23.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:33:23.331Z] [2021-03-10T15:33:23.331Z] Login Succeeded [2021-03-10T15:33:23.331Z] nexus3.edgexfoundry.org:10004 [2021-03-10T15:33:23.801Z] ./bin/test-attribution-txt.sh [2021-03-10T15:33:23.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:33:23.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:33:23.934Z] Configure a credential helper to remove this warning. See [2021-03-10T15:33:23.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:33:23.934Z] [2021-03-10T15:33:23.934Z] Login Succeeded [2021-03-10T15:33:23.934Z] docker.io [2021-03-10T15:33:24.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2021-03-10T15:33:24.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:33:24.838Z] Configure a credential helper to remove this warning. See [2021-03-10T15:33:24.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:33:24.838Z] [2021-03-10T15:33:24.838Z] Login Succeeded [2021-03-10T15:33:24.838Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T15:33:24.885Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-10T15:33:25.391Z] ========================================================= [2021-03-10T15:33:25.391Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-10T15:33:25.391Z] ========================================================= [2021-03-10T15:33:25.422Z] + ls -al . [2021-03-10T15:33:25.422Z] total 740 [2021-03-10T15:33:25.422Z] drwxrwxr-x 10 1001 1001 4096 Mar 10 15:33 . [2021-03-10T15:33:25.422Z] drwxr-xr-x 4 root root 30 Mar 10 15:31 .. [2021-03-10T15:33:25.422Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 15:28 .dockerignore [2021-03-10T15:33:25.422Z] drwxrwxr-x 8 1001 1001 179 Mar 10 15:28 .git [2021-03-10T15:33:25.423Z] drwxrwxr-x 3 1001 1001 125 Mar 10 15:28 .github [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 15:28 .gitignore [2021-03-10T15:33:25.423Z] drwx------ 3 1001 1001 60 Mar 10 15:29 .semver [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 15:28 .sonarcloud.properties [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 15:28 Attribution.txt [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 15:28 CONTRIBUTING.md [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 15:28 Dockerfile.build [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 15:28 Jenkinsfile [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 15:28 LICENSE [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 15:28 Makefile [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 15:28 README.md [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 15:28 SECURITY.md [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 15:30 VERSION [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 15:28 ZMQWindows.md [2021-03-10T15:33:25.423Z] drwxrwxr-x 2 1001 1001 117 Mar 10 15:28 bin [2021-03-10T15:33:25.423Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 15:28 cmd [2021-03-10T15:33:25.423Z] -rw-r--r-- 1 root root 628838 Mar 10 15:32 coverage.out [2021-03-10T15:33:25.423Z] -rw-r--r-- 1 root root 1055 Mar 10 15:33 go.mod [2021-03-10T15:33:25.423Z] -rw-r--r-- 1 root root 22209 Mar 10 15:33 go.sum [2021-03-10T15:33:25.423Z] drwxrwxr-x 8 1001 1001 127 Mar 10 15:28 internal [2021-03-10T15:33:25.423Z] drwxrwxr-x 4 1001 1001 26 Mar 10 15:28 openapi [2021-03-10T15:33:25.423Z] drwxrwxr-x 4 1001 1001 71 Mar 10 15:28 snap [2021-03-10T15:33:25.423Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 15:28 version.go [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:33:25.935Z] + 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-10T15:33:26.135Z] + '[' -e coverage.out ] [2021-03-10T15:33:26.135Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T15:33:26.430Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T15:33:26.731Z] + make build [2021-03-10T15:33:26.731Z] 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-10T15:33:28.636Z] Sending build context to Docker daemon 166.7MB [2021-03-10T15:33:28.636Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T15:33:28.636Z] Step 2/6 : FROM ${BASE} [2021-03-10T15:33:28.636Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-10T15:33:28.636Z] 5f621e34cdf4: Pulling fs layer [2021-03-10T15:33:28.636Z] a4357932f1b6: Pulling fs layer [2021-03-10T15:33:28.636Z] 18c013af1878: Pulling fs layer [2021-03-10T15:33:28.636Z] 00ac8860ef70: Pulling fs layer [2021-03-10T15:33:28.636Z] 63d7cb157983: Pulling fs layer [2021-03-10T15:33:28.636Z] b116817d02f9: Pulling fs layer [2021-03-10T15:33:28.636Z] 745a02a5169b: Pulling fs layer [2021-03-10T15:33:28.636Z] 00ac8860ef70: Waiting [2021-03-10T15:33:28.636Z] 63d7cb157983: Waiting [2021-03-10T15:33:28.636Z] b116817d02f9: Waiting [2021-03-10T15:33:28.636Z] 745a02a5169b: Waiting [2021-03-10T15:33:28.636Z] 18c013af1878: Verifying Checksum [2021-03-10T15:33:28.636Z] 18c013af1878: Download complete [2021-03-10T15:33:28.636Z] a4357932f1b6: Download complete [2021-03-10T15:33:28.636Z] 63d7cb157983: Verifying Checksum [2021-03-10T15:33:28.636Z] 63d7cb157983: Download complete [2021-03-10T15:33:28.917Z] b116817d02f9: Verifying Checksum [2021-03-10T15:33:28.917Z] b116817d02f9: Download complete [2021-03-10T15:33:28.917Z] 5f621e34cdf4: Verifying Checksum [2021-03-10T15:33:28.917Z] 5f621e34cdf4: Download complete [2021-03-10T15:33:29.542Z] 5f621e34cdf4: Pull complete [2021-03-10T15:33:30.552Z] a4357932f1b6: Pull complete [2021-03-10T15:33:30.833Z] 18c013af1878: Pull complete [2021-03-10T15:33:32.288Z] 745a02a5169b: Verifying Checksum [2021-03-10T15:33:32.288Z] 745a02a5169b: Download complete [2021-03-10T15:33:33.391Z] 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-10T15:33:33.745Z] 00ac8860ef70: Verifying Checksum [2021-03-10T15:33:33.745Z] 00ac8860ef70: Download complete [2021-03-10T15:33:43.594Z] 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-10T15:33:43.911Z] 00ac8860ef70: Pull complete [2021-03-10T15:33:43.911Z] 63d7cb157983: Pull complete [2021-03-10T15:33:43.911Z] b116817d02f9: Pull complete [2021-03-10T15:33:45.533Z] 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-10T15:33:47.492Z] 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-10T15:33:47.762Z] 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-10T15:33:48.259Z] 745a02a5169b: Pull complete [2021-03-10T15:33:48.259Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-10T15:33:48.259Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-10T15:33:48.259Z] ---> b7e6874047d6 [2021-03-10T15:33:48.259Z] 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-10T15:33:49.718Z] 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-10T15:33:51.665Z] ---> Running in dbd058818bc6 [2021-03-10T15:33:51.686Z] 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-10T15:33:52.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:33:53.112Z] 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-10T15:33:53.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:33:55.055Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T15:33:55.074Z] 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-10T15:33:55.647Z] (2/12) Installing file (5.38-r0) [2021-03-10T15:33:55.647Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T15:33:55.917Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T15:33:56.486Z] 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-10T15:33:57.899Z] 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-10T15:34:00.528Z] $ docker stop --time=1 f5e565a32dba1de544f9ae6ccd81c87a5acc164b40aecb933172925656815be5 [2021-03-10T15:34:02.343Z] $ docker rm -f f5e565a32dba1de544f9ae6ccd81c87a5acc164b40aecb933172925656815be5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:34:04.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T15:34:04.451Z] [2021-03-10T15:34:04.451Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:34:04.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T15:34:04.818Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-10T15:34:04.818Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-10T15:34:04.818Z] ca9280d653b3: Pulling fs layer [2021-03-10T15:34:04.818Z] 7e9c9ca2126c: Pulling fs layer [2021-03-10T15:34:05.087Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-10T15:34:05.087Z] cbdbe7a5bc2a: Download complete [2021-03-10T15:34:05.682Z] ca9280d653b3: Verifying Checksum [2021-03-10T15:34:05.682Z] ca9280d653b3: Download complete [2021-03-10T15:34:05.682Z] cbdbe7a5bc2a: Pull complete [2021-03-10T15:34:07.098Z] ca9280d653b3: Pull complete [2021-03-10T15:34:08.287Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T15:34:08.287Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T15:34:08.287Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T15:34:08.287Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T15:34:08.287Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T15:34:08.287Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T15:34:08.287Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T15:34:08.287Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T15:34:08.287Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:34:08.287Z] OK: 217 MiB in 51 packages [2021-03-10T15:34:11.700Z] Removing intermediate container dbd058818bc6 [2021-03-10T15:34:11.700Z] ---> 5d812a96aadd [2021-03-10T15:34:11.700Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T15:34:11.700Z] ---> Running in d1d2981bd591 [2021-03-10T15:34:12.306Z] Removing intermediate container d1d2981bd591 [2021-03-10T15:34:12.306Z] ---> 52a94626fe8d [2021-03-10T15:34:12.306Z] Step 5/6 : COPY go.mod . [2021-03-10T15:34:12.921Z] ---> 78020efa693e [2021-03-10T15:34:12.921Z] Step 6/6 : RUN go mod download [2021-03-10T15:34:12.921Z] ---> Running in 1e1165e0cfd1 [2021-03-10T15:34:13.750Z] 7e9c9ca2126c: Pull complete [2021-03-10T15:34:13.750Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-10T15:34:13.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T15:34:13.750Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-10T15:34:13.933Z] prd-centos7-docker-4c-2g-29339 does not seem to be running inside a container [2021-03-10T15:34:13.988Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-10T15:34:17.309Z] $ docker top 07b4a3a5ebbd273c45a384a22ab815f09175f09d7dce45d8c05bed980e9cf7f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:34:17.976Z] + docker-compose build --help [2021-03-10T15:34:17.976Z] + grep parallel [2021-03-10T15:34:18.925Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T15:34:19.204Z] $ docker stop --time=1 07b4a3a5ebbd273c45a384a22ab815f09175f09d7dce45d8c05bed980e9cf7f8 [2021-03-10T15:34:20.583Z] $ docker rm -f 07b4a3a5ebbd273c45a384a22ab815f09175f09d7dce45d8c05bed980e9cf7f8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:34:21.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T15:34:21.339Z] . [Pipeline] withDockerContainer [2021-03-10T15:34:21.462Z] prd-centos7-docker-4c-2g-29339 does not seem to be running inside a container [2021-03-10T15:34:21.519Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-10T15:34:22.495Z] $ docker top c5abeb4e19ebb012bed8cc38f15c3e285044953358fcf948523ab3f61c1d2cb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:34:23.055Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T15:34:24.003Z] Building docker-core-command-go ... [2021-03-10T15:34:24.003Z] Building docker-core-data-go ... [2021-03-10T15:34:24.003Z] Building docker-core-metadata-go ... [2021-03-10T15:34:24.003Z] Building docker-security-bootstrapper-go ... [2021-03-10T15:34:24.003Z] Building docker-security-proxy-setup-go ... [2021-03-10T15:34:24.003Z] Building docker-security-secretstore-setup-go ... [2021-03-10T15:34:24.003Z] Building docker-support-notifications-go ... [2021-03-10T15:34:24.003Z] Building docker-support-scheduler-go ... [2021-03-10T15:34:24.003Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T15:34:24.003Z] Building docker-support-scheduler-go [2021-03-10T15:34:24.003Z] Building docker-core-metadata-go [2021-03-10T15:34:24.003Z] Building docker-core-command-go [2021-03-10T15:34:24.003Z] Building docker-security-bootstrapper-go [2021-03-10T15:34:24.003Z] Building docker-support-notifications-go [2021-03-10T15:34:45.293Z] Removing intermediate container 1e1165e0cfd1 [2021-03-10T15:34:45.293Z] ---> e37ebf86976b [2021-03-10T15:34:45.293Z] Successfully built e37ebf86976b [2021-03-10T15:34:45.293Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:34:45.640Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T15:34:45.640Z] . [Pipeline] withDockerContainer [2021-03-10T15:34:45.908Z] prd-ubuntu18.04-docker-arm64-4c-16g-29345 does not seem to be running inside a container [2021-03-10T15:34:46.031Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-arm64 cat [2021-03-10T15:34:47.780Z] $ docker top f083cefe050593f976c49dce4ec941b535181b98bbc94f6aa22d21aae7690f71 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:34:48.885Z] + go version [2021-03-10T15:34:48.886Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-10T15:34:48.915Z] $ docker stop --time=1 f083cefe050593f976c49dce4ec941b535181b98bbc94f6aa22d21aae7690f71 [2021-03-10T15:34:51.023Z] $ docker rm -f f083cefe050593f976c49dce4ec941b535181b98bbc94f6aa22d21aae7690f71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:34:52.055Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T15:34:52.055Z] . [Pipeline] withDockerContainer [2021-03-10T15:34:52.362Z] prd-ubuntu18.04-docker-arm64-4c-16g-29345 does not seem to be running inside a container [2021-03-10T15:34:52.463Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-arm64 cat [2021-03-10T15:34:54.166Z] $ docker top b7b9a8cc82e865e2be7e614c970823255b7b346d2efcdb5fa8bdc7e4bbc46962 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T15:34:54.616Z] ========================================================= [2021-03-10T15:34:54.616Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T15:34:54.616Z] ========================================================= [Pipeline] sh [2021-03-10T15:34:55.296Z] + make test [2021-03-10T15:34:55.297Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T15:35:02.961Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:35:02.961Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:35:02.961Z] ---> 980d2f70b17a [2021-03-10T15:35:02.961Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:35:02.961Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:35:02.961Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:35:02.961Z] ---> 980d2f70b17a [2021-03-10T15:35:02.961Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:35:02.961Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:35:02.961Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:35:02.961Z] ---> 980d2f70b17a [2021-03-10T15:35:02.961Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:35:02.961Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:35:02.961Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:35:02.961Z] ---> 980d2f70b17a [2021-03-10T15:35:02.961Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T15:35:02.961Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:35:02.961Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:35:02.961Z] ---> 980d2f70b17a [2021-03-10T15:35:02.961Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:35:03.230Z] ---> Running in fe894c240303 [2021-03-10T15:35:03.230Z] ---> Running in 0f46036d418c [2021-03-10T15:35:03.230Z] ---> Running in e1d7b3eb44d4 [2021-03-10T15:35:03.230Z] ---> Running in b86d8e9b3956 [2021-03-10T15:35:03.230Z] ---> Running in 47ef29c15954 [2021-03-10T15:35:03.834Z] Removing intermediate container b86d8e9b3956 [2021-03-10T15:35:03.834Z] ---> 9b34392ba172 [2021-03-10T15:35:03.834Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:35:03.834Z] Removing intermediate container e1d7b3eb44d4 [2021-03-10T15:35:03.834Z] ---> ce61a550f6e4 [2021-03-10T15:35:03.834Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:35:03.834Z] Removing intermediate container 0f46036d418c [2021-03-10T15:35:03.834Z] ---> 98a616c6e7ba [2021-03-10T15:35:03.834Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:35:04.099Z] Removing intermediate container fe894c240303 [2021-03-10T15:35:04.099Z] ---> 118bdfdbbe34 [2021-03-10T15:35:04.099Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:35:04.099Z] Removing intermediate container 47ef29c15954 [2021-03-10T15:35:04.099Z] ---> bc4eeaf33f41 [2021-03-10T15:35:04.099Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:35:04.377Z] ---> Running in 221e84e77f21 [2021-03-10T15:35:04.377Z] ---> Running in c827390047e8 [2021-03-10T15:35:04.377Z] ---> Running in a47eaa34d817 [2021-03-10T15:35:04.377Z] ---> Running in 73cd3bc99ba1 [2021-03-10T15:35:04.377Z] ---> Running in e9ad08c1c0e8 [2021-03-10T15:35:06.988Z] Removing intermediate container 221e84e77f21 [2021-03-10T15:35:06.988Z] ---> c0989f4c976f [2021-03-10T15:35:06.988Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T15:35:06.988Z] Removing intermediate container 73cd3bc99ba1 [2021-03-10T15:35:06.988Z] ---> 131a6e175718 [2021-03-10T15:35:06.988Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T15:35:07.256Z] Removing intermediate container e9ad08c1c0e8 [2021-03-10T15:35:07.256Z] ---> 1cb29164f2b4 [2021-03-10T15:35:07.256Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T15:35:07.256Z] Removing intermediate container c827390047e8 [2021-03-10T15:35:07.256Z] ---> 334b82f9a469 [2021-03-10T15:35:07.256Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T15:35:07.256Z] ---> Running in 42bee6fa13ac [2021-03-10T15:35:07.256Z] ---> Running in 818083ab2ee9 [2021-03-10T15:35:07.533Z] ---> Running in 745a544cef09 [2021-03-10T15:35:07.533Z] ---> Running in f4bf7d5a91e4 [2021-03-10T15:35:07.533Z] Removing intermediate container a47eaa34d817 [2021-03-10T15:35:07.533Z] ---> 0df9913c3024 [2021-03-10T15:35:07.533Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T15:35:07.795Z] ---> Running in 43c65899e16e [2021-03-10T15:35:08.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:08.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:08.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:08.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:09.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:10.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:10.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:10.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:10.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:10.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:11.255Z] OK: 233 MiB in 51 packages [2021-03-10T15:35:11.843Z] OK: 233 MiB in 51 packages [2021-03-10T15:35:11.843Z] OK: 233 MiB in 51 packages [2021-03-10T15:35:11.843Z] OK: 233 MiB in 51 packages [2021-03-10T15:35:12.108Z] Removing intermediate container f4bf7d5a91e4 [2021-03-10T15:35:12.108Z] ---> d29ea6277574 [2021-03-10T15:35:12.108Z] Step 6/23 : COPY go.mod . [2021-03-10T15:35:12.384Z] ---> 4ada7ca4277f [2021-03-10T15:35:12.384Z] Step 7/23 : RUN go mod download [2021-03-10T15:35:12.651Z] ---> Running in f3123013042c [2021-03-10T15:35:12.921Z] Removing intermediate container 42bee6fa13ac [2021-03-10T15:35:12.921Z] ---> ef6fa7e8391b [2021-03-10T15:35:12.921Z] Step 6/22 : COPY go.mod . [2021-03-10T15:35:12.921Z] Removing intermediate container 43c65899e16e [2021-03-10T15:35:12.921Z] ---> b3ef4fcc8859 [2021-03-10T15:35:12.921Z] Step 6/22 : COPY go.mod . [2021-03-10T15:35:12.921Z] Removing intermediate container 745a544cef09 [2021-03-10T15:35:12.921Z] ---> 253abc934e95 [2021-03-10T15:35:12.921Z] Step 6/31 : COPY go.mod . [2021-03-10T15:35:13.524Z] ---> 73a3a56b7fe2 [2021-03-10T15:35:13.524Z] Step 7/22 : RUN go mod download [2021-03-10T15:35:13.524Z] ---> ab25ceb83e1a [2021-03-10T15:35:13.524Z] Step 7/22 : RUN go mod download [2021-03-10T15:35:13.524Z] OK: 233 MiB in 51 packages [2021-03-10T15:35:13.524Z] ---> 6935a6a1b56c [2021-03-10T15:35:13.524Z] Step 7/31 : RUN go mod download [2021-03-10T15:35:13.792Z] ---> Running in 1b24dff57e76 [2021-03-10T15:35:13.792Z] ---> Running in bf07db612ac1 [2021-03-10T15:35:13.792Z] ---> Running in 751181b98f22 [2021-03-10T15:35:15.234Z] Removing intermediate container 818083ab2ee9 [2021-03-10T15:35:15.234Z] ---> 9f374cf3c1da [2021-03-10T15:35:15.234Z] Step 6/23 : COPY go.mod . [2021-03-10T15:35:15.515Z] ---> 3c7dfbfc6d8f [2021-03-10T15:35:15.515Z] Step 7/23 : RUN go mod download [2021-03-10T15:35:15.785Z] ---> Running in aac8fb40b6ba [2021-03-10T15:35:16.745Z] Removing intermediate container f3123013042c [2021-03-10T15:35:16.745Z] ---> 7f27a00fcfab [2021-03-10T15:35:16.745Z] Step 8/23 : COPY . . [2021-03-10T15:35:17.334Z] Removing intermediate container 1b24dff57e76 [2021-03-10T15:35:17.334Z] ---> 55a2164a82d6 [2021-03-10T15:35:17.334Z] Step 8/22 : COPY . . [2021-03-10T15:35:18.311Z] Removing intermediate container bf07db612ac1 [2021-03-10T15:35:18.311Z] ---> 953fc5cf6be4 [2021-03-10T15:35:18.311Z] Step 8/22 : COPY . . [2021-03-10T15:35:20.932Z] Removing intermediate container 751181b98f22 [2021-03-10T15:35:20.932Z] ---> 1cf6d32062df [2021-03-10T15:35:20.932Z] Step 8/31 : COPY . . [2021-03-10T15:35:25.313Z] Removing intermediate container aac8fb40b6ba [2021-03-10T15:35:25.313Z] ---> 5e86dda13fab [2021-03-10T15:35:25.313Z] Step 8/23 : COPY . . [2021-03-10T15:35:27.701Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T15:36:12.521Z] ---> 318b44d646c9 [2021-03-10T15:36:12.521Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T15:36:12.521Z] ---> f4193efabadb [2021-03-10T15:36:12.521Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T15:36:12.521Z] ---> Running in 4b00651086eb [2021-03-10T15:36:12.521Z] ---> Running in 854c43e9912c [2021-03-10T15:36:12.521Z] ---> 048b9f585451 [2021-03-10T15:36:12.521Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T15:36:12.521Z] ---> 039b94ff7e8e [2021-03-10T15:36:12.521Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T15:36:12.521Z] ---> 380616c82db4 [2021-03-10T15:36:12.521Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T15:36:12.521Z] ---> Running in da30fbc454d7 [2021-03-10T15:36:12.521Z] ---> Running in 89b3811d4533 [2021-03-10T15:36:12.521Z] ---> Running in 865c2e023b32 [2021-03-10T15:36:12.521Z] 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-10T15:36:12.521Z] 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-10T15:36:12.521Z] 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-10T15:36:12.521Z] 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-10T15:36:12.521Z] 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-10T15:36:36.187Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T15:36:36.187Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T15:36:44.529Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T15:36:44.529Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T15:36:47.180Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T15:36:47.180Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T15:36:47.180Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T15:36:47.180Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T15:36:50.588Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T15:36:51.187Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T15:36:59.494Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T15:36:59.494Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T15:36:59.494Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T15:37:07.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.403s coverage: 45.9% of statements [2021-03-10T15:37:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T15:37:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T15:37:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T15:37:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T15:37:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T15:37:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T15:37:07.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T15:37:07.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.322s coverage: 100.0% of statements [2021-03-10T15:37:14.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.573s coverage: 27.1% of statements [2021-03-10T15:37:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T15:37:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T15:37:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T15:37:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T15:37:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T15:37:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T15:37:14.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.083s coverage: 100.0% of statements [2021-03-10T15:37:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T15:37:14.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.116s coverage: 100.0% of statements [2021-03-10T15:37:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T15:37:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T15:37:15.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.366s coverage: 71.3% of statements [2021-03-10T15:37:15.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T15:37:15.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T15:37:18.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.555s coverage: 82.9% of statements [2021-03-10T15:37:18.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T15:37:18.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:37:18.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements [2021-03-10T15:37:18.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T15:37:20.751Z] Removing intermediate container 865c2e023b32 [2021-03-10T15:37:20.751Z] ---> 83350e01c948 [2021-03-10T15:37:20.751Z] [2021-03-10T15:37:20.751Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T15:37:20.752Z] 3.12: Pulling from library/alpine [2021-03-10T15:37:20.752Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T15:37:20.752Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T15:37:20.752Z] ---> 88dd2752d2ea [2021-03-10T15:37:20.752Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T15:37:20.752Z] ---> Running in 06117e21ca59 [2021-03-10T15:37:20.752Z] Removing intermediate container 89b3811d4533 [2021-03-10T15:37:20.752Z] ---> e3395c789bd4 [2021-03-10T15:37:20.752Z] [2021-03-10T15:37:20.752Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:37:20.752Z] Removing intermediate container 854c43e9912c [2021-03-10T15:37:20.752Z] ---> 09e27c0fe90c [2021-03-10T15:37:20.752Z] [2021-03-10T15:37:20.752Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:37:20.752Z] Removing intermediate container da30fbc454d7 [2021-03-10T15:37:20.752Z] ---> 7d46a5c9d46e [2021-03-10T15:37:20.752Z] [2021-03-10T15:37:20.752Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:37:20.752Z] ---> 88dd2752d2ea [2021-03-10T15:37:20.752Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T15:37:20.752Z] ---> 88dd2752d2ea [2021-03-10T15:37:20.752Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:37:20.752Z] ---> 88dd2752d2ea [2021-03-10T15:37:20.752Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:37:20.752Z] Removing intermediate container 06117e21ca59 [2021-03-10T15:37:20.752Z] ---> 9f7fcbe4b43e [2021-03-10T15:37:20.752Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T15:37:20.752Z] ---> Running in 75a2c9555eb6 [2021-03-10T15:37:20.752Z] ---> Running in 4d7a8ff1b768 [2021-03-10T15:37:20.752Z] ---> Running in 5febfb31314e [2021-03-10T15:37:20.752Z] ---> Running in 2a7f72216035 [2021-03-10T15:37:21.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:21.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:21.322Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T15:37:21.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:21.322Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:21.322Z] OK: 6 MiB in 15 packages [2021-03-10T15:37:21.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:21.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:21.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:21.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:21.886Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T15:37:21.886Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:21.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:21.886Z] OK: 6 MiB in 15 packages [2021-03-10T15:37:21.886Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:37:21.886Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T15:37:21.886Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:21.886Z] OK: 6 MiB in 16 packages [2021-03-10T15:37:22.157Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T15:37:22.157Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:37:22.157Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:22.157Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:37:22.157Z] OK: 6 MiB in 16 packages [2021-03-10T15:37:23.579Z] Removing intermediate container 4b00651086eb [2021-03-10T15:37:23.579Z] ---> a0695433473e [2021-03-10T15:37:23.579Z] [2021-03-10T15:37:23.579Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:37:23.579Z] ---> 88dd2752d2ea [2021-03-10T15:37:23.579Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:37:23.579Z] ---> Using cache [2021-03-10T15:37:23.579Z] ---> 2cb61cd30d99 [2021-03-10T15:37:23.579Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:37:23.878Z] Removing intermediate container 75a2c9555eb6 [2021-03-10T15:37:23.878Z] ---> 2cb61cd30d99 [2021-03-10T15:37:23.878Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:37:23.878Z] ---> Running in a11b519a730b [2021-03-10T15:37:24.149Z] ---> Running in 187281bfd868 [2021-03-10T15:37:24.149Z] Removing intermediate container 2a7f72216035 [2021-03-10T15:37:24.149Z] ---> d38ef6133d37 [2021-03-10T15:37:24.149Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T15:37:24.149Z] Removing intermediate container 4d7a8ff1b768 [2021-03-10T15:37:24.149Z] ---> 9a9d4535d603 [2021-03-10T15:37:24.149Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:37:24.418Z] ---> Running in 6969c7c97743 [2021-03-10T15:37:24.685Z] ---> Running in 19f615bccefe [2021-03-10T15:37:24.685Z] Removing intermediate container a11b519a730b [2021-03-10T15:37:24.685Z] ---> 1cc88e4e5626 [2021-03-10T15:37:24.685Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T15:37:24.962Z] Removing intermediate container 5febfb31314e [2021-03-10T15:37:24.962Z] ---> b0038792f876 [2021-03-10T15:37:24.962Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:37:25.556Z] Removing intermediate container 187281bfd868 [2021-03-10T15:37:25.556Z] ---> 700e3168b4b8 [2021-03-10T15:37:25.556Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T15:37:25.556Z] ---> Running in 935ffadbc185 [2021-03-10T15:37:25.556Z] ---> Running in 57c470bfaf0d [2021-03-10T15:37:25.556Z] ---> Running in c5e9989c4a0b [2021-03-10T15:37:25.556Z] Removing intermediate container 6969c7c97743 [2021-03-10T15:37:25.556Z] ---> 48497ef70ab7 [2021-03-10T15:37:25.556Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T15:37:25.857Z] Removing intermediate container 19f615bccefe [2021-03-10T15:37:25.857Z] ---> e622945eb6b3 [2021-03-10T15:37:25.857Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T15:37:25.857Z] ---> Running in f43911c2807b [2021-03-10T15:37:25.857Z] ---> Running in a6d01664bda8 [2021-03-10T15:37:26.157Z] Removing intermediate container 57c470bfaf0d [2021-03-10T15:37:26.157Z] ---> 858ea3e35240 [2021-03-10T15:37:26.157Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T15:37:26.157Z] Removing intermediate container c5e9989c4a0b [2021-03-10T15:37:26.157Z] ---> f148e3cf846a [2021-03-10T15:37:26.157Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T15:37:26.157Z] Removing intermediate container 935ffadbc185 [2021-03-10T15:37:26.157Z] ---> 3bd892ac490c [2021-03-10T15:37:26.157Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T15:37:26.157Z] ---> Running in e015e0e0813f [2021-03-10T15:37:26.157Z] ---> Running in 070c9751df9e [2021-03-10T15:37:26.535Z] ---> Running in 8f7ce83da94d [2021-03-10T15:37:26.535Z] Removing intermediate container f43911c2807b [2021-03-10T15:37:26.535Z] ---> 1de48c83eee1 [2021-03-10T15:37:26.535Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T15:37:26.535Z] Removing intermediate container a6d01664bda8 [2021-03-10T15:37:26.535Z] ---> 465e4358c83e [2021-03-10T15:37:26.535Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:37:26.535Z] ---> Running in eaa34d954c61 [2021-03-10T15:37:26.535Z] ---> Running in c86756f7b673 [2021-03-10T15:37:26.817Z] Removing intermediate container e015e0e0813f [2021-03-10T15:37:26.817Z] ---> 6dba83c85c38 [2021-03-10T15:37:26.817Z] Step 15/23 : WORKDIR / [2021-03-10T15:37:27.096Z] Removing intermediate container 070c9751df9e [2021-03-10T15:37:27.096Z] ---> d980320a2656 [2021-03-10T15:37:27.096Z] Step 15/23 : WORKDIR / [2021-03-10T15:37:27.096Z] Removing intermediate container 8f7ce83da94d [2021-03-10T15:37:27.096Z] ---> 02cd64084978 [2021-03-10T15:37:27.096Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:37:27.391Z] ---> Running in 8f75dcd940e7 [2021-03-10T15:37:27.391Z] Removing intermediate container c86756f7b673 [2021-03-10T15:37:27.391Z] ---> 9d47d8ff4450 [2021-03-10T15:37:27.391Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:37:27.669Z] ---> Running in d6edb6c38606 [2021-03-10T15:37:27.669Z] ---> Running in 378ffb3e023b [2021-03-10T15:37:27.940Z] Removing intermediate container 8f75dcd940e7 [2021-03-10T15:37:27.940Z] ---> be9147b1b76d [2021-03-10T15:37:27.940Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:37:27.940Z] Removing intermediate container 378ffb3e023b [2021-03-10T15:37:27.940Z] ---> 79d10808a08d [2021-03-10T15:37:27.940Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:37:28.249Z] Removing intermediate container d6edb6c38606 [2021-03-10T15:37:28.249Z] ---> 82da19333b5d [2021-03-10T15:37:28.249Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:37:28.249Z] ---> 5280a54c6f5e [2021-03-10T15:37:28.249Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T15:37:28.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.328s coverage: 28.6% of statements [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T15:37:28.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T15:37:28.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.108s coverage: 100.0% of statements [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T15:37:28.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.395s coverage: 86.7% of statements [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T15:37:28.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.495s coverage: 97.5% of statements [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T15:37:28.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.190s coverage: 78.3% of statements [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T15:37:28.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T15:37:28.546Z] ---> 34d555ea6cda [2021-03-10T15:37:28.546Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T15:37:28.546Z] ---> 8d273fc25338 [2021-03-10T15:37:28.546Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T15:37:28.814Z] ---> a4915c1aac6f [2021-03-10T15:37:28.814Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T15:37:28.814Z] Removing intermediate container eaa34d954c61 [2021-03-10T15:37:28.814Z] ---> af264b2d85bc [2021-03-10T15:37:28.814Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T15:37:29.435Z] ---> 528e085d8b0b [2021-03-10T15:37:29.435Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:29.435Z] ---> Running in 26d808f569ed [2021-03-10T15:37:29.706Z] ---> c5e8b9bb5ee9 [2021-03-10T15:37:29.706Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:29.706Z] ---> 862bbff28fab [2021-03-10T15:37:29.706Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:29.995Z] ---> d46cabc2bd98 [2021-03-10T15:37:29.995Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:29.995Z] Removing intermediate container 26d808f569ed [2021-03-10T15:37:29.995Z] ---> 2dc1f33862f3 [2021-03-10T15:37:29.995Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T15:37:30.271Z] ---> e7443660ccec [2021-03-10T15:37:30.271Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T15:37:30.271Z] ---> Running in f85e236fb71b [2021-03-10T15:37:30.271Z] ---> 28872636693c [2021-03-10T15:37:30.271Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T15:37:30.534Z] ---> 6755f1f0b6f5 [2021-03-10T15:37:30.534Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T15:37:30.534Z] ---> 5da29a4b26b6 [2021-03-10T15:37:30.534Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T15:37:30.534Z] ---> Running in c778cfc26d06 [2021-03-10T15:37:30.797Z] ---> Running in 1896f81c3400 [2021-03-10T15:37:30.797Z] ---> Running in f1a226ff554d [2021-03-10T15:37:30.797Z] Removing intermediate container f85e236fb71b [2021-03-10T15:37:30.797Z] ---> 9f7743e667fb [2021-03-10T15:37:30.797Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:37:30.797Z] ---> b3676d206f30 [2021-03-10T15:37:30.797Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T15:37:31.066Z] ---> Running in 5d857cf9e66a [2021-03-10T15:37:31.066Z] ---> Running in 9fb735e41bbd [2021-03-10T15:37:31.066Z] Removing intermediate container c778cfc26d06 [2021-03-10T15:37:31.066Z] ---> 9a19c5309d6e [2021-03-10T15:37:31.066Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:37:31.334Z] Removing intermediate container 1896f81c3400 [2021-03-10T15:37:31.334Z] ---> 40dfb1d5bcfa [2021-03-10T15:37:31.334Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:37:31.334Z] Removing intermediate container f1a226ff554d [2021-03-10T15:37:31.334Z] ---> 548f7faa97c2 [2021-03-10T15:37:31.334Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:37:31.334Z] ---> Running in 5b2e217108a0 [2021-03-10T15:37:31.600Z] ---> Running in 74be65208bbc [2021-03-10T15:37:31.600Z] Removing intermediate container 5d857cf9e66a [2021-03-10T15:37:31.600Z] ---> d372b85a981a [2021-03-10T15:37:31.600Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T15:37:31.600Z] ---> Running in a3ef9863e1f5 [2021-03-10T15:37:31.600Z] ---> Running in 37644b8fa516 [2021-03-10T15:37:31.865Z] Removing intermediate container 5b2e217108a0 [2021-03-10T15:37:31.865Z] ---> 744091d4b917 [2021-03-10T15:37:31.865Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T15:37:31.865Z] Removing intermediate container 74be65208bbc [2021-03-10T15:37:31.865Z] ---> 25ccf58599bd [2021-03-10T15:37:31.865Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T15:37:31.865Z] Removing intermediate container a3ef9863e1f5 [2021-03-10T15:37:31.865Z] ---> 52bf65c8c436 [2021-03-10T15:37:31.865Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T15:37:31.865Z] ---> Running in 4af287502ff4 [2021-03-10T15:37:32.139Z] ---> Running in 8fd1c2183750 [2021-03-10T15:37:32.139Z] Removing intermediate container 37644b8fa516 [2021-03-10T15:37:32.139Z] ---> be733ef7a5bb [2021-03-10T15:37:32.139Z] Step 21/22 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:37:32.139Z] ---> Running in d35f64ba58f7 [2021-03-10T15:37:32.139Z] ---> Running in bd3ff1076685 [2021-03-10T15:37:32.407Z] Removing intermediate container 4af287502ff4 [2021-03-10T15:37:32.407Z] ---> 8dbaf103723f [2021-03-10T15:37:32.407Z] Step 21/22 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:37:32.686Z] Removing intermediate container 8fd1c2183750 [2021-03-10T15:37:32.686Z] ---> ac97bbc412d6 [2021-03-10T15:37:32.686Z] Step 22/23 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:37:32.686Z] ---> Running in 551f6760c09b [2021-03-10T15:37:32.686Z] Removing intermediate container d35f64ba58f7 [2021-03-10T15:37:32.686Z] ---> ed7aba123ed4 [2021-03-10T15:37:32.686Z] Step 22/23 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:37:32.686Z] Removing intermediate container bd3ff1076685 [2021-03-10T15:37:32.686Z] ---> 2a3c24304102 [2021-03-10T15:37:32.686Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T15:37:32.686Z] ---> Running in b4056e15930b [2021-03-10T15:37:32.951Z] ---> Running in c63ebfc6d0a8 [2021-03-10T15:37:32.951Z] ---> Running in 360f49e2d5cf [2021-03-10T15:37:33.217Z] Removing intermediate container 551f6760c09b [2021-03-10T15:37:33.217Z] ---> f62e5b8f7b39 [2021-03-10T15:37:33.217Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T15:37:33.217Z] Removing intermediate container 9fb735e41bbd [2021-03-10T15:37:33.217Z] ---> 5c157fb481cb [2021-03-10T15:37:33.217Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:37:33.217Z] Removing intermediate container b4056e15930b [2021-03-10T15:37:33.217Z] ---> a2c7e936d715 [2021-03-10T15:37:33.217Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:37:33.217Z] ---> Running in 4a89c10c641c [2021-03-10T15:37:33.492Z] ---> Running in 03a5fb55d564 [2021-03-10T15:37:33.492Z] Removing intermediate container c63ebfc6d0a8 [2021-03-10T15:37:33.492Z] ---> 4d9b9d60bc1f [2021-03-10T15:37:33.492Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:37:33.492Z] Removing intermediate container 360f49e2d5cf [2021-03-10T15:37:33.492Z] ---> cf14717ec54c [2021-03-10T15:37:33.492Z] [2021-03-10T15:37:33.492Z] ---> Running in 53f0cfb64c9c [2021-03-10T15:37:33.492Z] ---> 0a95c0401fe8 [2021-03-10T15:37:33.492Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T15:37:33.757Z] Removing intermediate container 03a5fb55d564 [2021-03-10T15:37:33.757Z] ---> d92cb5687029 [2021-03-10T15:37:33.757Z] [2021-03-10T15:37:33.757Z] Removing intermediate container 4a89c10c641c [2021-03-10T15:37:33.757Z] ---> 36d5c626c744 [2021-03-10T15:37:33.757Z] [2021-03-10T15:37:34.024Z] Successfully built cf14717ec54c [2021-03-10T15:37:34.024Z] Successfully built d92cb5687029 [2021-03-10T15:37:34.024Z] Successfully built 36d5c626c744 [2021-03-10T15:37:34.024Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-10T15:37:34.024Z] Successfully tagged docker-core-metadata-go:latest [2021-03-10T15:37:34.024Z] Building docker-security-secretstore-setup-go [2021-03-10T15:37:34.331Z]  Building docker-core-metadata-go ... done  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-03-10T15:37:34.331Z] Successfully tagged docker-support-notifications-go:latest [2021-03-10T15:37:34.331Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-10T15:37:34.331Z] Removing intermediate container 53f0cfb64c9c [2021-03-10T15:37:34.331Z] ---> 027426867bb3 [2021-03-10T15:37:34.331Z] [2021-03-10T15:37:34.331Z] ---> 20fd002b771e [2021-03-10T15:37:34.331Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T15:37:34.331Z] Successfully built 027426867bb3 [2021-03-10T15:37:34.331Z] Successfully tagged docker-core-command-go:latest [2021-03-10T15:37:34.331Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-10T15:37:34.702Z] ---> 89bfe9cf524c [2021-03-10T15:37:34.702Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T15:37:35.046Z] ---> 89adf6a9c6d0 [2021-03-10T15:37:35.046Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T15:37:35.752Z] ---> bc9da2d756c1 [2021-03-10T15:37:35.752Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T15:37:35.752Z] ---> Running in 6863a0665502 [2021-03-10T15:37:36.481Z] Removing intermediate container 6863a0665502 [2021-03-10T15:37:36.481Z] ---> e084d9e0f73e [2021-03-10T15:37:36.481Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T15:37:37.450Z] ---> e2998fa0ae68 [2021-03-10T15:37:37.450Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T15:37:39.424Z] ---> Running in 848111f850e0 [2021-03-10T15:37:40.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.584s coverage: 92.8% of statements [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T15:37:40.863Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T15:37:40.863Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.288s coverage: 0.1% of statements [2021-03-10T15:37:40.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T15:37:40.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T15:37:40.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T15:37:40.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements [2021-03-10T15:37:40.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements [2021-03-10T15:37:40.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2021-03-10T15:37:40.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.110s coverage: 96.3% of statements [2021-03-10T15:37:40.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-03-10T15:37:41.385Z] Removing intermediate container 848111f850e0 [2021-03-10T15:37:41.385Z] ---> 1ea2e5a21d2a [2021-03-10T15:37:41.385Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T15:37:43.990Z] ---> Running in e6ffb8440745 [2021-03-10T15:37:44.263Z] Removing intermediate container e6ffb8440745 [2021-03-10T15:37:44.263Z] ---> 9723d72ec003 [2021-03-10T15:37:44.263Z] Step 28/31 : CMD ["gate"] [2021-03-10T15:37:44.529Z] ---> Running in 80c9ba5fa273 [2021-03-10T15:37:45.505Z] Removing intermediate container 80c9ba5fa273 [2021-03-10T15:37:45.505Z] ---> 6062c3eb1dcf [2021-03-10T15:37:45.505Z] Step 29/31 : LABEL arch=x86_64 [2021-03-10T15:37:46.517Z] ---> Running in 9365b366f9f1 [2021-03-10T15:37:47.166Z] Removing intermediate container 9365b366f9f1 [2021-03-10T15:37:47.166Z] ---> 43065a99d8fe [2021-03-10T15:37:47.166Z] Step 30/31 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:37:48.144Z] ---> Running in e00de82105ba [2021-03-10T15:37:48.421Z] Removing intermediate container e00de82105ba [2021-03-10T15:37:48.422Z] ---> 446032dcf01e [2021-03-10T15:37:48.422Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T15:37:48.692Z] ---> Running in 9417fc0066dc [2021-03-10T15:37:48.970Z] Removing intermediate container 9417fc0066dc [2021-03-10T15:37:48.970Z] ---> ce2642787257 [2021-03-10T15:37:48.970Z] [2021-03-10T15:37:48.970Z] Successfully built ce2642787257 [2021-03-10T15:37:49.240Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-10T15:37:51.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2021-03-10T15:37:51.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-03-10T15:37:51.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.100s coverage: 81.4% of statements [2021-03-10T15:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.137s coverage: 92.9% of statements [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T15:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T15:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T15:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T15:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T15:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements [2021-03-10T15:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.139s coverage: 87.2% of statements [2021-03-10T15:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.167s coverage: 84.6% of statements [2021-03-10T15:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.205s coverage: 91.6% of statements [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T15:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.585s coverage: 62.4% of statements [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T15:38:10.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T15:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements [2021-03-10T15:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2021-03-10T15:38:10.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-03-10T15:38:10.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2021-03-10T15:38:10.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2021-03-10T15:38:11.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.031s coverage: 69.0% of statements [2021-03-10T15:38:11.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T15:38:11.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T15:38:11.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T15:38:11.681Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:38:11.682Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:38:11.682Z] ---> 980d2f70b17a [2021-03-10T15:38:11.682Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> bc4eeaf33f41 [2021-03-10T15:38:11.682Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> 1cb29164f2b4 [2021-03-10T15:38:11.682Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> 253abc934e95 [2021-03-10T15:38:11.682Z] Step 6/21 : COPY go.mod . [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> 6935a6a1b56c [2021-03-10T15:38:11.682Z] Step 7/21 : RUN go mod download [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> 1cf6d32062df [2021-03-10T15:38:11.682Z] Step 8/21 : COPY . . [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> 039b94ff7e8e [2021-03-10T15:38:11.682Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T15:38:11.682Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:38:11.682Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:38:11.682Z] ---> 980d2f70b17a [2021-03-10T15:38:11.682Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> bc4eeaf33f41 [2021-03-10T15:38:11.682Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> 1cb29164f2b4 [2021-03-10T15:38:11.682Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T15:38:11.682Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:38:11.682Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:38:11.682Z] ---> 980d2f70b17a [2021-03-10T15:38:11.682Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> bc4eeaf33f41 [2021-03-10T15:38:11.682Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> 1cb29164f2b4 [2021-03-10T15:38:11.682Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> 253abc934e95 [2021-03-10T15:38:11.682Z] Step 6/24 : COPY go.mod . [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> 6935a6a1b56c [2021-03-10T15:38:11.682Z] Step 7/24 : RUN go mod download [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> 1cf6d32062df [2021-03-10T15:38:11.682Z] Step 8/24 : COPY . . [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> 039b94ff7e8e [2021-03-10T15:38:11.682Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T15:38:11.682Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:38:11.682Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:38:11.682Z] ---> 980d2f70b17a [2021-03-10T15:38:11.682Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> bc4eeaf33f41 [2021-03-10T15:38:11.682Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:38:11.682Z] ---> Using cache [2021-03-10T15:38:11.682Z] ---> 1cb29164f2b4 [2021-03-10T15:38:11.682Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T15:38:12.275Z] ---> Running in f639e0666297 [2021-03-10T15:38:12.275Z] ---> Running in cc0dadea63e7 [2021-03-10T15:38:12.275Z] ---> Running in 797ba0f00951 [2021-03-10T15:38:12.275Z] ---> Running in 592e82eaf898 [2021-03-10T15:38:13.714Z] 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-10T15:38:13.714Z] 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-10T15:38:13.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:38:13.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:38:15.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.385s coverage: 38.4% of statements [2021-03-10T15:38:15.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T15:38:15.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T15:38:15.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.151s coverage: 89.5% of statements [2021-03-10T15:38:15.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T15:38:15.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements [2021-03-10T15:38:15.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:38:15.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:38:17.714Z] OK: 233 MiB in 51 packages [2021-03-10T15:38:17.714Z] OK: 233 MiB in 51 packages [2021-03-10T15:38:20.489Z] Removing intermediate container 592e82eaf898 [2021-03-10T15:38:20.489Z] ---> 4b50194e681c [2021-03-10T15:38:20.489Z] Step 6/23 : COPY go.mod . [2021-03-10T15:38:20.489Z] Removing intermediate container 797ba0f00951 [2021-03-10T15:38:20.489Z] ---> 5354f612df28 [2021-03-10T15:38:20.489Z] Step 6/26 : COPY go.mod . [2021-03-10T15:38:21.096Z] ---> 0189d0e09a7d [2021-03-10T15:38:21.096Z] Step 7/23 : RUN go mod download [2021-03-10T15:38:21.096Z] ---> 0d6960cfeaa3 [2021-03-10T15:38:21.096Z] Step 7/26 : RUN go mod download [2021-03-10T15:38:21.388Z] ---> Running in 43ea8604c492 [2021-03-10T15:38:21.388Z] ---> Running in a429de0ef5cc [2021-03-10T15:38:22.392Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.499s coverage: 47.0% of statements [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T15:38:22.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.160s coverage: 100.0% of statements [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T15:38:22.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T15:38:22.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.559s coverage: 87.1% of statements [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:38:22.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T15:38:25.846Z] Removing intermediate container a429de0ef5cc [2021-03-10T15:38:25.846Z] ---> d59608f8aaec [2021-03-10T15:38:25.846Z] Step 8/26 : COPY . . [2021-03-10T15:38:25.846Z] Removing intermediate container 43ea8604c492 [2021-03-10T15:38:25.846Z] ---> fbb045a5f624 [2021-03-10T15:38:25.846Z] Step 8/23 : COPY . . [2021-03-10T15:38:30.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.631s coverage: 29.1% of statements [2021-03-10T15:38:30.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T15:38:30.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T15:38:30.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T15:38:30.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T15:38:30.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T15:38:30.746Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.196s coverage: 99.0% of statements [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T15:38:30.746Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T15:38:30.746Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.300s coverage: 96.5% of statements [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T15:38:30.746Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T15:38:30.746Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T15:38:30.746Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T15:38:30.746Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T15:38:30.746Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-03-10T15:38:31.341Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-10T15:38:33.957Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-03-10T15:38:34.928Z] GO111MODULE=on go vet ./... [2021-03-10T15:38:39.563Z] 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-10T15:38:39.563Z] 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-10T15:38:54.798Z] Removing intermediate container cc0dadea63e7 [2021-03-10T15:38:54.798Z] ---> 145d2d3e1260 [2021-03-10T15:38:54.798Z] [2021-03-10T15:38:54.798Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T15:38:54.798Z] ---> 88dd2752d2ea [2021-03-10T15:38:54.798Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T15:38:54.798Z] Removing intermediate container f639e0666297 [2021-03-10T15:38:54.798Z] ---> 0d3b41816a7c [2021-03-10T15:38:54.798Z] [2021-03-10T15:38:54.798Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T15:38:54.798Z] ---> 88dd2752d2ea [2021-03-10T15:38:54.798Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T15:38:55.387Z] ---> Running in 26947007189d [2021-03-10T15:38:55.387Z] ---> Running in cb52f05903b9 [2021-03-10T15:38:57.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:38:57.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:38:57.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:38:57.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:38:57.650Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T15:38:57.650Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T15:38:57.650Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:38:57.650Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T15:38:57.650Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:38:57.650Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T15:38:57.650Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:38:57.650Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T15:38:57.650Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T15:38:57.650Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T15:38:57.650Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:38:57.650Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:38:57.650Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:38:57.650Z] OK: 7 MiB in 19 packages [2021-03-10T15:38:57.650Z] OK: 7 MiB in 18 packages [2021-03-10T15:38:59.695Z] ---> 62b31f7da8d6 [2021-03-10T15:38:59.695Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T15:38:59.695Z] ---> f4e415fd09f7 [2021-03-10T15:38:59.695Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T15:38:59.695Z] ---> Running in 4bf7520667de [2021-03-10T15:38:59.695Z] ---> Running in 9e47205bb8c8 [2021-03-10T15:39:00.299Z] Removing intermediate container cb52f05903b9 [2021-03-10T15:39:00.299Z] ---> 828492930d98 [2021-03-10T15:39:00.299Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T15:39:00.299Z] Removing intermediate container 26947007189d [2021-03-10T15:39:00.299Z] ---> 68140c44f08b [2021-03-10T15:39:00.299Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T15:39:00.579Z] ---> Running in eb7ead0ca419 [2021-03-10T15:39:00.579Z] ---> Running in c6ee3829efed [2021-03-10T15:39:00.871Z] 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-10T15:39:00.871Z] 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-10T15:39:00.871Z] Removing intermediate container eb7ead0ca419 [2021-03-10T15:39:00.871Z] ---> 2707ae02086e [2021-03-10T15:39:00.871Z] Step 13/24 : WORKDIR / [2021-03-10T15:39:00.871Z] Removing intermediate container c6ee3829efed [2021-03-10T15:39:00.871Z] ---> 9eaaf3346c7e [2021-03-10T15:39:00.871Z] Step 13/21 : WORKDIR /edgex [2021-03-10T15:39:01.154Z] ---> Running in b987eabdfccd [2021-03-10T15:39:01.154Z] ---> Running in 862f4f302e80 [2021-03-10T15:39:01.435Z] Removing intermediate container b987eabdfccd [2021-03-10T15:39:01.435Z] ---> 30606e02b3d7 [2021-03-10T15:39:01.435Z] 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-10T15:39:01.710Z] Removing intermediate container 862f4f302e80 [2021-03-10T15:39:01.711Z] ---> 14f16a6ae59b [2021-03-10T15:39:01.711Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T15:39:01.988Z] ---> 288bd37ff3cc [2021-03-10T15:39:01.988Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T15:39:02.269Z] ---> da64b164e0c3 [2021-03-10T15:39:02.270Z] 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-10T15:39:03.723Z] ---> 2b0b10789393 [2021-03-10T15:39:03.723Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T15:39:03.723Z] ---> 1fc4c7947ade [2021-03-10T15:39:03.723Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T15:39:04.321Z] ---> 5d7e511aa2da [2021-03-10T15:39:04.321Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T15:39:04.620Z] ---> 742851a3c25a [2021-03-10T15:39:04.620Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T15:39:04.889Z] ---> Running in d0099249e797 [2021-03-10T15:39:05.488Z] Removing intermediate container d0099249e797 [2021-03-10T15:39:05.488Z] ---> 5ac3f648b436 [2021-03-10T15:39:05.488Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T15:39:05.488Z] ---> Running in 90e48621bba8 [2021-03-10T15:39:05.488Z] ---> 80e8e093025b [2021-03-10T15:39:05.488Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T15:39:06.097Z] Removing intermediate container 90e48621bba8 [2021-03-10T15:39:06.097Z] ---> a38ec3ac6601 [2021-03-10T15:39:06.097Z] Step 19/21 : LABEL arch=x86_64 [2021-03-10T15:39:06.097Z] ---> Running in 4bde3544338b [2021-03-10T15:39:07.142Z] Removing intermediate container 4bde3544338b [2021-03-10T15:39:07.142Z] ---> 6badc4cd7137 [2021-03-10T15:39:07.142Z] Step 20/21 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:39:07.423Z] ---> 01aafa775cfd [2021-03-10T15:39:07.423Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T15:39:07.423Z] ---> Running in 7022b8b77964 [2021-03-10T15:39:07.695Z] Removing intermediate container 7022b8b77964 [2021-03-10T15:39:07.695Z] ---> 8d8ceb34d471 [2021-03-10T15:39:07.695Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T15:39:07.967Z] ---> Running in acb069d5f97d [2021-03-10T15:39:08.242Z] ---> a38ad592dbb1 [2021-03-10T15:39:08.242Z] 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-10T15:39:08.242Z] ---> Running in 7d28b6947f0a [2021-03-10T15:39:08.534Z] Removing intermediate container acb069d5f97d [2021-03-10T15:39:08.534Z] ---> d8e554acfc17 [2021-03-10T15:39:08.534Z] [2021-03-10T15:39:09.152Z] Successfully built d8e554acfc17 [2021-03-10T15:39:09.152Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-10T15:39:11.182Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7d28b6947f0a [2021-03-10T15:39:11.182Z] ---> 4293aac0e94e [2021-03-10T15:39:11.182Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T15:39:11.182Z] ---> Running in 05d83c7aff3c [2021-03-10T15:39:11.861Z] Removing intermediate container 05d83c7aff3c [2021-03-10T15:39:11.861Z] ---> 0460bebc53e3 [2021-03-10T15:39:11.861Z] Step 22/24 : LABEL arch=x86_64 [2021-03-10T15:39:12.152Z] ---> Running in 2034ddab08b5 [2021-03-10T15:39:12.445Z] Removing intermediate container 2034ddab08b5 [2021-03-10T15:39:12.445Z] ---> af273cec345a [2021-03-10T15:39:12.445Z] Step 23/24 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:39:12.445Z] ---> Running in dba60ea5893a [2021-03-10T15:39:13.096Z] Removing intermediate container dba60ea5893a [2021-03-10T15:39:13.096Z] ---> b71d4423b9c1 [2021-03-10T15:39:13.096Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T15:39:13.385Z] ---> Running in 4ddcc64518f7 [2021-03-10T15:39:13.673Z] Removing intermediate container 4ddcc64518f7 [2021-03-10T15:39:13.673Z] ---> 8af6db583005 [2021-03-10T15:39:13.673Z] [2021-03-10T15:39:13.947Z] Successfully built 8af6db583005 [2021-03-10T15:39:14.221Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-10T15:39:29.537Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4bf7520667de [2021-03-10T15:39:29.537Z] ---> 85fc85e7a819 [2021-03-10T15:39:29.537Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T15:39:29.537Z] ---> Running in 28bb95fed064 [2021-03-10T15:39:29.537Z] 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-10T15:39:31.502Z] Removing intermediate container 28bb95fed064 [2021-03-10T15:39:31.502Z] ---> d45289c96977 [2021-03-10T15:39:31.502Z] [2021-03-10T15:39:31.502Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T15:39:31.502Z] 20.10.0: Pulling from library/docker [2021-03-10T15:39:31.502Z] Removing intermediate container 9e47205bb8c8 [2021-03-10T15:39:31.502Z] ---> 2413f7973528 [2021-03-10T15:39:31.502Z] [2021-03-10T15:39:31.502Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:39:31.502Z] ---> 88dd2752d2ea [2021-03-10T15:39:31.502Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T15:39:31.792Z] ---> Running in cafb110e672e [2021-03-10T15:39:32.415Z] Removing intermediate container cafb110e672e [2021-03-10T15:39:32.415Z] ---> 3c31591ecc61 [2021-03-10T15:39:32.415Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T15:39:32.415Z] ---> Running in 0a901ff18b39 [2021-03-10T15:39:33.004Z] Removing intermediate container 0a901ff18b39 [2021-03-10T15:39:33.004Z] ---> a7737f75ca81 [2021-03-10T15:39:33.004Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T15:39:33.282Z] ---> Running in aa90c62a9e4c [2021-03-10T15:39:33.578Z] Removing intermediate container aa90c62a9e4c [2021-03-10T15:39:33.578Z] ---> 242b4df8101a [2021-03-10T15:39:33.578Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:39:33.578Z] ---> Running in eade4ef679be [2021-03-10T15:39:35.680Z] Removing intermediate container eade4ef679be [2021-03-10T15:39:35.680Z] ---> 2d7bf5a17790 [2021-03-10T15:39:35.680Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T15:39:35.680Z] ---> Running in 34e7bf68a5e5 [2021-03-10T15:39:37.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:39:37.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:39:38.791Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T15:39:38.791Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T15:39:38.791Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T15:39:39.068Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T15:39:39.341Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T15:39:39.341Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T15:39:39.341Z] ---> aefe523efa57 [2021-03-10T15:39:39.341Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T15:39:39.341Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T15:39:39.619Z] ---> Running in 28fca87df4de [2021-03-10T15:39:39.619Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T15:39:39.619Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:39:39.619Z] OK: 8 MiB in 20 packages [2021-03-10T15:39:40.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:39:40.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:39:40.486Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T15:39:40.486Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T15:39:40.486Z] Removing intermediate container 34e7bf68a5e5 [2021-03-10T15:39:40.486Z] ---> 1136d70e72eb [2021-03-10T15:39:40.486Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:39:40.486Z] Executing bash-5.0.17-r0.post-install [2021-03-10T15:39:40.764Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:39:40.764Z] OK: 12 MiB in 22 packages [2021-03-10T15:39:41.033Z] ---> 9518a1bd908d [2021-03-10T15:39:41.033Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T15:39:41.631Z] Removing intermediate container 28fca87df4de [2021-03-10T15:39:41.631Z] ---> 6d0695344251 [2021-03-10T15:39:41.631Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T15:39:41.912Z] ---> Running in c8b080d0c1b0 [2021-03-10T15:39:41.912Z] ---> c372de0d853f [2021-03-10T15:39:41.912Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T15:39:42.188Z] Removing intermediate container c8b080d0c1b0 [2021-03-10T15:39:42.188Z] ---> 0b55a6d7e861 [2021-03-10T15:39:42.188Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T15:39:42.188Z] ---> Running in 1b6ef25c804a [2021-03-10T15:39:42.457Z] ---> c420da4fd648 [2021-03-10T15:39:42.457Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T15:39:42.457Z] ---> Running in 784873b7952a [2021-03-10T15:39:42.457Z] Removing intermediate container 1b6ef25c804a [2021-03-10T15:39:42.457Z] ---> b1c60cb29d2c [2021-03-10T15:39:42.457Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T15:39:42.727Z] ---> Running in 85dcdd0e789b [2021-03-10T15:39:42.727Z] Removing intermediate container 784873b7952a [2021-03-10T15:39:42.727Z] ---> ee175cbcdfff [2021-03-10T15:39:42.727Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:39:42.727Z] ---> Running in 58ad18122b9b [2021-03-10T15:39:42.998Z] Removing intermediate container 85dcdd0e789b [2021-03-10T15:39:42.999Z] ---> 6ea92da5358f [2021-03-10T15:39:42.999Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T15:39:42.999Z] Removing intermediate container 58ad18122b9b [2021-03-10T15:39:42.999Z] ---> c66b9003ff1f [2021-03-10T15:39:42.999Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T15:39:43.273Z] ---> Running in 183983f3d33a [2021-03-10T15:39:43.550Z] Removing intermediate container 183983f3d33a [2021-03-10T15:39:43.550Z] ---> 742aee1d6b57 [2021-03-10T15:39:43.550Z] Step 22/23 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:39:43.550Z] ---> Running in 674db7de971a [2021-03-10T15:39:43.550Z] ---> 5f57fef37c71 [2021-03-10T15:39:43.550Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T15:39:43.819Z] Removing intermediate container 674db7de971a [2021-03-10T15:39:43.819Z] ---> abad9f4aa7d5 [2021-03-10T15:39:43.819Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:39:44.087Z] ---> Running in 3168f0a42d5c [2021-03-10T15:39:44.352Z] ---> 2bcaf4cbe5ab [2021-03-10T15:39:44.352Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T15:39:44.622Z] Removing intermediate container 3168f0a42d5c [2021-03-10T15:39:44.622Z] ---> bcbbb71d3222 [2021-03-10T15:39:44.622Z] [2021-03-10T15:39:44.892Z] Successfully built bcbbb71d3222 [2021-03-10T15:39:44.892Z] ---> 6707aa5fc8d9 [2021-03-10T15:39:44.892Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T15:39:45.156Z] Successfully tagged docker-core-data-go:latest [2021-03-10T15:39:45.156Z]  Building docker-core-data-go ... done  ---> Running in 9b7b58cf3e5c [2021-03-10T15:39:45.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:39:45.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:39:46.003Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T15:39:46.003Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T15:39:46.003Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T15:39:46.003Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T15:39:46.003Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T15:39:46.003Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T15:39:46.003Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T15:39:47.407Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T15:39:47.407Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T15:39:47.407Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T15:39:47.407Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T15:39:47.407Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T15:39:47.407Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T15:39:47.407Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T15:39:47.407Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T15:39:47.407Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T15:39:47.407Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T15:39:47.407Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T15:39:47.407Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T15:39:47.407Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T15:39:47.407Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T15:39:47.407Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T15:39:47.407Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T15:39:47.677Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T15:39:48.629Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T15:39:48.629Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T15:39:48.629Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T15:39:48.629Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T15:39:48.629Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T15:39:48.629Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T15:39:48.629Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T15:39:48.629Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T15:39:48.629Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T15:39:48.629Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:39:48.629Z] OK: 71 MiB in 55 packages [2021-03-10T15:39:56.820Z] Removing intermediate container 9b7b58cf3e5c [2021-03-10T15:39:56.820Z] ---> 80818ee08c09 [2021-03-10T15:39:56.820Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T15:39:56.820Z] ---> Running in d96349e7e33f [2021-03-10T15:39:58.788Z] Collecting docker-compose==1.23.2 [2021-03-10T15:39:58.788Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T15:39:58.788Z] Collecting PyYAML<4,>=3.10 [2021-03-10T15:39:58.788Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T15:39:59.741Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T15:39:59.741Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T15:40:00.316Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T15:40:00.316Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T15:40:00.581Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T15:40:00.581Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T15:40:00.581Z] 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-10T15:40:00.581Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T15:40:00.581Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T15:40:00.845Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T15:40:00.845Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T15:40:01.796Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T15:40:01.796Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T15:40:01.796Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T15:40:01.796Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T15:40:02.383Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T15:40:02.383Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T15:40:02.648Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T15:40:02.648Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T15:40:02.648Z] Collecting idna<2.8,>=2.5 [2021-03-10T15:40:02.648Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T15:40:02.939Z] 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-10T15:40:02.939Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T15:40:02.939Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T15:40:02.939Z] 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-10T15:40:02.939Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T15:40:02.939Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T15:40:02.939Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T15:40:02.939Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T15:40:03.205Z] Installing collected packages: PyYAML, texttable, jsonschema, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docopt, cached-property, docker-compose [2021-03-10T15:40:03.205Z] Running setup.py install for PyYAML: started [2021-03-10T15:40:03.787Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T15:40:03.787Z] Running setup.py install for texttable: started [2021-03-10T15:40:04.368Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T15:40:04.635Z] Attempting uninstall: idna [2021-03-10T15:40:04.635Z] Found existing installation: idna 2.9 [2021-03-10T15:40:04.635Z] Uninstalling idna-2.9: [2021-03-10T15:40:04.905Z] Successfully uninstalled idna-2.9 [2021-03-10T15:40:04.905Z] Attempting uninstall: urllib3 [2021-03-10T15:40:04.905Z] Found existing installation: urllib3 1.25.9 [2021-03-10T15:40:04.905Z] Uninstalling urllib3-1.25.9: [2021-03-10T15:40:05.173Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T15:40:05.438Z] Attempting uninstall: requests [2021-03-10T15:40:05.438Z] Found existing installation: requests 2.23.0 [2021-03-10T15:40:05.438Z] Uninstalling requests-2.23.0: [2021-03-10T15:40:05.438Z] Successfully uninstalled requests-2.23.0 [2021-03-10T15:40:05.704Z] Running setup.py install for dockerpty: started [2021-03-10T15:40:06.301Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T15:40:06.301Z] Running setup.py install for docopt: started [2021-03-10T15:40:06.882Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T15:40:07.466Z] 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-10T15:40:10.057Z] Removing intermediate container d96349e7e33f [2021-03-10T15:40:10.057Z] ---> 163aff7b5737 [2021-03-10T15:40:10.057Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T15:40:10.323Z] ---> Running in 152b931ee9d4 [2021-03-10T15:40:10.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:40:10.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:40:10.876Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:40:10.876Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T15:40:10.876Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T15:40:10.876Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:40:11.159Z] OK: 72 MiB in 58 packages [2021-03-10T15:40:11.875Z] gofmt -l . [2021-03-10T15:40:11.875Z] [ "`gofmt -l .`" = "" ] [2021-03-10T15:40:11.875Z] ./bin/test-go-mod-tidy.sh [2021-03-10T15:40:11.875Z] ./bin/test-attribution-txt.sh [2021-03-10T15:40:12.148Z] Removing intermediate container 152b931ee9d4 [2021-03-10T15:40:12.148Z] ---> 47fadd3a5d06 [2021-03-10T15:40:12.148Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T15:40:12.148Z] ---> Running in 88a4809ee85d [2021-03-10T15:40:12.419Z] Removing intermediate container 88a4809ee85d [2021-03-10T15:40:12.419Z] ---> 70539dec02dc [2021-03-10T15:40:12.419Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:40:12.419Z] ---> Running in 7b727cef4235 [2021-03-10T15:40:12.697Z] Removing intermediate container 7b727cef4235 [2021-03-10T15:40:12.697Z] ---> 398e078c1cb4 [2021-03-10T15:40:12.697Z] Step 24/26 : LABEL arch=x86_64 [2021-03-10T15:40:12.697Z] ---> Running in d0d4503b710f [2021-03-10T15:40:12.697Z] Removing intermediate container d0d4503b710f [2021-03-10T15:40:12.697Z] ---> 9c9de79597a0 [2021-03-10T15:40:12.697Z] Step 25/26 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:40:12.968Z] ---> Running in beac0495e959 [2021-03-10T15:40:12.969Z] Removing intermediate container beac0495e959 [2021-03-10T15:40:12.969Z] ---> 0c005a7da745 [2021-03-10T15:40:12.969Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T15:40:13.241Z] ---> Running in 4a24ae032e84 [Pipeline] sh [2021-03-10T15:40:13.506Z] Removing intermediate container 4a24ae032e84 [2021-03-10T15:40:13.506Z] ---> 1d43ff448bfd [2021-03-10T15:40:13.506Z] [2021-03-10T15:40:13.506Z] Successfully built 1d43ff448bfd [2021-03-10T15:40:13.773Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-10T15:40:14.024Z] + ls -al . [2021-03-10T15:40:14.024Z] total 768 [2021-03-10T15:40:14.024Z] drwxrwxr-x 9 1001 1001 4096 Mar 10 15:40 . [2021-03-10T15:40:14.024Z] drwxr-xr-x 4 root root 4096 Mar 10 15:34 .. [2021-03-10T15:40:14.024Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 15:33 .dockerignore [2021-03-10T15:40:14.024Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 15:33 .git [2021-03-10T15:40:14.024Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 15:33 .github [2021-03-10T15:40:14.024Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 15:33 .gitignore [2021-03-10T15:40:14.024Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 15:33 .sonarcloud.properties [2021-03-10T15:40:14.024Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 15:33 Attribution.txt [2021-03-10T15:40:14.024Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 15:33 CONTRIBUTING.md [2021-03-10T15:40:14.024Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 15:33 Dockerfile.build [2021-03-10T15:40:14.024Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 15:33 Jenkinsfile [2021-03-10T15:40:14.024Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 15:33 LICENSE [2021-03-10T15:40:14.024Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 15:33 Makefile [2021-03-10T15:40:14.025Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 15:33 README.md [2021-03-10T15:40:14.025Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 15:33 SECURITY.md [2021-03-10T15:40:14.025Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 15:30 VERSION [2021-03-10T15:40:14.025Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 15:33 ZMQWindows.md [2021-03-10T15:40:14.025Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 15:33 bin [2021-03-10T15:40:14.025Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 15:33 cmd [2021-03-10T15:40:14.025Z] -rw-r--r-- 1 root root 628838 Mar 10 15:38 coverage.out [2021-03-10T15:40:14.025Z] -rw-r--r-- 1 root root 1055 Mar 10 15:40 go.mod [2021-03-10T15:40:14.025Z] -rw-r--r-- 1 root root 22209 Mar 10 15:40 go.sum [2021-03-10T15:40:14.025Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 15:33 internal [2021-03-10T15:40:14.025Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 15:33 openapi [2021-03-10T15:40:14.025Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 15:33 snap [2021-03-10T15:40:14.025Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 15:33 version.go [Pipeline] sh [2021-03-10T15:40:14.059Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T15:40:14.208Z] $ docker stop --time=1 c5abeb4e19ebb012bed8cc38f15c3e285044953358fcf948523ab3f61c1d2cb6 [2021-03-10T15:40:14.705Z] + '[' -e coverage.out ] [2021-03-10T15:40:14.705Z] + chown 1001:1001 coverage.out [2021-03-10T15:40:16.138Z] $ docker rm -f c5abeb4e19ebb012bed8cc38f15c3e285044953358fcf948523ab3f61c1d2cb6 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stash [2021-03-10T15:40:16.459Z] Warning: overwriting stash ‘coverage-report’ [2021-03-10T15:40:16.666Z] + docker images [2021-03-10T15:40:16.666Z] + grep docker [2021-03-10T15:40:16.928Z] docker-sys-mgmt-agent-go latest 1d43ff448bfd 3 seconds ago 313MB [2021-03-10T15:40:16.928Z] docker-core-data-go latest bcbbb71d3222 32 seconds ago 22.6MB [2021-03-10T15:40:16.928Z] docker-security-secretstore-setup-go latest 8af6db583005 About a minute ago 24.9MB [2021-03-10T15:40:16.928Z] docker-security-proxy-setup-go latest d8e554acfc17 About a minute ago 24.7MB [2021-03-10T15:40:16.928Z] docker-security-bootstrapper-go latest ce2642787257 2 minutes ago 18.7MB [2021-03-10T15:40:16.928Z] docker-core-command-go latest 027426867bb3 2 minutes ago 17.2MB [2021-03-10T15:40:16.928Z] docker-core-metadata-go latest d92cb5687029 2 minutes ago 19MB [2021-03-10T15:40:16.928Z] docker-support-scheduler-go latest cf14717ec54c 2 minutes ago 17.3MB [2021-03-10T15:40:16.928Z] docker-support-notifications-go latest 36d5c626c744 2 minutes ago 17.8MB [2021-03-10T15:40:16.928Z] 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 [2021-03-10T15:40:17.746Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] node [2021-03-10T15:40:18.408Z] + make build [2021-03-10T15:40:18.408Z] 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-10T15:40:30.807Z] 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-10T15:40:32.879Z] Still waiting to schedule task [2021-03-10T15:40:32.879Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-29350’ [2021-03-10T15:41:03.204Z] 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-10T15:41:08.472Z] 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-10T15:41:16.749Z] 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-10T15:41:17.348Z] 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-10T15:41:24.051Z] 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-10T15:41:30.748Z] 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-10T15:41:36.137Z] 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-10T15:41:40.454Z] 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-10T15:41:44.762Z] 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-10T15:41:49.068Z] 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-10T15:41:55.586Z] Running on prd-ubuntu18.04-docker-8c-8g-29352 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-10T15:41:55.656Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [Pipeline] } [2021-03-10T15:41:57.409Z] $ docker stop --time=1 b7b9a8cc82e865e2be7e614c970823255b7b346d2efcdb5fa8bdc7e4bbc46962 [2021-03-10T15:41:57.711Z] using credential edgex-jenkins-ssh [2021-03-10T15:41:57.786Z] Cloning the remote Git repository [2021-03-10T15:41:57.808Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:41:57.874Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-03-10T15:41:57.900Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:41:57.900Z] > git --version # timeout=10 [2021-03-10T15:41:57.907Z] > git --version # 'git version 2.17.1' [2021-03-10T15:41:57.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:41:57.931Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T15:41:59.993Z] $ docker rm -f b7b9a8cc82e865e2be7e614c970823255b7b346d2efcdb5fa8bdc7e4bbc46962 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:02.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T15:42:02.284Z] [2021-03-10T15:42:02.284Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:02.669Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T15:42:02.669Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-10T15:42:02.669Z] 29e5d40040c1: Pulling fs layer [2021-03-10T15:42:02.669Z] 1ce36da41761: Pulling fs layer [2021-03-10T15:42:02.669Z] 25b303627fd3: Pulling fs layer [2021-03-10T15:42:03.262Z] 29e5d40040c1: Verifying Checksum [2021-03-10T15:42:03.262Z] 29e5d40040c1: Download complete [2021-03-10T15:42:03.539Z] 1ce36da41761: Verifying Checksum [2021-03-10T15:42:03.539Z] 1ce36da41761: Download complete [2021-03-10T15:42:03.810Z] 29e5d40040c1: Pull complete [2021-03-10T15:42:05.238Z] 1ce36da41761: Pull complete [2021-03-10T15:42:05.238Z] 25b303627fd3: Verifying Checksum [2021-03-10T15:42:05.238Z] 25b303627fd3: Download complete [2021-03-10T15:42:11.927Z] Merging remotes/origin/master commit fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:42:11.408Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T15:42:11.419Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T15:42:11.427Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T15:42:11.441Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:42:11.442Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:42:11.446Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:42:11.940Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:42:11.946Z] > git checkout -f b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 # timeout=10 [2021-03-10T15:42:12.061Z] Merge succeeded, producing b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:42:12.061Z] Checking out Revision b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 (PR-3208) [2021-03-10T15:42:12.027Z] > git remote # timeout=10 [2021-03-10T15:42:12.035Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:42:12.040Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:42:12.044Z] > git merge fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 [2021-03-10T15:42:12.053Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T15:42:12.062Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:42:12.066Z] > git checkout -f b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 # timeout=10 [2021-03-10T15:42:15.396Z] 25b303627fd3: Pull complete [2021-03-10T15:42:15.396Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-10T15:42:15.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T15:42:15.396Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-10T15:42:15.703Z] prd-ubuntu18.04-docker-arm64-4c-16g-29345 does not seem to be running inside a container [2021-03-10T15:42:15.754Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-03-10T15:42:15.791Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-10T15:42:19.482Z] $ docker top d3eafee5d29f7aa7667eab741165ca85badc3c0965759cc20336ebc16c458322 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:42:20.581Z] + docker-compose build --help [2021-03-10T15:42:20.581Z] + grep parallel [2021-03-10T15:42:20.803Z] + echo snap-build.sh [2021-03-10T15:42:20.803Z] snap-build.sh [2021-03-10T15:42:20.803Z] + SNAP_BASE_DIR=. [2021-03-10T15:42:20.803Z] + '[' '!' -z /w/workspace/edgex-go/13 ']' [2021-03-10T15:42:20.803Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/13 [2021-03-10T15:42:20.803Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' [2021-03-10T15:42:20.803Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/13] [2021-03-10T15:42:20.803Z] + cd /w/workspace/edgex-go/13 [2021-03-10T15:42:20.803Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-10T15:42:20.803Z] Reading package lists... [2021-03-10T15:42:21.066Z] Building dependency tree... [2021-03-10T15:42:21.066Z] Reading state information... [2021-03-10T15:42:21.066Z] The following packages were automatically installed and are no longer required: [2021-03-10T15:42:21.066Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-10T15:42:21.066Z] uidmap xdelta3 [2021-03-10T15:42:21.066Z] Use 'sudo apt autoremove' to remove them. [2021-03-10T15:42:21.066Z] The following packages will be REMOVED: [2021-03-10T15:42:21.066Z] lxd* lxd-client* [2021-03-10T15:42:21.326Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-10T15:42:21.326Z] After this operation, 31.7 MB disk space will be freed. [2021-03-10T15:42:22.636Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-10T15:42:22.636Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T15:42:23.208Z] Removing lxd dnsmasq configuration [2021-03-10T15:42:23.469Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T15:42:23.469Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-10T15:42:24.418Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-10T15:42:24.681Z] (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-10T15:42:24.681Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T15:42:26.090Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-10T15:42:26.090Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-10T15:42:27.036Z] + sudo snap remove --purge lxd [2021-03-10T15:42:27.296Z] --parallel Build images in parallel. [2021-03-10T15:42:27.298Z] snap "lxd" is not installed [2021-03-10T15:42:27.298Z] + sudo groupadd --force --system lxd [2021-03-10T15:42:27.298Z] ++ whoami [2021-03-10T15:42:27.298Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-10T15:42:27.298Z] + newgrp - lxd [2021-03-10T15:42:27.298Z] + sudo snap install lxd [Pipeline] } [2021-03-10T15:42:27.315Z] $ docker stop --time=1 d3eafee5d29f7aa7667eab741165ca85badc3c0965759cc20336ebc16c458322 [2021-03-10T15:42:29.378Z] $ docker rm -f d3eafee5d29f7aa7667eab741165ca85badc3c0965759cc20336ebc16c458322 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:30.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T15:42:30.189Z] . [Pipeline] withDockerContainer [2021-03-10T15:42:30.503Z] prd-ubuntu18.04-docker-arm64-4c-16g-29345 does not seem to be running inside a container [2021-03-10T15:42:30.598Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-arm64:latest cat [2021-03-10T15:42:32.230Z] $ docker top 9e79e4f22c3c54ed8e350f5b1592e56ee8c90e1870031003ba174a83fcc1481f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:42:33.307Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T15:42:39.574Z] 2021-03-10T15:42:36Z INFO Waiting for automatic snapd restart... [2021-03-10T15:42:40.126Z] Building docker-core-command-go ... [2021-03-10T15:42:40.126Z] Building docker-core-data-go ... [2021-03-10T15:42:40.126Z] Building docker-core-metadata-go ... [2021-03-10T15:42:40.126Z] Building docker-security-bootstrapper-go ... [2021-03-10T15:42:40.126Z] Building docker-security-proxy-setup-go ... [2021-03-10T15:42:40.127Z] Building docker-security-secretstore-setup-go ... [2021-03-10T15:42:40.127Z] Building docker-support-notifications-go ... [2021-03-10T15:42:40.127Z] Building docker-support-scheduler-go ... [2021-03-10T15:42:40.127Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T15:42:40.127Z] Building docker-security-secretstore-setup-go [2021-03-10T15:42:40.127Z] Building docker-security-proxy-setup-go [2021-03-10T15:42:40.127Z] Building docker-core-metadata-go [2021-03-10T15:42:40.127Z] Building docker-support-scheduler-go [2021-03-10T15:42:40.127Z] Building docker-security-bootstrapper-go [2021-03-10T15:43:06.199Z] lxd 4.11 from Canonical* installed [2021-03-10T15:43:06.199Z] + sudo lxd init --auto [2021-03-10T15:43:14.353Z] + sudo snap install --classic snapcraft [2021-03-10T15:43:20.967Z] snapcraft 4.5.4 from Canonical* installed [2021-03-10T15:43:20.967Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-10T15:43:20.967Z] + patch --verbose -p1 [2021-03-10T15:43:20.967Z] Hmm... Looks like a unified diff to me... [2021-03-10T15:43:20.967Z] The text leading up to this was: [2021-03-10T15:43:20.967Z] -------------------------- [2021-03-10T15:43:20.967Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-10T15:43:20.967Z] |From: Tony Espy [2021-03-10T15:43:20.967Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-10T15:43:20.967Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-10T15:43:20.967Z] | [2021-03-10T15:43:20.967Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-10T15:43:20.967Z] |optimize the snap CI check run for pull requests. When [2021-03-10T15:43:20.967Z] |applied, it essentially strips out everything (apps and [2021-03-10T15:43:20.967Z] |parts) from the snapcraft.yaml file except those required [2021-03-10T15:43:20.967Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-10T15:43:20.967Z] |catch changes to edgex-go that break the snap build. [2021-03-10T15:43:20.967Z] | [2021-03-10T15:43:20.967Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-10T15:43:20.967Z] |to update this patch file, otherwise it may fail to apply, [2021-03-10T15:43:20.967Z] |resulting in a failed snap build CI check in the associated [2021-03-10T15:43:20.967Z] |pull request. [2021-03-10T15:43:20.967Z] | [2021-03-10T15:43:20.967Z] |Note - in addition to applying this patch, the pipeline also [2021-03-10T15:43:20.967Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-10T15:43:20.967Z] |need to build the finally binary .snap file (and it won't [2021-03-10T15:43:20.967Z] |work with the patch applied). This further reduces the build [2021-03-10T15:43:20.967Z] |time. [2021-03-10T15:43:20.967Z] |--- [2021-03-10T15:43:20.967Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-10T15:43:20.967Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-10T15:43:20.967Z] | [2021-03-10T15:43:20.967Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-10T15:43:20.967Z] |index 1e537489..faf42425 100644 [2021-03-10T15:43:20.967Z] |--- a/snap/snapcraft.yaml [2021-03-10T15:43:20.967Z] |+++ b/snap/snapcraft.yaml [2021-03-10T15:43:20.967Z] -------------------------- [2021-03-10T15:43:20.967Z] patching file snap/snapcraft.yaml [2021-03-10T15:43:20.967Z] Using Plan A... [2021-03-10T15:43:20.967Z] Hunk #1 succeeded at 73. [2021-03-10T15:43:20.967Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-10T15:43:20.967Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-10T15:43:20.967Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-10T15:43:20.967Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-10T15:43:20.967Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-10T15:43:20.967Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-10T15:43:20.967Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-10T15:43:20.967Z] Hmm... Ignoring the trailing garbage. [2021-03-10T15:43:20.967Z] done [2021-03-10T15:43:20.967Z] + sudo snapcraft prime --use-lxd [2021-03-10T15:43:21.538Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-10T15:43:21.538Z] 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-10T15:43:21.538Z] - README.md [2021-03-10T15:43:21.538Z] - snapcraft.yaml.orig [2021-03-10T15:43:21.538Z] [2021-03-10T15:43:21.538Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-10T15:43:22.480Z] Launching a container. [2021-03-10T15:43:34.715Z] Waiting for container to be ready [2021-03-10T15:43:34.715Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-10T15:43:34.715Z] [2021-03-10T15:43:38.019Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-10T15:43:38.294Z] Waiting for network to be ready... [2021-03-10T15:43:38.865Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-10T15:43:38.865Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-10T15:43:39.126Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-10T15:43:39.126Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-10T15:43:39.388Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-10T15:43:39.649Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-10T15:43:39.649Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-10T15:43:39.649Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-10T15:43:39.649Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-10T15:43:39.649Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-10T15:43:39.649Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-10T15:43:39.649Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-10T15:43:39.649Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-10T15:43:39.649Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-10T15:43:39.649Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-10T15:43:39.649Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-10T15:43:39.649Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-10T15:43:39.649Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-10T15:43:39.909Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-10T15:43:39.909Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-10T15:43:40.169Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-10T15:43:40.169Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-10T15:43:40.169Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-10T15:43:40.169Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-10T15:43:40.169Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-10T15:43:40.169Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-10T15:43:40.430Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-10T15:43:42.974Z] Fetched 24.0 MB in 4s (5526 kB/s) [2021-03-10T15:43:43.917Z] Reading package lists... [2021-03-10T15:43:43.917Z] Reading package lists... [2021-03-10T15:43:44.185Z] Building dependency tree... [2021-03-10T15:43:44.185Z] Reading state information... [2021-03-10T15:43:44.185Z] The following additional packages will be installed: [2021-03-10T15:43:44.185Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-10T15:43:44.185Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-10T15:43:44.185Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-10T15:43:44.185Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-10T15:43:44.185Z] Suggested packages: [2021-03-10T15:43:44.185Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-10T15:43:44.185Z] Recommended packages: [2021-03-10T15:43:44.185Z] gnupg libsasl2-modules [2021-03-10T15:43:44.446Z] The following NEW packages will be installed: [2021-03-10T15:43:44.446Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-10T15:43:44.446Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-10T15:43:44.446Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-10T15:43:44.446Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-10T15:43:44.446Z] The following packages will be upgraded: [2021-03-10T15:43:44.446Z] gpg gpg-agent gpgconf libudev1 [2021-03-10T15:43:44.446Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-10T15:43:44.446Z] Need to get 3530 kB of archives. [2021-03-10T15:43:44.446Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-10T15:43:44.446Z] 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-10T15:43:44.446Z] 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-10T15:43:44.446Z] 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-10T15:43:44.446Z] 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-10T15:43:44.446Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-10T15:43:44.708Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-10T15:43:45.282Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-10T15:43:45.282Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-10T15:43:45.282Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-10T15:43:45.282Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-10T15:43:45.282Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-10T15:43:45.282Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-10T15:43:45.282Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-10T15:43:45.282Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-10T15:43:45.282Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-10T15:43:45.282Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-10T15:43:45.282Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-10T15:43:45.282Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-10T15:43:45.282Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-10T15:43:45.282Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-10T15:43:45.282Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-10T15:43:45.282Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-10T15:43:45.543Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:43:45.543Z] Fetched 3530 kB in 1s (3435 kB/s) [2021-03-10T15:43:45.543Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-10T15:43:45.543Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-10T15:43:45.543Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T15:43:45.802Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-10T15:43:45.802Z] Selecting previously unselected package udev. [2021-03-10T15:43:45.802Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-10T15:43:45.802Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-10T15:43:45.802Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-10T15:43:46.062Z] Selecting previously unselected package libfuse2:amd64. [2021-03-10T15:43:46.062Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-10T15:43:46.062Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-10T15:43:46.062Z] Selecting previously unselected package fuse. [2021-03-10T15:43:46.062Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-10T15:43:46.062Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-10T15:43:46.322Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T15:43:46.322Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T15:43:46.322Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T15:43:46.322Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T15:43:46.583Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T15:43:46.583Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T15:43:46.583Z] Selecting previously unselected package libksba8:amd64. [2021-03-10T15:43:46.583Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-10T15:43:46.583Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-10T15:43:46.843Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-10T15:43:46.843Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:43:46.844Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:46.844Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-10T15:43:46.844Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:43:46.844Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:46.844Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-10T15:43:46.844Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:43:46.844Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:47.103Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-10T15:43:47.103Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:43:47.104Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:47.104Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-10T15:43:47.104Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:43:47.104Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:47.104Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-10T15:43:47.104Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:43:47.104Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:47.364Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-10T15:43:47.364Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:43:47.364Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:47.364Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-10T15:43:47.364Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:43:47.364Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:47.364Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-10T15:43:47.364Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:43:47.364Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:47.624Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-10T15:43:47.624Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-10T15:43:47.624Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T15:43:47.624Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-10T15:43:47.624Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-10T15:43:47.624Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T15:43:47.624Z] Selecting previously unselected package libldap-common. [2021-03-10T15:43:47.624Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-10T15:43:47.624Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T15:43:47.884Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-10T15:43:47.884Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-10T15:43:47.884Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T15:43:47.884Z] Selecting previously unselected package dirmngr. [2021-03-10T15:43:47.884Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T15:43:47.884Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-10T15:43:48.143Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T15:43:48.143Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-10T15:43:48.143Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-10T15:43:48.143Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T15:43:48.143Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T15:43:48.143Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-10T15:43:48.143Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:48.403Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-10T15:43:48.403Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T15:43:48.403Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-10T15:43:48.663Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T15:43:48.924Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:48.924Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-10T15:43:48.924Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-10T15:43:48.924Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-10T15:43:48.924Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:48.924Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:49.186Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:49.186Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:49.186Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:49.186Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:49.186Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:43:49.186Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T15:43:49.186Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-10T15:43:49.186Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T15:43:49.758Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-10T15:43:49.759Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-10T15:43:49.759Z] This means they are not meant to be enabled using systemctl. [2021-03-10T15:43:49.759Z] Possible reasons for having this kind of units are: [2021-03-10T15:43:49.759Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-10T15:43:49.759Z] .wants/ or .requires/ directory. [2021-03-10T15:43:49.759Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-10T15:43:49.759Z] a requirement dependency on it. [2021-03-10T15:43:49.759Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-10T15:43:49.759Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-10T15:43:49.759Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-10T15:43:49.759Z] instance name specified. [2021-03-10T15:43:50.019Z] Reading package lists... [2021-03-10T15:43:50.280Z] Building dependency tree... [2021-03-10T15:43:50.280Z] Reading state information... [2021-03-10T15:43:50.280Z] The following additional packages will be installed: [2021-03-10T15:43:50.280Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-10T15:43:50.280Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-10T15:43:50.280Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-10T15:43:50.280Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-10T15:43:50.280Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-10T15:43:50.280Z] Suggested packages: [2021-03-10T15:43:50.280Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-10T15:43:50.280Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-10T15:43:50.280Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-10T15:43:50.280Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-10T15:43:50.280Z] systemd-container policykit-1 [2021-03-10T15:43:50.280Z] Recommended packages: [2021-03-10T15:43:50.280Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-10T15:43:50.280Z] The following NEW packages will be installed: [2021-03-10T15:43:50.280Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-10T15:43:50.280Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-10T15:43:50.280Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-10T15:43:50.280Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-10T15:43:50.280Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-10T15:43:50.280Z] The following packages will be upgraded: [2021-03-10T15:43:50.280Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-10T15:43:50.540Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-10T15:43:50.540Z] Need to get 35.2 MB of archives. [2021-03-10T15:43:50.540Z] After this operation, 141 MB of additional disk space will be used. [2021-03-10T15:43:50.540Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-10T15:43:50.540Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-10T15:43:51.110Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-10T15:43:51.370Z] 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-10T15:43:51.370Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-10T15:43:51.370Z] 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-10T15:43:51.370Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-10T15:43:51.370Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-10T15:43:51.370Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-10T15:43:51.370Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-10T15:43:51.370Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-10T15:43:51.370Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-10T15:43:51.370Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-10T15:43:51.370Z] 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-10T15:43:51.370Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-10T15:43:51.370Z] 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-10T15:43:51.370Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-10T15:43:51.631Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-10T15:43:51.632Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-10T15:43:51.632Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-10T15:43:51.632Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-10T15:43:51.632Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-10T15:43:51.632Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-10T15:43:51.632Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-10T15:43:51.632Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-10T15:43:51.632Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-10T15:43:51.632Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-10T15:43:51.632Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-10T15:43:51.892Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-10T15:43:51.892Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-10T15:43:53.274Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:43:53.275Z] Fetched 35.2 MB in 3s (14.0 MB/s) [2021-03-10T15:43:53.275Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T15:43:53.275Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-10T15:43:53.275Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T15:43:53.847Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-10T15:43:53.847Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T15:43:53.847Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-10T15:43:54.419Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T15:43:54.419Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-10T15:43:54.419Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-10T15:43:54.679Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-10T15:43:54.679Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T15:43:54.679Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-10T15:43:54.679Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-10T15:43:54.940Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-10T15:43:54.940Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-10T15:43:55.513Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-10T15:43:55.513Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-10T15:43:55.513Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-10T15:43:55.513Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-10T15:43:55.773Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-10T15:43:55.774Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T15:43:55.774Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:43:56.036Z] Selecting previously unselected package libexpat1:amd64. [2021-03-10T15:43:56.036Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-10T15:43:56.036Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-10T15:43:56.036Z] Selecting previously unselected package python3.6-minimal. [2021-03-10T15:43:56.036Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T15:43:56.036Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:43:56.297Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-10T15:43:56.297Z] Checking for services that may need to be restarted...done. [2021-03-10T15:43:56.558Z] Checking for services that may need to be restarted...done. [2021-03-10T15:43:56.558Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:43:56.558Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-10T15:43:56.558Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:43:57.130Z] Selecting previously unselected package python3-minimal. [2021-03-10T15:43:57.130Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-10T15:43:57.130Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-10T15:43:57.130Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-10T15:43:57.130Z] Selecting previously unselected package mime-support. [2021-03-10T15:43:57.130Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-10T15:43:57.130Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-10T15:43:57.130Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-10T15:43:57.130Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-10T15:43:57.130Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-10T15:43:57.390Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-10T15:43:57.390Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T15:43:57.390Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:43:57.650Z] Selecting previously unselected package python3.6. [2021-03-10T15:43:57.650Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T15:43:57.650Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:43:57.650Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-10T15:43:57.650Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-10T15:43:57.650Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-10T15:43:57.910Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-10T15:43:58.171Z] Selecting previously unselected package python3. [2021-03-10T15:43:58.171Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-10T15:43:58.171Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-10T15:43:58.171Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-10T15:43:58.171Z] Selecting previously unselected package multiarch-support. [2021-03-10T15:43:58.171Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T15:43:58.171Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-10T15:43:58.171Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-10T15:43:58.431Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-10T15:43:58.431Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-10T15:43:58.431Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-10T15:43:58.431Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-10T15:43:58.431Z] Selecting previously unselected package libbsd0:amd64. [2021-03-10T15:43:58.431Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-10T15:43:58.431Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-10T15:43:58.431Z] Selecting previously unselected package sudo. [2021-03-10T15:43:58.431Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-10T15:43:58.691Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-10T15:43:58.691Z] Selecting previously unselected package apparmor. [2021-03-10T15:43:58.691Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-10T15:43:58.691Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-10T15:43:58.951Z] Selecting previously unselected package libedit2:amd64. [2021-03-10T15:43:58.951Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-10T15:43:58.951Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-10T15:43:58.951Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-10T15:43:58.951Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T15:43:58.951Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:43:58.951Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-10T15:43:58.951Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T15:43:58.951Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:43:59.211Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-10T15:43:59.211Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-10T15:43:59.211Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-10T15:43:59.211Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-10T15:43:59.211Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T15:43:59.211Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:43:59.472Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-10T15:43:59.472Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T15:43:59.472Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:43:59.472Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-10T15:43:59.472Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-10T15:43:59.472Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-10T15:43:59.734Z] Selecting previously unselected package openssh-client. [2021-03-10T15:43:59.734Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-10T15:43:59.734Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-10T15:43:59.994Z] Selecting previously unselected package squashfs-tools. [2021-03-10T15:43:59.994Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-10T15:43:59.994Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-10T15:43:59.994Z] Selecting previously unselected package snapd. [2021-03-10T15:43:59.994Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-10T15:43:59.994Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-10T15:44:01.879Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:44:01.880Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:44:01.880Z] ---> e37ebf86976b [2021-03-10T15:44:01.880Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T15:44:01.880Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:44:01.880Z] Step 2/31 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:44:01.880Z] [2021-03-10T15:44:01.880Z] ---> e37ebf86976b [2021-03-10T15:44:01.880Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 3/31 : WORKDIR /edgex-go [2021-03-10T15:44:01.880Z] [2021-03-10T15:44:01.880Z] ---> e37ebf86976b [2021-03-10T15:44:01.880Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:44:01.880Z] [2021-03-10T15:44:01.880Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:44:01.880Z] ---> e37ebf86976b [2021-03-10T15:44:01.880Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T15:44:01.880Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:44:01.880Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:44:01.880Z] ---> e37ebf86976b [2021-03-10T15:44:01.880Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:44:01.880Z] ---> Running in 5993d4eb2f08 [2021-03-10T15:44:01.880Z] ---> Running in 470c5cd60f00 [2021-03-10T15:44:01.880Z] ---> Running in ec90409e4091 [2021-03-10T15:44:01.880Z] ---> Running in 7985d6b6e922 [2021-03-10T15:44:01.880Z] ---> Running in c34819f637a2 [2021-03-10T15:44:01.880Z] Removing intermediate container ec90409e4091 [2021-03-10T15:44:01.880Z] ---> b4831ec6637e [2021-03-10T15:44:01.880Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:44:01.880Z] Removing intermediate container c34819f637a2 [2021-03-10T15:44:01.880Z] ---> d344fe238bb6 [2021-03-10T15:44:01.880Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:44:01.880Z] Removing intermediate container 5993d4eb2f08 [2021-03-10T15:44:01.880Z] ---> 50d6baed510a [2021-03-10T15:44:01.880Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:44:01.880Z] Removing intermediate container 470c5cd60f00 [2021-03-10T15:44:01.880Z] ---> 6e8ebc15e49c [2021-03-10T15:44:01.880Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:44:01.880Z] Removing intermediate container 7985d6b6e922 [2021-03-10T15:44:01.880Z] ---> b4eadfc2f420 [2021-03-10T15:44:01.880Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:44:01.880Z] ---> Running in 13ec862bc6eb [2021-03-10T15:44:01.880Z] ---> Running in fa35678cc2ba [2021-03-10T15:44:01.880Z] ---> Running in c0ec56b73099 [2021-03-10T15:44:01.880Z] ---> Running in cb6a4df996d8 [2021-03-10T15:44:01.880Z] ---> Running in 89fb3a2b3352 [2021-03-10T15:44:01.880Z] Removing intermediate container 13ec862bc6eb [2021-03-10T15:44:01.880Z] ---> 4850fa1082f0 [2021-03-10T15:44:01.880Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T15:44:01.880Z] ---> Running in 71010889b389 [2021-03-10T15:44:01.880Z] Removing intermediate container cb6a4df996d8 [2021-03-10T15:44:01.880Z] ---> 0438c7d8225e [2021-03-10T15:44:01.880Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T15:44:01.880Z] Removing intermediate container fa35678cc2ba [2021-03-10T15:44:01.880Z] ---> f4fa8e3b2a88 [2021-03-10T15:44:01.880Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T15:44:01.880Z] ---> Running in b675e1bf85cb [2021-03-10T15:44:01.880Z] Removing intermediate container c0ec56b73099 [2021-03-10T15:44:01.880Z] ---> 27138de4a27f [2021-03-10T15:44:01.880Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T15:44:01.880Z] Removing intermediate container 89fb3a2b3352 [2021-03-10T15:44:01.880Z] ---> 33315969bc02 [2021-03-10T15:44:01.880Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T15:44:01.880Z] ---> Running in f5def2340844 [2021-03-10T15:44:01.880Z] ---> Running in 173ff38b3b51 [2021-03-10T15:44:01.880Z] ---> Running in 10dfb06d2c24 [2021-03-10T15:44:01.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:01.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:01.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:01.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:01.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:01.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:01.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:01.880Z] OK: 217 MiB in 51 packages [2021-03-10T15:44:01.906Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-10T15:44:01.906Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-10T15:44:02.166Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-10T15:44:02.166Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-10T15:44:02.166Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-10T15:44:02.166Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:44:02.166Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T15:44:02.427Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-10T15:44:02.427Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-10T15:44:02.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:02.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:02.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:02.782Z] OK: 217 MiB in 51 packages [2021-03-10T15:44:02.999Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-10T15:44:02.999Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-10T15:44:03.260Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-10T15:44:03.260Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:44:03.260Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:44:03.260Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:44:03.395Z] OK: 217 MiB in 51 packages [2021-03-10T15:44:03.395Z] Removing intermediate container 71010889b389 [2021-03-10T15:44:03.395Z] ---> 7dce60925968 [2021-03-10T15:44:03.395Z] Step 6/21 : COPY go.mod . [2021-03-10T15:44:03.677Z] OK: 217 MiB in 51 packages [2021-03-10T15:44:03.677Z] OK: 217 MiB in 51 packages [2021-03-10T15:44:03.834Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-10T15:44:03.834Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:44:03.834Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-10T15:44:03.834Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-10T15:44:03.834Z] running python rtupdate hooks for python3.6... [2021-03-10T15:44:03.834Z] running python post-rtupdate hooks for python3.6... [2021-03-10T15:44:04.097Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-10T15:44:04.676Z] Removing intermediate container b675e1bf85cb [2021-03-10T15:44:04.676Z] ---> 281f6de3d2b5 [2021-03-10T15:44:04.676Z] Step 6/22 : COPY go.mod . [2021-03-10T15:44:04.676Z] ---> 94549ce144f9 [2021-03-10T15:44:04.676Z] Step 7/21 : RUN go mod download [2021-03-10T15:44:04.968Z] ---> Running in 66d559502567 [2021-03-10T15:44:05.251Z] Removing intermediate container 173ff38b3b51 [2021-03-10T15:44:05.251Z] ---> 7806632ea103 [2021-03-10T15:44:05.251Z] Step 6/24 : COPY go.mod . [2021-03-10T15:44:05.526Z] Removing intermediate container f5def2340844 [2021-03-10T15:44:05.526Z] ---> 47ebf83d0d48 [2021-03-10T15:44:05.526Z] Step 6/23 : COPY go.mod . [2021-03-10T15:44:05.800Z] Removing intermediate container 10dfb06d2c24 [2021-03-10T15:44:05.800Z] ---> 25e311dace0b [2021-03-10T15:44:05.800Z] Step 6/31 : COPY go.mod . [2021-03-10T15:44:05.800Z] ---> 1a57d1f0e439 [2021-03-10T15:44:05.800Z] Step 7/22 : RUN go mod download [2021-03-10T15:44:06.077Z] ---> Running in 8269992e06a2 [2021-03-10T15:44:06.368Z] ---> eb063b664387 [2021-03-10T15:44:06.368Z] Step 7/24 : RUN go mod download [2021-03-10T15:44:06.645Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-10T15:44:06.645Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:44:06.645Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-10T15:44:06.645Z] Setting up snapd (2.48.3+18.04) ... [2021-03-10T15:44:06.653Z] ---> 35b5499b616f [2021-03-10T15:44:06.653Z] Step 7/23 : RUN go mod download [2021-03-10T15:44:06.653Z] ---> Running in d3c683e32b98 [2021-03-10T15:44:06.938Z] ---> 7c059c3b2152 [2021-03-10T15:44:06.938Z] Step 7/31 : RUN go mod download [2021-03-10T15:44:06.938Z] ---> Running in 00006ca53477 [2021-03-10T15:44:07.216Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-10T15:44:07.216Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-10T15:44:07.225Z] ---> Running in 9408f1b22a4b [2021-03-10T15:44:07.477Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-10T15:44:07.477Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-10T15:44:07.739Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-10T15:44:07.739Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-10T15:44:08.000Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-10T15:44:08.000Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-10T15:44:08.261Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-10T15:44:08.523Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-10T15:44:08.523Z] /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-10T15:44:08.523Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T15:44:08.523Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-10T15:44:09.225Z] Removing intermediate container 66d559502567 [2021-03-10T15:44:09.225Z] ---> c837c74a6b1f [2021-03-10T15:44:09.225Z] Step 8/21 : COPY . . [2021-03-10T15:44:09.467Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T15:44:09.467Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T15:44:09.728Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T15:44:10.223Z] Removing intermediate container 8269992e06a2 [2021-03-10T15:44:10.223Z] ---> cb35b5d973b6 [2021-03-10T15:44:10.223Z] Step 8/22 : COPY . . [2021-03-10T15:44:10.671Z] Reading package lists... [2021-03-10T15:44:10.933Z] Reading package lists... [2021-03-10T15:44:11.194Z] Building dependency tree... [2021-03-10T15:44:11.194Z] Reading state information... [2021-03-10T15:44:11.194Z] Calculating upgrade... [2021-03-10T15:44:11.455Z] The following packages will be upgraded: [2021-03-10T15:44:11.455Z] advancecomp base-files bash binutils binutils-common [2021-03-10T15:44:11.455Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-10T15:44:11.455Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-10T15:44:11.455Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-10T15:44:11.455Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-10T15:44:11.455Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-10T15:44:11.455Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-10T15:44:11.455Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-10T15:44:11.455Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-10T15:44:11.455Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-10T15:44:11.455Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-10T15:44:11.455Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-10T15:44:11.455Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-10T15:44:11.455Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-10T15:44:11.455Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-10T15:44:11.715Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T15:44:11.715Z] Need to get 63.8 MB of archives. [2021-03-10T15:44:11.715Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-10T15:44:11.715Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-10T15:44:11.715Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-10T15:44:12.287Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-10T15:44:12.287Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-10T15:44:12.287Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-10T15:44:12.287Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-10T15:44:12.287Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-10T15:44:12.287Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-10T15:44:12.287Z] 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-10T15:44:12.287Z] 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-10T15:44:12.287Z] 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-10T15:44:12.287Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-10T15:44:12.287Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-10T15:44:12.287Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-10T15:44:12.287Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-10T15:44:12.287Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-10T15:44:12.548Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-10T15:44:12.549Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-10T15:44:12.549Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-10T15:44:12.549Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-10T15:44:12.549Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-10T15:44:12.549Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-10T15:44:12.549Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-10T15:44:12.549Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-10T15:44:12.549Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-10T15:44:12.549Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-10T15:44:12.549Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-10T15:44:12.549Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-10T15:44:12.549Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-10T15:44:12.549Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-10T15:44:12.549Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-10T15:44:12.549Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-10T15:44:12.549Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-10T15:44:12.549Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-10T15:44:12.549Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-10T15:44:12.549Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-10T15:44:12.549Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-10T15:44:12.549Z] Get:38 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-10T15:44:12.549Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-10T15:44:12.549Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-10T15:44:12.549Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-10T15:44:12.809Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-10T15:44:12.809Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-10T15:44:12.809Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-10T15:44:12.809Z] Get:45 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-10T15:44:12.809Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-10T15:44:12.809Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-10T15:44:12.809Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-10T15:44:12.809Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-10T15:44:12.809Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-10T15:44:12.809Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-10T15:44:12.809Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-10T15:44:12.809Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-10T15:44:12.809Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-10T15:44:12.809Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-10T15:44:12.809Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-10T15:44:12.809Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-10T15:44:12.809Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-10T15:44:12.809Z] Get:59 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-10T15:44:12.809Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-10T15:44:12.809Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-10T15:44:12.809Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-10T15:44:12.809Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-10T15:44:12.809Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-10T15:44:13.069Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-10T15:44:13.069Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-10T15:44:13.069Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-10T15:44:13.069Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-10T15:44:13.069Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-10T15:44:13.069Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-10T15:44:13.069Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-10T15:44:13.069Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-10T15:44:13.069Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-10T15:44:13.069Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-10T15:44:13.069Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-10T15:44:13.069Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-10T15:44:13.069Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-10T15:44:13.069Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-10T15:44:13.069Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-10T15:44:13.069Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-10T15:44:13.069Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-10T15:44:13.069Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-10T15:44:13.329Z] Get:83 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-10T15:44:13.329Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-10T15:44:13.329Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-10T15:44:13.329Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-10T15:44:13.329Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-10T15:44:13.329Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-10T15:44:13.329Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-10T15:44:13.329Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-10T15:44:13.615Z] Removing intermediate container d3c683e32b98 [2021-03-10T15:44:13.615Z] ---> ff547fc7a2cb [2021-03-10T15:44:13.615Z] Step 8/24 : COPY . . [2021-03-10T15:44:13.615Z] Removing intermediate container 00006ca53477 [2021-03-10T15:44:13.615Z] ---> 1fc18023f1db [2021-03-10T15:44:13.615Z] Step 8/23 : COPY . . [2021-03-10T15:44:13.901Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-10T15:44:14.163Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-10T15:44:14.163Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-10T15:44:14.212Z] Removing intermediate container 9408f1b22a4b [2021-03-10T15:44:14.212Z] ---> 122f2ad79727 [2021-03-10T15:44:14.212Z] Step 8/31 : COPY . . [2021-03-10T15:44:14.426Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-10T15:44:14.689Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-10T15:44:14.689Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-10T15:44:14.689Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-10T15:44:14.689Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-10T15:44:14.689Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-10T15:44:14.953Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:44:14.953Z] Fetched 63.8 MB in 3s (19.6 MB/s) [2021-03-10T15:44:14.953Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:14.953Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T15:44:14.953Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T15:44:15.526Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T15:44:15.526Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T15:44:15.795Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-10T15:44:15.795Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-10T15:44:16.743Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:16.743Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:44:16.743Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:16.743Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:44:16.743Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:16.743Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:44:17.006Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:17.006Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:44:17.006Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:17.006Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:44:17.268Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:17.268Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:44:17.268Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:17.268Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:44:17.534Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:44:17.534Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T15:44:17.534Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:17.534Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-10T15:44:17.796Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:44:17.796Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T15:44:17.796Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:17.796Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:44:18.055Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:18.055Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:44:18.055Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:18.055Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:44:18.314Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:44:18.314Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T15:44:18.314Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T15:44:18.575Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T15:44:19.145Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-10T15:44:19.145Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T15:44:19.145Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-10T15:44:19.145Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-10T15:44:19.145Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-10T15:44:19.406Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-10T15:44:19.667Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-10T15:44:19.667Z] Installing new version of config file /etc/issue ... [2021-03-10T15:44:19.667Z] Installing new version of config file /etc/issue.net ... [2021-03-10T15:44:19.667Z] Installing new version of config file /etc/lsb-release ... [2021-03-10T15:44:19.667Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-10T15:44:19.928Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-10T15:44:19.928Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-10T15:44:19.928Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-10T15:44:20.189Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:20.189Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-10T15:44:20.189Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-10T15:44:20.449Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-10T15:44:20.449Z] 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-10T15:44:20.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:20.449Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:44:20.449Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-10T15:44:20.710Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:44:20.710Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:20.710Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-10T15:44:20.710Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-10T15:44:20.710Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-10T15:44:20.971Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:20.971Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-10T15:44:20.971Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T15:44:21.234Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-10T15:44:21.234Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:21.234Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T15:44:21.234Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T15:44:21.495Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T15:44:21.495Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:21.495Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T15:44:21.495Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T15:44:21.756Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-10T15:44:21.756Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:21.756Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-10T15:44:21.756Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-10T15:44:22.017Z] Setting up grep (3.1-2build1) ... [2021-03-10T15:44:22.017Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:22.017Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-10T15:44:22.017Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-10T15:44:22.278Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-10T15:44:22.278Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:22.278Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T15:44:22.278Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T15:44:22.539Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-10T15:44:22.539Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:22.539Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T15:44:22.539Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T15:44:23.110Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T15:44:23.110Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T15:44:23.110Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T15:44:23.371Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T15:44:23.942Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-10T15:44:23.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:23.942Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-10T15:44:23.942Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T15:44:24.882Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-10T15:44:24.882Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-10T15:44:25.148Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-10T15:44:25.148Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-10T15:44:25.148Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-10T15:44:25.408Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:25.408Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-10T15:44:25.408Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-10T15:44:25.408Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-10T15:44:25.668Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:25.668Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:44:25.668Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:44:25.668Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:44:25.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:25.930Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:44:25.930Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:44:25.930Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:44:26.191Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:26.191Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:44:26.191Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:44:26.191Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:44:26.191Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:26.191Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:44:26.191Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:44:26.452Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:44:26.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:26.452Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T15:44:26.452Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T15:44:26.712Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T15:44:26.712Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T15:44:26.712Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T15:44:26.974Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:26.974Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T15:44:26.974Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T15:44:26.974Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T15:44:27.239Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:27.239Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:44:27.239Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:44:27.240Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:44:27.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:27.500Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:44:27.500Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:44:27.500Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:44:27.761Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:27.761Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:44:27.761Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:44:28.332Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:44:28.592Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-10T15:44:28.853Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-10T15:44:28.853Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:28.853Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T15:44:28.853Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T15:44:29.112Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T15:44:29.377Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:44:29.377Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-10T15:44:29.377Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T15:44:29.638Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-10T15:44:29.638Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:29.638Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-10T15:44:29.638Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-10T15:44:29.899Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-10T15:44:30.161Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:30.161Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-10T15:44:30.161Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-10T15:44:30.161Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-10T15:44:30.422Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:30.422Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-10T15:44:30.422Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-10T15:44:30.422Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-10T15:44:30.683Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:30.683Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T15:44:30.683Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T15:44:30.683Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T15:44:30.945Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:30.945Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T15:44:30.945Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T15:44:30.945Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T15:44:31.206Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:31.206Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T15:44:31.206Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T15:44:31.466Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T15:44:31.727Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:31.727Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:44:31.727Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:44:31.988Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-10T15:44:31.988Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T15:44:31.988Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T15:44:31.988Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T15:44:32.249Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T15:44:32.249Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:32.249Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-10T15:44:32.249Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-10T15:44:32.509Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-10T15:44:32.509Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:32.509Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-10T15:44:32.509Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T15:44:32.770Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T15:44:33.031Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:33.031Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T15:44:33.031Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T15:44:33.031Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T15:44:33.292Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:33.293Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-10T15:44:33.293Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-10T15:44:33.554Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-10T15:44:33.554Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:33.554Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-10T15:44:33.816Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-10T15:44:34.078Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-10T15:44:34.078Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:34.078Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T15:44:34.338Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T15:44:34.338Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-10T15:44:34.338Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:34.338Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-10T15:44:34.599Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-10T15:44:34.599Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-10T15:44:34.599Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:34.599Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-10T15:44:34.859Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-10T15:44:34.859Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-10T15:44:34.859Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:34.859Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-10T15:44:34.859Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-10T15:44:35.121Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-10T15:44:35.121Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:35.121Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-10T15:44:35.121Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-10T15:44:35.382Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-10T15:44:35.382Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:35.382Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-10T15:44:35.382Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-10T15:44:35.643Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-10T15:44:35.643Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:44:35.643Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-10T15:44:35.643Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-10T15:44:35.643Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-10T15:44:35.904Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-10T15:44:35.904Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-10T15:44:35.904Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-10T15:44:36.165Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-10T15:44:36.165Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-10T15:44:36.426Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-10T15:44:36.426Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-10T15:44:36.997Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-10T15:44:36.997Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-10T15:44:37.257Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-10T15:44:37.257Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-10T15:44:37.257Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-10T15:44:37.518Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-10T15:44:37.518Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-10T15:44:37.518Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-10T15:44:37.787Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-10T15:44:37.787Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-10T15:44:37.787Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-10T15:44:37.787Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-10T15:44:38.047Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-10T15:44:38.047Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-10T15:44:38.047Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-10T15:44:38.047Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-10T15:44:38.308Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-10T15:44:38.308Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-10T15:44:39.248Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-10T15:44:39.248Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-10T15:44:39.248Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-10T15:44:39.248Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-10T15:44:39.248Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T15:44:39.248Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T15:44:39.508Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T15:44:39.508Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T15:44:39.769Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T15:44:39.769Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T15:44:39.769Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T15:44:39.769Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T15:44:40.029Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:40.029Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:44:40.029Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:40.029Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:44:40.290Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:40.290Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:44:40.290Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:40.290Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:44:41.075Z] ---> 97213e6b7c52 [2021-03-10T15:44:41.075Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T15:44:41.075Z] ---> 1b85eeaf8917 [2021-03-10T15:44:41.075Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T15:44:41.075Z] ---> 54d9d7d9b104 [2021-03-10T15:44:41.075Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T15:44:41.075Z] ---> a31536162623 [2021-03-10T15:44:41.075Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T15:44:41.075Z] ---> 4574e41e96b9 [2021-03-10T15:44:41.075Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T15:44:41.075Z] ---> Running in aba489e731d0 [2021-03-10T15:44:41.075Z] ---> Running in a937c51782d4 [2021-03-10T15:44:41.075Z] ---> Running in 3a9c2b0b6a87 [2021-03-10T15:44:41.075Z] ---> Running in 3a4b2e35613d [2021-03-10T15:44:41.075Z] ---> Running in 816a27d7cc66 [2021-03-10T15:44:41.235Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:41.235Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:44:42.175Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:42.175Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:44:42.532Z] 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-10T15:44:42.745Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:42.745Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:44:42.809Z] 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-10T15:44:42.809Z] 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-10T15:44:43.088Z] 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-10T15:44:43.088Z] 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-10T15:44:43.315Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:43.315Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:44:43.888Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:44:43.888Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:44:44.149Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T15:44:44.149Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T15:44:44.149Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-10T15:44:44.149Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T15:44:44.409Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-10T15:44:44.409Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T15:44:44.409Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-10T15:44:44.670Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-10T15:44:44.670Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T15:44:44.670Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T15:44:44.930Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T15:44:44.930Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T15:44:44.930Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-10T15:44:44.930Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-10T15:44:45.190Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:44:45.190Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T15:44:45.190Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:44:45.190Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:44:45.190Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:44:45.190Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-10T15:44:45.453Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-10T15:44:45.453Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-10T15:44:45.453Z] [2021-03-10T15:44:45.453Z] Current default time zone: 'Etc/UTC' [2021-03-10T15:44:45.453Z] Local time is now: Wed Mar 10 15:44:45 UTC 2021. [2021-03-10T15:44:45.453Z] Universal Time is now: Wed Mar 10 15:44:45 UTC 2021. [2021-03-10T15:44:45.453Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-10T15:44:45.453Z] [2021-03-10T15:44:45.714Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-10T15:44:45.714Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:44:45.714Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-10T15:44:45.714Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:44:45.714Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-10T15:44:45.714Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-10T15:44:45.714Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-10T15:44:45.714Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-10T15:44:45.714Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-10T15:44:45.714Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-10T15:44:45.714Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:44:45.714Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-10T15:44:45.976Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:44:45.976Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-10T15:44:45.976Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:44:45.976Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-10T15:44:46.237Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-10T15:44:46.237Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-10T15:44:46.237Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-10T15:44:46.237Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-10T15:44:46.237Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-10T15:44:46.237Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-10T15:44:46.237Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-10T15:44:48.152Z] Updating certificates in /etc/ssl/certs... [2021-03-10T15:44:49.090Z] 23 added, 27 removed; done. [2021-03-10T15:44:49.090Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-10T15:44:49.090Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:44:49.090Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-10T15:44:49.090Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-10T15:44:49.090Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-10T15:44:49.090Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:44:49.350Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-10T15:44:49.350Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:44:49.350Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:44:49.350Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:44:49.350Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:44:49.350Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:44:49.350Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-10T15:44:49.350Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-10T15:44:49.611Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-10T15:44:49.611Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-10T15:44:49.611Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-10T15:44:49.611Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:44:49.611Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:44:49.611Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-10T15:44:49.611Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-10T15:44:49.871Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-10T15:44:49.871Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T15:44:49.871Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-10T15:44:49.871Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-10T15:44:49.871Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-10T15:44:49.871Z] Updating certificates in /etc/ssl/certs... [2021-03-10T15:44:50.451Z] 0 added, 0 removed; done. [2021-03-10T15:44:50.451Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-10T15:44:50.451Z] done. [2021-03-10T15:44:51.020Z] Reading package lists... [2021-03-10T15:44:51.280Z] Building dependency tree... [2021-03-10T15:44:51.280Z] Reading state information... [2021-03-10T15:44:51.280Z] The following NEW packages will be installed: [2021-03-10T15:44:51.280Z] apt-transport-https [2021-03-10T15:44:51.541Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T15:44:51.541Z] Need to get 1696 B of archives. [2021-03-10T15:44:51.541Z] After this operation, 153 kB of additional disk space will be used. [2021-03-10T15:44:51.541Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-10T15:44:51.803Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:44:51.803Z] Fetched 1696 B in 0s (9535 B/s) [2021-03-10T15:44:51.803Z] Selecting previously unselected package apt-transport-https. [2021-03-10T15:44:51.803Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-10T15:44:51.803Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-10T15:44:51.803Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-10T15:44:51.803Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-10T15:44:52.064Z] Waiting for network to be ready... [2021-03-10T15:44:58.660Z] 2021-03-10T15:44:56Z INFO Waiting for automatic snapd restart... [2021-03-10T15:44:59.602Z] snapd 2.49 from Canonical* installed [2021-03-10T15:45:00.543Z] "snapd" switched to the "latest/stable" channel [2021-03-10T15:45:00.543Z] [2021-03-10T15:45:03.106Z] core18 20210128 from Canonical* installed [2021-03-10T15:45:03.368Z] "core18" switched to the "latest/stable" channel [2021-03-10T15:45:03.368Z] [2021-03-10T15:45:06.681Z] snapcraft 4.5.4 from Canonical* installed [2021-03-10T15:45:06.681Z] "snapcraft" switched to the "latest/stable" channel [2021-03-10T15:45:06.681Z] [2021-03-10T15:45:10.705Z] 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-10T15:45:10.705Z] - README.md [2021-03-10T15:45:10.705Z] - snapcraft.yaml.orig [2021-03-10T15:45:10.705Z] [2021-03-10T15:45:10.705Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-10T15:45:17.292Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T15:45:17.292Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T15:45:17.292Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T15:45:17.292Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T15:45:18.236Z] Reading package lists... [2021-03-10T15:45:18.498Z] 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-10T15:45:25.092Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T15:45:25.092Z] Reading package lists... [2021-03-10T15:45:25.092Z] Building dependency tree... [2021-03-10T15:45:25.092Z] Reading state information... [2021-03-10T15:45:25.092Z] Suggested packages: [2021-03-10T15:45:25.092Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-10T15:45:25.092Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-10T15:45:25.092Z] Recommended packages: [2021-03-10T15:45:25.092Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-10T15:45:25.092Z] The following NEW packages will be installed: [2021-03-10T15:45:25.092Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-10T15:45:25.092Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-10T15:45:25.092Z] pkg-config zip [2021-03-10T15:45:25.354Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T15:45:25.354Z] Need to get 7658 kB of archives. [2021-03-10T15:45:25.354Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-10T15:45:25.354Z] 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-10T15:45:25.354Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-10T15:45:25.615Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-10T15:45:25.615Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-10T15:45:25.877Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-10T15:45:25.877Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-10T15:45:26.139Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-10T15:45:26.139Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-10T15:45:26.403Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-10T15:45:26.403Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-10T15:45:26.403Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-10T15:45:26.663Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-10T15:45:26.663Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-10T15:45:26.925Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-10T15:45:26.925Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-10T15:45:27.186Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:45:27.186Z] Fetched 7658 kB in 2s (4136 kB/s) [2021-03-10T15:45:27.186Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-10T15:45:27.186Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-10T15:45:27.186Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-10T15:45:27.186Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-10T15:45:27.447Z] Selecting previously unselected package libpsl5:amd64. [2021-03-10T15:45:27.447Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-10T15:45:27.447Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-10T15:45:27.447Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-10T15:45:27.447Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-10T15:45:27.447Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-10T15:45:27.708Z] Selecting previously unselected package librtmp1:amd64. [2021-03-10T15:45:27.708Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-10T15:45:27.708Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-10T15:45:27.708Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-10T15:45:27.708Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-10T15:45:27.708Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-10T15:45:27.708Z] Selecting previously unselected package liberror-perl. [2021-03-10T15:45:27.708Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-10T15:45:27.708Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-10T15:45:27.968Z] Selecting previously unselected package git-man. [2021-03-10T15:45:27.968Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-10T15:45:27.968Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-10T15:45:27.968Z] Selecting previously unselected package git. [2021-03-10T15:45:27.968Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-10T15:45:27.968Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-10T15:45:28.907Z] Selecting previously unselected package libnorm1:amd64. [2021-03-10T15:45:28.907Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-10T15:45:28.907Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-10T15:45:28.907Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-10T15:45:28.907Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-10T15:45:28.907Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-10T15:45:28.907Z] Selecting previously unselected package libsodium23:amd64. [2021-03-10T15:45:28.907Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-10T15:45:29.166Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-10T15:45:29.166Z] Selecting previously unselected package libzmq5:amd64. [2021-03-10T15:45:29.166Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-10T15:45:29.166Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T15:45:29.166Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-10T15:45:29.166Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-10T15:45:29.166Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T15:45:29.426Z] Selecting previously unselected package pkg-config. [2021-03-10T15:45:29.426Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-10T15:45:29.426Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-10T15:45:29.426Z] Selecting previously unselected package zip. [2021-03-10T15:45:29.426Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-10T15:45:29.426Z] Unpacking zip (3.0-11build1) ... [2021-03-10T15:45:29.687Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-10T15:45:29.687Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-10T15:45:29.687Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-10T15:45:29.687Z] Setting up liberror-perl (0.17025-1) ... [2021-03-10T15:45:29.687Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-10T15:45:29.687Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-10T15:45:29.687Z] No schema files found: doing nothing. [2021-03-10T15:45:29.687Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-10T15:45:29.947Z] Setting up zip (3.0-11build1) ... [2021-03-10T15:45:29.947Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-10T15:45:29.947Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-10T15:45:29.947Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-10T15:45:29.947Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T15:45:29.947Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-10T15:45:29.947Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T15:45:29.947Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-10T15:45:29.947Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T15:45:36.533Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T15:45:36.796Z] git set to automatically installed. [2021-03-10T15:45:36.796Z] git-man set to automatically installed. [2021-03-10T15:45:36.796Z] libcurl3-gnutls set to automatically installed. [2021-03-10T15:45:36.796Z] liberror-perl set to automatically installed. [2021-03-10T15:45:36.796Z] libglib2.0-0 set to automatically installed. [2021-03-10T15:45:36.796Z] libnghttp2-14 set to automatically installed. [2021-03-10T15:45:36.796Z] libnorm1 set to automatically installed. [2021-03-10T15:45:36.796Z] libpgm-5.2-0 set to automatically installed. [2021-03-10T15:45:36.796Z] libpsl5 set to automatically installed. [2021-03-10T15:45:36.796Z] librtmp1 set to automatically installed. [2021-03-10T15:45:36.796Z] libsodium23 set to automatically installed. [2021-03-10T15:45:36.796Z] libzmq3-dev set to automatically installed. [2021-03-10T15:45:36.796Z] libzmq5 set to automatically installed. [2021-03-10T15:45:36.796Z] pkg-config set to automatically installed. [2021-03-10T15:45:36.796Z] zip set to automatically installed. [2021-03-10T15:45:38.180Z] snapd is not logged in, snap install commands will use sudo [2021-03-10T15:45:44.765Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T15:45:44.765Z] snap "core18" has no updates available [2021-03-10T15:45:45.337Z] Pulling config-common [2021-03-10T15:45:45.337Z] + snapcraftctl pull [2021-03-10T15:45:46.720Z] Pulling go-build-helper [2021-03-10T15:45:46.720Z] + snapcraftctl pull [2021-03-10T15:46:08.702Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-10T15:46:08.702Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-10T15:46:08.702Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-10T15:46:08.702Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-10T15:46:08.702Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-10T15:46:08.702Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-10T15:46:08.702Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-10T15:46:08.702Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-10T15:46:08.702Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-10T15:46:08.702Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-10T15:46:08.702Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-10T15:46:08.702Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-10T15:46:08.702Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-10T15:46:08.702Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-10T15:46:08.702Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-10T15:46:08.702Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-10T15:46:08.702Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-10T15:46:08.702Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-10T15:46:08.702Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-10T15:46:08.702Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-10T15:46:08.702Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-10T15:46:08.702Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-10T15:46:08.702Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-10T15:46:08.702Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-10T15:46:08.702Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-10T15:46:08.702Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-10T15:46:08.702Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-10T15:46:08.702Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-10T15:46:08.702Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-10T15:46:08.702Z] Fetched 279 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-10T15:46:08.702Z] Fetched 122 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-10T15:46:08.702Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-10T15:46:08.702Z] Fetched 8848 B in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-10T15:46:08.702Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-10T15:46:08.702Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-10T15:46:08.702Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-10T15:46:08.702Z] Fetched 214 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-10T15:46:08.702Z] Fetched 154 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-10T15:46:08.702Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-10T15:46:08.702Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-10T15:46:08.702Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-10T15:46:08.702Z] Fetched 499 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-10T15:46:08.702Z] Fetched 111 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-10T15:46:08.702Z] Fetched 240 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-10T15:46:08.702Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-10T15:46:08.702Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-10T15:46:08.702Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-10T15:46:08.703Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-10T15:46:08.703Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-10T15:46:08.703Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-10T15:46:08.703Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-10T15:46:08.703Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-10T15:46:08.703Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-10T15:46:08.703Z] Fetched 8720 B in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-10T15:46:08.703Z] Fetched 137 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-10T15:46:08.703Z] Fetched 119 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-10T15:46:08.703Z] Fetched 109 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-10T15:46:08.703Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-10T15:46:08.703Z] Fetched 645 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-10T15:46:08.703Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-10T15:46:08.703Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-10T15:46:08.703Z] Fetched 368 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-10T15:46:08.703Z] Fetched 187 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-10T15:46:08.703Z] Fetched 175 kB in 0s (0 B/s) [2021-03-10T15:46:08.703Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-10T15:46:11.248Z] Fetched 206 kB in 0s (0 B/s) [2021-03-10T15:46:11.248Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-10T15:46:11.248Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-10T15:46:11.248Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-10T15:46:11.248Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-10T15:46:11.248Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-10T15:46:11.248Z] Fetched 159 kB in 0s (0 B/s) [2021-03-10T15:46:11.248Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-10T15:46:11.248Z] Fetched 107 kB in 0s (0 B/s) [2021-03-10T15:46:11.248Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-10T15:46:11.248Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-10T15:46:11.248Z] Pulling static-packages [2021-03-10T15:46:11.248Z] + snapcraftctl pull [2021-03-10T15:46:11.818Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-10T15:46:11.818Z] Skipping pull go-build-helper (already ran) [2021-03-10T15:46:11.818Z] Skipping pull static-packages (already ran) [2021-03-10T15:46:11.818Z] Building go-build-helper [2021-03-10T15:46:11.818Z] + snapcraftctl build [2021-03-10T15:46:16.022Z] Building static-packages [2021-03-10T15:46:16.022Z] + snapcraftctl build [2021-03-10T15:46:17.408Z] Staging go-build-helper [2021-03-10T15:46:17.408Z] + snapcraftctl stage [2021-03-10T15:46:17.978Z] Staging static-packages [2021-03-10T15:46:17.978Z] + snapcraftctl stage [2021-03-10T15:46:19.362Z] + snapcraftctl pull [2021-03-10T15:46:19.362Z] Pulling go115 [2021-03-10T15:46:19.933Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-10T15:46:19.933Z] Skipping pull go115 (already ran) [2021-03-10T15:46:19.933Z] Building go115 [2021-03-10T15:46:19.933Z] + dpkg --print-architecture [2021-03-10T15:46:19.933Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-10T15:46:19.933Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-10T15:46:19.933Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-10T15:46:19.933Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:46:19.933Z] Dload Upload Total Spent Left Speed [2021-03-10T15:46:23.390Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 7167k 0 0 16.4M 0 0:00:07 --:--:-- 0:00:07 16.4M 35 115M 35 40.4M 0 0 28.5M 0 0:00:04 0:00:01 0:00:03 28.5M 68 115M 68 78.7M 0 0 32.5M 0 0:00:03 0:00:02 0:00:01 32.5M 100 115M 100 115M 0 0 36.8M 0 0:00:03 0:00:03 --:--:-- 36.8M [2021-03-10T15:46:23.390Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-10T15:46:23.390Z] + sha256sum -c sha256 [2021-03-10T15:46:23.390Z] + grep OK [2021-03-10T15:46:23.651Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-10T15:46:23.651Z] + mkdir -p /root/stage/go1.15 [2021-03-10T15:46:23.651Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-10T15:46:27.869Z] Staging go115 [2021-03-10T15:46:27.869Z] + snapcraftctl stage [2021-03-10T15:46:33.163Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T15:46:33.163Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T15:46:33.163Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T15:46:33.163Z] Fetched 0 B in 0s (0 B/s) [2021-03-10T15:46:33.163Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-10T15:46:33.163Z] Fetched 224 kB in 0s (0 B/s) [2021-03-10T15:46:33.163Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-10T15:46:33.163Z] Fetched 157 kB in 0s (0 B/s) [2021-03-10T15:46:33.163Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-10T15:46:33.163Z] Fetched 221 kB in 0s (0 B/s) [2021-03-10T15:46:33.163Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-10T15:46:33.163Z] Fetched 143 kB in 0s (0 B/s) [2021-03-10T15:46:33.163Z] Pulling edgex-go [2021-03-10T15:46:33.163Z] + snapcraftctl pull [2021-03-10T15:46:34.105Z] Pulling version [2021-03-10T15:46:34.105Z] + cd /root/project [2021-03-10T15:46:34.105Z] + [ -f VERSION ] [2021-03-10T15:46:34.105Z] + PROJECT_VERSION=local-dev [2021-03-10T15:46:34.105Z] + git rev-parse --short HEAD [2021-03-10T15:46:34.105Z] + GIT_REVISION=b76b8277 [2021-03-10T15:46:34.105Z] + snapcraftctl set-version local-dev [2021-03-10T15:46:35.005Z] 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-10T15:46:35.005Z] 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-10T15:46:35.050Z] Building config-common [2021-03-10T15:46:35.050Z] + snapcraftctl build [2021-03-10T15:46:36.967Z] Skipping build go-build-helper (already ran) [2021-03-10T15:46:36.967Z] Skipping build static-packages (already ran) [2021-03-10T15:46:36.967Z] Skipping build go115 (already ran) [2021-03-10T15:46:36.967Z] Building edgex-go [2021-03-10T15:46:37.228Z] + 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-10T15:46:37.228Z] + cd /root/parts/edgex-go/src [2021-03-10T15:46:37.228Z] + make build [2021-03-10T15:46:37.228Z] 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-10T15:46:39.781Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-10T15:46:39.781Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-10T15:46:39.781Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 [2021-03-10T15:46:39.781Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-10T15:46:39.781Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-10T15:46:39.781Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-10T15:46:39.781Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-10T15:46:39.781Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-10T15:46:39.781Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-10T15:46:39.781Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-10T15:46:39.781Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-10T15:46:39.781Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-10T15:46:39.781Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-10T15:46:39.781Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-10T15:46:39.781Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:46:39.781Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-10T15:46:39.781Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-10T15:46:39.781Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:46:39.781Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-10T15:46:39.781Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-10T15:46:39.781Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-10T15:46:39.781Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-10T15:46:39.781Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-10T15:46:39.781Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-10T15:46:39.781Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-10T15:46:39.781Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:46:39.781Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-10T15:46:39.781Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-10T15:46:39.781Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-10T15:46:39.781Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-10T15:46:40.048Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-10T15:46:40.048Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-10T15:46:40.048Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-10T15:46:40.048Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-10T15:46:40.048Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-10T15:46:40.048Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-10T15:46:40.048Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-10T15:46:40.048Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-10T15:46:40.048Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-10T15:46:40.048Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:46:40.048Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-10T15:46:40.309Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-10T15:46:40.309Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:46:40.569Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-10T15:46:40.569Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-10T15:46:47.158Z] 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-10T15:46:47.158Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-10T15:46:47.486Z] Removing intermediate container 3a9c2b0b6a87 [2021-03-10T15:46:47.486Z] ---> 0ab42543ac85 [2021-03-10T15:46:47.486Z] [2021-03-10T15:46:47.486Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T15:46:47.486Z] 3.12: Pulling from library/alpine [2021-03-10T15:46:48.964Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T15:46:48.964Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T15:46:48.964Z] ---> d10569e2745f [2021-03-10T15:46:48.964Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T15:46:49.604Z] ---> Running in a7762da3d3d6 [2021-03-10T15:46:52.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:46:52.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:46:52.436Z] 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-10T15:46:53.286Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T15:46:53.375Z] 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-10T15:46:53.571Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:46:53.571Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T15:46:53.571Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T15:46:53.571Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T15:46:53.571Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:46:53.571Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:46:53.857Z] Removing intermediate container aba489e731d0 [2021-03-10T15:46:53.857Z] ---> ac496da3b67e [2021-03-10T15:46:53.857Z] [2021-03-10T15:46:53.857Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T15:46:53.857Z] ---> d10569e2745f [2021-03-10T15:46:53.857Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T15:46:54.145Z] OK: 7 MiB in 19 packages [2021-03-10T15:46:54.757Z] 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-10T15:46:54.764Z] ---> Running in 34a59314429a [2021-03-10T15:46:55.333Z] 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-10T15:46:55.333Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-10T15:46:55.333Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:46:55.333Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-10T15:46:55.333Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:46:57.243Z] 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-10T15:46:57.243Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-10T15:46:57.243Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-10T15:46:58.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:46:58.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:46:58.235Z] Removing intermediate container a7762da3d3d6 [2021-03-10T15:46:58.235Z] ---> 06fbe107cc45 [2021-03-10T15:46:58.235Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T15:46:58.622Z] 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-10T15:46:58.863Z] ---> Running in 24ce4d15e2d9 [2021-03-10T15:46:58.863Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T15:46:59.160Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:46:59.161Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T15:46:59.161Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T15:46:59.161Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:46:59.161Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:46:59.445Z] Removing intermediate container 3a4b2e35613d [2021-03-10T15:46:59.445Z] ---> 9eae942bfaa1 [2021-03-10T15:46:59.445Z] [2021-03-10T15:46:59.445Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T15:46:59.445Z] ---> d10569e2745f [2021-03-10T15:46:59.445Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T15:46:59.445Z] OK: 7 MiB in 18 packages [2021-03-10T15:46:59.567Z] 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-10T15:46:59.567Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-10T15:46:59.725Z] ---> Running in 1db8d23e9d43 [2021-03-10T15:47:00.004Z] Removing intermediate container 24ce4d15e2d9 [2021-03-10T15:47:00.004Z] ---> 4bf139db9873 [2021-03-10T15:47:00.004Z] Step 13/24 : WORKDIR / [2021-03-10T15:47:00.294Z] ---> Running in 5184f01a927f [2021-03-10T15:47:00.907Z] Removing intermediate container 1db8d23e9d43 [2021-03-10T15:47:00.907Z] ---> 8e1a3a55c3ee [2021-03-10T15:47:00.907Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T15:47:00.950Z] 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-10T15:47:01.197Z] Removing intermediate container 5184f01a927f [2021-03-10T15:47:01.197Z] ---> f481678b140c [2021-03-10T15:47:01.197Z] 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-10T15:47:01.483Z] ---> Running in 6a6f206ef6b2 [2021-03-10T15:47:01.892Z] 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-10T15:47:01.892Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-10T15:47:03.274Z] 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-10T15:47:03.275Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-10T15:47:03.507Z] Removing intermediate container 34a59314429a [2021-03-10T15:47:03.507Z] ---> 5b73f3583276 [2021-03-10T15:47:03.507Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T15:47:03.786Z] ---> fc5841f416f5 [2021-03-10T15:47:03.786Z] 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-10T15:47:03.786Z] ---> Running in 63477412ed6d [2021-03-10T15:47:04.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:04.878Z] Removing intermediate container 63477412ed6d [2021-03-10T15:47:04.878Z] ---> d5acb874e464 [2021-03-10T15:47:04.878Z] Step 13/21 : WORKDIR /edgex [2021-03-10T15:47:04.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:05.188Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-10T15:47:05.188Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-10T15:47:05.188Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-10T15:47:05.188Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-10T15:47:05.188Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-10T15:47:05.188Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-10T15:47:05.188Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-10T15:47:05.188Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-10T15:47:05.188Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-10T15:47:05.188Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-10T15:47:05.188Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-10T15:47:05.188Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-10T15:47:05.188Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-10T15:47:05.188Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-10T15:47:05.188Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-10T15:47:05.188Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-10T15:47:05.188Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-10T15:47:05.188Z] + 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-10T15:47:05.188Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-10T15:47:05.188Z] + 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-10T15:47:05.188Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-10T15:47:05.188Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-10T15:47:05.188Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-10T15:47:05.188Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-10T15:47:05.188Z] + 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-10T15:47:05.296Z] ---> Running in 64a7878b823a [2021-03-10T15:47:05.653Z] ---> 6c8e342a89f5 [2021-03-10T15:47:05.653Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T15:47:06.303Z] Removing intermediate container 64a7878b823a [2021-03-10T15:47:06.573Z] Building version [2021-03-10T15:47:06.573Z] + snapcraftctl build [2021-03-10T15:47:06.599Z] ---> 1418cf30bc4e [2021-03-10T15:47:06.599Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T15:47:06.599Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:47:06.599Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T15:47:06.599Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:47:06.599Z] OK: 5 MiB in 16 packages [2021-03-10T15:47:06.920Z] ---> 007230263c09 [2021-03-10T15:47:06.920Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T15:47:08.382Z] ---> eeb7dfd80afe [2021-03-10T15:47:08.382Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T15:47:08.483Z] Staging config-common [2021-03-10T15:47:08.483Z] + snapcraftctl stage [2021-03-10T15:47:09.391Z] ---> f5d21c001fcb [2021-03-10T15:47:09.391Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T15:47:09.429Z] Skipping stage go-build-helper (already ran) [2021-03-10T15:47:09.429Z] Skipping stage static-packages (already ran) [2021-03-10T15:47:09.429Z] Skipping stage go115 (already ran) [2021-03-10T15:47:09.429Z] Staging edgex-go [2021-03-10T15:47:09.429Z] + snapcraftctl stage [2021-03-10T15:47:09.676Z] Removing intermediate container 6a6f206ef6b2 [2021-03-10T15:47:09.676Z] ---> 605ac31f7332 [2021-03-10T15:47:09.676Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T15:47:10.303Z] ---> Running in 678d43e87990 [2021-03-10T15:47:10.370Z] Staging version [2021-03-10T15:47:10.370Z] + snapcraftctl stage [2021-03-10T15:47:10.913Z] ---> fbdb7238f575 [2021-03-10T15:47:10.913Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T15:47:11.189Z] Removing intermediate container 678d43e87990 [2021-03-10T15:47:11.189Z] ---> cec427f7b257 [2021-03-10T15:47:11.189Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T15:47:11.350Z] Priming config-common [2021-03-10T15:47:11.655Z] + snapcraftctl prime [2021-03-10T15:47:12.178Z] ---> Running in 79d12bbc1f7d [2021-03-10T15:47:12.178Z] ---> 6243e22cf68d [2021-03-10T15:47:12.457Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T15:47:12.693Z] Priming go-build-helper [2021-03-10T15:47:12.693Z] + snapcraftctl prime [2021-03-10T15:47:12.757Z] Removing intermediate container 79d12bbc1f7d [2021-03-10T15:47:12.757Z] ---> e4c4d464f386 [2021-03-10T15:47:12.757Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T15:47:13.399Z] ---> Running in acad36b29bb3 [2021-03-10T15:47:13.399Z] ---> a475d5a7ed86 [2021-03-10T15:47:13.399Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T15:47:13.710Z] Priming static-packages [2021-03-10T15:47:13.710Z] + snapcraftctl prime [2021-03-10T15:47:14.008Z] ---> Running in f038c933a5e2 [2021-03-10T15:47:14.008Z] ---> 4efdad5dad89 [2021-03-10T15:47:14.008Z] 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-10T15:47:14.289Z] ---> Running in 115499ab600b [2021-03-10T15:47:14.907Z] Removing intermediate container a937c51782d4 [2021-03-10T15:47:14.907Z] ---> 35a2dafbecbe [2021-03-10T15:47:14.907Z] [2021-03-10T15:47:14.907Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:47:14.907Z] ---> d10569e2745f [2021-03-10T15:47:14.907Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:47:15.194Z] Removing intermediate container f038c933a5e2 [2021-03-10T15:47:15.194Z] ---> 6ed6ffcb08f0 [2021-03-10T15:47:15.194Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T15:47:15.478Z] ---> Running in 07e35af0597f [2021-03-10T15:47:15.478Z] ---> Running in f4ecc66349db [2021-03-10T15:47:15.701Z] Priming go115 [2021-03-10T15:47:15.701Z] + snapcraftctl prime [2021-03-10T15:47:16.712Z] Priming edgex-go [2021-03-10T15:47:16.712Z] + snapcraftctl prime [2021-03-10T15:47:16.981Z] Removing intermediate container f4ecc66349db [2021-03-10T15:47:16.981Z] ---> 73690883d955 [2021-03-10T15:47:16.981Z] Step 19/21 : LABEL arch=arm64 [2021-03-10T15:47:17.267Z] ---> Running in b34d565a6fad [2021-03-10T15:47:17.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:17.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:18.158Z] Removing intermediate container b34d565a6fad [2021-03-10T15:47:18.158Z] ---> 1a8959092454 [2021-03-10T15:47:18.158Z] Step 20/21 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:47:18.199Z] Priming version [2021-03-10T15:47:18.199Z] + snapcraftctl prime [2021-03-10T15:47:18.431Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T15:47:18.431Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:47:18.431Z] Removing intermediate container acad36b29bb3 [2021-03-10T15:47:18.431Z] ---> 817b315824d5 [2021-03-10T15:47:18.431Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T15:47:18.431Z] OK: 5 MiB in 15 packages [2021-03-10T15:47:18.431Z] ---> Running in 4aa28e958ceb [2021-03-10T15:47:18.431Z] Removing intermediate container 115499ab600b [2021-03-10T15:47:18.431Z] ---> 8cfd7bb9a752 [2021-03-10T15:47:18.431Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T15:47:18.715Z] ---> Running in 5d6a481d7d8e [2021-03-10T15:47:18.715Z] ---> Running in 66e84923c1fb [2021-03-10T15:47:19.138Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-10T15:47:19.703Z] Removing intermediate container 4aa28e958ceb [2021-03-10T15:47:19.703Z] ---> eef5df424d6d [2021-03-10T15:47:19.703Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T15:47:19.994Z] Removing intermediate container 5d6a481d7d8e [2021-03-10T15:47:19.994Z] ---> cfcf1d7228c8 [2021-03-10T15:47:19.994Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T15:47:19.994Z] Removing intermediate container 66e84923c1fb [2021-03-10T15:47:19.994Z] ---> cf0efa1e603c [2021-03-10T15:47:19.994Z] Step 22/24 : LABEL arch=arm64 [Pipeline] } [2021-03-10T15:47:20.606Z] ---> Running in 9c507ccbcb0c [2021-03-10T15:47:20.606Z] Removing intermediate container 07e35af0597f [2021-03-10T15:47:20.606Z] ---> 38279b941271 [2021-03-10T15:47:20.606Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:47:20.606Z] ---> Running in ad418fda803c [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-03-10T15:47:21.219Z] ---> Running in f9b4bb4fad5b [2021-03-10T15:47:21.219Z] Removing intermediate container 9c507ccbcb0c [2021-03-10T15:47:21.219Z] ---> 46b48bf2a8b6 [2021-03-10T15:47:21.219Z] [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-03-10T15:47:21.495Z] Removing intermediate container ad418fda803c [2021-03-10T15:47:21.496Z] ---> 96ca35c8928e [2021-03-10T15:47:21.496Z] Step 23/24 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T15:47:21.777Z] Removing intermediate container 816a27d7cc66 [2021-03-10T15:47:21.778Z] ---> e534960e4e96 [2021-03-10T15:47:21.778Z] [2021-03-10T15:47:21.778Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:47:21.778Z] ---> d10569e2745f [2021-03-10T15:47:21.778Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:47:21.778Z] ---> Using cache [2021-03-10T15:47:21.778Z] ---> 38279b941271 [2021-03-10T15:47:21.778Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:47:21.778Z] ---> b5751600090f [2021-03-10T15:47:21.778Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T15:47:21.778Z] Successfully built 46b48bf2a8b6 [2021-03-10T15:47:22.053Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-10T15:47:22.053Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-10T15:47:22.053Z] ---> Running in 1e3b4dbdb0bc [2021-03-10T15:47:22.053Z] ---> Running in f26d13df7948 [2021-03-10T15:47:22.053Z] ---> Running in 815f7a79406e [2021-03-10T15:47:22.331Z] Removing intermediate container f9b4bb4fad5b [2021-03-10T15:47:22.331Z] ---> 02db75580558 [2021-03-10T15:47:22.331Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T15:47:22.615Z] ---> Running in c3ba747d88fa [2021-03-10T15:47:22.904Z] Removing intermediate container 1e3b4dbdb0bc [2021-03-10T15:47:22.904Z] ---> 580b297c3969 [2021-03-10T15:47:22.904Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T15:47:22.904Z] Removing intermediate container f26d13df7948 [2021-03-10T15:47:22.904Z] ---> 316a7719e594 [2021-03-10T15:47:22.904Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T15:47:22.904Z] ---> Running in d1f6b870f45d [2021-03-10T15:47:23.190Z] ---> Running in 4dc971c49e85 [2021-03-10T15:47:23.190Z] Removing intermediate container c3ba747d88fa [2021-03-10T15:47:23.190Z] ---> 6f42b1649e64 [2021-03-10T15:47:23.190Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:47:23.479Z] ---> Running in 41413216517d [2021-03-10T15:47:23.762Z] Removing intermediate container d1f6b870f45d [2021-03-10T15:47:23.762Z] ---> 04ad81370a92 [2021-03-10T15:47:23.762Z] [2021-03-10T15:47:24.038Z] Removing intermediate container 4dc971c49e85 [2021-03-10T15:47:24.038Z] ---> 06fadfb3693e [2021-03-10T15:47:24.038Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T15:47:24.311Z] Successfully built 04ad81370a92 [2021-03-10T15:47:24.582Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-10T15:47:24.582Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-10T15:47:24.857Z] ---> Running in 3021555b4f34 [2021-03-10T15:47:24.857Z] Removing intermediate container 41413216517d [2021-03-10T15:47:24.857Z] ---> e065edf1693e [2021-03-10T15:47:24.857Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:47:25.853Z] Removing intermediate container 3021555b4f34 [2021-03-10T15:47:25.853Z] ---> f9a99dac79ac [2021-03-10T15:47:25.853Z] Step 15/23 : WORKDIR / [2021-03-10T15:47:25.853Z] ---> Running in 4e737966b5a9 [2021-03-10T15:47:26.129Z] ---> 86c71c59a5b1 [2021-03-10T15:47:26.129Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T15:47:26.129Z] Removing intermediate container 815f7a79406e [2021-03-10T15:47:26.129Z] ---> 4c512463b0bd [2021-03-10T15:47:26.129Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:47:26.739Z] Removing intermediate container 4e737966b5a9 [2021-03-10T15:47:26.739Z] ---> d3b8c28f559e [2021-03-10T15:47:26.739Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:47:28.735Z] ---> 907e6caff6ab [2021-03-10T15:47:28.735Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T15:47:29.343Z] ---> 34df57e6a461 [2021-03-10T15:47:29.343Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T15:47:29.343Z] ---> 2de0a1f3026c [2021-03-10T15:47:29.343Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T15:47:32.769Z] ---> 697c1162daf4 [2021-03-10T15:47:32.769Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T15:47:32.769Z] ---> f942e1f16291 [2021-03-10T15:47:32.769Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T15:47:33.379Z] ---> e11523bafdb9 [2021-03-10T15:47:33.379Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T15:47:33.660Z] ---> Running in 3b42f920b2ae [2021-03-10T15:47:33.937Z] ---> 670d20ec09ad [2021-03-10T15:47:33.937Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T15:47:34.229Z] Removing intermediate container 3b42f920b2ae [2021-03-10T15:47:34.229Z] ---> 296ca66b24d0 [2021-03-10T15:47:34.229Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:47:34.828Z] ---> Running in 882f16a7f0f5 [2021-03-10T15:47:34.828Z] ---> 789a4f67b68d [2021-03-10T15:47:34.828Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T15:47:35.111Z] ---> Running in 8085ed3e129a [2021-03-10T15:47:35.111Z] ---> d1627557dedc [2021-03-10T15:47:35.111Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T15:47:35.402Z] Removing intermediate container 882f16a7f0f5 [2021-03-10T15:47:35.402Z] ---> 10599f591e98 [2021-03-10T15:47:35.402Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T15:47:36.011Z] ---> Running in 934008c09c3a [2021-03-10T15:47:36.290Z] Removing intermediate container 8085ed3e129a [2021-03-10T15:47:36.290Z] ---> f3feb3d8a5b4 [2021-03-10T15:47:36.290Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:47:36.892Z] ---> d7c56dd824ad [2021-03-10T15:47:36.892Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T15:47:37.193Z] ---> Running in 6f11c242d45c [2021-03-10T15:47:37.193Z] Removing intermediate container 934008c09c3a [2021-03-10T15:47:37.193Z] ---> 8c5a2e1c5f64 [2021-03-10T15:47:37.193Z] Step 21/22 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:47:37.470Z] ---> Running in fcbc8b3d8515 [2021-03-10T15:47:37.745Z] ---> Running in e37c3906c1f3 [2021-03-10T15:47:38.020Z] Removing intermediate container 6f11c242d45c [2021-03-10T15:47:38.020Z] ---> 53103dc92eb6 [2021-03-10T15:47:38.020Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T15:47:38.296Z] Removing intermediate container fcbc8b3d8515 [2021-03-10T15:47:38.296Z] ---> a7dc1b65c82e [2021-03-10T15:47:38.296Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T15:47:38.296Z] ---> Running in 42f2dbddad4a [2021-03-10T15:47:38.296Z] Removing intermediate container e37c3906c1f3 [2021-03-10T15:47:38.296Z] ---> 197a641f28e3 [2021-03-10T15:47:38.296Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T15:47:38.895Z] ---> Running in 22adbf640984 [2021-03-10T15:47:39.169Z] Removing intermediate container 42f2dbddad4a [2021-03-10T15:47:39.169Z] ---> e8e3f522d65e [2021-03-10T15:47:39.169Z] Step 22/23 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:47:39.447Z] ---> e9c8368f3ba4 [2021-03-10T15:47:39.447Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T15:47:39.447Z] ---> Running in 1f9221028fdf [2021-03-10T15:47:39.447Z] Removing intermediate container 22adbf640984 [2021-03-10T15:47:39.447Z] ---> 10b75707416a [2021-03-10T15:47:39.447Z] [2021-03-10T15:47:40.048Z] Successfully built 10b75707416a [2021-03-10T15:47:40.048Z] ---> Running in 8dc454aa9335 [2021-03-10T15:47:40.048Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-10T15:47:40.048Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-10T15:47:40.646Z] Removing intermediate container 1f9221028fdf [2021-03-10T15:47:40.646Z] ---> 6bee7cf67a3e [2021-03-10T15:47:40.646Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:47:40.921Z] ---> Running in 05391297a4e9 [2021-03-10T15:47:41.901Z] Removing intermediate container 05391297a4e9 [2021-03-10T15:47:41.901Z] ---> 0ab775a10e47 [2021-03-10T15:47:41.901Z] [2021-03-10T15:47:42.176Z] Successfully built 0ab775a10e47 [2021-03-10T15:47:42.448Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-10T15:47:42.448Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-03-10T15:47:43.902Z] Removing intermediate container 8dc454aa9335 [2021-03-10T15:47:43.902Z] ---> 4466af51c6a6 [2021-03-10T15:47:43.902Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T15:47:44.176Z] ---> Running in ba4c467afedb [2021-03-10T15:47:45.157Z] Removing intermediate container ba4c467afedb [2021-03-10T15:47:45.157Z] ---> 53c6919cfab2 [2021-03-10T15:47:45.157Z] Step 28/31 : CMD ["gate"] [2021-03-10T15:47:46.141Z] ---> Running in 8a0ff0b89495 [2021-03-10T15:47:47.591Z] Removing intermediate container 8a0ff0b89495 [2021-03-10T15:47:47.591Z] ---> 0c00b88f356f [2021-03-10T15:47:47.591Z] Step 29/31 : LABEL arch=arm64 [2021-03-10T15:47:48.580Z] ---> Running in 84df5d0f661e [2021-03-10T15:47:49.568Z] Removing intermediate container 84df5d0f661e [2021-03-10T15:47:49.568Z] ---> e6f5f210ea4f [2021-03-10T15:47:49.568Z] Step 30/31 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:47:50.559Z] ---> Running in f40c6126f85b [2021-03-10T15:47:51.584Z] Removing intermediate container f40c6126f85b [2021-03-10T15:47:51.584Z] ---> e22f7e5274a8 [2021-03-10T15:47:51.584Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T15:47:52.569Z] ---> Running in 1421b635c875 [2021-03-10T15:47:53.555Z] Removing intermediate container 1421b635c875 [2021-03-10T15:47:53.555Z] ---> cf57f183d91f [2021-03-10T15:47:53.555Z] [2021-03-10T15:47:54.152Z] Successfully built cf57f183d91f [2021-03-10T15:47:54.152Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-10T15:48:09.259Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:48:09.259Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:48:09.259Z] ---> e37ebf86976b [2021-03-10T15:48:09.259Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T15:48:09.259Z] ---> Using cache [2021-03-10T15:48:09.259Z] ---> b4eadfc2f420 [2021-03-10T15:48:09.259Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:48:09.259Z] ---> Using cache [2021-03-10T15:48:09.259Z] ---> 33315969bc02 [2021-03-10T15:48:09.259Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T15:48:13.765Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:48:13.765Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:48:13.765Z] ---> e37ebf86976b [2021-03-10T15:48:13.765Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:48:13.765Z] ---> Using cache [2021-03-10T15:48:13.765Z] ---> b4eadfc2f420 [2021-03-10T15:48:13.765Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:48:13.765Z] ---> Using cache [2021-03-10T15:48:13.765Z] ---> 33315969bc02 [2021-03-10T15:48:13.765Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T15:48:13.765Z] ---> Using cache [2021-03-10T15:48:13.765Z] ---> 25e311dace0b [2021-03-10T15:48:13.765Z] Step 6/23 : COPY go.mod . [2021-03-10T15:48:13.765Z] ---> Using cache [2021-03-10T15:48:13.765Z] ---> 7c059c3b2152 [2021-03-10T15:48:13.765Z] Step 7/23 : RUN go mod download [2021-03-10T15:48:13.765Z] ---> Using cache [2021-03-10T15:48:13.765Z] ---> 122f2ad79727 [2021-03-10T15:48:13.765Z] Step 8/23 : COPY . . [2021-03-10T15:48:13.765Z] ---> Using cache [2021-03-10T15:48:13.765Z] ---> a31536162623 [2021-03-10T15:48:13.765Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T15:48:13.765Z] ---> Running in 88ccff8f419c [2021-03-10T15:48:13.765Z] ---> Running in b5e7e76c60a9 [2021-03-10T15:48:15.873Z] 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-10T15:48:15.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:48:17.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:48:19.086Z] OK: 217 MiB in 51 packages [2021-03-10T15:48:22.547Z] Removing intermediate container 88ccff8f419c [2021-03-10T15:48:22.547Z] ---> 3b2616354e8e [2021-03-10T15:48:22.547Z] Step 6/26 : COPY go.mod . [2021-03-10T15:48:23.996Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:48:23.996Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:48:23.996Z] ---> e37ebf86976b [2021-03-10T15:48:23.996Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:48:23.996Z] ---> Using cache [2021-03-10T15:48:23.996Z] ---> b4eadfc2f420 [2021-03-10T15:48:23.996Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:48:23.996Z] ---> Using cache [2021-03-10T15:48:23.996Z] ---> 33315969bc02 [2021-03-10T15:48:23.996Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T15:48:24.272Z] ---> Running in 2be44f1f0233 [2021-03-10T15:48:24.272Z] ---> a56a9cba6865 [2021-03-10T15:48:24.272Z] Step 7/26 : RUN go mod download [2021-03-10T15:48:24.562Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:48:24.562Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:48:24.562Z] ---> e37ebf86976b [2021-03-10T15:48:24.562Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:48:24.562Z] ---> Using cache [2021-03-10T15:48:24.562Z] ---> b4eadfc2f420 [2021-03-10T15:48:24.562Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:48:24.562Z] ---> Using cache [2021-03-10T15:48:24.562Z] ---> 33315969bc02 [2021-03-10T15:48:24.562Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T15:48:24.562Z] ---> Running in 9a62c6833781 [2021-03-10T15:48:24.562Z] ---> Running in d54981775d12 [2021-03-10T15:48:26.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:48:27.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:48:27.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:48:28.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:48:28.733Z] OK: 217 MiB in 51 packages [2021-03-10T15:48:29.733Z] Removing intermediate container 9a62c6833781 [2021-03-10T15:48:29.733Z] ---> 3452e3091007 [2021-03-10T15:48:29.733Z] Step 8/26 : COPY . . [2021-03-10T15:48:30.732Z] Removing intermediate container 2be44f1f0233 [2021-03-10T15:48:30.732Z] ---> d98d769be212 [2021-03-10T15:48:30.732Z] Step 6/23 : COPY go.mod . [2021-03-10T15:48:30.732Z] OK: 217 MiB in 51 packages [2021-03-10T15:48:32.734Z] ---> a30de0e79bd2 [2021-03-10T15:48:32.735Z] Step 7/23 : RUN go mod download [2021-03-10T15:48:33.012Z] ---> Running in 576606bc2f75 [2021-03-10T15:48:33.012Z] Removing intermediate container d54981775d12 [2021-03-10T15:48:33.012Z] ---> 37a11a27501f [2021-03-10T15:48:33.012Z] Step 6/22 : COPY go.mod . [2021-03-10T15:48:35.006Z] ---> b571b875bedd [2021-03-10T15:48:35.006Z] Step 7/22 : RUN go mod download [2021-03-10T15:48:35.284Z] ---> Running in 46131285bd71 [2021-03-10T15:48:38.692Z] Removing intermediate container 576606bc2f75 [2021-03-10T15:48:38.692Z] ---> cfe54fcb8393 [2021-03-10T15:48:38.692Z] Step 8/23 : COPY . . [2021-03-10T15:48:40.690Z] Removing intermediate container 46131285bd71 [2021-03-10T15:48:40.690Z] ---> 8353a8562037 [2021-03-10T15:48:40.690Z] Step 8/22 : COPY . . [2021-03-10T15:48:59.018Z] ---> e6de55abfcb2 [2021-03-10T15:48:59.019Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T15:48:59.625Z] ---> Running in 32941da05e22 [2021-03-10T15:49:01.063Z] 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-10T15:49:07.782Z] ---> 6eb58d4dd81a [2021-03-10T15:49:07.782Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T15:49:07.782Z] ---> Running in fbacfcde79b5 [2021-03-10T15:49:09.229Z] ---> 08188c1c860c [2021-03-10T15:49:09.229Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T15:49:09.506Z] ---> Running in 53000686c160 [2021-03-10T15:49:10.114Z] 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-10T15:49:11.569Z] 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-10T15:49:11.845Z] Removing intermediate container b5e7e76c60a9 [2021-03-10T15:49:11.846Z] ---> 770e2347cc67 [2021-03-10T15:49:11.846Z] [2021-03-10T15:49:11.846Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:49:11.846Z] ---> d10569e2745f [2021-03-10T15:49:11.846Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:49:11.846Z] ---> Using cache [2021-03-10T15:49:11.846Z] ---> 38279b941271 [2021-03-10T15:49:11.846Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:49:11.846Z] ---> Using cache [2021-03-10T15:49:11.846Z] ---> 316a7719e594 [2021-03-10T15:49:11.846Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T15:49:12.125Z] ---> Running in dc13485fd974 [2021-03-10T15:49:12.736Z] Removing intermediate container dc13485fd974 [2021-03-10T15:49:12.736Z] ---> fbb94d624e01 [2021-03-10T15:49:12.736Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T15:49:12.736Z] ---> Running in d1a005f8544e [2021-03-10T15:49:13.338Z] Removing intermediate container d1a005f8544e [2021-03-10T15:49:13.338Z] ---> 501747222c2e [2021-03-10T15:49:13.338Z] Step 15/23 : WORKDIR / [2021-03-10T15:49:13.614Z] ---> Running in 66feead97b73 [2021-03-10T15:49:14.218Z] Removing intermediate container 66feead97b73 [2021-03-10T15:49:14.218Z] ---> 08f514ee63ea [2021-03-10T15:49:14.218Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:49:15.664Z] ---> 4d74b239e94d [2021-03-10T15:49:15.664Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T15:49:17.119Z] ---> 61cb6cf94b9a [2021-03-10T15:49:17.119Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T15:49:18.109Z] ---> b44819e78d9e [2021-03-10T15:49:18.109Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T15:49:18.391Z] ---> Running in 0c974d0bf467 [2021-03-10T15:49:18.995Z] Removing intermediate container 0c974d0bf467 [2021-03-10T15:49:18.995Z] ---> 92dbc319c84f [2021-03-10T15:49:18.995Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:49:19.277Z] ---> Running in 030ea2e291ef [2021-03-10T15:49:19.886Z] Removing intermediate container 030ea2e291ef [2021-03-10T15:49:19.886Z] ---> 61c256712152 [2021-03-10T15:49:19.886Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T15:49:20.169Z] ---> Running in cdb44203b446 [2021-03-10T15:49:20.775Z] Removing intermediate container cdb44203b446 [2021-03-10T15:49:20.775Z] ---> f09fff1e04b2 [2021-03-10T15:49:20.775Z] Step 22/23 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:49:20.775Z] ---> Running in 1ebbdc7de010 [2021-03-10T15:49:21.762Z] Removing intermediate container 1ebbdc7de010 [2021-03-10T15:49:21.762Z] ---> 42f3bcbd441e [2021-03-10T15:49:21.762Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:49:21.762Z] ---> Running in 4f60182f36a6 [2021-03-10T15:49:22.371Z] Removing intermediate container 4f60182f36a6 [2021-03-10T15:49:22.371Z] ---> d0748ff21fe0 [2021-03-10T15:49:22.371Z] [2021-03-10T15:49:22.976Z] Successfully built d0748ff21fe0 [2021-03-10T15:49:22.976Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-10T15:50:19.558Z]  Building docker-core-command-go ... done Removing intermediate container 32941da05e22 [2021-03-10T15:50:19.558Z] ---> 1dfa3e6d5e28 [2021-03-10T15:50:19.558Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T15:50:19.558Z] ---> Running in 4c72039a2e70 [2021-03-10T15:50:19.558Z] 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-10T15:50:19.558Z] Removing intermediate container 4c72039a2e70 [2021-03-10T15:50:19.558Z] ---> abfdbfbcf228 [2021-03-10T15:50:19.558Z] [2021-03-10T15:50:19.558Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T15:50:19.558Z] 20.10.0: Pulling from library/docker [2021-03-10T15:50:34.974Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T15:50:35.250Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T15:50:35.250Z] ---> eeaf43b92773 [2021-03-10T15:50:35.250Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T15:50:35.250Z] ---> Running in c5a515c059ee [2021-03-10T15:50:36.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:50:36.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:50:37.941Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T15:50:37.941Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T15:50:37.941Z] Executing bash-5.0.17-r0.post-install [2021-03-10T15:50:37.941Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:50:37.941Z] OK: 12 MiB in 22 packages [2021-03-10T15:50:38.542Z] Removing intermediate container 53000686c160 [2021-03-10T15:50:38.542Z] ---> 53436153c810 [2021-03-10T15:50:38.542Z] [2021-03-10T15:50:38.542Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:50:38.542Z] ---> d10569e2745f [2021-03-10T15:50:38.542Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T15:50:38.815Z] ---> Running in e506c0bad668 [2021-03-10T15:50:39.409Z] Removing intermediate container c5a515c059ee [2021-03-10T15:50:39.409Z] ---> 335d006a6b79 [2021-03-10T15:50:39.409Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T15:50:39.680Z] ---> Running in 2cb785996c7d [2021-03-10T15:50:40.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:50:40.283Z] Removing intermediate container 2cb785996c7d [2021-03-10T15:50:40.283Z] ---> 2b14287b531a [2021-03-10T15:50:40.283Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T15:50:40.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:50:40.283Z] ---> Running in d98333f27752 [2021-03-10T15:50:40.883Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T15:50:40.883Z] Removing intermediate container d98333f27752 [2021-03-10T15:50:40.883Z] ---> d7b8d2954789 [2021-03-10T15:50:40.883Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T15:50:40.883Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:50:40.883Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:50:40.883Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:50:41.158Z] ---> Running in bed63493feae [2021-03-10T15:50:41.158Z] OK: 6 MiB in 16 packages [2021-03-10T15:50:41.756Z] Removing intermediate container bed63493feae [2021-03-10T15:50:41.756Z] ---> 769bd4510e45 [2021-03-10T15:50:41.756Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T15:50:43.191Z] Removing intermediate container e506c0bad668 [2021-03-10T15:50:43.191Z] ---> 2c0ac07477d7 [2021-03-10T15:50:43.191Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:50:43.191Z] ---> 9a59593f1058 [2021-03-10T15:50:43.191Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T15:50:43.529Z] ---> Running in 9811e995c28f [2021-03-10T15:50:44.128Z] Removing intermediate container 9811e995c28f [2021-03-10T15:50:44.128Z] ---> 1fa43636ae93 [2021-03-10T15:50:44.128Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T15:50:44.407Z] ---> 4f193c72ded9 [2021-03-10T15:50:44.407Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T15:50:44.407Z] ---> Running in e68c77fedab2 [2021-03-10T15:50:45.384Z] Removing intermediate container e68c77fedab2 [2021-03-10T15:50:45.384Z] ---> 9c2733aa616c [2021-03-10T15:50:45.384Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:50:45.657Z] ---> Running in 4ae8573b3884 [2021-03-10T15:50:45.657Z] ---> ccb1048a017b [2021-03-10T15:50:45.657Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T15:50:45.930Z] ---> Running in 4ada7f52f29e [2021-03-10T15:50:46.201Z] Removing intermediate container fbacfcde79b5 [2021-03-10T15:50:46.201Z] ---> 001a39c2f925 [2021-03-10T15:50:46.201Z] [2021-03-10T15:50:46.201Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:50:46.201Z] ---> d10569e2745f [2021-03-10T15:50:46.201Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T15:50:46.201Z] Removing intermediate container 4ae8573b3884 [2021-03-10T15:50:46.201Z] ---> 276347ca19cc [2021-03-10T15:50:46.201Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:50:46.474Z] ---> Running in 93461a153234 [2021-03-10T15:50:47.076Z] Removing intermediate container 93461a153234 [2021-03-10T15:50:47.076Z] ---> 0d535ec9ffde [2021-03-10T15:50:47.076Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T15:50:47.353Z] ---> Running in 0066ebb3d5d0 [2021-03-10T15:50:47.353Z] ---> 9c2a4ee9a0de [2021-03-10T15:50:47.353Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T15:50:47.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:50:47.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:50:47.904Z] Removing intermediate container 0066ebb3d5d0 [2021-03-10T15:50:47.904Z] ---> 09cfbff81f3b [2021-03-10T15:50:47.904Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T15:50:48.181Z] ---> Running in a8238854c6db [2021-03-10T15:50:48.462Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T15:50:48.738Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T15:50:48.738Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T15:50:48.738Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T15:50:48.738Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T15:50:48.738Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T15:50:48.738Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T15:50:48.738Z] ---> 7c0b6f34bd4f [2021-03-10T15:50:48.738Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T15:50:49.011Z] Removing intermediate container a8238854c6db [2021-03-10T15:50:49.011Z] ---> 15d0dd0cb320 [2021-03-10T15:50:49.011Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:50:49.292Z] ---> Running in 8e48817b5bbb [2021-03-10T15:50:50.289Z] ---> 75aab39928bc [2021-03-10T15:50:50.289Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T15:50:50.289Z] ---> Running in 31d28e9cc124 [2021-03-10T15:50:51.282Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T15:50:51.282Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T15:50:51.282Z] Removing intermediate container 31d28e9cc124 [2021-03-10T15:50:51.282Z] ---> acb58f94e633 [2021-03-10T15:50:51.282Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:50:51.282Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T15:50:51.282Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T15:50:51.282Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T15:50:51.282Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T15:50:51.282Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T15:50:51.282Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T15:50:51.282Z] ---> Running in 6e1416889b50 [2021-03-10T15:50:51.282Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T15:50:51.282Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T15:50:51.569Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T15:50:51.569Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T15:50:51.569Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T15:50:51.569Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T15:50:51.569Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T15:50:51.569Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T15:50:51.569Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T15:50:51.569Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T15:50:51.569Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T15:50:51.569Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T15:50:51.569Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T15:50:51.569Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T15:50:51.849Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T15:50:51.849Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T15:50:51.849Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T15:50:51.849Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T15:50:51.849Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:50:51.849Z] OK: 71 MiB in 55 packages [2021-03-10T15:50:52.137Z] Removing intermediate container 6e1416889b50 [2021-03-10T15:50:52.137Z] ---> 970850418f91 [2021-03-10T15:50:52.137Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T15:50:52.415Z] ---> Running in 0edec46fd437 [2021-03-10T15:50:52.415Z] Removing intermediate container 8e48817b5bbb [2021-03-10T15:50:52.415Z] ---> 4eda0f6a1068 [2021-03-10T15:50:52.415Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T15:50:52.699Z] ---> Running in 43ed66717b8e [2021-03-10T15:50:53.302Z] Removing intermediate container 0edec46fd437 [2021-03-10T15:50:53.302Z] ---> a9f0cc5882e6 [2021-03-10T15:50:53.302Z] Step 21/22 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:50:53.302Z] ---> Running in 5b7c6f2e6f40 [2021-03-10T15:50:54.297Z] Removing intermediate container 5b7c6f2e6f40 [2021-03-10T15:50:54.297Z] ---> 2f5ab1d362e7 [2021-03-10T15:50:54.297Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T15:50:54.297Z] ---> Running in 4bceb78ba736 [2021-03-10T15:50:54.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:50:55.168Z] Removing intermediate container 4bceb78ba736 [2021-03-10T15:50:55.168Z] ---> 72bd8ccf5581 [2021-03-10T15:50:55.168Z] [2021-03-10T15:50:55.781Z] Successfully built 72bd8ccf5581 [2021-03-10T15:50:55.782Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-10T15:50:55.782Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:50:57.220Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T15:50:57.498Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T15:50:57.498Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T15:50:57.772Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T15:50:58.047Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T15:50:58.329Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T15:50:58.329Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:50:58.329Z] OK: 8 MiB in 20 packages [2021-03-10T15:50:58.946Z] Removing intermediate container 4ada7f52f29e [2021-03-10T15:50:58.946Z] ---> 8cc9fce14725 [2021-03-10T15:50:58.946Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T15:50:59.224Z] ---> Running in ad56a190093e [2021-03-10T15:51:00.229Z] Removing intermediate container 43ed66717b8e [2021-03-10T15:51:00.229Z] ---> 06edf5eb4ec8 [2021-03-10T15:51:00.229Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:51:01.216Z] ---> ba5b7d667fb8 [2021-03-10T15:51:01.216Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T15:51:02.659Z] ---> 89975d7ef851 [2021-03-10T15:51:02.659Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T15:51:03.643Z] ---> 3ee5c130a82c [2021-03-10T15:51:03.643Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T15:51:03.643Z] ---> Running in 385a22d6432e [2021-03-10T15:51:04.247Z] Removing intermediate container 385a22d6432e [2021-03-10T15:51:04.247Z] ---> 8093808a8e63 [2021-03-10T15:51:04.247Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:51:04.522Z] ---> Running in fc3a8bc6f40f [2021-03-10T15:51:05.123Z] Removing intermediate container fc3a8bc6f40f [2021-03-10T15:51:05.123Z] ---> bbee577dd604 [2021-03-10T15:51:05.123Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T15:51:05.123Z] ---> Running in f433280f9a5b [2021-03-10T15:51:05.719Z] Removing intermediate container f433280f9a5b [2021-03-10T15:51:05.719Z] ---> fcb05de971e6 [2021-03-10T15:51:05.719Z] Step 22/23 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:51:05.719Z] ---> Running in a5d0fb5e9e07 [2021-03-10T15:51:06.321Z] Removing intermediate container a5d0fb5e9e07 [2021-03-10T15:51:06.321Z] ---> 32daad79389b [2021-03-10T15:51:06.321Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:51:06.321Z] ---> Running in e45b040442e5 [2021-03-10T15:51:06.927Z] Removing intermediate container e45b040442e5 [2021-03-10T15:51:06.927Z] ---> 1d05e3cfe03a [2021-03-10T15:51:06.927Z] [2021-03-10T15:51:07.199Z] Collecting docker-compose==1.23.2 [2021-03-10T15:51:07.471Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T15:51:07.471Z] Successfully built 1d05e3cfe03a [2021-03-10T15:51:07.471Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-10T15:51:09.439Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-03-10T15:51:09.439Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T15:51:16.122Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T15:51:16.122Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T15:51:16.122Z] 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-10T15:51:16.395Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T15:51:16.395Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T15:51:16.988Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T15:51:16.988Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T15:51:18.417Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T15:51:18.417Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T15:51:19.392Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T15:51:19.392Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T15:51:22.767Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T15:51:22.767Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T15:51:25.376Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T15:51:25.376Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T15:51:25.972Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T15:51:25.972Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T15:51:28.586Z] 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-10T15:51:28.586Z] Collecting idna<2.8,>=2.5 [2021-03-10T15:51:28.586Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T15:51:28.586Z] 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-10T15:51:29.224Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T15:51:29.224Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T15:51:29.845Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T15:51:29.845Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T15:51:29.845Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T15:51:29.845Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T15:51:29.845Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T15:51:29.845Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T15:51:31.308Z] Installing collected packages: PyYAML, idna, urllib3, requests, websocket-client, jsonschema, docker-pycreds, docker, texttable, dockerpty, cached-property, docopt, docker-compose [2021-03-10T15:51:31.308Z] Running setup.py install for PyYAML: started [2021-03-10T15:51:34.716Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T15:51:34.716Z] Attempting uninstall: idna [2021-03-10T15:51:34.716Z] Found existing installation: idna 2.9 [2021-03-10T15:51:34.716Z] Uninstalling idna-2.9: [2021-03-10T15:51:34.716Z] Successfully uninstalled idna-2.9 [2021-03-10T15:51:35.314Z] Attempting uninstall: urllib3 [2021-03-10T15:51:35.314Z] Found existing installation: urllib3 1.25.9 [2021-03-10T15:51:35.314Z] Uninstalling urllib3-1.25.9: [2021-03-10T15:51:35.586Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T15:51:36.562Z] Attempting uninstall: requests [2021-03-10T15:51:36.562Z] Found existing installation: requests 2.23.0 [2021-03-10T15:51:36.562Z] Uninstalling requests-2.23.0: [2021-03-10T15:51:36.562Z] Successfully uninstalled requests-2.23.0 [2021-03-10T15:51:39.187Z] Running setup.py install for texttable: started [2021-03-10T15:51:41.812Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T15:51:41.812Z] Running setup.py install for dockerpty: started [2021-03-10T15:51:44.434Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T15:51:44.434Z] Running setup.py install for docopt: started [2021-03-10T15:51:47.824Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T15:51:48.430Z] 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-10T15:51:52.757Z] Removing intermediate container ad56a190093e [2021-03-10T15:51:52.757Z] ---> cc7a4783e39a [2021-03-10T15:51:52.757Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T15:51:52.757Z] ---> Running in a7e048ddf931 [2021-03-10T15:51:53.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:51:54.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:51:54.605Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:51:54.605Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T15:51:54.605Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T15:51:54.605Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:51:54.605Z] OK: 71 MiB in 58 packages [2021-03-10T15:51:56.039Z] Removing intermediate container a7e048ddf931 [2021-03-10T15:51:56.039Z] ---> d8717ca0b980 [2021-03-10T15:51:56.039Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T15:51:56.039Z] ---> Running in 5194f437f5a8 [2021-03-10T15:51:56.313Z] Removing intermediate container 5194f437f5a8 [2021-03-10T15:51:56.314Z] ---> 93077d75819a [2021-03-10T15:51:56.314Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:51:56.588Z] ---> Running in ee5584460129 [2021-03-10T15:51:56.861Z] Removing intermediate container ee5584460129 [2021-03-10T15:51:57.137Z] ---> 0c98d864f549 [2021-03-10T15:51:57.137Z] Step 24/26 : LABEL arch=arm64 [2021-03-10T15:51:57.137Z] ---> Running in 3f617ced597d [2021-03-10T15:51:57.742Z] Removing intermediate container 3f617ced597d [2021-03-10T15:51:57.742Z] ---> 66a4518c0410 [2021-03-10T15:51:57.742Z] Step 25/26 : LABEL git_sha=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-10T15:51:57.742Z] ---> Running in 5b52628d2536 [2021-03-10T15:51:58.343Z] Removing intermediate container 5b52628d2536 [2021-03-10T15:51:58.343Z] ---> a64893ecbd18 [2021-03-10T15:51:58.343Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T15:51:58.343Z] ---> Running in e19d753fa30a [2021-03-10T15:51:58.941Z] Removing intermediate container e19d753fa30a [2021-03-10T15:51:58.941Z] ---> a3535d07d479 [2021-03-10T15:51:58.941Z] [2021-03-10T15:51:59.541Z] Successfully built a3535d07d479 [2021-03-10T15:51:59.541Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-10T15:51:59.834Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T15:51:59.831Z] $ docker stop --time=1 9e79e4f22c3c54ed8e350f5b1592e56ee8c90e1870031003ba174a83fcc1481f [2021-03-10T15:52:01.730Z] $ docker rm -f 9e79e4f22c3c54ed8e350f5b1592e56ee8c90e1870031003ba174a83fcc1481f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T15:52:02.470Z] + docker images [2021-03-10T15:52:02.470Z] + grep docker [2021-03-10T15:52:02.742Z] docker-sys-mgmt-agent-go-arm64 latest a3535d07d479 4 seconds ago 300MB [2021-03-10T15:52:02.742Z] docker-core-data-go-arm64 latest 1d05e3cfe03a 56 seconds ago 21.3MB [2021-03-10T15:52:02.742Z] docker-support-notifications-go-arm64 latest 72bd8ccf5581 About a minute ago 16.9MB [2021-03-10T15:52:02.742Z] docker-core-command-go-arm64 latest d0748ff21fe0 2 minutes ago 16.2MB [2021-03-10T15:52:02.743Z] docker-security-bootstrapper-go-arm64 latest cf57f183d91f 4 minutes ago 17.8MB [2021-03-10T15:52:02.743Z] docker-core-metadata-go-arm64 latest 0ab775a10e47 4 minutes ago 17.9MB [2021-03-10T15:52:02.743Z] docker-support-scheduler-go-arm64 latest 10b75707416a 4 minutes ago 16.3MB [2021-03-10T15:52:02.743Z] docker-security-secretstore-setup-go-arm64 latest 04ad81370a92 4 minutes ago 23.7MB [2021-03-10T15:52:02.743Z] docker-security-proxy-setup-go-arm64 latest 46b48bf2a8b6 4 minutes ago 23.4MB [2021-03-10T15:52:02.743Z] docker 20.10.0 eeaf43b92773 2 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-10T15:52:03.661Z] ---> job-cost.sh [2021-03-10T15:52:03.661Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JVKU [2021-03-10T15:53:00.143Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T15:55:06.957Z] lf-activate-venv(): INFO: Adding /tmp/venv-JVKU/bin to PATH [2021-03-10T15:55:06.957Z] INFO: No Stack... [2021-03-10T15:55:06.957Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-10T15:55:06.957Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T15:55:07.300Z] + cut -d, -f6 [2021-03-10T15:55:07.300Z] + cat /w/workspace/edgex-go/13/archives/cost.csv [Pipeline] lock [2021-03-10T15:55:07.427Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-13-stack-cost] [2021-03-10T15:55:07.440Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3208-13-stack-cost] did not exist. Created. [2021-03-10T15:55:07.440Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T15:55:07.951Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-10T15:55:08.351Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T15:55:08.366Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-13-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-10T15:55:09.807Z] provisioning config files... [2021-03-10T15:55:09.823Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config1493270710767399034tmp [Pipeline] { [Pipeline] sh [2021-03-10T15:55:10.225Z] + set +x [2021-03-10T15:55:10.225Z] + curl -s https://codecov.io/bash [2021-03-10T15:55:10.225Z] + bash -s -- [2021-03-10T15:55:10.803Z] [2021-03-10T15:55:10.803Z] _____ _ [2021-03-10T15:55:10.803Z] / ____| | | [2021-03-10T15:55:10.803Z] | | ___ __| | ___ ___ _____ __ [2021-03-10T15:55:10.803Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-10T15:55:10.803Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-10T15:55:10.803Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-10T15:55:10.803Z] Bash-20210309-2b87ace [2021-03-10T15:55:10.803Z] [2021-03-10T15:55:10.803Z] [2021-03-10T15:55:10.803Z] ==> git version 2.24.3 found [2021-03-10T15:55:10.803Z] ==> 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-10T15:55:10.803Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-10T15:55:10.803Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-10T15:55:10.803Z] ==> Jenkins CI detected. [2021-03-10T15:55:10.803Z] project root: . [2021-03-10T15:55:10.803Z] --> token set from env [2021-03-10T15:55:10.803Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-10T15:55:10.803Z] ==> Running gcov in . (disable via -X gcov) [2021-03-10T15:55:10.803Z] ==> Python coveragepy not found [2021-03-10T15:55:10.803Z] ==> Searching for coverage reports in: [2021-03-10T15:55:10.803Z] + . [2021-03-10T15:55:10.803Z] -> Found 1 reports [2021-03-10T15:55:10.803Z] ==> Detecting git/mercurial file structure [2021-03-10T15:55:11.067Z] ==> Reading reports [2021-03-10T15:55:11.067Z] + ./coverage.out bytes=628838 [2021-03-10T15:55:11.067Z] ==> Appending adjustments [2021-03-10T15:55:11.067Z] https://docs.codecov.io/docs/fixing-reports [2021-03-10T15:55:14.392Z] + Found adjustments [2021-03-10T15:55:14.392Z] ==> Gzipping contents [2021-03-10T15:55:14.392Z] 92K /tmp/codecov.O14eaR.gz [2021-03-10T15:55:14.392Z] ==> Uploading reports [2021-03-10T15:55:14.392Z] url: https://codecov.io [2021-03-10T15:55:14.392Z] query: branch=PR-3208&commit=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-10T15:55:14.392Z] -> Pinging Codecov [2021-03-10T15:55:14.392Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3208&commit=b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-10T15:55:41.005Z] -> Uploading to [2021-03-10T15:55:41.005Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-10/00271124DB129430A58F1EEE437C3FCB/b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9/16c8e6a2-a3d0-4265-bfda-4518dbcbd1c7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T155536Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c4b84e4999b26940312268217356c637bf1e2cb53ddf96006ef4cc63081fef03 [2021-03-10T15:55:41.005Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:55:41.005Z] Dload Upload Total Spent Left Speed [2021-03-10T15:55:41.005Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92852 0 0 100 92852 0 168k --:--:-- --:--:-- --:--:-- 167k 100 92852 0 0 100 92852 0 168k --:--:-- --:--:-- --:--:-- 167k [2021-03-10T15:55:41.005Z] -> Reports have been successfully queued for processing at upstream request timeoutupstream request timeouthttps://codecov.io/github/edgexfoundry/edgex-go/commit/b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [Pipeline] } [2021-03-10T15:55:41.015Z] 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-10T15:55:42.723Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:55:43.680Z] ---> package-listing.sh [2021-03-10T15:55:43.680Z] ++ facter osfamily [2021-03-10T15:55:43.680Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T15:55:43.680Z] + OS_FAMILY=redhat [2021-03-10T15:55:43.680Z] + workspace=/w/workspace/edgex-go/13 [2021-03-10T15:55:43.680Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T15:55:43.680Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T15:55:43.680Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T15:55:43.680Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T15:55:43.680Z] + '[' /w/workspace/edgex-go/13 ']' [2021-03-10T15:55:43.680Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T15:55:43.680Z] + case "${OS_FAMILY}" in [2021-03-10T15:55:43.680Z] + rpm -qa [2021-03-10T15:55:43.680Z] + sort [2021-03-10T15:55:49.105Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T15:55:49.105Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T15:55:49.105Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T15:55:49.105Z] + '[' /w/workspace/edgex-go/13 ']' [2021-03-10T15:55:49.105Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2021-03-10T15:55:49.105Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2021-03-10T15:55:49.122Z] 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-10T15:55:49.422Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:55:49.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T15:55:49.733Z] [2021-03-10T15:55:49.733Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:55:50.347Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T15:55:50.347Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T15:55:50.347Z] df20fa9351a1: Pulling fs layer [2021-03-10T15:55:50.347Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T15:55:50.347Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T15:55:50.347Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T15:55:50.347Z] 93b61091891f: Pulling fs layer [2021-03-10T15:55:50.347Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T15:55:50.347Z] 5e14af77c1be: Pulling fs layer [2021-03-10T15:55:50.347Z] 01666e4c0597: Pulling fs layer [2021-03-10T15:55:50.347Z] aa168da1d23b: Pulling fs layer [2021-03-10T15:55:50.347Z] 93b61091891f: Waiting [2021-03-10T15:55:50.347Z] 93b9cdb0e59b: Waiting [2021-03-10T15:55:50.347Z] 5e14af77c1be: Waiting [2021-03-10T15:55:50.347Z] 01666e4c0597: Waiting [2021-03-10T15:55:50.347Z] aa168da1d23b: Waiting [2021-03-10T15:55:50.347Z] 46f8f816bc3b: Waiting [2021-03-10T15:55:50.347Z] 36b3adc4ff6f: Verifying Checksum [2021-03-10T15:55:50.347Z] 36b3adc4ff6f: Download complete [2021-03-10T15:55:50.347Z] 46f8f816bc3b: Verifying Checksum [2021-03-10T15:55:50.347Z] 46f8f816bc3b: Download complete [2021-03-10T15:55:50.613Z] df20fa9351a1: Verifying Checksum [2021-03-10T15:55:50.613Z] df20fa9351a1: Download complete [2021-03-10T15:55:50.613Z] 93b9cdb0e59b: Verifying Checksum [2021-03-10T15:55:50.613Z] 93b9cdb0e59b: Download complete [2021-03-10T15:55:50.613Z] 5e14af77c1be: Download complete [2021-03-10T15:55:50.613Z] 93b61091891f: Verifying Checksum [2021-03-10T15:55:50.613Z] 93b61091891f: Download complete [2021-03-10T15:55:50.613Z] 01666e4c0597: Verifying Checksum [2021-03-10T15:55:50.613Z] 01666e4c0597: Download complete [2021-03-10T15:55:50.613Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T15:55:50.613Z] 8ad3a11d3b57: Download complete [2021-03-10T15:55:50.875Z] df20fa9351a1: Pull complete [2021-03-10T15:55:51.138Z] 36b3adc4ff6f: Pull complete [2021-03-10T15:55:52.090Z] 8ad3a11d3b57: Pull complete [2021-03-10T15:55:52.090Z] 46f8f816bc3b: Pull complete [2021-03-10T15:55:53.041Z] aa168da1d23b: Verifying Checksum [2021-03-10T15:55:53.041Z] aa168da1d23b: Download complete [2021-03-10T15:55:53.616Z] 93b61091891f: Pull complete [2021-03-10T15:55:53.616Z] 93b9cdb0e59b: Pull complete [2021-03-10T15:55:53.879Z] 5e14af77c1be: Pull complete [2021-03-10T15:55:54.151Z] 01666e4c0597: Pull complete [2021-03-10T15:56:02.337Z] aa168da1d23b: Pull complete [2021-03-10T15:56:02.338Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T15:56:02.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T15:56:02.338Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T15:56:02.538Z] prd-centos7-docker-4c-2g-29339 does not seem to be running inside a container [2021-03-10T15:56:02.592Z] $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-10T15:56:12.678Z] $ docker top e6152d2e1bd6d76268d8c90fb66b275d2646fb1d5a1331824db25eee07c106bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:56:13.288Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T15:56:13.596Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T15:56:13.900Z] + ls /var/log/sa-host [2021-03-10T15:56:13.900Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T15:56:13.900Z] file_magic: OK [2021-03-10T15:56:13.900Z] HZ: Using current value: 100 [2021-03-10T15:56:13.900Z] file_header: OK [2021-03-10T15:56:13.900Z] 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-10T15:56:13.900Z] Statistics: [2021-03-10T15:56:13.900Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-10T15:56:13.900Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T15:56:13.900Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T15:56:13.900Z] file_magic: OK [2021-03-10T15:56:13.900Z] HZ: Using current value: 100 [2021-03-10T15:56:13.900Z] file_header: OK [2021-03-10T15:56:13.900Z] 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-10T15:56:13.900Z] Statistics: [2021-03-10T15:56:13.900Z] Hnuu...uuuununununu... [2021-03-10T15:56:13.900Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T15:56:14.106Z] provisioning config files... [2021-03-10T15:56:14.121Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config6736832101596671309tmp [Pipeline] { [Pipeline] echo [2021-03-10T15:56:14.192Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:56:14.492Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T15:56:14.502Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T15:56:14.591Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:56:14.891Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T15:56:14.903Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:56:15.202Z] ---> sudo-logs.sh [2021-03-10T15:56:15.202Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T15:56:15.269Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:56:15.573Z] ---> job-cost.sh [2021-03-10T15:56:15.573Z] lf-activate-venv: SKIPPING [2021-03-10T15:56:15.573Z] DEBUG: total: 0.20999999344348907 [2021-03-10T15:56:15.573Z] INFO: Retrieving Stack Cost... [2021-03-10T15:56:16.521Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T15:56:17.095Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T15:56:17.110Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:56:17.408Z] ---> logs-deploy.sh [2021-03-10T15:56:17.408Z] lf-activate-venv: SKIPPING [2021-03-10T15:56:17.408Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/13 [2021-03-10T15:56:17.408Z] INFO: archiving workspace using pattern(s): [2021-03-10T15:56:18.795Z] Archives upload complete. [2021-03-10T15:56:19.057Z] INFO: archiving logs to Nexus [2021-03-10T15:56:20.005Z] ---> uname -a: [2021-03-10T15:56:20.005Z] Linux prd-centos7-docker-4c-2g-29339.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-10T15:56:20.005Z] [2021-03-10T15:56:20.005Z] [2021-03-10T15:56:20.005Z] ---> lscpu: [2021-03-10T15:56:20.005Z] Architecture: x86_64 [2021-03-10T15:56:20.005Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-10T15:56:20.005Z] Byte Order: Little Endian [2021-03-10T15:56:20.005Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-10T15:56:20.005Z] CPU(s): 4 [2021-03-10T15:56:20.005Z] On-line CPU(s) list: 0-3 [2021-03-10T15:56:20.005Z] Thread(s) per core: 1 [2021-03-10T15:56:20.005Z] Core(s) per socket: 1 [2021-03-10T15:56:20.005Z] Socket(s): 4 [2021-03-10T15:56:20.005Z] NUMA node(s): 1 [2021-03-10T15:56:20.005Z] Vendor ID: GenuineIntel [2021-03-10T15:56:20.005Z] CPU family: 6 [2021-03-10T15:56:20.005Z] Model: 44 [2021-03-10T15:56:20.005Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-10T15:56:20.005Z] Stepping: 1 [2021-03-10T15:56:20.005Z] CPU MHz: 2933.438 [2021-03-10T15:56:20.005Z] BogoMIPS: 5866.87 [2021-03-10T15:56:20.005Z] Virtualization: VT-x [2021-03-10T15:56:20.005Z] Hypervisor vendor: KVM [2021-03-10T15:56:20.005Z] Virtualization type: full [2021-03-10T15:56:20.005Z] L1d cache: 128 KiB [2021-03-10T15:56:20.005Z] L1i cache: 128 KiB [2021-03-10T15:56:20.005Z] L2 cache: 16 MiB [2021-03-10T15:56:20.005Z] L3 cache: 64 MiB [2021-03-10T15:56:20.005Z] NUMA node0 CPU(s): 0-3 [2021-03-10T15:56:20.005Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-10T15:56:20.005Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-10T15:56:20.005Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-10T15:56:20.006Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-10T15:56:20.006Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-10T15:56:20.006Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-10T15:56:20.006Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-10T15:56:20.006Z] Vulnerability Srbds: Not affected [2021-03-10T15:56:20.006Z] Vulnerability Tsx async abort: Not affected [2021-03-10T15:56:20.006Z] 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-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] ---> nproc: [2021-03-10T15:56:20.006Z] 4 [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] ---> df -h: [2021-03-10T15:56:20.006Z] Filesystem Size Used Available Use% Mounted on [2021-03-10T15:56:20.006Z] overlay 50.0G 11.3G 38.7G 23% / [2021-03-10T15:56:20.006Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-10T15:56:20.006Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-10T15:56:20.006Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-10T15:56:20.006Z] /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os [2021-03-10T15:56:20.006Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf [2021-03-10T15:56:20.006Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname [2021-03-10T15:56:20.006Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts [2021-03-10T15:56:20.006Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure [2021-03-10T15:56:20.006Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log [2021-03-10T15:56:20.006Z] /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json [2021-03-10T15:56:20.006Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host [2021-03-10T15:56:20.006Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/13 [2021-03-10T15:56:20.006Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/13@tmp [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] ---> free -m: [2021-03-10T15:56:20.006Z] total used free shared buff/cache available [2021-03-10T15:56:20.006Z] Mem: 1837 711 113 0 1012 1043 [2021-03-10T15:56:20.006Z] Swap: 1023 70 953 [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] ---> ip addr: [2021-03-10T15:56:20.006Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-10T15:56:20.006Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-10T15:56:20.006Z] inet 127.0.0.1/8 scope host lo [2021-03-10T15:56:20.006Z] valid_lft forever preferred_lft forever [2021-03-10T15:56:20.006Z] inet6 ::1/128 scope host [2021-03-10T15:56:20.006Z] valid_lft forever preferred_lft forever [2021-03-10T15:56:20.006Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-10T15:56:20.006Z] link/ether fa:16:3e:38:44:14 brd ff:ff:ff:ff:ff:ff [2021-03-10T15:56:20.006Z] inet 10.30.123.88/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-10T15:56:20.006Z] valid_lft 84673sec preferred_lft 84673sec [2021-03-10T15:56:20.006Z] inet6 fe80::f816:3eff:fe38:4414/64 scope link [2021-03-10T15:56:20.006Z] valid_lft forever preferred_lft forever [2021-03-10T15:56:20.006Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-10T15:56:20.006Z] link/ether 02:42:a1:47:91:5e brd ff:ff:ff:ff:ff:ff [2021-03-10T15:56:20.006Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-10T15:56:20.006Z] valid_lft forever preferred_lft forever [2021-03-10T15:56:20.006Z] inet6 fe80::42:a1ff:fe47:915e/64 scope link [2021-03-10T15:56:20.006Z] valid_lft forever preferred_lft forever [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] ---> sar -b -r -n DEV: [2021-03-10T15:56:20.006Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] 15:27:16 LINUX RESTART (4 CPU) [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] 15:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-10T15:56:20.006Z] 15:29:02 38.72 9.82 28.89 0.00 3181.89 6079.84 0.00 [2021-03-10T15:56:20.006Z] 15:30:01 101.37 66.00 35.37 0.00 6024.98 13062.90 0.00 [2021-03-10T15:56:20.006Z] 15:31:01 255.16 61.16 194.00 0.00 3755.34 49687.30 0.00 [2021-03-10T15:56:20.006Z] 15:32:01 164.55 89.62 74.93 0.00 3552.22 8201.61 0.00 [2021-03-10T15:56:20.006Z] 15:33:02 106.70 46.97 59.72 0.00 1711.44 6514.49 0.00 [2021-03-10T15:56:20.006Z] 15:34:01 84.33 31.62 52.71 0.00 2168.26 7846.48 0.00 [2021-03-10T15:56:20.006Z] 15:35:02 966.19 716.12 250.07 0.00 88914.49 163156.42 0.00 [2021-03-10T15:56:20.006Z] 15:36:02 2435.63 2135.31 300.32 0.00 138543.46 146487.63 0.00 [2021-03-10T15:56:20.006Z] 15:37:01 303.04 203.63 99.41 0.00 10714.87 17630.40 0.00 [2021-03-10T15:56:20.006Z] 15:38:02 464.44 167.65 296.79 0.00 62131.75 117055.47 0.00 [2021-03-10T15:56:20.006Z] 15:39:01 2119.15 1867.00 252.15 0.00 89815.38 95646.89 0.00 [2021-03-10T15:56:20.006Z] 15:40:02 216.51 49.34 167.17 0.00 4791.22 31244.20 0.00 [2021-03-10T15:56:20.006Z] 15:41:01 47.07 17.26 29.81 0.00 3153.84 1101.10 0.00 [2021-03-10T15:56:20.006Z] 15:42:01 0.35 0.08 0.27 0.00 1.60 3.63 0.00 [2021-03-10T15:56:20.006Z] 15:43:01 1.71 1.48 0.23 0.00 50.75 2.45 0.00 [2021-03-10T15:56:20.006Z] 15:44:01 0.85 0.03 0.82 0.00 1.07 15.45 0.00 [2021-03-10T15:56:20.006Z] 15:45:01 0.30 0.05 0.25 0.00 1.33 2.43 0.00 [2021-03-10T15:56:20.006Z] 15:46:01 0.18 0.00 0.18 0.00 0.00 1.63 0.00 [2021-03-10T15:56:20.006Z] 15:47:01 0.32 0.03 0.28 0.00 0.67 3.40 0.00 [2021-03-10T15:56:20.006Z] 15:48:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 [2021-03-10T15:56:20.006Z] 15:49:01 0.27 0.02 0.25 0.00 1.07 3.00 0.00 [2021-03-10T15:56:20.006Z] 15:50:01 0.28 0.03 0.25 0.00 0.80 3.00 0.00 [2021-03-10T15:56:20.006Z] 15:51:01 0.20 0.00 0.20 0.00 0.00 1.48 0.00 [2021-03-10T15:56:20.006Z] 15:52:01 0.82 0.07 0.75 0.00 3.20 8.49 0.00 [2021-03-10T15:56:20.006Z] 15:53:01 0.18 0.00 0.18 0.00 0.00 2.07 0.00 [2021-03-10T15:56:20.006Z] 15:54:01 0.32 0.00 0.32 0.00 0.00 3.73 0.00 [2021-03-10T15:56:20.006Z] 15:55:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 [2021-03-10T15:56:20.006Z] 15:56:01 122.04 73.48 48.56 0.00 6082.90 14649.61 0.00 [2021-03-10T15:56:20.006Z] Average: 265.50 197.62 67.88 0.00 15219.61 24372.20 0.00 [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] 15:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-10T15:56:20.006Z] 15:29:02 74156 0 599700 31.87 2620 1205068 1247836 42.59 508320 1100952 12676 [2021-03-10T15:56:20.006Z] 15:30:01 394224 0 593352 31.54 2620 891348 1115192 38.06 424824 861812 132 [2021-03-10T15:56:20.006Z] 15:31:01 118128 0 723144 38.43 1492 1038780 1312520 44.79 620888 843932 8 [2021-03-10T15:56:20.006Z] 15:32:01 123412 0 809724 43.04 848 947560 1542616 52.65 701496 773212 84968 [2021-03-10T15:56:20.006Z] 15:33:02 207892 0 829868 44.11 704 843080 1802084 61.50 651776 729896 58264 [2021-03-10T15:56:20.006Z] 15:34:01 173380 0 749032 39.81 612 958520 1424456 48.61 619632 795352 73812 [2021-03-10T15:56:20.006Z] 15:35:02 522956 0 671108 35.67 0 687480 1275280 43.52 485396 660128 180 [2021-03-10T15:56:20.006Z] 15:36:02 75624 0 832832 44.26 0 973088 2332396 79.60 772464 804524 87868 [2021-03-10T15:56:20.006Z] 15:37:01 210412 0 1071720 56.96 0 599412 3791796 129.41 703932 685920 48012 [2021-03-10T15:56:20.006Z] 15:38:02 64092 0 767592 40.80 0 1049860 2156072 73.58 769832 833664 56900 [2021-03-10T15:56:20.006Z] 15:39:01 681188 0 690504 36.70 0 509852 1788580 61.04 489064 469992 20 [2021-03-10T15:56:20.006Z] 15:40:02 100232 0 724800 38.52 0 1056512 1523612 52.00 621484 906604 7572 [2021-03-10T15:56:20.006Z] 15:41:01 164260 0 629300 33.45 0 1087984 1205008 41.12 518052 952852 12 [2021-03-10T15:56:20.006Z] 15:42:01 166372 0 627188 33.33 0 1087984 1184460 40.42 516568 952536 16 [2021-03-10T15:56:20.006Z] 15:43:01 165072 0 627744 33.36 0 1088728 1184472 40.42 516784 953260 28 [2021-03-10T15:56:20.006Z] 15:44:01 165432 0 627376 33.34 0 1088736 1182380 40.35 516396 953268 12 [2021-03-10T15:56:20.006Z] 15:45:01 166356 0 626460 33.29 0 1088728 1175184 40.11 515900 953084 12 [2021-03-10T15:56:20.006Z] 15:46:01 166448 0 626344 33.29 0 1088752 1175184 40.11 515884 953100 8 [2021-03-10T15:56:20.006Z] 15:47:01 166644 0 626140 33.28 0 1088760 1175184 40.11 515888 953120 8 [2021-03-10T15:56:20.006Z] 15:48:01 166492 0 626284 33.29 0 1088768 1175268 40.11 515836 953120 12 [2021-03-10T15:56:20.006Z] 15:49:01 166640 0 626160 33.28 0 1088744 1175184 40.11 515864 953120 8 [2021-03-10T15:56:20.006Z] 15:50:01 166728 0 626028 33.27 0 1088788 1175184 40.11 515900 953180 8 [2021-03-10T15:56:20.006Z] 15:51:01 166340 0 626416 33.29 0 1088788 1175184 40.11 515904 953176 8 [2021-03-10T15:56:20.006Z] 15:52:01 166504 0 626240 33.28 0 1088800 1175184 40.11 515912 953272 8 [2021-03-10T15:56:20.006Z] 15:53:01 165996 0 626736 33.31 0 1088812 1175256 40.11 515988 953272 12 [2021-03-10T15:56:20.006Z] 15:54:01 166268 0 626460 33.29 0 1088816 1175280 40.11 516252 953272 12 [2021-03-10T15:56:20.006Z] 15:55:01 166496 0 626224 33.28 0 1088824 1175184 40.11 515928 953272 12 [2021-03-10T15:56:20.006Z] 15:56:01 243520 0 673488 35.79 0 964536 1173936 40.06 521504 826580 98892 [2021-03-10T15:56:20.006Z] Average: 195759 0 683499 36.33 318 1001968 1434642 48.96 558345 878195 18910 [2021-03-10T15:56:20.006Z] [2021-03-10T15:56:20.006Z] 15:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-10T15:56:20.006Z] 15:29:02 eth0 797.12 636.67 3015.76 89.57 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.006Z] 15:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.006Z] 15:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.006Z] 15:30:01 eth0 942.61 1044.41 3076.71 119.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.006Z] 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:30:01 docker0 991.20 862.46 78.36 2735.27 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:31:01 eth0 555.46 460.42 3654.00 44.58 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:31:01 docker0 124.99 178.33 9.00 828.45 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:32:01 vethe8e7a8a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:32:01 eth0 34.95 19.46 30.88 12.39 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:33:02 vethe8e7a8a 2.23 2.23 0.18 0.18 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:33:02 eth0 34.28 24.32 18.17 77.44 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:33:02 docker0 2.23 2.23 0.15 0.18 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:34:01 vethe8e7a8a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:34:01 eth0 28.12 15.43 24.16 12.64 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:35:02 eth0 199.14 167.58 1660.70 74.27 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:35:02 vethb1106e4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:36:02 eth0 54.45 33.75 166.38 11.49 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:36:02 vethb1106e4 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:36:02 docker0 21.52 29.79 1.14 147.29 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:37:01 veth72fc61f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:37:01 vethb63964d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:37:01 vethd89b4c3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:37:01 eth0 6.44 3.32 5.11 2.69 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:38:02 eth0 72.76 50.35 191.20 72.91 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:38:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:38:02 vethb1106e4 0.00 0.61 0.00 0.03 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:38:02 docker0 1123.54 1070.45 87.07 3750.84 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:39:01 eth0 50.20 25.66 156.59 11.07 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:39:01 veth990e1d7 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:39:01 vethb1106e4 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:40:02 veth3fb3d2d 1.91 2.76 0.31 14.38 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:40:02 eth0 215.00 142.16 1652.13 87.03 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:40:02 vethb1106e4 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:41:01 eth0 22.74 12.18 53.80 6.73 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:41:01 docker0 1198.05 1186.14 92.13 4443.66 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:42:01 eth0 1.48 0.58 0.59 0.40 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:43:01 eth0 1.52 0.58 0.66 0.42 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:44:01 eth0 0.17 0.03 0.07 0.03 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:45:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:46:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:47:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:48:01 eth0 0.47 0.15 0.15 0.07 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:49:01 eth0 1.70 0.08 0.16 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:50:01 eth0 0.22 0.07 0.02 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:51:01 eth0 0.22 0.07 0.02 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:52:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:53:01 eth0 0.30 0.13 0.09 0.04 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:54:01 eth0 1.15 0.32 0.38 0.23 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:55:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:56:01 eth0 236.09 193.96 2179.36 73.14 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] Average: eth0 116.19 100.89 568.40 24.91 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] Average: docker0 42.15 41.73 3.24 156.33 0.00 0.00 0.00 0.00 [2021-03-10T15:56:20.007Z] [2021-03-10T15:56:20.007Z] [2021-03-10T15:56:20.007Z] ---> sar -P ALL: [2021-03-10T15:56:20.007Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) [2021-03-10T15:56:20.007Z] [2021-03-10T15:56:20.007Z] 15:27:16 LINUX RESTART (4 CPU) [2021-03-10T15:56:20.007Z] [2021-03-10T15:56:20.007Z] 15:28:01 CPU %user %nice %system %iowait %steal %idle [2021-03-10T15:56:20.007Z] 15:29:02 all 7.72 0.00 2.39 0.93 0.29 88.68 [2021-03-10T15:56:20.007Z] 15:29:02 0 9.18 0.00 2.22 0.07 0.17 88.36 [2021-03-10T15:56:20.007Z] 15:29:02 1 6.17 0.00 2.24 0.07 0.35 91.17 [2021-03-10T15:56:20.007Z] 15:29:02 2 10.35 0.00 2.53 1.35 0.19 85.58 [2021-03-10T15:56:20.007Z] 15:29:02 3 5.21 0.00 2.57 2.20 0.44 89.58 [2021-03-10T15:56:20.007Z] 15:30:01 all 10.11 0.00 4.92 1.11 0.39 83.47 [2021-03-10T15:56:20.007Z] 15:30:01 0 8.00 0.00 5.94 1.08 0.42 84.56 [2021-03-10T15:56:20.007Z] 15:30:01 1 11.12 0.00 4.73 1.62 0.43 82.11 [2021-03-10T15:56:20.007Z] 15:30:01 2 10.53 0.00 4.51 0.71 0.38 83.86 [2021-03-10T15:56:20.007Z] 15:30:01 3 10.76 0.00 4.53 1.03 0.31 83.37 [2021-03-10T15:56:20.007Z] 15:31:01 all 11.62 0.00 9.96 5.16 0.92 72.34 [2021-03-10T15:56:20.007Z] 15:31:01 0 10.81 0.00 9.80 5.48 0.96 72.94 [2021-03-10T15:56:20.007Z] 15:31:01 1 10.34 0.00 10.47 4.49 0.96 73.74 [2021-03-10T15:56:20.007Z] 15:31:01 2 11.66 0.00 10.12 5.58 0.89 71.74 [2021-03-10T15:56:20.007Z] 15:31:01 3 13.66 0.00 9.46 5.08 0.86 70.94 [2021-03-10T15:56:20.007Z] 15:32:01 all 47.72 0.00 13.47 3.52 4.27 31.01 [2021-03-10T15:56:20.007Z] 15:32:01 0 46.59 0.00 13.42 2.98 4.27 32.74 [2021-03-10T15:56:20.007Z] 15:32:01 1 48.89 0.00 13.47 4.89 4.14 28.61 [2021-03-10T15:56:20.007Z] 15:32:01 2 47.43 0.00 14.14 4.46 4.20 29.77 [2021-03-10T15:56:20.008Z] 15:32:01 3 47.97 0.00 12.87 1.77 4.48 32.91 [2021-03-10T15:56:20.008Z] 15:33:02 all 49.68 0.00 13.70 3.26 4.14 29.21 [2021-03-10T15:56:20.008Z] 15:33:02 0 52.78 0.00 14.40 3.77 3.33 25.73 [2021-03-10T15:56:20.008Z] 15:33:02 1 50.26 0.00 14.48 2.37 4.22 28.67 [2021-03-10T15:56:20.008Z] 15:33:02 2 45.79 0.00 12.41 4.53 4.96 32.31 [2021-03-10T15:56:20.008Z] 15:33:02 3 49.98 0.00 13.56 2.36 4.05 30.05 [2021-03-10T15:56:20.008Z] 15:34:01 all 38.85 0.00 13.86 2.48 5.25 39.56 [2021-03-10T15:56:20.008Z] 15:34:01 0 39.77 0.00 14.84 2.54 4.89 37.96 [2021-03-10T15:56:20.008Z] 15:34:01 1 39.23 0.00 13.58 2.63 4.78 39.78 [2021-03-10T15:56:20.008Z] 15:34:01 2 38.17 0.00 13.49 3.88 5.81 38.64 [2021-03-10T15:56:20.008Z] 15:34:01 3 38.24 0.00 13.54 0.87 5.49 41.85 [2021-03-10T15:56:20.008Z] 15:35:02 all 22.26 0.00 24.48 5.29 4.25 43.72 [2021-03-10T15:56:20.008Z] 15:35:02 0 21.30 0.00 24.35 5.26 3.91 45.17 [2021-03-10T15:56:20.008Z] 15:35:02 1 23.56 0.00 26.01 5.81 4.07 40.55 [2021-03-10T15:56:20.008Z] 15:35:02 2 21.98 0.00 24.47 4.99 4.46 44.09 [2021-03-10T15:56:20.008Z] 15:35:02 3 22.20 0.00 23.07 5.11 4.54 45.08 [2021-03-10T15:56:20.008Z] 15:36:02 all 17.47 0.00 24.68 20.50 11.58 25.76 [2021-03-10T15:56:20.008Z] 15:36:02 0 17.05 0.00 23.76 19.35 12.19 27.65 [2021-03-10T15:56:20.008Z] 15:36:02 1 17.99 0.00 25.51 20.37 11.35 24.78 [2021-03-10T15:56:20.008Z] 15:36:02 2 18.52 0.00 27.04 22.55 11.00 20.88 [2021-03-10T15:56:20.008Z] 15:36:02 3 16.34 0.00 22.43 19.73 11.78 29.71 [2021-03-10T15:56:20.008Z] 15:37:01 all 69.82 0.00 15.66 5.72 4.19 4.60 [2021-03-10T15:56:20.008Z] 15:37:01 0 69.89 0.00 15.13 5.56 4.38 5.04 [2021-03-10T15:56:20.008Z] 15:37:01 1 69.77 0.00 16.16 5.36 3.48 5.22 [2021-03-10T15:56:20.008Z] 15:37:01 2 69.52 0.00 16.16 6.21 4.22 3.89 [2021-03-10T15:56:20.008Z] 15:37:01 3 70.11 0.00 15.19 5.76 4.70 4.24 [2021-03-10T15:56:20.008Z] 15:38:02 all 24.30 0.00 21.63 12.02 12.85 29.21 [2021-03-10T15:56:20.008Z] 15:38:02 0 24.51 0.00 20.55 10.85 13.15 30.94 [2021-03-10T15:56:20.008Z] 15:38:02 1 22.75 0.00 21.81 11.98 12.84 30.63 [2021-03-10T15:56:20.008Z] 15:38:02 2 22.45 0.00 20.13 13.09 13.50 30.83 [2021-03-10T15:56:20.008Z] 15:38:02 3 27.57 0.00 24.09 12.17 11.88 24.28 [2021-03-10T15:56:20.008Z] 15:39:01 all 36.55 0.00 23.77 12.87 9.12 17.69 [2021-03-10T15:56:20.008Z] 15:39:01 0 36.21 0.00 23.90 10.73 9.30 19.85 [2021-03-10T15:56:20.008Z] 15:39:01 1 37.35 0.00 22.58 16.55 8.98 14.53 [2021-03-10T15:56:20.008Z] 15:39:01 2 34.97 0.00 23.96 12.61 9.48 18.97 [2021-03-10T15:56:20.008Z] 15:39:01 3 37.70 0.00 24.62 11.59 8.71 17.38 [2021-03-10T15:56:20.008Z] [2021-03-10T15:56:20.008Z] 15:39:01 CPU %user %nice %system %iowait %steal %idle [2021-03-10T15:56:20.008Z] 15:40:02 all 34.42 0.00 13.12 5.26 7.33 39.87 [2021-03-10T15:56:20.008Z] 15:40:02 0 33.49 0.00 13.64 4.69 7.13 41.05 [2021-03-10T15:56:20.008Z] 15:40:02 1 34.01 0.00 12.70 5.42 7.60 40.26 [2021-03-10T15:56:20.008Z] 15:40:02 2 34.35 0.00 13.03 6.66 7.14 38.81 [2021-03-10T15:56:20.008Z] 15:40:02 3 35.80 0.00 13.12 4.27 7.45 39.37 [2021-03-10T15:56:20.008Z] 15:41:01 all 2.66 0.00 1.74 1.07 0.79 93.74 [2021-03-10T15:56:20.008Z] 15:41:01 0 2.37 0.00 1.91 1.34 0.81 93.56 [2021-03-10T15:56:20.008Z] 15:41:01 1 2.70 0.00 1.92 0.36 0.82 94.21 [2021-03-10T15:56:20.008Z] 15:41:01 2 1.87 0.00 1.17 1.02 0.85 95.10 [2021-03-10T15:56:20.008Z] 15:41:01 3 3.73 0.00 1.96 1.56 0.68 92.07 [2021-03-10T15:56:20.008Z] 15:42:01 all 0.15 0.00 0.03 0.00 0.00 99.80 [2021-03-10T15:56:20.008Z] 15:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-10T15:56:20.008Z] 15:42:01 1 0.52 0.00 0.03 0.02 0.00 99.43 [2021-03-10T15:56:20.008Z] 15:42:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-10T15:56:20.008Z] 15:42:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-10T15:56:20.008Z] 15:43:01 all 0.16 0.00 0.08 0.02 0.01 99.73 [2021-03-10T15:56:20.008Z] 15:43:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-03-10T15:56:20.008Z] 15:43:01 1 0.48 0.00 0.12 0.08 0.02 99.30 [2021-03-10T15:56:20.008Z] 15:43:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-10T15:56:20.008Z] 15:43:01 3 0.05 0.00 0.08 0.00 0.02 99.85 [2021-03-10T15:56:20.008Z] 15:44:01 all 0.04 0.00 0.04 0.00 0.00 99.92 [2021-03-10T15:56:20.008Z] 15:44:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-10T15:56:20.008Z] 15:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T15:56:20.008Z] 15:44:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-10T15:56:20.008Z] 15:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-10T15:56:20.008Z] 15:45:01 all 0.05 0.00 0.08 0.00 0.00 99.86 [2021-03-10T15:56:20.008Z] 15:45:01 0 0.07 0.00 0.10 0.00 0.02 99.82 [2021-03-10T15:56:20.008Z] 15:45:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-10T15:56:20.008Z] 15:45:01 2 0.07 0.00 0.08 0.00 0.00 99.85 [2021-03-10T15:56:20.008Z] 15:45:01 3 0.05 0.00 0.08 0.00 0.00 99.87 [2021-03-10T15:56:20.008Z] 15:46:01 all 0.11 0.00 0.02 0.00 0.00 99.87 [2021-03-10T15:56:20.008Z] 15:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-10T15:56:20.008Z] 15:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2021-03-10T15:56:20.008Z] 15:46:01 2 0.37 0.00 0.02 0.00 0.00 99.62 [2021-03-10T15:56:20.008Z] 15:46:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-10T15:56:20.008Z] 15:47:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-03-10T15:56:20.008Z] 15:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T15:56:20.008Z] 15:47:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-10T15:56:20.008Z] 15:47:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-10T15:56:20.008Z] 15:47:01 3 0.05 0.00 0.03 0.02 0.00 99.90 [2021-03-10T15:56:20.008Z] 15:48:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-10T15:56:20.008Z] 15:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T15:56:20.008Z] 15:48:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-10T15:56:20.008Z] 15:48:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-10T15:56:20.008Z] 15:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-10T15:56:20.008Z] 15:49:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-10T15:56:20.008Z] 15:49:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-10T15:56:20.008Z] 15:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T15:56:20.008Z] 15:49:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-10T15:56:20.008Z] 15:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-10T15:56:20.008Z] 15:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-10T15:56:20.008Z] 15:50:01 0 0.07 0.00 0.05 0.02 0.00 99.87 [2021-03-10T15:56:20.008Z] 15:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-10T15:56:20.008Z] 15:50:01 2 0.50 0.00 0.00 0.00 0.00 99.50 [2021-03-10T15:56:20.008Z] 15:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T15:56:20.008Z] [2021-03-10T15:56:20.008Z] 15:50:01 CPU %user %nice %system %iowait %steal %idle [2021-03-10T15:56:20.008Z] 15:51:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-10T15:56:20.008Z] 15:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-10T15:56:20.008Z] 15:51:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-10T15:56:20.008Z] 15:51:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-10T15:56:20.008Z] 15:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-10T15:56:20.008Z] 15:52:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-10T15:56:20.008Z] 15:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T15:56:20.008Z] 15:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-10T15:56:20.008Z] 15:52:01 2 0.22 0.00 0.05 0.00 0.00 99.73 [2021-03-10T15:56:20.008Z] 15:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-10T15:56:20.008Z] 15:53:01 all 0.09 0.00 0.04 0.00 0.00 99.87 [2021-03-10T15:56:20.008Z] 15:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T15:56:20.008Z] 15:53:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-10T15:56:20.008Z] 15:53:01 2 0.28 0.00 0.05 0.00 0.02 99.65 [2021-03-10T15:56:20.008Z] 15:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T15:56:20.008Z] 15:54:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-03-10T15:56:20.008Z] 15:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T15:56:20.008Z] 15:54:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2021-03-10T15:56:20.008Z] 15:54:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-10T15:56:20.008Z] 15:54:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-10T15:56:20.008Z] 15:55:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-10T15:56:20.008Z] 15:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-10T15:56:20.008Z] 15:55:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-10T15:56:20.008Z] 15:55:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-10T15:56:20.008Z] 15:55:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-10T15:56:20.008Z] 15:56:01 all 6.64 0.00 4.74 2.57 0.08 85.96 [2021-03-10T15:56:20.008Z] 15:56:01 0 7.74 0.00 5.94 5.09 0.08 81.15 [2021-03-10T15:56:20.008Z] 15:56:01 1 5.58 0.00 4.18 1.91 0.12 88.21 [2021-03-10T15:56:20.008Z] 15:56:01 2 6.64 0.00 4.32 1.88 0.07 87.09 [2021-03-10T15:56:20.008Z] 15:56:01 3 6.62 0.00 4.52 1.42 0.07 87.37 [2021-03-10T15:56:20.008Z] Average: all 13.23 0.00 6.57 2.85 2.29 75.06 [2021-03-10T15:56:20.008Z] Average: 0 13.20 0.00 6.64 2.76 2.28 75.12 [2021-03-10T15:56:20.008Z] Average: 1 13.18 0.00 6.63 2.92 2.24 75.04 [2021-03-10T15:56:20.008Z] Average: 2 13.17 0.00 6.56 3.12 2.35 74.79 [2021-03-10T15:56:20.008Z] Average: 3 13.36 0.00 6.47 2.60 2.28 75.29 [2021-03-10T15:56:20.008Z] [2021-03-10T15:56:20.008Z] [2021-03-10T15:56:20.009Z]