Pull request #3267 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from aeff2b8d29f447dcdc3ca138541d6631fcc499e7+05f2d13a179446ff46e2de9a60e91a19cc98f319 (ef77fc1beee7c36159296c0f21fb7965cb98f181) 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 Executor slot already in use; ‘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-centos7-docker-4c-2g-30620’ is offline; ‘prd-centos7-docker-4c-2g-30621’ 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-30622 in /w/workspace/edgexfoundry_edgex-go_PR-3267 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 > 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 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit aeff2b8d29f447dcdc3ca138541d6631fcc499e7 > 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/3267/head:refs/remotes/origin/PR-3267 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 Merge succeeded, producing aeff2b8d29f447dcdc3ca138541d6631fcc499e7 Checking out Revision aeff2b8d29f447dcdc3ca138541d6631fcc499e7 (PR-3267) > 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 aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-19T20:09:51.924Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-19T20:09:52.190Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-19T20:09:52.271Z] ========================================================= [2021-03-19T20:09:52.271Z] EdgeX Global Pipelines Version Info [2021-03-19T20:09:52.271Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 29cde0923df89811ea98891e897d04d914b5770a # timeout=10 [2021-03-19T20:09:55.948Z] ------------------- [2021-03-19T20:09:55.948Z] stable info: [2021-03-19T20:09:55.948Z] ------------------- [2021-03-19T20:09:55.948Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-19T20:09:55.948Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T20:09:55.948Z] Message: update stable to v1.0.186 [2021-03-19T20:09:57.456Z] ------------------- [2021-03-19T20:09:57.456Z] experimental info: [2021-03-19T20:09:57.456Z] ------------------- [2021-03-19T20:09:57.456Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-19T20:09:57.456Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T20:09:57.456Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-19T20:09:57.819Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-19T20:09:57.904Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-19T20:09:58.005Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-19T20:09:58.107Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-19T20:09:58.186Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-19T20:09:58.271Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-19T20:09:58.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-19T20:09:58.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-19T20:09:58.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-19T20:09:58.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-19T20:09:58.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-19T20:09:58.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-19T20:09:58.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-19T20:09:58.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-19T20:09:59.067Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T20:09:59.176Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T20:09:59.257Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-19T20:09:59.348Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-19T20:09:59.445Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-19T20:09:59.544Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-19T20:09:59.660Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-19T20:09:59.861Z] [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:59.991Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3267 [Pipeline] echo [2021-03-19T20:10:00.112Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3267 [Pipeline] echo [2021-03-19T20:10:00.253Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3267 [Pipeline] echo [2021-03-19T20:10:00.366Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [Pipeline] echo [2021-03-19T20:10:00.451Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aeff2b8 [Pipeline] echo [2021-03-19T20:10:00.576Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T20:10:00.814Z] provisioning config files... [2021-03-19T20:10:01.008Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config555284472013104505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:10:01.690Z] ---> docker-login.sh [2021-03-19T20:10:01.690Z] nexus3.edgexfoundry.org:10001 [2021-03-19T20:10:02.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:10:03.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:10:03.104Z] Configure a credential helper to remove this warning. See [2021-03-19T20:10:03.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:10:03.104Z] [2021-03-19T20:10:03.104Z] Login Succeeded [2021-03-19T20:10:03.104Z] nexus3.edgexfoundry.org:10002 [2021-03-19T20:10:03.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:10:03.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:10:03.801Z] Configure a credential helper to remove this warning. See [2021-03-19T20:10:03.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:10:03.801Z] [2021-03-19T20:10:03.801Z] Login Succeeded [2021-03-19T20:10:03.801Z] nexus3.edgexfoundry.org:10003 [2021-03-19T20:10:04.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:10:04.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:10:04.149Z] Configure a credential helper to remove this warning. See [2021-03-19T20:10:04.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:10:04.149Z] [2021-03-19T20:10:04.149Z] Login Succeeded [2021-03-19T20:10:04.149Z] nexus3.edgexfoundry.org:10004 [2021-03-19T20:10:04.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:10:04.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:10:04.791Z] Configure a credential helper to remove this warning. See [2021-03-19T20:10:04.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:10:04.791Z] [2021-03-19T20:10:04.791Z] Login Succeeded [2021-03-19T20:10:04.791Z] docker.io [2021-03-19T20:10:05.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:10:05.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:10:05.776Z] Configure a credential helper to remove this warning. See [2021-03-19T20:10:05.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:10:05.776Z] [2021-03-19T20:10:05.776Z] Login Succeeded [2021-03-19T20:10:05.776Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T20:10:05.821Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:10:06.386Z] ++ 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:10:06.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:10:06.386Z] ++ dirname cmd/core-command/Dockerfile [2021-03-19T20:10:06.386Z] ++ cut -d/ -f2 [2021-03-19T20:10:06.386Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-19T20:10:06.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:10:06.386Z] ++ cut -d/ -f2 [2021-03-19T20:10:06.386Z] ++ dirname cmd/core-data/Dockerfile [2021-03-19T20:10:06.386Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-19T20:10:06.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:10:06.386Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-19T20:10:06.386Z] ++ cut -d/ -f2 [2021-03-19T20:10:06.386Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-19T20:10:06.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:10:06.386Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-19T20:10:06.386Z] ++ cut -d/ -f2 [2021-03-19T20:10:06.386Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-19T20:10:06.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:10:06.386Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-19T20:10:06.386Z] ++ cut -d/ -f2 [2021-03-19T20:10:06.386Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-19T20:10:06.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:10:06.386Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-19T20:10:06.386Z] ++ cut -d/ -f2 [2021-03-19T20:10:06.386Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-19T20:10:06.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:10:06.386Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-19T20:10:06.386Z] ++ cut -d/ -f2 [2021-03-19T20:10:06.386Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-19T20:10:06.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:10:06.386Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-19T20:10:06.386Z] ++ cut -d/ -f2 [2021-03-19T20:10:06.386Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-19T20:10:06.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:10:06.386Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-19T20:10:06.386Z] ++ cut -d/ -f2 [2021-03-19T20:10:06.386Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-19T20:10:06.557Z] 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:10:07.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:10:07.451Z] [2021-03-19T20:10:07.451Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:10:07.892Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:10:07.892Z] latest: Pulling from edgex-devops/git-semver [2021-03-19T20:10:07.892Z] 31603596830f: Pulling fs layer [2021-03-19T20:10:07.892Z] 2a8b12db71e7: Pulling fs layer [2021-03-19T20:10:07.892Z] 6ca5941a6612: Pulling fs layer [2021-03-19T20:10:07.892Z] ecc8261a40a4: Pulling fs layer [2021-03-19T20:10:07.892Z] ecc8261a40a4: Waiting [2021-03-19T20:10:08.197Z] 2a8b12db71e7: Verifying Checksum [2021-03-19T20:10:08.197Z] 2a8b12db71e7: Download complete [2021-03-19T20:10:08.498Z] 31603596830f: Verifying Checksum [2021-03-19T20:10:08.498Z] 31603596830f: Download complete [2021-03-19T20:10:08.836Z] ecc8261a40a4: Verifying Checksum [2021-03-19T20:10:08.836Z] ecc8261a40a4: Download complete [2021-03-19T20:10:09.137Z] 6ca5941a6612: Verifying Checksum [2021-03-19T20:10:09.137Z] 6ca5941a6612: Download complete [2021-03-19T20:10:09.431Z] 31603596830f: Pull complete [2021-03-19T20:10:09.431Z] 2a8b12db71e7: Pull complete [2021-03-19T20:10:12.193Z] 6ca5941a6612: Pull complete [2021-03-19T20:10:12.463Z] ecc8261a40a4: Pull complete [2021-03-19T20:10:12.463Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-19T20:10:12.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:10:12.463Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-19T20:10:12.824Z] prd-centos7-docker-4c-2g-30622 does not seem to be running inside a container [2021-03-19T20:10:12.978Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:16.967Z] $ docker top 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T20:10:17.424Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:10:17.424Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:10:18.280Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:10:18.287Z] $ docker exec 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 ssh-agent [2021-03-19T20:10:18.731Z] SSH_AUTH_SOCK=/tmp/ssh-uiPnaX66UzwJ/agent.12 [2021-03-19T20:10:18.731Z] SSH_AGENT_PID=17 [2021-03-19T20:10:18.755Z] Running ssh-add (command line suppressed) [2021-03-19T20:10:18.982Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2070273283142888682.key (/w/workspace/edgex-go/3@tmp/private_key_2070273283142888682.key) [2021-03-19T20:10:19.096Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:10:19.498Z] + git tag --points-at HEAD [Pipeline] } [2021-03-19T20:10:19.564Z] $ docker exec --env ******** --env ******** 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 ssh-agent -k [2021-03-19T20:10:19.735Z] unset SSH_AUTH_SOCK; [2021-03-19T20:10:19.738Z] unset SSH_AGENT_PID; [2021-03-19T20:10:19.738Z] echo Agent pid 17 killed; [2021-03-19T20:10:19.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-19T20:10:19.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:10:19.974Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:10:20.305Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:10:20.314Z] $ docker exec 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 ssh-agent [2021-03-19T20:10:20.614Z] SSH_AUTH_SOCK=/tmp/ssh-G3izndpjTUhg/agent.46 [2021-03-19T20:10:20.614Z] SSH_AGENT_PID=52 [2021-03-19T20:10:20.624Z] Running ssh-add (command line suppressed) [2021-03-19T20:10:20.877Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4375668126762981516.key (/w/workspace/edgex-go/3@tmp/private_key_4375668126762981516.key) [2021-03-19T20:10:20.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:10:21.314Z] + git semver init [2021-03-19T20:10:21.314Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T20:10:21.314Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-19T20:10:21.314Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-19T20:10:21.314Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T20:10:21.314Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T20:10:21.314Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T20:10:21.314Z] # $SEMVER_BRANCH = PR-3267 [2021-03-19T20:10:21.314Z] # $SEMVER_TEMP = /tmp/semver-597060743 [2021-03-19T20:10:21.314Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-19T20:10:48.566Z] # '/tmp/semver-597060743' -> '/w/workspace/edgex-go/3/.semver' [2021-03-19T20:10:49.641Z] # -> Force: false [2021-03-19T20:10:49.641Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-19T20:10:49.659Z] $ docker exec --env ******** --env ******** 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 ssh-agent -k [2021-03-19T20:10:50.331Z] unset SSH_AUTH_SOCK; [2021-03-19T20:10:50.334Z] unset SSH_AGENT_PID; [2021-03-19T20:10:50.334Z] echo Agent pid 52 killed; [2021-03-19T20:10:50.687Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:10:52.195Z] + git semver [Pipeline] } [2021-03-19T20:10:52.413Z] $ docker stop --time=1 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 [2021-03-19T20:10:54.744Z] $ docker rm -f 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:10:55.476Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-19T20:10:56.685Z] Stashed 1 file(s) [Pipeline] echo [2021-03-19T20:10:56.688Z] [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:57.635Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:10:58.011Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:10:58.373Z] + sudo service docker restart [2021-03-19T20:10:58.373Z] + true [2021-03-19T20:10:58.373Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-19T20:11:00.538Z] ========================================================= [2021-03-19T20:11:00.538Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-19T20:11:00.538Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:11:01.006Z] + 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:11:11.432Z] Sending build context to Docker daemon 328.6MB [2021-03-19T20:11:11.432Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T20:11:11.432Z] Step 2/6 : FROM ${BASE} [2021-03-19T20:11:11.432Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-19T20:11:11.432Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T20:11:11.432Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T20:11:11.432Z] de9db76c5a1d: Pulling fs layer [2021-03-19T20:11:11.432Z] bca2f99d35d6: Pulling fs layer [2021-03-19T20:11:11.432Z] 93359f2a8cfa: Pulling fs layer [2021-03-19T20:11:11.432Z] bca2f99d35d6: Waiting [2021-03-19T20:11:11.432Z] 93359f2a8cfa: Waiting [2021-03-19T20:11:11.432Z] 7c6f9722023f: Pulling fs layer [2021-03-19T20:11:11.432Z] a35cf1a2eb13: Pulling fs layer [2021-03-19T20:11:11.432Z] 7c6f9722023f: Waiting [2021-03-19T20:11:11.432Z] a35cf1a2eb13: Waiting [2021-03-19T20:11:11.432Z] de9db76c5a1d: Verifying Checksum [2021-03-19T20:11:11.432Z] de9db76c5a1d: Download complete [2021-03-19T20:11:11.432Z] 0ef7d3d256c8: Verifying Checksum [2021-03-19T20:11:11.432Z] 0ef7d3d256c8: Download complete [2021-03-19T20:11:11.432Z] 93359f2a8cfa: Verifying Checksum [2021-03-19T20:11:11.432Z] 93359f2a8cfa: Download complete [2021-03-19T20:11:11.736Z] 7c6f9722023f: Verifying Checksum [2021-03-19T20:11:11.736Z] 7c6f9722023f: Download complete [2021-03-19T20:11:11.736Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T20:11:11.736Z] 188c0c94c7c5: Download complete [2021-03-19T20:11:12.108Z] Still waiting to schedule task [2021-03-19T20:11:12.108Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-19T20:11:13.386Z] 188c0c94c7c5: Pull complete [2021-03-19T20:11:13.673Z] 0ef7d3d256c8: Pull complete [2021-03-19T20:11:13.955Z] de9db76c5a1d: Pull complete [2021-03-19T20:11:17.457Z] a35cf1a2eb13: Verifying Checksum [2021-03-19T20:11:17.457Z] a35cf1a2eb13: Download complete [2021-03-19T20:11:17.739Z] bca2f99d35d6: Verifying Checksum [2021-03-19T20:11:17.739Z] bca2f99d35d6: Download complete [2021-03-19T20:11:30.472Z] bca2f99d35d6: Pull complete [2021-03-19T20:11:30.472Z] 93359f2a8cfa: Pull complete [2021-03-19T20:11:30.472Z] 7c6f9722023f: Pull complete [2021-03-19T20:11:38.947Z] a35cf1a2eb13: Pull complete [2021-03-19T20:11:38.947Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-19T20:11:38.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T20:11:38.947Z] ---> a62c8e92a672 [2021-03-19T20:11:38.947Z] 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:38.947Z] ---> Running in 5d1e0df904e3 [2021-03-19T20:11:39.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:11:40.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:11:41.560Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T20:11:41.560Z] (2/12) Installing file (5.38-r0) [2021-03-19T20:11:41.853Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T20:11:41.853Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T20:11:46.328Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T20:11:46.328Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T20:11:46.328Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T20:11:46.623Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T20:11:46.623Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T20:11:46.623Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T20:11:46.943Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T20:11:46.943Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T20:11:46.943Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:11:47.233Z] OK: 233 MiB in 51 packages [2021-03-19T20:11:53.043Z] Removing intermediate container 5d1e0df904e3 [2021-03-19T20:11:53.043Z] ---> 994306a540f2 [2021-03-19T20:11:53.043Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T20:11:53.043Z] ---> Running in 30465fef2b03 [2021-03-19T20:11:53.043Z] Removing intermediate container 30465fef2b03 [2021-03-19T20:11:53.043Z] ---> 329b5972a4e1 [2021-03-19T20:11:53.043Z] Step 5/6 : COPY go.mod . [2021-03-19T20:11:54.190Z] ---> e7549b195a06 [2021-03-19T20:11:54.190Z] Step 6/6 : RUN go mod download [2021-03-19T20:11:54.677Z] ---> Running in 5081242939ce [2021-03-19T20:12:34.561Z] Removing intermediate container 5081242939ce [2021-03-19T20:12:34.561Z] ---> 3df62bcc7ec4 [2021-03-19T20:12:34.561Z] Successfully built 3df62bcc7ec4 [2021-03-19T20:12:34.561Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:12:35.076Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T20:12:35.371Z] . [Pipeline] withDockerContainer [2021-03-19T20:12:35.610Z] prd-centos7-docker-4c-2g-30622 does not seem to be running inside a container [2021-03-19T20:12:35.847Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:37.326Z] $ docker top f05c699a891e92d93050cb70bc2849654fb4200156d6c72e68a1575fdd22a715 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:12:38.095Z] + go version [2021-03-19T20:12:38.095Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-19T20:12:38.148Z] $ docker stop --time=1 f05c699a891e92d93050cb70bc2849654fb4200156d6c72e68a1575fdd22a715 [2021-03-19T20:12:39.744Z] $ docker rm -f f05c699a891e92d93050cb70bc2849654fb4200156d6c72e68a1575fdd22a715 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:12:40.979Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T20:12:40.979Z] . [Pipeline] withDockerContainer [2021-03-19T20:12:41.216Z] prd-centos7-docker-4c-2g-30622 does not seem to be running inside a container [2021-03-19T20:12:41.336Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:44.178Z] $ docker top 75d39f8fded0ad3de811a7860d3d0db1642d58a1d3cf313c2dad25e5302d2bbc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T20:12:44.598Z] ========================================================= [2021-03-19T20:12:44.598Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T20:12:44.598Z] ========================================================= [Pipeline] sh [2021-03-19T20:12:45.262Z] + make test [2021-03-19T20:12:45.263Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T20:13:09.080Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T20:13:42.246Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T20:13:53.268Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T20:13:53.268Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T20:13:53.268Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T20:13:58.106Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T20:13:58.106Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T20:13:58.106Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T20:13:58.106Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T20:14:00.379Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T20:14:01.431Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T20:14:07.267Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T20:14:07.267Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T20:14:07.267Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T20:14:10.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.209s coverage: 45.9% of statements [2021-03-19T20:14:10.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T20:14:10.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T20:14:10.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T20:14:10.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T20:14:10.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T20:14:10.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T20:14:10.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.117s coverage: 19.8% of statements [2021-03-19T20:14:10.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.168s coverage: 100.0% of statements [2021-03-19T20:14:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.602s coverage: 27.1% of statements [2021-03-19T20:14:20.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T20:14:20.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T20:14:20.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T20:14:20.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T20:14:20.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T20:14:20.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T20:14:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-03-19T20:14:20.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T20:14:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements [2021-03-19T20:14:20.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T20:14:20.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T20:14:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.278s coverage: 71.3% of statements [2021-03-19T20:14:20.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T20:14:20.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T20:14:21.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.539s coverage: 82.9% of statements [2021-03-19T20:14:21.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T20:14:21.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:14:21.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.166s coverage: 78.9% of statements [2021-03-19T20:14:21.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T20:14:28.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.741s coverage: 28.6% of statements [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T20:14:28.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.459s coverage: 100.0% of statements [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T20:14:28.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T20:14:28.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.617s coverage: 86.7% of statements [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T20:14:28.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.258s coverage: 97.5% of statements [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T20:14:28.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.104s coverage: 78.3% of statements [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T20:14:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T20:14:33.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.782s coverage: 92.8% of statements [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T20:14:33.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T20:14:33.435Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.083s coverage: 58.8% of statements [2021-03-19T20:14:33.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T20:14:33.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T20:14:33.435Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements [2021-03-19T20:14:33.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T20:14:33.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T20:14:33.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T20:14:33.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.106s coverage: 47.1% of statements [2021-03-19T20:14:33.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.262s coverage: 79.5% of statements [2021-03-19T20:14:33.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.116s coverage: 94.1% of statements [2021-03-19T20:14:33.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements [2021-03-19T20:14:34.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2021-03-19T20:14:46.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.115s coverage: 94.4% of statements [2021-03-19T20:14:46.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements [2021-03-19T20:14:49.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.556s coverage: 81.9% of statements [2021-03-19T20:15:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.329s coverage: 92.9% of statements [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T20:15:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T20:15:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T20:15:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T20:15:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.159s coverage: 75.5% of statements [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T20:15:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.134s coverage: 80.8% of statements [2021-03-19T20:15:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-03-19T20:15:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.166s coverage: 84.6% of statements [2021-03-19T20:15:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 91.6% of statements [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T20:15:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.466s coverage: 62.4% of statements [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T20:15:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T20:15:00.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.119s coverage: 100.0% of statements [2021-03-19T20:15:00.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.069s coverage: 91.3% of statements [2021-03-19T20:15:00.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-03-19T20:15:00.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-03-19T20:15:00.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2021-03-19T20:15:01.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.871s coverage: 69.0% of statements [2021-03-19T20:15:01.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T20:15:01.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T20:15:01.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T20:15:02.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.246s coverage: 38.4% of statements [2021-03-19T20:15:02.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T20:15:02.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T20:15:02.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2021-03-19T20:15:02.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T20:15:02.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.083s coverage: 84.8% of statements [2021-03-19T20:15:07.823Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30631 in /w/workspace/edgexfoundry_edgex-go_PR-3267 [Pipeline] { [Pipeline] ws [2021-03-19T20:15:07.910Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-19T20:15:08.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.0% of statements [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T20:15:08.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.242s coverage: 100.0% of statements [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T20:15:08.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.223s coverage: 100.0% of statements [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T20:15:08.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.417s coverage: 87.1% of statements [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:15:08.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T20:15:13.263Z] using credential edgex-jenkins-ssh [2021-03-19T20:15:13.328Z] Cloning the remote Git repository [2021-03-19T20:15:14.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.324s coverage: 29.1% of statements [2021-03-19T20:15:14.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T20:15:14.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T20:15:14.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T20:15:14.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T20:15:14.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T20:15:14.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.166s coverage: 99.0% of statements [2021-03-19T20:15:14.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T20:15:14.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.152s coverage: 100.0% of statements [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T20:15:14.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.182s coverage: 96.5% of statements [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T20:15:14.111Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T20:15:14.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T20:15:14.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T20:15:14.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T20:15:13.415Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:15:13.527Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-19T20:15:13.614Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:15:13.615Z] > git --version # timeout=10 [2021-03-19T20:15:13.636Z] > git --version # 'git version 2.17.1' [2021-03-19T20:15:13.638Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:15:13.692Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:15:14.407Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-03-19T20:15:14.995Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements [2021-03-19T20:15:15.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.051s coverage: 100.0% of statements [2021-03-19T20:15:15.530Z] GO111MODULE=on go vet ./... [2021-03-19T20:15:30.090Z] Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:15:29.324Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:15:29.342Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:15:29.368Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:15:29.403Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:15:29.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:15:29.426Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3267/head:refs/remotes/origin/PR-3267 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:15:30.116Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:15:30.191Z] > git checkout -f aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 [2021-03-19T20:15:30.622Z] Merge succeeded, producing aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:15:30.622Z] Checking out Revision aeff2b8d29f447dcdc3ca138541d6631fcc499e7 (PR-3267) [2021-03-19T20:15:30.528Z] > git remote # timeout=10 [2021-03-19T20:15:30.548Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:15:30.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:15:30.572Z] > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 [2021-03-19T20:15:30.603Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:15:30.632Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:15:30.667Z] > git checkout -f aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 [2021-03-19T20:15:35.125Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T20:15:36.528Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:15:36.990Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:15:37.332Z] + sudo service docker restart [2021-03-19T20:15:37.332Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T20:15:40.059Z] provisioning config files... [2021-03-19T20:15:40.101Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2698400227515232043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:15:40.576Z] ---> docker-login.sh [2021-03-19T20:15:40.576Z] nexus3.edgexfoundry.org:10001 [2021-03-19T20:15:41.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:41.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:41.770Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:41.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:41.770Z] [2021-03-19T20:15:41.770Z] Login Succeeded [2021-03-19T20:15:41.770Z] nexus3.edgexfoundry.org:10002 [2021-03-19T20:15:42.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:42.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:42.316Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:42.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:42.316Z] [2021-03-19T20:15:42.316Z] Login Succeeded [2021-03-19T20:15:42.316Z] nexus3.edgexfoundry.org:10003 [2021-03-19T20:15:42.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:42.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:42.865Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:42.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:42.865Z] [2021-03-19T20:15:42.865Z] Login Succeeded [2021-03-19T20:15:42.865Z] nexus3.edgexfoundry.org:10004 [2021-03-19T20:15:43.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:43.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:43.412Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:43.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:43.412Z] [2021-03-19T20:15:43.412Z] Login Succeeded [2021-03-19T20:15:43.412Z] docker.io [2021-03-19T20:15:43.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:43.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:43.958Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:43.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:43.958Z] [2021-03-19T20:15:43.958Z] Login Succeeded [2021-03-19T20:15:43.958Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T20:15:43.976Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-19T20:15:44.444Z] ========================================================= [2021-03-19T20:15:44.445Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-19T20:15:44.445Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:44.825Z] + 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:47.452Z] Sending build context to Docker daemon 166.8MB [2021-03-19T20:15:47.452Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T20:15:47.452Z] Step 2/6 : FROM ${BASE} [2021-03-19T20:15:47.452Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-19T20:15:47.452Z] 5f621e34cdf4: Pulling fs layer [2021-03-19T20:15:47.452Z] a4357932f1b6: Pulling fs layer [2021-03-19T20:15:47.452Z] 18c013af1878: Pulling fs layer [2021-03-19T20:15:47.452Z] 00ac8860ef70: Pulling fs layer [2021-03-19T20:15:47.452Z] 63d7cb157983: Pulling fs layer [2021-03-19T20:15:47.452Z] b116817d02f9: Pulling fs layer [2021-03-19T20:15:47.452Z] 745a02a5169b: Pulling fs layer [2021-03-19T20:15:47.452Z] 63d7cb157983: Waiting [2021-03-19T20:15:47.452Z] b116817d02f9: Waiting [2021-03-19T20:15:47.452Z] 00ac8860ef70: Waiting [2021-03-19T20:15:47.452Z] 745a02a5169b: Waiting [2021-03-19T20:15:47.452Z] 18c013af1878: Verifying Checksum [2021-03-19T20:15:47.452Z] 18c013af1878: Download complete [2021-03-19T20:15:47.452Z] a4357932f1b6: Download complete [2021-03-19T20:15:47.452Z] 63d7cb157983: Verifying Checksum [2021-03-19T20:15:47.452Z] 63d7cb157983: Download complete [2021-03-19T20:15:47.452Z] b116817d02f9: Download complete [2021-03-19T20:15:47.732Z] 5f621e34cdf4: Verifying Checksum [2021-03-19T20:15:47.732Z] 5f621e34cdf4: Download complete [2021-03-19T20:15:49.211Z] 5f621e34cdf4: Pull complete [2021-03-19T20:15:49.211Z] a4357932f1b6: Pull complete [2021-03-19T20:15:49.211Z] 18c013af1878: Pull complete [2021-03-19T20:15:49.802Z] 745a02a5169b: Verifying Checksum [2021-03-19T20:15:49.802Z] 745a02a5169b: Download complete [2021-03-19T20:15:50.774Z] 00ac8860ef70: Verifying Checksum [2021-03-19T20:15:50.774Z] 00ac8860ef70: Download complete [2021-03-19T20:16:00.976Z] 00ac8860ef70: Pull complete [2021-03-19T20:16:00.976Z] 63d7cb157983: Pull complete [2021-03-19T20:16:01.589Z] b116817d02f9: Pull complete [2021-03-19T20:16:05.044Z] 745a02a5169b: Pull complete [2021-03-19T20:16:05.044Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-19T20:16:05.044Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-19T20:16:05.044Z] ---> b7e6874047d6 [2021-03-19T20:16:05.044Z] 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:16:08.461Z] ---> Running in 31de5aca86b0 [2021-03-19T20:16:09.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:16:10.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:16:11.501Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T20:16:11.501Z] (2/12) Installing file (5.38-r0) [2021-03-19T20:16:11.501Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T20:16:11.772Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T20:16:16.082Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T20:16:16.082Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T20:16:16.082Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T20:16:16.082Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T20:16:16.082Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T20:16:16.082Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T20:16:16.082Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T20:16:16.082Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T20:16:16.356Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:16:16.356Z] OK: 217 MiB in 51 packages [2021-03-19T20:16:20.736Z] Removing intermediate container 31de5aca86b0 [2021-03-19T20:16:20.736Z] ---> 432c11d2de14 [2021-03-19T20:16:20.736Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T20:16:20.736Z] ---> Running in a25bc9f4910a [2021-03-19T20:16:21.009Z] Removing intermediate container a25bc9f4910a [2021-03-19T20:16:21.009Z] ---> e6f26e30536b [2021-03-19T20:16:21.009Z] Step 5/6 : COPY go.mod . [2021-03-19T20:16:21.606Z] ---> afdff344adf7 [2021-03-19T20:16:21.606Z] Step 6/6 : RUN go mod download [2021-03-19T20:16:21.879Z] ---> Running in d1c93e46df3c [2021-03-19T20:16:25.101Z] gofmt -l . [2021-03-19T20:16:25.101Z] [ "`gofmt -l .`" = "" ] [2021-03-19T20:16:25.101Z] ./bin/test-go-mod-tidy.sh [2021-03-19T20:16:28.715Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T20:16:33.165Z] + ls -al . [2021-03-19T20:16:33.165Z] total 760 [2021-03-19T20:16:33.165Z] drwxrwxr-x 10 1001 1001 4096 Mar 19 20:16 . [2021-03-19T20:16:33.165Z] drwxr-xr-x 4 root root 28 Mar 19 20:12 .. [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 20:09 .dockerignore [2021-03-19T20:16:33.165Z] drwxrwxr-x 8 1001 1001 179 Mar 19 20:09 .git [2021-03-19T20:16:33.165Z] drwxrwxr-x 3 1001 1001 125 Mar 19 20:09 .github [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 20:09 .gitignore [2021-03-19T20:16:33.165Z] drwx------ 3 1001 1001 60 Mar 19 20:10 .semver [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 20:09 .sonarcloud.properties [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:09 Attribution.txt [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:09 CONTRIBUTING.md [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 20:09 Dockerfile.build [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 20:09 Jenkinsfile [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:09 LICENSE [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:09 Makefile [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:09 README.md [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:09 SECURITY.md [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 20:10 VERSION [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:09 ZMQWindows.md [2021-03-19T20:16:33.165Z] drwxrwxr-x 2 1001 1001 117 Mar 19 20:09 bin [2021-03-19T20:16:33.165Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 20:09 cmd [2021-03-19T20:16:33.165Z] -rw-r--r-- 1 root root 650607 Mar 19 20:15 coverage.out [2021-03-19T20:16:33.165Z] -rw-r--r-- 1 root root 1055 Mar 19 20:16 go.mod [2021-03-19T20:16:33.165Z] -rw-r--r-- 1 root root 22099 Mar 19 20:16 go.sum [2021-03-19T20:16:33.165Z] drwxrwxr-x 8 1001 1001 127 Mar 19 20:09 internal [2021-03-19T20:16:33.165Z] drwxrwxr-x 4 1001 1001 26 Mar 19 20:09 openapi [2021-03-19T20:16:33.165Z] drwxrwxr-x 4 1001 1001 71 Mar 19 20:09 snap [2021-03-19T20:16:33.165Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 20:09 version.go [Pipeline] sh [2021-03-19T20:16:34.432Z] + '[' -e coverage.out ] [2021-03-19T20:16:34.433Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T20:16:35.421Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T20:16:36.278Z] + make build [2021-03-19T20:16:36.278Z] 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:16:43.614Z] 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:16:48.684Z] Removing intermediate container d1c93e46df3c [2021-03-19T20:16:48.684Z] ---> 7ad0253b8c67 [2021-03-19T20:16:48.684Z] Successfully built 7ad0253b8c67 [2021-03-19T20:16:48.684Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:16:49.029Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T20:16:49.029Z] . [Pipeline] withDockerContainer [2021-03-19T20:16:49.304Z] prd-ubuntu18.04-docker-arm64-4c-16g-30631 does not seem to be running inside a container [2021-03-19T20:16:49.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T20:16:50.874Z] $ docker top 6977c8c11cb38b68951923d6d5856c882591e9461b20db93c944b364544cb311 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:16:51.936Z] + go version [2021-03-19T20:16:51.936Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-19T20:16:51.959Z] $ docker stop --time=1 6977c8c11cb38b68951923d6d5856c882591e9461b20db93c944b364544cb311 [2021-03-19T20:16:53.874Z] $ docker rm -f 6977c8c11cb38b68951923d6d5856c882591e9461b20db93c944b364544cb311 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:16:54.899Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T20:16:54.899Z] . [Pipeline] withDockerContainer [2021-03-19T20:16:55.130Z] prd-ubuntu18.04-docker-arm64-4c-16g-30631 does not seem to be running inside a container [2021-03-19T20:16:55.207Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T20:16:56.664Z] $ docker top f5e43981802a61fd7e979407716b59c8f471dad757dc19da5430bdefbb7435d3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T20:16:57.040Z] ========================================================= [2021-03-19T20:16:57.040Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T20:16:57.040Z] ========================================================= [Pipeline] sh [2021-03-19T20:16:57.685Z] + make test [2021-03-19T20:16:57.685Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T20:17:18.062Z] 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:17:19.862Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T20:17:30.093Z] 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:17:39.064Z] 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:17:39.684Z] 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:17:45.520Z] 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:17:49.960Z] 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:17:52.755Z] 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:17:56.362Z] 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:17:59.793Z] 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:18:02.529Z] 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:18:06.900Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] } [2021-03-19T20:18:09.788Z] $ docker stop --time=1 75d39f8fded0ad3de811a7860d3d0db1642d58a1d3cf313c2dad25e5302d2bbc [2021-03-19T20:18:14.493Z] $ docker rm -f 75d39f8fded0ad3de811a7860d3d0db1642d58a1d3cf313c2dad25e5302d2bbc [2021-03-19T20:18:15.222Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:18:17.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:18:18.214Z] [2021-03-19T20:18:18.214Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:18:18.830Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:18:19.120Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-19T20:18:19.121Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-19T20:18:19.121Z] ca9280d653b3: Pulling fs layer [2021-03-19T20:18:19.121Z] 7e9c9ca2126c: Pulling fs layer [2021-03-19T20:18:19.755Z] cbdbe7a5bc2a: Download complete [2021-03-19T20:18:20.662Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T20:18:20.662Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T20:18:21.013Z] cbdbe7a5bc2a: Pull complete [2021-03-19T20:18:21.667Z] ca9280d653b3: Verifying Checksum [2021-03-19T20:18:21.667Z] ca9280d653b3: Download complete [2021-03-19T20:18:24.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T20:18:24.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T20:18:24.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T20:18:24.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T20:18:25.345Z] ca9280d653b3: Pull complete [2021-03-19T20:18:25.345Z] 7e9c9ca2126c: Verifying Checksum [2021-03-19T20:18:25.346Z] 7e9c9ca2126c: Download complete [2021-03-19T20:18:28.575Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T20:18:28.575Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T20:18:36.900Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T20:18:36.900Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T20:18:36.900Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T20:18:40.773Z] 7e9c9ca2126c: Pull complete [2021-03-19T20:18:40.773Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-19T20:18:40.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:18:40.773Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-19T20:18:41.129Z] prd-centos7-docker-4c-2g-30622 does not seem to be running inside a container [2021-03-19T20:18:41.193Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:18:42.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.299s coverage: 45.9% of statements [2021-03-19T20:18:42.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T20:18:42.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T20:18:42.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T20:18:42.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T20:18:42.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T20:18:42.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T20:18:42.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.125s coverage: 19.8% of statements [2021-03-19T20:18:42.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.264s coverage: 100.0% of statements [2021-03-19T20:18:44.807Z] $ docker top 41c5d016cfe10478f0d525fd5be5bd76cfe1342ee60f3c0a29bc7541bd0585d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:18:45.374Z] + grep parallel [2021-03-19T20:18:45.374Z] + docker-compose build --help [2021-03-19T20:18:46.790Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T20:18:46.809Z] $ docker stop --time=1 41c5d016cfe10478f0d525fd5be5bd76cfe1342ee60f3c0a29bc7541bd0585d3 [2021-03-19T20:18:48.349Z] $ docker rm -f 41c5d016cfe10478f0d525fd5be5bd76cfe1342ee60f3c0a29bc7541bd0585d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:18:49.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:18:49.052Z] . [Pipeline] withDockerContainer [2021-03-19T20:18:49.207Z] prd-centos7-docker-4c-2g-30622 does not seem to be running inside a container [2021-03-19T20:18:49.292Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:18:50.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.472s coverage: 27.1% of statements [2021-03-19T20:18:50.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T20:18:50.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T20:18:50.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T20:18:50.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T20:18:50.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T20:18:50.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T20:18:50.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.103s coverage: 100.0% of statements [2021-03-19T20:18:50.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T20:18:50.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements [2021-03-19T20:18:50.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T20:18:50.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T20:18:50.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 71.3% of statements [2021-03-19T20:18:50.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T20:18:50.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T20:18:50.939Z] $ docker top fda79db3a413db305c6dcaa4e81e09ae06e4214522ef4039f4f51c14dfaaeefe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:18:51.504Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T20:18:52.955Z] Building docker-core-command-go ... [2021-03-19T20:18:52.955Z] Building docker-core-data-go ... [2021-03-19T20:18:52.955Z] Building docker-core-metadata-go ... [2021-03-19T20:18:52.955Z] Building docker-security-bootstrapper-go ... [2021-03-19T20:18:52.955Z] Building docker-security-proxy-setup-go ... [2021-03-19T20:18:52.955Z] Building docker-security-secretstore-setup-go ... [2021-03-19T20:18:52.955Z] Building docker-support-notifications-go ... [2021-03-19T20:18:52.955Z] Building docker-support-scheduler-go ... [2021-03-19T20:18:52.955Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T20:18:52.955Z] Building docker-sys-mgmt-agent-go [2021-03-19T20:18:52.955Z] Building docker-support-notifications-go [2021-03-19T20:18:52.955Z] Building docker-core-command-go [2021-03-19T20:18:52.955Z] Building docker-core-metadata-go [2021-03-19T20:18:52.955Z] Building docker-security-proxy-setup-go [2021-03-19T20:18:53.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.503s coverage: 82.9% of statements [2021-03-19T20:18:53.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T20:18:53.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:18:53.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.148s coverage: 78.9% of statements [2021-03-19T20:18:53.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T20:19:03.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.176s coverage: 28.6% of statements [2021-03-19T20:19:03.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T20:19:03.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T20:19:03.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T20:19:03.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T20:19:03.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T20:19:03.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.192s coverage: 100.0% of statements [2021-03-19T20:19:03.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T20:19:03.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2021-03-19T20:19:03.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T20:19:03.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements [2021-03-19T20:19:03.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T20:19:03.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.311s coverage: 97.5% of statements [2021-03-19T20:19:03.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T20:19:03.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.249s coverage: 78.3% of statements [2021-03-19T20:19:03.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T20:19:03.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T20:19:03.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T20:19:03.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T20:19:11.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.162s coverage: 92.8% of statements [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T20:19:11.781Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T20:19:11.781Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.191s coverage: 0.1% of statements [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T20:19:11.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T20:19:11.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 47.1% of statements [2021-03-19T20:19:11.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.087s coverage: 79.5% of statements [2021-03-19T20:19:11.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-03-19T20:19:11.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements [2021-03-19T20:19:11.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-03-19T20:19:22.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.084s coverage: 94.4% of statements [2021-03-19T20:19:22.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.082s coverage: 44.8% of statements [2021-03-19T20:19:29.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.244s coverage: 81.9% of statements [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.148s coverage: 92.9% of statements [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.123s coverage: 84.6% of statements [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.6% of statements [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.554s coverage: 62.4% of statements [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T20:19:39.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-03-19T20:19:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.073s coverage: 100.0% of statements [2021-03-19T20:19:39.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-03-19T20:19:40.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-03-19T20:19:43.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.832s coverage: 69.0% of statements [2021-03-19T20:19:43.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T20:19:43.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T20:19:43.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T20:19:45.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.339s coverage: 38.4% of statements [2021-03-19T20:19:45.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T20:19:45.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T20:19:45.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements [2021-03-19T20:19:45.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T20:19:45.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements [2021-03-19T20:19:51.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.419s coverage: 47.0% of statements [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T20:19:51.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.106s coverage: 100.0% of statements [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T20:19:51.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T20:19:51.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.466s coverage: 87.1% of statements [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:19:51.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T20:19:58.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.284s coverage: 29.1% of statements [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T20:19:58.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.190s coverage: 99.0% of statements [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T20:19:58.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T20:19:58.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.312s coverage: 96.5% of statements [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T20:19:58.686Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T20:19:58.686Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T20:19:58.686Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T20:19:58.686Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T20:19:58.686Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-03-19T20:19:59.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2021-03-19T20:20:01.098Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-19T20:20:02.078Z] GO111MODULE=on go vet ./... [2021-03-19T20:20:32.265Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:20:32.265Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:20:32.265Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:20:32.265Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:20:32.265Z] ---> 3df62bcc7ec4 [2021-03-19T20:20:32.265Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:20:32.265Z] ---> 3df62bcc7ec4 [2021-03-19T20:20:32.265Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T20:20:32.265Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:20:32.265Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:20:32.265Z] ---> 3df62bcc7ec4 [2021-03-19T20:20:32.265Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T20:20:32.265Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:20:32.265Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:20:32.265Z] ---> 3df62bcc7ec4 [2021-03-19T20:20:32.265Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:20:32.265Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:20:32.265Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:20:32.265Z] ---> 3df62bcc7ec4 [2021-03-19T20:20:32.265Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:20:32.265Z] ---> Running in 8eb5f67c6bfc [2021-03-19T20:20:32.265Z] ---> Running in aef86d8db7d2 [2021-03-19T20:20:32.265Z] ---> Running in c66e7b75ee03 [2021-03-19T20:20:32.265Z] ---> Running in 8bed61e905c1 [2021-03-19T20:20:32.265Z] ---> Running in a8ce22a1021d [2021-03-19T20:20:32.909Z] Removing intermediate container aef86d8db7d2 [2021-03-19T20:20:32.909Z] ---> 958e10db50f9 [2021-03-19T20:20:32.909Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:20:33.187Z] Removing intermediate container c66e7b75ee03 [2021-03-19T20:20:33.187Z] ---> ed132f761cc9 [2021-03-19T20:20:33.187Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:20:33.187Z] Removing intermediate container 8bed61e905c1 [2021-03-19T20:20:33.187Z] ---> 0fd2a7ed8de1 [2021-03-19T20:20:33.187Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:20:33.187Z] Removing intermediate container a8ce22a1021d [2021-03-19T20:20:33.187Z] ---> 26090f249819 [2021-03-19T20:20:33.187Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:20:33.187Z] Removing intermediate container 8eb5f67c6bfc [2021-03-19T20:20:33.187Z] ---> 305c898e6b30 [2021-03-19T20:20:33.187Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:20:33.481Z] ---> Running in 522d662f77b2 [2021-03-19T20:20:33.481Z] ---> Running in fe3cc43e542f [2021-03-19T20:20:33.481Z] ---> Running in 37f597ae1d63 [2021-03-19T20:20:33.481Z] ---> Running in ccfbc5db8233 [2021-03-19T20:20:33.481Z] ---> Running in 4cdd966b80c0 [2021-03-19T20:20:38.242Z] Removing intermediate container fe3cc43e542f [2021-03-19T20:20:38.242Z] ---> 4da8395c347f [2021-03-19T20:20:38.242Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T20:20:38.578Z] ---> Running in 796e8fb4b00f [2021-03-19T20:20:38.578Z] Removing intermediate container 522d662f77b2 [2021-03-19T20:20:38.578Z] ---> 40ca8bba5f5e [2021-03-19T20:20:38.578Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T20:20:38.944Z] ---> Running in 2211dd3db760 [2021-03-19T20:20:39.258Z] Removing intermediate container ccfbc5db8233 [2021-03-19T20:20:39.258Z] ---> ba2737f77740 [2021-03-19T20:20:39.258Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T20:20:39.604Z] Removing intermediate container 37f597ae1d63 [2021-03-19T20:20:39.604Z] ---> 556951015a40 [2021-03-19T20:20:39.604Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:20:39.604Z] Removing intermediate container 4cdd966b80c0 [2021-03-19T20:20:39.604Z] ---> 253fad801548 [2021-03-19T20:20:39.604Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:20:39.604Z] ---> Running in e07a8b86a3ad [2021-03-19T20:20:40.104Z] ---> Running in 43cb8e6cda56 [2021-03-19T20:20:40.449Z] ---> Running in ba8f5680950d [2021-03-19T20:20:41.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:20:41.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:20:43.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:20:43.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:20:43.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:20:43.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:20:43.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:20:44.716Z] OK: 233 MiB in 51 packages [2021-03-19T20:20:45.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:20:45.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:20:45.395Z] OK: 233 MiB in 51 packages [2021-03-19T20:20:45.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:20:46.101Z] Removing intermediate container 796e8fb4b00f [2021-03-19T20:20:46.101Z] ---> 007a84b9a496 [2021-03-19T20:20:46.101Z] Step 6/21 : COPY go.mod . [2021-03-19T20:20:47.114Z] OK: 233 MiB in 51 packages [2021-03-19T20:20:47.114Z] OK: 233 MiB in 51 packages [2021-03-19T20:20:47.114Z] OK: 233 MiB in 51 packages [2021-03-19T20:20:48.130Z] ---> 38b93d948eb9 [2021-03-19T20:20:48.130Z] Step 7/21 : RUN go mod download [2021-03-19T20:20:48.130Z] Removing intermediate container 2211dd3db760 [2021-03-19T20:20:48.130Z] ---> 74671ff1276b [2021-03-19T20:20:48.130Z] Step 6/22 : COPY go.mod . [2021-03-19T20:20:48.130Z] ---> Running in 1223afa93ad0 [2021-03-19T20:20:49.458Z] ---> c09fca31bfb8 [2021-03-19T20:20:49.458Z] Step 7/22 : RUN go mod download [2021-03-19T20:20:49.782Z] Removing intermediate container ba8f5680950d [2021-03-19T20:20:49.782Z] ---> 14a1de8d5017 [2021-03-19T20:20:49.782Z] Step 6/23 : COPY go.mod . [2021-03-19T20:20:49.782Z] ---> Running in 93a769866c91 [2021-03-19T20:20:50.652Z] Removing intermediate container 43cb8e6cda56 [2021-03-19T20:20:50.652Z] ---> a4e3db64f492 [2021-03-19T20:20:50.652Z] Step 6/23 : COPY go.mod . [2021-03-19T20:20:51.103Z] Removing intermediate container e07a8b86a3ad [2021-03-19T20:20:51.103Z] ---> 94737d3da998 [2021-03-19T20:20:51.103Z] Step 6/26 : COPY go.mod . [2021-03-19T20:20:51.647Z] ---> 88ef94f7cb8c [2021-03-19T20:20:51.647Z] Step 7/23 : RUN go mod download [2021-03-19T20:20:52.687Z] ---> Running in f93d20b48df8 [2021-03-19T20:20:52.687Z] ---> cc985344b17a [2021-03-19T20:20:52.687Z] Step 7/23 : RUN go mod download [2021-03-19T20:20:52.968Z] ---> fc91d0c19ec0 [2021-03-19T20:20:52.968Z] Step 7/26 : RUN go mod download [2021-03-19T20:20:53.314Z] ---> Running in bc2961e9267f [2021-03-19T20:20:53.314Z] ---> Running in 41aafb586755 [2021-03-19T20:20:59.344Z] Removing intermediate container f93d20b48df8 [2021-03-19T20:20:59.344Z] ---> 0225952679c7 [2021-03-19T20:20:59.344Z] Step 8/23 : COPY . . [2021-03-19T20:20:59.344Z] Removing intermediate container 41aafb586755 [2021-03-19T20:20:59.344Z] ---> 900ee4cc96b5 [2021-03-19T20:20:59.344Z] Step 8/26 : COPY . . [2021-03-19T20:20:59.344Z] Removing intermediate container 93a769866c91 [2021-03-19T20:20:59.344Z] ---> 0955c2da3330 [2021-03-19T20:20:59.344Z] Step 8/22 : COPY . . [2021-03-19T20:20:59.344Z] Removing intermediate container bc2961e9267f [2021-03-19T20:20:59.344Z] ---> 49d2d12a617e [2021-03-19T20:20:59.344Z] Step 8/23 : COPY . . [2021-03-19T20:21:03.052Z] Removing intermediate container 1223afa93ad0 [2021-03-19T20:21:03.052Z] ---> 986c8204b358 [2021-03-19T20:21:03.052Z] Step 8/21 : COPY . . [2021-03-19T20:21:23.904Z] gofmt -l . [2021-03-19T20:21:23.904Z] [ "`gofmt -l .`" = "" ] [2021-03-19T20:21:23.904Z] ./bin/test-go-mod-tidy.sh [2021-03-19T20:21:23.904Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T20:21:24.561Z] + ls -al . [2021-03-19T20:21:24.561Z] total 788 [2021-03-19T20:21:24.561Z] drwxrwxr-x 9 1001 1001 4096 Mar 19 20:21 . [2021-03-19T20:21:24.561Z] drwxr-xr-x 4 root root 4096 Mar 19 20:16 .. [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 20:15 .dockerignore [2021-03-19T20:21:24.561Z] drwxrwxr-x 8 1001 1001 4096 Mar 19 20:15 .git [2021-03-19T20:21:24.561Z] drwxrwxr-x 3 1001 1001 4096 Mar 19 20:15 .github [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 20:15 .gitignore [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 20:15 .sonarcloud.properties [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:15 Attribution.txt [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:15 CONTRIBUTING.md [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 20:15 Dockerfile.build [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 20:15 Jenkinsfile [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:15 LICENSE [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:15 Makefile [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:15 README.md [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:15 SECURITY.md [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 20:10 VERSION [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:15 ZMQWindows.md [2021-03-19T20:21:24.561Z] drwxrwxr-x 2 1001 1001 4096 Mar 19 20:15 bin [2021-03-19T20:21:24.561Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 20:15 cmd [2021-03-19T20:21:24.561Z] -rw-r--r-- 1 root root 650607 Mar 19 20:20 coverage.out [2021-03-19T20:21:24.561Z] -rw-r--r-- 1 root root 1055 Mar 19 20:21 go.mod [2021-03-19T20:21:24.561Z] -rw-r--r-- 1 root root 22099 Mar 19 20:21 go.sum [2021-03-19T20:21:24.561Z] drwxrwxr-x 8 1001 1001 4096 Mar 19 20:15 internal [2021-03-19T20:21:24.561Z] drwxrwxr-x 4 1001 1001 4096 Mar 19 20:15 openapi [2021-03-19T20:21:24.561Z] drwxrwxr-x 4 1001 1001 4096 Mar 19 20:15 snap [2021-03-19T20:21:24.561Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 20:15 version.go [Pipeline] sh [2021-03-19T20:21:25.223Z] + '[' -e coverage.out ] [2021-03-19T20:21:25.223Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T20:21:25.298Z] Warning: overwriting stash ‘coverage-report’ [2021-03-19T20:21:26.495Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T20:21:27.183Z] + make build [2021-03-19T20:21:27.183Z] 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:39.592Z] 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:22:01.780Z] 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:22:06.098Z] 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:22:11.493Z] 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:22:12.092Z] 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:22:17.496Z] 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:22:21.811Z] 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:22:26.118Z] 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:31.511Z] 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:35.826Z] 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:39.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-19T20:22:45.938Z] $ docker stop --time=1 f5e43981802a61fd7e979407716b59c8f471dad757dc19da5430bdefbb7435d3 [2021-03-19T20:22:48.433Z] $ docker rm -f f5e43981802a61fd7e979407716b59c8f471dad757dc19da5430bdefbb7435d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:50.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:22:50.364Z] [2021-03-19T20:22:50.364Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:50.745Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:22:50.745Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-19T20:22:50.745Z] 29e5d40040c1: Pulling fs layer [2021-03-19T20:22:50.745Z] 1ce36da41761: Pulling fs layer [2021-03-19T20:22:50.745Z] 25b303627fd3: Pulling fs layer [2021-03-19T20:22:51.719Z] 29e5d40040c1: Verifying Checksum [2021-03-19T20:22:51.719Z] 29e5d40040c1: Download complete [2021-03-19T20:22:51.719Z] 1ce36da41761: Verifying Checksum [2021-03-19T20:22:51.989Z] 1ce36da41761: Download complete [2021-03-19T20:22:52.263Z] 29e5d40040c1: Pull complete [2021-03-19T20:22:53.237Z] 1ce36da41761: Pull complete [2021-03-19T20:22:53.508Z] 25b303627fd3: Verifying Checksum [2021-03-19T20:22:53.508Z] 25b303627fd3: Download complete [2021-03-19T20:23:03.849Z] 25b303627fd3: Pull complete [2021-03-19T20:23:03.849Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-19T20:23:03.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:23:03.849Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-19T20:23:04.138Z] prd-ubuntu18.04-docker-arm64-4c-16g-30631 does not seem to be running inside a container [2021-03-19T20:23:04.202Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-19T20:23:07.172Z] $ docker top cb9ccdf7e39577046f2505f9a8280f184609f2ad6879b3af30fdfa81afdf0c1d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:23:08.163Z] + docker-compose build --help [2021-03-19T20:23:08.163Z] + grep parallel [2021-03-19T20:23:11.528Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T20:23:11.806Z] $ docker stop --time=1 cb9ccdf7e39577046f2505f9a8280f184609f2ad6879b3af30fdfa81afdf0c1d [2021-03-19T20:23:13.701Z] $ docker rm -f cb9ccdf7e39577046f2505f9a8280f184609f2ad6879b3af30fdfa81afdf0c1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:14.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:23:14.486Z] . [Pipeline] withDockerContainer [2021-03-19T20:23:14.712Z] prd-ubuntu18.04-docker-arm64-4c-16g-30631 does not seem to be running inside a container [2021-03-19T20:23:14.774Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-19T20:23:16.140Z] $ docker top 0df472f88bf81e50f5014d1d936292723f2cc002f462ac0b7f53f1621d131bf4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:23:17.174Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T20:23:21.465Z] Building docker-core-command-go ... [2021-03-19T20:23:21.465Z] Building docker-core-data-go ... [2021-03-19T20:23:21.465Z] Building docker-core-metadata-go ... [2021-03-19T20:23:21.465Z] Building docker-security-bootstrapper-go ... [2021-03-19T20:23:21.465Z] Building docker-security-proxy-setup-go ... [2021-03-19T20:23:21.465Z] Building docker-security-secretstore-setup-go ... [2021-03-19T20:23:21.465Z] Building docker-support-notifications-go ... [2021-03-19T20:23:21.465Z] Building docker-support-scheduler-go ... [2021-03-19T20:23:21.465Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T20:23:21.465Z] Building docker-security-bootstrapper-go [2021-03-19T20:23:21.465Z] Building docker-sys-mgmt-agent-go [2021-03-19T20:23:21.465Z] Building docker-security-secretstore-setup-go [2021-03-19T20:23:21.465Z] Building docker-security-proxy-setup-go [2021-03-19T20:23:21.465Z] Building docker-support-scheduler-go [2021-03-19T20:23:27.542Z] ---> 384c4c63c4cf [2021-03-19T20:23:27.542Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T20:23:27.542Z] ---> 86fc268808b1 [2021-03-19T20:23:27.542Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T20:23:27.542Z] ---> c2748b84e6df [2021-03-19T20:23:27.542Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T20:23:27.542Z] ---> 969fcadc9464 [2021-03-19T20:23:27.542Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T20:23:27.542Z] ---> Running in de351f149b79 [2021-03-19T20:23:27.542Z] ---> Running in 22d4fd2949d6 [2021-03-19T20:23:27.542Z] ---> Running in c07610035d1b [2021-03-19T20:23:27.542Z] ---> Running in 9342fd76d0c4 [2021-03-19T20:23:27.542Z] ---> 93d68e3cb315 [2021-03-19T20:23:27.542Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T20:23:27.542Z] ---> Running in d421dc12e9f6 [2021-03-19T20:23:27.906Z] 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:23:27.906Z] 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:23:27.906Z] 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:23:28.305Z] 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:23:28.586Z] 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:37.714Z] 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:24:43.204Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:43.204Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:43.204Z] ---> 7ad0253b8c67 [2021-03-19T20:24:43.204Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T20:24:43.204Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:43.204Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:43.204Z] ---> 7ad0253b8c67 [2021-03-19T20:24:43.204Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T20:24:43.204Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:43.204Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:43.204Z] ---> 7ad0253b8c67 [2021-03-19T20:24:43.204Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T20:24:43.204Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:43.204Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:43.204Z] ---> 7ad0253b8c67 [2021-03-19T20:24:43.204Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T20:24:43.204Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:24:43.204Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:24:43.204Z] ---> 7ad0253b8c67 [2021-03-19T20:24:43.204Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:24:43.204Z] ---> Running in fdc9620db083 [2021-03-19T20:24:43.204Z] ---> Running in 1ab232d680f8 [2021-03-19T20:24:43.204Z] ---> Running in fccafd13346a [2021-03-19T20:24:43.204Z] ---> Running in ce8f93634757 [2021-03-19T20:24:43.204Z] ---> Running in ed6755f71fd2 [2021-03-19T20:24:43.204Z] Removing intermediate container fdc9620db083 [2021-03-19T20:24:43.204Z] ---> 308081e04669 [2021-03-19T20:24:43.204Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:43.204Z] Removing intermediate container 1ab232d680f8 [2021-03-19T20:24:43.204Z] ---> 12af61d64ba1 [2021-03-19T20:24:43.204Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:43.204Z] Removing intermediate container ce8f93634757 [2021-03-19T20:24:43.204Z] ---> b1150c0a27c6 [2021-03-19T20:24:43.204Z] Removing intermediate container fccafd13346a [2021-03-19T20:24:43.204Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 14f5f0db870d [2021-03-19T20:24:43.204Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:43.204Z] [2021-03-19T20:24:43.204Z] Removing intermediate container ed6755f71fd2 [2021-03-19T20:24:43.204Z] ---> fcf3e4ad633e [2021-03-19T20:24:43.204Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:24:43.204Z] ---> Running in f8a73bfffd78 [2021-03-19T20:24:43.204Z] ---> Running in 2cd086916d1f [2021-03-19T20:24:43.204Z] ---> Running in ef7dfb01f5c9 [2021-03-19T20:24:43.204Z] ---> Running in 0104aa1908a5 [2021-03-19T20:24:43.204Z] ---> Running in 458f61f84695 [2021-03-19T20:24:43.204Z] Removing intermediate container 2cd086916d1f [2021-03-19T20:24:43.204Z] ---> d369b47b0a65 [2021-03-19T20:24:43.204Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T20:24:43.204Z] Removing intermediate container f8a73bfffd78 [2021-03-19T20:24:43.204Z] ---> 4d828f5ee0ce [2021-03-19T20:24:43.204Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T20:24:43.204Z] ---> Running in 4c6c900ee91b [2021-03-19T20:24:43.204Z] ---> Running in 088c70557899 [2021-03-19T20:24:43.204Z] Removing intermediate container 458f61f84695 [2021-03-19T20:24:43.204Z] ---> 738384017040 [2021-03-19T20:24:43.204Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T20:24:43.204Z] Removing intermediate container 0104aa1908a5 [2021-03-19T20:24:43.204Z] ---> 537fff651c78 [2021-03-19T20:24:43.204Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T20:24:43.204Z] ---> Running in 27a3240b9258 [2021-03-19T20:24:43.204Z] Removing intermediate container ef7dfb01f5c9 [2021-03-19T20:24:43.204Z] ---> 536d246f6260 [2021-03-19T20:24:43.204Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T20:24:43.204Z] ---> Running in 1cba72db2660 [2021-03-19T20:24:43.204Z] ---> Running in ade3abb561ba [2021-03-19T20:24:43.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:43.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:44.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:44.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:44.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:44.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:44.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:44.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:45.198Z] Removing intermediate container c07610035d1b [2021-03-19T20:24:45.198Z] ---> 6bced168fb7d [2021-03-19T20:24:45.198Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T20:24:45.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:45.211Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:45.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:24:45.483Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:46.089Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:46.089Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:46.375Z] OK: 217 MiB in 51 packages [2021-03-19T20:24:46.448Z] ---> Running in 0d6e4587f45b [2021-03-19T20:24:46.975Z] Removing intermediate container 4c6c900ee91b [2021-03-19T20:24:46.975Z] ---> 18e3e3d48d41 [2021-03-19T20:24:46.975Z] Step 6/21 : COPY go.mod . [2021-03-19T20:24:47.252Z] Removing intermediate container 088c70557899 [2021-03-19T20:24:47.252Z] ---> 74246ba74bf2 [2021-03-19T20:24:47.252Z] Step 6/26 : COPY go.mod . [2021-03-19T20:24:47.857Z] ---> c9a82da3cbc0 [2021-03-19T20:24:47.857Z] Step 7/21 : RUN go mod download [2021-03-19T20:24:47.857Z] Removing intermediate container 27a3240b9258 [2021-03-19T20:24:47.857Z] ---> 1feb40e87ad5 [2021-03-19T20:24:47.857Z] Step 6/24 : COPY go.mod . [2021-03-19T20:24:47.857Z] Removing intermediate container 1cba72db2660 [2021-03-19T20:24:47.857Z] ---> 72d04a23cea6 [2021-03-19T20:24:47.857Z] Step 6/31 : COPY go.mod . [2021-03-19T20:24:48.129Z] ---> Running in b5f390b6e6bb [2021-03-19T20:24:48.129Z] Removing intermediate container ade3abb561ba [2021-03-19T20:24:48.129Z] ---> ae8c0c69f763 [2021-03-19T20:24:48.129Z] Step 6/22 : COPY go.mod . [2021-03-19T20:24:48.402Z] ---> b62add384c53 [2021-03-19T20:24:48.402Z] Step 7/26 : RUN go mod download [2021-03-19T20:24:48.676Z] ---> Running in 2ea0cdfd5be3 [2021-03-19T20:24:48.676Z] ---> 3df29d4b2421 [2021-03-19T20:24:48.676Z] Step 7/24 : RUN go mod download [2021-03-19T20:24:48.960Z] ---> Running in 0f3881366e69 [2021-03-19T20:24:49.247Z] ---> 7d0e8ff6029e [2021-03-19T20:24:49.247Z] Step 7/31 : RUN go mod download [2021-03-19T20:24:49.247Z] ---> a69481156eaa [2021-03-19T20:24:49.247Z] Step 7/22 : RUN go mod download [2021-03-19T20:24:49.520Z] ---> Running in bdbd83ded3f0 [2021-03-19T20:24:49.520Z] ---> Running in ae4be31bf8b5 [2021-03-19T20:24:50.425Z] 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:24:52.206Z] Removing intermediate container b5f390b6e6bb [2021-03-19T20:24:52.206Z] ---> 6491bbd36612 [2021-03-19T20:24:52.207Z] Step 8/21 : COPY . . [2021-03-19T20:24:52.829Z] Removing intermediate container 2ea0cdfd5be3 [2021-03-19T20:24:52.829Z] ---> 86aae408ec35 [2021-03-19T20:24:52.829Z] Step 8/26 : COPY . . [2021-03-19T20:24:53.337Z] Removing intermediate container de351f149b79 [2021-03-19T20:24:53.338Z] ---> 1beaa5feef3a [2021-03-19T20:24:53.338Z] [2021-03-19T20:24:53.338Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T20:24:53.900Z] 3.12: Pulling from library/alpine [2021-03-19T20:24:54.198Z] Removing intermediate container d421dc12e9f6 [2021-03-19T20:24:54.198Z] ---> 48f1a986da96 [2021-03-19T20:24:54.198Z] [2021-03-19T20:24:54.198Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:24:54.198Z] Removing intermediate container 22d4fd2949d6 [2021-03-19T20:24:54.198Z] ---> 17ddc0344e85 [2021-03-19T20:24:54.198Z] [2021-03-19T20:24:54.198Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:24:54.287Z] Removing intermediate container 0f3881366e69 [2021-03-19T20:24:54.288Z] ---> 33b417a047f8 [2021-03-19T20:24:54.288Z] Step 8/24 : COPY . . [2021-03-19T20:24:54.921Z] Removing intermediate container bdbd83ded3f0 [2021-03-19T20:24:54.921Z] ---> ecae1c295401 [2021-03-19T20:24:54.921Z] Step 8/31 : COPY . . [2021-03-19T20:24:55.199Z] Removing intermediate container ae4be31bf8b5 [2021-03-19T20:24:55.199Z] ---> e27b0ada7ff8 [2021-03-19T20:24:55.199Z] Step 8/22 : COPY . . [2021-03-19T20:24:55.418Z] 3.12: Pulling from library/alpine [2021-03-19T20:24:55.419Z] 3.12: Pulling from library/alpine [2021-03-19T20:24:58.070Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:24:58.070Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:24:58.070Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:24:58.070Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T20:24:58.070Z] ---> 88dd2752d2ea [2021-03-19T20:24:58.070Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T20:24:58.070Z] Status: Image is up to date for alpine:3.12 [2021-03-19T20:24:58.070Z] ---> 88dd2752d2ea [2021-03-19T20:24:58.070Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T20:24:58.070Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T20:24:58.070Z] ---> 88dd2752d2ea [2021-03-19T20:24:58.070Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:25:01.571Z] ---> Running in afd0b8c0d9d6 [2021-03-19T20:25:01.571Z] ---> Running in 930a6284473f [2021-03-19T20:25:01.571Z] ---> Running in 5b0e89008e5b [2021-03-19T20:25:04.957Z] Removing intermediate container 9342fd76d0c4 [2021-03-19T20:25:04.958Z] ---> 273ed6381687 [2021-03-19T20:25:04.958Z] [2021-03-19T20:25:04.958Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:25:04.958Z] ---> 88dd2752d2ea [2021-03-19T20:25:04.958Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:25:07.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:25:07.267Z] ---> Running in b1d45f1ef3a9 [2021-03-19T20:25:07.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:25:07.582Z] Removing intermediate container 0d6e4587f45b [2021-03-19T20:25:07.582Z] ---> 19712b905dc6 [2021-03-19T20:25:07.582Z] [2021-03-19T20:25:07.582Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T20:25:08.404Z] 20.10.0: Pulling from library/docker [2021-03-19T20:25:09.273Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T20:25:09.700Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:25:09.700Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T20:25:09.700Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T20:25:09.700Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:25:09.700Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:25:10.117Z] OK: 7 MiB in 18 packages [2021-03-19T20:25:11.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:25:11.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:25:11.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:25:11.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:25:11.979Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:25:11.979Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:25:11.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:25:11.979Z] OK: 6 MiB in 15 packages [2021-03-19T20:25:12.392Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T20:25:12.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:25:12.392Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:25:12.810Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:25:12.810Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:25:14.299Z] OK: 6 MiB in 16 packages [2021-03-19T20:25:14.299Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:25:14.299Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:25:14.773Z] OK: 6 MiB in 15 packages [2021-03-19T20:25:16.242Z] Removing intermediate container afd0b8c0d9d6 [2021-03-19T20:25:16.242Z] ---> 68534a3c2f28 [2021-03-19T20:25:16.242Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:25:16.535Z] ---> Running in 71f93614e26b [2021-03-19T20:25:17.416Z] Removing intermediate container 930a6284473f [2021-03-19T20:25:17.416Z] ---> 94cbb1c67e8c [2021-03-19T20:25:17.416Z] 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:25:17.739Z] ---> Running in f8286d570098 [2021-03-19T20:25:17.739Z] Removing intermediate container 5b0e89008e5b [2021-03-19T20:25:17.739Z] ---> 13dae3edd4cf [2021-03-19T20:25:17.739Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:25:18.585Z] Removing intermediate container 71f93614e26b [2021-03-19T20:25:18.585Z] ---> 170325568365 [2021-03-19T20:25:18.585Z] Step 13/21 : WORKDIR /edgex [2021-03-19T20:25:18.585Z] Removing intermediate container b1d45f1ef3a9 [2021-03-19T20:25:18.585Z] ---> d6ae6438df0d [2021-03-19T20:25:18.585Z] 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:25:18.585Z] ---> Running in d0763d361d92 [2021-03-19T20:25:18.926Z] ---> Running in d7396b7f440c [2021-03-19T20:25:18.926Z] ---> Running in 99c2db437f60 [2021-03-19T20:25:19.658Z] Removing intermediate container f8286d570098 [2021-03-19T20:25:20.012Z] ---> e92080341bdb [2021-03-19T20:25:20.012Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T20:25:20.459Z] ---> Running in 9618d37f750f [2021-03-19T20:25:20.848Z] Removing intermediate container d0763d361d92 [2021-03-19T20:25:20.848Z] ---> 89806461b5d9 [2021-03-19T20:25:20.848Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T20:25:21.211Z] Removing intermediate container d7396b7f440c [2021-03-19T20:25:21.211Z] ---> 22dfffd457ee [2021-03-19T20:25:21.211Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T20:25:21.211Z] ---> Running in 9407b3eb2a01 [2021-03-19T20:25:21.645Z] Removing intermediate container 9618d37f750f [2021-03-19T20:25:21.645Z] ---> 9d8510df018b [2021-03-19T20:25:21.645Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:25:21.645Z] Removing intermediate container 99c2db437f60 [2021-03-19T20:25:21.645Z] ---> d7bbd82f6086 [2021-03-19T20:25:21.645Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T20:25:22.019Z] ---> 238b578b578c [2021-03-19T20:25:22.020Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T20:25:22.020Z] ---> 3429a683467a [2021-03-19T20:25:22.020Z] 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:22.020Z] ---> 709b2fcc383d [2021-03-19T20:25:22.020Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T20:25:22.020Z] ---> b6d35ba09f4c [2021-03-19T20:25:22.020Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T20:25:22.020Z] ---> 7d33c088959c [2021-03-19T20:25:22.020Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T20:25:22.020Z] ---> Running in f9a3a0b73001 [2021-03-19T20:25:22.020Z] ---> Running in 1cd89b217c33 [2021-03-19T20:25:22.020Z] ---> Running in 4a3927357948 [2021-03-19T20:25:22.020Z] ---> Running in 03468d1bb1a4 [2021-03-19T20:25:22.020Z] ---> Running in 446ce85f20df [2021-03-19T20:25:22.299Z] 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:22.299Z] 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:22.299Z] 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:25:22.576Z] 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:22.576Z] 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:25:23.468Z] ---> Running in 01569e0f9b3d [2021-03-19T20:25:23.468Z] ---> Running in 94301b688c92 [2021-03-19T20:25:23.468Z] Removing intermediate container 9407b3eb2a01 [2021-03-19T20:25:23.468Z] ---> cfcb9307a819 [2021-03-19T20:25:23.468Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:25:23.468Z] ---> f42078172baa [2021-03-19T20:25:23.468Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T20:25:24.019Z] ---> Running in fd6c0b836f4a [2021-03-19T20:25:24.552Z] Removing intermediate container 01569e0f9b3d [2021-03-19T20:25:24.553Z] ---> 8b1d7c1a677f [2021-03-19T20:25:24.553Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:25:24.553Z] Removing intermediate container 94301b688c92 [2021-03-19T20:25:24.553Z] ---> 589617456a62 [2021-03-19T20:25:24.553Z] Step 15/23 : WORKDIR / [2021-03-19T20:25:25.070Z] Removing intermediate container fd6c0b836f4a [2021-03-19T20:25:25.070Z] ---> 4a32c5e26b0e [2021-03-19T20:25:25.070Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:25:25.071Z] ---> Running in 5f19d1142628 [2021-03-19T20:25:25.071Z] ---> Running in 99fd3f3d4a8c [2021-03-19T20:25:25.458Z] ---> b4d8870de437 [2021-03-19T20:25:25.458Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T20:25:26.213Z] Removing intermediate container 5f19d1142628 [2021-03-19T20:25:26.213Z] ---> dc23fc205b55 [2021-03-19T20:25:26.213Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:25:27.775Z] ---> e423052011ee [2021-03-19T20:25:27.775Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T20:25:27.775Z] Removing intermediate container 99fd3f3d4a8c [2021-03-19T20:25:27.775Z] ---> b52fea0d74b4 [2021-03-19T20:25:27.775Z] Step 15/23 : WORKDIR / [2021-03-19T20:25:28.853Z] ---> 408aed36f501 [2021-03-19T20:25:28.853Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T20:25:28.853Z] ---> Running in 2fc5253ab104 [2021-03-19T20:25:28.853Z] ---> 043c85430346 [2021-03-19T20:25:28.853Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T20:25:29.529Z] ---> Running in 97050c42b504 [2021-03-19T20:25:31.423Z] Removing intermediate container 2fc5253ab104 [2021-03-19T20:25:31.423Z] ---> f3ebd619aa2b [2021-03-19T20:25:31.423Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:25:31.423Z] Removing intermediate container 97050c42b504 [2021-03-19T20:25:31.423Z] ---> 85bfe6fc45c4 [2021-03-19T20:25:31.423Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T20:25:31.423Z] ---> 83cf29a80c97 [2021-03-19T20:25:31.423Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T20:25:31.838Z] ---> Running in b25686c6dddc [2021-03-19T20:25:34.207Z] ---> bb809f836498 [2021-03-19T20:25:34.207Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T20:25:35.034Z] Removing intermediate container b25686c6dddc [2021-03-19T20:25:35.034Z] ---> a27582846c97 [2021-03-19T20:25:35.034Z] Step 19/21 : LABEL arch=x86_64 [2021-03-19T20:25:35.369Z] ---> afbab56409b8 [2021-03-19T20:25:35.369Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T20:25:35.691Z] ---> 8e67551571f4 [2021-03-19T20:25:35.691Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T20:25:36.035Z] ---> Running in e245bb179df5 [2021-03-19T20:25:36.354Z] ---> Running in 9b09216f1cf1 [2021-03-19T20:25:36.354Z] ---> 56ce164b34a1 [2021-03-19T20:25:36.354Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T20:25:38.143Z] ---> Running in 54a20614a0c9 [2021-03-19T20:25:38.143Z] Removing intermediate container e245bb179df5 [2021-03-19T20:25:38.143Z] ---> f3eb02449320 [2021-03-19T20:25:38.143Z] Step 20/21 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:25:38.902Z] Removing intermediate container 9b09216f1cf1 [2021-03-19T20:25:38.902Z] ---> c51e498ff7b0 [2021-03-19T20:25:38.902Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:25:38.902Z] ---> 458bd18463b9 [2021-03-19T20:25:38.902Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T20:25:39.380Z] ---> Running in fcff5b105f1c [2021-03-19T20:25:39.380Z] ---> Running in 7ef8cfdf94a3 [2021-03-19T20:25:39.380Z] Removing intermediate container 54a20614a0c9 [2021-03-19T20:25:39.380Z] ---> 3901ad4a45aa [2021-03-19T20:25:39.380Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:25:40.165Z] ---> Running in 63106b9c1d5e [2021-03-19T20:25:40.474Z] Removing intermediate container fcff5b105f1c [2021-03-19T20:25:40.474Z] ---> 50071ef71fd6 [2021-03-19T20:25:40.474Z] Step 21/21 : LABEL version=0.0.0 [2021-03-19T20:25:40.474Z] ---> dce16e5511d9 [2021-03-19T20:25:40.474Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T20:25:40.474Z] Removing intermediate container 7ef8cfdf94a3 [2021-03-19T20:25:40.474Z] ---> c0476f5a0aa8 [2021-03-19T20:25:40.474Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T20:25:40.837Z] ---> Running in 9b8e56d0f079 [2021-03-19T20:25:40.837Z] ---> Running in 7878982ba205 [2021-03-19T20:25:41.220Z] ---> Running in 9e235b4f9368 [2021-03-19T20:25:41.220Z] Removing intermediate container 63106b9c1d5e [2021-03-19T20:25:41.220Z] ---> 0111913a6524 [2021-03-19T20:25:41.220Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:25:41.902Z] ---> Running in 09fff8d7ecf9 [2021-03-19T20:25:42.189Z] Removing intermediate container 7878982ba205 [2021-03-19T20:25:42.189Z] ---> b61b29bf42e8 [2021-03-19T20:25:42.189Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:25:42.189Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T20:25:42.189Z] Removing intermediate container 9b8e56d0f079 [2021-03-19T20:25:42.189Z] ---> ce4a2df13214 [2021-03-19T20:25:42.189Z] [2021-03-19T20:25:42.189Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T20:25:42.189Z] ---> aefe523efa57 [2021-03-19T20:25:42.189Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T20:25:42.476Z] ---> Running in 3702b1aeb87a [2021-03-19T20:25:42.476Z] Removing intermediate container 9e235b4f9368 [2021-03-19T20:25:42.476Z] ---> 70457120f75b [2021-03-19T20:25:42.476Z] Step 21/22 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:25:42.476Z] ---> Running in 3de45562101e [2021-03-19T20:25:42.924Z] Removing intermediate container 09fff8d7ecf9 [2021-03-19T20:25:42.924Z] ---> c4eb65c6c43c [2021-03-19T20:25:42.924Z] Step 22/23 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:25:43.207Z] ---> Running in b7d5bc9ea2f0 [2021-03-19T20:25:44.000Z] ---> Running in 28ec9969e256 [2021-03-19T20:25:44.000Z] Removing intermediate container 3702b1aeb87a [2021-03-19T20:25:44.000Z] ---> 2882bfe74cc7 [2021-03-19T20:25:44.000Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:25:44.690Z] Successfully built ce4a2df13214 [2021-03-19T20:25:44.690Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-19T20:25:44.690Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b7d5bc9ea2f0 [2021-03-19T20:25:44.690Z] ---> 4d9d38687f51 [2021-03-19T20:25:44.690Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:25:44.690Z] Building docker-core-data-go [2021-03-19T20:25:45.045Z] ---> Running in 3e4216e158b7 [2021-03-19T20:25:45.045Z] Removing intermediate container 28ec9969e256 [2021-03-19T20:25:45.045Z] ---> 0c03f7d075dd [2021-03-19T20:25:45.045Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:25:45.373Z] ---> Running in ce4a05352ebe [2021-03-19T20:25:45.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:25:45.373Z] ---> Running in 2c8860b51c90 [2021-03-19T20:25:45.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:25:46.173Z] Removing intermediate container 3e4216e158b7 [2021-03-19T20:25:46.173Z] ---> 44accae3b199 [2021-03-19T20:25:46.173Z] Step 22/23 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:25:46.999Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T20:25:46.999Z] Removing intermediate container ce4a05352ebe [2021-03-19T20:25:46.999Z] ---> 2a94295bb154 [2021-03-19T20:25:46.999Z] [2021-03-19T20:25:46.999Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T20:25:46.999Z] Executing bash-5.0.17-r0.post-install [2021-03-19T20:25:46.999Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:25:46.999Z] OK: 12 MiB in 22 packages [2021-03-19T20:25:47.382Z] ---> Running in 790a427fb5fc [2021-03-19T20:25:47.814Z] Removing intermediate container 2c8860b51c90 [2021-03-19T20:25:47.814Z] ---> 6c35ebd0d495 [2021-03-19T20:25:47.814Z] [2021-03-19T20:25:48.937Z] Successfully built 2a94295bb154 [2021-03-19T20:25:50.293Z] Successfully tagged docker-support-notifications-go:latest [2021-03-19T20:25:50.293Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-19T20:25:51.816Z] Successfully built 6c35ebd0d495 [2021-03-19T20:25:52.156Z] Removing intermediate container 790a427fb5fc [2021-03-19T20:25:52.156Z] ---> ce73d201639c [2021-03-19T20:25:52.156Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:25:52.466Z] Successfully tagged docker-core-command-go:latest [2021-03-19T20:25:52.466Z] Building docker-security-bootstrapper-go [2021-03-19T20:25:54.470Z]  Building docker-core-command-go ... done  ---> Running in 93e368b4c4dc [2021-03-19T20:25:58.913Z] Removing intermediate container 3de45562101e [2021-03-19T20:25:58.913Z] ---> 7317122b8c58 [2021-03-19T20:25:58.913Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T20:25:58.913Z] Removing intermediate container 93e368b4c4dc [2021-03-19T20:25:58.913Z] ---> 02ddcf2fb772 [2021-03-19T20:25:58.913Z] [2021-03-19T20:25:59.807Z] Successfully built 02ddcf2fb772 [2021-03-19T20:25:59.807Z] ---> Running in 51df232dadab [2021-03-19T20:26:00.521Z] Successfully tagged docker-core-metadata-go:latest [2021-03-19T20:26:00.521Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-03-19T20:26:01.626Z] Removing intermediate container 51df232dadab [2021-03-19T20:26:01.626Z] ---> caef343a8c5a [2021-03-19T20:26:01.626Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T20:26:01.626Z] ---> Running in f3b7d4c3f23f [2021-03-19T20:26:02.693Z] Removing intermediate container f3b7d4c3f23f [2021-03-19T20:26:02.693Z] ---> 8957ddb42936 [2021-03-19T20:26:02.693Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T20:26:05.050Z] ---> Running in f484642b1c09 [2021-03-19T20:26:09.950Z] Removing intermediate container f484642b1c09 [2021-03-19T20:26:09.950Z] ---> 47a70c430730 [2021-03-19T20:26:09.950Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T20:26:13.886Z] ---> 19b9823e5687 [2021-03-19T20:26:13.886Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T20:26:16.324Z] ---> 23f220cb18b3 [2021-03-19T20:26:16.324Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T20:26:19.188Z] ---> ff5f374546f3 [2021-03-19T20:26:19.188Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T20:26:20.675Z] ---> Running in 9a4b3e1ca0b6 [2021-03-19T20:26:24.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:24.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:24.840Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T20:26:24.840Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T20:26:24.840Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T20:26:24.840Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T20:26:24.840Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T20:26:24.840Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T20:26:24.840Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T20:26:26.903Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T20:26:26.903Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T20:26:26.903Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T20:26:26.903Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T20:26:27.229Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T20:26:27.229Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T20:26:27.229Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T20:26:27.229Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T20:26:27.229Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T20:26:27.229Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T20:26:27.706Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T20:26:27.707Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T20:26:27.707Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T20:26:27.707Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T20:26:27.707Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T20:26:27.707Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T20:26:28.005Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T20:26:28.005Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T20:26:28.005Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T20:26:28.005Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T20:26:28.005Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T20:26:28.005Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T20:26:28.005Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T20:26:28.005Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T20:26:28.005Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T20:26:28.005Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T20:26:28.299Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:28.654Z] OK: 71 MiB in 55 packages [2021-03-19T20:26:44.402Z] 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:45.860Z] 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:27:04.917Z] Removing intermediate container 03468d1bb1a4 [2021-03-19T20:27:04.917Z] ---> 3abb27edd42b [2021-03-19T20:27:04.917Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T20:27:04.917Z] Removing intermediate container f9a3a0b73001 [2021-03-19T20:27:04.917Z] ---> 2558027e97f9 [2021-03-19T20:27:04.917Z] [2021-03-19T20:27:04.917Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T20:27:04.917Z] Removing intermediate container 1cd89b217c33 [2021-03-19T20:27:04.917Z] ---> 769d07f9bf81 [2021-03-19T20:27:04.917Z] [2021-03-19T20:27:04.917Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T20:27:04.917Z] 3.12: Pulling from library/alpine [2021-03-19T20:27:04.917Z] 3.12: Pulling from library/alpine [2021-03-19T20:27:04.917Z] ---> Running in 90acb5886aeb [2021-03-19T20:27:06.373Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:27:06.373Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:27:06.373Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T20:27:06.373Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T20:27:06.373Z] ---> d10569e2745f [2021-03-19T20:27:06.373Z] ---> d10569e2745f [2021-03-19T20:27:06.373Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T20:27:06.373Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T20:27:06.373Z] 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:27:07.353Z] ---> Running in 7aa4d59f67e1 [2021-03-19T20:27:07.353Z] ---> Running in 2a0634ea2089 [2021-03-19T20:27:07.626Z] Removing intermediate container 4a3927357948 [2021-03-19T20:27:07.626Z] ---> 46e2503fa678 [2021-03-19T20:27:07.626Z] [2021-03-19T20:27:07.626Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T20:27:07.626Z] ---> d10569e2745f [2021-03-19T20:27:07.626Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T20:27:07.900Z] ---> Running in 7e1a08a2b324 [2021-03-19T20:27:09.098Z] Removing intermediate container 7e1a08a2b324 [2021-03-19T20:27:09.098Z] ---> e76010067771 [2021-03-19T20:27:09.098Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T20:27:09.738Z] ---> Running in 8c91466fe735 [2021-03-19T20:27:09.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:10.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:10.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:10.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:10.758Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T20:27:10.758Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:27:10.758Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T20:27:10.758Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T20:27:11.093Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:27:11.093Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:27:11.093Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T20:27:11.093Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:27:11.093Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T20:27:11.093Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T20:27:11.093Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T20:27:11.093Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:27:11.093Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:27:11.450Z] OK: 7 MiB in 18 packages [2021-03-19T20:27:11.450Z] OK: 7 MiB in 19 packages [2021-03-19T20:27:11.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:12.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:12.055Z] Removing intermediate container 90acb5886aeb [2021-03-19T20:27:12.055Z] ---> 2b88f56a45a4 [2021-03-19T20:27:12.055Z] [2021-03-19T20:27:12.055Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T20:27:12.329Z] 20.10.0: Pulling from library/docker [2021-03-19T20:27:12.614Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:27:12.614Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T20:27:12.614Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:27:12.614Z] OK: 5 MiB in 16 packages [2021-03-19T20:27:12.894Z] Removing intermediate container 446ce85f20df [2021-03-19T20:27:12.894Z] ---> 7041f3df0b5d [2021-03-19T20:27:12.894Z] [2021-03-19T20:27:12.894Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:27:12.894Z] ---> d10569e2745f [2021-03-19T20:27:12.894Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:27:13.501Z] ---> Running in add446dee2fa [2021-03-19T20:27:14.485Z] Removing intermediate container 2a0634ea2089 [2021-03-19T20:27:14.485Z] ---> f11dd9a20a46 [2021-03-19T20:27:14.485Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:27:14.485Z] Removing intermediate container 7aa4d59f67e1 [2021-03-19T20:27:14.485Z] ---> bc0ae56252fa [2021-03-19T20:27:14.485Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:27:14.766Z] ---> Running in 6a0f0e5491ce [2021-03-19T20:27:14.766Z] Removing intermediate container 8c91466fe735 [2021-03-19T20:27:14.766Z] ---> 5f4e8646378c [2021-03-19T20:27:14.766Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T20:27:15.047Z] ---> Running in 065d29179ff5 [2021-03-19T20:27:15.322Z] ---> Running in 140b793d5fbf [2021-03-19T20:27:15.602Z] Removing intermediate container 6a0f0e5491ce [2021-03-19T20:27:15.602Z] ---> c80ad437a15e [2021-03-19T20:27:15.602Z] Step 13/21 : WORKDIR /edgex [2021-03-19T20:27:15.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:15.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:15.886Z] Removing intermediate container 065d29179ff5 [2021-03-19T20:27:15.886Z] ---> 2c5f19c2a85f [2021-03-19T20:27:15.886Z] Step 13/24 : WORKDIR / [2021-03-19T20:27:16.164Z] ---> Running in 3cd1cb80bfde [2021-03-19T20:27:16.164Z] Removing intermediate container 140b793d5fbf [2021-03-19T20:27:16.164Z] ---> 565d240cc417 [2021-03-19T20:27:16.164Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T20:27:16.164Z] ---> Running in 0f4762ba7f6e [2021-03-19T20:27:16.440Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:27:16.440Z] ---> Running in 1b96ba6def56 [2021-03-19T20:27:16.440Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:27:16.440Z] OK: 5 MiB in 15 packages [2021-03-19T20:27:16.717Z] Removing intermediate container 3cd1cb80bfde [2021-03-19T20:27:16.717Z] ---> badacc4ac92b [2021-03-19T20:27:16.717Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T20:27:17.318Z] Removing intermediate container 0f4762ba7f6e [2021-03-19T20:27:17.318Z] ---> dafc243679a3 [2021-03-19T20:27:17.318Z] 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:27:17.526Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:27:17.526Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:27:17.526Z] ---> 3df62bcc7ec4 [2021-03-19T20:27:17.526Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:27:17.526Z] ---> Using cache [2021-03-19T20:27:17.526Z] ---> 305c898e6b30 [2021-03-19T20:27:17.526Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:27:17.526Z] ---> Using cache [2021-03-19T20:27:17.526Z] ---> 253fad801548 [2021-03-19T20:27:17.526Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T20:27:17.593Z] Removing intermediate container 1b96ba6def56 [2021-03-19T20:27:17.594Z] ---> 34001b4f094b [2021-03-19T20:27:17.594Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T20:27:17.859Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:27:17.859Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:27:17.859Z] ---> 3df62bcc7ec4 [2021-03-19T20:27:17.859Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:27:17.859Z] ---> Using cache [2021-03-19T20:27:17.859Z] ---> 305c898e6b30 [2021-03-19T20:27:17.859Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:27:17.859Z] ---> Using cache [2021-03-19T20:27:17.859Z] ---> 253fad801548 [2021-03-19T20:27:17.859Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T20:27:17.859Z] ---> Using cache [2021-03-19T20:27:17.859Z] ---> 14a1de8d5017 [2021-03-19T20:27:17.859Z] Step 6/22 : COPY go.mod . [2021-03-19T20:27:17.859Z] ---> Using cache [2021-03-19T20:27:17.859Z] ---> 88ef94f7cb8c [2021-03-19T20:27:17.859Z] Step 7/22 : RUN go mod download [2021-03-19T20:27:17.859Z] ---> Using cache [2021-03-19T20:27:17.859Z] ---> 0225952679c7 [2021-03-19T20:27:17.859Z] Step 8/22 : COPY . . [2021-03-19T20:27:17.872Z] ---> Running in 3c99c7a367ec [2021-03-19T20:27:18.354Z] ---> Using cache [2021-03-19T20:27:18.354Z] ---> 86fc268808b1 [2021-03-19T20:27:18.354Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T20:27:18.472Z] ---> c960cda3dd32 [2021-03-19T20:27:18.473Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T20:27:18.681Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:27:18.681Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:27:18.681Z] ---> 3df62bcc7ec4 [2021-03-19T20:27:18.681Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T20:27:18.681Z] ---> Using cache [2021-03-19T20:27:18.681Z] ---> 305c898e6b30 [2021-03-19T20:27:18.681Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:27:18.681Z] ---> Using cache [2021-03-19T20:27:18.681Z] ---> 253fad801548 [2021-03-19T20:27:18.681Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T20:27:18.681Z] ---> Using cache [2021-03-19T20:27:18.681Z] ---> 14a1de8d5017 [2021-03-19T20:27:18.681Z] Step 6/31 : COPY go.mod . [2021-03-19T20:27:18.681Z] ---> Using cache [2021-03-19T20:27:18.681Z] ---> 88ef94f7cb8c [2021-03-19T20:27:18.681Z] Step 7/31 : RUN go mod download [2021-03-19T20:27:18.681Z] ---> Using cache [2021-03-19T20:27:18.681Z] ---> 0225952679c7 [2021-03-19T20:27:18.681Z] Step 8/31 : COPY . . [2021-03-19T20:27:18.747Z] ---> 3cbe3d0649d9 [2021-03-19T20:27:18.747Z] 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:27:18.747Z] Removing intermediate container add446dee2fa [2021-03-19T20:27:18.747Z] ---> b015d7a6bbcc [2021-03-19T20:27:18.747Z] 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:27:18.989Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:27:18.989Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:27:18.989Z] ---> 3df62bcc7ec4 [2021-03-19T20:27:18.989Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T20:27:18.989Z] ---> Using cache [2021-03-19T20:27:18.989Z] ---> 305c898e6b30 [2021-03-19T20:27:18.989Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:27:18.989Z] ---> Using cache [2021-03-19T20:27:18.989Z] ---> 253fad801548 [2021-03-19T20:27:18.989Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T20:27:18.989Z] ---> Using cache [2021-03-19T20:27:18.989Z] ---> 14a1de8d5017 [2021-03-19T20:27:18.989Z] Step 6/24 : COPY go.mod . [2021-03-19T20:27:18.989Z] ---> Using cache [2021-03-19T20:27:18.989Z] ---> 88ef94f7cb8c [2021-03-19T20:27:18.989Z] Step 7/24 : RUN go mod download [2021-03-19T20:27:18.989Z] ---> Using cache [2021-03-19T20:27:18.989Z] ---> 0225952679c7 [2021-03-19T20:27:18.989Z] Step 8/24 : COPY . . [2021-03-19T20:27:18.989Z] ---> Using cache [2021-03-19T20:27:18.989Z] ---> 86fc268808b1 [2021-03-19T20:27:18.989Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T20:27:18.989Z] ---> Using cache [2021-03-19T20:27:18.989Z] ---> 86fc268808b1 [2021-03-19T20:27:18.989Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T20:27:19.025Z] ---> Running in 6eddaa50dfc3 [2021-03-19T20:27:20.009Z] Removing intermediate container 6eddaa50dfc3 [2021-03-19T20:27:20.009Z] ---> 096dc40c5bf4 [2021-03-19T20:27:20.009Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T20:27:20.062Z] ---> Running in 06c651607d11 [2021-03-19T20:27:20.062Z] ---> Running in bda06ddd1614 [2021-03-19T20:27:20.062Z] ---> Running in 845d43b07209 [2021-03-19T20:27:20.062Z] ---> Running in d7d6f2993cc4 [2021-03-19T20:27:20.281Z] ---> c95a9c9ad831 [2021-03-19T20:27:20.281Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T20:27:20.281Z] ---> Running in 46b73596f1b1 [2021-03-19T20:27:20.555Z] ---> d679a391a81e [2021-03-19T20:27:20.555Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T20:27:21.161Z] Removing intermediate container 46b73596f1b1 [2021-03-19T20:27:21.161Z] ---> b3baa36ee87e [2021-03-19T20:27:21.161Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:27:21.759Z] ---> Running in fe90c85b2e8f [2021-03-19T20:27:21.759Z] ---> 641b441e28cd [2021-03-19T20:27:21.759Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T20:27:22.033Z] Removing intermediate container 3c99c7a367ec [2021-03-19T20:27:22.033Z] ---> 29b921c75455 [2021-03-19T20:27:22.033Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T20:27:22.629Z] ---> Running in 912b60964cae [2021-03-19T20:27:22.629Z] Removing intermediate container fe90c85b2e8f [2021-03-19T20:27:22.629Z] ---> 3d53cd168171 [2021-03-19T20:27:22.629Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:27:22.857Z] 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:27:22.857Z] 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:27:22.908Z] ---> abe3a85d7c0d [2021-03-19T20:27:22.908Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T20:27:23.148Z] 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:23.180Z] ---> Running in 37113e231c87 [2021-03-19T20:27:23.455Z] Removing intermediate container 912b60964cae [2021-03-19T20:27:23.455Z] ---> 96adcaa6554d [2021-03-19T20:27:23.455Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T20:27:23.731Z] ---> f20b5e326f46 [2021-03-19T20:27:23.731Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T20:27:24.004Z] Removing intermediate container 37113e231c87 [2021-03-19T20:27:24.004Z] ---> d9426f4a7b1c [2021-03-19T20:27:24.004Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T20:27:24.004Z] ---> 6c31bbd8daa4 [2021-03-19T20:27:24.004Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T20:27:24.004Z] ---> Running in 2ce05f4c804e [2021-03-19T20:27:24.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:27:25.441Z] ---> e0c6c8771da6 [2021-03-19T20:27:25.441Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T20:27:25.725Z] Removing intermediate container 2ce05f4c804e [2021-03-19T20:27:25.725Z] ---> 6eca44309858 [2021-03-19T20:27:25.725Z] Step 19/21 : LABEL arch=arm64 [2021-03-19T20:27:25.725Z] ---> ed3a65083c70 [2021-03-19T20:27:25.725Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T20:27:25.725Z] ---> Running in 75d6e294d759 [2021-03-19T20:27:25.997Z] ---> 128a2a1db78f [2021-03-19T20:27:25.997Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T20:27:25.997Z] ---> Running in b9e9c6c04d5f [2021-03-19T20:27:26.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:27:26.727Z] OK: 233 MiB in 51 packages [2021-03-19T20:27:26.981Z] Removing intermediate container b9e9c6c04d5f [2021-03-19T20:27:26.981Z] ---> 53b9c75ddde4 [2021-03-19T20:27:26.981Z] Step 20/21 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:27:26.981Z] ---> 0181572a9d87 [2021-03-19T20:27:26.982Z] 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:27:26.982Z] ---> Running in 5d881865fb44 [2021-03-19T20:27:27.254Z] ---> 55f50976bfe4 [2021-03-19T20:27:27.254Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T20:27:27.254Z] ---> Running in 4f0fe5759a61 [2021-03-19T20:27:27.530Z] ---> Running in de2446cbee52 [2021-03-19T20:27:27.530Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T20:27:27.803Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T20:27:27.803Z] ---> eeaf43b92773 [2021-03-19T20:27:27.803Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T20:27:27.803Z] Removing intermediate container 5d881865fb44 [2021-03-19T20:27:27.803Z] ---> 8995ee54a61f [2021-03-19T20:27:27.803Z] Step 21/21 : LABEL version=0.0.0 [2021-03-19T20:27:28.075Z] ---> Running in 5f9d011ca481 [2021-03-19T20:27:28.075Z] ---> Running in 19afef0c2df8 [2021-03-19T20:27:28.350Z] Removing intermediate container de2446cbee52 [2021-03-19T20:27:28.350Z] ---> 4eafc382c79b [2021-03-19T20:27:28.350Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:27:28.625Z] ---> Running in 941d5a5044f3 [2021-03-19T20:27:28.900Z] Removing intermediate container 19afef0c2df8 [2021-03-19T20:27:28.900Z] ---> b0698b91f6c3 [2021-03-19T20:27:28.900Z] [2021-03-19T20:27:29.175Z] Removing intermediate container 75d6e294d759 [2021-03-19T20:27:29.175Z] ---> e00e785356a5 [2021-03-19T20:27:29.175Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:27:29.175Z] Removing intermediate container 941d5a5044f3 [2021-03-19T20:27:29.175Z] ---> bc9b1f67ca78 [2021-03-19T20:27:29.175Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T20:27:29.450Z] Successfully built b0698b91f6c3 [2021-03-19T20:27:29.450Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-19T20:27:29.450Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-03-19T20:27:29.727Z] ---> Running in f52e911f91d5 [2021-03-19T20:27:30.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:30.279Z] ---> 7594a1dcad3c [2021-03-19T20:27:30.279Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T20:27:30.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:30.279Z] Removing intermediate container f52e911f91d5 [2021-03-19T20:27:30.279Z] ---> f88e060b5bf6 [2021-03-19T20:27:30.279Z] Step 21/22 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:27:30.551Z] ---> Running in bb82546ed6f4 [2021-03-19T20:27:30.551Z] Removing intermediate container 4f0fe5759a61 [2021-03-19T20:27:30.551Z] ---> 4b297c6e34a2 [2021-03-19T20:27:30.551Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T20:27:30.582Z] Removing intermediate container d7d6f2993cc4 [2021-03-19T20:27:30.582Z] ---> a0bc6818a837 [2021-03-19T20:27:30.582Z] Step 6/23 : COPY go.mod . [2021-03-19T20:27:30.822Z] ---> Running in 2cd9970856d3 [2021-03-19T20:27:30.822Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T20:27:30.822Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T20:27:30.822Z] Executing bash-5.0.17-r0.post-install [2021-03-19T20:27:30.822Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:27:31.095Z] OK: 12 MiB in 22 packages [2021-03-19T20:27:32.069Z] Removing intermediate container bb82546ed6f4 [2021-03-19T20:27:32.069Z] ---> 8d1f40b01aab [2021-03-19T20:27:32.069Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:27:33.065Z] Removing intermediate container 2cd9970856d3 [2021-03-19T20:27:33.065Z] ---> f40178caab14 [2021-03-19T20:27:33.065Z] Step 22/24 : LABEL arch=arm64 [2021-03-19T20:27:33.065Z] ---> d56411a20903 [2021-03-19T20:27:33.065Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T20:27:33.065Z] ---> Running in 4b75d876eb95 [2021-03-19T20:27:33.339Z] ---> Running in dd47f06c3a1a [2021-03-19T20:27:33.418Z] ---> be44790e7b1e [2021-03-19T20:27:33.418Z] Step 7/23 : RUN go mod download [2021-03-19T20:27:33.702Z] ---> Running in e093fa573267 [2021-03-19T20:27:34.320Z] Removing intermediate container 4b75d876eb95 [2021-03-19T20:27:34.320Z] ---> 0087d8136ea8 [2021-03-19T20:27:34.320Z] [2021-03-19T20:27:34.917Z] Successfully built 0087d8136ea8 [2021-03-19T20:27:34.917Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-19T20:27:34.917Z] Removing intermediate container dd47f06c3a1a [2021-03-19T20:27:34.917Z]  Building docker-support-scheduler-go ... done  ---> 84066bdd3cc4 [2021-03-19T20:27:34.917Z] Building docker-support-notifications-go [2021-03-19T20:27:34.917Z] Step 23/24 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:27:34.917Z] Removing intermediate container 5f9d011ca481 [2021-03-19T20:27:34.917Z] ---> ce7e43d3d5f6 [2021-03-19T20:27:34.917Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T20:27:35.508Z] ---> 78b7dc4e0ca1 [2021-03-19T20:27:35.508Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T20:27:35.508Z] ---> Running in ff426b96e4ba [2021-03-19T20:27:35.508Z] ---> Running in 934869f98d04 [2021-03-19T20:27:36.106Z] Removing intermediate container ff426b96e4ba [2021-03-19T20:27:36.106Z] ---> 4e01b5c3dca4 [2021-03-19T20:27:36.106Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T20:27:36.379Z] Removing intermediate container 934869f98d04 [2021-03-19T20:27:36.379Z] ---> 078936c48b27 [2021-03-19T20:27:36.379Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T20:27:36.379Z] ---> Running in 3e73c8bd9704 [2021-03-19T20:27:36.379Z] ---> Running in 940edb4d1a7e [2021-03-19T20:27:36.653Z] ---> de371854f61d [2021-03-19T20:27:36.653Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T20:27:37.247Z] Removing intermediate container 3e73c8bd9704 [2021-03-19T20:27:37.247Z] ---> 6fd3432ff8b2 [2021-03-19T20:27:37.247Z] [2021-03-19T20:27:37.519Z] Removing intermediate container 940edb4d1a7e [2021-03-19T20:27:37.519Z] ---> cb6ac6baa838 [2021-03-19T20:27:37.519Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T20:27:37.519Z] Successfully built 6fd3432ff8b2 [2021-03-19T20:27:37.790Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-19T20:27:37.790Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-19T20:27:37.790Z] ---> 4fb95f780e42 [2021-03-19T20:27:37.790Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T20:27:37.790Z] ---> Running in bc7111d27ec6 [2021-03-19T20:27:38.385Z] ---> Running in 84401063ff19 [2021-03-19T20:27:38.385Z] Removing intermediate container bc7111d27ec6 [2021-03-19T20:27:38.385Z] ---> 78bfbd98cfbd [2021-03-19T20:27:38.385Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T20:27:38.984Z] Removing intermediate container 84401063ff19 [2021-03-19T20:27:38.984Z] ---> 37911432323e [2021-03-19T20:27:38.984Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T20:27:40.430Z] ---> f1fd2926dfc7 [2021-03-19T20:27:40.430Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T20:27:40.430Z] ---> bcf80f982474 [2021-03-19T20:27:40.708Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T20:27:41.693Z] ---> Running in 58aa9f0fa874 [2021-03-19T20:27:42.679Z] ---> d38724bc9c5b [2021-03-19T20:27:42.679Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T20:27:44.468Z] Removing intermediate container e093fa573267 [2021-03-19T20:27:44.469Z] ---> 8bdbea5da4ae [2021-03-19T20:27:44.469Z] Step 8/23 : COPY . . [2021-03-19T20:27:44.691Z] ---> aaaebf65a346 [2021-03-19T20:27:44.691Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T20:27:45.305Z] ---> Running in d71dd438bf81 [2021-03-19T20:27:45.364Z] Removing intermediate container 9a4b3e1ca0b6 [2021-03-19T20:27:45.364Z] ---> 58f12078f626 [2021-03-19T20:27:45.364Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T20:27:45.917Z] Removing intermediate container 58aa9f0fa874 [2021-03-19T20:27:45.917Z] ---> 1760d9086de4 [2021-03-19T20:27:45.917Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T20:27:46.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:46.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:46.799Z] ---> Running in 683e90f6cfe4 [2021-03-19T20:27:47.777Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T20:27:47.777Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T20:27:47.777Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T20:27:47.777Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T20:27:47.777Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T20:27:47.777Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T20:27:47.777Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T20:27:47.777Z] Removing intermediate container 683e90f6cfe4 [2021-03-19T20:27:47.777Z] ---> 86ea2eee054b [2021-03-19T20:27:47.777Z] Step 28/31 : CMD ["gate"] [2021-03-19T20:27:48.389Z] ---> Running in a5911720430f [2021-03-19T20:27:49.826Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T20:27:49.826Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T20:27:49.826Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T20:27:49.826Z] Removing intermediate container a5911720430f [2021-03-19T20:27:49.826Z] ---> edd95cf97e05 [2021-03-19T20:27:49.826Z] Step 29/31 : LABEL arch=arm64 [2021-03-19T20:27:49.826Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T20:27:49.826Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T20:27:49.826Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T20:27:49.826Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T20:27:49.826Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T20:27:49.826Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T20:27:49.826Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T20:27:49.826Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T20:27:49.826Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T20:27:49.826Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T20:27:49.826Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T20:27:49.826Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T20:27:49.826Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T20:27:50.100Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T20:27:50.100Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T20:27:50.100Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T20:27:50.100Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T20:27:50.100Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T20:27:50.100Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T20:27:50.100Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T20:27:50.100Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T20:27:50.100Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T20:27:50.100Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T20:27:50.373Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:27:50.373Z] OK: 71 MiB in 55 packages [2021-03-19T20:27:50.646Z] ---> Running in 2ad92b48c370 [2021-03-19T20:27:52.080Z] Removing intermediate container 2ad92b48c370 [2021-03-19T20:27:52.080Z] ---> c0ec2763386b [2021-03-19T20:27:52.080Z] Step 30/31 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:27:52.674Z] ---> Running in 88482ed66431 [2021-03-19T20:27:53.657Z] Removing intermediate container 88482ed66431 [2021-03-19T20:27:53.657Z] ---> 6247e545bf5b [2021-03-19T20:27:53.657Z] Step 31/31 : LABEL version=0.0.0 [2021-03-19T20:27:54.258Z] ---> Running in fd4c94ea0abf [2021-03-19T20:27:54.964Z] ---> Running in 95d0c2f9517b [2021-03-19T20:27:55.248Z] Removing intermediate container fd4c94ea0abf [2021-03-19T20:27:55.248Z] ---> 8c2a64179449 [2021-03-19T20:27:55.248Z] [2021-03-19T20:27:55.524Z] Successfully built 8c2a64179449 [2021-03-19T20:27:55.799Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-19T20:27:55.799Z] Building docker-core-data-go [2021-03-19T20:27:58.413Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container d71dd438bf81 [2021-03-19T20:27:58.413Z] ---> 0ef5b5b9249e [2021-03-19T20:27:58.413Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T20:27:58.413Z] ---> Running in 5c0022651e79 [2021-03-19T20:28:03.888Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:03.888Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:03.888Z] ---> 7ad0253b8c67 [2021-03-19T20:28:03.888Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:28:03.888Z] ---> Using cache [2021-03-19T20:28:03.888Z] ---> fcf3e4ad633e [2021-03-19T20:28:03.888Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:03.888Z] ---> Using cache [2021-03-19T20:28:03.888Z] ---> 738384017040 [2021-03-19T20:28:03.888Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:28:03.888Z] ---> Using cache [2021-03-19T20:28:03.888Z] ---> 1feb40e87ad5 [2021-03-19T20:28:03.888Z] Step 6/23 : COPY go.mod . [2021-03-19T20:28:03.888Z] ---> Using cache [2021-03-19T20:28:03.888Z] ---> 3df29d4b2421 [2021-03-19T20:28:03.888Z] Step 7/23 : RUN go mod download [2021-03-19T20:28:03.888Z] ---> Using cache [2021-03-19T20:28:03.888Z] ---> 33b417a047f8 [2021-03-19T20:28:03.888Z] Step 8/23 : COPY . . [2021-03-19T20:28:03.888Z] ---> Using cache [2021-03-19T20:28:03.888Z] ---> 3429a683467a [2021-03-19T20:28:03.888Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T20:28:04.493Z] Collecting docker-compose==1.23.2 [2021-03-19T20:28:04.493Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T20:28:06.478Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T20:28:06.478Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T20:28:06.478Z] ---> Running in 1cf2539c0176 [2021-03-19T20:28:07.915Z] 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:08.525Z] 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:28:08.805Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T20:28:08.805Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T20:28:12.215Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T20:28:12.215Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T20:28:12.824Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T20:28:12.824Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T20:28:13.428Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T20:28:13.428Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T20:28:14.421Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T20:28:14.421Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T20:28:15.423Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T20:28:15.423Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T20:28:18.881Z] Collecting PyYAML<4,>=3.10 [2021-03-19T20:28:18.881Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T20:28:20.333Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:20.333Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:20.333Z] ---> 7ad0253b8c67 [2021-03-19T20:28:20.333Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:28:20.334Z] ---> Using cache [2021-03-19T20:28:20.334Z] ---> fcf3e4ad633e [2021-03-19T20:28:20.334Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:20.334Z] ---> Using cache [2021-03-19T20:28:20.334Z] ---> 738384017040 [2021-03-19T20:28:20.334Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T20:28:22.340Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:22.340Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:22.340Z] ---> 7ad0253b8c67 [2021-03-19T20:28:22.340Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:28:22.340Z] ---> Using cache [2021-03-19T20:28:22.340Z] ---> fcf3e4ad633e [2021-03-19T20:28:22.340Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:22.340Z] ---> Using cache [2021-03-19T20:28:22.340Z] ---> 738384017040 [2021-03-19T20:28:22.340Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:28:22.340Z] ---> Using cache [2021-03-19T20:28:22.340Z] ---> 1feb40e87ad5 [2021-03-19T20:28:22.340Z] Step 6/23 : COPY go.mod . [2021-03-19T20:28:22.340Z] ---> Using cache [2021-03-19T20:28:22.340Z] ---> 3df29d4b2421 [2021-03-19T20:28:22.340Z] Step 7/23 : RUN go mod download [2021-03-19T20:28:22.340Z] ---> Using cache [2021-03-19T20:28:22.340Z] ---> 33b417a047f8 [2021-03-19T20:28:22.340Z] Step 8/23 : COPY . . [2021-03-19T20:28:22.340Z] ---> Using cache [2021-03-19T20:28:22.340Z] ---> 3429a683467a [2021-03-19T20:28:22.340Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T20:28:22.618Z] ---> Running in cd0f28a8051c [2021-03-19T20:28:22.618Z] ---> Running in 9798a9ca9b8d [2021-03-19T20:28:24.095Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T20:28:24.095Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T20:28:24.741Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T20:28:24.741Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T20:28:24.741Z] 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:28:25.347Z] 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:28:25.629Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T20:28:25.629Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T20:28:25.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:26.642Z] Collecting idna<2.8,>=2.5 [2021-03-19T20:28:26.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:26.642Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T20:28:26.642Z] 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:28:26.642Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T20:28:26.642Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T20:28:26.642Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T20:28:26.642Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T20:28:27.241Z] OK: 217 MiB in 51 packages [2021-03-19T20:28:28.233Z] Installing collected packages: docopt, dockerpty, jsonschema, websocket-client, cached-property, urllib3, idna, requests, docker-pycreds, docker, texttable, PyYAML, docker-compose [2021-03-19T20:28:28.233Z] Running setup.py install for docopt: started [2021-03-19T20:28:30.033Z] Collecting docker-compose==1.23.2 [2021-03-19T20:28:30.034Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T20:28:30.034Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T20:28:30.034Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T20:28:30.233Z] Removing intermediate container cd0f28a8051c [2021-03-19T20:28:30.234Z] ---> 3e376f86a088 [2021-03-19T20:28:30.234Z] Step 6/22 : COPY go.mod . [2021-03-19T20:28:31.192Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T20:28:31.192Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T20:28:31.701Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T20:28:31.701Z] Running setup.py install for dockerpty: started [2021-03-19T20:28:31.701Z] ---> 9bdd8650cfb9 [2021-03-19T20:28:31.701Z] Step 7/22 : RUN go mod download [2021-03-19T20:28:31.990Z] ---> Running in 8fcd240f3b2f [2021-03-19T20:28:35.418Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T20:28:35.418Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:35.418Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:35.418Z] ---> 7ad0253b8c67 [2021-03-19T20:28:35.418Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:28:35.418Z] ---> Using cache [2021-03-19T20:28:35.418Z] ---> fcf3e4ad633e [2021-03-19T20:28:35.418Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:35.418Z] ---> Using cache [2021-03-19T20:28:35.418Z] ---> 738384017040 [2021-03-19T20:28:35.418Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T20:28:35.693Z] ---> Running in 292fce3ba514 [2021-03-19T20:28:35.973Z] Attempting uninstall: urllib3 [2021-03-19T20:28:35.973Z] Found existing installation: urllib3 1.25.9 [2021-03-19T20:28:36.270Z] Uninstalling urllib3-1.25.9: [2021-03-19T20:28:36.554Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T20:28:37.551Z] Removing intermediate container 8fcd240f3b2f [2021-03-19T20:28:37.551Z] ---> dc047370be4b [2021-03-19T20:28:37.551Z] Step 8/22 : COPY . . [2021-03-19T20:28:37.551Z] Attempting uninstall: idna [2021-03-19T20:28:37.551Z] Found existing installation: idna 2.9 [2021-03-19T20:28:37.551Z] Uninstalling idna-2.9: [2021-03-19T20:28:37.551Z] Successfully uninstalled idna-2.9 [2021-03-19T20:28:37.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:38.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:38.437Z] Attempting uninstall: requests [2021-03-19T20:28:38.715Z] Found existing installation: requests 2.23.0 [2021-03-19T20:28:38.715Z] Uninstalling requests-2.23.0: [2021-03-19T20:28:38.801Z] 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:28:38.992Z] Successfully uninstalled requests-2.23.0 [2021-03-19T20:28:39.602Z] OK: 217 MiB in 51 packages [2021-03-19T20:28:41.067Z] Running setup.py install for texttable: started [2021-03-19T20:28:42.520Z] Removing intermediate container 292fce3ba514 [2021-03-19T20:28:42.520Z] ---> cc6b6af1797d [2021-03-19T20:28:42.520Z] Step 6/23 : COPY go.mod . [2021-03-19T20:28:43.970Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T20:28:43.970Z] Running setup.py install for PyYAML: started [2021-03-19T20:28:44.582Z] ---> 3f6d05f431c4 [2021-03-19T20:28:44.582Z] Step 7/23 : RUN go mod download [2021-03-19T20:28:45.196Z] ---> Running in 47291f25789c [2021-03-19T20:28:46.168Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T20:28:46.168Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T20:28:47.204Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T20:28:48.306Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T20:28:48.306Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T20:28:48.653Z] 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:28:48.920Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T20:28:49.208Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T20:28:51.341Z] 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:28:52.076Z] Removing intermediate container 47291f25789c [2021-03-19T20:28:52.076Z] ---> 0c5577a79edc [2021-03-19T20:28:52.076Z] Step 8/23 : COPY . . [2021-03-19T20:28:52.153Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T20:28:52.153Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T20:28:52.617Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T20:28:53.051Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T20:28:54.807Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T20:28:54.807Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T20:28:57.515Z] Removing intermediate container 5c0022651e79 [2021-03-19T20:28:57.515Z] ---> 3def87827b2a [2021-03-19T20:28:57.515Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T20:28:57.515Z] ---> Running in 92b0a553d675 [2021-03-19T20:29:00.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:29:00.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:29:00.797Z] ---> 9110d4fafa88 [2021-03-19T20:29:00.797Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T20:29:01.081Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:29:01.081Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T20:29:01.081Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T20:29:01.081Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:29:01.081Z] OK: 72 MiB in 58 packages [2021-03-19T20:29:01.660Z] Collecting PyYAML<4,>=3.10 [2021-03-19T20:29:01.660Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T20:29:01.684Z] ---> Running in e8e53aa39916 [2021-03-19T20:29:04.355Z] 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:29:04.355Z] Removing intermediate container 92b0a553d675 [2021-03-19T20:29:04.355Z] ---> 2789df8fe340 [2021-03-19T20:29:04.355Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T20:29:04.964Z] ---> Running in 3051a6d0eeb3 [2021-03-19T20:29:05.978Z] Removing intermediate container 3051a6d0eeb3 [2021-03-19T20:29:05.978Z] ---> d70bd070b38c [2021-03-19T20:29:05.978Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:29:06.258Z] ---> Running in 5d23a082330c [2021-03-19T20:29:06.996Z] Removing intermediate container 845d43b07209 [2021-03-19T20:29:06.996Z] ---> 935c37fdeb5a [2021-03-19T20:29:06.996Z] [2021-03-19T20:29:06.996Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T20:29:06.996Z] ---> 88dd2752d2ea [2021-03-19T20:29:06.996Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T20:29:07.270Z] Removing intermediate container 5d23a082330c [2021-03-19T20:29:07.270Z] ---> 25c94550f0ff [2021-03-19T20:29:07.270Z] Step 24/26 : LABEL arch=arm64 [2021-03-19T20:29:07.319Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T20:29:07.320Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T20:29:07.789Z] Removing intermediate container 06c651607d11 [2021-03-19T20:29:07.789Z] ---> 484dd4a8f1b2 [2021-03-19T20:29:07.789Z] [2021-03-19T20:29:07.789Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:29:07.789Z] ---> 88dd2752d2ea [2021-03-19T20:29:07.789Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:29:07.789Z] ---> Using cache [2021-03-19T20:29:07.789Z] ---> d6ae6438df0d [2021-03-19T20:29:07.789Z] 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:29:07.789Z] ---> Using cache [2021-03-19T20:29:07.789Z] ---> d7bbd82f6086 [2021-03-19T20:29:07.789Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T20:29:07.789Z] 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:29:07.898Z] ---> Running in 2a9532efea4d [2021-03-19T20:29:08.222Z] Collecting idna<2.8,>=2.5 [2021-03-19T20:29:08.222Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T20:29:08.222Z] 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:29:08.684Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T20:29:08.684Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T20:29:08.684Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T20:29:08.684Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T20:29:08.684Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T20:29:09.046Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T20:29:09.046Z] ---> Running in 6bfe8c24f088 [2021-03-19T20:29:09.346Z] Removing intermediate container 2a9532efea4d [2021-03-19T20:29:09.346Z] ---> 902983646d10 [2021-03-19T20:29:09.346Z] Step 25/26 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:29:09.373Z] ---> Running in 5fbddd2753aa [2021-03-19T20:29:09.373Z] Installing collected packages: websocket-client, dockerpty, jsonschema, docker-pycreds, idna, urllib3, requests, docker, texttable, cached-property, docopt, PyYAML, docker-compose [2021-03-19T20:29:09.624Z] ---> Running in 7206efe9224c [2021-03-19T20:29:09.652Z] Running setup.py install for dockerpty: started [2021-03-19T20:29:11.079Z] Removing intermediate container 7206efe9224c [2021-03-19T20:29:11.079Z] ---> ca9ba7e5356e [2021-03-19T20:29:11.079Z] Step 26/26 : LABEL version=0.0.0 [2021-03-19T20:29:11.111Z] Removing intermediate container 6bfe8c24f088 [2021-03-19T20:29:11.111Z] ---> 807f2e4f502d [2021-03-19T20:29:11.111Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T20:29:11.358Z] ---> Running in 65d9c63618fc [2021-03-19T20:29:11.409Z] Removing intermediate container 5fbddd2753aa [2021-03-19T20:29:11.409Z] ---> de11225dae45 [2021-03-19T20:29:11.409Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:29:11.409Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T20:29:12.542Z] ---> Running in ec3fc49dbe0c [2021-03-19T20:29:12.826Z] Removing intermediate container 65d9c63618fc [2021-03-19T20:29:12.826Z] ---> 607be3932ec5 [2021-03-19T20:29:12.826Z] [2021-03-19T20:29:12.870Z] ---> Running in ca2dc008e03c [2021-03-19T20:29:12.870Z] Attempting uninstall: idna [2021-03-19T20:29:12.870Z] Found existing installation: idna 2.9 [2021-03-19T20:29:12.870Z] Uninstalling idna-2.9: [2021-03-19T20:29:13.235Z] Successfully uninstalled idna-2.9 [2021-03-19T20:29:13.460Z] Successfully built 607be3932ec5 [2021-03-19T20:29:13.740Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-19T20:29:15.286Z] Attempting uninstall: urllib3 [2021-03-19T20:29:15.286Z] Found existing installation: urllib3 1.25.9 [2021-03-19T20:29:15.286Z] Uninstalling urllib3-1.25.9: [2021-03-19T20:29:15.567Z] Removing intermediate container ca2dc008e03c [2021-03-19T20:29:15.567Z] ---> a967361ce386 [2021-03-19T20:29:15.567Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:29:16.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:29:16.273Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T20:29:16.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:29:17.166Z]  Building docker-sys-mgmt-agent-go ... done  ---> 5931c7ed9ea2 [2021-03-19T20:29:17.166Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T20:29:17.315Z] Removing intermediate container bda06ddd1614 [2021-03-19T20:29:17.315Z] ---> d695e7f6bed0 [2021-03-19T20:29:17.315Z] [2021-03-19T20:29:17.315Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T20:29:17.315Z] ---> 88dd2752d2ea [2021-03-19T20:29:17.315Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T20:29:17.315Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:29:17.315Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T20:29:17.315Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:29:17.315Z] ---> c2c2380f7d4e [2021-03-19T20:29:17.315Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T20:29:17.315Z] OK: 6 MiB in 16 packages [2021-03-19T20:29:17.445Z] ---> Running in 68d325cfa013 [2021-03-19T20:29:17.641Z] ---> ec8e19bb1dfc [2021-03-19T20:29:17.641Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T20:29:17.971Z] Attempting uninstall: requests [2021-03-19T20:29:17.971Z] Found existing installation: requests 2.23.0 [2021-03-19T20:29:17.971Z] Uninstalling requests-2.23.0: [2021-03-19T20:29:18.306Z] ---> Running in ab070ba06a90 [2021-03-19T20:29:18.306Z] ---> Running in 9d1d4fc9ce26 [2021-03-19T20:29:18.306Z] Successfully uninstalled requests-2.23.0 [2021-03-19T20:29:19.362Z] Running setup.py install for texttable: started [2021-03-19T20:29:19.450Z] 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:29:20.535Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T20:29:20.535Z] ---> dbad63059ce5 [2021-03-19T20:29:20.535Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T20:29:20.535Z] Running setup.py install for docopt: started [2021-03-19T20:29:20.535Z] Removing intermediate container ec3fc49dbe0c [2021-03-19T20:29:20.535Z] ---> e7298aa70667 [2021-03-19T20:29:20.535Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T20:29:21.217Z] ---> Running in 79dfe27f7545 [2021-03-19T20:29:21.217Z] 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:29:21.887Z] ---> 8016d628535e [2021-03-19T20:29:21.887Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T20:29:22.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:29:22.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:29:22.578Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T20:29:22.578Z] Running setup.py install for PyYAML: started [2021-03-19T20:29:22.578Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T20:29:22.868Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:29:22.868Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T20:29:22.868Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T20:29:22.868Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T20:29:22.868Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:29:23.240Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:29:23.240Z] OK: 7 MiB in 19 packages [2021-03-19T20:29:23.657Z] ---> Running in c74362e74181 [2021-03-19T20:29:23.657Z] Removing intermediate container 79dfe27f7545 [2021-03-19T20:29:23.657Z] ---> 07c593ba3356 [2021-03-19T20:29:23.657Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T20:29:24.006Z] ---> Running in d51c906afe1f [2021-03-19T20:29:24.353Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T20:29:24.798Z] Removing intermediate container c74362e74181 [2021-03-19T20:29:24.798Z] ---> 3710ed1a0714 [2021-03-19T20:29:24.798Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:29:25.537Z] ---> Running in 52669a76aba0 [2021-03-19T20:29:25.537Z] 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:29:25.537Z] Removing intermediate container d51c906afe1f [2021-03-19T20:29:25.537Z] ---> 0e4b9507d679 [2021-03-19T20:29:25.537Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T20:29:25.847Z] ---> Running in 562154cc42d9 [2021-03-19T20:29:26.478Z] Removing intermediate container 52669a76aba0 [2021-03-19T20:29:26.478Z] ---> f7605230a271 [2021-03-19T20:29:26.478Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T20:29:26.819Z] ---> Running in 08751c5ea7a3 [2021-03-19T20:29:27.114Z] Removing intermediate container 9d1d4fc9ce26 [2021-03-19T20:29:27.114Z] ---> d1b11498bb61 [2021-03-19T20:29:27.114Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:29:27.815Z] ---> Running in a2fc94107b10 [2021-03-19T20:29:28.496Z] Removing intermediate container 08751c5ea7a3 [2021-03-19T20:29:28.496Z] ---> 7a54b642fb07 [2021-03-19T20:29:28.496Z] Step 21/22 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:29:30.546Z] ---> Running in 87f4b2433f5b [2021-03-19T20:29:30.546Z] Removing intermediate container a2fc94107b10 [2021-03-19T20:29:30.546Z] ---> 0c4ae42a8a5f [2021-03-19T20:29:30.546Z] Step 13/24 : WORKDIR / [2021-03-19T20:29:31.267Z] ---> Running in 4c1ce0c721b3 [2021-03-19T20:29:31.557Z] Removing intermediate container 87f4b2433f5b [2021-03-19T20:29:31.557Z] ---> b98f725fc7cb [2021-03-19T20:29:31.557Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:29:31.557Z] Removing intermediate container 95d0c2f9517b [2021-03-19T20:29:31.557Z] ---> 7abb1e8e8660 [2021-03-19T20:29:31.557Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T20:29:33.078Z] ---> Running in 74fad6ee0bff [2021-03-19T20:29:33.078Z] ---> Running in 15ff0098da4b [2021-03-19T20:29:33.913Z] Removing intermediate container 4c1ce0c721b3 [2021-03-19T20:29:33.913Z] ---> 8463b7e5167b [2021-03-19T20:29:33.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:29:33.913Z] Removing intermediate container 562154cc42d9 [2021-03-19T20:29:33.913Z] ---> 30b79e576379 [2021-03-19T20:29:33.913Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T20:29:35.109Z] ---> Running in 5f3541257512 [2021-03-19T20:29:35.109Z] Removing intermediate container 74fad6ee0bff [2021-03-19T20:29:35.109Z] ---> 5ab846284b95 [2021-03-19T20:29:35.109Z] [2021-03-19T20:29:35.501Z] ---> ec70f4898067 [2021-03-19T20:29:35.501Z] 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:29:35.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:29:36.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:29:36.151Z] Successfully built 5ab846284b95 [2021-03-19T20:29:36.437Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:29:36.437Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T20:29:36.437Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T20:29:36.437Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:29:36.437Z] Removing intermediate container 5f3541257512 [2021-03-19T20:29:36.437Z] ---> b7fa9a17be89 [2021-03-19T20:29:36.437Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T20:29:36.437Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-19T20:29:36.437Z] OK: 72 MiB in 58 packages [2021-03-19T20:29:37.936Z]  Building docker-support-scheduler-go ... done  ---> a1800a825382 [2021-03-19T20:29:37.937Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T20:29:38.251Z] ---> f56a0b3ed82a [2021-03-19T20:29:38.251Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T20:29:39.569Z] ---> Running in 8674fbf646ce [2021-03-19T20:29:39.569Z] ---> 876bedefd15f [2021-03-19T20:29:39.569Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T20:29:40.017Z] Removing intermediate container 15ff0098da4b [2021-03-19T20:29:40.017Z] ---> 6aeddb153bd2 [2021-03-19T20:29:40.017Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T20:29:40.455Z] ---> Running in f59e4d4efb61 [2021-03-19T20:29:41.928Z] ---> e76f626d8b48 [2021-03-19T20:29:41.928Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T20:29:42.248Z] Removing intermediate container f59e4d4efb61 [2021-03-19T20:29:42.248Z] ---> 6375bd089ea1 [2021-03-19T20:29:42.248Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:29:43.236Z] ---> Running in bbc1ec66eaf9 [2021-03-19T20:29:44.473Z] ---> aa14fcdd6095 [2021-03-19T20:29:44.473Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T20:29:44.763Z] Removing intermediate container bbc1ec66eaf9 [2021-03-19T20:29:44.763Z] ---> 6b67ab6222a4 [2021-03-19T20:29:44.763Z] Step 24/26 : LABEL arch=x86_64 [2021-03-19T20:29:45.057Z] ---> Running in bccd74bf5a54 [2021-03-19T20:29:45.354Z] ---> fbb3d4e37c07 [2021-03-19T20:29:45.354Z] 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:29:46.106Z] ---> Running in 6fefbe1bcf91 [2021-03-19T20:29:46.106Z] Removing intermediate container bccd74bf5a54 [2021-03-19T20:29:46.106Z] ---> 4b5be9341502 [2021-03-19T20:29:46.106Z] Step 25/26 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:29:46.869Z] Removing intermediate container 8674fbf646ce [2021-03-19T20:29:46.869Z] ---> 8b6bff8339fc [2021-03-19T20:29:46.869Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:29:47.928Z] ---> Running in 7ff9dc01dff7 [2021-03-19T20:29:48.221Z] ---> f3aecbcc397c [2021-03-19T20:29:48.221Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T20:29:48.824Z] Removing intermediate container 7ff9dc01dff7 [2021-03-19T20:29:48.824Z] ---> 8909366f5ccd [2021-03-19T20:29:48.824Z] Step 26/26 : LABEL version=0.0.0 [2021-03-19T20:29:49.114Z] ---> Running in 358e74e08053 [2021-03-19T20:29:49.718Z] ---> 7bf118c3d92e [2021-03-19T20:29:49.718Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T20:29:50.011Z] Removing intermediate container 358e74e08053 [2021-03-19T20:29:50.011Z] ---> 3cb28f7625c3 [2021-03-19T20:29:50.011Z] [2021-03-19T20:29:50.625Z] Successfully built 3cb28f7625c3 [2021-03-19T20:29:50.625Z] Removing intermediate container 6fefbe1bcf91 [2021-03-19T20:29:50.625Z] ---> 313930988964 [2021-03-19T20:29:50.625Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T20:29:51.109Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-19T20:29:51.109Z]  Building docker-sys-mgmt-agent-go ... done  ---> 83b3560dccfc [2021-03-19T20:29:51.109Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T20:29:51.109Z] ---> Running in 9b325cf87f6c [2021-03-19T20:29:51.954Z] Removing intermediate container 9b325cf87f6c [2021-03-19T20:29:51.954Z] ---> 2e79f3c39af6 [2021-03-19T20:29:51.954Z] Step 22/24 : LABEL arch=x86_64 [2021-03-19T20:29:52.696Z] ---> effcf24382be [2021-03-19T20:29:52.696Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T20:29:52.696Z] ---> Running in 852ccb8060ba [2021-03-19T20:29:52.975Z] Removing intermediate container 852ccb8060ba [2021-03-19T20:29:52.975Z] ---> 673d99801507 [2021-03-19T20:29:52.975Z] Step 23/24 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:29:53.764Z] ---> Running in c3a51a5c6ada [2021-03-19T20:29:54.042Z] ---> eed3f3493398 [2021-03-19T20:29:54.042Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T20:29:54.321Z] Removing intermediate container c3a51a5c6ada [2021-03-19T20:29:54.321Z] ---> d976183dcd27 [2021-03-19T20:29:54.321Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T20:29:54.603Z] ---> Running in d1cd2a3ee782 [2021-03-19T20:29:56.227Z] ---> Running in 7baa51d2b532 [2021-03-19T20:29:56.740Z] Removing intermediate container d1cd2a3ee782 [2021-03-19T20:29:56.740Z] ---> b72e6e3c8244 [2021-03-19T20:29:56.740Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T20:29:57.328Z] Removing intermediate container 7baa51d2b532 [2021-03-19T20:29:57.328Z] ---> 2219d9224e8f [2021-03-19T20:29:57.328Z] [2021-03-19T20:29:57.596Z] ---> f691a3f6ab20 [2021-03-19T20:29:57.596Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T20:29:58.215Z] Successfully built 2219d9224e8f [2021-03-19T20:29:58.215Z] ---> Running in cd1db2ad83cc [2021-03-19T20:29:58.215Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-19T20:29:58.549Z] Removing intermediate container 1cf2539c0176 [2021-03-19T20:29:58.549Z] ---> e6468ad17325 [2021-03-19T20:29:58.549Z] [2021-03-19T20:29:58.549Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:29:58.549Z] ---> d10569e2745f [2021-03-19T20:29:58.549Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:29:58.549Z] ---> Using cache [2021-03-19T20:29:58.549Z] ---> b015d7a6bbcc [2021-03-19T20:29:58.549Z] 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:29:58.549Z] ---> Using cache [2021-03-19T20:29:58.549Z] ---> 096dc40c5bf4 [2021-03-19T20:29:58.549Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T20:29:58.549Z] ---> Running in 4d4e6a45f9cb [2021-03-19T20:29:58.549Z] Removing intermediate container 4d4e6a45f9cb [2021-03-19T20:29:58.549Z] ---> 3e560e08e9d4 [2021-03-19T20:29:58.549Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:29:58.549Z] ---> Running in fbd84a6e9284 [2021-03-19T20:29:58.549Z] Removing intermediate container fbd84a6e9284 [2021-03-19T20:29:58.549Z] ---> f076975cd73b [2021-03-19T20:29:58.549Z] Step 15/23 : WORKDIR / [2021-03-19T20:29:58.828Z] ---> Running in e2713a310dc7 [2021-03-19T20:29:59.434Z] Removing intermediate container e2713a310dc7 [2021-03-19T20:29:59.434Z] ---> 32d47c1d43e3 [2021-03-19T20:29:59.434Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:30:00.902Z] ---> a455042af5f1 [2021-03-19T20:30:00.902Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T20:30:02.794Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ab070ba06a90 [2021-03-19T20:30:02.794Z] ---> be0959ee1951 [2021-03-19T20:30:02.794Z] [2021-03-19T20:30:02.794Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:30:02.794Z] ---> 88dd2752d2ea [2021-03-19T20:30:02.794Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T20:30:02.794Z] ---> Running in 1168a619e8a2 [2021-03-19T20:30:03.084Z] Removing intermediate container cd1db2ad83cc [2021-03-19T20:30:03.084Z] ---> 56cef803331d [2021-03-19T20:30:03.084Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T20:30:03.729Z] ---> Running in e9ab6ed9d686 [2021-03-19T20:30:03.729Z] Removing intermediate container 1168a619e8a2 [2021-03-19T20:30:03.729Z] ---> 2bedfe62b7ba [2021-03-19T20:30:03.729Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T20:30:04.035Z] ---> Running in 4d85076d13a3 [2021-03-19T20:30:04.348Z] Removing intermediate container e9ab6ed9d686 [2021-03-19T20:30:04.348Z] ---> 08499e325490 [2021-03-19T20:30:04.348Z] Step 28/31 : CMD ["gate"] [2021-03-19T20:30:04.351Z] ---> 680a2b56f01f [2021-03-19T20:30:04.351Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T20:30:04.641Z] Removing intermediate container 4d85076d13a3 [2021-03-19T20:30:04.641Z] ---> 6186c273ca30 [2021-03-19T20:30:04.641Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T20:30:04.641Z] ---> Running in 7c9bbcd5f48e [2021-03-19T20:30:05.283Z] ---> Running in 6cc99f3f4a5f [2021-03-19T20:30:05.283Z] Removing intermediate container 7c9bbcd5f48e [2021-03-19T20:30:05.283Z] ---> abd3e24430f0 [2021-03-19T20:30:05.283Z] Step 29/31 : LABEL arch=x86_64 [2021-03-19T20:30:05.343Z] Removing intermediate container 9798a9ca9b8d [2021-03-19T20:30:05.343Z] ---> bc00a3d43c10 [2021-03-19T20:30:05.343Z] [2021-03-19T20:30:05.343Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:30:05.343Z] ---> d10569e2745f [2021-03-19T20:30:05.343Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:30:05.343Z] ---> Using cache [2021-03-19T20:30:05.343Z] ---> b015d7a6bbcc [2021-03-19T20:30:05.343Z] 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:05.343Z] ---> Using cache [2021-03-19T20:30:05.343Z] ---> 096dc40c5bf4 [2021-03-19T20:30:05.343Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T20:30:05.629Z] ---> Running in e511c65832ab [2021-03-19T20:30:05.629Z] ---> d5a401fdb59e [2021-03-19T20:30:05.629Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T20:30:05.902Z] ---> Running in 23495f1921ff [2021-03-19T20:30:05.921Z] ---> Running in ff5fd5f050f1 [2021-03-19T20:30:06.351Z] Removing intermediate container 6cc99f3f4a5f [2021-03-19T20:30:06.351Z] ---> ca59d5512488 [2021-03-19T20:30:06.351Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:30:06.351Z] ---> Running in 4b0aab5e655b [2021-03-19T20:30:06.500Z] Removing intermediate container e511c65832ab [2021-03-19T20:30:06.500Z] ---> d2299c70f9ba [2021-03-19T20:30:06.500Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:30:06.500Z] Removing intermediate container 23495f1921ff [2021-03-19T20:30:06.500Z] ---> 15ae61148d2c [2021-03-19T20:30:06.500Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:30:06.691Z] Removing intermediate container ff5fd5f050f1 [2021-03-19T20:30:06.691Z] ---> e66fef2f770d [2021-03-19T20:30:06.691Z] Step 30/31 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:30:06.777Z] ---> Running in 339bafd02087 [2021-03-19T20:30:06.777Z] ---> Running in bf0712249441 [2021-03-19T20:30:07.391Z] Removing intermediate container 339bafd02087 [2021-03-19T20:30:07.391Z] ---> 1aedcd983775 [2021-03-19T20:30:07.391Z] Step 15/23 : WORKDIR / [2021-03-19T20:30:07.676Z] Removing intermediate container bf0712249441 [2021-03-19T20:30:07.676Z] ---> 5e5cf580c53a [2021-03-19T20:30:07.676Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:30:07.676Z] ---> Running in 1c55711d040b [2021-03-19T20:30:07.676Z] ---> Running in 7c63d95ffdfa [2021-03-19T20:30:08.232Z] ---> Running in 3af281013d6d [2021-03-19T20:30:08.664Z] Removing intermediate container 1c55711d040b [2021-03-19T20:30:08.664Z] ---> 05d990850f00 [2021-03-19T20:30:08.664Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:30:08.664Z] Removing intermediate container 7c63d95ffdfa [2021-03-19T20:30:08.664Z] ---> 2bfebdd5735e [2021-03-19T20:30:08.664Z] Step 22/23 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:30:08.871Z] Removing intermediate container 3af281013d6d [2021-03-19T20:30:08.871Z] ---> 2c1e78fd90d7 [2021-03-19T20:30:08.871Z] Step 31/31 : LABEL version=0.0.0 [2021-03-19T20:30:08.941Z] ---> Running in 1228d2a48440 [2021-03-19T20:30:09.548Z] Removing intermediate container 1228d2a48440 [2021-03-19T20:30:09.548Z] ---> 67d9ccc2d137 [2021-03-19T20:30:09.548Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:30:09.554Z] ---> Running in 1f206c800bbb [2021-03-19T20:30:09.823Z] ---> Running in 325ac8dfaed1 [2021-03-19T20:30:09.856Z] Removing intermediate container 4b0aab5e655b [2021-03-19T20:30:09.856Z] ---> a7467c6cd97d [2021-03-19T20:30:09.856Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T20:30:10.107Z] ---> 356f22390b34 [2021-03-19T20:30:10.107Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T20:30:10.247Z] Removing intermediate container 1f206c800bbb [2021-03-19T20:30:10.247Z] ---> 9b2d524d5fbf [2021-03-19T20:30:10.247Z] [2021-03-19T20:30:10.247Z] ---> Running in aad9b36ac57f [2021-03-19T20:30:10.715Z] Removing intermediate container 325ac8dfaed1 [2021-03-19T20:30:10.715Z] ---> 9e1a465ad122 [2021-03-19T20:30:10.715Z] [2021-03-19T20:30:10.898Z] Successfully built 9b2d524d5fbf [2021-03-19T20:30:11.175Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-19T20:30:11.707Z] Successfully built 9e1a465ad122 [2021-03-19T20:30:11.707Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-19T20:30:12.239Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:30:12.314Z]  Building docker-core-metadata-go ... done  ---> 50e45f606d12 [2021-03-19T20:30:12.315Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T20:30:12.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:30:13.463Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T20:30:13.737Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T20:30:13.737Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T20:30:13.737Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T20:30:13.795Z] ---> 7300f16fca1e [2021-03-19T20:30:13.795Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T20:30:13.795Z] ---> Running in f0ce3e7f4e37 [2021-03-19T20:30:14.020Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T20:30:14.020Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T20:30:14.306Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:30:14.306Z] OK: 8 MiB in 20 packages [2021-03-19T20:30:14.408Z] Removing intermediate container f0ce3e7f4e37 [2021-03-19T20:30:14.408Z] ---> 12fedf4a32c0 [2021-03-19T20:30:14.408Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:30:14.408Z] ---> Running in 340ba14647ab [2021-03-19T20:30:15.023Z] Removing intermediate container 340ba14647ab [2021-03-19T20:30:15.023Z] ---> 312e16d35656 [2021-03-19T20:30:15.023Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:30:15.299Z] ---> Running in 7540e52a5768 [2021-03-19T20:30:15.349Z] Removing intermediate container aad9b36ac57f [2021-03-19T20:30:15.349Z] ---> c36f55647e77 [2021-03-19T20:30:15.349Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:30:15.901Z] Removing intermediate container 7540e52a5768 [2021-03-19T20:30:15.901Z] ---> 29c30720878d [2021-03-19T20:30:15.901Z] Step 22/23 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:30:15.901Z] ---> Running in d78e8d256648 [2021-03-19T20:30:16.431Z] ---> a62e37f9f73f [2021-03-19T20:30:16.431Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T20:30:16.513Z] Removing intermediate container d78e8d256648 [2021-03-19T20:30:16.513Z] ---> 815577c84ff5 [2021-03-19T20:30:16.513Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:30:17.189Z] ---> Running in f692606b42ba [2021-03-19T20:30:17.856Z] ---> 720285eb8a5f [2021-03-19T20:30:17.856Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T20:30:17.881Z] Removing intermediate container f692606b42ba [2021-03-19T20:30:17.881Z] ---> 1fad63050ed4 [2021-03-19T20:30:17.881Z] [2021-03-19T20:30:18.159Z] Successfully built 1fad63050ed4 [2021-03-19T20:30:18.159Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-19T20:30:18.179Z] ---> a5dfde0d7f48 [2021-03-19T20:30:18.179Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T20:30:18.179Z] ---> Running in 20804592fc0e [2021-03-19T20:30:19.180Z] Removing intermediate container 20804592fc0e [2021-03-19T20:30:19.180Z] ---> 1c6b6f59cbef [2021-03-19T20:30:19.180Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:30:19.455Z] ---> Running in 6754bcc0f0e5 [2021-03-19T20:30:19.753Z] Removing intermediate container 6754bcc0f0e5 [2021-03-19T20:30:19.753Z] ---> 81f8133b0007 [2021-03-19T20:30:19.753Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:30:20.081Z] ---> Running in f4158c0f7ffa [2021-03-19T20:30:20.843Z] Removing intermediate container f4158c0f7ffa [2021-03-19T20:30:20.843Z] ---> 356a7bc5f659 [2021-03-19T20:30:20.843Z] Step 22/23 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:30:21.146Z] ---> Running in 52bd7daea290 [2021-03-19T20:30:22.241Z] Removing intermediate container 52bd7daea290 [2021-03-19T20:30:22.242Z] ---> f707026775e9 [2021-03-19T20:30:22.242Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:30:22.242Z] ---> Running in 023546a286fc [2021-03-19T20:30:22.903Z] Removing intermediate container 023546a286fc [2021-03-19T20:30:22.903Z] ---> 5ce182851e5e [2021-03-19T20:30:22.903Z] [2021-03-19T20:30:23.561Z] Successfully built 5ce182851e5e [2021-03-19T20:30:23.561Z] Successfully tagged docker-core-data-go:latest [2021-03-19T20:30:23.877Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-19T20:30:24.092Z] $ docker stop --time=1 fda79db3a413db305c6dcaa4e81e09ae06e4214522ef4039f4f51c14dfaaeefe [2021-03-19T20:30:28.541Z] $ docker rm -f fda79db3a413db305c6dcaa4e81e09ae06e4214522ef4039f4f51c14dfaaeefe [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:30:29.750Z] + docker images [2021-03-19T20:30:29.750Z] + grep docker [2021-03-19T20:30:31.195Z] docker-core-data-go latest 5ce182851e5e 9 seconds ago 22.6MB [2021-03-19T20:30:31.195Z] docker-security-bootstrapper-go latest 9b2d524d5fbf 22 seconds ago 18.8MB [2021-03-19T20:30:31.195Z] docker-security-secretstore-setup-go latest 2219d9224e8f 35 seconds ago 24.9MB [2021-03-19T20:30:31.195Z] docker-sys-mgmt-agent-go latest 3cb28f7625c3 42 seconds ago 313MB [2021-03-19T20:30:31.195Z] docker-support-scheduler-go latest 5ab846284b95 58 seconds ago 17.3MB [2021-03-19T20:30:31.195Z] docker-core-metadata-go latest 02ddcf2fb772 4 minutes ago 19.1MB [2021-03-19T20:30:31.195Z] docker-core-command-go latest 6c35ebd0d495 4 minutes ago 17.3MB [2021-03-19T20:30:31.195Z] docker-support-notifications-go latest 2a94295bb154 4 minutes ago 17.9MB [2021-03-19T20:30:31.195Z] docker-security-proxy-setup-go latest ce4a2df13214 4 minutes ago 24.7MB [2021-03-19T20:30:31.195Z] 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:30:34.049Z]  Building docker-core-command-go ... done Removing intermediate container e8e53aa39916 [2021-03-19T20:30:34.049Z] ---> a95a08a1d5bd [2021-03-19T20:30:34.049Z] [2021-03-19T20:30:34.049Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:30:34.049Z] ---> d10569e2745f [2021-03-19T20:30:34.049Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T20:30:34.049Z] ---> Running in c8c13322891b [2021-03-19T20:30:34.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:34.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:34.321Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T20:30:34.594Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:30:34.594Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:30:34.594Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:30:34.594Z] OK: 6 MiB in 16 packages [2021-03-19T20:30:36.573Z] Removing intermediate container c8c13322891b [2021-03-19T20:30:36.573Z] ---> 7279d839bd91 [2021-03-19T20:30:36.573Z] 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:36.858Z] ---> Running in f66ef7be3405 [2021-03-19T20:30:37.521Z] Removing intermediate container f66ef7be3405 [2021-03-19T20:30:37.521Z] ---> b7499582efaf [2021-03-19T20:30:37.521Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T20:30:37.793Z] ---> Running in 1098da34a134 [2021-03-19T20:30:38.389Z] Removing intermediate container 1098da34a134 [2021-03-19T20:30:38.389Z] ---> 5969d4f9a1c6 [2021-03-19T20:30:38.389Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:30:38.660Z] ---> Running in f300c826baaf [2021-03-19T20:30:39.277Z] Removing intermediate container f300c826baaf [2021-03-19T20:30:39.277Z] ---> c1d01aa11262 [2021-03-19T20:30:39.277Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:30:39.869Z] ---> 24e2e03d91bd [2021-03-19T20:30:39.869Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T20:30:41.836Z] ---> 4a9af596644f [2021-03-19T20:30:41.836Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T20:30:42.430Z] ---> ec20e31cf8e9 [2021-03-19T20:30:42.430Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T20:30:42.430Z] ---> Running in 0b846ed78095 [2021-03-19T20:30:43.413Z] Removing intermediate container 0b846ed78095 [2021-03-19T20:30:43.413Z] ---> fccea3e9fad1 [2021-03-19T20:30:43.413Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:30:43.413Z] ---> Running in fb95b85e52d3 [2021-03-19T20:30:44.391Z] Removing intermediate container fb95b85e52d3 [2021-03-19T20:30:44.391Z] ---> 5b469c51b074 [2021-03-19T20:30:44.391Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T20:30:44.391Z] ---> Running in e5a6ecf9c551 [2021-03-19T20:30:44.665Z] Removing intermediate container 68d325cfa013 [2021-03-19T20:30:44.665Z] ---> fc34bbd42671 [2021-03-19T20:30:44.665Z] [2021-03-19T20:30:44.665Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:30:44.665Z] ---> d10569e2745f [2021-03-19T20:30:44.665Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T20:30:44.665Z] ---> Running in 07c355fbcb99 [2021-03-19T20:30:44.936Z] Removing intermediate container e5a6ecf9c551 [2021-03-19T20:30:44.936Z] ---> 88e3f0c5f99e [2021-03-19T20:30:44.936Z] Step 21/22 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:30:45.207Z] ---> Running in ccffe74c087d [2021-03-19T20:30:45.207Z] Removing intermediate container 07c355fbcb99 [2021-03-19T20:30:45.207Z] ---> 22286f57ce88 [2021-03-19T20:30:45.207Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T20:30:45.479Z] ---> Running in d0d5f95254e0 [2021-03-19T20:30:45.751Z] Removing intermediate container ccffe74c087d [2021-03-19T20:30:45.751Z] ---> 8078f0a27255 [2021-03-19T20:30:45.751Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:30:45.751Z] ---> Running in ff5401ecff91 [2021-03-19T20:30:46.023Z] Removing intermediate container d0d5f95254e0 [2021-03-19T20:30:46.023Z] ---> bfa355708291 [2021-03-19T20:30:46.023Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T20:30:46.023Z] ---> Running in 3b9ab353cf38 [2021-03-19T20:30:46.290Z] Removing intermediate container ff5401ecff91 [2021-03-19T20:30:46.290Z] ---> 1b5855a0bb1c [2021-03-19T20:30:46.290Z] [2021-03-19T20:30:46.559Z] Successfully built 1b5855a0bb1c [2021-03-19T20:30:46.828Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-19T20:30:46.828Z] Removing intermediate container 3b9ab353cf38 [2021-03-19T20:30:46.828Z]  Building docker-support-notifications-go ... done  ---> 7913b081167a [2021-03-19T20:30:46.828Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:30:46.828Z] ---> Running in 218c2abb57a5 [2021-03-19T20:30:47.113Z] Still waiting to schedule task [2021-03-19T20:30:47.113Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-19T20:30:48.788Z] Removing intermediate container 218c2abb57a5 [2021-03-19T20:30:48.788Z] ---> b390a375e87d [2021-03-19T20:30:48.788Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T20:30:49.059Z] ---> Running in 29a0d176909c [2021-03-19T20:30:50.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:50.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:30:51.582Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T20:30:51.582Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T20:30:51.582Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T20:30:51.582Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T20:30:51.850Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T20:30:52.122Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T20:30:52.122Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:30:52.122Z] OK: 8 MiB in 20 packages [2021-03-19T20:30:53.559Z] Removing intermediate container 29a0d176909c [2021-03-19T20:30:53.559Z] ---> 17ad2a91bc70 [2021-03-19T20:30:53.559Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:30:54.181Z] ---> c62e651da031 [2021-03-19T20:30:54.181Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T20:30:55.610Z] ---> 37aa60ef5ef0 [2021-03-19T20:30:55.610Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T20:30:56.200Z] ---> 6522645de950 [2021-03-19T20:30:56.200Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T20:30:56.200Z] ---> Running in 815020f03770 [2021-03-19T20:30:56.792Z] Removing intermediate container 815020f03770 [2021-03-19T20:30:56.792Z] ---> 376671467920 [2021-03-19T20:30:56.792Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:30:56.792Z] ---> Running in 6898919fa717 [2021-03-19T20:30:57.383Z] Removing intermediate container 6898919fa717 [2021-03-19T20:30:57.383Z] ---> d5dd72f3bd0b [2021-03-19T20:30:57.383Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:30:57.383Z] ---> Running in 0a3793b3338e [2021-03-19T20:30:57.974Z] Removing intermediate container 0a3793b3338e [2021-03-19T20:30:57.974Z] ---> 2b9410d1d0db [2021-03-19T20:30:57.974Z] Step 22/23 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:30:57.974Z] ---> Running in 44db84051a9d [2021-03-19T20:30:58.568Z] Removing intermediate container 44db84051a9d [2021-03-19T20:30:58.568Z] ---> 6a0f6ad022bb [2021-03-19T20:30:58.568Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:30:58.568Z] ---> Running in 8d75a46c7dfe [2021-03-19T20:30:59.161Z] Removing intermediate container 8d75a46c7dfe [2021-03-19T20:30:59.161Z] ---> 1ebd2c5f40a3 [2021-03-19T20:30:59.161Z] [2021-03-19T20:30:59.431Z] Successfully built 1ebd2c5f40a3 [2021-03-19T20:30:59.431Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-19T20:30:59.715Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-19T20:30:59.701Z] $ docker stop --time=1 0df472f88bf81e50f5014d1d936292723f2cc002f462ac0b7f53f1621d131bf4 [2021-03-19T20:31:01.611Z] $ docker rm -f 0df472f88bf81e50f5014d1d936292723f2cc002f462ac0b7f53f1621d131bf4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:31:02.410Z] + grep docker [2021-03-19T20:31:02.410Z] + docker images [2021-03-19T20:31:02.682Z] docker-core-data-go-arm64 latest 1ebd2c5f40a3 4 seconds ago 21.3MB [2021-03-19T20:31:02.682Z] docker-support-notifications-go-arm64 latest 1b5855a0bb1c 16 seconds ago 16.9MB [2021-03-19T20:31:02.682Z] docker-core-command-go-arm64 latest 1fad63050ed4 45 seconds ago 16.3MB [2021-03-19T20:31:02.682Z] docker-core-metadata-go-arm64 latest 9e1a465ad122 52 seconds ago 17.9MB [2021-03-19T20:31:02.682Z] docker-sys-mgmt-agent-go-arm64 latest 607be3932ec5 About a minute ago 300MB [2021-03-19T20:31:02.682Z] docker-security-bootstrapper-go-arm64 latest 8c2a64179449 3 minutes ago 17.8MB [2021-03-19T20:31:02.682Z] docker-security-secretstore-setup-go-arm64 latest 6fd3432ff8b2 3 minutes ago 23.7MB [2021-03-19T20:31:02.682Z] docker-support-scheduler-go-arm64 latest 0087d8136ea8 3 minutes ago 16.3MB [2021-03-19T20:31:02.682Z] docker-security-proxy-setup-go-arm64 latest b0698b91f6c3 3 minutes ago 23.4MB [2021-03-19T20:31:02.682Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:31:03.739Z] ---> job-cost.sh [2021-03-19T20:31:03.739Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5Yje [2021-03-19T20:31:42.676Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T20:31:42.929Z] Running on prd-ubuntu18.04-docker-8c-8g-30634 in /w/workspace/edgexfoundry_edgex-go_PR-3267 [Pipeline] { [Pipeline] ws [2021-03-19T20:31:43.056Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-19T20:31:45.485Z] using credential edgex-jenkins-ssh [2021-03-19T20:31:45.542Z] Cloning the remote Git repository [2021-03-19T20:31:45.568Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:31:45.641Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-19T20:31:45.673Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:31:45.674Z] > git --version # timeout=10 [2021-03-19T20:31:45.679Z] > git --version # 'git version 2.17.1' [2021-03-19T20:31:45.680Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:31:45.716Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:31:55.794Z] Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:31:56.002Z] Merge succeeded, producing aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [2021-03-19T20:31:56.003Z] Checking out Revision aeff2b8d29f447dcdc3ca138541d6631fcc499e7 (PR-3267) [2021-03-19T20:31:55.284Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:31:55.295Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:31:55.315Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:31:55.330Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:31:55.330Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:31:55.336Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3267/head:refs/remotes/origin/PR-3267 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:31:55.806Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:31:55.811Z] > git checkout -f aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 [2021-03-19T20:31:55.976Z] > git remote # timeout=10 [2021-03-19T20:31:55.983Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:31:55.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:31:55.991Z] > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 [2021-03-19T20:31:56.000Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:31:56.007Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:31:56.010Z] > git checkout -f aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 [2021-03-19T20:31:59.734Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-03-19T20:32:00.156Z] [2021-03-19T20:32:00.156Z] GitHub has been notified of this commit’s build result [2021-03-19T20:32:00.156Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:32:00.999Z] + echo snap-build.sh [2021-03-19T20:32:00.999Z] snap-build.sh [2021-03-19T20:32:00.999Z] + SNAP_BASE_DIR=. [2021-03-19T20:32:00.999Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-19T20:32:00.999Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-19T20:32:00.999Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-19T20:32:00.999Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-19T20:32:00.999Z] + cd /w/workspace/edgex-go/3 [2021-03-19T20:32:00.999Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-19T20:32:00.999Z] Reading package lists... [2021-03-19T20:32:01.260Z] Building dependency tree... [2021-03-19T20:32:01.260Z] Reading state information... [2021-03-19T20:32:01.260Z] The following packages were automatically installed and are no longer required: [2021-03-19T20:32:01.260Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-19T20:32:01.260Z] uidmap xdelta3 [2021-03-19T20:32:01.260Z] Use 'sudo apt autoremove' to remove them. [2021-03-19T20:32:01.260Z] The following packages will be REMOVED: [2021-03-19T20:32:01.260Z] lxd* lxd-client* [2021-03-19T20:32:01.832Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-19T20:32:01.832Z] After this operation, 31.7 MB disk space will be freed. [2021-03-19T20:32:03.142Z] (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:32:03.142Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T20:32:04.089Z] Removing lxd dnsmasq configuration [2021-03-19T20:32:04.089Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T20:32:04.351Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-19T20:32:05.295Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-19T20:32:05.558Z] (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:32:05.558Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T20:32:06.945Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-19T20:32:07.206Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-19T20:32:09.148Z] + sudo snap remove --purge lxd [2021-03-19T20:32:09.148Z] snap "lxd" is not installed [2021-03-19T20:32:09.148Z] + sudo groupadd --force --system lxd [2021-03-19T20:32:09.148Z] ++ whoami [2021-03-19T20:32:09.148Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-19T20:32:09.409Z] + newgrp - lxd [2021-03-19T20:32:09.409Z] + sudo snap install lxd [2021-03-19T20:32:19.467Z] 2021-03-19T20:32:17Z INFO Waiting for automatic snapd restart... [2021-03-19T20:32:34.413Z] lxd 4.12 from Canonical* installed [2021-03-19T20:32:34.413Z] + sudo lxd init --auto [2021-03-19T20:32:42.576Z] + sudo snap install --classic snapcraft [2021-03-19T20:32:49.182Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T20:32:49.182Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-19T20:32:49.182Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-19T20:32:49.182Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:32:49.182Z] Dload Upload Total Spent Left Speed [2021-03-19T20:32:49.182Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3777 0 --:--:-- --:--:-- --:--:-- 3777 [2021-03-19T20:32:49.182Z] 100 3325k 100 3325k 0 0 10.7M 0 --:--:-- --:--:-- --:--:-- 10.7M [2021-03-19T20:32:49.182Z] ./yq_linux_amd64 [2021-03-19T20:32:49.443Z] + sudo snapcraft prime --use-lxd [2021-03-19T20:32:51.360Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-19T20:32:51.360Z] 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:32:51.360Z] - README.md [2021-03-19T20:32:51.360Z] [2021-03-19T20:32:51.360Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T20:32:51.934Z] Launching a container. [2021-03-19T20:33:04.206Z] Waiting for container to be ready [2021-03-19T20:33:04.206Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-19T20:33:04.206Z] [2021-03-19T20:33:08.428Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-19T20:33:09.002Z] Waiting for network to be ready... [2021-03-19T20:33:09.576Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T20:33:09.576Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T20:33:10.149Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] [2021-03-19T20:33:10.149Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T20:33:10.149Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T20:33:10.409Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T20:33:10.409Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T20:33:10.409Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T20:33:10.409Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T20:33:10.409Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T20:33:10.409Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T20:33:10.409Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-19T20:33:10.409Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T20:33:10.409Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T20:33:10.409Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] [2021-03-19T20:33:10.409Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] [2021-03-19T20:33:10.409Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T20:33:10.671Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T20:33:10.932Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T20:33:11.194Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] [2021-03-19T20:33:11.194Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T20:33:11.194Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T20:33:11.194Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T20:33:11.194Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T20:33:11.194Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] [2021-03-19T20:33:11.194Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-19T20:33:11.194Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T20:33:15.405Z] Fetched 24.1 MB in 6s (4234 kB/s) [2021-03-19T20:33:16.351Z] Reading package lists... [2021-03-19T20:33:16.351Z] Reading package lists... [2021-03-19T20:33:16.613Z] Building dependency tree... [2021-03-19T20:33:16.613Z] Reading state information... [2021-03-19T20:33:16.613Z] The following additional packages will be installed: [2021-03-19T20:33:16.613Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T20:33:16.613Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T20:33:16.613Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T20:33:16.613Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-19T20:33:16.613Z] Suggested packages: [2021-03-19T20:33:16.613Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-19T20:33:16.613Z] Recommended packages: [2021-03-19T20:33:16.613Z] gnupg libsasl2-modules [2021-03-19T20:33:16.876Z] The following NEW packages will be installed: [2021-03-19T20:33:16.876Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T20:33:16.876Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T20:33:16.876Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T20:33:16.876Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-19T20:33:16.876Z] The following packages will be upgraded: [2021-03-19T20:33:16.876Z] gpg gpg-agent gpgconf libudev1 [2021-03-19T20:33:16.876Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-19T20:33:16.876Z] Need to get 3530 kB of archives. [2021-03-19T20:33:16.876Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-19T20:33:16.876Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-19T20:33:16.876Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-19T20:33:16.876Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-19T20:33:16.876Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-19T20:33:16.876Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-19T20:33:17.137Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-19T20:33:17.711Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-19T20:33:17.711Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-19T20:33:17.711Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-19T20:33:17.711Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-19T20:33:17.711Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-19T20:33:17.711Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-19T20:33:17.711Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-19T20:33:17.711Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-19T20:33:17.711Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-19T20:33:17.711Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-19T20:33:17.711Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-19T20:33:17.711Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-19T20:33:17.711Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-19T20:33:17.711Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-19T20:33:17.711Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-19T20:33:17.977Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-19T20:33:17.977Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:33:17.977Z] Fetched 3530 kB in 1s (3170 kB/s) [2021-03-19T20:33:18.241Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T20:33:18.241Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:33:18.241Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:33:18.241Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-19T20:33:18.504Z] Selecting previously unselected package udev. [2021-03-19T20:33:18.504Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T20:33:18.504Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:33:18.504Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-19T20:33:18.765Z] Selecting previously unselected package libfuse2:amd64. [2021-03-19T20:33:18.765Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T20:33:18.765Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T20:33:18.765Z] Selecting previously unselected package fuse. [2021-03-19T20:33:18.765Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T20:33:18.765Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-19T20:33:19.026Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:33:19.026Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:33:19.026Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:33:19.026Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:33:19.291Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:33:19.291Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:33:19.291Z] Selecting previously unselected package libksba8:amd64. [2021-03-19T20:33:19.291Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-19T20:33:19.291Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-19T20:33:19.429Z] lf-activate-venv(): INFO: Adding /tmp/venv-5Yje/bin to PATH [2021-03-19T20:33:19.429Z] INFO: No Stack... [2021-03-19T20:33:19.429Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-19T20:33:19.429Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T20:33:19.555Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-19T20:33:19.555Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:33:19.555Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:19.555Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-19T20:33:19.555Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:33:19.555Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:19.555Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-19T20:33:19.555Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:33:19.768Z] + + catcut /w/workspace/edgex-go/3/archives/cost.csv -d, [2021-03-19T20:33:19.768Z] -f6 [2021-03-19T20:33:19.816Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:19.817Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-19T20:33:19.817Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:33:19.817Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:19.817Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-19T20:33:19.817Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:33:19.817Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] lock [2021-03-19T20:33:19.868Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3267-3-stack-cost] [2021-03-19T20:33:19.877Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3267-3-stack-cost] did not exist. Created. [2021-03-19T20:33:19.877Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3267-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T20:33:20.080Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-19T20:33:20.080Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:33:20.080Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:20.080Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-19T20:33:20.080Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:33:20.080Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:20.080Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-19T20:33:20.080Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:33:20.080Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:20.300Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-19T20:33:20.344Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-19T20:33:20.344Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:33:20.344Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:20.344Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-19T20:33:20.344Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T20:33:20.344Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:33:20.344Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-19T20:33:20.344Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T20:33:20.344Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:33:20.606Z] Selecting previously unselected package libldap-common. [2021-03-19T20:33:20.606Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-19T20:33:20.606Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:33:20.606Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-19T20:33:20.606Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-19T20:33:20.606Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:33:20.606Z] Selecting previously unselected package dirmngr. [2021-03-19T20:33:20.606Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:33:20.606Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T20:33:20.616Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T20:33:20.628Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3267-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-19T20:33:20.867Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:33:20.867Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-19T20:33:20.867Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T20:33:20.867Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:33:20.867Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:33:20.868Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-03-19T20:33:21.131Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:21.131Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-19T20:33:21.131Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:33:21.131Z] Setting up udev (237-3ubuntu10.45) ... [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T20:33:21.704Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T20:33:21.704Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:21.704Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-19T20:33:21.704Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-19T20:33:21.966Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-19T20:33:21.966Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:21.966Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:21.966Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:21.966Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:21.966Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:22.228Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:22.228Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:33:22.228Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:33:22.228Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T20:33:22.228Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:33:22.805Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-19T20:33:22.805Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-19T20:33:22.805Z] This means they are not meant to be enabled using systemctl. [2021-03-19T20:33:22.805Z] Possible reasons for having this kind of units are: [2021-03-19T20:33:22.805Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-19T20:33:22.805Z] .wants/ or .requires/ directory. [2021-03-19T20:33:22.805Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-19T20:33:22.805Z] a requirement dependency on it. [2021-03-19T20:33:22.805Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-19T20:33:22.805Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-19T20:33:22.805Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-19T20:33:22.805Z] instance name specified. [2021-03-19T20:33:23.330Z] Reading package lists... [2021-03-19T20:33:23.330Z] Building dependency tree... [2021-03-19T20:33:23.330Z] Reading state information... [2021-03-19T20:33:23.593Z] The following additional packages will be installed: [2021-03-19T20:33:23.593Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-19T20:33:23.593Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-19T20:33:23.593Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-19T20:33:23.593Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-19T20:33:23.593Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-19T20:33:23.593Z] Suggested packages: [2021-03-19T20:33:23.593Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-19T20:33:23.593Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-19T20:33:23.593Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-19T20:33:23.593Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-19T20:33:23.593Z] systemd-container policykit-1 [2021-03-19T20:33:23.593Z] Recommended packages: [2021-03-19T20:33:23.593Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-19T20:33:23.593Z] The following NEW packages will be installed: [2021-03-19T20:33:23.593Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-19T20:33:23.593Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-19T20:33:23.593Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-19T20:33:23.593Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-19T20:33:23.593Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-19T20:33:23.593Z] The following packages will be upgraded: [2021-03-19T20:33:23.593Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-19T20:33:23.855Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-19T20:33:23.855Z] Need to get 35.2 MB of archives. [2021-03-19T20:33:23.855Z] After this operation, 141 MB of additional disk space will be used. [2021-03-19T20:33:23.855Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-19T20:33:23.855Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-19T20:33:24.429Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-19T20:33:24.429Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-19T20:33:24.429Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-19T20:33:24.429Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-19T20:33:24.429Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-19T20:33:24.694Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-19T20:33:24.694Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-19T20:33:24.694Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-19T20:33:24.694Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-19T20:33:24.694Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-19T20:33:24.694Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-19T20:33:24.694Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-19T20:33:24.694Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-19T20:33:24.694Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-19T20:33:24.694Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-19T20:33:24.694Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-19T20:33:24.694Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-19T20:33:24.694Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-19T20:33:24.694Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-19T20:33:24.694Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-19T20:33:24.694Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-19T20:33:24.694Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-19T20:33:24.694Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-19T20:33:24.694Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-19T20:33:24.694Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-19T20:33:24.694Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-19T20:33:24.960Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-19T20:33:24.960Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-19T20:33:26.365Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:33:26.365Z] Fetched 35.2 MB in 2s (14.5 MB/s) [2021-03-19T20:33:26.365Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T20:33:26.365Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:33:26.632Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:33:27.218Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:33:27.218Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:33:27.218Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-19T20:33:27.485Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T20:33:27.485Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T20:33:27.485Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T20:33:27.485Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-19T20:33:27.815Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T20:33:27.815Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T20:33:27.816Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T20:33:28.078Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-19T20:33:28.078Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-19T20:33:28.651Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-19T20:33:28.914Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-19T20:33:28.914Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T20:33:28.914Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T20:33:29.176Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-19T20:33:29.176Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:33:29.176Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:33:29.176Z] Selecting previously unselected package libexpat1:amd64. [2021-03-19T20:33:29.176Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-19T20:33:29.437Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T20:33:29.437Z] Selecting previously unselected package python3.6-minimal. [2021-03-19T20:33:29.437Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:33:29.437Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:33:30.387Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T20:33:30.649Z] Checking for services that may need to be restarted...done. [2021-03-19T20:33:30.649Z] Checking for services that may need to be restarted...done. [2021-03-19T20:33:30.649Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:33:30.649Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T20:33:30.649Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:33:31.222Z] Selecting previously unselected package python3-minimal. [2021-03-19T20:33:31.222Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-19T20:33:31.222Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-19T20:33:31.222Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-19T20:33:31.482Z] Selecting previously unselected package mime-support. [2021-03-19T20:33:31.482Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-19T20:33:31.482Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-19T20:33:31.482Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-19T20:33:31.482Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-19T20:33:31.482Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T20:33:31.482Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-19T20:33:31.482Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:33:31.482Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:33:31.744Z] Selecting previously unselected package python3.6. [2021-03-19T20:33:31.744Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:33:31.744Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:33:32.006Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-19T20:33:32.006Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-19T20:33:32.006Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T20:33:32.006Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-19T20:33:32.267Z] Selecting previously unselected package python3. [2021-03-19T20:33:32.267Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-19T20:33:32.267Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-19T20:33:32.267Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-19T20:33:32.529Z] Selecting previously unselected package multiarch-support. [2021-03-19T20:33:32.530Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:33:32.530Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T20:33:32.530Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T20:33:32.530Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-19T20:33:32.530Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-19T20:33:32.530Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-19T20:33:32.792Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T20:33:32.792Z] Selecting previously unselected package libbsd0:amd64. [2021-03-19T20:33:32.792Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-19T20:33:32.792Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T20:33:32.792Z] Selecting previously unselected package sudo. [2021-03-19T20:33:32.792Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-19T20:33:32.792Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T20:33:33.055Z] Selecting previously unselected package apparmor. [2021-03-19T20:33:33.055Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T20:33:33.055Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-19T20:33:33.317Z] Selecting previously unselected package libedit2:amd64. [2021-03-19T20:33:33.317Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-19T20:33:33.317Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T20:33:33.317Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-19T20:33:33.317Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:33:33.317Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:33:33.579Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-19T20:33:33.579Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:33:33.579Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:33:33.579Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-19T20:33:33.579Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-19T20:33:33.579Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T20:33:33.840Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-19T20:33:33.840Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:33:33.840Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:33:33.840Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-19T20:33:33.840Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:33:33.840Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:33:34.102Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-19T20:33:34.102Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-19T20:33:34.102Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T20:33:34.364Z] Selecting previously unselected package openssh-client. [2021-03-19T20:33:34.364Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-19T20:33:34.364Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T20:33:34.364Z] Selecting previously unselected package squashfs-tools. [2021-03-19T20:33:34.364Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-19T20:33:34.625Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T20:33:34.625Z] Selecting previously unselected package snapd. [2021-03-19T20:33:34.625Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-19T20:33:34.625Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-19T20:33:37.191Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T20:33:37.191Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T20:33:37.191Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-19T20:33:37.191Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T20:33:37.453Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T20:33:37.453Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:33:37.453Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:33:37.453Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-19T20:33:37.453Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-19T20:33:38.426Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T20:33:38.426Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T20:33:38.426Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T20:33:38.426Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:33:38.426Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:33:38.426Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:33:38.999Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T20:33:39.272Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:33:39.272Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T20:33:39.272Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-19T20:33:39.272Z] running python rtupdate hooks for python3.6... [2021-03-19T20:33:39.272Z] running python post-rtupdate hooks for python3.6... [2021-03-19T20:33:39.533Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-19T20:33:40.923Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-19T20:33:41.185Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:33:41.447Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T20:33:41.447Z] Setting up snapd (2.48.3+18.04) ... [2021-03-19T20:33:42.021Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-19T20:33:42.284Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-19T20:33:42.546Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-19T20:33:42.808Z] 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:33:42.808Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T20:33:42.808Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T20:33:43.069Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-19T20:33:43.331Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-19T20:33:43.592Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-19T20:33:43.853Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-19T20:33:43.853Z] /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:33:43.853Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:33:44.116Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T20:33:45.506Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:33:45.506Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:33:45.506Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:33:46.896Z] Reading package lists... [2021-03-19T20:33:47.160Z] Reading package lists... [2021-03-19T20:33:47.421Z] Building dependency tree... [2021-03-19T20:33:47.421Z] Reading state information... [2021-03-19T20:33:47.682Z] Calculating upgrade... [2021-03-19T20:33:47.682Z] The following packages will be upgraded: [2021-03-19T20:33:47.682Z] advancecomp base-files bash binutils binutils-common [2021-03-19T20:33:47.682Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-19T20:33:47.682Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-19T20:33:47.682Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-19T20:33:47.682Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-19T20:33:47.682Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-19T20:33:47.682Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-19T20:33:47.682Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-19T20:33:47.682Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-19T20:33:47.682Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-19T20:33:47.682Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-19T20:33:47.682Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-19T20:33:47.682Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-19T20:33:47.682Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-19T20:33:47.682Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-19T20:33:47.951Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:33:47.951Z] Need to get 63.8 MB of archives. [2021-03-19T20:33:47.951Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-19T20:33:47.951Z] 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:33:47.951Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-19T20:33:47.951Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-19T20:33:47.951Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-19T20:33:47.951Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-19T20:33:47.951Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-19T20:33:47.951Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-19T20:33:47.951Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-19T20:33:47.951Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-19T20:33:47.951Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-19T20:33:47.951Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-19T20:33:47.951Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-19T20:33:47.951Z] 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:33:47.951Z] 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:33:47.951Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-19T20:33:47.951Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-19T20:33:47.951Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-19T20:33:47.951Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-19T20:33:48.214Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-19T20:33:48.214Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-19T20:33:48.214Z] 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:33:48.215Z] 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:33:48.215Z] 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:33:48.215Z] 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:33:48.215Z] 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:33:48.215Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-19T20:33:48.215Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-19T20:33:48.215Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-19T20:33:48.215Z] 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:33:48.215Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-19T20:33:48.215Z] 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:33:48.215Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-19T20:33:48.215Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-19T20:33:48.215Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-19T20:33:48.215Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-19T20:33:48.215Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-19T20:33:48.215Z] 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:33:48.215Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-19T20:33:48.215Z] 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:33:48.215Z] 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:33:48.215Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-19T20:33:48.215Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-19T20:33:48.215Z] 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:33:48.215Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-19T20:33:48.215Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-19T20:33:48.215Z] 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:33:48.215Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-19T20:33:48.215Z] 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:33:48.215Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-19T20:33:48.476Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-19T20:33:48.476Z] 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:33:48.476Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-19T20:33:48.476Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-19T20:33:48.476Z] 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:33:48.476Z] 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:33:48.476Z] 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:33:48.739Z] 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:33:48.739Z] 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:33:48.739Z] 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:33:48.739Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-19T20:33:48.739Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-19T20:33:49.001Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-19T20:33:49.001Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-19T20:33:49.001Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-19T20:33:49.001Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-19T20:33:49.001Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-19T20:33:49.001Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-19T20:33:49.001Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-19T20:33:49.001Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-19T20:33:49.001Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-19T20:33:49.001Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-19T20:33:49.262Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-19T20:33:49.262Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-19T20:33:49.263Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-19T20:33:49.263Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-19T20:33:49.263Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-19T20:33:49.263Z] 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:33:49.263Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-19T20:33:49.263Z] 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:33:49.263Z] 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:33:49.263Z] 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:33:49.263Z] 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:33:49.263Z] 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:33:49.263Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-19T20:33:49.263Z] 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:33:49.263Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-19T20:33:49.263Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-19T20:33:49.263Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-19T20:33:49.263Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-19T20:33:49.524Z] 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:33:49.524Z] 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:33:49.524Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-19T20:33:49.524Z] 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:33:49.524Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-19T20:33:49.524Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-19T20:33:49.524Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-19T20:33:49.524Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-19T20:33:49.524Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-19T20:33:49.524Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-19T20:33:49.785Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:33:49.785Z] Fetched 63.8 MB in 2s (36.1 MB/s) [2021-03-19T20:33:49.785Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:33:49.785Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:33:49.785Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:33:50.359Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:33:50.620Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:33:50.620Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-19T20:33:50.620Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-19T20:33:51.565Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:33:51.565Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:33:51.565Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:33:51.565Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:33:51.826Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:33:51.826Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:33:51.826Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:33:51.826Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:33:51.826Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:33:51.826Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:33:52.087Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:33:52.087Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:33:52.087Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:33:52.087Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:33:52.349Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:33:52.349Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:33:52.349Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:33:52.349Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-19T20:33:52.611Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:33:52.611Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:33:52.611Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:33:52.611Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:33:52.872Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:33:52.872Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:33:52.872Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:33:52.872Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:33:53.133Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:33:53.395Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:33:53.395Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:33:53.656Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:33:53.917Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T20:33:54.179Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:33:54.179Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-19T20:33:54.179Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-19T20:33:54.440Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-19T20:33:54.440Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-19T20:33:54.701Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-19T20:33:54.701Z] Installing new version of config file /etc/issue ... [2021-03-19T20:33:54.701Z] Installing new version of config file /etc/issue.net ... [2021-03-19T20:33:54.701Z] Installing new version of config file /etc/lsb-release ... [2021-03-19T20:33:54.701Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-19T20:33:54.963Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-19T20:33:54.963Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-19T20:33:54.963Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-19T20:33:55.225Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:33:55.225Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-19T20:33:55.225Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-19T20:33:55.225Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-19T20:33:55.486Z] 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:33:55.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:33:55.486Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:33:55.486Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-19T20:33:55.486Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:33:55.747Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:33:55.747Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-19T20:33:55.747Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-19T20:33:55.747Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-19T20:33:56.009Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:33:56.009Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-19T20:33:56.009Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T20:33:56.270Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-19T20:33:56.270Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:33:56.270Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:33:56.270Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:33:56.532Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T20:33:56.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:33:56.532Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:33:56.532Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:33:56.794Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-19T20:33:56.794Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:33:56.794Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-19T20:33:56.795Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-19T20:33:56.795Z] Setting up grep (3.1-2build1) ... [2021-03-19T20:33:57.055Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:33:57.055Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T20:33:57.055Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T20:33:57.055Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-19T20:33:57.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:33:57.316Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:33:57.316Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:33:57.316Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-19T20:33:57.577Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:33:57.577Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T20:33:57.577Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:33:58.153Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T20:33:58.153Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:33:58.414Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T20:33:58.414Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:33:58.988Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-19T20:33:58.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:33:58.988Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-19T20:33:58.988Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:34:00.376Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T20:34:00.376Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T20:34:00.376Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T20:34:00.376Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T20:34:00.376Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T20:34:00.639Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:34:00.639Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-19T20:34:00.639Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-19T20:34:00.639Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-19T20:34:00.902Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:34:00.902Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:34:00.902Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:34:00.902Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:34:01.164Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:34:01.164Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:34:01.164Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:34:01.164Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:34:01.428Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:34:01.428Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:34:01.428Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:34:01.428Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:34:01.691Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:34:01.691Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:34:01.691Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:34:01.691Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:34:01.955Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:34:01.955Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:34:01.955Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:34:01.955Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:34:02.218Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:34:02.218Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T20:34:02.218Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:34:02.218Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:34:02.218Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:34:02.479Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T20:34:02.479Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:34:02.479Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:34:02.479Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:34:02.742Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:34:02.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:34:02.742Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:34:02.742Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:34:03.004Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:34:03.004Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:34:03.004Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:34:03.004Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:34:03.578Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:34:03.840Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-19T20:34:04.103Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-19T20:34:04.103Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:34:04.103Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:34:04.366Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:34:04.366Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:34:04.629Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:34:04.629Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-19T20:34:04.629Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:34:04.890Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-19T20:34:04.890Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:04.890Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-19T20:34:04.890Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-19T20:34:05.151Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-19T20:34:05.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:05.413Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-19T20:34:05.413Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T20:34:05.703Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-19T20:34:05.703Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:05.703Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-19T20:34:05.703Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T20:34:05.703Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-19T20:34:05.964Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:05.964Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T20:34:05.964Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:34:05.964Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:34:06.237Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:06.237Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T20:34:06.237Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:34:06.237Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:34:06.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:06.507Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T20:34:06.507Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:34:06.769Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:34:06.769Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:06.769Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:34:07.030Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:34:07.030Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:34:07.030Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:34:07.291Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:34:07.291Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:34:07.291Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T20:34:07.553Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:07.554Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-19T20:34:07.554Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-19T20:34:07.554Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-19T20:34:07.815Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:07.815Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-19T20:34:07.815Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:34:07.815Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:34:08.423Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:08.423Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:34:08.423Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:34:08.423Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T20:34:08.423Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:08.423Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-19T20:34:08.423Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-19T20:34:08.707Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-19T20:34:08.707Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:08.707Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T20:34:08.707Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T20:34:09.303Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-19T20:34:09.303Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:09.303Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:34:09.303Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:34:09.566Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-19T20:34:09.566Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:09.566Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-19T20:34:09.566Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-19T20:34:09.845Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-19T20:34:09.845Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:09.845Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-19T20:34:09.845Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-19T20:34:09.845Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-19T20:34:10.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:10.109Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-19T20:34:10.109Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-19T20:34:10.109Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-19T20:34:10.373Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:10.373Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-19T20:34:10.373Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-19T20:34:10.645Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-19T20:34:10.645Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:10.645Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T20:34:10.645Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-19T20:34:10.645Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-19T20:34:10.910Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:34:10.910Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-19T20:34:10.910Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-19T20:34:10.910Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-19T20:34:10.910Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-19T20:34:10.910Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T20:34:10.911Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T20:34:11.183Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T20:34:11.183Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T20:34:11.451Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T20:34:11.451Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T20:34:11.451Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-19T20:34:11.712Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-19T20:34:11.712Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T20:34:11.973Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-19T20:34:11.973Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T20:34:11.973Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-19T20:34:12.233Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-19T20:34:12.233Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-19T20:34:13.177Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-19T20:34:13.177Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-19T20:34:13.177Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-19T20:34:13.177Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-19T20:34:13.177Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-19T20:34:13.177Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-19T20:34:13.439Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-19T20:34:13.439Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-19T20:34:13.439Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-19T20:34:13.700Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-19T20:34:14.645Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-19T20:34:14.645Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-19T20:34:14.645Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-19T20:34:14.645Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-19T20:34:14.645Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:34:14.645Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:34:15.218Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:34:15.218Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:34:15.480Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:34:15.480Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:34:15.480Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:34:15.480Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:34:15.740Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:34:15.740Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:34:15.740Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:34:15.740Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:34:16.003Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:34:16.003Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:34:16.003Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:34:16.003Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:34:16.946Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:34:16.946Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:34:18.329Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:34:18.329Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:34:18.903Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:34:18.903Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:34:19.165Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:34:19.165Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:34:20.110Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:34:20.110Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:34:20.372Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T20:34:20.372Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T20:34:20.372Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T20:34:20.372Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T20:34:20.634Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T20:34:20.634Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T20:34:20.634Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-19T20:34:20.897Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-19T20:34:20.897Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T20:34:20.897Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T20:34:20.897Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T20:34:20.897Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T20:34:21.159Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-19T20:34:21.159Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-19T20:34:21.159Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:34:21.159Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T20:34:21.421Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:34:21.421Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:34:21.421Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:34:21.421Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-19T20:34:21.421Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-19T20:34:21.421Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-19T20:34:21.692Z] [2021-03-19T20:34:21.692Z] Current default time zone: 'Etc/UTC' [2021-03-19T20:34:21.692Z] Local time is now: Fri Mar 19 20:34:21 UTC 2021. [2021-03-19T20:34:21.692Z] Universal Time is now: Fri Mar 19 20:34:21 UTC 2021. [2021-03-19T20:34:21.692Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-19T20:34:21.692Z] [2021-03-19T20:34:21.692Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-19T20:34:21.692Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:34:21.692Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-19T20:34:21.692Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:34:21.692Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-19T20:34:21.954Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-19T20:34:21.954Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-19T20:34:21.954Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-19T20:34:21.954Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-19T20:34:21.954Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T20:34:21.954Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:34:21.954Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-19T20:34:22.216Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:34:22.216Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:34:22.216Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:34:22.476Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-19T20:34:22.477Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-19T20:34:22.477Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-19T20:34:22.477Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T20:34:22.477Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-19T20:34:22.477Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-19T20:34:22.477Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:34:22.477Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-19T20:34:24.397Z] Updating certificates in /etc/ssl/certs... [2021-03-19T20:34:25.344Z] 23 added, 27 removed; done. [2021-03-19T20:34:25.344Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T20:34:25.344Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:34:25.344Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-19T20:34:25.344Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-19T20:34:25.344Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-19T20:34:25.606Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:34:25.606Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:34:25.606Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:34:25.606Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:34:25.606Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:34:25.606Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:34:25.867Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:34:25.867Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-19T20:34:25.867Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:34:25.867Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-19T20:34:25.867Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-19T20:34:25.867Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:34:25.867Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:34:26.129Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:34:26.129Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-19T20:34:26.129Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-19T20:34:26.129Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-19T20:34:26.391Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:34:26.391Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T20:34:26.391Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-19T20:34:26.391Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-19T20:34:26.391Z] Updating certificates in /etc/ssl/certs... [2021-03-19T20:34:26.965Z] 0 added, 0 removed; done. [2021-03-19T20:34:26.965Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-19T20:34:26.965Z] done. [2021-03-19T20:34:27.540Z] Reading package lists... [2021-03-19T20:34:27.802Z] Building dependency tree... [2021-03-19T20:34:27.802Z] Reading state information... [2021-03-19T20:34:28.066Z] The following NEW packages will be installed: [2021-03-19T20:34:28.066Z] apt-transport-https [2021-03-19T20:34:28.066Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:34:28.066Z] Need to get 1696 B of archives. [2021-03-19T20:34:28.066Z] After this operation, 153 kB of additional disk space will be used. [2021-03-19T20:34:28.066Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-19T20:34:28.333Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:34:28.333Z] Fetched 1696 B in 0s (28.2 kB/s) [2021-03-19T20:34:28.333Z] Selecting previously unselected package apt-transport-https. [2021-03-19T20:34:28.333Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-19T20:34:28.333Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-19T20:34:28.333Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T20:34:28.333Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T20:34:28.595Z] Waiting for network to be ready... [2021-03-19T20:34:35.274Z] 2021-03-19T20:34:32Z INFO Waiting for automatic snapd restart... [2021-03-19T20:34:35.848Z] snapd 2.49 from Canonical* installed [2021-03-19T20:34:36.793Z] "snapd" switched to the "latest/stable" channel [2021-03-19T20:34:36.793Z] [2021-03-19T20:34:42.105Z] core18 20210128 from Canonical* installed [2021-03-19T20:34:42.105Z] "core18" switched to the "latest/stable" channel [2021-03-19T20:34:42.105Z] [2021-03-19T20:34:48.760Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T20:34:48.760Z] "snapcraft" switched to the "latest/stable" channel [2021-03-19T20:34:48.760Z] [2021-03-19T20:34:52.069Z] 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:34:52.069Z] - README.md [2021-03-19T20:34:52.069Z] [2021-03-19T20:34:52.069Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T20:34:58.653Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:34:58.653Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:34:58.653Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:34:58.653Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:34:59.597Z] Reading package lists... [2021-03-19T20:35:00.169Z] 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:35:06.770Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:35:06.770Z] Reading package lists... [2021-03-19T20:35:06.770Z] Building dependency tree... [2021-03-19T20:35:06.770Z] Reading state information... [2021-03-19T20:35:06.770Z] Suggested packages: [2021-03-19T20:35:06.770Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-19T20:35:06.770Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-19T20:35:06.770Z] Recommended packages: [2021-03-19T20:35:06.770Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-19T20:35:06.770Z] The following NEW packages will be installed: [2021-03-19T20:35:06.770Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-19T20:35:06.770Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-19T20:35:06.770Z] pkg-config zip [2021-03-19T20:35:06.770Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:35:06.770Z] Need to get 7657 kB of archives. [2021-03-19T20:35:06.770Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-19T20:35:06.770Z] 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:35:06.770Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-19T20:35:06.770Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-19T20:35:06.770Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-19T20:35:06.770Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-19T20:35:07.034Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-19T20:35:07.034Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-19T20:35:07.034Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-19T20:35:07.034Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-19T20:35:07.295Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-19T20:35:07.295Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-19T20:35:07.295Z] 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:35:07.295Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-19T20:35:07.295Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-19T20:35:07.295Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-19T20:35:07.556Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:35:07.556Z] Fetched 7657 kB in 1s (10.6 MB/s) [2021-03-19T20:35:07.556Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-19T20:35:07.818Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-19T20:35:07.818Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-19T20:35:07.818Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T20:35:07.818Z] Selecting previously unselected package libpsl5:amd64. [2021-03-19T20:35:07.818Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-19T20:35:07.818Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T20:35:08.080Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-19T20:35:08.080Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-19T20:35:08.080Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T20:35:08.080Z] Selecting previously unselected package librtmp1:amd64. [2021-03-19T20:35:08.080Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-19T20:35:08.080Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T20:35:08.080Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-19T20:35:08.080Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-19T20:35:08.342Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T20:35:08.342Z] Selecting previously unselected package liberror-perl. [2021-03-19T20:35:08.342Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-19T20:35:08.342Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-19T20:35:08.342Z] Selecting previously unselected package git-man. [2021-03-19T20:35:08.342Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-19T20:35:08.342Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:35:08.605Z] Selecting previously unselected package git. [2021-03-19T20:35:08.605Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-19T20:35:08.605Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:35:09.549Z] Selecting previously unselected package libnorm1:amd64. [2021-03-19T20:35:09.550Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-19T20:35:09.550Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T20:35:09.550Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-19T20:35:09.550Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-19T20:35:09.550Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T20:35:09.550Z] Selecting previously unselected package libsodium23:amd64. [2021-03-19T20:35:09.550Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-19T20:35:09.811Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-19T20:35:09.812Z] Selecting previously unselected package libzmq5:amd64. [2021-03-19T20:35:09.812Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T20:35:09.812Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:35:09.812Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-19T20:35:09.812Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T20:35:09.812Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:35:10.073Z] Selecting previously unselected package pkg-config. [2021-03-19T20:35:10.073Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-19T20:35:10.073Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T20:35:10.073Z] Selecting previously unselected package zip. [2021-03-19T20:35:10.073Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-19T20:35:10.073Z] Unpacking zip (3.0-11build1) ... [2021-03-19T20:35:10.073Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T20:35:10.335Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:35:10.335Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T20:35:10.335Z] Setting up liberror-perl (0.17025-1) ... [2021-03-19T20:35:10.335Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T20:35:10.335Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T20:35:10.335Z] No schema files found: doing nothing. [2021-03-19T20:35:10.335Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T20:35:10.335Z] Setting up zip (3.0-11build1) ... [2021-03-19T20:35:10.335Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T20:35:10.597Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-19T20:35:10.597Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T20:35:10.597Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:35:10.597Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T20:35:10.597Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:35:10.597Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:35:10.597Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:35:17.250Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:35:17.514Z] git set to automatically installed. [2021-03-19T20:35:17.514Z] git-man set to automatically installed. [2021-03-19T20:35:17.514Z] libcurl3-gnutls set to automatically installed. [2021-03-19T20:35:17.514Z] liberror-perl set to automatically installed. [2021-03-19T20:35:17.514Z] libglib2.0-0 set to automatically installed. [2021-03-19T20:35:17.514Z] libnghttp2-14 set to automatically installed. [2021-03-19T20:35:17.514Z] libnorm1 set to automatically installed. [2021-03-19T20:35:17.514Z] libpgm-5.2-0 set to automatically installed. [2021-03-19T20:35:17.514Z] libpsl5 set to automatically installed. [2021-03-19T20:35:17.514Z] librtmp1 set to automatically installed. [2021-03-19T20:35:17.514Z] libsodium23 set to automatically installed. [2021-03-19T20:35:17.514Z] libzmq3-dev set to automatically installed. [2021-03-19T20:35:17.514Z] libzmq5 set to automatically installed. [2021-03-19T20:35:17.514Z] pkg-config set to automatically installed. [2021-03-19T20:35:17.514Z] zip set to automatically installed. [2021-03-19T20:35:19.456Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T20:35:26.893Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:35:41.821Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-19T20:35:42.396Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T20:35:48.994Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:35:48.994Z] snap "core18" has no updates available [2021-03-19T20:35:49.940Z] Pulling go-build-helper [2021-03-19T20:35:49.940Z] + snapcraftctl pull [2021-03-19T20:35:50.883Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-19T20:35:50.883Z] Skipping pull go-build-helper (already ran) [2021-03-19T20:35:50.883Z] Building go-build-helper [2021-03-19T20:35:50.883Z] + snapcraftctl build [2021-03-19T20:35:53.430Z] Staging go-build-helper [2021-03-19T20:35:53.430Z] + snapcraftctl stage [2021-03-19T20:36:05.678Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T20:36:05.678Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T20:36:05.678Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T20:36:05.678Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] [2021-03-19T20:36:05.678Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T20:36:05.678Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T20:36:05.678Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T20:36:05.678Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T20:36:05.678Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T20:36:05.678Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T20:36:05.678Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T20:36:05.678Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-19T20:36:05.678Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T20:36:05.678Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T20:36:05.678Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] [2021-03-19T20:36:05.678Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] [2021-03-19T20:36:05.678Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T20:36:05.678Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T20:36:05.678Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T20:36:05.678Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] [2021-03-19T20:36:05.678Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T20:36:05.678Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T20:36:05.678Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T20:36:05.678Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T20:36:05.678Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] [2021-03-19T20:36:05.678Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-19T20:36:05.678Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T20:36:05.678Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-19T20:36:05.678Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T20:36:05.678Z] Fetched 224 kB in 0s (0 B/s) [2021-03-19T20:36:05.678Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T20:36:05.678Z] Fetched 157 kB in 0s (0 B/s) [2021-03-19T20:36:05.678Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T20:36:05.678Z] Fetched 221 kB in 0s (0 B/s) [2021-03-19T20:36:05.678Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T20:36:05.678Z] Fetched 143 kB in 0s (0 B/s) [2021-03-19T20:36:05.678Z] Pulling app-service-config [2021-03-19T20:36:05.678Z] + snapcraftctl pull [2021-03-19T20:36:06.624Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-19T20:36:07.197Z] Pulling config-common [2021-03-19T20:36:07.197Z] + snapcraftctl pull [2021-03-19T20:36:12.495Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:36:12.495Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:36:12.495Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:36:12.495Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:36:12.495Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T20:36:12.495Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:36:12.495Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T20:36:12.495Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:36:12.495Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T20:36:12.495Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:36:12.495Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T20:36:12.495Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:36:12.495Z] Pulling edgex-go [2021-03-19T20:36:12.495Z] + snapcraftctl pull [2021-03-19T20:36:34.478Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:36:34.478Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:36:34.478Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:36:34.478Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-19T20:36:34.478Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-19T20:36:34.478Z] Fetched 279 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-19T20:36:34.478Z] Fetched 122 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-19T20:36:34.478Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-19T20:36:34.478Z] Fetched 8848 B in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-19T20:36:34.478Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-19T20:36:34.478Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-19T20:36:34.478Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-19T20:36:34.478Z] Fetched 214 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-19T20:36:34.478Z] Fetched 154 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-19T20:36:34.478Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-19T20:36:34.478Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-19T20:36:34.478Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-19T20:36:34.478Z] Fetched 499 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-19T20:36:34.478Z] Fetched 111 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-19T20:36:34.478Z] Fetched 240 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-19T20:36:34.478Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-19T20:36:34.478Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-19T20:36:34.478Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-19T20:36:34.478Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-19T20:36:34.478Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-19T20:36:34.478Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-19T20:36:34.478Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-19T20:36:34.478Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-19T20:36:34.478Z] Fetched 8720 B in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-19T20:36:34.478Z] Fetched 137 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-19T20:36:34.478Z] Fetched 119 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-19T20:36:34.478Z] Fetched 109 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-19T20:36:34.478Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-19T20:36:34.478Z] Fetched 645 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-19T20:36:34.478Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-19T20:36:34.478Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-19T20:36:34.478Z] Fetched 368 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-19T20:36:34.478Z] Fetched 187 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-19T20:36:34.478Z] Fetched 175 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-19T20:36:34.478Z] Fetched 206 kB in 0s (0 B/s) [2021-03-19T20:36:34.478Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-19T20:36:34.478Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-19T20:36:34.479Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-19T20:36:34.479Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-19T20:36:34.479Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-19T20:36:34.479Z] Fetched 159 kB in 0s (0 B/s) [2021-03-19T20:36:34.479Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-19T20:36:34.479Z] Fetched 107 kB in 0s (0 B/s) [2021-03-19T20:36:34.479Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-19T20:36:34.479Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-19T20:36:34.479Z] Pulling static-packages [2021-03-19T20:36:34.479Z] + snapcraftctl pull [2021-03-19T20:36:35.865Z] Pulling version [2021-03-19T20:36:35.865Z] + cd /root/project [2021-03-19T20:36:35.865Z] + [ -f VERSION ] [2021-03-19T20:36:35.865Z] + PROJECT_VERSION=local-dev [2021-03-19T20:36:35.865Z] + git rev-parse --short HEAD [2021-03-19T20:36:35.865Z] + GIT_REVISION=aeff2b8d [2021-03-19T20:36:35.865Z] + snapcraftctl set-version local-dev [2021-03-19T20:36:36.808Z] Skipping build go-build-helper (already ran) [2021-03-19T20:36:36.808Z] Building app-service-config [2021-03-19T20:36:36.808Z] + make build [2021-03-19T20:36:36.808Z] 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:36:39.358Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-19T20:36:39.358Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-19T20:36:39.358Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-19T20:36:39.358Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-19T20:36:39.358Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-19T20:36:39.358Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-19T20:36:39.358Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-19T20:36:39.358Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-19T20:36:39.358Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-19T20:36:39.620Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-19T20:36:39.620Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-19T20:36:39.888Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T20:36:39.888Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-19T20:36:39.888Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-19T20:36:40.151Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-19T20:36:40.151Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-19T20:36:40.151Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:36:40.411Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-19T20:36:40.411Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-19T20:36:40.411Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-19T20:36:40.674Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-19T20:36:40.674Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-19T20:36:40.674Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-19T20:36:40.674Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-19T20:36:40.935Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-19T20:36:40.935Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:36:40.935Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-19T20:36:40.935Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-19T20:36:40.935Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-19T20:36:40.935Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-19T20:36:40.935Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:36:40.935Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-19T20:36:40.935Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-19T20:36:40.935Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-19T20:36:40.935Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-19T20:36:40.935Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-19T20:36:41.197Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-19T20:36:41.198Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:36:41.198Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:36:41.198Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-19T20:36:41.198Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-19T20:36:41.198Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-19T20:36:41.459Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-19T20:36:53.726Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-19T20:36:53.726Z] + 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:36:53.726Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-19T20:36:53.726Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-19T20:36:53.726Z] Building config-common [2021-03-19T20:36:53.726Z] + snapcraftctl build [2021-03-19T20:36:56.278Z] Building edgex-go [2021-03-19T20:36:56.851Z] + cd /root/parts/edgex-go/src [2021-03-19T20:36:56.851Z] + make build [2021-03-19T20:36:56.851Z] 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:36:57.424Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.15 [2021-03-19T20:36:57.424Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-19T20:36:57.424Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-19T20:36:57.424Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-19T20:36:57.424Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T20:36:57.687Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-19T20:36:57.687Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-19T20:36:57.687Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-19T20:36:57.687Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-19T20:37:03.009Z] 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:37:03.009Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-19T20:37:08.305Z] 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:37:10.221Z] 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:37:12.135Z] 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:37:12.396Z] 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:37:12.660Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-19T20:37:12.921Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:37:12.921Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-19T20:37:12.921Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:37:15.473Z] 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:37:15.473Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-19T20:37:15.473Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-19T20:37:16.860Z] 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:37:18.247Z] 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:37:18.509Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-19T20:37:20.426Z] 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:37:21.459Z] 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:37:21.725Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-19T20:37:23.195Z] 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:37:23.195Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-19T20:37:25.744Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-19T20:37:25.744Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-19T20:37:25.744Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-19T20:37:25.744Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-19T20:37:25.744Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-19T20:37:25.744Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-19T20:37:25.744Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-19T20:37:25.744Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-19T20:37:25.744Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-19T20:37:25.744Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-19T20:37:25.744Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-19T20:37:25.744Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-19T20:37:25.744Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-19T20:37:25.744Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-19T20:37:25.744Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-19T20:37:26.005Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-19T20:37:26.005Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-19T20:37:26.005Z] + 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:37:26.005Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-19T20:37:26.005Z] + 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:37:26.005Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-19T20:37:26.005Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-19T20:37:26.005Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-19T20:37:26.005Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-19T20:37:26.005Z] + 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:37:29.307Z] Building static-packages [2021-03-19T20:37:29.307Z] + snapcraftctl build [2021-03-19T20:37:32.609Z] Building version [2021-03-19T20:37:32.609Z] + snapcraftctl build [2021-03-19T20:37:35.156Z] Skipping stage go-build-helper (already ran) [2021-03-19T20:37:35.156Z] Staging app-service-config [2021-03-19T20:37:35.156Z] + snapcraftctl stage [2021-03-19T20:37:35.730Z] Staging config-common [2021-03-19T20:37:35.730Z] + snapcraftctl stage [2021-03-19T20:37:36.676Z] Staging edgex-go [2021-03-19T20:37:36.676Z] + snapcraftctl stage [2021-03-19T20:37:38.065Z] Staging static-packages [2021-03-19T20:37:38.065Z] + snapcraftctl stage [2021-03-19T20:37:39.454Z] Staging version [2021-03-19T20:37:39.454Z] + snapcraftctl stage [2021-03-19T20:37:40.027Z] Priming go-build-helper [2021-03-19T20:37:40.289Z] + snapcraftctl prime [2021-03-19T20:37:41.235Z] Priming app-service-config [2021-03-19T20:37:41.235Z] + snapcraftctl prime [2021-03-19T20:37:42.627Z] Priming config-common [2021-03-19T20:37:42.627Z] + snapcraftctl prime [2021-03-19T20:37:43.571Z] Priming edgex-go [2021-03-19T20:37:43.571Z] + snapcraftctl prime [2021-03-19T20:37:44.956Z] Priming static-packages [2021-03-19T20:37:44.956Z] + snapcraftctl prime [2021-03-19T20:37:47.505Z] Priming version [2021-03-19T20:37:47.505Z] + snapcraftctl prime [2021-03-19T20:37:48.448Z] 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:37:52.349Z] provisioning config files... [2021-03-19T20:37:52.365Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4402483062972771131tmp [Pipeline] { [Pipeline] sh [2021-03-19T20:37:52.971Z] + set +x [2021-03-19T20:37:52.972Z] + bash -s -- [2021-03-19T20:37:52.972Z] + curl -s https://codecov.io/bash [2021-03-19T20:37:54.147Z] [2021-03-19T20:37:54.147Z] _____ _ [2021-03-19T20:37:54.147Z] / ____| | | [2021-03-19T20:37:54.147Z] | | ___ __| | ___ ___ _____ __ [2021-03-19T20:37:54.147Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-19T20:37:54.147Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-19T20:37:54.147Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-19T20:37:54.147Z] Bash-20210309-2b87ace [2021-03-19T20:37:54.147Z] [2021-03-19T20:37:54.147Z] [2021-03-19T20:37:54.147Z] ==> git version 2.24.3 found [2021-03-19T20:37:54.147Z] ==> 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:37:54.147Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-19T20:37:54.147Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-19T20:37:54.147Z] ==> Jenkins CI detected. [2021-03-19T20:37:54.147Z] project root: . [2021-03-19T20:37:54.147Z] --> token set from env [2021-03-19T20:37:54.147Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-19T20:37:54.147Z] ==> Running gcov in . (disable via -X gcov) [2021-03-19T20:37:54.543Z] ==> Python coveragepy not found [2021-03-19T20:37:54.543Z] ==> Searching for coverage reports in: [2021-03-19T20:37:54.543Z] + . [2021-03-19T20:37:54.543Z] -> Found 1 reports [2021-03-19T20:37:54.543Z] ==> Detecting git/mercurial file structure [2021-03-19T20:37:54.543Z] ==> Reading reports [2021-03-19T20:37:54.543Z] + ./coverage.out bytes=650607 [2021-03-19T20:37:54.543Z] ==> Appending adjustments [2021-03-19T20:37:54.543Z] https://docs.codecov.io/docs/fixing-reports [2021-03-19T20:38:07.079Z] + Found adjustments [2021-03-19T20:38:07.079Z] ==> Gzipping contents [2021-03-19T20:38:07.079Z] 96K /tmp/codecov.Xf9cWN.gz [2021-03-19T20:38:07.079Z] ==> Uploading reports [2021-03-19T20:38:07.079Z] url: https://codecov.io [2021-03-19T20:38:07.079Z] query: branch=PR-3267&commit=aeff2b8d29f447dcdc3ca138541d6631fcc499e7&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3267%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3267&job=&cmd_args= [2021-03-19T20:38:07.079Z] -> Pinging Codecov [2021-03-19T20:38:07.079Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3267&commit=aeff2b8d29f447dcdc3ca138541d6631fcc499e7&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3267%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3267&job=&cmd_args= [2021-03-19T20:38:07.079Z] -> Uploading to [2021-03-19T20:38:07.079Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/aeff2b8d29f447dcdc3ca138541d6631fcc499e7/be16ab3f-a717-48f4-a0b3-4a86b3ade8c7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T203805Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c05319e356bcc318a9a95a50b6ff7670e26aaf19cd78b52fa77412d136b5f5bc [2021-03-19T20:38:07.079Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:38:07.079Z] Dload Upload Total Spent Left Speed [2021-03-19T20:38:07.079Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94932 0 0 100 94932 0 188k --:--:-- --:--:-- --:--:-- 188k [2021-03-19T20:38:07.079Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [Pipeline] } [2021-03-19T20:38:07.093Z] 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:38:08.930Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:38:10.321Z] ---> package-listing.sh [2021-03-19T20:38:10.321Z] ++ facter osfamily [2021-03-19T20:38:10.321Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-19T20:38:10.321Z] + OS_FAMILY=redhat [2021-03-19T20:38:10.321Z] + workspace=/w/workspace/edgex-go/3 [2021-03-19T20:38:10.321Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-19T20:38:10.321Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-19T20:38:10.321Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-19T20:38:10.321Z] + PACKAGES=/tmp/packages_start.txt [2021-03-19T20:38:10.321Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-19T20:38:10.321Z] + PACKAGES=/tmp/packages_end.txt [2021-03-19T20:38:10.321Z] + case "${OS_FAMILY}" in [2021-03-19T20:38:10.321Z] + rpm -qa [2021-03-19T20:38:10.321Z] + sort [2021-03-19T20:38:18.656Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-19T20:38:18.656Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-19T20:38:18.656Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-19T20:38:18.656Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-19T20:38:18.656Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-19T20:38:18.656Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-19T20:38:18.672Z] 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/3/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:38:19.003Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:38:20.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:38:20.275Z] [2021-03-19T20:38:20.275Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:38:20.670Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:38:20.670Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-19T20:38:20.952Z] df20fa9351a1: Pulling fs layer [2021-03-19T20:38:20.952Z] 36b3adc4ff6f: Pulling fs layer [2021-03-19T20:38:20.952Z] 8ad3a11d3b57: Pulling fs layer [2021-03-19T20:38:20.952Z] 46f8f816bc3b: Pulling fs layer [2021-03-19T20:38:20.952Z] 93b61091891f: Pulling fs layer [2021-03-19T20:38:20.952Z] 93b9cdb0e59b: Pulling fs layer [2021-03-19T20:38:20.952Z] 5e14af77c1be: Pulling fs layer [2021-03-19T20:38:20.952Z] 01666e4c0597: Pulling fs layer [2021-03-19T20:38:20.952Z] aa168da1d23b: Pulling fs layer [2021-03-19T20:38:20.952Z] 46f8f816bc3b: Waiting [2021-03-19T20:38:20.952Z] 93b61091891f: Waiting [2021-03-19T20:38:20.952Z] 93b9cdb0e59b: Waiting [2021-03-19T20:38:20.952Z] 01666e4c0597: Waiting [2021-03-19T20:38:20.952Z] 5e14af77c1be: Waiting [2021-03-19T20:38:20.952Z] aa168da1d23b: Waiting [2021-03-19T20:38:20.952Z] 36b3adc4ff6f: Verifying Checksum [2021-03-19T20:38:20.952Z] 36b3adc4ff6f: Download complete [2021-03-19T20:38:20.952Z] 46f8f816bc3b: Verifying Checksum [2021-03-19T20:38:20.952Z] 46f8f816bc3b: Download complete [2021-03-19T20:38:20.952Z] df20fa9351a1: Verifying Checksum [2021-03-19T20:38:20.952Z] df20fa9351a1: Download complete [2021-03-19T20:38:20.952Z] 93b9cdb0e59b: Download complete [2021-03-19T20:38:20.952Z] 5e14af77c1be: Verifying Checksum [2021-03-19T20:38:20.952Z] 5e14af77c1be: Download complete [2021-03-19T20:38:20.952Z] 01666e4c0597: Verifying Checksum [2021-03-19T20:38:20.952Z] 01666e4c0597: Download complete [2021-03-19T20:38:20.952Z] 93b61091891f: Verifying Checksum [2021-03-19T20:38:20.952Z] 93b61091891f: Download complete [2021-03-19T20:38:21.933Z] df20fa9351a1: Pull complete [2021-03-19T20:38:22.242Z] 36b3adc4ff6f: Pull complete [2021-03-19T20:38:22.242Z] 8ad3a11d3b57: Verifying Checksum [2021-03-19T20:38:23.703Z] 8ad3a11d3b57: Pull complete [2021-03-19T20:38:24.000Z] 46f8f816bc3b: Pull complete [2021-03-19T20:38:25.788Z] 93b61091891f: Pull complete [2021-03-19T20:38:25.788Z] 93b9cdb0e59b: Pull complete [2021-03-19T20:38:26.504Z] 5e14af77c1be: Pull complete [2021-03-19T20:38:27.764Z] 01666e4c0597: Pull complete [2021-03-19T20:38:28.063Z] aa168da1d23b: Verifying Checksum [2021-03-19T20:38:28.063Z] aa168da1d23b: Download complete [2021-03-19T20:38:46.543Z] aa168da1d23b: Pull complete [2021-03-19T20:38:46.543Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-19T20:38:46.543Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:38:46.543Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-19T20:38:47.583Z] prd-centos7-docker-4c-2g-30622 does not seem to be running inside a container [2021-03-19T20:38:47.699Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:38:52.413Z] $ docker top 1dc33be1c801dd16cfe728bfed8b8ec0b251f99c75c6026b2e0d9968d0a9f4a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:38:53.566Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-19T20:38:54.721Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-19T20:38:55.408Z] + ls /var/log/sa-host [2021-03-19T20:38:55.408Z] + sadf -c /var/log/sa-host/sa19 [2021-03-19T20:38:55.408Z] file_magic: OK [2021-03-19T20:38:55.408Z] HZ: Using current value: 100 [2021-03-19T20:38:55.408Z] file_header: OK [2021-03-19T20:38:55.408Z] 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:38:55.408Z] Statistics: [2021-03-19T20:38:55.408Z] 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... [2021-03-19T20:38:55.408Z] File successfully converted to sysstat format version 12.2.1 [2021-03-19T20:38:55.408Z] + sadf -c /var/log/sa-host/sa23 [2021-03-19T20:38:55.408Z] file_magic: OK [2021-03-19T20:38:55.408Z] HZ: Using current value: 100 [2021-03-19T20:38:55.408Z] file_header: OK [2021-03-19T20:38:55.408Z] 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:38:55.408Z] Statistics: [2021-03-19T20:38:55.408Z] Hnuu...uuuununununu... [2021-03-19T20:38:55.408Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T20:38:55.643Z] provisioning config files... [2021-03-19T20:38:55.663Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config926619403387896074tmp [Pipeline] { [Pipeline] echo [2021-03-19T20:38:55.732Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:38:56.042Z] ---> create-netrc.sh [Pipeline] } [2021-03-19T20:38:56.064Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-19T20:38:56.168Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:38:56.481Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-19T20:38:56.500Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:38:56.818Z] ---> sudo-logs.sh [2021-03-19T20:38:56.818Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-19T20:38:56.894Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:38:57.256Z] ---> job-cost.sh [2021-03-19T20:38:57.256Z] lf-activate-venv: SKIPPING [2021-03-19T20:38:57.256Z] DEBUG: total: 0.20999999344348907 [2021-03-19T20:38:57.256Z] INFO: Retrieving Stack Cost... [2021-03-19T20:38:58.215Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T20:38:58.793Z] INFO: Archiving Costs [Pipeline] echo [2021-03-19T20:38:58.813Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:38:59.191Z] ---> logs-deploy.sh [2021-03-19T20:38:59.191Z] lf-activate-venv: SKIPPING [2021-03-19T20:38:59.191Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3267/3 [2021-03-19T20:38:59.191Z] INFO: archiving workspace using pattern(s): [2021-03-19T20:39:03.131Z] Archives upload complete. [2021-03-19T20:39:03.131Z] INFO: archiving logs to Nexus [2021-03-19T20:39:05.244Z] ---> uname -a: [2021-03-19T20:39:05.244Z] Linux prd-centos7-docker-4c-2g-30622.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:39:05.244Z] [2021-03-19T20:39:05.244Z]