Pull request #3269 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dae911a45406044c6bc2df530b0c13327117112a+05f2d13a179446ff46e2de9a60e91a19cc98f319 (85d2bd63660f8afaf4886153f5d17ca9a49dc398) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-30616’ is offline; ‘prd-centos7-docker-4c-2g-30617’ is offline; ‘prd-centos7-docker-4c-2g-30618’ 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’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30620 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit dae911a45406044c6bc2df530b0c13327117112a Merge succeeded, producing dae911a45406044c6bc2df530b0c13327117112a Checking out Revision dae911a45406044c6bc2df530b0c13327117112a (PR-3269) > 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/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dae911a45406044c6bc2df530b0c13327117112a # 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 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dae911a45406044c6bc2df530b0c13327117112a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-19T20:09:37.760Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-19T20:09:37.975Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-19T20:09:38.096Z] ========================================================= [2021-03-19T20:09:38.096Z] EdgeX Global Pipelines Version Info [2021-03-19T20:09:38.096Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 [2021-03-19T20:09:40.596Z] ------------------- [2021-03-19T20:09:40.597Z] stable info: [2021-03-19T20:09:40.597Z] ------------------- [2021-03-19T20:09:40.597Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-19T20:09:40.597Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T20:09:40.597Z] Message: update stable to v1.0.186 [2021-03-19T20:09:41.616Z] ------------------- [2021-03-19T20:09:41.616Z] experimental info: [2021-03-19T20:09:41.616Z] ------------------- [2021-03-19T20:09:41.616Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-19T20:09:41.616Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T20:09:41.616Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-19T20:09:42.079Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-19T20:09:42.177Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-19T20:09:42.271Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-19T20:09:42.365Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-19T20:09:42.450Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-19T20:09:42.537Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-19T20:09:42.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-19T20:09:42.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-19T20:09:42.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-19T20:09:42.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-19T20:09:43.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-19T20:09:43.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-19T20:09:43.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-19T20:09:43.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-19T20:09:43.368Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T20:09:43.445Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T20:09:43.525Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-19T20:09:43.633Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-19T20:09:43.715Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-19T20:09:43.798Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-19T20:09:43.879Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-19T20:09:43.963Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-19T20:09:44.047Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3269 [Pipeline] echo [2021-03-19T20:09:44.142Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3269 [Pipeline] echo [2021-03-19T20:09:44.245Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3269 [Pipeline] echo [2021-03-19T20:09:44.331Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dae911a45406044c6bc2df530b0c13327117112a [Pipeline] echo [2021-03-19T20:09:44.424Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dae911a [Pipeline] echo [2021-03-19T20:09:44.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T20:09:44.663Z] provisioning config files... [2021-03-19T20:09:44.705Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8070677599728111252tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:09:45.072Z] ---> docker-login.sh [2021-03-19T20:09:45.072Z] nexus3.edgexfoundry.org:10001 [2021-03-19T20:09:46.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:09:46.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:09:46.688Z] Configure a credential helper to remove this warning. See [2021-03-19T20:09:46.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:09:46.688Z] [2021-03-19T20:09:46.688Z] Login Succeeded [2021-03-19T20:09:46.688Z] nexus3.edgexfoundry.org:10002 [2021-03-19T20:09:46.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:09:47.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:09:47.376Z] Configure a credential helper to remove this warning. See [2021-03-19T20:09:47.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:09:47.376Z] [2021-03-19T20:09:47.376Z] Login Succeeded [2021-03-19T20:09:47.376Z] nexus3.edgexfoundry.org:10003 [2021-03-19T20:09:48.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:09:48.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:09:48.458Z] Configure a credential helper to remove this warning. See [2021-03-19T20:09:48.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:09:48.458Z] [2021-03-19T20:09:48.458Z] Login Succeeded [2021-03-19T20:09:48.458Z] nexus3.edgexfoundry.org:10004 [2021-03-19T20:09:49.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:09:49.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:09:49.204Z] Configure a credential helper to remove this warning. See [2021-03-19T20:09:49.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:09:49.204Z] [2021-03-19T20:09:49.204Z] Login Succeeded [2021-03-19T20:09:49.204Z] docker.io [2021-03-19T20:09:49.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:09:49.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:09:49.768Z] Configure a credential helper to remove this warning. See [2021-03-19T20:09:49.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:09:49.768Z] [2021-03-19T20:09:49.768Z] Login Succeeded [2021-03-19T20:09:49.768Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T20:09:49.794Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:09:50.435Z] ++ 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-19T20:09:50.435Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:50.435Z] ++ dirname cmd/core-command/Dockerfile [2021-03-19T20:09:50.435Z] ++ cut -d/ -f2 [2021-03-19T20:09:50.435Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-19T20:09:50.435Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:50.435Z] ++ cut -d/ -f2 [2021-03-19T20:09:50.435Z] ++ dirname cmd/core-data/Dockerfile [2021-03-19T20:09:50.435Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-19T20:09:50.435Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:50.435Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-19T20:09:50.435Z] ++ cut -d/ -f2 [2021-03-19T20:09:50.435Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-19T20:09:50.435Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:50.435Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-19T20:09:50.435Z] ++ cut -d/ -f2 [2021-03-19T20:09:50.435Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-19T20:09:50.435Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:50.435Z] ++ cut -d/ -f2 [2021-03-19T20:09:50.435Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-19T20:09:50.435Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-19T20:09:50.435Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:50.435Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-19T20:09:50.435Z] ++ cut -d/ -f2 [2021-03-19T20:09:50.435Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-19T20:09:50.435Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:50.435Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-19T20:09:50.435Z] ++ cut -d/ -f2 [2021-03-19T20:09:50.435Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-19T20:09:50.435Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:50.436Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-19T20:09:50.436Z] ++ cut -d/ -f2 [2021-03-19T20:09:50.436Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-19T20:09:50.436Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:09:50.436Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-19T20:09:50.436Z] ++ cut -d/ -f2 [2021-03-19T20:09:50.436Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-19T20:09:51.279Z] 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-19T20:09:52.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:09:52.326Z] [2021-03-19T20:09:52.326Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:09:52.941Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:09:53.336Z] latest: Pulling from edgex-devops/git-semver [2021-03-19T20:09:53.336Z] 31603596830f: Pulling fs layer [2021-03-19T20:09:53.336Z] 2a8b12db71e7: Pulling fs layer [2021-03-19T20:09:53.336Z] 6ca5941a6612: Pulling fs layer [2021-03-19T20:09:53.336Z] ecc8261a40a4: Pulling fs layer [2021-03-19T20:09:53.336Z] ecc8261a40a4: Waiting [2021-03-19T20:09:53.336Z] 2a8b12db71e7: Download complete [2021-03-19T20:09:53.734Z] 31603596830f: Verifying Checksum [2021-03-19T20:09:53.734Z] 31603596830f: Download complete [2021-03-19T20:09:54.792Z] 6ca5941a6612: Verifying Checksum [2021-03-19T20:09:54.792Z] 6ca5941a6612: Download complete [2021-03-19T20:09:55.074Z] ecc8261a40a4: Verifying Checksum [2021-03-19T20:09:55.074Z] ecc8261a40a4: Download complete [2021-03-19T20:09:55.349Z] 31603596830f: Pull complete [2021-03-19T20:09:55.349Z] 2a8b12db71e7: Pull complete [2021-03-19T20:09:58.209Z] 6ca5941a6612: Pull complete [2021-03-19T20:09:59.328Z] ecc8261a40a4: Pull complete [2021-03-19T20:09:59.328Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-19T20:09:59.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:09:59.328Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-19T20:09:59.774Z] prd-centos7-docker-4c-2g-30620 does not seem to be running inside a container [2021-03-19T20:09:59.895Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-19T20:10:02.820Z] $ docker top 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T20:10:03.287Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:10:03.287Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:10:04.356Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:10:04.364Z] $ docker exec 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef ssh-agent [2021-03-19T20:10:05.066Z] SSH_AUTH_SOCK=/tmp/ssh-ZrelGh6M9hMP/agent.12 [2021-03-19T20:10:05.066Z] SSH_AGENT_PID=17 [2021-03-19T20:10:05.107Z] Running ssh-add (command line suppressed) [2021-03-19T20:10:05.723Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1752701271528022697.key (/w/workspace/edgex-go/2@tmp/private_key_1752701271528022697.key) [2021-03-19T20:10:05.906Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:10:06.341Z] + git tag --points-at HEAD [Pipeline] } [2021-03-19T20:10:06.420Z] $ docker exec --env ******** --env ******** 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef ssh-agent -k [2021-03-19T20:10:06.733Z] unset SSH_AUTH_SOCK; [2021-03-19T20:10:06.733Z] unset SSH_AGENT_PID; [2021-03-19T20:10:06.734Z] echo Agent pid 17 killed; [2021-03-19T20:10:06.879Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-19T20:10:07.042Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:10:07.042Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:10:07.323Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:10:07.338Z] $ docker exec 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef ssh-agent [2021-03-19T20:10:07.798Z] SSH_AUTH_SOCK=/tmp/ssh-f3bY0TM6GXZJ/agent.47 [2021-03-19T20:10:07.798Z] SSH_AGENT_PID=52 [2021-03-19T20:10:07.818Z] Running ssh-add (command line suppressed) [2021-03-19T20:10:08.235Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5758524240701430522.key (/w/workspace/edgex-go/2@tmp/private_key_5758524240701430522.key) [2021-03-19T20:10:08.407Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:10:08.805Z] + git semver init [2021-03-19T20:10:09.121Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T20:10:09.121Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-19T20:10:09.121Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-19T20:10:09.121Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T20:10:09.121Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T20:10:09.121Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T20:10:09.121Z] # $SEMVER_BRANCH = PR-3269 [2021-03-19T20:10:09.121Z] # $SEMVER_TEMP = /tmp/semver-061537772 [2021-03-19T20:10:09.121Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-19T20:10:36.599Z] # '/tmp/semver-061537772' -> '/w/workspace/edgex-go/2/.semver' [2021-03-19T20:10:36.599Z] # -> Force: false [2021-03-19T20:10:36.599Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-19T20:10:36.646Z] $ docker exec --env ******** --env ******** 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef ssh-agent -k [2021-03-19T20:10:37.191Z] unset SSH_AUTH_SOCK; [2021-03-19T20:10:37.192Z] unset SSH_AGENT_PID; [2021-03-19T20:10:37.192Z] echo Agent pid 52 killed; [2021-03-19T20:10:37.369Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:10:37.849Z] + git semver [Pipeline] } [2021-03-19T20:10:37.879Z] $ docker stop --time=1 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef [2021-03-19T20:10:39.831Z] $ docker rm -f 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:10:40.593Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-19T20:10:41.937Z] Stashed 1 file(s) [Pipeline] echo [2021-03-19T20:10:41.940Z] [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-19T20:10:42.880Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:10:43.222Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:10:43.543Z] + sudo service docker restart [2021-03-19T20:10:43.543Z] + true [2021-03-19T20:10:43.543Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-19T20:10:45.751Z] ========================================================= [2021-03-19T20:10:45.751Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-19T20:10:45.751Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:10:46.340Z] + 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-19T20:10:57.356Z] Still waiting to schedule task [2021-03-19T20:10:57.356Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-19T20:10:58.822Z] Sending build context to Docker daemon 328.6MB [2021-03-19T20:10:58.822Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T20:10:58.822Z] Step 2/6 : FROM ${BASE} [2021-03-19T20:10:58.822Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-19T20:10:58.822Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T20:10:58.822Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T20:10:58.822Z] de9db76c5a1d: Pulling fs layer [2021-03-19T20:10:58.822Z] bca2f99d35d6: Pulling fs layer [2021-03-19T20:10:58.822Z] 93359f2a8cfa: Pulling fs layer [2021-03-19T20:10:58.822Z] 7c6f9722023f: Pulling fs layer [2021-03-19T20:10:58.822Z] a35cf1a2eb13: Pulling fs layer [2021-03-19T20:10:58.822Z] 93359f2a8cfa: Waiting [2021-03-19T20:10:58.822Z] 7c6f9722023f: Waiting [2021-03-19T20:10:58.822Z] a35cf1a2eb13: Waiting [2021-03-19T20:10:58.822Z] bca2f99d35d6: Waiting [2021-03-19T20:10:58.822Z] de9db76c5a1d: Verifying Checksum [2021-03-19T20:10:58.822Z] de9db76c5a1d: Download complete [2021-03-19T20:10:58.822Z] 0ef7d3d256c8: Verifying Checksum [2021-03-19T20:10:58.822Z] 0ef7d3d256c8: Download complete [2021-03-19T20:10:58.822Z] 93359f2a8cfa: Verifying Checksum [2021-03-19T20:10:58.822Z] 93359f2a8cfa: Download complete [2021-03-19T20:10:58.822Z] 7c6f9722023f: Verifying Checksum [2021-03-19T20:10:58.822Z] 7c6f9722023f: Download complete [2021-03-19T20:10:58.822Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T20:10:58.822Z] 188c0c94c7c5: Download complete [2021-03-19T20:10:59.549Z] 188c0c94c7c5: Pull complete [2021-03-19T20:11:00.222Z] 0ef7d3d256c8: Pull complete [2021-03-19T20:11:00.503Z] de9db76c5a1d: Pull complete [2021-03-19T20:11:05.043Z] a35cf1a2eb13: Verifying Checksum [2021-03-19T20:11:05.043Z] a35cf1a2eb13: Download complete [2021-03-19T20:11:05.043Z] bca2f99d35d6: Verifying Checksum [2021-03-19T20:11:05.043Z] bca2f99d35d6: Download complete [2021-03-19T20:11:23.848Z] bca2f99d35d6: Pull complete [2021-03-19T20:11:23.848Z] 93359f2a8cfa: Pull complete [2021-03-19T20:11:23.848Z] 7c6f9722023f: Pull complete [2021-03-19T20:11:32.705Z] a35cf1a2eb13: Pull complete [2021-03-19T20:11:32.705Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-19T20:11:32.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T20:11:32.705Z] ---> a62c8e92a672 [2021-03-19T20:11:32.705Z] 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-19T20:11:32.705Z] ---> Running in c13e4807cb42 [2021-03-19T20:11:34.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:11:35.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:11:36.750Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T20:11:36.750Z] (2/12) Installing file (5.38-r0) [2021-03-19T20:11:36.750Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T20:11:37.033Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T20:11:42.535Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T20:11:42.804Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T20:11:42.804Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T20:11:42.804Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T20:11:43.083Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T20:11:43.083Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T20:11:43.356Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T20:11:43.356Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T20:11:43.356Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:11:43.356Z] OK: 233 MiB in 51 packages [2021-03-19T20:11:48.977Z] Removing intermediate container c13e4807cb42 [2021-03-19T20:11:48.977Z] ---> 171f74fbe39b [2021-03-19T20:11:48.977Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T20:11:48.977Z] ---> Running in bf4b522fcffc [2021-03-19T20:11:48.977Z] Removing intermediate container bf4b522fcffc [2021-03-19T20:11:48.977Z] ---> f0b44b5879fa [2021-03-19T20:11:48.977Z] Step 5/6 : COPY go.mod . [2021-03-19T20:11:48.977Z] ---> 07d141135317 [2021-03-19T20:11:48.977Z] Step 6/6 : RUN go mod download [2021-03-19T20:11:49.254Z] ---> Running in 35211f9905e9 [2021-03-19T20:12:29.120Z] Removing intermediate container 35211f9905e9 [2021-03-19T20:12:29.120Z] ---> 8dea470d0f20 [2021-03-19T20:12:29.120Z] Successfully built 8dea470d0f20 [2021-03-19T20:12:29.120Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:12:29.516Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T20:12:30.496Z] . [Pipeline] withDockerContainer [2021-03-19T20:12:32.234Z] prd-centos7-docker-4c-2g-30620 does not seem to be running inside a container [2021-03-19T20:12:32.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-19T20:12:34.548Z] $ docker top 3e3260c299e8676c4d17ab2f5d0c5b0e64f69fbd7dddfc09a919b0222f0cced3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:12:35.681Z] + go version [2021-03-19T20:12:35.681Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-19T20:12:35.740Z] $ docker stop --time=1 3e3260c299e8676c4d17ab2f5d0c5b0e64f69fbd7dddfc09a919b0222f0cced3 [2021-03-19T20:12:37.530Z] $ docker rm -f 3e3260c299e8676c4d17ab2f5d0c5b0e64f69fbd7dddfc09a919b0222f0cced3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:12:38.785Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T20:12:38.785Z] . [Pipeline] withDockerContainer [2021-03-19T20:12:38.938Z] prd-centos7-docker-4c-2g-30620 does not seem to be running inside a container [2021-03-19T20:12:39.006Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-19T20:12:40.665Z] $ docker top 2d933ca2be94dd3afde96b3cd0778db76751822d5973d4e23163f3aba63db854 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T20:12:41.646Z] ========================================================= [2021-03-19T20:12:41.646Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T20:12:41.646Z] ========================================================= [Pipeline] sh [2021-03-19T20:12:42.028Z] + make test [2021-03-19T20:12:42.028Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T20:13:16.139Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T20:14:06.580Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T20:14:21.395Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30630 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws [2021-03-19T20:14:21.446Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-19T20:14:25.916Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T20:14:25.916Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T20:14:25.916Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T20:14:26.509Z] using credential edgex-jenkins-ssh [2021-03-19T20:14:26.567Z] Cloning the remote Git repository [2021-03-19T20:14:26.626Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:14:26.746Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-19T20:14:26.833Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:14:26.833Z] > git --version # timeout=10 [2021-03-19T20:14:26.852Z] > git --version # 'git version 2.17.1' [2021-03-19T20:14:26.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:14:26.900Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:14:34.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T20:14:34.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T20:14:34.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T20:14:34.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T20:14:37.178Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T20:14:38.192Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T20:14:47.371Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T20:14:47.371Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T20:14:47.371Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T20:14:49.553Z] Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:14:50.059Z] Merge succeeded, producing dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:14:50.060Z] Checking out Revision dae911a45406044c6bc2df530b0c13327117112a (PR-3269) [2021-03-19T20:14:48.764Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:14:48.787Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:14:48.813Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:14:48.848Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:14:48.848Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:14:48.862Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:14:49.577Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:14:49.594Z] > git checkout -f dae911a45406044c6bc2df530b0c13327117112a # timeout=10 [2021-03-19T20:14:49.912Z] > git remote # timeout=10 [2021-03-19T20:14:49.930Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:14:49.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:14:49.966Z] > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 [2021-03-19T20:14:50.026Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:14:50.070Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:14:50.107Z] > git checkout -f dae911a45406044c6bc2df530b0c13327117112a # timeout=10 [2021-03-19T20:14:53.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.330s coverage: 45.9% of statements [2021-03-19T20:14:53.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T20:14:53.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T20:14:53.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T20:14:53.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T20:14:53.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T20:14:53.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T20:14:53.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.100s coverage: 19.8% of statements [2021-03-19T20:14:53.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.196s coverage: 100.0% of statements [2021-03-19T20:14:54.606Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T20:14:56.147Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:14:56.560Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:14:56.911Z] + true [2021-03-19T20:14:56.911Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T20:14:59.006Z] provisioning config files... [2021-03-19T20:14:59.049Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1767701094235494666tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:14:59.442Z] ---> docker-login.sh [2021-03-19T20:14:59.442Z] nexus3.edgexfoundry.org:10001 [2021-03-19T20:15:00.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:00.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:00.633Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:00.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:00.633Z] [2021-03-19T20:15:00.633Z] Login Succeeded [2021-03-19T20:15:00.633Z] nexus3.edgexfoundry.org:10002 [2021-03-19T20:15:00.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:00.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:00.907Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:00.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:00.907Z] [2021-03-19T20:15:00.907Z] Login Succeeded [2021-03-19T20:15:00.907Z] nexus3.edgexfoundry.org:10003 [2021-03-19T20:15:01.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:01.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:01.470Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:01.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:01.470Z] [2021-03-19T20:15:01.470Z] Login Succeeded [2021-03-19T20:15:01.470Z] nexus3.edgexfoundry.org:10004 [2021-03-19T20:15:01.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:02.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:02.020Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:02.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:02.020Z] [2021-03-19T20:15:02.020Z] Login Succeeded [2021-03-19T20:15:02.020Z] docker.io [2021-03-19T20:15:02.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:02.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:02.894Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:02.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:02.894Z] [2021-03-19T20:15:02.894Z] Login Succeeded [2021-03-19T20:15:02.894Z] ---> docker-login.sh ends [2021-03-19T20:15:02.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 2.062s coverage: 27.1% of statements [2021-03-19T20:15:02.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T20:15:02.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T20:15:02.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T20:15:02.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T20:15:02.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T20:15:02.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T20:15:02.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-03-19T20:15:02.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T20:15:02.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements [2021-03-19T20:15:02.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T20:15:02.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T20:15:02.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.218s coverage: 71.3% of statements [2021-03-19T20:15:02.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T20:15:02.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [Pipeline] } [2021-03-19T20:15:02.916Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-19T20:15:03.496Z] ========================================================= [2021-03-19T20:15:03.496Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-19T20:15:03.496Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:03.866Z] + 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-19T20:15:05.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.731s coverage: 82.9% of statements [2021-03-19T20:15:05.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T20:15:05.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:15:05.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.245s coverage: 78.9% of statements [2021-03-19T20:15:05.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T20:15:06.490Z] Sending build context to Docker daemon 166.8MB [2021-03-19T20:15:06.490Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T20:15:06.490Z] Step 2/6 : FROM ${BASE} [2021-03-19T20:15:06.490Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-19T20:15:06.490Z] 5f621e34cdf4: Pulling fs layer [2021-03-19T20:15:06.490Z] a4357932f1b6: Pulling fs layer [2021-03-19T20:15:06.490Z] 18c013af1878: Pulling fs layer [2021-03-19T20:15:06.490Z] 00ac8860ef70: Pulling fs layer [2021-03-19T20:15:06.490Z] 63d7cb157983: Pulling fs layer [2021-03-19T20:15:06.490Z] b116817d02f9: Pulling fs layer [2021-03-19T20:15:06.490Z] 745a02a5169b: Pulling fs layer [2021-03-19T20:15:06.490Z] 00ac8860ef70: Waiting [2021-03-19T20:15:06.490Z] b116817d02f9: Waiting [2021-03-19T20:15:06.490Z] 63d7cb157983: Waiting [2021-03-19T20:15:06.490Z] 745a02a5169b: Waiting [2021-03-19T20:15:06.490Z] 18c013af1878: Verifying Checksum [2021-03-19T20:15:06.490Z] 18c013af1878: Download complete [2021-03-19T20:15:06.490Z] a4357932f1b6: Verifying Checksum [2021-03-19T20:15:06.490Z] a4357932f1b6: Download complete [2021-03-19T20:15:06.490Z] 63d7cb157983: Verifying Checksum [2021-03-19T20:15:06.490Z] 63d7cb157983: Download complete [2021-03-19T20:15:06.490Z] b116817d02f9: Verifying Checksum [2021-03-19T20:15:06.490Z] b116817d02f9: Download complete [2021-03-19T20:15:06.490Z] 5f621e34cdf4: Verifying Checksum [2021-03-19T20:15:06.490Z] 5f621e34cdf4: Download complete [2021-03-19T20:15:07.138Z] 5f621e34cdf4: Pull complete [2021-03-19T20:15:07.741Z] a4357932f1b6: Pull complete [2021-03-19T20:15:08.018Z] 18c013af1878: Pull complete [2021-03-19T20:15:09.466Z] 745a02a5169b: Verifying Checksum [2021-03-19T20:15:09.466Z] 745a02a5169b: Download complete [2021-03-19T20:15:10.446Z] 00ac8860ef70: Verifying Checksum [2021-03-19T20:15:10.446Z] 00ac8860ef70: Download complete [2021-03-19T20:15:13.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.109s coverage: 28.6% of statements [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T20:15:13.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T20:15:13.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T20:15:13.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.267s coverage: 86.7% of statements [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T20:15:13.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.330s coverage: 97.5% of statements [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T20:15:13.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.192s coverage: 78.3% of statements [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T20:15:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T20:15:20.613Z] 00ac8860ef70: Pull complete [2021-03-19T20:15:20.613Z] 63d7cb157983: Pull complete [2021-03-19T20:15:20.613Z] b116817d02f9: Pull complete [2021-03-19T20:15:23.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.303s coverage: 92.8% of statements [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T20:15:23.494Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T20:15:23.494Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.175s coverage: 0.1% of statements [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T20:15:23.494Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T20:15:23.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.175s coverage: 47.1% of statements [2021-03-19T20:15:23.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.318s coverage: 79.5% of statements [2021-03-19T20:15:23.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.103s coverage: 94.1% of statements [2021-03-19T20:15:23.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.468s coverage: 96.3% of statements [2021-03-19T20:15:24.037Z] 745a02a5169b: Pull complete [2021-03-19T20:15:24.037Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-19T20:15:24.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-19T20:15:24.037Z] ---> b7e6874047d6 [2021-03-19T20:15:24.037Z] 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-19T20:15:24.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.090s coverage: 87.5% of statements [2021-03-19T20:15:27.501Z] ---> Running in 80f7d3e1edbd [2021-03-19T20:15:28.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:15:29.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:15:31.333Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T20:15:31.604Z] (2/12) Installing file (5.38-r0) [2021-03-19T20:15:31.604Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T20:15:31.604Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T20:15:37.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.225s coverage: 94.4% of statements [2021-03-19T20:15:37.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.128s coverage: 44.8% of statements [2021-03-19T20:15:43.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.811s coverage: 81.9% of statements [2021-03-19T20:15:44.001Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T20:15:44.001Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T20:15:44.001Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T20:15:44.001Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T20:15:44.001Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T20:15:44.271Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T20:15:44.271Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T20:15:44.541Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T20:15:44.541Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:15:44.541Z] OK: 217 MiB in 51 packages [2021-03-19T20:15:49.212Z] Removing intermediate container 80f7d3e1edbd [2021-03-19T20:15:49.212Z] ---> e6fee972757c [2021-03-19T20:15:49.212Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T20:15:49.212Z] ---> Running in ae59cc97d2cc [2021-03-19T20:15:49.212Z] Removing intermediate container ae59cc97d2cc [2021-03-19T20:15:49.212Z] ---> dcacc4706bdf [2021-03-19T20:15:49.212Z] Step 5/6 : COPY go.mod . [2021-03-19T20:15:49.805Z] ---> 944df12795a4 [2021-03-19T20:15:49.805Z] Step 6/6 : RUN go mod download [2021-03-19T20:15:49.805Z] ---> Running in e98b895a3ece [2021-03-19T20:15:52.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.366s coverage: 92.9% of statements [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T20:15:52.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.304s coverage: 77.8% of statements [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T20:15:52.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.216s coverage: 87.2% of statements [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T20:15:52.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T20:15:52.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T20:15:52.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.324s coverage: 80.8% of statements [2021-03-19T20:15:52.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.159s coverage: 87.2% of statements [2021-03-19T20:15:52.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.6% of statements [2021-03-19T20:15:52.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.283s coverage: 91.6% of statements [2021-03-19T20:15:52.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T20:15:52.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.882s coverage: 62.4% of statements [2021-03-19T20:15:52.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T20:15:52.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T20:15:52.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.316s coverage: 100.0% of statements [2021-03-19T20:15:56.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.123s coverage: 91.3% of statements [2021-03-19T20:15:56.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.096s coverage: 100.0% of statements [2021-03-19T20:15:56.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.192s coverage: 73.7% of statements [2021-03-19T20:15:56.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-03-19T20:15:59.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.709s coverage: 69.0% of statements [2021-03-19T20:15:59.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T20:15:59.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T20:15:59.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T20:16:01.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.265s coverage: 38.4% of statements [2021-03-19T20:16:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T20:16:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T20:16:01.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.294s coverage: 89.5% of statements [2021-03-19T20:16:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T20:16:01.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.075s coverage: 84.8% of statements [2021-03-19T20:16:09.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.386s coverage: 47.0% of statements [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T20:16:09.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.349s coverage: 100.0% of statements [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T20:16:09.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.280s coverage: 100.0% of statements [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T20:16:09.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.448s coverage: 87.1% of statements [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:16:09.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T20:16:16.640Z] Removing intermediate container e98b895a3ece [2021-03-19T20:16:16.640Z] ---> 502c430fd2ef [2021-03-19T20:16:16.640Z] Successfully built 502c430fd2ef [2021-03-19T20:16:16.640Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:16:16.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.364s coverage: 29.1% of statements [2021-03-19T20:16:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T20:16:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T20:16:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T20:16:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T20:16:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T20:16:16.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements [2021-03-19T20:16:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T20:16:16.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.166s coverage: 100.0% of statements [2021-03-19T20:16:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T20:16:16.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T20:16:16.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T20:16:16.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T20:16:16.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.230s coverage: 96.5% of statements [2021-03-19T20:16:16.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T20:16:16.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:16:16.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T20:16:16.974Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.127s coverage: 0.0% of statements [2021-03-19T20:16:16.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T20:16:16.974Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements [2021-03-19T20:16:16.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T20:16:16.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T20:16:16.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T20:16:16.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T20:16:16.974Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements [2021-03-19T20:16:16.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T20:16:16.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T20:16:17.024Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T20:16:17.024Z] . [Pipeline] withDockerContainer [2021-03-19T20:16:17.289Z] prd-ubuntu18.04-docker-arm64-4c-16g-30630 does not seem to be running inside a container [2021-03-19T20:16:17.381Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T20:16:18.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.134s coverage: 100.0% of statements [2021-03-19T20:16:18.912Z] $ docker top 4d7fc84e6b6fecd39dd5e3e89977065365351fdbcfece0433400520839ecfdfb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:16:19.794Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-03-19T20:16:19.794Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.125s coverage: 100.0% of statements [2021-03-19T20:16:19.873Z] + go version [2021-03-19T20:16:19.873Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-19T20:16:19.915Z] $ docker stop --time=1 4d7fc84e6b6fecd39dd5e3e89977065365351fdbcfece0433400520839ecfdfb [2021-03-19T20:16:20.938Z] GO111MODULE=on go vet ./... [2021-03-19T20:16:21.762Z] $ docker rm -f 4d7fc84e6b6fecd39dd5e3e89977065365351fdbcfece0433400520839ecfdfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:16:22.698Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T20:16:22.698Z] . [Pipeline] withDockerContainer [2021-03-19T20:16:22.921Z] prd-ubuntu18.04-docker-arm64-4c-16g-30630 does not seem to be running inside a container [2021-03-19T20:16:23.003Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T20:16:24.345Z] $ docker top 827ff2a096c47c92a81c090fec660b9423294fadf5264f03e19398d96ea3cb80 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T20:16:24.681Z] ========================================================= [2021-03-19T20:16:24.681Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T20:16:24.681Z] ========================================================= [Pipeline] sh [2021-03-19T20:16:25.320Z] + make test [2021-03-19T20:16:25.320Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T20:16:47.523Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T20:17:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T20:17:42.880Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T20:17:48.310Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T20:17:48.310Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T20:17:52.640Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T20:17:52.640Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T20:17:52.640Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T20:17:52.640Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T20:17:56.386Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T20:17:57.000Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T20:18:00.113Z] gofmt -l . [2021-03-19T20:18:00.113Z] [ "`gofmt -l .`" = "" ] [2021-03-19T20:18:00.113Z] ./bin/test-go-mod-tidy.sh [2021-03-19T20:18:00.113Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T20:18:01.039Z] + ls -al . [2021-03-19T20:18:01.039Z] total 760 [2021-03-19T20:18:01.039Z] drwxrwxr-x 10 1001 1001 4096 Mar 19 20:17 . [2021-03-19T20:18:01.039Z] drwxr-xr-x 4 root root 28 Mar 19 20:12 .. [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 20:09 .dockerignore [2021-03-19T20:18:01.039Z] drwxrwxr-x 8 1001 1001 179 Mar 19 20:09 .git [2021-03-19T20:18:01.039Z] drwxrwxr-x 3 1001 1001 125 Mar 19 20:09 .github [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 20:09 .gitignore [2021-03-19T20:18:01.039Z] drwx------ 3 1001 1001 60 Mar 19 20:10 .semver [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 20:09 .sonarcloud.properties [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:09 Attribution.txt [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:09 CONTRIBUTING.md [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 20:09 Dockerfile.build [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 20:09 Jenkinsfile [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:09 LICENSE [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:09 Makefile [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:09 README.md [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:09 SECURITY.md [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 20:10 VERSION [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:09 ZMQWindows.md [2021-03-19T20:18:01.039Z] drwxrwxr-x 2 1001 1001 117 Mar 19 20:09 bin [2021-03-19T20:18:01.039Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 20:09 cmd [2021-03-19T20:18:01.039Z] -rw-r--r-- 1 root root 650607 Mar 19 20:16 coverage.out [2021-03-19T20:18:01.039Z] -rw-r--r-- 1 root root 1055 Mar 19 20:17 go.mod [2021-03-19T20:18:01.039Z] -rw-r--r-- 1 root root 22097 Mar 19 20:17 go.sum [2021-03-19T20:18:01.039Z] drwxrwxr-x 8 1001 1001 127 Mar 19 20:09 internal [2021-03-19T20:18:01.039Z] drwxrwxr-x 4 1001 1001 26 Mar 19 20:09 openapi [2021-03-19T20:18:01.039Z] drwxrwxr-x 4 1001 1001 71 Mar 19 20:09 snap [2021-03-19T20:18:01.039Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 20:09 version.go [Pipeline] sh [2021-03-19T20:18:02.517Z] + '[' -e coverage.out ] [2021-03-19T20:18:02.517Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T20:18:03.564Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T20:18:04.336Z] + make build [2021-03-19T20:18:04.336Z] 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-19T20:18:05.287Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T20:18:05.287Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T20:18:05.287Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T20:18:10.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.345s coverage: 45.9% of statements [2021-03-19T20:18:10.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T20:18:10.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T20:18:10.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T20:18:10.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T20:18:10.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T20:18:10.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T20:18:10.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.146s coverage: 19.8% of statements [2021-03-19T20:18:10.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.206s coverage: 100.0% of statements [2021-03-19T20:18:11.159Z] 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-19T20:18:19.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.577s coverage: 27.1% of statements [2021-03-19T20:18:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T20:18:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T20:18:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T20:18:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T20:18:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T20:18:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T20:18:19.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-03-19T20:18:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T20:18:19.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-03-19T20:18:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T20:18:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T20:18:19.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.222s coverage: 71.3% of statements [2021-03-19T20:18:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T20:18:19.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T20:18:21.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.537s coverage: 82.9% of statements [2021-03-19T20:18:21.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T20:18:21.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:18:21.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements [2021-03-19T20:18:21.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T20:18:31.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.129s coverage: 28.6% of statements [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T20:18:31.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T20:18:31.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T20:18:31.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.402s coverage: 86.7% of statements [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T20:18:31.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.400s coverage: 97.5% of statements [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T20:18:31.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T20:18:31.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T20:18:34.716Z] 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-19T20:18:39.321Z] 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-19T20:18:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.131s coverage: 92.8% of statements [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T20:18:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T20:18:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.179s coverage: 0.1% of statements [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T20:18:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T20:18:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 47.1% of statements [2021-03-19T20:18:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.081s coverage: 79.5% of statements [2021-03-19T20:18:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-03-19T20:18:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements [2021-03-19T20:18:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.130s coverage: 87.5% of statements [2021-03-19T20:18:48.579Z] 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-19T20:18:48.579Z] 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-19T20:18:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.084s coverage: 94.4% of statements [2021-03-19T20:18:51.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-03-19T20:18:53.270Z] 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-19T20:18:56.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.224s coverage: 81.9% of statements [2021-03-19T20:19:00.357Z] 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-19T20:19:01.823Z] 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-19T20:19:03.858Z] 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-19T20:19:05.812Z] 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-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.137s coverage: 87.2% of statements [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.116s coverage: 84.6% of statements [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.6% of statements [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.557s coverage: 62.4% of statements [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T20:19:06.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-03-19T20:19:06.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2021-03-19T20:19:07.277Z] 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-19T20:19:07.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.088s coverage: 100.0% of statements [2021-03-19T20:19:10.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.777s coverage: 69.0% of statements [2021-03-19T20:19:10.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T20:19:10.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T20:19:10.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T20:19:12.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 38.4% of statements [2021-03-19T20:19:12.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T20:19:12.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T20:19:12.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements [2021-03-19T20:19:12.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T20:19:12.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.085s coverage: 84.8% of statements [Pipeline] } [2021-03-19T20:19:12.939Z] $ docker stop --time=1 2d933ca2be94dd3afde96b3cd0778db76751822d5973d4e23163f3aba63db854 [2021-03-19T20:19:15.258Z] $ docker rm -f 2d933ca2be94dd3afde96b3cd0778db76751822d5973d4e23163f3aba63db854 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:19:18.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:19:18.817Z] [2021-03-19T20:19:18.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:19:18.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.407s coverage: 47.0% of statements [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T20:19:18.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T20:19:18.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T20:19:18.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.432s coverage: 87.1% of statements [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:19:18.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T20:19:19.194Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:19:19.194Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-19T20:19:19.194Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-19T20:19:19.194Z] ca9280d653b3: Pulling fs layer [2021-03-19T20:19:19.194Z] 7e9c9ca2126c: Pulling fs layer [2021-03-19T20:19:20.191Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-19T20:19:20.191Z] cbdbe7a5bc2a: Download complete [2021-03-19T20:19:21.698Z] cbdbe7a5bc2a: Pull complete [2021-03-19T20:19:21.698Z] ca9280d653b3: Verifying Checksum [2021-03-19T20:19:21.698Z] ca9280d653b3: Download complete [2021-03-19T20:19:23.739Z] ca9280d653b3: Pull complete [2021-03-19T20:19:25.209Z] 7e9c9ca2126c: Verifying Checksum [2021-03-19T20:19:25.209Z] 7e9c9ca2126c: Download complete [2021-03-19T20:19:27.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.219s coverage: 29.1% of statements [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T20:19:27.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T20:19:27.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T20:19:27.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.201s coverage: 96.5% of statements [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T20:19:27.310Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T20:19:27.310Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T20:19:27.310Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T20:19:27.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T20:19:27.310Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-03-19T20:19:27.310Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-19T20:19:27.904Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-19T20:19:28.878Z] GO111MODULE=on go vet ./... [2021-03-19T20:19:43.924Z] 7e9c9ca2126c: Pull complete [2021-03-19T20:19:43.924Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-19T20:19:43.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:19:43.924Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-19T20:19:44.301Z] prd-centos7-docker-4c-2g-30620 does not seem to be running inside a container [2021-03-19T20:19:44.381Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-19T20:19:51.613Z] $ docker top 4e8d6611cafb9d70d3417833d830bb7e0cebe58f22cc4d856df4b1d2bbcf5642 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:19:54.808Z] + docker-compose build --help [2021-03-19T20:19:54.808Z] + grep parallel [2021-03-19T20:19:56.276Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T20:19:56.324Z] $ docker stop --time=1 4e8d6611cafb9d70d3417833d830bb7e0cebe58f22cc4d856df4b1d2bbcf5642 [2021-03-19T20:19:59.190Z] $ docker rm -f 4e8d6611cafb9d70d3417833d830bb7e0cebe58f22cc4d856df4b1d2bbcf5642 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:20:00.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:20:00.603Z] . [Pipeline] withDockerContainer [2021-03-19T20:20:00.847Z] prd-centos7-docker-4c-2g-30620 does not seem to be running inside a container [2021-03-19T20:20:01.024Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-19T20:20:04.305Z] $ docker top 584256bba1c81dc5f03cb9184849dcaf1968aa24a5ef45c4a8bc531aa9d7d06d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:20:05.251Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T20:20:07.896Z] Building docker-core-command-go ... [2021-03-19T20:20:07.896Z] Building docker-core-data-go ... [2021-03-19T20:20:07.896Z] Building docker-core-metadata-go ... [2021-03-19T20:20:07.896Z] Building docker-security-bootstrapper-go ... [2021-03-19T20:20:07.896Z] Building docker-security-proxy-setup-go ... [2021-03-19T20:20:07.896Z] Building docker-security-secretstore-setup-go ... [2021-03-19T20:20:07.896Z] Building docker-support-notifications-go ... [2021-03-19T20:20:07.896Z] Building docker-support-scheduler-go ... [2021-03-19T20:20:07.896Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T20:20:07.896Z] Building docker-core-command-go [2021-03-19T20:20:07.896Z] Building docker-support-scheduler-go [2021-03-19T20:20:07.896Z] Building docker-security-proxy-setup-go [2021-03-19T20:20:07.896Z] Building docker-security-secretstore-setup-go [2021-03-19T20:20:07.896Z] Building docker-support-notifications-go [2021-03-19T20:20:50.683Z] gofmt -l . [2021-03-19T20:20:50.683Z] [ "`gofmt -l .`" = "" ] [2021-03-19T20:20:50.683Z] ./bin/test-go-mod-tidy.sh [2021-03-19T20:20:50.683Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T20:20:51.609Z] + ls -al . [2021-03-19T20:20:51.609Z] total 788 [2021-03-19T20:20:51.609Z] drwxrwxr-x 9 1001 1001 4096 Mar 19 20:20 . [2021-03-19T20:20:51.609Z] drwxr-xr-x 4 root root 4096 Mar 19 20:16 .. [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 20:14 .dockerignore [2021-03-19T20:20:51.609Z] drwxrwxr-x 8 1001 1001 4096 Mar 19 20:14 .git [2021-03-19T20:20:51.609Z] drwxrwxr-x 3 1001 1001 4096 Mar 19 20:14 .github [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 20:14 .gitignore [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 20:14 .sonarcloud.properties [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:14 Attribution.txt [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:14 CONTRIBUTING.md [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 20:14 Dockerfile.build [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 20:14 Jenkinsfile [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:14 LICENSE [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:14 Makefile [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:14 README.md [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:14 SECURITY.md [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 20:10 VERSION [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:14 ZMQWindows.md [2021-03-19T20:20:51.609Z] drwxrwxr-x 2 1001 1001 4096 Mar 19 20:14 bin [2021-03-19T20:20:51.609Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 20:14 cmd [2021-03-19T20:20:51.609Z] -rw-r--r-- 1 root root 650607 Mar 19 20:19 coverage.out [2021-03-19T20:20:51.609Z] -rw-r--r-- 1 root root 1055 Mar 19 20:20 go.mod [2021-03-19T20:20:51.609Z] -rw-r--r-- 1 root root 22097 Mar 19 20:20 go.sum [2021-03-19T20:20:51.609Z] drwxrwxr-x 8 1001 1001 4096 Mar 19 20:14 internal [2021-03-19T20:20:51.609Z] drwxrwxr-x 4 1001 1001 4096 Mar 19 20:14 openapi [2021-03-19T20:20:51.609Z] drwxrwxr-x 4 1001 1001 4096 Mar 19 20:14 snap [2021-03-19T20:20:51.609Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 20:14 version.go [Pipeline] sh [2021-03-19T20:20:52.277Z] + '[' -e coverage.out ] [2021-03-19T20:20:52.277Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T20:20:52.355Z] Warning: overwriting stash ‘coverage-report’ [2021-03-19T20:20:53.577Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T20:20:54.273Z] + make build [2021-03-19T20:20:54.273Z] 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-19T20:21:04.476Z] 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-19T20:21:31.270Z] 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-19T20:21:32.249Z] 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-19T20:21:37.647Z] 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-19T20:21:38.624Z] 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-19T20:21:45.388Z] 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-19T20:21:53.661Z] 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-19T20:21:57.953Z] 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-19T20:22:01.545Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:22:01.545Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:22:01.545Z] ---> 8dea470d0f20 [2021-03-19T20:22:01.545Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:22:01.545Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:22:01.545Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:22:01.545Z] ---> 8dea470d0f20 [2021-03-19T20:22:01.545Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T20:22:01.545Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:22:01.545Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:22:01.545Z] ---> 8dea470d0f20 [2021-03-19T20:22:01.545Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:22:01.545Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:22:01.545Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:22:01.545Z] ---> 8dea470d0f20 [2021-03-19T20:22:01.545Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:22:01.545Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:22:01.545Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:22:01.545Z] ---> 8dea470d0f20 [2021-03-19T20:22:01.545Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T20:22:01.545Z] ---> Running in 93013b580b0e [2021-03-19T20:22:01.545Z] ---> Running in b079c4a01241 [2021-03-19T20:22:01.545Z] ---> Running in d83a9fc969dc [2021-03-19T20:22:01.545Z] ---> Running in 3d9e5cf63149 [2021-03-19T20:22:01.545Z] ---> Running in b65dfa4ad212 [2021-03-19T20:22:01.545Z] Removing intermediate container 93013b580b0e [2021-03-19T20:22:01.545Z] ---> 6337b591ee2f [2021-03-19T20:22:01.545Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:22:01.545Z] Removing intermediate container b65dfa4ad212 [2021-03-19T20:22:01.545Z] ---> 27406bfdb009 [2021-03-19T20:22:01.545Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:22:01.545Z] Removing intermediate container d83a9fc969dc [2021-03-19T20:22:01.545Z] ---> db52ea03fac3 [2021-03-19T20:22:01.545Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:22:01.545Z] Removing intermediate container b079c4a01241 [2021-03-19T20:22:01.545Z] ---> 582bbc5500e5 [2021-03-19T20:22:01.545Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:22:01.545Z] Removing intermediate container 3d9e5cf63149 [2021-03-19T20:22:01.545Z] ---> b6f1a78bdbfc [2021-03-19T20:22:01.545Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:22:01.545Z] ---> Running in ced5a4aa878b [2021-03-19T20:22:01.545Z] ---> Running in b841932f1823 [2021-03-19T20:22:01.545Z] ---> Running in c630335aca64 [2021-03-19T20:22:01.545Z] ---> Running in d0a37e111e63 [2021-03-19T20:22:01.545Z] ---> Running in a238ae1a31b0 [2021-03-19T20:22:01.545Z] Removing intermediate container ced5a4aa878b [2021-03-19T20:22:01.545Z] ---> 3a555855fa02 [2021-03-19T20:22:01.545Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T20:22:01.545Z] Removing intermediate container b841932f1823 [2021-03-19T20:22:01.545Z] ---> d1730b8dda22 [2021-03-19T20:22:01.545Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T20:22:01.545Z] Removing intermediate container d0a37e111e63 [2021-03-19T20:22:01.545Z] ---> 2d805e91e7a8 [2021-03-19T20:22:01.545Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T20:22:01.545Z] ---> Running in f0aec5b8b19c [2021-03-19T20:22:01.545Z] ---> Running in 54b0b79e5577 [2021-03-19T20:22:01.545Z] Removing intermediate container a238ae1a31b0 [2021-03-19T20:22:01.545Z] ---> ed5cbf7da647 [2021-03-19T20:22:01.545Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:22:01.545Z] ---> Running in 72419d49973b [2021-03-19T20:22:01.837Z] Removing intermediate container c630335aca64 [2021-03-19T20:22:01.837Z] ---> ab716bc988a9 [2021-03-19T20:22:01.837Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T20:22:01.837Z] ---> Running in e77a1c9728f6 [2021-03-19T20:22:02.132Z] ---> Running in 9d9ae683c42c [2021-03-19T20:22:02.249Z] 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-19T20:22:03.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:22:03.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:22:03.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:22:04.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:22:04.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:22:04.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:22:04.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:22:04.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:22:05.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:22:05.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:22:05.557Z] OK: 233 MiB in 51 packages [2021-03-19T20:22:05.557Z] OK: 233 MiB in 51 packages [2021-03-19T20:22:05.626Z] 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-19T20:22:05.844Z] OK: 233 MiB in 51 packages [2021-03-19T20:22:06.498Z] OK: 233 MiB in 51 packages [2021-03-19T20:22:06.498Z] OK: 233 MiB in 51 packages [2021-03-19T20:22:07.526Z] Removing intermediate container 54b0b79e5577 [2021-03-19T20:22:07.526Z] ---> 259f58db8677 [2021-03-19T20:22:07.526Z] Step 6/24 : COPY go.mod . [2021-03-19T20:22:07.526Z] Removing intermediate container f0aec5b8b19c [2021-03-19T20:22:07.526Z] ---> 6aaf490fc2c0 [2021-03-19T20:22:07.526Z] Step 6/22 : COPY go.mod . [2021-03-19T20:22:07.526Z] Removing intermediate container 72419d49973b [2021-03-19T20:22:07.526Z] ---> 2b793f2648a5 [2021-03-19T20:22:07.526Z] Step 6/22 : COPY go.mod . [2021-03-19T20:22:08.135Z] Removing intermediate container e77a1c9728f6 [2021-03-19T20:22:08.136Z] ---> 102c83d54702 [2021-03-19T20:22:08.136Z] Step 6/23 : COPY go.mod . [2021-03-19T20:22:08.136Z] Removing intermediate container 9d9ae683c42c [2021-03-19T20:22:08.136Z] ---> 7ad2bb89e0c2 [2021-03-19T20:22:08.136Z] Step 6/21 : COPY go.mod . [2021-03-19T20:22:09.010Z] 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-19T20:22:09.249Z] ---> f036eeb13898 [2021-03-19T20:22:09.249Z] Step 7/22 : RUN go mod download [2021-03-19T20:22:09.249Z] ---> 1d15b7918da2 [2021-03-19T20:22:09.249Z] Step 7/22 : RUN go mod download [2021-03-19T20:22:09.249Z] ---> 6714c11b29a6 [2021-03-19T20:22:09.249Z] Step 7/24 : RUN go mod download [2021-03-19T20:22:09.921Z] ---> Running in c70c32b7dbf6 [2021-03-19T20:22:09.921Z] ---> Running in a60353395493 [2021-03-19T20:22:10.246Z] ---> Running in fcf12467a020 [2021-03-19T20:22:10.565Z] ---> c6094ee0ae58 [2021-03-19T20:22:10.565Z] Step 7/23 : RUN go mod download [2021-03-19T20:22:10.565Z] ---> d09e045932b7 [2021-03-19T20:22:10.565Z] Step 7/21 : RUN go mod download [2021-03-19T20:22:11.199Z] ---> Running in 54e2c5be86fa [2021-03-19T20:22:11.200Z] ---> Running in a6ca73946276 [Pipeline] } [2021-03-19T20:22:15.770Z] $ docker stop --time=1 827ff2a096c47c92a81c090fec660b9423294fadf5264f03e19398d96ea3cb80 [2021-03-19T20:22:18.202Z] Removing intermediate container fcf12467a020 [2021-03-19T20:22:18.202Z] ---> 26467bc32e61 [2021-03-19T20:22:18.202Z] Step 8/24 : COPY . . [2021-03-19T20:22:18.202Z] Removing intermediate container a60353395493 [2021-03-19T20:22:18.202Z] ---> ee286a9c9ba6 [2021-03-19T20:22:18.202Z] Step 8/22 : COPY . . [2021-03-19T20:22:18.202Z] Removing intermediate container 54e2c5be86fa [2021-03-19T20:22:18.202Z] ---> 981f0236cf19 [2021-03-19T20:22:18.202Z] Step 8/23 : COPY . . [2021-03-19T20:22:18.395Z] $ docker rm -f 827ff2a096c47c92a81c090fec660b9423294fadf5264f03e19398d96ea3cb80 [2021-03-19T20:22:18.930Z] Removing intermediate container a6ca73946276 [2021-03-19T20:22:18.930Z] ---> 9416c2ab59da [2021-03-19T20:22:18.930Z] Step 8/21 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:20.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:22:20.524Z] [2021-03-19T20:22:20.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:20.914Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:22:20.914Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-19T20:22:20.914Z] 29e5d40040c1: Pulling fs layer [2021-03-19T20:22:20.914Z] 1ce36da41761: Pulling fs layer [2021-03-19T20:22:20.914Z] 25b303627fd3: Pulling fs layer [2021-03-19T20:22:21.086Z] Removing intermediate container c70c32b7dbf6 [2021-03-19T20:22:21.086Z] ---> 7a163a7f2ad1 [2021-03-19T20:22:21.086Z] Step 8/22 : COPY . . [2021-03-19T20:22:21.186Z] 29e5d40040c1: Verifying Checksum [2021-03-19T20:22:21.186Z] 29e5d40040c1: Download complete [2021-03-19T20:22:21.779Z] 1ce36da41761: Verifying Checksum [2021-03-19T20:22:21.779Z] 1ce36da41761: Download complete [2021-03-19T20:22:22.053Z] 29e5d40040c1: Pull complete [2021-03-19T20:22:23.492Z] 1ce36da41761: Pull complete [2021-03-19T20:22:23.492Z] 25b303627fd3: Download complete [2021-03-19T20:22:33.643Z] 25b303627fd3: Pull complete [2021-03-19T20:22:33.643Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-19T20:22:33.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:22:33.643Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-19T20:22:33.904Z] prd-ubuntu18.04-docker-arm64-4c-16g-30630 does not seem to be running inside a container [2021-03-19T20:22:33.990Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-19T20:22:37.032Z] $ docker top 4f31dc1b1dd33bdc31ecb8035a876b5a584cbba99bfcb94c871a95aedafccdb3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:22:38.130Z] + docker-compose build --help [2021-03-19T20:22:38.130Z] + grep parallel [2021-03-19T20:22:41.500Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T20:22:41.794Z] $ docker stop --time=1 4f31dc1b1dd33bdc31ecb8035a876b5a584cbba99bfcb94c871a95aedafccdb3 [2021-03-19T20:22:43.741Z] $ docker rm -f 4f31dc1b1dd33bdc31ecb8035a876b5a584cbba99bfcb94c871a95aedafccdb3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:44.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:22:44.530Z] . [Pipeline] withDockerContainer [2021-03-19T20:22:44.795Z] prd-ubuntu18.04-docker-arm64-4c-16g-30630 does not seem to be running inside a container [2021-03-19T20:22:44.875Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-19T20:22:46.346Z] $ docker top 7459490f6a3923d37f2832d620d124a4e5511720339b4553093b3b3d7eb7763b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:22:47.390Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T20:22:51.677Z] Building docker-core-command-go ... [2021-03-19T20:22:51.677Z] Building docker-core-data-go ... [2021-03-19T20:22:51.677Z] Building docker-core-metadata-go ... [2021-03-19T20:22:51.677Z] Building docker-security-bootstrapper-go ... [2021-03-19T20:22:51.677Z] Building docker-security-proxy-setup-go ... [2021-03-19T20:22:51.677Z] Building docker-security-secretstore-setup-go ... [2021-03-19T20:22:51.677Z] Building docker-support-notifications-go ... [2021-03-19T20:22:51.677Z] Building docker-support-scheduler-go ... [2021-03-19T20:22:51.677Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T20:22:51.677Z] Building docker-security-proxy-setup-go [2021-03-19T20:22:51.677Z] Building docker-security-secretstore-setup-go [2021-03-19T20:22:51.677Z] Building docker-support-scheduler-go [2021-03-19T20:22:51.677Z] Building docker-core-metadata-go [2021-03-19T20:22:51.677Z] Building docker-core-command-go [2021-03-19T20:24:13.441Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:13.441Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:13.441Z] ---> 502c430fd2ef [2021-03-19T20:24:13.441Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:24:13.441Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:13.441Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:13.441Z] ---> 502c430fd2ef [2021-03-19T20:24:13.441Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:24:13.441Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:13.441Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:13.441Z] ---> 502c430fd2ef [2021-03-19T20:24:13.441Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T20:24:13.441Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:13.441Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:13.441Z] ---> 502c430fd2ef [2021-03-19T20:24:13.441Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T20:24:13.441Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:13.441Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:13.441Z] ---> 502c430fd2ef [2021-03-19T20:24:13.441Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:24:13.441Z] ---> Running in 2dcfe6ca9a02 [2021-03-19T20:24:13.441Z] ---> Running in 20288ab7a9b7 [2021-03-19T20:24:13.441Z] ---> Running in 4ea112195bb4 [2021-03-19T20:24:13.441Z] ---> Running in 1ec0587b99e8 [2021-03-19T20:24:13.441Z] ---> Running in 22aa322647c1 [2021-03-19T20:24:13.441Z] Removing intermediate container 22aa322647c1 [2021-03-19T20:24:13.441Z] ---> 4aed0de91651 [2021-03-19T20:24:13.441Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:13.441Z] Removing intermediate container 1ec0587b99e8 [2021-03-19T20:24:13.441Z] ---> 850f96e1d96b [2021-03-19T20:24:13.441Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:13.441Z] Removing intermediate container 4ea112195bb4 [2021-03-19T20:24:13.441Z] ---> 82dd18bf541c [2021-03-19T20:24:13.441Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:13.441Z] Removing intermediate container 2dcfe6ca9a02 [2021-03-19T20:24:13.441Z] Removing intermediate container 20288ab7a9b7 [2021-03-19T20:24:13.441Z] ---> 3641197add36 [2021-03-19T20:24:13.441Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:13.441Z] ---> 13c15310106c [2021-03-19T20:24:13.441Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:13.441Z] ---> Running in dc96e71a73b1 [2021-03-19T20:24:13.441Z] ---> Running in caf6740187b2 [2021-03-19T20:24:13.441Z] ---> Running in bb01c0652229 [2021-03-19T20:24:13.441Z] ---> Running in feb442f57eee [2021-03-19T20:24:13.441Z] ---> Running in 65d1cd8e4500 [2021-03-19T20:24:13.441Z] Removing intermediate container dc96e71a73b1 [2021-03-19T20:24:13.441Z] ---> ec44f14f56ae [2021-03-19T20:24:13.441Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:24:13.441Z] ---> Running in ad250d2973e9 [2021-03-19T20:24:13.441Z] Removing intermediate container caf6740187b2 [2021-03-19T20:24:13.441Z] ---> f57eaa379cfb [2021-03-19T20:24:13.441Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T20:24:13.441Z] ---> Running in b4734605f4a7 [2021-03-19T20:24:13.441Z] Removing intermediate container feb442f57eee [2021-03-19T20:24:13.441Z] ---> 6befdc9a7891 [2021-03-19T20:24:13.441Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T20:24:13.441Z] Removing intermediate container bb01c0652229 [2021-03-19T20:24:13.441Z] ---> 729569314bc2 [2021-03-19T20:24:13.441Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T20:24:13.441Z] Removing intermediate container 65d1cd8e4500 [2021-03-19T20:24:13.441Z] ---> d513f147502e [2021-03-19T20:24:13.441Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:24:13.441Z] ---> Running in 7fdc9bbc57f7 [2021-03-19T20:24:13.441Z] ---> Running in a57158dbbf34 [2021-03-19T20:24:13.441Z] ---> Running in fd42dc4bfaed [2021-03-19T20:24:13.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:13.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:14.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:14.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:14.029Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:14.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:14.302Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:15.295Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:15.295Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:15.295Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:15.572Z] Removing intermediate container ad250d2973e9 [2021-03-19T20:24:15.572Z] ---> b544b7fd13bd [2021-03-19T20:24:15.572Z] Step 6/23 : COPY go.mod . [2021-03-19T20:24:16.200Z] Removing intermediate container b4734605f4a7 [2021-03-19T20:24:16.200Z] ---> dc5303a32f70 [2021-03-19T20:24:16.200Z] Step 6/21 : COPY go.mod . [2021-03-19T20:24:16.797Z] ---> 4fbf2326470c [2021-03-19T20:24:16.797Z] Step 7/23 : RUN go mod download [2021-03-19T20:24:16.797Z] Removing intermediate container fd42dc4bfaed [2021-03-19T20:24:16.797Z] ---> 61a70db5d387 [2021-03-19T20:24:16.797Z] Step 6/23 : COPY go.mod . [2021-03-19T20:24:17.071Z] ---> Running in 5914ec63d3f1 [2021-03-19T20:24:17.071Z] Removing intermediate container 7fdc9bbc57f7 [2021-03-19T20:24:17.071Z] ---> c13f9ec149e2 [2021-03-19T20:24:17.071Z] Step 6/24 : COPY go.mod . [2021-03-19T20:24:17.071Z] Removing intermediate container a57158dbbf34 [2021-03-19T20:24:17.071Z] ---> 3db271198561 [2021-03-19T20:24:17.071Z] Step 6/22 : COPY go.mod . [2021-03-19T20:24:17.352Z] ---> a86a24038725 [2021-03-19T20:24:17.352Z] Step 7/21 : RUN go mod download [2021-03-19T20:24:17.638Z] ---> Running in 851d095983c5 [2021-03-19T20:24:18.239Z] ---> 14e6e753168c [2021-03-19T20:24:18.239Z] Step 7/23 : RUN go mod download [2021-03-19T20:24:18.239Z] ---> Running in 0cdbeaa6b9ea [2021-03-19T20:24:18.516Z] ---> 22491e53bce4 [2021-03-19T20:24:18.516Z] Step 7/24 : RUN go mod download [2021-03-19T20:24:18.516Z] ---> 5ad84fb43952 [2021-03-19T20:24:18.516Z] Step 7/22 : RUN go mod download [2021-03-19T20:24:18.792Z] ---> Running in c19076955475 [2021-03-19T20:24:18.792Z] ---> Running in 00f8c67bff7c [2021-03-19T20:24:21.463Z] Removing intermediate container 5914ec63d3f1 [2021-03-19T20:24:21.463Z] ---> d67149aa3ab2 [2021-03-19T20:24:21.463Z] Step 8/23 : COPY . . [2021-03-19T20:24:22.069Z] Removing intermediate container 851d095983c5 [2021-03-19T20:24:22.069Z] ---> 6f1247e33750 [2021-03-19T20:24:22.069Z] Step 8/21 : COPY . . [2021-03-19T20:24:23.060Z] Removing intermediate container 0cdbeaa6b9ea [2021-03-19T20:24:23.060Z] ---> 1a9aba81dc68 [2021-03-19T20:24:23.060Z] Step 8/23 : COPY . . [2021-03-19T20:24:24.049Z] Removing intermediate container 00f8c67bff7c [2021-03-19T20:24:24.049Z] ---> 44f14763cdc1 [2021-03-19T20:24:24.049Z] Step 8/22 : COPY . . [2021-03-19T20:24:24.049Z] Removing intermediate container c19076955475 [2021-03-19T20:24:24.049Z] ---> 92bdd172593e [2021-03-19T20:24:24.049Z] Step 8/24 : COPY . . [2021-03-19T20:24:50.894Z] ---> f3f70d9d2418 [2021-03-19T20:24:50.894Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T20:24:50.894Z] ---> e099ef5d0d5c [2021-03-19T20:24:50.894Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T20:24:50.894Z] ---> d5c236ec2666 [2021-03-19T20:24:50.894Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T20:24:50.894Z] ---> 45bcac41e966 [2021-03-19T20:24:50.894Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T20:24:50.894Z] ---> Running in 9741e8c728db [2021-03-19T20:24:50.894Z] ---> Running in 45bdab10c6c5 [2021-03-19T20:24:50.894Z] ---> Running in 705fc76a596a [2021-03-19T20:24:50.894Z] ---> Running in 7b23b8eeac76 [2021-03-19T20:24:50.894Z] ---> 58eadf2d8628 [2021-03-19T20:24:50.894Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T20:24:50.894Z] ---> Running in 2e8faf80baf3 [2021-03-19T20:24:50.894Z] 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-19T20:24:50.894Z] 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-19T20:24:51.169Z] 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-19T20:24:51.446Z] 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-19T20:24:51.446Z] 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-19T20:25:02.057Z] ---> ac91d5ad349a [2021-03-19T20:25:02.057Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T20:25:02.057Z] ---> a043ca21bf2c [2021-03-19T20:25:02.057Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T20:25:02.057Z] ---> 3de59f89da63 [2021-03-19T20:25:02.057Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T20:25:02.057Z] ---> 164d7e08e838 [2021-03-19T20:25:02.057Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T20:25:02.057Z] ---> Running in 1b505d21cefb [2021-03-19T20:25:02.057Z] ---> Running in 0d1b772efdf7 [2021-03-19T20:25:02.057Z] ---> 087a998e1dc6 [2021-03-19T20:25:02.057Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T20:25:02.057Z] ---> Running in b9a357b9d220 [2021-03-19T20:25:02.057Z] ---> Running in 1c7fe1cb7251 [2021-03-19T20:25:02.057Z] ---> Running in 865eef3c6b17 [2021-03-19T20:25:02.057Z] 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-19T20:25:02.057Z] 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-19T20:25:02.057Z] 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-19T20:25:02.057Z] 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-19T20:25:02.057Z] 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-19T20:26:11.564Z] 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-19T20:26:11.564Z] 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-19T20:26:27.628Z] Removing intermediate container b9a357b9d220 [2021-03-19T20:26:27.628Z] ---> 2171a8a60adf [2021-03-19T20:26:27.628Z] [2021-03-19T20:26:27.628Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T20:26:27.628Z] 3.12: Pulling from library/alpine [2021-03-19T20:26:27.628Z] Removing intermediate container 1b505d21cefb [2021-03-19T20:26:27.628Z] ---> 4cb630aba27a [2021-03-19T20:26:27.628Z] [2021-03-19T20:26:27.628Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:26:27.628Z] 3.12: Pulling from library/alpine [2021-03-19T20:26:27.628Z] Removing intermediate container 1c7fe1cb7251 [2021-03-19T20:26:27.628Z] ---> 696adf7dd7d6 [2021-03-19T20:26:27.628Z] [2021-03-19T20:26:27.628Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:26:27.628Z] 3.12: Pulling from library/alpine [2021-03-19T20:26:27.628Z] Removing intermediate container 0d1b772efdf7 [2021-03-19T20:26:27.628Z] ---> fbeb86fd2d04 [2021-03-19T20:26:27.628Z] [2021-03-19T20:26:27.628Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:26:27.628Z] 3.12: Pulling from library/alpine [2021-03-19T20:26:28.250Z] Removing intermediate container 865eef3c6b17 [2021-03-19T20:26:28.250Z] ---> 4617e78ff427 [2021-03-19T20:26:28.250Z] [2021-03-19T20:26:28.250Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T20:26:28.250Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:26:28.250Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:26:28.250Z] Status: Image is up to date for alpine:3.12 [2021-03-19T20:26:28.250Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T20:26:28.250Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:26:28.250Z] Status: Image is up to date for alpine:3.12 [2021-03-19T20:26:28.250Z] ---> 88dd2752d2ea [2021-03-19T20:26:28.250Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T20:26:28.250Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:26:28.250Z] Status: Image is up to date for alpine:3.12 [2021-03-19T20:26:28.250Z] ---> 88dd2752d2ea [2021-03-19T20:26:28.250Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:26:28.250Z] 3.12: Pulling from library/alpine [2021-03-19T20:26:28.250Z] ---> 88dd2752d2ea [2021-03-19T20:26:28.250Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T20:26:28.250Z] ---> 88dd2752d2ea [2021-03-19T20:26:28.250Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:26:28.250Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:26:28.250Z] Status: Image is up to date for alpine:3.12 [2021-03-19T20:26:28.250Z] ---> 88dd2752d2ea [2021-03-19T20:26:28.250Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T20:26:28.291Z] 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-19T20:26:28.291Z] 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-19T20:26:28.580Z] ---> Running in f8492a19ab04 [2021-03-19T20:26:28.580Z] ---> Running in fecf14f1a262 [2021-03-19T20:26:28.580Z] ---> Running in 3448f42dccb5 [2021-03-19T20:26:28.580Z] ---> Running in 0fe4dc52c445 [2021-03-19T20:26:28.580Z] ---> Running in cefb2cad6878 [2021-03-19T20:26:30.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:30.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:30.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:30.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:30.529Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:26:30.529Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:30.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:30.529Z] OK: 6 MiB in 15 packages [2021-03-19T20:26:30.865Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T20:26:30.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:30.865Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:26:30.865Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:30.865Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:26:30.865Z] OK: 6 MiB in 16 packages [2021-03-19T20:26:31.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:31.184Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:26:31.184Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:31.184Z] OK: 6 MiB in 15 packages [2021-03-19T20:26:31.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:31.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:31.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:31.475Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T20:26:31.770Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:26:31.770Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T20:26:31.770Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T20:26:31.770Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T20:26:31.770Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:31.770Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:26:31.770Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T20:26:31.770Z] OK: 7 MiB in 19 packages [2021-03-19T20:26:31.770Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:26:31.770Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T20:26:31.770Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T20:26:32.047Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:32.047Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:26:32.704Z] OK: 7 MiB in 18 packages [2021-03-19T20:26:34.924Z] Removing intermediate container f8492a19ab04 [2021-03-19T20:26:34.924Z] ---> 58693bc42b90 [2021-03-19T20:26:34.924Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:26:34.924Z] Removing intermediate container 3448f42dccb5 [2021-03-19T20:26:34.924Z] ---> 3342fe2d665f [2021-03-19T20:26:34.924Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:26:35.660Z] ---> Running in a4b42ccc109c [2021-03-19T20:26:36.312Z] ---> Running in aa172cdbae0d [2021-03-19T20:26:36.603Z] Removing intermediate container 2e8faf80baf3 [2021-03-19T20:26:36.603Z] ---> 1422f892e76e [2021-03-19T20:26:36.603Z] [2021-03-19T20:26:36.603Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T20:26:36.603Z] 3.12: Pulling from library/alpine [2021-03-19T20:26:36.603Z] Removing intermediate container 9741e8c728db [2021-03-19T20:26:36.603Z] ---> b56b1491ab62 [2021-03-19T20:26:36.603Z] [2021-03-19T20:26:36.603Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T20:26:36.603Z] 3.12: Pulling from library/alpine [2021-03-19T20:26:36.633Z] Removing intermediate container fecf14f1a262 [2021-03-19T20:26:36.634Z] ---> fb602a30dab7 [2021-03-19T20:26:36.634Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:26:36.910Z] ---> Running in f3fe49779526 [2021-03-19T20:26:36.910Z] Removing intermediate container 0fe4dc52c445 [2021-03-19T20:26:36.910Z] ---> 544ce1820fdb [2021-03-19T20:26:36.910Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:26:37.201Z] Removing intermediate container a4b42ccc109c [2021-03-19T20:26:37.201Z] ---> e47b06619d1c [2021-03-19T20:26:37.201Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T20:26:37.201Z] Removing intermediate container cefb2cad6878 [2021-03-19T20:26:37.201Z] ---> 5d7cde1bbee2 [2021-03-19T20:26:37.201Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:26:37.201Z] Removing intermediate container aa172cdbae0d [2021-03-19T20:26:37.201Z] ---> 01c281aaac4e [2021-03-19T20:26:37.201Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T20:26:37.544Z] ---> Running in b58c68d76bfc [2021-03-19T20:26:37.544Z] ---> Running in 6dbd069d60fd [2021-03-19T20:26:37.544Z] ---> Running in a35eae37c356 [2021-03-19T20:26:37.592Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:26:37.592Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:26:37.592Z] Status: Image is up to date for alpine:3.12 [2021-03-19T20:26:37.592Z] ---> d10569e2745f [2021-03-19T20:26:37.592Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T20:26:37.592Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T20:26:37.592Z] ---> d10569e2745f [2021-03-19T20:26:37.592Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T20:26:37.846Z] ---> Running in f90bca7943d8 [2021-03-19T20:26:38.145Z] Removing intermediate container f3fe49779526 [2021-03-19T20:26:38.145Z] ---> 29aafba4b679 [2021-03-19T20:26:38.145Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T20:26:38.191Z] ---> Running in 1e60c7894cf6 [2021-03-19T20:26:38.191Z] ---> Running in fe7a9ae1106e [2021-03-19T20:26:38.433Z] ---> Running in 7e271acf2d64 [2021-03-19T20:26:39.201Z] Removing intermediate container 6dbd069d60fd [2021-03-19T20:26:39.201Z] ---> cc47a3918cd0 [2021-03-19T20:26:39.201Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:26:39.201Z] Removing intermediate container b58c68d76bfc [2021-03-19T20:26:39.201Z] ---> 9fc7b4f08aee [2021-03-19T20:26:39.201Z] Step 13/21 : WORKDIR /edgex [2021-03-19T20:26:39.672Z] Removing intermediate container a35eae37c356 [2021-03-19T20:26:39.672Z] ---> 6659a03a0300 [2021-03-19T20:26:39.672Z] Step 13/24 : WORKDIR / [2021-03-19T20:26:39.672Z] Removing intermediate container f90bca7943d8 [2021-03-19T20:26:39.672Z] ---> 14296510954e [2021-03-19T20:26:39.672Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:26:39.672Z] ---> Running in 441cfee64cef [2021-03-19T20:26:40.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:26:40.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:26:40.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:26:40.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:26:40.983Z] ---> Running in 6f68f5e5a63e [2021-03-19T20:26:40.984Z] ---> Running in 625b6de423e7 [2021-03-19T20:26:40.984Z] ---> Running in a456b403758f [2021-03-19T20:26:40.984Z] Removing intermediate container 7e271acf2d64 [2021-03-19T20:26:40.984Z] ---> cda5fdb0cb1b [2021-03-19T20:26:40.984Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:26:41.430Z] ---> Running in 0ca6100d55d6 [2021-03-19T20:26:41.430Z] Removing intermediate container 441cfee64cef [2021-03-19T20:26:41.430Z] ---> 8ca540df5f95 [2021-03-19T20:26:41.430Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:26:41.430Z] Removing intermediate container 6f68f5e5a63e [2021-03-19T20:26:41.430Z] ---> 43c1aa478050 [2021-03-19T20:26:41.430Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T20:26:41.430Z] Removing intermediate container a456b403758f [2021-03-19T20:26:41.430Z] ---> 10f8184a77bd [2021-03-19T20:26:41.430Z] Step 15/23 : WORKDIR / [2021-03-19T20:26:41.721Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T20:26:41.721Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T20:26:41.721Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:26:41.721Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T20:26:41.721Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:26:41.721Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T20:26:41.721Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T20:26:41.721Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T20:26:41.721Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T20:26:41.721Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:41.721Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:41.721Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:26:41.721Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:26:41.732Z] Removing intermediate container 625b6de423e7 [2021-03-19T20:26:41.732Z] ---> 41814c1d50d3 [2021-03-19T20:26:41.732Z] 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-19T20:26:42.001Z] OK: 7 MiB in 19 packages [2021-03-19T20:26:42.001Z] OK: 7 MiB in 18 packages [2021-03-19T20:26:42.017Z] ---> Running in b64560bd0f36 [2021-03-19T20:26:42.017Z] Removing intermediate container 0ca6100d55d6 [2021-03-19T20:26:42.017Z] ---> 2b0ec9d40c21 [2021-03-19T20:26:42.017Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:26:42.329Z] ---> 015fcea74200 [2021-03-19T20:26:42.329Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T20:26:42.622Z] ---> dbf066adfe2c [2021-03-19T20:26:42.622Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T20:26:42.947Z] ---> a0a5a4171115 [2021-03-19T20:26:42.947Z] 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-19T20:26:42.947Z] Removing intermediate container b64560bd0f36 [2021-03-19T20:26:42.947Z] ---> aa3f406aef7b [2021-03-19T20:26:42.947Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:26:43.331Z] ---> 21299683b190 [2021-03-19T20:26:43.331Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T20:26:44.413Z] ---> 3d9175a618f0 [2021-03-19T20:26:44.413Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T20:26:44.413Z] ---> bca790198f4e [2021-03-19T20:26:44.413Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T20:26:44.696Z] ---> 92d8c4643fbe [2021-03-19T20:26:44.696Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T20:26:44.696Z] ---> 5800b1a29ce1 [2021-03-19T20:26:44.696Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T20:26:45.763Z] ---> 81bb509d5823 [2021-03-19T20:26:45.763Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T20:26:45.763Z] ---> 6ddd2a8ce638 [2021-03-19T20:26:45.763Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T20:26:46.110Z] ---> 01c8b9c93df9 [2021-03-19T20:26:46.110Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T20:26:46.110Z] ---> ec1c268af7fb [2021-03-19T20:26:46.110Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T20:26:46.460Z] Removing intermediate container fe7a9ae1106e [2021-03-19T20:26:46.460Z] ---> b36c5ee6dc1d [2021-03-19T20:26:46.460Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:26:46.474Z] ---> Running in 9df0f5292c08 [2021-03-19T20:26:46.474Z] ---> 961713028880 [2021-03-19T20:26:46.474Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T20:26:46.753Z] Removing intermediate container 1e60c7894cf6 [2021-03-19T20:26:46.753Z] ---> bbf6efc5a641 [2021-03-19T20:26:46.753Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:26:46.770Z] ---> Running in 2d398a11a45b [2021-03-19T20:26:46.770Z] ---> 68bc9329d265 [2021-03-19T20:26:46.770Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T20:26:47.064Z] ---> Running in 3a5d220d60b0 [2021-03-19T20:26:47.369Z] ---> Running in 71a01eab75a0 [2021-03-19T20:26:47.437Z] ---> Running in 38ab2b22efd2 [2021-03-19T20:26:47.437Z] Removing intermediate container 9df0f5292c08 [2021-03-19T20:26:47.437Z] ---> 66329b3cc950 [2021-03-19T20:26:47.437Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:26:47.829Z] ---> 77c36c9e87f5 [2021-03-19T20:26:47.829Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T20:26:47.829Z] ---> 900647e0f982 [2021-03-19T20:26:47.829Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T20:26:48.142Z] ---> Running in bef29873c386 [2021-03-19T20:26:48.142Z] ---> Running in 61ef2bbdb017 [2021-03-19T20:26:48.464Z] Removing intermediate container 2d398a11a45b [2021-03-19T20:26:48.464Z] ---> 88bfb4acab45 [2021-03-19T20:26:48.464Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T20:26:48.940Z] Removing intermediate container 3a5d220d60b0 [2021-03-19T20:26:48.940Z] ---> e9980d7f4bc3 [2021-03-19T20:26:48.940Z] Step 13/21 : WORKDIR /edgex [2021-03-19T20:26:49.103Z] Removing intermediate container 38ab2b22efd2 [2021-03-19T20:26:49.103Z] ---> 561e51e37c04 [2021-03-19T20:26:49.103Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:26:49.103Z] ---> Running in a87acc32c2fc [2021-03-19T20:26:49.212Z] Removing intermediate container 71a01eab75a0 [2021-03-19T20:26:49.212Z] ---> 429cdebd4d4e [2021-03-19T20:26:49.212Z] Step 13/24 : WORKDIR / [2021-03-19T20:26:49.395Z] Removing intermediate container 61ef2bbdb017 [2021-03-19T20:26:49.395Z] ---> c61649565a2c [2021-03-19T20:26:49.395Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T20:26:49.395Z] Removing intermediate container bef29873c386 [2021-03-19T20:26:49.395Z] ---> ab312029f7d2 [2021-03-19T20:26:49.395Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:26:49.395Z] ---> Running in 092566c2a447 [2021-03-19T20:26:49.484Z] ---> Running in dd7bdfaf3470 [2021-03-19T20:26:49.761Z] Removing intermediate container 45bdab10c6c5 [2021-03-19T20:26:49.762Z] ---> 1ae53d6a5a7f [2021-03-19T20:26:49.762Z] [2021-03-19T20:26:49.762Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:26:49.762Z] ---> Running in 480d69e8820c [2021-03-19T20:26:49.762Z] ---> d10569e2745f [2021-03-19T20:26:49.762Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:26:49.773Z] ---> Running in 887a8875c9ce [2021-03-19T20:26:49.773Z] ---> Running in 9537e5c0bacb [2021-03-19T20:26:49.773Z] ---> 8b8822f2c8ef [2021-03-19T20:26:49.773Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T20:26:50.209Z] Removing intermediate container a87acc32c2fc [2021-03-19T20:26:50.209Z] ---> 279be148cb9b [2021-03-19T20:26:50.209Z] Step 19/21 : LABEL arch=x86_64 [2021-03-19T20:26:50.356Z] ---> Running in e3562ee940d9 [2021-03-19T20:26:50.356Z] Removing intermediate container 7b23b8eeac76 [2021-03-19T20:26:50.356Z] ---> eecb9d6222a1 [2021-03-19T20:26:50.356Z] [2021-03-19T20:26:50.356Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:26:50.356Z] ---> d10569e2745f [2021-03-19T20:26:50.356Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:26:50.633Z] Removing intermediate container dd7bdfaf3470 [2021-03-19T20:26:50.633Z] ---> 11627194c88c [2021-03-19T20:26:50.633Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T20:26:50.852Z] ---> Running in 21126dbbc6fc [2021-03-19T20:26:50.852Z] Removing intermediate container 092566c2a447 [2021-03-19T20:26:50.852Z] ---> 436c92aaaece [2021-03-19T20:26:50.852Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T20:26:50.852Z] Removing intermediate container 887a8875c9ce [2021-03-19T20:26:50.852Z] ---> dce3fdebcd21 [2021-03-19T20:26:50.852Z] Step 21/22 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:26:50.852Z] Removing intermediate container 9537e5c0bacb [2021-03-19T20:26:50.852Z] ---> 1300c0710184 [2021-03-19T20:26:50.852Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:26:50.913Z] ---> Running in 4b4bf3a42686 [2021-03-19T20:26:50.913Z] Removing intermediate container 480d69e8820c [2021-03-19T20:26:50.913Z] ---> b2347ade47d8 [2021-03-19T20:26:50.913Z] 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-19T20:26:51.128Z] ---> Running in 1d135c100fe9 [2021-03-19T20:26:51.128Z] ---> Running in 66958c79ba95 [2021-03-19T20:26:51.406Z] ---> 88a12d76c476 [2021-03-19T20:26:51.406Z] 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-19T20:26:51.406Z] ---> Running in 32b64f4166b5 [2021-03-19T20:26:51.708Z] ---> Running in 98af3913f61b [2021-03-19T20:26:51.708Z] Removing intermediate container 21126dbbc6fc [2021-03-19T20:26:51.708Z] ---> b6af22ca553d [2021-03-19T20:26:51.708Z] Step 20/21 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:26:52.003Z] Removing intermediate container 1d135c100fe9 [2021-03-19T20:26:52.003Z] ---> 61acd8494f69 [2021-03-19T20:26:52.003Z] Step 21/22 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:26:52.003Z] Removing intermediate container 66958c79ba95 [2021-03-19T20:26:52.003Z] ---> b77a435e4641 [2021-03-19T20:26:52.003Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:26:52.003Z] Removing intermediate container 32b64f4166b5 [2021-03-19T20:26:52.003Z] ---> d915e02b90b2 [2021-03-19T20:26:52.003Z] Step 22/23 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:26:52.348Z] ---> Running in 659b51c9aa52 [2021-03-19T20:26:52.348Z] ---> Running in bade7e4be0e3 [2021-03-19T20:26:52.348Z] ---> Running in 48b7e9311975 [2021-03-19T20:26:52.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:26:52.354Z] ---> 4dfb4f419f2c [2021-03-19T20:26:52.354Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T20:26:52.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:26:52.625Z] ---> acae5dd9d978 [2021-03-19T20:26:52.625Z] 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-19T20:26:52.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:26:52.699Z] ---> Running in 4a8a4018d33d [2021-03-19T20:26:52.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:26:53.119Z] Removing intermediate container 659b51c9aa52 [2021-03-19T20:26:53.119Z] ---> ce45dcf1c064 [2021-03-19T20:26:53.119Z] Step 21/21 : LABEL version=0.0.0 [2021-03-19T20:26:53.119Z] Removing intermediate container 48b7e9311975 [2021-03-19T20:26:53.119Z] ---> b48dee25c5a7 [2021-03-19T20:26:53.119Z] [2021-03-19T20:26:53.172Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:26:53.172Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:53.172Z] OK: 5 MiB in 15 packages [2021-03-19T20:26:53.451Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:26:53.451Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:53.451Z] OK: 5 MiB in 15 packages [2021-03-19T20:26:53.646Z] Removing intermediate container bade7e4be0e3 [2021-03-19T20:26:53.646Z] ---> dcd1b9148c2b [2021-03-19T20:26:53.646Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:26:53.646Z] ---> Running in a69feaeec971 [2021-03-19T20:26:53.986Z] ---> Running in 7f05f5281704 [2021-03-19T20:26:53.986Z] Removing intermediate container 4a8a4018d33d [2021-03-19T20:26:53.986Z] ---> 22f2eafcda8c [2021-03-19T20:26:53.986Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:26:54.279Z] ---> Running in 7408935a98c1 [2021-03-19T20:26:54.279Z] Removing intermediate container a69feaeec971 [2021-03-19T20:26:54.279Z] ---> ca04ba1c4754 [2021-03-19T20:26:54.279Z] [2021-03-19T20:26:54.436Z] ---> 43166dd051bf [2021-03-19T20:26:54.436Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T20:26:54.580Z] Successfully built b48dee25c5a7 [2021-03-19T20:26:54.580Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-19T20:26:54.580Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-03-19T20:26:54.580Z] Removing intermediate container 7f05f5281704 [2021-03-19T20:26:54.580Z] ---> 4266554f8ae9 [2021-03-19T20:26:54.580Z] [2021-03-19T20:26:55.033Z] ---> b38e5ab2a772 [2021-03-19T20:26:55.240Z] Successfully built ca04ba1c4754 [2021-03-19T20:26:55.240Z] Successfully built 4266554f8ae9 [2021-03-19T20:26:55.308Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T20:26:56.724Z] ---> eaf5f444344d [2021-03-19T20:26:56.724Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T20:26:56.724Z] Removing intermediate container e3562ee940d9 [2021-03-19T20:26:56.724Z] ---> f651039be675 [2021-03-19T20:26:56.724Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:26:56.724Z] Removing intermediate container 4b4bf3a42686 [2021-03-19T20:26:56.724Z] ---> a6c1b4333715 [2021-03-19T20:26:56.724Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:26:56.724Z] Removing intermediate container 705fc76a596a [2021-03-19T20:26:56.724Z] ---> 71662590d2dc [2021-03-19T20:26:56.724Z] [2021-03-19T20:26:56.724Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:26:56.724Z] ---> d10569e2745f [2021-03-19T20:26:56.724Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:26:56.724Z] ---> Using cache [2021-03-19T20:26:56.724Z] ---> a6c1b4333715 [2021-03-19T20:26:56.724Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:26:56.724Z] ---> 64a3d4a6ddc4 [2021-03-19T20:26:56.724Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T20:26:56.738Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-19T20:26:56.738Z] Building docker-sys-mgmt-agent-go [2021-03-19T20:26:56.738Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7408935a98c1 [2021-03-19T20:26:56.738Z] ---> 6bf708048ff1 [2021-03-19T20:26:56.738Z] [2021-03-19T20:26:56.738Z] Successfully tagged docker-support-notifications-go:latest [2021-03-19T20:26:56.738Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-03-19T20:26:56.738Z] Successfully built 6bf708048ff1 [2021-03-19T20:26:56.738Z] Successfully tagged docker-core-command-go:latest [2021-03-19T20:26:56.738Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-19T20:26:56.738Z] Removing intermediate container 98af3913f61b [2021-03-19T20:26:56.738Z] ---> 0985b95dd875 [2021-03-19T20:26:56.738Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T20:26:56.738Z] ---> Running in 1f5bc1426bdb [2021-03-19T20:26:56.999Z] ---> Running in 5719ad72048d [2021-03-19T20:26:56.999Z] ---> Running in 2139401097e0 [2021-03-19T20:26:56.999Z] ---> Running in b3b695ee78a2 [2021-03-19T20:26:56.999Z] ---> Running in 964667a1299b [2021-03-19T20:26:57.051Z] Removing intermediate container 1f5bc1426bdb [2021-03-19T20:26:57.051Z] ---> b4ee57b0ce89 [2021-03-19T20:26:57.051Z] Step 22/24 : LABEL arch=x86_64 [2021-03-19T20:26:57.272Z] ---> 8048473247d3 [2021-03-19T20:26:57.272Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T20:26:57.391Z] ---> Running in 39063dbe7279 [2021-03-19T20:26:57.543Z] Removing intermediate container 2139401097e0 [2021-03-19T20:26:57.543Z] ---> a9e0cd3826f5 [2021-03-19T20:26:57.543Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T20:26:57.543Z] Removing intermediate container 5719ad72048d [2021-03-19T20:26:57.543Z] ---> b57501c7c136 [2021-03-19T20:26:57.543Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T20:26:57.830Z] ---> Running in fda5f7ba6c62 [2021-03-19T20:26:57.830Z] ---> Running in c198733ffb70 [2021-03-19T20:26:57.830Z] Removing intermediate container 964667a1299b [2021-03-19T20:26:57.830Z] ---> 8ce3b75d616b [2021-03-19T20:26:57.830Z] Step 18/21 : CMD ["--init=true"]Removing intermediate container b3b695ee78a2 [2021-03-19T20:26:57.830Z] ---> 2f3bca8bfdb8 [2021-03-19T20:26:57.830Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T20:26:57.830Z] [2021-03-19T20:26:58.107Z] ---> Running in 3b84f9f993b3 [2021-03-19T20:26:58.107Z] ---> Running in 802b551e463c [2021-03-19T20:26:58.698Z] Removing intermediate container fda5f7ba6c62 [2021-03-19T20:26:58.698Z] Removing intermediate container c198733ffb70 [2021-03-19T20:26:58.698Z] ---> 514256327e95 [2021-03-19T20:26:58.698Z] ---> 3ef4f1eb64af [2021-03-19T20:26:58.698Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:26:58.698Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:26:58.698Z] ---> 54c79a191af5 [2021-03-19T20:26:58.698Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T20:26:58.972Z] ---> Running in a354ca1a0ff0 [2021-03-19T20:26:58.972Z] ---> Running in 0e7f50f0bf21 [2021-03-19T20:26:58.972Z] Removing intermediate container 802b551e463c [2021-03-19T20:26:58.972Z] ---> e03e842da734 [2021-03-19T20:26:58.972Z] Step 19/21 : LABEL arch=arm64 [2021-03-19T20:26:58.972Z] Removing intermediate container 3b84f9f993b3 [2021-03-19T20:26:58.972Z] ---> df66d4d832d8 [2021-03-19T20:26:58.972Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:26:59.254Z] ---> Running in b68e9bc683db [2021-03-19T20:26:59.254Z] ---> Running in 2624a2b77771 [2021-03-19T20:26:59.528Z] Removing intermediate container a354ca1a0ff0 [2021-03-19T20:26:59.528Z] ---> 3b07490de342 [2021-03-19T20:26:59.528Z] Step 15/23 : WORKDIR / [2021-03-19T20:26:59.528Z] Removing intermediate container 0e7f50f0bf21 [2021-03-19T20:26:59.528Z] ---> fff72ca7eba9 [2021-03-19T20:26:59.528Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:26:59.821Z] ---> 5081ed16aba4 [2021-03-19T20:26:59.821Z] 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-19T20:26:59.821Z] ---> Running in c0dcccaf05b0 [2021-03-19T20:26:59.821Z] Removing intermediate container 2624a2b77771 [2021-03-19T20:26:59.821Z] ---> 85f5caf36630 [2021-03-19T20:26:59.821Z] Step 15/23 : WORKDIR / [2021-03-19T20:26:59.821Z] Removing intermediate container b68e9bc683db [2021-03-19T20:26:59.821Z] ---> fd39167cc80a [2021-03-19T20:26:59.821Z] Step 20/21 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:26:59.821Z] ---> Running in d54baf7092d6 [2021-03-19T20:27:00.117Z] ---> Running in b4a7ca4c59bc [2021-03-19T20:27:00.117Z] ---> Running in 056831881ddc [2021-03-19T20:27:00.399Z] Removing intermediate container c0dcccaf05b0 [2021-03-19T20:27:00.399Z] ---> b335268ddda9 [2021-03-19T20:27:00.399Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:27:00.773Z] Removing intermediate container 39063dbe7279 [2021-03-19T20:27:00.773Z] ---> 42cea876fa8e [2021-03-19T20:27:00.773Z] Step 23/24 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:27:01.006Z] ---> 2b0304543f1a [2021-03-19T20:27:01.006Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T20:27:01.006Z] Removing intermediate container 056831881ddc [2021-03-19T20:27:01.006Z] ---> 00c09c81c354 [2021-03-19T20:27:01.006Z] Step 21/21 : LABEL version=0.0.0 [2021-03-19T20:27:01.006Z] Removing intermediate container b4a7ca4c59bc [2021-03-19T20:27:01.006Z] ---> 19d321e63374 [2021-03-19T20:27:01.006Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:27:01.297Z] ---> Running in a316ca659126 [2021-03-19T20:27:01.507Z] ---> Running in 6c88107ad617 [2021-03-19T20:27:01.903Z] ---> f0d24ad6cae5 [2021-03-19T20:27:01.903Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T20:27:01.903Z] Removing intermediate container a316ca659126 [2021-03-19T20:27:01.904Z] ---> bc41a04f9f84 [2021-03-19T20:27:01.904Z] [2021-03-19T20:27:02.186Z] ---> d94811dc9658 [2021-03-19T20:27:02.186Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T20:27:02.651Z] Removing intermediate container 6c88107ad617 [2021-03-19T20:27:02.651Z] ---> dc7a52533005 [2021-03-19T20:27:02.651Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T20:27:02.783Z] Successfully built bc41a04f9f84 [2021-03-19T20:27:02.783Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-19T20:27:02.783Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-19T20:27:03.057Z] ---> 99b8ddc0b3fc [2021-03-19T20:27:03.057Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T20:27:03.352Z] ---> Running in 4084190b832a [2021-03-19T20:27:03.647Z] Removing intermediate container d54baf7092d6 [2021-03-19T20:27:03.647Z] ---> 14c68e1f1fda [2021-03-19T20:27:03.647Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T20:27:03.925Z] ---> e5703519bc5e [2021-03-19T20:27:03.925Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T20:27:03.925Z] ---> Running in e292c62d883d [2021-03-19T20:27:03.969Z] Removing intermediate container 4084190b832a [2021-03-19T20:27:03.969Z] ---> f66dcde44fa3 [2021-03-19T20:27:03.969Z] [2021-03-19T20:27:04.241Z] Successfully built f66dcde44fa3 [2021-03-19T20:27:04.511Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-19T20:27:04.527Z] ---> 1d0531178eed [2021-03-19T20:27:04.527Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T20:27:04.527Z] ---> 055daaeb2211 [2021-03-19T20:27:04.527Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T20:27:05.123Z] Removing intermediate container e292c62d883d [2021-03-19T20:27:05.123Z] ---> 054da823e6f4 [2021-03-19T20:27:05.123Z] Step 22/24 : LABEL arch=arm64 [2021-03-19T20:27:05.404Z] ---> 2642e8e0e2c5 [2021-03-19T20:27:05.404Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T20:27:05.404Z] ---> Running in 89dab554b6cd [2021-03-19T20:27:06.009Z] ---> Running in f84016d6cd39 [2021-03-19T20:27:06.009Z] ---> Running in fceff0b6c5db [2021-03-19T20:27:06.282Z] ---> 49b5b3df1242 [2021-03-19T20:27:06.282Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T20:27:06.552Z] Removing intermediate container 89dab554b6cd [2021-03-19T20:27:06.552Z] ---> 1172c055a7c6 [2021-03-19T20:27:06.552Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:27:06.828Z] ---> Running in 1c3f5e918f60 [2021-03-19T20:27:06.828Z] ---> Running in 7de824b0ae8a [2021-03-19T20:27:06.828Z] Removing intermediate container fceff0b6c5db [2021-03-19T20:27:06.828Z] ---> e88623b4b9e8 [2021-03-19T20:27:06.828Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:27:06.828Z] Removing intermediate container f84016d6cd39 [2021-03-19T20:27:06.828Z] ---> c8dd8c9bc38d [2021-03-19T20:27:06.828Z] Step 23/24 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:27:07.424Z] ---> Running in 7ab148e54729 [2021-03-19T20:27:07.424Z] ---> Running in 83de65f1a514 [2021-03-19T20:27:07.723Z] Removing intermediate container 1c3f5e918f60 [2021-03-19T20:27:07.723Z] ---> 7d103c50485b [2021-03-19T20:27:07.723Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:27:08.349Z] Removing intermediate container 7de824b0ae8a [2021-03-19T20:27:08.349Z] ---> fbeffe83b1a5 [2021-03-19T20:27:08.349Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T20:27:08.622Z] ---> Running in ecae43b61345 [2021-03-19T20:27:08.622Z] Removing intermediate container 7ab148e54729 [2021-03-19T20:27:08.622Z] ---> 7f073156713f [2021-03-19T20:27:08.622Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:27:08.899Z] Removing intermediate container 83de65f1a514 [2021-03-19T20:27:08.899Z] ---> ae32b1399c25 [2021-03-19T20:27:08.899Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T20:27:08.899Z] ---> Running in 5ea3b1155177 [2021-03-19T20:27:08.899Z] ---> Running in 23159b347c1a [2021-03-19T20:27:09.174Z] ---> Running in 4c804ce3d2c6 [2021-03-19T20:27:09.174Z] Removing intermediate container ecae43b61345 [2021-03-19T20:27:09.174Z] ---> b5b475e6bdfd [2021-03-19T20:27:09.174Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:27:09.778Z] ---> Running in d712bbb75e36 [2021-03-19T20:27:09.778Z] Removing intermediate container 5ea3b1155177 [2021-03-19T20:27:09.778Z] ---> 3624a6145822 [2021-03-19T20:27:09.778Z] Step 21/22 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:27:09.778Z] Removing intermediate container 23159b347c1a [2021-03-19T20:27:09.778Z] ---> aea768c515ca [2021-03-19T20:27:09.778Z] Step 22/23 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:27:09.778Z] ---> Running in 417c47283e7f [2021-03-19T20:27:10.050Z] Removing intermediate container 4c804ce3d2c6 [2021-03-19T20:27:10.050Z] ---> 2f8adab5538c [2021-03-19T20:27:10.050Z] [2021-03-19T20:27:10.050Z] ---> Running in 3dffc64ac439 [2021-03-19T20:27:10.325Z] Removing intermediate container d712bbb75e36 [2021-03-19T20:27:10.325Z] ---> dceae095ba63 [2021-03-19T20:27:10.325Z] Step 22/23 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:27:10.600Z] Successfully built 2f8adab5538c [2021-03-19T20:27:10.600Z] ---> Running in 5e2a26b31ead [2021-03-19T20:27:10.600Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-19T20:27:10.600Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-19T20:27:10.600Z] Removing intermediate container 417c47283e7f [2021-03-19T20:27:10.600Z] ---> be0acd8ecfc6 [2021-03-19T20:27:10.600Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:27:10.875Z] Removing intermediate container 3dffc64ac439 [2021-03-19T20:27:10.875Z] ---> 74eb860f1131 [2021-03-19T20:27:10.875Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:27:11.152Z] ---> Running in d2d723299d49 [2021-03-19T20:27:11.152Z] ---> Running in c489ff04a5bb [2021-03-19T20:27:11.424Z] Removing intermediate container 5e2a26b31ead [2021-03-19T20:27:11.424Z] ---> 355cc7ca8674 [2021-03-19T20:27:11.424Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:27:11.698Z] Removing intermediate container d2d723299d49 [2021-03-19T20:27:11.699Z] ---> bb1dd92a9f00 [2021-03-19T20:27:11.699Z] [2021-03-19T20:27:11.699Z] ---> Running in b89185c1309b [2021-03-19T20:27:11.974Z] Removing intermediate container c489ff04a5bb [2021-03-19T20:27:11.974Z] ---> d80a3cd02b24 [2021-03-19T20:27:11.974Z] [2021-03-19T20:27:12.250Z] Successfully built bb1dd92a9f00 [2021-03-19T20:27:12.525Z] Successfully built d80a3cd02b24 [2021-03-19T20:27:12.525Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-19T20:27:12.525Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-19T20:27:12.525Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-19T20:27:12.525Z] Building docker-core-data-go [2021-03-19T20:27:12.525Z]  Building docker-core-command-go ... done Removing intermediate container b89185c1309b [2021-03-19T20:27:12.525Z] ---> 4b76b6a6f238 [2021-03-19T20:27:12.525Z] [2021-03-19T20:27:13.129Z] Successfully built 4b76b6a6f238 [2021-03-19T20:27:13.129Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-19T20:27:52.109Z]  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:27:52.109Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:27:52.109Z] ---> 502c430fd2ef [2021-03-19T20:27:52.109Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T20:27:52.109Z] ---> Using cache [2021-03-19T20:27:52.109Z] ---> 3641197add36 [2021-03-19T20:27:52.109Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:27:52.109Z] ---> Using cache [2021-03-19T20:27:52.109Z] ---> d513f147502e [2021-03-19T20:27:52.109Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T20:27:52.109Z] ---> Using cache [2021-03-19T20:27:52.109Z] ---> 61a70db5d387 [2021-03-19T20:27:52.109Z] Step 6/31 : COPY go.mod . [2021-03-19T20:27:52.109Z] ---> Using cache [2021-03-19T20:27:52.109Z] ---> 14e6e753168c [2021-03-19T20:27:52.109Z] Step 7/31 : RUN go mod download [2021-03-19T20:27:52.109Z] ---> Using cache [2021-03-19T20:27:52.109Z] ---> 1a9aba81dc68 [2021-03-19T20:27:52.109Z] Step 8/31 : COPY . . [2021-03-19T20:27:52.109Z] ---> Using cache [2021-03-19T20:27:52.109Z] ---> d5c236ec2666 [2021-03-19T20:27:52.109Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T20:27:52.398Z] ---> Running in fb0d7a622cdc [2021-03-19T20:27:53.840Z] 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-19T20:27:58.233Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:27:58.233Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:27:58.233Z] ---> 502c430fd2ef [2021-03-19T20:27:58.233Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T20:27:58.233Z] ---> Using cache [2021-03-19T20:27:58.233Z] ---> 3641197add36 [2021-03-19T20:27:58.233Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:27:58.233Z] ---> Using cache [2021-03-19T20:27:58.233Z] ---> d513f147502e [2021-03-19T20:27:58.233Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T20:27:59.701Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:27:59.701Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:27:59.701Z] ---> 502c430fd2ef [2021-03-19T20:27:59.701Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:27:59.701Z] ---> Using cache [2021-03-19T20:27:59.701Z] ---> 3641197add36 [2021-03-19T20:27:59.701Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:27:59.701Z] ---> Using cache [2021-03-19T20:27:59.701Z] ---> d513f147502e [2021-03-19T20:27:59.701Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T20:27:59.701Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:27:59.701Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:27:59.701Z] ---> 502c430fd2ef [2021-03-19T20:27:59.701Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:27:59.701Z] ---> Using cache [2021-03-19T20:27:59.701Z] ---> 3641197add36 [2021-03-19T20:27:59.701Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:27:59.701Z] ---> Using cache [2021-03-19T20:27:59.701Z] ---> d513f147502e [2021-03-19T20:27:59.701Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T20:27:59.979Z] ---> Running in 01b0c98052ed [2021-03-19T20:28:00.253Z] ---> Running in d8b3251cf63e [2021-03-19T20:28:00.253Z] ---> Running in 518cd698d420 [2021-03-19T20:28:02.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:02.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:03.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:03.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:03.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:04.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:04.327Z] OK: 217 MiB in 51 packages [2021-03-19T20:28:04.604Z] OK: 217 MiB in 51 packages [2021-03-19T20:28:04.927Z] OK: 217 MiB in 51 packages [2021-03-19T20:28:06.379Z] Removing intermediate container 01b0c98052ed [2021-03-19T20:28:06.379Z] ---> 284214ed7f82 [2021-03-19T20:28:06.379Z] Step 6/26 : COPY go.mod . [2021-03-19T20:28:06.985Z] Removing intermediate container 518cd698d420 [2021-03-19T20:28:06.985Z] ---> 182abaebb107 [2021-03-19T20:28:06.985Z] Step 6/23 : COPY go.mod . [2021-03-19T20:28:07.263Z] Removing intermediate container d8b3251cf63e [2021-03-19T20:28:07.263Z] ---> 9a7efbb61c5d [2021-03-19T20:28:07.263Z] Step 6/22 : COPY go.mod . [2021-03-19T20:28:07.872Z] ---> c8c1c0751738 [2021-03-19T20:28:07.872Z] Step 7/26 : RUN go mod download [2021-03-19T20:28:08.152Z] ---> Running in 8d20484f7bbf [2021-03-19T20:28:08.152Z] ---> beb53d9884a1 [2021-03-19T20:28:08.152Z] Step 7/23 : RUN go mod download [2021-03-19T20:28:08.431Z] ---> Running in c101508fa38f [2021-03-19T20:28:09.034Z] ---> ddfb4c9f9fc6 [2021-03-19T20:28:09.034Z] Step 7/22 : RUN go mod download [2021-03-19T20:28:09.311Z] ---> Running in 659f87025bb4 [2021-03-19T20:28:13.650Z] Removing intermediate container 8d20484f7bbf [2021-03-19T20:28:13.650Z] ---> 12efde59ab0b [2021-03-19T20:28:13.650Z] Step 8/26 : COPY . . [2021-03-19T20:28:13.791Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:13.791Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:13.791Z] ---> 8dea470d0f20 [2021-03-19T20:28:13.791Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:28:13.791Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:13.791Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:13.791Z] ---> 8dea470d0f20 [2021-03-19T20:28:13.791Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> db52ea03fac3 [2021-03-19T20:28:13.791Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> db52ea03fac3 [2021-03-19T20:28:13.791Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> ab716bc988a9 [2021-03-19T20:28:13.791Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> ab716bc988a9 [2021-03-19T20:28:13.791Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> 7ad2bb89e0c2 [2021-03-19T20:28:13.791Z] Step 6/31 : COPY go.mod . [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> d09e045932b7 [2021-03-19T20:28:13.791Z] Step 7/31 : RUN go mod download [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> 9416c2ab59da [2021-03-19T20:28:13.791Z] Step 8/31 : COPY . . [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> 3de59f89da63 [2021-03-19T20:28:13.791Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T20:28:13.791Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:13.791Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:13.791Z] ---> 8dea470d0f20 [2021-03-19T20:28:13.791Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> db52ea03fac3 [2021-03-19T20:28:13.791Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> ab716bc988a9 [2021-03-19T20:28:13.791Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> 7ad2bb89e0c2 [2021-03-19T20:28:13.791Z] Step 6/23 : COPY go.mod . [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> d09e045932b7 [2021-03-19T20:28:13.791Z] Step 7/23 : RUN go mod download [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> 9416c2ab59da [2021-03-19T20:28:13.791Z] Step 8/23 : COPY . . [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> 3de59f89da63 [2021-03-19T20:28:13.791Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T20:28:13.791Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:13.791Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:13.791Z] ---> 8dea470d0f20 [2021-03-19T20:28:13.791Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> db52ea03fac3 [2021-03-19T20:28:13.791Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:13.791Z] ---> Using cache [2021-03-19T20:28:13.791Z] ---> ab716bc988a9 [2021-03-19T20:28:13.791Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T20:28:13.791Z] ---> Running in d57c8b809ce2 [2021-03-19T20:28:13.791Z] ---> Running in 3e39aee9e7ba [2021-03-19T20:28:13.791Z] ---> Running in 9bbdb3a21ca9 [2021-03-19T20:28:13.791Z] ---> Running in b584c14162aa [2021-03-19T20:28:13.791Z] 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-19T20:28:13.791Z] 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-19T20:28:13.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:28:13.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:28:13.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:28:13.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:28:13.939Z] Removing intermediate container c101508fa38f [2021-03-19T20:28:13.939Z] ---> 32224007eab9 [2021-03-19T20:28:13.939Z] Step 8/23 : COPY . . [2021-03-19T20:28:13.939Z] Removing intermediate container 659f87025bb4 [2021-03-19T20:28:13.939Z] ---> e9cdf205cc20 [2021-03-19T20:28:13.939Z] Step 8/22 : COPY . . [2021-03-19T20:28:15.167Z] OK: 233 MiB in 51 packages [2021-03-19T20:28:15.167Z] OK: 233 MiB in 51 packages [2021-03-19T20:28:19.094Z] Removing intermediate container d57c8b809ce2 [2021-03-19T20:28:19.094Z] ---> dfdc1882ba3b [2021-03-19T20:28:19.094Z] Step 6/23 : COPY go.mod . [2021-03-19T20:28:19.094Z] Removing intermediate container 3e39aee9e7ba [2021-03-19T20:28:19.094Z] ---> d105949709fe [2021-03-19T20:28:19.094Z] Step 6/26 : COPY go.mod . [2021-03-19T20:28:19.504Z] ---> 49509ae4c551 [2021-03-19T20:28:19.504Z] Step 7/23 : RUN go mod download [2021-03-19T20:28:20.284Z] ---> Running in e6b15e12439e [2021-03-19T20:28:20.701Z] ---> 3b03ac6a61b2 [2021-03-19T20:28:20.701Z] Step 7/26 : RUN go mod download [2021-03-19T20:28:21.661Z] ---> Running in bebc591d79a3 [2021-03-19T20:28:29.021Z] Removing intermediate container bebc591d79a3 [2021-03-19T20:28:29.021Z] ---> e8c504fb934a [2021-03-19T20:28:29.021Z] Step 8/26 : COPY . . [2021-03-19T20:28:29.341Z] Removing intermediate container e6b15e12439e [2021-03-19T20:28:29.341Z] ---> bb569e892107 [2021-03-19T20:28:29.730Z] Step 8/23 : COPY . . [2021-03-19T20:28:46.389Z] ---> e7731b3b7270 [2021-03-19T20:28:46.389Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T20:28:46.389Z] ---> 448ce53c28ab [2021-03-19T20:28:46.389Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T20:28:46.389Z] ---> 09854e7685ef [2021-03-19T20:28:46.389Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T20:28:46.389Z] ---> Running in 54aedfa4a3f5 [2021-03-19T20:28:46.389Z] ---> Running in 142d48d71b07 [2021-03-19T20:28:46.389Z] ---> Running in c3c8703750ea [2021-03-19T20:28:46.389Z] 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-19T20:28:46.389Z] 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-19T20:28:46.389Z] Removing intermediate container fb0d7a622cdc [2021-03-19T20:28:46.389Z] ---> ddc2fe44d06c [2021-03-19T20:28:46.389Z] [2021-03-19T20:28:46.389Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T20:28:46.389Z] ---> d10569e2745f [2021-03-19T20:28:46.389Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T20:28:46.389Z] 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-19T20:28:46.389Z] ---> Running in e0e5f5793127 [2021-03-19T20:28:46.389Z] Removing intermediate container e0e5f5793127 [2021-03-19T20:28:46.389Z] ---> 2111d7acc4fb [2021-03-19T20:28:46.389Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T20:28:46.389Z] ---> Running in a48092958ee7 [2021-03-19T20:28:47.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:47.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:48.440Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:28:48.440Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T20:28:48.440Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:28:48.440Z] OK: 5 MiB in 16 packages [2021-03-19T20:28:50.435Z] Removing intermediate container a48092958ee7 [2021-03-19T20:28:50.435Z] ---> fa0de466d9c6 [2021-03-19T20:28:50.435Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T20:28:50.709Z] ---> Running in a07011a9f4cd [2021-03-19T20:28:51.312Z] Removing intermediate container a07011a9f4cd [2021-03-19T20:28:51.312Z] ---> a964ca0ff778 [2021-03-19T20:28:51.312Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T20:28:51.585Z] ---> Running in 170094ebcef8 [2021-03-19T20:28:52.189Z] Removing intermediate container 170094ebcef8 [2021-03-19T20:28:52.189Z] ---> 5490d7af5343 [2021-03-19T20:28:52.189Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T20:28:52.189Z] ---> Running in 0af4096f489a [2021-03-19T20:28:55.600Z] Removing intermediate container 0af4096f489a [2021-03-19T20:28:55.600Z] ---> 04ab56e68735 [2021-03-19T20:28:55.600Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T20:28:55.600Z] ---> Running in 37adfd41850e [2021-03-19T20:28:56.588Z] Removing intermediate container 37adfd41850e [2021-03-19T20:28:56.588Z] ---> c4d55cb76567 [2021-03-19T20:28:56.588Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T20:28:57.575Z] ---> 7fe198b59732 [2021-03-19T20:28:57.575Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T20:28:57.575Z] ---> Running in 6a55be94d001 [2021-03-19T20:29:00.982Z] Removing intermediate container 6a55be94d001 [2021-03-19T20:29:00.982Z] ---> 96b4da44e5b6 [2021-03-19T20:29:00.982Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:29:01.981Z] ---> d91869215b12 [2021-03-19T20:29:01.981Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T20:29:03.966Z] ---> fa18ee22ff14 [2021-03-19T20:29:03.966Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T20:29:04.950Z] ---> ce98b2062e29 [2021-03-19T20:29:04.950Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T20:29:06.399Z] ---> 881771459192 [2021-03-19T20:29:06.399Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T20:29:07.852Z] ---> 115543ae811d [2021-03-19T20:29:07.852Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T20:29:08.127Z] ---> Running in 14f09d055cf6 [2021-03-19T20:29:08.727Z] Removing intermediate container 14f09d055cf6 [2021-03-19T20:29:08.727Z] ---> d4d12a7aebf3 [2021-03-19T20:29:08.727Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T20:29:10.170Z] ---> 396ee243f512 [2021-03-19T20:29:10.170Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T20:29:10.457Z] ---> Running in 16d2fc1fb203 [2021-03-19T20:29:13.898Z] Removing intermediate container 16d2fc1fb203 [2021-03-19T20:29:13.898Z] ---> c2a669c5d257 [2021-03-19T20:29:13.898Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T20:29:14.180Z] ---> Running in 9336871abef1 [2021-03-19T20:29:15.165Z] Removing intermediate container 9336871abef1 [2021-03-19T20:29:15.165Z] ---> f04276dc93a7 [2021-03-19T20:29:15.165Z] Step 28/31 : CMD ["gate"] [2021-03-19T20:29:15.446Z] ---> Running in 7dfe589a6664 [2021-03-19T20:29:16.059Z] Removing intermediate container 7dfe589a6664 [2021-03-19T20:29:16.059Z] ---> 14b1ec951138 [2021-03-19T20:29:16.059Z] Step 29/31 : LABEL arch=arm64 [2021-03-19T20:29:16.336Z] ---> Running in 23655b670fda [2021-03-19T20:29:16.934Z] Removing intermediate container 23655b670fda [2021-03-19T20:29:16.934Z] ---> f212817975b4 [2021-03-19T20:29:16.934Z] Step 30/31 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:29:17.531Z] ---> Running in 93f8a55f844a [2021-03-19T20:29:18.137Z] Removing intermediate container 93f8a55f844a [2021-03-19T20:29:18.137Z] ---> 4cf0a1a68676 [2021-03-19T20:29:18.137Z] Step 31/31 : LABEL version=0.0.0 [2021-03-19T20:29:18.731Z] ---> Running in 015f6cd71a81 [2021-03-19T20:29:19.334Z] Removing intermediate container 015f6cd71a81 [2021-03-19T20:29:19.334Z] ---> 629f097da13c [2021-03-19T20:29:19.334Z] [2021-03-19T20:29:19.938Z] Successfully built 629f097da13c [2021-03-19T20:29:19.938Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-19T20:29:57.768Z] Removing intermediate container 9bbdb3a21ca9 [2021-03-19T20:29:57.769Z] ---> 262eb26386ed [2021-03-19T20:29:57.769Z] [2021-03-19T20:29:57.769Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T20:29:57.769Z] ---> 88dd2752d2ea [2021-03-19T20:29:57.769Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T20:29:57.769Z] ---> Running in 1c0fbcbf3078 [2021-03-19T20:29:57.769Z] Removing intermediate container 1c0fbcbf3078 [2021-03-19T20:29:57.769Z] ---> b5edcdce7e31 [2021-03-19T20:29:57.769Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T20:29:59.000Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 54aedfa4a3f5 [2021-03-19T20:29:59.000Z] ---> 8ceb6e249fb3 [2021-03-19T20:29:59.000Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T20:29:59.000Z] ---> Running in 35a0111f4713 [2021-03-19T20:29:59.272Z] 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-19T20:29:59.305Z] ---> Running in 61f01cd4990a [2021-03-19T20:30:03.072Z] Removing intermediate container b584c14162aa [2021-03-19T20:30:03.072Z] ---> 925e3781d92d [2021-03-19T20:30:03.072Z] [2021-03-19T20:30:03.072Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:30:03.072Z] ---> 88dd2752d2ea [2021-03-19T20:30:03.072Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:30:03.072Z] ---> Using cache [2021-03-19T20:30:03.072Z] ---> 3342fe2d665f [2021-03-19T20:30:03.072Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:30:03.072Z] ---> Using cache [2021-03-19T20:30:03.072Z] ---> e47b06619d1c [2021-03-19T20:30:03.072Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T20:30:03.616Z] Removing intermediate container 35a0111f4713 [2021-03-19T20:30:03.616Z] ---> 2db7623f0d17 [2021-03-19T20:30:03.616Z] [2021-03-19T20:30:03.616Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T20:30:03.616Z] 20.10.0: Pulling from library/docker [2021-03-19T20:30:04.115Z] ---> Running in 26a2840d5f27 [2021-03-19T20:30:05.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:30:05.792Z] Removing intermediate container 26a2840d5f27 [2021-03-19T20:30:05.792Z] ---> ff4317bfd2f8 [2021-03-19T20:30:05.792Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:30:05.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:30:06.073Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:30:06.073Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T20:30:06.073Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:30:06.357Z] OK: 6 MiB in 16 packages [2021-03-19T20:30:07.146Z] ---> Running in a73c24464e4b [2021-03-19T20:30:07.759Z] Removing intermediate container a73c24464e4b [2021-03-19T20:30:07.759Z] ---> 49ec38c1864b [2021-03-19T20:30:07.759Z] Step 15/23 : WORKDIR / [2021-03-19T20:30:07.927Z] Removing intermediate container c3c8703750ea [2021-03-19T20:30:07.927Z] ---> 60d8c9793ba9 [2021-03-19T20:30:07.927Z] [2021-03-19T20:30:07.927Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:30:07.927Z] ---> d10569e2745f [2021-03-19T20:30:07.927Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T20:30:07.927Z] ---> Running in 4c004e666749 [2021-03-19T20:30:08.430Z] ---> Running in 2f7c0be19e98 [2021-03-19T20:30:09.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:09.439Z] Removing intermediate container 2f7c0be19e98 [2021-03-19T20:30:09.439Z] ---> bbb0c0135777 [2021-03-19T20:30:09.439Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:30:09.439Z] ---> 19df961b1cfd [2021-03-19T20:30:09.439Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T20:30:09.439Z] Removing intermediate container 61f01cd4990a [2021-03-19T20:30:09.439Z] ---> 98ea0d8a044c [2021-03-19T20:30:09.439Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T20:30:09.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:09.755Z] ---> Running in f2805d600fd0 [2021-03-19T20:30:09.755Z] ---> ae5559ac0173 [2021-03-19T20:30:09.755Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T20:30:10.213Z] ---> Running in 0286cb58c147 [2021-03-19T20:30:10.246Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T20:30:10.246Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:30:10.246Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:30:10.246Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:30:10.521Z] OK: 6 MiB in 16 packages [2021-03-19T20:30:10.526Z] ---> Running in c1a6fd2e6c59 [2021-03-19T20:30:10.814Z] ---> b277f83e766e [2021-03-19T20:30:10.814Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T20:30:11.184Z] Removing intermediate container 0286cb58c147 [2021-03-19T20:30:11.184Z] ---> 37f8dc2306c3 [2021-03-19T20:30:11.184Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T20:30:11.494Z] ---> Running in 937a1ddd3333 [2021-03-19T20:30:12.633Z] 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-19T20:30:13.180Z] Removing intermediate container 937a1ddd3333 [2021-03-19T20:30:13.180Z] ---> 79547a879442 [2021-03-19T20:30:13.181Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T20:30:13.181Z] 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-19T20:30:13.542Z] ---> Running in 8def956223f9 [2021-03-19T20:30:13.876Z] ---> 3705af890cc3 [2021-03-19T20:30:13.876Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T20:30:13.927Z] Removing intermediate container 4c004e666749 [2021-03-19T20:30:13.928Z] ---> ba9b1ecdfccc [2021-03-19T20:30:13.928Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:30:13.928Z] ---> Running in 706d673bfcd0 [2021-03-19T20:30:14.529Z] Removing intermediate container 706d673bfcd0 [2021-03-19T20:30:14.529Z] ---> d045797f1511 [2021-03-19T20:30:14.529Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T20:30:15.138Z] ---> Running in b3f4c8fda9cf [2021-03-19T20:30:15.138Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T20:30:15.138Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T20:30:15.138Z] ---> eeaf43b92773 [2021-03-19T20:30:15.138Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T20:30:15.410Z] ---> Running in c1376ba17158 [2021-03-19T20:30:15.685Z] Removing intermediate container b3f4c8fda9cf [2021-03-19T20:30:15.685Z] ---> babd46b5b287 [2021-03-19T20:30:15.685Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:30:15.963Z] ---> Running in 67d2ec330cd1 [2021-03-19T20:30:16.558Z] Removing intermediate container 67d2ec330cd1 [2021-03-19T20:30:16.558Z] ---> 5776b58e5593 [2021-03-19T20:30:16.558Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:30:16.822Z] ---> e6206d1eddd9 [2021-03-19T20:30:16.822Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T20:30:16.834Z] Removing intermediate container 142d48d71b07 [2021-03-19T20:30:16.834Z] ---> 5ca8a5b0ac2d [2021-03-19T20:30:16.834Z] [2021-03-19T20:30:16.834Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:30:16.834Z] ---> d10569e2745f [2021-03-19T20:30:16.834Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T20:30:17.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:17.107Z] ---> Running in 734b2503648b [2021-03-19T20:30:17.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:17.121Z] ---> Running in 4948625333cd [2021-03-19T20:30:17.713Z] ---> 45185a0e90e9 [2021-03-19T20:30:17.713Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T20:30:17.713Z] Removing intermediate container 734b2503648b [2021-03-19T20:30:17.713Z] ---> 750b80e073b5 [2021-03-19T20:30:17.713Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T20:30:17.713Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T20:30:17.713Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T20:30:17.713Z] Executing bash-5.0.17-r0.post-install [2021-03-19T20:30:17.713Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:30:17.713Z] OK: 12 MiB in 22 packages [2021-03-19T20:30:17.713Z] ---> Running in 9dbda1968b96 [2021-03-19T20:30:17.730Z] Removing intermediate container 4948625333cd [2021-03-19T20:30:17.730Z] ---> aa3065f58eb7 [2021-03-19T20:30:17.730Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:30:18.011Z] ---> Running in 4c40f2e74a0b [2021-03-19T20:30:18.011Z] Removing intermediate container 8def956223f9 [2021-03-19T20:30:18.011Z] ---> 6f00c6b872c8 [2021-03-19T20:30:18.011Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T20:30:18.299Z] ---> Running in f01d5a7b0ae3 [2021-03-19T20:30:18.696Z] Removing intermediate container 9dbda1968b96 [2021-03-19T20:30:18.696Z] ---> a2f52257de89 [2021-03-19T20:30:18.696Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T20:30:18.696Z] ---> Running in e10960deb51b [2021-03-19T20:30:18.899Z] Removing intermediate container 4c40f2e74a0b [2021-03-19T20:30:18.899Z] ---> 250e56fc6c03 [2021-03-19T20:30:18.899Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:30:18.971Z] ---> eb7e07004d56 [2021-03-19T20:30:18.972Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T20:30:19.572Z] Removing intermediate container e10960deb51b [2021-03-19T20:30:19.572Z] ---> 747277e14631 [2021-03-19T20:30:19.572Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:30:19.572Z] Removing intermediate container c1376ba17158 [2021-03-19T20:30:19.572Z] ---> f18d52e1874a [2021-03-19T20:30:19.572Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T20:30:19.572Z] ---> Running in 25c944e3c10e [2021-03-19T20:30:19.847Z] ---> Running in f1e4d4b4d7a0 [2021-03-19T20:30:19.964Z] ---> Running in 6f4e0fa8b43a [2021-03-19T20:30:19.964Z] Removing intermediate container f01d5a7b0ae3 [2021-03-19T20:30:19.964Z] ---> 7375ba2f7452 [2021-03-19T20:30:19.964Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T20:30:20.130Z] ---> 55bb23fe1801 [2021-03-19T20:30:20.130Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T20:30:20.130Z] ---> Running in 1e6f479f748f [2021-03-19T20:30:20.403Z] Removing intermediate container f1e4d4b4d7a0 [2021-03-19T20:30:20.403Z] ---> e323ee1512a8 [2021-03-19T20:30:20.403Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T20:30:20.675Z] ---> Running in c2209d8bb8ec [2021-03-19T20:30:20.790Z] Removing intermediate container 6f4e0fa8b43a [2021-03-19T20:30:20.790Z] ---> 9faaae3d2ccc [2021-03-19T20:30:20.790Z] Step 22/23 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:30:20.790Z] ---> Running in a295b64c3668 [2021-03-19T20:30:20.953Z] Removing intermediate container 1e6f479f748f [2021-03-19T20:30:20.953Z] ---> 22cc8c555e54 [2021-03-19T20:30:20.953Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:30:20.953Z] ---> Running in 5d2e98804f7e [2021-03-19T20:30:21.104Z] ---> dbd65da4d4a3 [2021-03-19T20:30:21.104Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T20:30:21.227Z] Removing intermediate container c2209d8bb8ec [2021-03-19T20:30:21.227Z] ---> e8df9d94c8b7 [2021-03-19T20:30:21.227Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T20:30:21.500Z] ---> Running in 89859fb162da [2021-03-19T20:30:21.779Z] Removing intermediate container 5d2e98804f7e [2021-03-19T20:30:21.779Z] ---> 1a7ad9856eb2 [2021-03-19T20:30:21.779Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T20:30:21.789Z] ---> Running in 2888dcf176d7 [2021-03-19T20:30:22.054Z] ---> Running in d63faaa5ccc8 [2021-03-19T20:30:22.054Z] Removing intermediate container 89859fb162da [2021-03-19T20:30:22.054Z] ---> aa75a99163c3 [2021-03-19T20:30:22.054Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T20:30:22.327Z] Removing intermediate container 25c944e3c10e [2021-03-19T20:30:22.327Z] ---> 89e2d0bf2551 [2021-03-19T20:30:22.327Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T20:30:22.614Z] ---> Running in f7e87c3733a4 [2021-03-19T20:30:22.614Z] Removing intermediate container d63faaa5ccc8 [2021-03-19T20:30:22.614Z] ---> 7370c0c61762 [2021-03-19T20:30:22.614Z] Step 21/22 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:30:22.950Z] Removing intermediate container a295b64c3668 [2021-03-19T20:30:22.950Z] ---> 324d5b29d66e [2021-03-19T20:30:22.950Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:30:23.224Z] ---> Running in ea238c9c3414 [2021-03-19T20:30:23.497Z] ---> 3754642c6c7d [2021-03-19T20:30:23.497Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T20:30:23.731Z] ---> Running in 1622d8fee4e4 [2021-03-19T20:30:23.771Z] Removing intermediate container ea238c9c3414 [2021-03-19T20:30:23.771Z] ---> 65d47713e840 [2021-03-19T20:30:23.771Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:30:24.045Z] ---> Running in 7fc89140576d [2021-03-19T20:30:24.320Z] ---> 8b92e86d03b5 [2021-03-19T20:30:24.320Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T20:30:24.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:24.320Z] Removing intermediate container 7fc89140576d [2021-03-19T20:30:24.320Z] ---> 36a9cccb20d8 [2021-03-19T20:30:24.320Z] [2021-03-19T20:30:25.674Z] Successfully built 36a9cccb20d8 [2021-03-19T20:30:25.674Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-19T20:30:25.674Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:25.674Z] ---> 9fcd8ac2f5d2 [2021-03-19T20:30:25.674Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T20:30:25.674Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T20:30:25.674Z] ---> Running in 2224cba81f61 [2021-03-19T20:30:25.674Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T20:30:25.763Z] Removing intermediate container 1622d8fee4e4 [2021-03-19T20:30:25.763Z] ---> 7fcde444ff5c [2021-03-19T20:30:25.763Z] [2021-03-19T20:30:25.956Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T20:30:25.957Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T20:30:26.228Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T20:30:26.228Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T20:30:26.502Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:30:26.502Z] OK: 8 MiB in 20 packages [2021-03-19T20:30:26.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:27.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:27.317Z] Successfully built 7fcde444ff5c [2021-03-19T20:30:27.317Z] Successfully tagged docker-core-metadata-go:latest [2021-03-19T20:30:27.652Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T20:30:27.652Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T20:30:27.652Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T20:30:27.652Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T20:30:27.652Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T20:30:27.652Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T20:30:27.652Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T20:30:27.924Z] Removing intermediate container f7e87c3733a4 [2021-03-19T20:30:27.924Z] ---> 78e5719a661b [2021-03-19T20:30:27.924Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:30:28.107Z]  Building docker-core-metadata-go ... done Removing intermediate container 2888dcf176d7 [2021-03-19T20:30:28.107Z] ---> fa8d35510960 [2021-03-19T20:30:28.107Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:30:29.365Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T20:30:29.365Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T20:30:29.365Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T20:30:29.365Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T20:30:29.365Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T20:30:29.643Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T20:30:29.643Z] ---> d08e5869ab03 [2021-03-19T20:30:29.643Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T20:30:29.643Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T20:30:29.643Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T20:30:29.643Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T20:30:29.643Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T20:30:29.643Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T20:30:29.643Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T20:30:29.915Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T20:30:29.915Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T20:30:29.915Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T20:30:29.915Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T20:30:29.915Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T20:30:29.915Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T20:30:29.915Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T20:30:29.915Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T20:30:29.915Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T20:30:29.915Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T20:30:29.915Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T20:30:29.915Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T20:30:29.915Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T20:30:29.915Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T20:30:30.075Z] ---> 8cd3b5e7b11a [2021-03-19T20:30:30.075Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T20:30:30.188Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:30:30.188Z] OK: 71 MiB in 55 packages [2021-03-19T20:30:31.165Z] ---> 7612f1746bb7 [2021-03-19T20:30:31.165Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T20:30:32.141Z] ---> 419b6dfd04ad [2021-03-19T20:30:32.141Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T20:30:32.141Z] ---> Running in 12d3cc6c6967 [2021-03-19T20:30:32.741Z] Removing intermediate container 12d3cc6c6967 [2021-03-19T20:30:32.741Z] ---> 0f1d474b306a [2021-03-19T20:30:32.741Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:30:32.741Z] ---> Running in 55bd58616855 [2021-03-19T20:30:33.343Z] Removing intermediate container 55bd58616855 [2021-03-19T20:30:33.343Z] ---> 542726b6d376 [2021-03-19T20:30:33.343Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:30:33.615Z] ---> Running in db0016bf68db [2021-03-19T20:30:34.076Z] ---> 3d95f72e0600 [2021-03-19T20:30:34.076Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T20:30:34.220Z] Removing intermediate container db0016bf68db [2021-03-19T20:30:34.220Z] ---> f12ab662241b [2021-03-19T20:30:34.220Z] Step 22/23 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:30:34.491Z] ---> Running in 931e4af6cc4b [2021-03-19T20:30:35.084Z] Removing intermediate container 931e4af6cc4b [2021-03-19T20:30:35.084Z] ---> dd96ae655a01 [2021-03-19T20:30:35.084Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:30:35.084Z] ---> Running in 4c9863dda015 [2021-03-19T20:30:35.293Z] ---> 304050c994e1 [2021-03-19T20:30:35.293Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T20:30:35.685Z] Removing intermediate container 2224cba81f61 [2021-03-19T20:30:35.685Z] ---> e201b9c93eaf [2021-03-19T20:30:35.685Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T20:30:35.685Z] Removing intermediate container 4c9863dda015 [2021-03-19T20:30:35.685Z] ---> f1c84504bbe5 [2021-03-19T20:30:35.685Z] [2021-03-19T20:30:35.960Z] ---> Running in b68098b36c18 [2021-03-19T20:30:36.233Z] Successfully built f1c84504bbe5 [2021-03-19T20:30:36.233Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-19T20:30:37.249Z] ---> d2bd9e2f76f8 [2021-03-19T20:30:37.249Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T20:30:38.914Z] ---> 1da5973846d1 [2021-03-19T20:30:38.914Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T20:30:39.502Z] ---> Running in c7526b70517f [2021-03-19T20:30:40.357Z] Removing intermediate container c7526b70517f [2021-03-19T20:30:40.357Z] ---> 620fdde586ac [2021-03-19T20:30:40.357Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T20:30:40.542Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-19T20:30:40.542Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T20:30:41.134Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T20:30:41.134Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T20:30:41.566Z] ---> 6acebeddb70d [2021-03-19T20:30:41.566Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T20:30:42.609Z] ---> Running in 2fda2332652c [2021-03-19T20:30:43.741Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T20:30:43.741Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T20:30:44.012Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T20:30:44.012Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T20:30:45.433Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T20:30:45.433Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T20:30:46.404Z] Collecting PyYAML<4,>=3.10 [2021-03-19T20:30:46.404Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T20:30:49.772Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T20:30:49.772Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T20:30:49.872Z] Removing intermediate container 2fda2332652c [2021-03-19T20:30:49.872Z] ---> 1281f12379f3 [2021-03-19T20:30:49.872Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T20:30:50.670Z] ---> Running in a08c7cd96d8e [2021-03-19T20:30:51.194Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T20:30:51.195Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T20:30:51.873Z] Removing intermediate container a08c7cd96d8e [2021-03-19T20:30:51.873Z] ---> fa531989e581 [2021-03-19T20:30:51.873Z] Step 28/31 : CMD ["gate"] [2021-03-19T20:30:52.621Z] ---> Running in 157ba71d5111 [2021-03-19T20:30:53.234Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T20:30:53.234Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T20:30:53.865Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T20:30:53.865Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T20:30:54.141Z] 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-19T20:30:54.417Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T20:30:54.417Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T20:30:54.694Z] Collecting idna<2.8,>=2.5 [2021-03-19T20:30:54.694Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T20:30:54.694Z] 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-19T20:30:54.968Z] 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-19T20:30:55.579Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T20:30:55.579Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T20:30:55.715Z] Removing intermediate container 157ba71d5111 [2021-03-19T20:30:55.715Z] ---> 591ace59a5b6 [2021-03-19T20:30:55.715Z] Step 29/31 : LABEL arch=x86_64 [2021-03-19T20:30:55.861Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T20:30:55.861Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T20:30:55.861Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T20:30:55.861Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T20:30:56.381Z] ---> Running in 5b567a0a97a4 [2021-03-19T20:30:56.857Z] Installing collected packages: texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, dockerpty, docopt, cached-property, jsonschema, docker-compose [2021-03-19T20:30:56.858Z] Running setup.py install for texttable: started [2021-03-19T20:30:57.565Z] Removing intermediate container 5b567a0a97a4 [2021-03-19T20:30:57.565Z] ---> e156ed00060e [2021-03-19T20:30:57.565Z] Step 30/31 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:30:57.874Z] ---> Running in d6529d7e0d5f [2021-03-19T20:30:58.552Z] Removing intermediate container d6529d7e0d5f [2021-03-19T20:30:58.552Z] ---> 1ea5d229f63b [2021-03-19T20:30:58.552Z] Step 31/31 : LABEL version=0.0.0 [2021-03-19T20:30:58.840Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T20:30:58.869Z] ---> Running in eb56446727c7 [2021-03-19T20:30:59.112Z] Attempting uninstall: idna [2021-03-19T20:30:59.112Z] Found existing installation: idna 2.9 [2021-03-19T20:30:59.112Z] Uninstalling idna-2.9: [2021-03-19T20:30:59.112Z] Successfully uninstalled idna-2.9 [2021-03-19T20:30:59.163Z] Removing intermediate container eb56446727c7 [2021-03-19T20:30:59.163Z] ---> bd1ac20d000b [2021-03-19T20:30:59.163Z] [2021-03-19T20:30:59.704Z] Attempting uninstall: urllib3 [2021-03-19T20:30:59.705Z] Found existing installation: urllib3 1.25.9 [2021-03-19T20:30:59.705Z] Uninstalling urllib3-1.25.9: [2021-03-19T20:30:59.976Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T20:31:00.223Z] Successfully built bd1ac20d000b [2021-03-19T20:31:00.223Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-19T20:31:00.577Z] Attempting uninstall: requests [2021-03-19T20:31:00.577Z] Found existing installation: requests 2.23.0 [2021-03-19T20:31:00.577Z] Uninstalling requests-2.23.0: [2021-03-19T20:31:00.577Z] Successfully uninstalled requests-2.23.0 [2021-03-19T20:31:01.554Z] Running setup.py install for PyYAML: started [2021-03-19T20:31:02.351Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container f2805d600fd0 [2021-03-19T20:31:02.351Z] ---> f7591e373080 [2021-03-19T20:31:02.351Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T20:31:02.351Z] ---> Running in a2655ac3492e [2021-03-19T20:31:03.516Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T20:31:03.516Z] Running setup.py install for dockerpty: started [2021-03-19T20:31:04.470Z] 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-19T20:31:05.476Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T20:31:05.476Z] Running setup.py install for docopt: started [2021-03-19T20:31:07.437Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T20:31:08.409Z] 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-19T20:31:10.284Z] Removing intermediate container a2655ac3492e [2021-03-19T20:31:10.284Z] ---> cd4971f452c6 [2021-03-19T20:31:10.284Z] [2021-03-19T20:31:10.284Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T20:31:10.284Z] 20.10.0: Pulling from library/docker [2021-03-19T20:31:10.284Z] Removing intermediate container c1a6fd2e6c59 [2021-03-19T20:31:10.284Z] ---> cf6196c3a755 [2021-03-19T20:31:10.284Z] [2021-03-19T20:31:10.284Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:31:10.284Z] ---> 88dd2752d2ea [2021-03-19T20:31:10.284Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T20:31:10.592Z] ---> Running in c63de11ded68 [2021-03-19T20:31:10.927Z] Removing intermediate container c63de11ded68 [2021-03-19T20:31:10.927Z] ---> 3cc9311c6ef4 [2021-03-19T20:31:10.927Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T20:31:11.229Z] ---> Running in 9aaa339aaf3c [2021-03-19T20:31:11.894Z] Removing intermediate container 9aaa339aaf3c [2021-03-19T20:31:11.894Z] ---> f7a2a21f394c [2021-03-19T20:31:11.894Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T20:31:12.306Z] ---> Running in 4bacda4e3d87 [2021-03-19T20:31:12.708Z] Removing intermediate container b68098b36c18 [2021-03-19T20:31:12.708Z] ---> d1942d8e900a [2021-03-19T20:31:12.708Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T20:31:12.708Z] ---> Running in 280c93af254f [2021-03-19T20:31:12.934Z] Removing intermediate container 4bacda4e3d87 [2021-03-19T20:31:12.934Z] ---> c59a4d2361cc [2021-03-19T20:31:12.934Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:31:13.218Z] ---> Running in 856748ec3794 [2021-03-19T20:31:13.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:31:13.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:31:14.276Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:31:14.276Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T20:31:14.276Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T20:31:14.276Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:31:14.276Z] OK: 72 MiB in 58 packages [2021-03-19T20:31:15.705Z] Removing intermediate container 280c93af254f [2021-03-19T20:31:15.705Z] ---> c3454331cc52 [2021-03-19T20:31:15.705Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T20:31:15.705Z] ---> Running in a34c152f99af [2021-03-19T20:31:16.297Z] Removing intermediate container a34c152f99af [2021-03-19T20:31:16.297Z] ---> a4dbaf4019a9 [2021-03-19T20:31:16.297Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:31:16.297Z] ---> Running in df075f4ed75b [2021-03-19T20:31:16.889Z] Removing intermediate container df075f4ed75b [2021-03-19T20:31:16.889Z] ---> 747a72bf17ce [2021-03-19T20:31:16.889Z] Step 24/26 : LABEL arch=arm64 [2021-03-19T20:31:16.889Z] ---> Running in 020faa03ee61 [2021-03-19T20:31:16.919Z] Removing intermediate container 856748ec3794 [2021-03-19T20:31:16.919Z] ---> 6f2fb46035fe [2021-03-19T20:31:16.919Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T20:31:17.480Z] Removing intermediate container 020faa03ee61 [2021-03-19T20:31:17.480Z] ---> 76c3ca362fe1 [2021-03-19T20:31:17.480Z] Step 25/26 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:31:17.480Z] ---> Running in 385d5810eeb9 [2021-03-19T20:31:17.535Z] ---> Running in 0b8dee9b201b [2021-03-19T20:31:18.076Z] Removing intermediate container 385d5810eeb9 [2021-03-19T20:31:18.076Z] ---> 731c8eb86956 [2021-03-19T20:31:18.076Z] Step 26/26 : LABEL version=0.0.0 [2021-03-19T20:31:18.076Z] ---> Running in 83e14da7c677 [2021-03-19T20:31:18.682Z] Removing intermediate container 83e14da7c677 [2021-03-19T20:31:18.682Z] ---> 26114d704b58 [2021-03-19T20:31:18.682Z] [2021-03-19T20:31:18.951Z] Successfully built 26114d704b58 [2021-03-19T20:31:19.249Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-19T20:31:19.534Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-19T20:31:19.544Z] $ docker stop --time=1 7459490f6a3923d37f2832d620d124a4e5511720339b4553093b3b3d7eb7763b [2021-03-19T20:31:20.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:31:21.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:31:21.474Z] $ docker rm -f 7459490f6a3923d37f2832d620d124a4e5511720339b4553093b3b3d7eb7763b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:31:22.190Z] + + docker images [2021-03-19T20:31:22.190Z] grep docker [2021-03-19T20:31:22.203Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T20:31:22.203Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T20:31:22.203Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T20:31:22.203Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T20:31:22.462Z] docker-sys-mgmt-agent-go-arm64 latest 26114d704b58 4 seconds ago 300MB [2021-03-19T20:31:22.462Z] docker-core-data-go-arm64 latest f1c84504bbe5 47 seconds ago 21.3MB [2021-03-19T20:31:22.462Z] docker-support-notifications-go-arm64 latest 36a9cccb20d8 58 seconds ago 16.9MB [2021-03-19T20:31:22.462Z] docker-security-bootstrapper-go-arm64 latest 629f097da13c 2 minutes ago 17.8MB [2021-03-19T20:31:22.462Z] docker-core-metadata-go-arm64 latest 4b76b6a6f238 4 minutes ago 17.9MB [2021-03-19T20:31:22.462Z] docker-core-command-go-arm64 latest d80a3cd02b24 4 minutes ago 16.4MB [2021-03-19T20:31:22.462Z] docker-support-scheduler-go-arm64 latest bb1dd92a9f00 4 minutes ago 16.3MB [2021-03-19T20:31:22.462Z] docker-security-secretstore-setup-go-arm64 latest 2f8adab5538c 4 minutes ago 23.7MB [2021-03-19T20:31:22.462Z] docker-security-proxy-setup-go-arm64 latest bc41a04f9f84 4 minutes ago 23.4MB [2021-03-19T20:31:22.462Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [2021-03-19T20:31:22.501Z] (5/6) Installing libzmq (4.3.3-r0) [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-03-19T20:31:23.009Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T20:31:23.009Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:31:23.009Z] OK: 8 MiB in 20 packages [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:31:23.499Z] ---> job-cost.sh [2021-03-19T20:31:23.499Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RGmZ [2021-03-19T20:31:27.564Z] Removing intermediate container 0b8dee9b201b [2021-03-19T20:31:27.564Z] ---> e0ae8ec8aece [2021-03-19T20:31:27.564Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:31:29.066Z] ---> 8b8e280e399e [2021-03-19T20:31:29.066Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T20:31:32.192Z] ---> d652f233315b [2021-03-19T20:31:32.192Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T20:31:32.192Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T20:31:32.192Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T20:31:32.192Z] ---> aefe523efa57 [2021-03-19T20:31:32.192Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T20:31:32.459Z] ---> Running in 64472f6d956a [2021-03-19T20:31:33.076Z] ---> ca61d3895f7f [2021-03-19T20:31:33.076Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T20:31:33.361Z] ---> Running in abb866d7dd5c [2021-03-19T20:31:33.639Z] Removing intermediate container abb866d7dd5c [2021-03-19T20:31:33.639Z] ---> 7a810088750c [2021-03-19T20:31:33.639Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:31:33.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:31:33.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:31:33.966Z] ---> Running in c85e549bade1 [2021-03-19T20:31:34.249Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T20:31:34.249Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T20:31:34.249Z] Executing bash-5.0.17-r0.post-install [2021-03-19T20:31:34.249Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:31:34.249Z] OK: 12 MiB in 22 packages [2021-03-19T20:31:34.249Z] Removing intermediate container c85e549bade1 [2021-03-19T20:31:34.249Z] ---> 1907a495d53a [2021-03-19T20:31:34.249Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:31:34.538Z] ---> Running in 177dded0f812 [2021-03-19T20:31:35.163Z] Removing intermediate container 177dded0f812 [2021-03-19T20:31:35.163Z] ---> cb3f3f8049db [2021-03-19T20:31:35.163Z] Step 22/23 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:31:35.163Z] ---> Running in 0d048b5cbe04 [2021-03-19T20:31:35.461Z] Removing intermediate container 64472f6d956a [2021-03-19T20:31:35.461Z] ---> 7f28e881dd27 [2021-03-19T20:31:35.461Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T20:31:35.775Z] ---> Running in 4c5f4d372538 [2021-03-19T20:31:36.041Z] Removing intermediate container 0d048b5cbe04 [2021-03-19T20:31:36.041Z] ---> 1c8d62ad7a9d [2021-03-19T20:31:36.041Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:31:36.351Z] ---> Running in 0524950c4643 [2021-03-19T20:31:36.351Z] Removing intermediate container 4c5f4d372538 [2021-03-19T20:31:36.351Z] ---> ad7a963f37a7 [2021-03-19T20:31:36.351Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T20:31:36.351Z] ---> Running in b5c6656981fa [2021-03-19T20:31:37.029Z] Removing intermediate container 0524950c4643 [2021-03-19T20:31:37.029Z] ---> c88ef3f9d577 [2021-03-19T20:31:37.029Z] [2021-03-19T20:31:37.029Z] Removing intermediate container b5c6656981fa [2021-03-19T20:31:37.029Z] ---> 9fe55d85f640 [2021-03-19T20:31:37.029Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T20:31:37.320Z] ---> Running in bf89bbb7d6fa [2021-03-19T20:31:37.320Z] Successfully built c88ef3f9d577 [2021-03-19T20:31:37.320Z] Successfully tagged docker-core-data-go:latest [2021-03-19T20:31:38.017Z]  Building docker-core-data-go ... done Removing intermediate container bf89bbb7d6fa [2021-03-19T20:31:38.017Z] ---> cc22da53fba4 [2021-03-19T20:31:38.017Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T20:31:39.529Z] ---> 5c4567d0a306 [2021-03-19T20:31:39.529Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T20:31:40.538Z] ---> e593b3115aa3 [2021-03-19T20:31:40.539Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T20:31:41.131Z] ---> 1df1fa37c98e [2021-03-19T20:31:41.131Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T20:31:41.131Z] ---> Running in a17bff798442 [2021-03-19T20:31:42.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:31:42.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:31:42.088Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T20:31:42.088Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T20:31:42.088Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T20:31:42.088Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T20:31:42.088Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T20:31:42.350Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T20:31:42.350Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T20:31:43.771Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T20:31:43.771Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T20:31:43.771Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T20:31:43.771Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T20:31:43.771Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T20:31:43.771Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T20:31:43.771Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T20:31:43.771Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T20:31:43.771Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T20:31:43.771Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T20:31:43.771Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T20:31:43.771Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T20:31:43.771Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T20:31:43.771Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T20:31:43.771Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T20:31:43.771Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T20:31:43.771Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T20:31:43.771Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T20:31:43.771Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T20:31:43.771Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T20:31:44.041Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T20:31:44.041Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T20:31:44.041Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T20:31:44.041Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T20:31:44.041Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T20:31:44.041Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T20:31:44.041Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:31:44.041Z] OK: 71 MiB in 55 packages [2021-03-19T20:31:57.328Z] Removing intermediate container a17bff798442 [2021-03-19T20:31:57.328Z] ---> 8021a0468698 [2021-03-19T20:31:57.328Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T20:31:57.328Z] ---> Running in 645142847b70 [2021-03-19T20:32:00.749Z] Collecting docker-compose==1.23.2 [2021-03-19T20:32:00.749Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T20:32:00.749Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T20:32:00.749Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T20:32:00.749Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T20:32:00.749Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T20:32:02.239Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T20:32:02.239Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T20:32:02.428Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T20:32:02.645Z] 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-19T20:32:02.645Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T20:32:02.645Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T20:32:03.765Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T20:32:03.765Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T20:32:04.377Z] Collecting PyYAML<4,>=3.10 [2021-03-19T20:32:04.377Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T20:32:05.829Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T20:32:05.829Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T20:32:07.354Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T20:32:07.354Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T20:32:07.354Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T20:32:07.354Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T20:32:07.638Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T20:32:07.638Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T20:32:07.905Z] 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-19T20:32:07.905Z] 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-19T20:32:07.905Z] Collecting idna<2.8,>=2.5 [2021-03-19T20:32:07.905Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T20:32:07.905Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T20:32:07.905Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T20:32:07.905Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T20:32:07.905Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T20:32:07.905Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T20:32:07.905Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T20:32:08.176Z] Installing collected packages: urllib3, idna, requests, dockerpty, cached-property, texttable, websocket-client, PyYAML, docopt, jsonschema, docker-pycreds, docker, docker-compose [2021-03-19T20:32:08.176Z] Attempting uninstall: urllib3 [2021-03-19T20:32:08.176Z] Found existing installation: urllib3 1.25.9 [2021-03-19T20:32:08.176Z] Uninstalling urllib3-1.25.9: [2021-03-19T20:32:08.448Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T20:32:08.448Z] Attempting uninstall: idna [2021-03-19T20:32:08.448Z] Found existing installation: idna 2.9 [2021-03-19T20:32:08.448Z] Uninstalling idna-2.9: [2021-03-19T20:32:08.715Z] Successfully uninstalled idna-2.9 [2021-03-19T20:32:08.982Z] Attempting uninstall: requests [2021-03-19T20:32:08.982Z] Found existing installation: requests 2.23.0 [2021-03-19T20:32:08.982Z] Uninstalling requests-2.23.0: [2021-03-19T20:32:08.982Z] Successfully uninstalled requests-2.23.0 [2021-03-19T20:32:08.982Z] Running setup.py install for dockerpty: started [2021-03-19T20:32:09.984Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T20:32:10.256Z] Running setup.py install for texttable: started [2021-03-19T20:32:11.265Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T20:32:11.265Z] Running setup.py install for PyYAML: started [2021-03-19T20:32:12.760Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T20:32:12.760Z] Running setup.py install for docopt: started [2021-03-19T20:32:13.724Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T20:32:14.691Z] 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-19T20:32:19.510Z] Removing intermediate container 645142847b70 [2021-03-19T20:32:19.510Z] ---> 764b3a5c3035 [2021-03-19T20:32:19.510Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T20:32:19.510Z] ---> Running in 4870ceb0afd6 [2021-03-19T20:32:20.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:32:20.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:32:20.770Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:32:20.770Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T20:32:20.770Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T20:32:20.770Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:32:20.770Z] OK: 72 MiB in 58 packages [2021-03-19T20:32:21.820Z] Removing intermediate container 4870ceb0afd6 [2021-03-19T20:32:21.820Z] ---> 206b176a1dab [2021-03-19T20:32:21.820Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T20:32:22.098Z] ---> Running in 6d52501c03a4 [2021-03-19T20:32:22.725Z] Removing intermediate container 6d52501c03a4 [2021-03-19T20:32:22.725Z] ---> 60c9db07edaf [2021-03-19T20:32:22.725Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:32:22.725Z] ---> Running in 669c851b3463 [2021-03-19T20:32:23.337Z] Removing intermediate container 669c851b3463 [2021-03-19T20:32:23.337Z] ---> a8abd31702a6 [2021-03-19T20:32:23.337Z] Step 24/26 : LABEL arch=x86_64 [2021-03-19T20:32:23.337Z] ---> Running in ca82805d9c39 [2021-03-19T20:32:24.903Z] Removing intermediate container ca82805d9c39 [2021-03-19T20:32:24.903Z] ---> 4974e38f9d2f [2021-03-19T20:32:24.903Z] Step 25/26 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:32:25.178Z] ---> Running in d751a99a034a [2021-03-19T20:32:25.766Z] Removing intermediate container d751a99a034a [2021-03-19T20:32:25.766Z] ---> f12445c4475a [2021-03-19T20:32:25.766Z] Step 26/26 : LABEL version=0.0.0 [2021-03-19T20:32:25.766Z] ---> Running in c2fa01c93c4c [2021-03-19T20:32:26.034Z] Removing intermediate container c2fa01c93c4c [2021-03-19T20:32:26.034Z] ---> 28477b3de581 [2021-03-19T20:32:26.034Z] [2021-03-19T20:32:26.641Z] Successfully built 28477b3de581 [2021-03-19T20:32:26.641Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-19T20:32:26.921Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-19T20:32:26.988Z] $ docker stop --time=1 584256bba1c81dc5f03cb9184849dcaf1968aa24a5ef45c4a8bc531aa9d7d06d [2021-03-19T20:32:29.980Z] $ docker rm -f 584256bba1c81dc5f03cb9184849dcaf1968aa24a5ef45c4a8bc531aa9d7d06d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:32:30.660Z] + docker images [2021-03-19T20:32:30.660Z] + grep docker [2021-03-19T20:32:31.676Z] docker-sys-mgmt-agent-go latest 28477b3de581 6 seconds ago 313MB [2021-03-19T20:32:31.676Z] docker-core-data-go latest c88ef3f9d577 55 seconds ago 22.6MB [2021-03-19T20:32:31.676Z] docker-security-bootstrapper-go latest bd1ac20d000b About a minute ago 18.8MB [2021-03-19T20:32:31.676Z] docker-core-metadata-go latest 7fcde444ff5c 2 minutes ago 19.1MB [2021-03-19T20:32:31.676Z] docker-security-secretstore-setup-go latest f66dcde44fa3 5 minutes ago 24.9MB [2021-03-19T20:32:31.676Z] docker-support-notifications-go latest 4266554f8ae9 5 minutes ago 17.9MB [2021-03-19T20:32:31.676Z] docker-core-command-go latest 6bf708048ff1 5 minutes ago 17.3MB [2021-03-19T20:32:31.676Z] docker-security-proxy-setup-go latest ca04ba1c4754 5 minutes ago 24.7MB [2021-03-19T20:32:31.676Z] docker-support-scheduler-go latest b48dee25c5a7 5 minutes ago 17.3MB [2021-03-19T20:32:31.676Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-19T20:32:47.566Z] Still waiting to schedule task [2021-03-19T20:32:47.566Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-03-19T20:33:39.167Z] lf-activate-venv(): INFO: Adding /tmp/venv-RGmZ/bin to PATH [2021-03-19T20:33:39.167Z] INFO: No Stack... [2021-03-19T20:33:39.167Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-19T20:33:39.167Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T20:33:39.503Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-03-19T20:33:39.503Z] + cut -d, -f6 [Pipeline] lock [2021-03-19T20:33:39.618Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3269-2-stack-cost] [2021-03-19T20:33:39.627Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3269-2-stack-cost] did not exist. Created. [2021-03-19T20:33:39.628Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3269-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T20:33:40.056Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-19T20:33:40.374Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T20:33:40.386Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3269-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T20:34:30.439Z] Running on prd-ubuntu18.04-docker-8c-8g-30635 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws [2021-03-19T20:34:30.494Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-19T20:34:32.513Z] using credential edgex-jenkins-ssh [2021-03-19T20:34:32.571Z] Cloning the remote Git repository [2021-03-19T20:34:32.598Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:34:32.665Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-19T20:34:32.701Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:34:32.701Z] > git --version # timeout=10 [2021-03-19T20:34:32.713Z] > git --version # 'git version 2.17.1' [2021-03-19T20:34:32.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:34:32.741Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:34:41.744Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:34:41.759Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:34:41.778Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:34:41.798Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:34:41.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:34:41.804Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:34:42.250Z] Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:34:42.418Z] Merge succeeded, producing dae911a45406044c6bc2df530b0c13327117112a [2021-03-19T20:34:42.418Z] Checking out Revision dae911a45406044c6bc2df530b0c13327117112a (PR-3269) [2021-03-19T20:34:42.263Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:34:42.268Z] > git checkout -f dae911a45406044c6bc2df530b0c13327117112a # timeout=10 [2021-03-19T20:34:42.392Z] > git remote # timeout=10 [2021-03-19T20:34:42.399Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:34:42.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:34:42.408Z] > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 [2021-03-19T20:34:42.416Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:34:42.424Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:34:42.428Z] > git checkout -f dae911a45406044c6bc2df530b0c13327117112a # timeout=10 [2021-03-19T20:34:46.209Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:34:47.667Z] + echo snap-build.sh [2021-03-19T20:34:47.667Z] snap-build.sh [2021-03-19T20:34:47.667Z] + SNAP_BASE_DIR=. [2021-03-19T20:34:47.667Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-19T20:34:47.667Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-19T20:34:47.667Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-19T20:34:47.667Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-19T20:34:47.667Z] + cd /w/workspace/edgex-go/2 [2021-03-19T20:34:47.667Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-19T20:34:47.667Z] Reading package lists... [2021-03-19T20:34:47.930Z] Building dependency tree... [2021-03-19T20:34:47.930Z] Reading state information... [2021-03-19T20:34:47.930Z] The following packages were automatically installed and are no longer required: [2021-03-19T20:34:47.930Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-19T20:34:47.930Z] uidmap xdelta3 [2021-03-19T20:34:47.930Z] Use 'sudo apt autoremove' to remove them. [2021-03-19T20:34:48.191Z] The following packages will be REMOVED: [2021-03-19T20:34:48.191Z] lxd* lxd-client* [2021-03-19T20:34:48.768Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-19T20:34:48.768Z] After this operation, 31.7 MB disk space will be freed. [2021-03-19T20:34:49.550Z] (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-19T20:34:49.550Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T20:34:50.940Z] Removing lxd dnsmasq configuration [2021-03-19T20:34:50.940Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T20:34:51.201Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-19T20:34:52.143Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-19T20:34:52.143Z] (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-19T20:34:52.143Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T20:34:53.534Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-19T20:34:53.796Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-19T20:34:55.181Z] + sudo snap remove --purge lxd [2021-03-19T20:34:55.443Z] snap "lxd" is not installed [2021-03-19T20:34:55.443Z] + sudo groupadd --force --system lxd [2021-03-19T20:34:55.443Z] ++ whoami [2021-03-19T20:34:55.443Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-19T20:34:55.443Z] + newgrp - lxd [2021-03-19T20:34:55.443Z] + sudo snap install lxd [2021-03-19T20:35:22.062Z] 2021-03-19T20:35:18Z INFO Waiting for automatic snapd restart... [2021-03-19T20:35:34.922Z] lxd 4.12 from Canonical* installed [2021-03-19T20:35:34.922Z] + sudo lxd init --auto [2021-03-19T20:35:44.951Z] + sudo snap install --classic snapcraft [2021-03-19T20:35:51.554Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T20:35:51.554Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-19T20:35:51.554Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-19T20:35:51.554Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:35:51.554Z] Dload Upload Total Spent Left Speed [2021-03-19T20:35:51.554Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5016 0 --:--:-- --:--:-- --:--:-- 5016 [2021-03-19T20:35:51.554Z] 100 3325k 100 3325k 0 0 12.7M 0 --:--:-- --:--:-- --:--:-- 12.7M [2021-03-19T20:35:51.554Z] ./yq_linux_amd64 [2021-03-19T20:35:51.554Z] + sudo snapcraft prime --use-lxd [2021-03-19T20:35:52.952Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-19T20:35:52.952Z] 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-19T20:35:52.952Z] - README.md [2021-03-19T20:35:52.952Z] [2021-03-19T20:35:52.952Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T20:35:53.525Z] Launching a container. [2021-03-19T20:36:05.771Z] Waiting for container to be ready [2021-03-19T20:36:06.345Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-19T20:36:06.345Z] [2021-03-19T20:36:10.560Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-19T20:36:10.560Z] Waiting for network to be ready... [2021-03-19T20:36:10.823Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T20:36:10.823Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] [2021-03-19T20:36:10.823Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T20:36:11.086Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-19T20:36:11.086Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T20:36:11.086Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T20:36:11.086Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] [2021-03-19T20:36:11.086Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] [2021-03-19T20:36:11.086Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T20:36:11.086Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T20:36:11.352Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T20:36:11.615Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T20:36:11.615Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T20:36:11.877Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T20:36:11.877Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T20:36:11.877Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T20:36:11.877Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T20:36:11.877Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T20:36:12.450Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T20:36:12.715Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] [2021-03-19T20:36:12.715Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T20:36:12.715Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T20:36:12.715Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T20:36:12.715Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T20:36:12.715Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] [2021-03-19T20:36:12.715Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-19T20:36:12.715Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T20:36:16.031Z] Fetched 24.1 MB in 5s (4601 kB/s) [2021-03-19T20:36:17.431Z] Reading package lists... [2021-03-19T20:36:17.692Z] Reading package lists... [2021-03-19T20:36:17.953Z] Building dependency tree... [2021-03-19T20:36:17.953Z] Reading state information... [2021-03-19T20:36:17.953Z] The following additional packages will be installed: [2021-03-19T20:36:17.953Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T20:36:17.953Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T20:36:17.953Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T20:36:17.953Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-19T20:36:17.953Z] Suggested packages: [2021-03-19T20:36:17.953Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-19T20:36:17.953Z] Recommended packages: [2021-03-19T20:36:17.953Z] gnupg libsasl2-modules [2021-03-19T20:36:17.953Z] The following NEW packages will be installed: [2021-03-19T20:36:17.953Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T20:36:17.953Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T20:36:17.953Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T20:36:17.954Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-19T20:36:17.954Z] The following packages will be upgraded: [2021-03-19T20:36:17.954Z] gpg gpg-agent gpgconf libudev1 [2021-03-19T20:36:18.216Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-19T20:36:18.216Z] Need to get 3530 kB of archives. [2021-03-19T20:36:18.216Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-19T20:36:18.216Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-19T20:36:18.216Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-19T20:36:18.477Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-19T20:36:18.477Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-19T20:36:18.477Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-19T20:36:18.477Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-19T20:36:19.050Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-19T20:36:19.050Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-19T20:36:19.050Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-19T20:36:19.050Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-19T20:36:19.050Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-19T20:36:19.050Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-19T20:36:19.050Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-19T20:36:19.050Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-19T20:36:19.050Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-19T20:36:19.050Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-19T20:36:19.050Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-19T20:36:19.050Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-19T20:36:19.050Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-19T20:36:19.050Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-19T20:36:19.050Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-19T20:36:19.050Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-19T20:36:19.310Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:36:19.311Z] Fetched 3530 kB in 1s (3387 kB/s) [2021-03-19T20:36:19.311Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T20:36:19.311Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:36:19.311Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:36:19.311Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-19T20:36:19.571Z] Selecting previously unselected package udev. [2021-03-19T20:36:19.571Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T20:36:19.571Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:36:19.571Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-19T20:36:19.835Z] Selecting previously unselected package libfuse2:amd64. [2021-03-19T20:36:19.835Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T20:36:19.835Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T20:36:19.835Z] Selecting previously unselected package fuse. [2021-03-19T20:36:19.835Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T20:36:19.835Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-19T20:36:19.835Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:36:20.097Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:36:20.097Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:36:20.097Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:36:20.097Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:36:20.097Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:36:20.369Z] Selecting previously unselected package libksba8:amd64. [2021-03-19T20:36:20.369Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-19T20:36:20.369Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-19T20:36:20.369Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-19T20:36:20.369Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:36:20.369Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:20.631Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-19T20:36:20.631Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:36:20.631Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:20.631Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-19T20:36:20.631Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:36:20.631Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:20.631Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-19T20:36:20.631Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:36:20.893Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:20.893Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-19T20:36:20.893Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:36:20.893Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:20.893Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-19T20:36:20.893Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:36:20.893Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:21.154Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-19T20:36:21.154Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:36:21.154Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:21.154Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-19T20:36:21.154Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:36:21.154Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:21.415Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-19T20:36:21.415Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:36:21.415Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:21.415Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-19T20:36:21.415Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T20:36:21.415Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:36:21.415Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-19T20:36:21.415Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T20:36:21.415Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:36:21.677Z] Selecting previously unselected package libldap-common. [2021-03-19T20:36:21.677Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-19T20:36:21.677Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:36:21.677Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-19T20:36:21.677Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-19T20:36:21.677Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:36:21.677Z] Selecting previously unselected package dirmngr. [2021-03-19T20:36:21.677Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:36:21.938Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T20:36:21.938Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:36:21.938Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-19T20:36:21.938Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T20:36:21.938Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:36:21.938Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:36:22.199Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-19T20:36:22.199Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:22.199Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-19T20:36:22.199Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:36:22.199Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-19T20:36:22.772Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T20:36:22.772Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:22.772Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-19T20:36:22.772Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-19T20:36:23.035Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-19T20:36:23.035Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:23.035Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:23.035Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:23.035Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:23.035Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:23.035Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:23.296Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:36:23.296Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:36:23.296Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T20:36:23.296Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:36:24.241Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-19T20:36:24.241Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-19T20:36:24.241Z] This means they are not meant to be enabled using systemctl. [2021-03-19T20:36:24.241Z] Possible reasons for having this kind of units are: [2021-03-19T20:36:24.241Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-19T20:36:24.241Z] .wants/ or .requires/ directory. [2021-03-19T20:36:24.241Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-19T20:36:24.241Z] a requirement dependency on it. [2021-03-19T20:36:24.241Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-19T20:36:24.241Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-19T20:36:24.241Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-19T20:36:24.241Z] instance name specified. [2021-03-19T20:36:24.510Z] Reading package lists... [2021-03-19T20:36:24.510Z] Building dependency tree... [2021-03-19T20:36:24.510Z] Reading state information... [2021-03-19T20:36:24.775Z] The following additional packages will be installed: [2021-03-19T20:36:24.775Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-19T20:36:24.775Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-19T20:36:24.775Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-19T20:36:24.775Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-19T20:36:24.775Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-19T20:36:24.775Z] Suggested packages: [2021-03-19T20:36:24.775Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-19T20:36:24.775Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-19T20:36:24.775Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-19T20:36:24.775Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-19T20:36:24.775Z] systemd-container policykit-1 [2021-03-19T20:36:24.775Z] Recommended packages: [2021-03-19T20:36:24.775Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-19T20:36:24.775Z] The following NEW packages will be installed: [2021-03-19T20:36:24.775Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-19T20:36:24.775Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-19T20:36:24.775Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-19T20:36:24.775Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-19T20:36:24.775Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-19T20:36:24.775Z] The following packages will be upgraded: [2021-03-19T20:36:24.775Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-19T20:36:24.775Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-19T20:36:24.775Z] Need to get 35.2 MB of archives. [2021-03-19T20:36:24.775Z] After this operation, 141 MB of additional disk space will be used. [2021-03-19T20:36:24.775Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-19T20:36:24.775Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-19T20:36:25.037Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-19T20:36:25.037Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-19T20:36:25.037Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-19T20:36:25.037Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-19T20:36:25.037Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-19T20:36:25.037Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-19T20:36:25.037Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-19T20:36:25.037Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-19T20:36:25.037Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-19T20:36:25.037Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-19T20:36:25.037Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-19T20:36:25.037Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-19T20:36:25.037Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-19T20:36:25.037Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-19T20:36:25.037Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-19T20:36:25.037Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-19T20:36:25.037Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-19T20:36:25.982Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-19T20:36:25.982Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-19T20:36:25.982Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-19T20:36:25.982Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-19T20:36:25.982Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-19T20:36:25.982Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-19T20:36:25.982Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-19T20:36:25.982Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-19T20:36:25.982Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-19T20:36:25.982Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-19T20:36:26.243Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-19T20:36:26.243Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:36:26.243Z] Fetched 35.2 MB in 1s (25.6 MB/s) [2021-03-19T20:36:26.503Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T20:36:26.503Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:36:26.503Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:36:27.445Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:36:27.445Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:36:27.445Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-19T20:36:27.445Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T20:36:27.445Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T20:36:27.445Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T20:36:27.706Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-19T20:36:27.967Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T20:36:27.967Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T20:36:27.967Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T20:36:28.229Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-19T20:36:28.229Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-19T20:36:28.801Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-19T20:36:28.801Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-19T20:36:28.801Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T20:36:28.801Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T20:36:30.718Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-19T20:36:30.718Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:36:30.718Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:36:30.718Z] Selecting previously unselected package libexpat1:amd64. [2021-03-19T20:36:30.718Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-19T20:36:30.718Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T20:36:30.718Z] Selecting previously unselected package python3.6-minimal. [2021-03-19T20:36:30.718Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:36:30.718Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:36:30.980Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T20:36:31.242Z] Checking for services that may need to be restarted...done. [2021-03-19T20:36:31.242Z] Checking for services that may need to be restarted...done. [2021-03-19T20:36:31.242Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:36:31.242Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T20:36:31.242Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:36:31.822Z] Selecting previously unselected package python3-minimal. [2021-03-19T20:36:31.822Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-19T20:36:31.822Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-19T20:36:31.822Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-19T20:36:32.085Z] Selecting previously unselected package mime-support. [2021-03-19T20:36:32.085Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-19T20:36:32.085Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-19T20:36:32.085Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-19T20:36:32.085Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-19T20:36:32.085Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T20:36:32.085Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-19T20:36:32.085Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:36:32.085Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:36:32.348Z] Selecting previously unselected package python3.6. [2021-03-19T20:36:32.348Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:36:32.611Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:36:32.611Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-19T20:36:32.611Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-19T20:36:32.611Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T20:36:32.611Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-19T20:36:32.874Z] Selecting previously unselected package python3. [2021-03-19T20:36:32.874Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-19T20:36:32.874Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-19T20:36:32.874Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-19T20:36:32.874Z] Selecting previously unselected package multiarch-support. [2021-03-19T20:36:32.874Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:36:32.874Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T20:36:33.137Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T20:36:33.137Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-19T20:36:33.137Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-19T20:36:33.137Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-19T20:36:33.137Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T20:36:33.137Z] Selecting previously unselected package libbsd0:amd64. [2021-03-19T20:36:33.137Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-19T20:36:33.137Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T20:36:33.399Z] Selecting previously unselected package sudo. [2021-03-19T20:36:33.399Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-19T20:36:33.399Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T20:36:33.399Z] Selecting previously unselected package apparmor. [2021-03-19T20:36:33.399Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T20:36:33.662Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-19T20:36:33.662Z] Selecting previously unselected package libedit2:amd64. [2021-03-19T20:36:33.662Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-19T20:36:33.662Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T20:36:33.923Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-19T20:36:33.923Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:36:33.923Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:36:33.923Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-19T20:36:33.923Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:36:33.923Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:36:33.923Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-19T20:36:33.923Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-19T20:36:33.923Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T20:36:34.185Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-19T20:36:34.185Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:36:34.185Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:36:34.185Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-19T20:36:34.185Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:36:34.185Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:36:34.446Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-19T20:36:34.446Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-19T20:36:34.446Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T20:36:34.446Z] Selecting previously unselected package openssh-client. [2021-03-19T20:36:34.446Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-19T20:36:34.446Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T20:36:34.707Z] Selecting previously unselected package squashfs-tools. [2021-03-19T20:36:34.707Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-19T20:36:34.707Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T20:36:34.969Z] Selecting previously unselected package snapd. [2021-03-19T20:36:34.969Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-19T20:36:34.969Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-19T20:36:37.521Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T20:36:37.521Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T20:36:37.521Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-19T20:36:37.521Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T20:36:37.521Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T20:36:37.521Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:36:37.521Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:36:37.521Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-19T20:36:37.521Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-19T20:36:38.097Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T20:36:38.097Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T20:36:38.097Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T20:36:38.362Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:36:38.362Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:36:38.362Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:36:38.934Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T20:36:39.195Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:36:39.195Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T20:36:39.195Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-19T20:36:39.195Z] running python rtupdate hooks for python3.6... [2021-03-19T20:36:39.195Z] running python post-rtupdate hooks for python3.6... [2021-03-19T20:36:39.195Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-19T20:36:41.162Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-19T20:36:41.162Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:36:41.162Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T20:36:41.162Z] Setting up snapd (2.48.3+18.04) ... [2021-03-19T20:36:41.735Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-19T20:36:41.996Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-19T20:36:42.257Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-19T20:36:42.257Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-19T20:36:42.524Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T20:36:42.524Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T20:36:42.785Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-19T20:36:43.047Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-19T20:36:43.047Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-19T20:36:43.309Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-19T20:36:43.570Z] /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-19T20:36:43.570Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:36:43.570Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T20:36:44.959Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:36:44.959Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:36:44.959Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:36:46.610Z] Reading package lists... [2021-03-19T20:36:46.872Z] Reading package lists... [2021-03-19T20:36:47.134Z] Building dependency tree... [2021-03-19T20:36:47.134Z] Reading state information... [2021-03-19T20:36:47.134Z] Calculating upgrade... [2021-03-19T20:36:47.396Z] The following packages will be upgraded: [2021-03-19T20:36:47.396Z] advancecomp base-files bash binutils binutils-common [2021-03-19T20:36:47.396Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-19T20:36:47.396Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-19T20:36:47.396Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-19T20:36:47.396Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-19T20:36:47.396Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-19T20:36:47.396Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-19T20:36:47.396Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-19T20:36:47.396Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-19T20:36:47.396Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-19T20:36:47.396Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-19T20:36:47.396Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-19T20:36:47.396Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-19T20:36:47.396Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-19T20:36:47.396Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-19T20:36:47.396Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:36:47.396Z] Need to get 63.8 MB of archives. [2021-03-19T20:36:47.396Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-19T20:36:47.396Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-19T20:36:47.396Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-19T20:36:47.396Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-19T20:36:47.396Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-19T20:36:47.396Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-19T20:36:47.396Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-19T20:36:47.396Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-19T20:36:47.396Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-19T20:36:47.396Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-19T20:36:47.396Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-19T20:36:47.396Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-19T20:36:47.396Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-19T20:36:47.396Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-19T20:36:47.396Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-19T20:36:47.396Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-19T20:36:47.396Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-19T20:36:47.396Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-19T20:36:47.666Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-19T20:36:47.667Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-19T20:36:47.667Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-19T20:36:47.667Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-19T20:36:47.667Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-19T20:36:47.667Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-19T20:36:47.667Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-19T20:36:47.667Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-19T20:36:47.667Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-19T20:36:47.667Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-19T20:36:47.667Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-19T20:36:47.667Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-19T20:36:47.667Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-19T20:36:47.667Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-19T20:36:47.667Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-19T20:36:47.667Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-19T20:36:47.667Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-19T20:36:47.667Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-19T20:36:47.667Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-19T20:36:47.667Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-19T20:36:47.667Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-19T20:36:47.667Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-19T20:36:47.667Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-19T20:36:47.667Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-19T20:36:47.667Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-19T20:36:47.667Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-19T20:36:47.667Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-19T20:36:47.667Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-19T20:36:47.667Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-19T20:36:47.667Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-19T20:36:47.931Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-19T20:36:47.931Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-19T20:36:47.931Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-19T20:36:47.931Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-19T20:36:47.931Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-19T20:36:47.931Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-19T20:36:47.931Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-19T20:36:47.931Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-19T20:36:47.931Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-19T20:36:48.193Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-19T20:36:48.193Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-19T20:36:48.193Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-19T20:36:48.455Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-19T20:36:48.455Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-19T20:36:48.455Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-19T20:36:48.455Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-19T20:36:48.455Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-19T20:36:48.455Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-19T20:36:48.455Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-19T20:36:48.718Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-19T20:36:48.718Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-19T20:36:48.718Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-19T20:36:48.718Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-19T20:36:48.718Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-19T20:36:48.718Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-19T20:36:48.718Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-19T20:36:48.718Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-19T20:36:48.718Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-19T20:36:48.718Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-19T20:36:48.718Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-19T20:36:48.718Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-19T20:36:48.979Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-19T20:36:48.979Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-19T20:36:48.979Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-19T20:36:48.979Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-19T20:36:48.979Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-19T20:36:48.979Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-19T20:36:48.979Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-19T20:36:48.979Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-19T20:36:48.979Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-19T20:36:48.979Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-19T20:36:48.979Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-19T20:36:48.979Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-19T20:36:48.979Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-19T20:36:49.241Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-19T20:36:49.241Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-19T20:36:49.241Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-19T20:36:49.241Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-19T20:36:49.241Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-19T20:36:49.241Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-19T20:36:49.241Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-19T20:36:49.241Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-19T20:36:49.503Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:36:49.503Z] Fetched 63.8 MB in 2s (33.3 MB/s) [2021-03-19T20:36:49.503Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:36:49.503Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:36:49.503Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:36:50.449Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:36:50.449Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:36:50.449Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-19T20:36:50.449Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-19T20:36:51.394Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:36:51.394Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:36:51.657Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:36:51.657Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:36:51.657Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:36:51.657Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:36:51.919Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:36:51.919Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:36:51.919Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:36:52.181Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:36:52.181Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:36:52.181Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:36:52.442Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:36:52.442Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:36:52.442Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:36:52.703Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:36:52.703Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:36:52.703Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-19T20:36:52.703Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:36:52.971Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:36:52.971Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:36:52.971Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:36:52.971Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:36:52.971Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:36:53.232Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:36:53.232Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:36:53.232Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:36:53.493Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:36:53.493Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:36:53.753Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:36:54.325Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T20:36:54.588Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:36:54.588Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-19T20:36:54.588Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-19T20:36:54.588Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-19T20:36:54.588Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-19T20:36:54.850Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-19T20:36:54.850Z] Installing new version of config file /etc/issue ... [2021-03-19T20:36:54.850Z] Installing new version of config file /etc/issue.net ... [2021-03-19T20:36:54.850Z] Installing new version of config file /etc/lsb-release ... [2021-03-19T20:36:54.850Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-19T20:36:55.112Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-19T20:36:55.112Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-19T20:36:55.112Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-19T20:36:55.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:36:55.375Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-19T20:36:55.375Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-19T20:36:55.637Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-19T20:36:55.637Z] 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-19T20:36:55.637Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:36:55.637Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:36:55.637Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-19T20:36:55.904Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:36:55.904Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:36:55.904Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-19T20:36:55.904Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-19T20:36:56.167Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-19T20:36:56.430Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:36:56.430Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-19T20:36:56.430Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T20:36:56.693Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-19T20:36:56.955Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:36:56.955Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:36:56.955Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:36:56.955Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T20:36:57.216Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:36:57.216Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:36:57.216Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:36:57.216Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-19T20:36:57.477Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:36:57.477Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-19T20:36:57.477Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-19T20:36:57.477Z] Setting up grep (3.1-2build1) ... [2021-03-19T20:36:57.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:36:57.739Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T20:36:57.739Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T20:36:58.000Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-19T20:36:58.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:36:58.000Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:36:58.000Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:36:58.262Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-19T20:36:58.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:36:58.262Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T20:36:58.262Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:36:58.835Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T20:36:58.835Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:36:59.097Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T20:36:59.097Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:36:59.670Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-19T20:36:59.932Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:36:59.932Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-19T20:36:59.932Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:37:00.876Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T20:37:00.876Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T20:37:01.139Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T20:37:01.139Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T20:37:01.139Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T20:37:01.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:01.402Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-19T20:37:01.402Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-19T20:37:01.402Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-19T20:37:01.667Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:01.667Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:01.667Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:01.667Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:01.667Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:01.667Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:01.667Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:01.929Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:01.929Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:01.929Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:01.929Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:02.191Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:02.191Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:02.191Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:02.191Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:02.191Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:02.453Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:02.453Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:37:02.453Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:37:02.453Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:37:02.714Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:37:02.714Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T20:37:02.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:02.714Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:37:02.984Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:37:02.984Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T20:37:02.984Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:02.984Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:02.984Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:03.246Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:03.246Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:03.246Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:03.246Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:03.507Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:03.508Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:03.508Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:03.508Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:04.081Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:04.344Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-19T20:37:04.605Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-19T20:37:04.605Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:04.605Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:37:04.868Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:37:04.868Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:37:05.130Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:05.130Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-19T20:37:05.130Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:37:05.401Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-19T20:37:05.401Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:05.401Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-19T20:37:05.401Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-19T20:37:05.686Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-19T20:37:05.990Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:05.990Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-19T20:37:05.990Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T20:37:05.990Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-19T20:37:06.254Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:06.254Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-19T20:37:06.254Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T20:37:06.254Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-19T20:37:06.526Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:06.526Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T20:37:06.526Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:37:06.526Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:37:06.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:06.795Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T20:37:06.795Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:37:06.795Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:37:07.066Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:07.066Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T20:37:07.328Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:37:07.328Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:37:07.593Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:07.594Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:07.594Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:07.594Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:37:07.594Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:37:07.874Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:37:07.874Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:37:07.874Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T20:37:08.147Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:08.147Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-19T20:37:08.147Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-19T20:37:08.147Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-19T20:37:08.416Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:08.416Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-19T20:37:08.416Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:37:08.416Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:37:08.683Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:08.683Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:37:08.943Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:37:08.943Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T20:37:08.943Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:08.943Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-19T20:37:09.204Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-19T20:37:09.204Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-19T20:37:09.204Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:09.204Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T20:37:09.541Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T20:37:09.802Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-19T20:37:10.069Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:10.069Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:37:10.069Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:37:10.069Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-19T20:37:10.331Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:10.331Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-19T20:37:10.331Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-19T20:37:10.331Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-19T20:37:10.599Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:10.599Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-19T20:37:10.599Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-19T20:37:10.599Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-19T20:37:10.860Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:10.860Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-19T20:37:10.860Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-19T20:37:10.860Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-19T20:37:11.123Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:11.123Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-19T20:37:11.123Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-19T20:37:11.123Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-19T20:37:11.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:11.384Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T20:37:11.384Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-19T20:37:11.384Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-19T20:37:11.965Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:11.965Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-19T20:37:11.965Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-19T20:37:11.965Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-19T20:37:12.226Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-19T20:37:12.226Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T20:37:12.226Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T20:37:12.226Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T20:37:12.226Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T20:37:12.488Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T20:37:12.488Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T20:37:12.749Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-19T20:37:12.749Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-19T20:37:13.011Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T20:37:13.011Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-19T20:37:13.011Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T20:37:13.011Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-19T20:37:13.275Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-19T20:37:13.275Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-19T20:37:13.275Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-19T20:37:13.275Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-19T20:37:13.536Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-19T20:37:13.536Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-19T20:37:13.536Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-19T20:37:13.536Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-19T20:37:13.797Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-19T20:37:13.797Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-19T20:37:14.059Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-19T20:37:14.059Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-19T20:37:15.006Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-19T20:37:15.006Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-19T20:37:15.006Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-19T20:37:15.006Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-19T20:37:15.006Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:37:15.304Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:37:15.567Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:37:15.567Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:37:15.567Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:37:15.567Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:37:15.833Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:37:15.833Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:37:15.833Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:16.094Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:37:16.094Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:16.094Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:37:16.356Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:16.356Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:37:16.356Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:16.356Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:37:17.323Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:17.618Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:37:18.560Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:18.560Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:37:19.549Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:19.549Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:37:19.810Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:19.810Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:37:20.756Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:20.756Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:37:20.756Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T20:37:21.017Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T20:37:21.017Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T20:37:21.017Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T20:37:21.279Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T20:37:21.279Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T20:37:21.279Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-19T20:37:21.279Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-19T20:37:21.541Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T20:37:21.541Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T20:37:21.541Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T20:37:21.541Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T20:37:21.541Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-19T20:37:21.802Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-19T20:37:21.802Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:37:21.802Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T20:37:21.802Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:37:21.802Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:37:21.802Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:37:22.064Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-19T20:37:22.064Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-19T20:37:22.064Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-19T20:37:22.064Z] [2021-03-19T20:37:22.064Z] Current default time zone: 'Etc/UTC' [2021-03-19T20:37:22.064Z] Local time is now: Fri Mar 19 20:37:22 UTC 2021. [2021-03-19T20:37:22.064Z] Universal Time is now: Fri Mar 19 20:37:22 UTC 2021. [2021-03-19T20:37:22.064Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-19T20:37:22.064Z] [2021-03-19T20:37:22.343Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-19T20:37:22.343Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:37:22.343Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-19T20:37:22.343Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:22.343Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-19T20:37:22.343Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-19T20:37:22.343Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-19T20:37:22.343Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-19T20:37:22.611Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-19T20:37:22.611Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T20:37:22.611Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:37:22.611Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-19T20:37:22.872Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:37:22.872Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:37:22.872Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:37:22.872Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-19T20:37:23.134Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-19T20:37:23.134Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-19T20:37:23.134Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T20:37:23.134Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-19T20:37:23.134Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-19T20:37:23.134Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:37:23.134Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-19T20:37:25.076Z] Updating certificates in /etc/ssl/certs... [2021-03-19T20:37:25.649Z] 23 added, 27 removed; done. [2021-03-19T20:37:25.649Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T20:37:25.649Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:37:25.649Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-19T20:37:25.649Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-19T20:37:25.916Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-19T20:37:25.916Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:37:25.916Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:37:25.916Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:37:25.916Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:37:25.916Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:37:26.177Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:37:26.177Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:37:26.177Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-19T20:37:26.177Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:37:26.177Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-19T20:37:26.177Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-19T20:37:26.177Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:37:26.437Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:37:26.437Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:37:26.437Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-19T20:37:26.437Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-19T20:37:26.437Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-19T20:37:26.437Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:37:26.437Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T20:37:26.698Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-19T20:37:26.698Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-19T20:37:26.698Z] Updating certificates in /etc/ssl/certs... [2021-03-19T20:37:27.271Z] 0 added, 0 removed; done. [2021-03-19T20:37:27.271Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-19T20:37:27.271Z] done. [2021-03-19T20:37:28.215Z] Reading package lists... [2021-03-19T20:37:28.215Z] Building dependency tree... [2021-03-19T20:37:28.215Z] Reading state information... [2021-03-19T20:37:28.477Z] The following NEW packages will be installed: [2021-03-19T20:37:28.477Z] apt-transport-https [2021-03-19T20:37:28.737Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:37:28.737Z] Need to get 1696 B of archives. [2021-03-19T20:37:28.737Z] After this operation, 153 kB of additional disk space will be used. [2021-03-19T20:37:28.737Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-19T20:37:28.737Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:37:28.737Z] Fetched 1696 B in 0s (9417 B/s) [2021-03-19T20:37:28.737Z] Selecting previously unselected package apt-transport-https. [2021-03-19T20:37:28.737Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-19T20:37:28.737Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-19T20:37:28.737Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T20:37:28.998Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T20:37:29.259Z] Waiting for network to be ready... [2021-03-19T20:37:35.845Z] 2021-03-19T20:37:33Z INFO Waiting for automatic snapd restart... [2021-03-19T20:37:36.107Z] snapd 2.49 from Canonical* installed [2021-03-19T20:37:37.048Z] "snapd" switched to the "latest/stable" channel [2021-03-19T20:37:37.049Z] [2021-03-19T20:37:42.338Z] core18 20210128 from Canonical* installed [2021-03-19T20:37:42.338Z] "core18" switched to the "latest/stable" channel [2021-03-19T20:37:42.338Z] [2021-03-19T20:37:48.929Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T20:37:48.929Z] "snapcraft" switched to the "latest/stable" channel [2021-03-19T20:37:48.929Z] [2021-03-19T20:37:52.246Z] 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-19T20:37:52.246Z] - README.md [2021-03-19T20:37:52.246Z] [2021-03-19T20:37:52.246Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T20:37:58.838Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:37:58.838Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:37:58.838Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:37:58.838Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:38:00.225Z] Reading package lists... [2021-03-19T20:38:00.798Z] 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.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-19T20:38:07.407Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:38:07.407Z] Reading package lists... [2021-03-19T20:38:07.407Z] Building dependency tree... [2021-03-19T20:38:07.407Z] Reading state information... [2021-03-19T20:38:07.407Z] Suggested packages: [2021-03-19T20:38:07.407Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-19T20:38:07.407Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-19T20:38:07.407Z] Recommended packages: [2021-03-19T20:38:07.407Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-19T20:38:07.407Z] The following NEW packages will be installed: [2021-03-19T20:38:07.407Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-19T20:38:07.407Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-19T20:38:07.407Z] pkg-config zip [2021-03-19T20:38:07.407Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:38:07.407Z] Need to get 7657 kB of archives. [2021-03-19T20:38:07.407Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-19T20:38:07.407Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-19T20:38:07.407Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-19T20:38:07.407Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-19T20:38:07.407Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-19T20:38:07.407Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-19T20:38:07.701Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-19T20:38:07.701Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-19T20:38:07.701Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-19T20:38:07.701Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-19T20:38:07.701Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-19T20:38:08.001Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-19T20:38:08.001Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-19T20:38:08.001Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-19T20:38:08.001Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-19T20:38:08.001Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-19T20:38:08.302Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:38:08.302Z] Fetched 7657 kB in 1s (8692 kB/s) [2021-03-19T20:38:08.570Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-19T20:38:08.570Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-19T20:38:08.570Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-19T20:38:08.570Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T20:38:08.829Z] Selecting previously unselected package libpsl5:amd64. [2021-03-19T20:38:08.829Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-19T20:38:08.829Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T20:38:08.829Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-19T20:38:08.829Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-19T20:38:08.829Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T20:38:09.091Z] Selecting previously unselected package librtmp1:amd64. [2021-03-19T20:38:09.091Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-19T20:38:09.091Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T20:38:09.091Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-19T20:38:09.091Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-19T20:38:09.091Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T20:38:09.091Z] Selecting previously unselected package liberror-perl. [2021-03-19T20:38:09.091Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-19T20:38:09.091Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-19T20:38:09.351Z] Selecting previously unselected package git-man. [2021-03-19T20:38:09.351Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-19T20:38:09.351Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:38:09.352Z] Selecting previously unselected package git. [2021-03-19T20:38:09.352Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-19T20:38:09.352Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:38:10.294Z] Selecting previously unselected package libnorm1:amd64. [2021-03-19T20:38:10.294Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-19T20:38:10.294Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T20:38:10.294Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-19T20:38:10.294Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-19T20:38:10.294Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T20:38:10.554Z] Selecting previously unselected package libsodium23:amd64. [2021-03-19T20:38:10.554Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-19T20:38:10.554Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-19T20:38:10.554Z] Selecting previously unselected package libzmq5:amd64. [2021-03-19T20:38:10.554Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T20:38:10.554Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:38:10.815Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-19T20:38:10.815Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T20:38:10.815Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:38:10.815Z] Selecting previously unselected package pkg-config. [2021-03-19T20:38:10.815Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-19T20:38:10.815Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T20:38:11.076Z] Selecting previously unselected package zip. [2021-03-19T20:38:11.076Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-19T20:38:11.076Z] Unpacking zip (3.0-11build1) ... [2021-03-19T20:38:11.076Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T20:38:11.076Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:38:11.076Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T20:38:11.076Z] Setting up liberror-perl (0.17025-1) ... [2021-03-19T20:38:11.076Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T20:38:11.336Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T20:38:11.336Z] No schema files found: doing nothing. [2021-03-19T20:38:11.336Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T20:38:11.336Z] Setting up zip (3.0-11build1) ... [2021-03-19T20:38:11.336Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T20:38:11.336Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-19T20:38:11.336Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T20:38:11.336Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:38:11.336Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T20:38:11.597Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:38:11.597Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:38:11.597Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:38:18.182Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:38:18.444Z] git set to automatically installed. [2021-03-19T20:38:18.444Z] git-man set to automatically installed. [2021-03-19T20:38:18.444Z] libcurl3-gnutls set to automatically installed. [2021-03-19T20:38:18.444Z] liberror-perl set to automatically installed. [2021-03-19T20:38:18.444Z] libglib2.0-0 set to automatically installed. [2021-03-19T20:38:18.444Z] libnghttp2-14 set to automatically installed. [2021-03-19T20:38:18.444Z] libnorm1 set to automatically installed. [2021-03-19T20:38:18.444Z] libpgm-5.2-0 set to automatically installed. [2021-03-19T20:38:18.444Z] libpsl5 set to automatically installed. [2021-03-19T20:38:18.444Z] librtmp1 set to automatically installed. [2021-03-19T20:38:18.444Z] libsodium23 set to automatically installed. [2021-03-19T20:38:18.444Z] libzmq3-dev set to automatically installed. [2021-03-19T20:38:18.444Z] libzmq5 set to automatically installed. [2021-03-19T20:38:18.444Z] pkg-config set to automatically installed. [2021-03-19T20:38:18.444Z] zip set to automatically installed. [2021-03-19T20:38:20.358Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T20:38:26.960Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:38:26.960Z] snap "core18" has no updates available [2021-03-19T20:38:27.905Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T20:38:34.495Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:38:52.633Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-19T20:38:52.633Z] Pulling go-build-helper [2021-03-19T20:38:52.633Z] + snapcraftctl pull [2021-03-19T20:38:52.633Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-19T20:38:52.633Z] Skipping pull go-build-helper (already ran) [2021-03-19T20:38:52.633Z] Building go-build-helper [2021-03-19T20:38:52.633Z] + snapcraftctl build [2021-03-19T20:38:54.019Z] Staging go-build-helper [2021-03-19T20:38:54.019Z] + snapcraftctl stage [2021-03-19T20:39:06.278Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T20:39:06.278Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T20:39:06.278Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] [2021-03-19T20:39:06.278Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-19T20:39:06.278Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T20:39:06.278Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T20:39:06.278Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] [2021-03-19T20:39:06.278Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] [2021-03-19T20:39:06.278Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T20:39:06.278Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T20:39:06.278Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T20:39:06.278Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T20:39:06.278Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T20:39:06.278Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T20:39:06.278Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T20:39:06.278Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T20:39:06.278Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T20:39:06.278Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T20:39:06.278Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T20:39:06.278Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] [2021-03-19T20:39:06.278Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T20:39:06.278Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T20:39:06.278Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T20:39:06.278Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T20:39:06.278Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] [2021-03-19T20:39:06.278Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-19T20:39:06.278Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T20:39:06.278Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-19T20:39:06.278Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T20:39:06.278Z] Fetched 224 kB in 0s (0 B/s) [2021-03-19T20:39:06.278Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T20:39:06.278Z] Fetched 157 kB in 0s (0 B/s) [2021-03-19T20:39:06.278Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T20:39:06.278Z] Fetched 221 kB in 0s (0 B/s) [2021-03-19T20:39:06.278Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T20:39:06.278Z] Fetched 143 kB in 0s (0 B/s) [2021-03-19T20:39:06.278Z] Pulling app-service-config [2021-03-19T20:39:06.278Z] + snapcraftctl pull [2021-03-19T20:39:06.541Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-19T20:39:07.128Z] Pulling config-common [2021-03-19T20:39:07.128Z] + snapcraftctl pull [2021-03-19T20:39:12.430Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:39:12.430Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:39:12.430Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:39:12.430Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:39:12.430Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T20:39:12.430Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:39:12.430Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T20:39:12.430Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:39:12.430Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T20:39:12.430Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:39:12.430Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T20:39:12.430Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:39:12.430Z] Pulling edgex-go [2021-03-19T20:39:12.430Z] + snapcraftctl pull [2021-03-19T20:39:39.075Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:39:39.075Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:39:39.075Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:39:39.075Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-19T20:39:39.075Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-19T20:39:39.075Z] Fetched 279 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-19T20:39:39.075Z] Fetched 122 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-19T20:39:39.075Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-19T20:39:39.075Z] Fetched 8848 B in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-19T20:39:39.075Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-19T20:39:39.075Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-19T20:39:39.075Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-19T20:39:39.075Z] Fetched 214 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-19T20:39:39.075Z] Fetched 154 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-19T20:39:39.075Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-19T20:39:39.075Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-19T20:39:39.075Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-19T20:39:39.075Z] Fetched 499 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-19T20:39:39.075Z] Fetched 111 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-19T20:39:39.075Z] Fetched 240 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-19T20:39:39.075Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-19T20:39:39.075Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-19T20:39:39.075Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-19T20:39:39.075Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-19T20:39:39.075Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-19T20:39:39.075Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-19T20:39:39.075Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-19T20:39:39.075Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-19T20:39:39.075Z] Fetched 8720 B in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-19T20:39:39.075Z] Fetched 137 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-19T20:39:39.075Z] Fetched 119 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-19T20:39:39.075Z] Fetched 109 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-19T20:39:39.075Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-19T20:39:39.075Z] Fetched 645 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-19T20:39:39.075Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-19T20:39:39.075Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-19T20:39:39.075Z] Fetched 368 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-19T20:39:39.075Z] Fetched 187 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-19T20:39:39.075Z] Fetched 175 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-19T20:39:39.075Z] Fetched 206 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-19T20:39:39.075Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-19T20:39:39.075Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-19T20:39:39.075Z] Fetched 159 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-19T20:39:39.075Z] Fetched 107 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-19T20:39:39.075Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-19T20:39:39.075Z] Pulling static-packages [2021-03-19T20:39:39.075Z] + snapcraftctl pull [2021-03-19T20:39:39.075Z] Pulling version [2021-03-19T20:39:39.075Z] + cd /root/project [2021-03-19T20:39:39.075Z] + [ -f VERSION ] [2021-03-19T20:39:39.075Z] + PROJECT_VERSION=local-dev [2021-03-19T20:39:39.075Z] + git rev-parse --short HEAD [2021-03-19T20:39:39.075Z] + GIT_REVISION=dae911a4 [2021-03-19T20:39:39.075Z] + snapcraftctl set-version local-dev [2021-03-19T20:39:39.075Z] Skipping build go-build-helper (already ran) [2021-03-19T20:39:39.075Z] Building app-service-config [2021-03-19T20:39:39.076Z] + make build [2021-03-19T20:39:39.076Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-19T20:39:39.338Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-19T20:39:39.338Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-19T20:39:39.338Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-19T20:39:39.338Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-19T20:39:39.338Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-19T20:39:39.338Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:39:39.338Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T20:39:39.600Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-19T20:39:39.600Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-19T20:39:39.600Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-19T20:39:39.863Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-19T20:39:39.863Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-19T20:39:39.863Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-19T20:39:40.124Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-19T20:39:40.124Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-19T20:39:40.124Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-19T20:39:40.124Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-19T20:39:40.124Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-19T20:39:40.386Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-19T20:39:40.386Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-19T20:39:40.386Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-19T20:39:40.386Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:39:40.386Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-19T20:39:40.386Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-19T20:39:40.648Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-19T20:39:40.648Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-19T20:39:40.648Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:39:40.648Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-19T20:39:40.648Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-19T20:39:40.910Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-19T20:39:40.910Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-19T20:39:40.910Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-19T20:39:40.910Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-19T20:39:41.172Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-19T20:39:41.172Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-19T20:39:41.172Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-19T20:39:41.172Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:39:41.172Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:39:41.172Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-19T20:39:41.172Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-19T20:39:41.172Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-19T20:39:41.172Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-19T20:39:41.172Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-19T20:39:53.428Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-19T20:39:53.428Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-19T20:39:53.428Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-19T20:39:53.428Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-19T20:39:54.003Z] Building config-common [2021-03-19T20:39:54.003Z] + snapcraftctl build [2021-03-19T20:39:56.558Z] Building edgex-go [2021-03-19T20:39:57.503Z] + cd /root/parts/edgex-go/src [2021-03-19T20:39:57.503Z] + make build [2021-03-19T20:39:57.503Z] 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-19T20:39:58.075Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-19T20:39:58.075Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-19T20:39:58.075Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T20:39:58.075Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-19T20:39:58.075Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-19T20:39:58.075Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-19T20:39:58.075Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-19T20:39:58.075Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-19T20:39:58.075Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-19T20:39:58.075Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-19T20:40:03.377Z] 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-19T20:40:03.377Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-19T20:40:08.683Z] 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-19T20:40:10.075Z] 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-19T20:40:11.992Z] 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-19T20:40:12.565Z] 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-19T20:40:12.565Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-19T20:40:12.826Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:40:12.826Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-19T20:40:12.826Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:40:14.746Z] 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-19T20:40:15.005Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-19T20:40:15.005Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-19T20:40:16.926Z] 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-19T20:40:17.882Z] 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-19T20:40:18.148Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-19T20:40:20.064Z] 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-19T20:40:21.010Z] 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-19T20:40:21.010Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-19T20:40:22.414Z] 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-19T20:40:22.414Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-19T20:40:25.010Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-19T20:40:25.010Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-19T20:40:25.010Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-19T20:40:25.010Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-19T20:40:25.010Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-19T20:40:25.010Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-19T20:40:25.010Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-19T20:40:25.010Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-19T20:40:25.010Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-19T20:40:25.010Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-19T20:40:25.010Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-19T20:40:25.010Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-19T20:40:25.010Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-19T20:40:25.010Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-19T20:40:25.011Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-19T20:40:25.011Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-19T20:40:25.011Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-19T20:40:25.011Z] + 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-19T20:40:25.011Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-19T20:40:25.011Z] + 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-19T20:40:25.011Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-19T20:40:25.011Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-19T20:40:25.011Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-19T20:40:25.011Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-19T20:40:25.011Z] + 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-19T20:40:28.312Z] Building static-packages [2021-03-19T20:40:28.312Z] + snapcraftctl build [2021-03-19T20:40:30.858Z] Building version [2021-03-19T20:40:30.858Z] + snapcraftctl build [2021-03-19T20:40:33.409Z] Skipping stage go-build-helper (already ran) [2021-03-19T20:40:33.409Z] Staging app-service-config [2021-03-19T20:40:33.409Z] + snapcraftctl stage [2021-03-19T20:40:34.351Z] Staging config-common [2021-03-19T20:40:34.351Z] + snapcraftctl stage [2021-03-19T20:40:35.293Z] Staging edgex-go [2021-03-19T20:40:35.293Z] + snapcraftctl stage [2021-03-19T20:40:36.678Z] Staging static-packages [2021-03-19T20:40:36.678Z] + snapcraftctl stage [2021-03-19T20:40:38.061Z] Staging version [2021-03-19T20:40:38.061Z] + snapcraftctl stage [2021-03-19T20:40:39.004Z] Priming go-build-helper [2021-03-19T20:40:39.004Z] + snapcraftctl prime [2021-03-19T20:40:39.947Z] Priming app-service-config [2021-03-19T20:40:39.947Z] + snapcraftctl prime [2021-03-19T20:40:41.333Z] Priming config-common [2021-03-19T20:40:41.333Z] + snapcraftctl prime [2021-03-19T20:40:42.725Z] Priming edgex-go [2021-03-19T20:40:42.726Z] + snapcraftctl prime [2021-03-19T20:40:43.668Z] Priming static-packages [2021-03-19T20:40:43.669Z] + snapcraftctl prime [2021-03-19T20:40:46.215Z] Priming version [2021-03-19T20:40:46.215Z] + snapcraftctl prime [2021-03-19T20:40:47.604Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-19T20:40:50.884Z] provisioning config files... [2021-03-19T20:40:50.904Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config1479674096999612041tmp [Pipeline] { [Pipeline] sh [2021-03-19T20:40:51.392Z] + set +x [2021-03-19T20:40:51.392Z] + bash -s -- [2021-03-19T20:40:51.392Z] + curl -s https://codecov.io/bash [2021-03-19T20:40:51.989Z] [2021-03-19T20:40:51.989Z] _____ _ [2021-03-19T20:40:51.989Z] / ____| | | [2021-03-19T20:40:51.989Z] | | ___ __| | ___ ___ _____ __ [2021-03-19T20:40:51.989Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-19T20:40:51.989Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-19T20:40:51.989Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-19T20:40:51.989Z] Bash-20210309-2b87ace [2021-03-19T20:40:51.989Z] [2021-03-19T20:40:51.989Z] [2021-03-19T20:40:51.989Z] ==> git version 2.24.3 found [2021-03-19T20:40:51.989Z] ==> 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-19T20:40:51.989Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-19T20:40:51.989Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-19T20:40:51.989Z] ==> Jenkins CI detected. [2021-03-19T20:40:52.274Z] project root: . [2021-03-19T20:40:52.274Z] --> token set from env [2021-03-19T20:40:52.274Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-19T20:40:52.274Z] ==> Running gcov in . (disable via -X gcov) [2021-03-19T20:40:52.544Z] ==> Python coveragepy not found [2021-03-19T20:40:52.544Z] ==> Searching for coverage reports in: [2021-03-19T20:40:52.544Z] + . [2021-03-19T20:40:52.544Z] -> Found 1 reports [2021-03-19T20:40:52.544Z] ==> Detecting git/mercurial file structure [2021-03-19T20:40:52.544Z] ==> Reading reports [2021-03-19T20:40:52.544Z] + ./coverage.out bytes=650607 [2021-03-19T20:40:52.544Z] ==> Appending adjustments [2021-03-19T20:40:52.544Z] https://docs.codecov.io/docs/fixing-reports [2021-03-19T20:41:01.029Z] + Found adjustments [2021-03-19T20:41:01.029Z] ==> Gzipping contents [2021-03-19T20:41:01.029Z] 96K /tmp/codecov.osWKdo.gz [2021-03-19T20:41:01.029Z] ==> Uploading reports [2021-03-19T20:41:01.029Z] url: https://codecov.io [2021-03-19T20:41:01.029Z] query: branch=PR-3269&commit=dae911a45406044c6bc2df530b0c13327117112a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= [2021-03-19T20:41:01.029Z] -> Pinging Codecov [2021-03-19T20:41:01.029Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3269&commit=dae911a45406044c6bc2df530b0c13327117112a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= [2021-03-19T20:41:01.029Z] -> Uploading to [2021-03-19T20:41:01.029Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/dae911a45406044c6bc2df530b0c13327117112a/3781a1c9-9ab5-4797-a009-6fa2dfe5780e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T204100Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bb56ddc8ec7d8c6a066038d8652c6028e5cc150a2e4d5d4e297346e48c2b8c36 [2021-03-19T20:41:01.029Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:41:01.029Z] Dload Upload Total Spent Left Speed [2021-03-19T20:41:01.029Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94917 0 0 100 94917 0 161k --:--:-- --:--:-- --:--:-- 160k 100 94917 0 0 100 94917 0 160k --:--:-- --:--:-- --:--:-- 160k [2021-03-19T20:41:01.029Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/dae911a45406044c6bc2df530b0c13327117112a [Pipeline] } [2021-03-19T20:41:01.046Z] 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-19T20:41:02.826Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:41:04.101Z] ---> package-listing.sh [2021-03-19T20:41:04.101Z] ++ facter osfamily [2021-03-19T20:41:04.101Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-19T20:41:04.394Z] + OS_FAMILY=redhat [2021-03-19T20:41:04.394Z] + workspace=/w/workspace/edgex-go/2 [2021-03-19T20:41:04.394Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-19T20:41:04.394Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-19T20:41:04.394Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-19T20:41:04.394Z] + PACKAGES=/tmp/packages_start.txt [2021-03-19T20:41:04.394Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-19T20:41:04.394Z] + PACKAGES=/tmp/packages_end.txt [2021-03-19T20:41:04.394Z] + case "${OS_FAMILY}" in [2021-03-19T20:41:04.394Z] + sort [2021-03-19T20:41:04.394Z] + rpm -qa [2021-03-19T20:41:12.602Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-19T20:41:12.602Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-19T20:41:12.602Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-19T20:41:12.602Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-19T20:41:12.602Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-19T20:41:12.602Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-19T20:41:12.620Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-19T20:41:13.270Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:41:13.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:41:14.630Z] [2021-03-19T20:41:14.630Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:41:15.030Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:41:15.315Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-19T20:41:15.315Z] df20fa9351a1: Pulling fs layer [2021-03-19T20:41:15.315Z] 36b3adc4ff6f: Pulling fs layer [2021-03-19T20:41:15.315Z] 8ad3a11d3b57: Pulling fs layer [2021-03-19T20:41:15.315Z] 46f8f816bc3b: Pulling fs layer [2021-03-19T20:41:15.315Z] 93b61091891f: Pulling fs layer [2021-03-19T20:41:15.315Z] 93b9cdb0e59b: Pulling fs layer [2021-03-19T20:41:15.315Z] 5e14af77c1be: Pulling fs layer [2021-03-19T20:41:15.315Z] 01666e4c0597: Pulling fs layer [2021-03-19T20:41:15.315Z] aa168da1d23b: Pulling fs layer [2021-03-19T20:41:15.315Z] 46f8f816bc3b: Waiting [2021-03-19T20:41:15.315Z] 93b61091891f: Waiting [2021-03-19T20:41:15.315Z] 93b9cdb0e59b: Waiting [2021-03-19T20:41:15.315Z] 5e14af77c1be: Waiting [2021-03-19T20:41:15.315Z] 01666e4c0597: Waiting [2021-03-19T20:41:15.315Z] aa168da1d23b: Waiting [2021-03-19T20:41:15.315Z] 36b3adc4ff6f: Verifying Checksum [2021-03-19T20:41:15.315Z] 36b3adc4ff6f: Download complete [2021-03-19T20:41:15.600Z] 46f8f816bc3b: Verifying Checksum [2021-03-19T20:41:15.600Z] 46f8f816bc3b: Download complete [2021-03-19T20:41:15.600Z] df20fa9351a1: Verifying Checksum [2021-03-19T20:41:15.600Z] df20fa9351a1: Download complete [2021-03-19T20:41:15.600Z] 93b9cdb0e59b: Verifying Checksum [2021-03-19T20:41:15.600Z] 93b9cdb0e59b: Download complete [2021-03-19T20:41:15.600Z] 5e14af77c1be: Verifying Checksum [2021-03-19T20:41:15.600Z] 5e14af77c1be: Download complete [2021-03-19T20:41:15.600Z] 93b61091891f: Verifying Checksum [2021-03-19T20:41:15.600Z] 93b61091891f: Download complete [2021-03-19T20:41:15.600Z] 01666e4c0597: Verifying Checksum [2021-03-19T20:41:15.600Z] 01666e4c0597: Download complete [2021-03-19T20:41:16.185Z] df20fa9351a1: Pull complete [2021-03-19T20:41:16.185Z] 36b3adc4ff6f: Pull complete [2021-03-19T20:41:16.784Z] 8ad3a11d3b57: Verifying Checksum [2021-03-19T20:41:16.784Z] 8ad3a11d3b57: Download complete [2021-03-19T20:41:18.253Z] 8ad3a11d3b57: Pull complete [2021-03-19T20:41:19.231Z] aa168da1d23b: Verifying Checksum [2021-03-19T20:41:19.231Z] aa168da1d23b: Download complete [2021-03-19T20:41:19.231Z] 46f8f816bc3b: Pull complete [2021-03-19T20:41:20.699Z] 93b61091891f: Pull complete [2021-03-19T20:41:21.044Z] 93b9cdb0e59b: Pull complete [2021-03-19T20:41:21.321Z] 5e14af77c1be: Pull complete [2021-03-19T20:41:21.598Z] 01666e4c0597: Pull complete [2021-03-19T20:41:40.002Z] aa168da1d23b: Pull complete [2021-03-19T20:41:40.002Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-19T20:41:40.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:41:40.002Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-19T20:41:40.306Z] prd-centos7-docker-4c-2g-30620 does not seem to be running inside a container [2021-03-19T20:41:40.397Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-19T20:41:44.643Z] $ docker top 03666ffd2c2afcb5296c558819385566960d72c00d8171c757348335f9183b62 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:41:46.220Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-19T20:41:46.956Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-19T20:41:47.329Z] + ls /var/log/sa-host [2021-03-19T20:41:47.329Z] + sadf -c /var/log/sa-host/sa19 [2021-03-19T20:41:47.612Z] file_magic: OK [2021-03-19T20:41:47.612Z] HZ: Using current value: 100 [2021-03-19T20:41:47.612Z] file_header: OK [2021-03-19T20:41:47.612Z] 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-19T20:41:47.612Z] Statistics: [2021-03-19T20:41:47.612Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-19T20:41:47.612Z] File successfully converted to sysstat format version 12.2.1 [2021-03-19T20:41:47.612Z] + sadf -c /var/log/sa-host/sa23 [2021-03-19T20:41:47.612Z] file_magic: OK [2021-03-19T20:41:47.612Z] HZ: Using current value: 100 [2021-03-19T20:41:47.612Z] file_header: OK [2021-03-19T20:41:47.612Z] 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-19T20:41:47.612Z] Statistics: [2021-03-19T20:41:47.612Z] Hnuu...uuuununununu... [2021-03-19T20:41:47.612Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T20:41:47.852Z] provisioning config files... [2021-03-19T20:41:47.870Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1078444108377577470tmp [Pipeline] { [Pipeline] echo [2021-03-19T20:41:47.949Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:41:48.587Z] ---> create-netrc.sh [Pipeline] } [2021-03-19T20:41:48.602Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-19T20:41:48.705Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:41:49.326Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-19T20:41:49.359Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:41:49.687Z] ---> sudo-logs.sh [2021-03-19T20:41:49.687Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-19T20:41:49.750Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:41:50.442Z] ---> job-cost.sh [2021-03-19T20:41:50.442Z] lf-activate-venv: SKIPPING [2021-03-19T20:41:50.442Z] DEBUG: total: 0.20999999344348907 [2021-03-19T20:41:50.442Z] INFO: Retrieving Stack Cost... [2021-03-19T20:41:51.850Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T20:41:52.112Z] INFO: Archiving Costs [Pipeline] echo [2021-03-19T20:41:52.127Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:41:52.451Z] ---> logs-deploy.sh [2021-03-19T20:41:52.451Z] lf-activate-venv: SKIPPING [2021-03-19T20:41:52.451Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3269/2 [2021-03-19T20:41:52.451Z] INFO: archiving workspace using pattern(s): [2021-03-19T20:41:55.890Z] Archives upload complete. [2021-03-19T20:41:55.890Z] INFO: archiving logs to Nexus [2021-03-19T20:41:58.543Z] ---> uname -a: [2021-03-19T20:41:58.543Z] Linux prd-centos7-docker-4c-2g-30620.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-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] ---> lscpu: [2021-03-19T20:41:58.543Z] Architecture: x86_64 [2021-03-19T20:41:58.543Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-19T20:41:58.543Z] Byte Order: Little Endian [2021-03-19T20:41:58.543Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-19T20:41:58.543Z] CPU(s): 4 [2021-03-19T20:41:58.543Z] On-line CPU(s) list: 0-3 [2021-03-19T20:41:58.543Z] Thread(s) per core: 1 [2021-03-19T20:41:58.543Z] Core(s) per socket: 1 [2021-03-19T20:41:58.543Z] Socket(s): 4 [2021-03-19T20:41:58.543Z] NUMA node(s): 1 [2021-03-19T20:41:58.543Z] Vendor ID: GenuineIntel [2021-03-19T20:41:58.543Z] CPU family: 6 [2021-03-19T20:41:58.543Z] Model: 44 [2021-03-19T20:41:58.543Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-19T20:41:58.543Z] Stepping: 1 [2021-03-19T20:41:58.543Z] CPU MHz: 2933.438 [2021-03-19T20:41:58.543Z] BogoMIPS: 5866.87 [2021-03-19T20:41:58.543Z] Virtualization: VT-x [2021-03-19T20:41:58.543Z] Hypervisor vendor: KVM [2021-03-19T20:41:58.543Z] Virtualization type: full [2021-03-19T20:41:58.543Z] L1d cache: 128 KiB [2021-03-19T20:41:58.543Z] L1i cache: 128 KiB [2021-03-19T20:41:58.543Z] L2 cache: 16 MiB [2021-03-19T20:41:58.543Z] L3 cache: 64 MiB [2021-03-19T20:41:58.543Z] NUMA node0 CPU(s): 0-3 [2021-03-19T20:41:58.543Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-19T20:41:58.543Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-19T20:41:58.543Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-19T20:41:58.543Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-19T20:41:58.543Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-19T20:41:58.543Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-19T20:41:58.543Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-19T20:41:58.543Z] Vulnerability Srbds: Not affected [2021-03-19T20:41:58.543Z] Vulnerability Tsx async abort: Not affected [2021-03-19T20:41:58.543Z] 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-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] ---> nproc: [2021-03-19T20:41:58.543Z] 4 [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] ---> df -h: [2021-03-19T20:41:58.543Z] Filesystem Size Used Available Use% Mounted on [2021-03-19T20:41:58.543Z] overlay 50.0G 11.7G 38.2G 24% / [2021-03-19T20:41:58.543Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-19T20:41:58.543Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-19T20:41:58.543Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-19T20:41:58.543Z] /dev/vda1 50.0G 11.7G 38.2G 24% /facter-os [2021-03-19T20:41:58.543Z] /dev/vda1 50.0G 11.7G 38.2G 24% /etc/resolv.conf [2021-03-19T20:41:58.543Z] /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hostname [2021-03-19T20:41:58.543Z] /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hosts [2021-03-19T20:41:58.543Z] /dev/vda1 50.0G 11.7G 38.2G 24% /run/cloud-init/result.json [2021-03-19T20:41:58.543Z] /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/sa-host [2021-03-19T20:41:58.543Z] /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/secure [2021-03-19T20:41:58.543Z] /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/auth.log [2021-03-19T20:41:58.543Z] /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/2@tmp [2021-03-19T20:41:58.543Z] /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/2 [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] ---> free -m: [2021-03-19T20:41:58.543Z] total used free shared buff/cache available [2021-03-19T20:41:58.543Z] Mem: 1837 688 231 0 917 1066 [2021-03-19T20:41:58.543Z] Swap: 1023 82 941 [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] ---> ip addr: [2021-03-19T20:41:58.543Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-19T20:41:58.543Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-19T20:41:58.543Z] inet 127.0.0.1/8 scope host lo [2021-03-19T20:41:58.543Z] valid_lft forever preferred_lft forever [2021-03-19T20:41:58.543Z] inet6 ::1/128 scope host [2021-03-19T20:41:58.543Z] valid_lft forever preferred_lft forever [2021-03-19T20:41:58.543Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-19T20:41:58.543Z] link/ether fa:16:3e:f6:72:27 brd ff:ff:ff:ff:ff:ff [2021-03-19T20:41:58.543Z] inet 10.30.122.90/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-19T20:41:58.543Z] valid_lft 84336sec preferred_lft 84336sec [2021-03-19T20:41:58.543Z] inet6 fe80::f816:3eff:fef6:7227/64 scope link [2021-03-19T20:41:58.543Z] valid_lft forever preferred_lft forever [2021-03-19T20:41:58.543Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-19T20:41:58.543Z] link/ether 02:42:f5:a9:8a:06 brd ff:ff:ff:ff:ff:ff [2021-03-19T20:41:58.543Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-19T20:41:58.543Z] valid_lft forever preferred_lft forever [2021-03-19T20:41:58.543Z] inet6 fe80::42:f5ff:fea9:8a06/64 scope link [2021-03-19T20:41:58.543Z] valid_lft forever preferred_lft forever [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] ---> sar -b -r -n DEV: [2021-03-19T20:41:58.543Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] 20:07:16 LINUX RESTART (4 CPU) [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] 20:08:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-19T20:41:58.543Z] 20:09:01 117.78 62.31 55.47 0.00 3752.61 36982.78 0.00 [2021-03-19T20:41:58.543Z] 20:10:02 58.17 13.26 44.90 0.00 4429.48 8583.48 0.00 [2021-03-19T20:41:58.543Z] 20:11:01 86.66 41.27 45.39 0.00 5710.23 21525.90 0.00 [2021-03-19T20:41:58.543Z] 20:12:01 171.68 41.67 130.01 0.00 1941.97 28904.33 0.00 [2021-03-19T20:41:58.543Z] 20:13:02 156.35 64.49 91.86 0.00 2227.94 11851.42 0.00 [2021-03-19T20:41:58.543Z] 20:14:02 48.58 10.99 37.59 0.00 476.91 5655.96 0.00 [2021-03-19T20:41:58.543Z] 20:15:01 75.86 22.78 53.09 0.00 991.74 4592.56 0.00 [2021-03-19T20:41:58.543Z] 20:16:02 26.01 3.83 22.19 0.00 165.72 2149.08 0.00 [2021-03-19T20:41:58.543Z] 20:17:01 65.28 39.83 25.45 0.00 1367.76 1165.50 0.00 [2021-03-19T20:41:58.543Z] 20:18:01 65.52 26.28 39.24 0.00 1872.24 3355.10 0.00 [2021-03-19T20:41:58.543Z] 20:19:01 25.19 3.49 21.70 0.00 152.58 2588.81 0.00 [2021-03-19T20:41:58.543Z] 20:20:01 91.49 13.54 77.95 0.00 1074.50 19150.84 0.00 [2021-03-19T20:41:58.543Z] 20:21:06 211.51 100.23 111.27 0.00 42852.84 91222.94 0.00 [2021-03-19T20:41:58.543Z] 20:22:02 796.10 675.46 120.64 0.00 49864.34 55567.84 0.00 [2021-03-19T20:41:58.543Z] 20:23:05 1039.31 907.71 131.60 0.00 64804.64 68808.23 0.00 [2021-03-19T20:41:58.543Z] 20:24:14 875.47 800.12 75.35 0.00 43144.07 48885.41 0.00 [2021-03-19T20:41:58.543Z] 20:25:02 568.21 488.78 79.44 0.00 30515.53 28748.94 0.00 [2021-03-19T20:41:58.543Z] 20:26:01 94.75 44.37 50.38 0.00 3964.06 10232.76 0.00 [2021-03-19T20:41:58.543Z] 20:27:01 246.42 77.68 168.74 0.00 10818.82 31625.19 0.00 [2021-03-19T20:41:58.543Z] 20:28:07 740.18 619.81 120.37 0.00 63449.81 94904.11 0.00 [2021-03-19T20:41:58.543Z] 20:29:03 571.94 486.69 85.25 0.00 27032.27 28774.59 0.00 [2021-03-19T20:41:58.543Z] 20:30:02 815.94 677.26 138.68 0.00 43369.75 47857.49 0.00 [2021-03-19T20:41:58.543Z] 20:31:01 276.79 151.35 125.45 0.00 9651.37 15555.43 0.00 [2021-03-19T20:41:58.543Z] 20:32:02 122.86 5.59 117.27 0.00 330.65 21119.53 0.00 [2021-03-19T20:41:58.543Z] 20:33:01 45.62 14.32 31.30 0.00 3046.52 1093.24 0.00 [2021-03-19T20:41:58.543Z] 20:34:01 1.66 0.12 1.55 0.00 1.46 25.42 0.00 [2021-03-19T20:41:58.543Z] 20:35:01 0.35 0.03 0.32 0.00 0.27 3.54 0.00 [2021-03-19T20:41:58.543Z] 20:36:01 0.27 0.02 0.25 0.00 0.13 2.63 0.00 [2021-03-19T20:41:58.543Z] 20:37:01 0.27 0.02 0.25 0.00 0.13 2.95 0.00 [2021-03-19T20:41:58.543Z] 20:38:01 0.42 0.23 0.18 0.00 9.71 1.83 0.00 [2021-03-19T20:41:58.543Z] 20:39:01 0.27 0.00 0.27 0.00 0.00 2.11 0.00 [2021-03-19T20:41:58.543Z] 20:40:01 0.33 0.02 0.32 0.00 0.27 3.64 0.00 [2021-03-19T20:41:58.543Z] 20:41:01 16.00 15.75 0.25 0.00 918.55 23.76 0.00 [2021-03-19T20:41:58.543Z] Average: 226.38 165.48 60.90 0.00 12893.53 21379.67 0.00 [2021-03-19T20:41:58.543Z] [2021-03-19T20:41:58.543Z] 20:08:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-19T20:41:58.543Z] 20:09:01 67616 0 532264 28.29 2620 1279044 1047712 35.76 362868 1252080 58652 [2021-03-19T20:41:58.543Z] 20:10:02 92228 0 670272 35.62 2620 1116424 1759708 60.06 528468 1053640 20 [2021-03-19T20:41:58.543Z] 20:11:01 77780 0 649760 34.53 2596 1151408 1397872 47.71 701308 888576 82856 [2021-03-19T20:41:58.543Z] 20:12:01 78192 0 740604 39.36 1880 1060868 1531684 52.27 595468 946780 41616 [2021-03-19T20:41:58.543Z] 20:13:02 171680 0 781924 41.56 1500 926440 1826096 62.32 576916 854804 22076 [2021-03-19T20:41:58.543Z] 20:14:02 152280 0 770720 40.96 1500 957044 1749544 59.71 605252 844544 4492 [2021-03-19T20:41:58.543Z] 20:15:01 94344 0 924948 49.16 612 861640 1872404 63.90 762688 736344 43140 [2021-03-19T20:41:58.543Z] 20:16:02 192428 0 791276 42.05 612 897228 1761184 60.11 672268 730620 18176 [2021-03-19T20:41:58.543Z] 20:17:01 298628 0 747112 39.71 612 835192 1650704 56.34 552564 741420 59464 [2021-03-19T20:41:58.543Z] 20:18:01 299384 0 699220 37.16 572 882368 1230424 41.99 512640 773408 20640 [2021-03-19T20:41:58.543Z] 20:19:01 276332 0 713960 37.95 404 890848 1356520 46.30 573368 738108 73812 [2021-03-19T20:41:58.543Z] 20:20:01 178112 0 713960 37.95 332 989140 1320376 45.06 567604 848360 24 [2021-03-19T20:41:58.543Z] 20:21:06 76232 0 799636 42.50 8 1005668 2271972 77.54 733968 864184 85580 [2021-03-19T20:41:58.543Z] 20:22:02 447008 0 654144 34.77 8 780384 1761344 60.11 503952 717488 0 [2021-03-19T20:41:58.543Z] 20:23:05 66228 0 811548 43.13 8 1003760 2366856 80.78 771900 824488 52656 [2021-03-19T20:41:58.543Z] 20:24:14 64440 0 819392 43.55 8 997704 2341912 79.93 765268 820776 12396 [2021-03-19T20:41:58.543Z] 20:25:02 561832 0 727296 38.65 8 592408 2414328 82.40 472228 593476 72 [2021-03-19T20:41:58.543Z] 20:26:01 355404 0 891516 47.38 8 634616 3369344 114.99 599872 651540 36516 [2021-03-19T20:41:58.543Z] 20:27:01 90076 0 687484 36.54 8 1103976 1450052 49.49 700660 833036 66744 [2021-03-19T20:41:58.543Z] 20:28:07 443352 0 671332 35.68 8 766852 1585660 54.12 505900 720708 86788 [2021-03-19T20:41:58.543Z] 20:29:03 67388 0 829176 44.07 8 984972 2786680 95.10 695040 872888 50772 [2021-03-19T20:41:58.543Z] 20:30:02 111428 0 689956 36.67 8 1080152 1768052 60.34 611000 928100 60600 [2021-03-19T20:41:58.543Z] 20:31:01 187832 0 776428 41.27 8 917276 1814964 61.94 726048 717252 20972 [2021-03-19T20:41:58.543Z] 20:32:02 130484 0 682840 36.29 8 1068212 1591864 54.33 627216 866644 1300 [2021-03-19T20:41:58.543Z] 20:33:01 164816 0 606948 32.26 8 1109772 1323180 45.16 574612 889992 8 [2021-03-19T20:41:58.544Z] 20:34:01 176532 0 595212 31.63 8 1109792 1181972 40.34 565984 889420 8 [2021-03-19T20:41:58.544Z] 20:35:01 176620 0 595120 31.63 8 1109796 1182104 40.34 566368 889428 8 [2021-03-19T20:41:58.544Z] 20:36:01 176272 0 595456 31.65 8 1109808 1182092 40.34 566580 889440 8 [2021-03-19T20:41:58.544Z] 20:37:01 177104 0 594568 31.60 8 1109864 1181888 40.34 565912 889448 16 [2021-03-19T20:41:58.544Z] 20:38:01 177052 0 594380 31.59 8 1110104 1181888 40.34 565948 889728 8 [2021-03-19T20:41:58.544Z] 20:39:01 176636 0 594784 31.61 8 1110116 1182020 40.34 566196 889732 16 [2021-03-19T20:41:58.544Z] 20:40:01 177420 0 593992 31.57 8 1110124 1181888 40.34 565976 889740 12 [2021-03-19T20:41:58.544Z] 20:41:01 144912 0 600180 31.90 8 1136444 1183500 40.39 576084 909472 116 [2021-03-19T20:41:58.544Z] Average: 185699 0 701437 37.28 486 993923 1660842 56.68 601155 843808 27260 [2021-03-19T20:41:58.544Z] [2021-03-19T20:41:58.544Z] 20:08:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-19T20:41:58.544Z] 20:09:01 eth0 138.44 91.18 512.62 34.45 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:10:02 veth9b809a6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:10:02 eth0 561.79 314.24 3164.06 59.46 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:10:02 veth319c656 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:11:01 eth0 546.29 540.85 3816.37 89.99 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:11:01 docker0 427.22 406.69 49.31 2689.19 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:12:01 eth0 333.85 245.38 2549.16 26.53 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:12:01 veth181efcd 55.98 88.19 5.50 447.64 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:12:01 docker0 97.12 150.17 6.94 805.73 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:13:02 veth7c7461f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:13:02 eth0 30.70 25.96 40.68 52.14 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:13:02 docker0 1.80 3.21 0.15 17.54 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:14:02 veth7c7461f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:14:02 eth0 8.68 4.82 5.97 3.21 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:15:01 veth7c7461f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:15:01 eth0 25.09 22.63 15.85 41.01 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:16:02 veth7c7461f 2.14 2.14 0.17 0.17 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:16:02 eth0 26.61 20.91 19.48 10.89 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:16:02 docker0 2.14 2.14 0.14 0.17 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:17:01 veth7c7461f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:17:01 eth0 13.91 11.39 11.01 6.12 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:18:01 veth7c7461f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:18:01 eth0 8.41 8.86 3.57 30.76 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:19:01 veth7c7461f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:19:01 eth0 26.11 17.89 19.13 28.79 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:20:01 veth9e961a4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:20:01 eth0 227.11 188.12 1692.41 55.04 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:20:01 veth88a4f76 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:21:06 eth0 9.31 7.54 9.09 3.88 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:21:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:21:06 veth88a4f76 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:21:06 docker0 486.45 518.63 51.99 3237.50 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:22:02 vethe035ebd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:22:02 vethd555491 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:22:02 veth38721bd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:22:02 vethf5e71b5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:23:05 eth0 1914.61 1449.33 11328.32 454.74 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:23:05 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:23:05 veth88a4f76 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:23:05 docker0 504.87 547.40 53.33 3414.48 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:24:14 eth0 1.64 1.51 1.17 0.64 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:24:14 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:24:14 veth88a4f76 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:24:14 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:25:02 veth39f3379 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:25:02 vethe603501 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:25:02 veth5663ee9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:25:02 eth0 1.92 1.88 1.46 0.82 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:26:01 veth39f3379 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:26:01 vethe603501 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:26:01 veth5663ee9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:26:01 eth0 5.86 4.56 4.72 2.55 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:27:01 eth0 70.24 48.29 243.09 56.34 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:27:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:27:01 veth88a4f76 0.00 0.81 0.00 0.04 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:27:01 docker0 552.57 610.94 57.80 3831.61 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:28:07 eth0 8.50 6.35 6.55 3.59 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:28:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:28:07 veth88a4f76 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:28:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:29:03 vethc816c33 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:29:03 veth212ce6a 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:29:03 eth0 33.10 25.78 74.64 42.98 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:29:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:30:02 eth0 4.80 3.13 3.77 2.02 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:30:02 vethd713ca8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:30:02 veth88a4f76 0.00 0.95 0.00 0.04 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:31:01 eth0 53.51 42.18 62.53 52.84 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:31:01 vetha83104c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:31:01 veth88a4f76 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:32:02 veth28a8388 1.00 1.18 0.14 4.36 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:32:02 eth0 192.04 133.32 1637.28 54.95 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:32:02 veth88a4f76 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:33:01 eth0 38.32 28.38 71.39 43.64 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:33:01 docker0 592.97 687.00 60.43 4396.38 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:34:01 eth0 0.50 0.12 0.11 0.07 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:35:01 eth0 1.15 0.48 0.40 0.21 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:36:01 eth0 0.65 0.37 0.28 0.20 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:37:01 eth0 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:38:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:39:01 eth0 0.42 0.33 0.18 0.09 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:40:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:41:01 eth0 8.24 6.24 7.81 4.42 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] Average: eth0 73.46 55.50 428.05 22.55 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] Average: docker0 17.73 20.54 1.81 131.46 0.00 0.00 0.00 0.00 [2021-03-19T20:41:58.544Z] [2021-03-19T20:41:58.544Z] [2021-03-19T20:41:58.544Z] ---> sar -P ALL: [2021-03-19T20:41:58.544Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) [2021-03-19T20:41:58.544Z] [2021-03-19T20:41:58.544Z] 20:07:16 LINUX RESTART (4 CPU) [2021-03-19T20:41:58.544Z] [2021-03-19T20:41:58.544Z] 20:08:03 CPU %user %nice %system %iowait %steal %idle [2021-03-19T20:41:58.544Z] 20:09:01 all 11.69 0.00 7.12 10.17 43.35 27.67 [2021-03-19T20:41:58.544Z] 20:09:01 0 12.33 0.00 6.70 10.44 43.67 26.86 [2021-03-19T20:41:58.544Z] 20:09:01 1 9.06 0.00 5.84 11.24 43.59 30.27 [2021-03-19T20:41:58.544Z] 20:09:01 2 11.55 0.00 9.58 8.15 43.04 27.68 [2021-03-19T20:41:58.545Z] 20:09:01 3 14.00 0.00 6.42 10.77 43.08 25.72 [2021-03-19T20:41:58.545Z] 20:10:02 all 4.59 0.00 3.40 1.13 20.12 70.76 [2021-03-19T20:41:58.545Z] 20:10:02 0 3.98 0.00 3.30 2.59 22.60 67.53 [2021-03-19T20:41:58.545Z] 20:10:02 1 6.50 0.00 4.02 1.15 21.35 66.97 [2021-03-19T20:41:58.545Z] 20:10:02 2 3.59 0.00 2.25 0.38 19.17 74.61 [2021-03-19T20:41:58.545Z] 20:10:02 3 4.32 0.00 4.06 0.41 17.37 73.84 [2021-03-19T20:41:58.545Z] 20:11:01 all 9.12 0.00 3.92 0.98 23.18 62.80 [2021-03-19T20:41:58.545Z] 20:11:01 0 9.04 0.00 4.56 0.64 24.67 61.10 [2021-03-19T20:41:58.545Z] 20:11:01 1 5.83 0.00 3.24 1.39 24.19 65.35 [2021-03-19T20:41:58.545Z] 20:11:01 2 7.35 0.00 3.81 1.04 22.27 65.52 [2021-03-19T20:41:58.545Z] 20:11:01 3 14.50 0.00 4.11 0.84 21.50 59.06 [2021-03-19T20:41:58.545Z] 20:12:01 all 4.08 0.00 4.55 1.80 29.21 60.36 [2021-03-19T20:41:58.545Z] 20:12:01 0 4.30 0.00 4.77 1.94 30.42 58.56 [2021-03-19T20:41:58.545Z] 20:12:01 1 4.34 0.00 5.27 1.81 29.29 59.30 [2021-03-19T20:41:58.545Z] 20:12:01 2 3.68 0.00 3.90 1.32 29.19 61.90 [2021-03-19T20:41:58.545Z] 20:12:01 3 3.99 0.00 4.25 2.14 27.91 61.71 [2021-03-19T20:41:58.545Z] 20:13:02 all 5.78 0.00 5.63 4.54 28.95 55.10 [2021-03-19T20:41:58.545Z] 20:13:02 0 6.26 0.00 5.26 5.21 29.26 54.00 [2021-03-19T20:41:58.545Z] 20:13:02 1 5.29 0.00 6.07 4.75 29.03 54.85 [2021-03-19T20:41:58.545Z] 20:13:02 2 6.37 0.00 5.20 4.20 28.88 55.35 [2021-03-19T20:41:58.545Z] 20:13:02 3 5.17 0.00 6.02 3.97 28.63 56.22 [2021-03-19T20:41:58.545Z] 20:14:02 all 21.90 0.00 7.25 1.78 52.38 16.69 [2021-03-19T20:41:58.545Z] 20:14:02 0 22.57 0.00 7.58 2.67 52.94 14.23 [2021-03-19T20:41:58.545Z] 20:14:02 1 17.01 0.00 6.25 1.04 53.14 22.56 [2021-03-19T20:41:58.545Z] 20:14:02 2 19.90 0.00 6.26 1.62 52.94 19.27 [2021-03-19T20:41:58.545Z] 20:14:02 3 29.05 0.00 9.17 1.85 50.29 9.65 [2021-03-19T20:41:58.545Z] 20:15:01 all 22.81 0.00 8.27 1.68 48.55 18.70 [2021-03-19T20:41:58.545Z] 20:15:01 0 23.76 0.00 8.41 1.38 47.61 18.85 [2021-03-19T20:41:58.545Z] 20:15:01 1 21.17 0.00 7.84 1.62 49.43 19.93 [2021-03-19T20:41:58.545Z] 20:15:01 2 23.56 0.00 8.29 2.67 48.76 16.71 [2021-03-19T20:41:58.545Z] 20:15:01 3 22.76 0.00 8.54 1.04 48.37 19.29 [2021-03-19T20:41:58.545Z] 20:16:02 all 17.72 0.00 6.97 0.79 43.83 30.70 [2021-03-19T20:41:58.545Z] 20:16:02 0 17.20 0.00 6.31 0.92 46.52 29.05 [2021-03-19T20:41:58.545Z] 20:16:02 1 16.41 0.00 7.29 0.90 43.06 32.34 [2021-03-19T20:41:58.545Z] 20:16:02 2 20.35 0.00 7.90 0.55 42.06 29.13 [2021-03-19T20:41:58.545Z] 20:16:02 3 16.98 0.00 6.41 0.77 43.63 32.20 [2021-03-19T20:41:58.545Z] 20:17:01 all 16.83 0.00 7.28 5.15 50.62 20.11 [2021-03-19T20:41:58.545Z] 20:17:01 0 19.90 0.00 7.20 4.09 51.06 17.75 [2021-03-19T20:41:58.545Z] 20:17:01 1 17.80 0.00 8.08 5.11 50.26 18.76 [2021-03-19T20:41:58.545Z] 20:17:01 2 16.42 0.00 7.41 6.37 51.55 18.24 [2021-03-19T20:41:58.545Z] 20:17:01 3 13.50 0.00 6.48 5.03 49.65 25.34 [2021-03-19T20:41:58.545Z] 20:18:01 all 18.28 0.00 9.49 1.91 46.12 24.20 [2021-03-19T20:41:58.545Z] 20:18:01 0 17.71 0.00 9.21 2.32 45.85 24.90 [2021-03-19T20:41:58.545Z] 20:18:01 1 19.59 0.00 9.97 1.59 45.18 23.67 [2021-03-19T20:41:58.545Z] 20:18:01 2 17.38 0.00 8.23 2.12 48.29 23.98 [2021-03-19T20:41:58.545Z] 20:18:01 3 18.44 0.00 10.53 1.61 45.17 24.26 [2021-03-19T20:41:58.545Z] 20:19:01 all 12.63 0.00 8.00 0.59 37.14 41.63 [2021-03-19T20:41:58.545Z] 20:19:01 0 11.07 0.00 7.01 0.57 39.20 42.15 [2021-03-19T20:41:58.545Z] 20:19:01 1 12.27 0.00 7.27 0.31 36.27 43.87 [2021-03-19T20:41:58.545Z] 20:19:01 2 12.38 0.00 8.44 1.41 36.45 41.32 [2021-03-19T20:41:58.545Z] 20:19:01 3 14.97 0.00 9.40 0.07 36.51 39.05 [2021-03-19T20:41:58.545Z] [2021-03-19T20:41:58.545Z] 20:19:01 CPU %user %nice %system %iowait %steal %idle [2021-03-19T20:41:58.545Z] 20:20:01 all 5.31 0.00 4.82 0.76 29.82 59.29 [2021-03-19T20:41:58.545Z] 20:20:01 0 4.99 0.00 4.80 0.70 30.70 58.80 [2021-03-19T20:41:58.545Z] 20:20:01 1 4.53 0.00 4.08 1.45 29.62 60.31 [2021-03-19T20:41:58.545Z] 20:20:01 2 6.52 0.00 5.77 0.50 29.32 57.89 [2021-03-19T20:41:58.545Z] 20:20:01 3 5.24 0.00 4.64 0.36 29.62 60.15 [2021-03-19T20:41:58.545Z] 20:21:06 all 5.50 0.00 6.09 15.28 43.52 29.61 [2021-03-19T20:41:58.545Z] 20:21:06 0 5.92 0.00 6.29 15.26 42.75 29.77 [2021-03-19T20:41:58.545Z] 20:21:06 1 4.72 0.00 5.44 16.95 44.56 28.32 [2021-03-19T20:41:58.545Z] 20:21:06 2 5.44 0.00 6.48 14.31 43.59 30.18 [2021-03-19T20:41:58.545Z] 20:21:06 3 5.91 0.00 6.17 14.57 43.16 30.20 [2021-03-19T20:41:58.545Z] 20:22:02 all 6.50 0.00 5.89 17.92 44.07 25.63 [2021-03-19T20:41:58.545Z] 20:22:02 0 6.97 0.00 6.75 18.69 45.23 22.37 [2021-03-19T20:41:58.545Z] 20:22:02 1 6.52 0.00 5.11 18.57 45.04 24.76 [2021-03-19T20:41:58.545Z] 20:22:02 2 6.72 0.00 5.70 15.89 42.28 29.40 [2021-03-19T20:41:58.545Z] 20:22:02 3 5.82 0.00 6.01 18.50 43.72 25.96 [2021-03-19T20:41:58.545Z] 20:23:05 all 2.97 0.00 6.24 33.75 34.84 22.19 [2021-03-19T20:41:58.545Z] 20:23:05 0 3.42 0.00 5.71 36.27 34.36 20.24 [2021-03-19T20:41:58.545Z] 20:23:05 1 3.02 0.00 7.03 34.01 34.86 21.09 [2021-03-19T20:41:58.545Z] 20:23:05 2 3.01 0.00 6.33 30.50 33.87 26.28 [2021-03-19T20:41:58.545Z] 20:23:05 3 2.45 0.00 5.94 34.13 36.24 21.23 [2021-03-19T20:41:58.545Z] 20:24:14 all 4.39 0.00 3.06 31.31 43.87 17.36 [2021-03-19T20:41:58.545Z] 20:24:14 0 3.79 0.00 2.80 30.76 43.73 18.92 [2021-03-19T20:41:58.545Z] 20:24:14 1 4.55 0.00 3.20 32.26 43.84 16.15 [2021-03-19T20:41:58.545Z] 20:24:14 2 4.78 0.00 3.14 30.19 43.48 18.39 [2021-03-19T20:41:58.545Z] 20:24:14 3 4.47 0.00 3.10 32.05 44.44 15.94 [2021-03-19T20:41:58.545Z] 20:25:02 all 3.65 0.00 4.49 28.10 44.02 19.74 [2021-03-19T20:41:58.545Z] 20:25:02 0 3.62 0.00 5.02 26.11 44.18 21.07 [2021-03-19T20:41:58.545Z] 20:25:02 1 3.73 0.00 4.25 26.73 44.54 20.75 [2021-03-19T20:41:58.545Z] 20:25:02 2 3.55 0.00 4.78 30.15 44.07 17.45 [2021-03-19T20:41:58.545Z] 20:25:02 3 3.72 0.00 3.91 29.38 43.31 19.69 [2021-03-19T20:41:58.545Z] 20:26:01 all 57.38 0.00 11.73 3.26 27.31 0.32 [2021-03-19T20:41:58.545Z] 20:26:01 0 56.74 0.00 12.17 3.04 27.68 0.37 [2021-03-19T20:41:58.545Z] 20:26:01 1 57.53 0.00 11.40 3.53 27.31 0.23 [2021-03-19T20:41:58.545Z] 20:26:01 2 63.23 0.00 11.91 3.36 21.39 0.11 [2021-03-19T20:41:58.545Z] 20:26:01 3 52.07 0.00 11.44 3.14 32.79 0.56 [2021-03-19T20:41:58.545Z] 20:27:01 all 11.17 0.00 9.93 10.21 40.07 28.62 [2021-03-19T20:41:58.545Z] 20:27:01 0 10.45 0.00 8.91 12.34 42.08 26.22 [2021-03-19T20:41:58.545Z] 20:27:01 1 11.34 0.00 9.37 10.21 39.04 30.04 [2021-03-19T20:41:58.545Z] 20:27:01 2 11.72 0.00 10.28 8.75 39.31 29.94 [2021-03-19T20:41:58.545Z] 20:27:01 3 11.15 0.00 11.18 9.54 39.88 28.26 [2021-03-19T20:41:58.545Z] 20:28:07 all 6.20 0.00 5.91 17.96 40.78 29.14 [2021-03-19T20:41:58.545Z] 20:28:07 0 6.44 0.00 5.97 17.41 41.15 29.03 [2021-03-19T20:41:58.545Z] 20:28:07 1 6.00 0.00 5.74 19.87 40.27 28.11 [2021-03-19T20:41:58.545Z] 20:28:07 2 6.14 0.00 6.13 17.88 40.18 29.67 [2021-03-19T20:41:58.545Z] 20:28:07 3 6.24 0.00 5.82 16.62 41.53 29.78 [2021-03-19T20:41:58.545Z] 20:29:03 all 19.13 0.00 9.29 13.03 49.17 9.38 [2021-03-19T20:41:58.545Z] 20:29:03 0 21.98 0.00 10.78 11.66 46.96 8.61 [2021-03-19T20:41:58.545Z] 20:29:03 1 17.59 0.00 9.66 13.94 49.62 9.19 [2021-03-19T20:41:58.545Z] 20:29:03 2 18.71 0.00 9.20 14.45 48.36 9.28 [2021-03-19T20:41:58.545Z] 20:29:03 3 18.26 0.00 7.49 12.04 51.77 10.43 [2021-03-19T20:41:58.545Z] 20:30:02 all 9.71 0.00 5.90 23.48 42.08 18.83 [2021-03-19T20:41:58.545Z] 20:30:02 0 10.19 0.00 5.70 21.24 41.77 21.10 [2021-03-19T20:41:58.545Z] 20:30:02 1 10.29 0.00 6.19 22.00 43.50 18.01 [2021-03-19T20:41:58.545Z] 20:30:02 2 8.91 0.00 5.84 24.53 41.13 19.58 [2021-03-19T20:41:58.545Z] 20:30:02 3 9.48 0.00 5.87 26.09 41.97 16.58 [2021-03-19T20:41:58.545Z] [2021-03-19T20:41:58.545Z] 20:30:02 CPU %user %nice %system %iowait %steal %idle [2021-03-19T20:41:58.545Z] 20:31:01 all 26.09 0.00 10.51 11.16 38.84 13.40 [2021-03-19T20:41:58.545Z] 20:31:01 0 23.98 0.00 9.66 11.45 41.75 13.16 [2021-03-19T20:41:58.545Z] 20:31:01 1 25.37 0.00 10.93 12.02 38.61 13.07 [2021-03-19T20:41:58.545Z] 20:31:01 2 27.15 0.00 11.01 11.12 38.26 12.46 [2021-03-19T20:41:58.545Z] 20:31:01 3 27.94 0.00 10.45 10.03 36.67 14.90 [2021-03-19T20:41:58.545Z] 20:32:02 all 4.24 0.00 4.92 4.14 33.75 52.95 [2021-03-19T20:41:58.545Z] 20:32:02 0 5.81 0.00 6.06 4.57 34.93 48.63 [2021-03-19T20:41:58.545Z] 20:32:02 1 3.23 0.00 4.89 3.30 32.85 55.74 [2021-03-19T20:41:58.545Z] 20:32:02 2 5.15 0.00 4.40 4.06 34.04 52.35 [2021-03-19T20:41:58.545Z] 20:32:02 3 2.78 0.00 4.32 4.63 33.19 55.08 [2021-03-19T20:41:58.545Z] 20:33:01 all 3.74 0.00 2.67 1.29 10.67 81.63 [2021-03-19T20:41:58.545Z] 20:33:01 0 6.21 0.00 4.31 1.75 10.30 77.44 [2021-03-19T20:41:58.545Z] 20:33:01 1 2.29 0.00 1.96 1.62 10.87 83.26 [2021-03-19T20:41:58.545Z] 20:33:01 2 2.95 0.00 2.29 1.46 10.05 83.25 [2021-03-19T20:41:58.545Z] 20:33:01 3 3.66 0.00 2.20 0.36 11.43 82.35 [2021-03-19T20:41:58.545Z] 20:34:01 all 0.10 0.00 0.04 0.00 0.51 99.34 [2021-03-19T20:41:58.545Z] 20:34:01 0 0.02 0.00 0.03 0.02 0.56 99.37 [2021-03-19T20:41:58.545Z] 20:34:01 1 0.03 0.00 0.03 0.00 0.13 99.80 [2021-03-19T20:41:58.545Z] 20:34:01 2 0.07 0.00 0.07 0.00 0.68 99.19 [2021-03-19T20:41:58.545Z] 20:34:01 3 0.30 0.00 0.03 0.00 0.66 99.00 [2021-03-19T20:41:58.545Z] 20:35:01 all 0.12 0.00 0.13 0.01 0.79 98.95 [2021-03-19T20:41:58.545Z] 20:35:01 0 0.05 0.00 0.08 0.02 0.53 99.32 [2021-03-19T20:41:58.545Z] 20:35:01 1 0.03 0.00 0.13 0.00 0.40 99.43 [2021-03-19T20:41:58.545Z] 20:35:01 2 0.05 0.00 0.13 0.03 1.38 98.40 [2021-03-19T20:41:58.545Z] 20:35:01 3 0.33 0.00 0.18 0.00 0.85 98.64 [2021-03-19T20:41:58.545Z] 20:36:01 all 0.09 0.00 0.05 0.00 0.42 99.44 [2021-03-19T20:41:58.545Z] 20:36:01 0 0.25 0.00 0.07 0.00 0.42 99.27 [2021-03-19T20:41:58.545Z] 20:36:01 1 0.02 0.00 0.02 0.02 0.08 99.87 [2021-03-19T20:41:58.545Z] 20:36:01 2 0.05 0.00 0.07 0.00 0.61 99.27 [2021-03-19T20:41:58.545Z] 20:36:01 3 0.03 0.00 0.03 0.00 0.58 99.35 [2021-03-19T20:41:58.545Z] 20:37:01 all 0.10 0.00 0.07 0.00 0.56 99.26 [2021-03-19T20:41:58.545Z] 20:37:01 0 0.03 0.00 0.05 0.00 0.30 99.62 [2021-03-19T20:41:58.545Z] 20:37:01 1 0.23 0.00 0.05 0.00 0.76 98.96 [2021-03-19T20:41:58.545Z] 20:37:01 2 0.03 0.00 0.12 0.00 0.83 99.02 [2021-03-19T20:41:58.545Z] 20:37:01 3 0.10 0.00 0.08 0.00 0.37 99.45 [2021-03-19T20:41:58.545Z] 20:38:01 all 0.08 0.00 0.03 0.00 0.45 99.44 [2021-03-19T20:41:58.545Z] 20:38:01 0 0.02 0.00 0.03 0.00 0.08 99.87 [2021-03-19T20:41:58.545Z] 20:38:01 1 0.27 0.00 0.02 0.00 0.18 99.53 [2021-03-19T20:41:58.545Z] 20:38:01 2 0.02 0.00 0.05 0.00 0.74 99.19 [2021-03-19T20:41:58.545Z] 20:38:01 3 0.02 0.00 0.02 0.00 0.78 99.19 [2021-03-19T20:41:58.545Z] 20:39:01 all 0.10 0.00 0.03 0.00 1.07 98.79 [2021-03-19T20:41:58.545Z] 20:39:01 0 0.03 0.00 0.05 0.00 1.25 98.67 [2021-03-19T20:41:58.545Z] 20:39:01 1 0.30 0.00 0.05 0.00 1.30 98.35 [2021-03-19T20:41:58.545Z] 20:39:01 2 0.03 0.00 0.02 0.00 0.58 99.37 [2021-03-19T20:41:58.545Z] 20:39:01 3 0.03 0.00 0.02 0.02 1.14 98.80 [2021-03-19T20:41:58.545Z] 20:40:01 all 0.10 0.00 0.04 0.00 0.28 99.59 [2021-03-19T20:41:58.545Z] 20:40:01 0 0.03 0.00 0.07 0.00 0.47 99.44 [2021-03-19T20:41:58.545Z] 20:40:01 1 0.02 0.00 0.03 0.00 0.46 99.49 [2021-03-19T20:41:58.545Z] 20:40:01 2 0.32 0.00 0.03 0.00 0.15 99.50 [2021-03-19T20:41:58.545Z] 20:40:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2021-03-19T20:41:58.545Z] 20:41:01 all 1.08 0.00 0.95 0.58 4.65 92.75 [2021-03-19T20:41:58.545Z] 20:41:01 0 0.96 0.00 1.04 0.53 5.02 92.45 [2021-03-19T20:41:58.545Z] 20:41:01 1 1.13 0.00 0.99 0.78 4.57 92.54 [2021-03-19T20:41:58.545Z] 20:41:01 2 1.03 0.00 0.79 0.69 4.62 92.87 [2021-03-19T20:41:58.545Z] 20:41:01 3 1.20 0.00 0.97 0.31 4.39 93.14 [2021-03-19T20:41:58.545Z] [2021-03-19T20:41:58.545Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-03-19T20:41:58.545Z] Average: all 8.88 0.00 4.92 7.82 29.24 49.14 [2021-03-19T20:41:58.545Z] Average: 0 9.09 0.00 4.97 7.94 29.74 48.25 [2021-03-19T20:41:58.545Z] Average: 1 8.43 0.00 4.83 7.94 29.34 49.46 [2021-03-19T20:41:58.545Z] Average: 2 8.98 0.00 4.95 7.58 28.82 49.67 [2021-03-19T20:41:58.545Z] Average: 3 9.03 0.00 4.93 7.81 29.05 49.18 [2021-03-19T20:41:58.545Z] [2021-03-19T20:41:58.545Z] [2021-03-19T20:41:58.545Z]